diff --git a/src/grammar/mysql/MySqlParser.g4 b/src/grammar/mysql/MySqlParser.g4 index 5db09dfd..66f539ac 100644 --- a/src/grammar/mysql/MySqlParser.g4 +++ b/src/grammar/mysql/MySqlParser.g4 @@ -51,7 +51,7 @@ program singleStatement : sqlStatement SEMI? - | emptyStatement_ + | SEMI ; sqlStatement @@ -64,10 +64,6 @@ sqlStatement | utilityStatement ; -emptyStatement_ - : SEMI - ; - ddlStatement : createDatabase | createEvent @@ -2903,21 +2899,7 @@ windowName ; frameClause - : frameUnits frameExtent - ; - -frameUnits - : KW_ROWS - | KW_RANGE - ; - -frameExtent - : frameRange - | frameBetween - ; - -frameBetween - : KW_BETWEEN frameRange KW_AND frameRange + : (KW_ROWS | KW_RANGE) (frameRange | KW_BETWEEN frameRange KW_AND frameRange) ; frameRange diff --git a/src/lib/mysql/MySqlParser.interp b/src/lib/mysql/MySqlParser.interp index e675b018..140d6628 100644 --- a/src/lib/mysql/MySqlParser.interp +++ b/src/lib/mysql/MySqlParser.interp @@ -1798,7 +1798,6 @@ rule names: program singleStatement sqlStatement -emptyStatement_ ddlStatement dmlStatement transactionStatement @@ -2196,9 +2195,6 @@ overClause windowSpec windowName frameClause -frameUnits -frameExtent -frameBetween frameRange partitionClause scalarFunctionName @@ -2225,4 +2221,4 @@ functionNameBase atn: -[4, 1, 895, 8132, 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, 1, 0, 5, 0, 856, 8, 0, 10, 0, 12, 0, 859, 9, 0, 1, 0, 1, 0, 1, 1, 1, 1, 3, 1, 865, 8, 1, 1, 1, 3, 1, 868, 8, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 877, 8, 2, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 3, 4, 921, 8, 4, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 940, 8, 5, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 3, 6, 951, 8, 6, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 3, 7, 967, 8, 7, 1, 8, 1, 8, 1, 8, 3, 8, 972, 8, 8, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 3, 9, 984, 8, 9, 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, 1, 10, 1, 10, 1, 10, 3, 10, 1019, 8, 10, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 3, 11, 1029, 8, 11, 1, 12, 1, 12, 1, 12, 3, 12, 1034, 8, 12, 1, 12, 1, 12, 5, 12, 1038, 8, 12, 10, 12, 12, 12, 1041, 9, 12, 1, 13, 1, 13, 3, 13, 1045, 8, 13, 1, 13, 1, 13, 3, 13, 1049, 8, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 1058, 8, 13, 1, 13, 3, 13, 1061, 8, 13, 1, 13, 3, 13, 1064, 8, 13, 1, 13, 1, 13, 3, 13, 1068, 8, 13, 1, 13, 1, 13, 1, 13, 1, 14, 1, 14, 3, 14, 1075, 8, 14, 1, 14, 3, 14, 1078, 8, 14, 1, 14, 1, 14, 1, 14, 3, 14, 1083, 8, 14, 1, 14, 1, 14, 1, 14, 1, 14, 5, 14, 1089, 8, 14, 10, 14, 12, 14, 1092, 9, 14, 1, 14, 1, 14, 3, 14, 1096, 8, 14, 1, 14, 1, 14, 1, 14, 3, 14, 1101, 8, 14, 1, 14, 5, 14, 1104, 8, 14, 10, 14, 12, 14, 1107, 9, 14, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 3, 15, 1118, 8, 15, 1, 15, 3, 15, 1121, 8, 15, 1, 15, 1, 15, 3, 15, 1125, 8, 15, 1, 15, 3, 15, 1128, 8, 15, 1, 15, 1, 15, 3, 15, 1132, 8, 15, 1, 15, 3, 15, 1135, 8, 15, 1, 15, 1, 15, 3, 15, 1139, 8, 15, 1, 15, 3, 15, 1142, 8, 15, 1, 15, 3, 15, 1145, 8, 15, 1, 15, 1, 15, 3, 15, 1149, 8, 15, 1, 15, 3, 15, 1152, 8, 15, 1, 15, 1, 15, 3, 15, 1156, 8, 15, 1, 15, 1, 15, 1, 16, 1, 16, 3, 16, 1162, 8, 16, 1, 16, 1, 16, 3, 16, 1166, 8, 16, 1, 16, 1, 16, 1, 16, 3, 16, 1171, 8, 16, 1, 16, 1, 16, 5, 16, 1175, 8, 16, 10, 16, 12, 16, 1178, 9, 16, 1, 16, 1, 16, 5, 16, 1182, 8, 16, 10, 16, 12, 16, 1185, 9, 16, 1, 16, 1, 16, 1, 17, 1, 17, 3, 17, 1191, 8, 17, 1, 17, 3, 17, 1194, 8, 17, 1, 17, 1, 17, 3, 17, 1198, 8, 17, 1, 17, 1, 17, 1, 17, 3, 17, 1203, 8, 17, 1, 17, 1, 17, 5, 17, 1207, 8, 17, 10, 17, 12, 17, 1210, 9, 17, 1, 17, 1, 17, 1, 17, 1, 17, 5, 17, 1216, 8, 17, 10, 17, 12, 17, 1219, 9, 17, 1, 17, 1, 17, 3, 17, 1223, 8, 17, 1, 18, 1, 18, 3, 18, 1227, 8, 18, 1, 18, 1, 18, 3, 18, 1231, 8, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 3, 19, 1242, 8, 19, 1, 19, 1, 19, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 5, 20, 1258, 8, 20, 10, 20, 12, 20, 1261, 9, 20, 1, 20, 1, 20, 1, 21, 1, 21, 3, 21, 1267, 8, 21, 1, 21, 1, 21, 3, 21, 1271, 8, 21, 1, 21, 1, 21, 3, 21, 1275, 8, 21, 1, 21, 1, 21, 3, 21, 1279, 8, 21, 1, 21, 5, 21, 1282, 8, 21, 10, 21, 12, 21, 1285, 9, 21, 3, 21, 1287, 8, 21, 1, 21, 3, 21, 1290, 8, 21, 1, 21, 3, 21, 1293, 8, 21, 1, 21, 3, 21, 1296, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 3, 21, 1302, 8, 21, 1, 21, 1, 21, 3, 21, 1306, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 3, 21, 1316, 8, 21, 1, 21, 1, 21, 3, 21, 1320, 8, 21, 1, 21, 1, 21, 3, 21, 1324, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 3, 21, 1330, 8, 21, 1, 21, 5, 21, 1333, 8, 21, 10, 21, 12, 21, 1336, 9, 21, 3, 21, 1338, 8, 21, 1, 21, 3, 21, 1341, 8, 21, 3, 21, 1343, 8, 21, 1, 22, 1, 22, 3, 22, 1347, 8, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 3, 22, 1354, 8, 22, 1, 22, 1, 22, 3, 22, 1358, 8, 22, 1, 22, 3, 22, 1361, 8, 22, 1, 22, 1, 22, 1, 22, 3, 22, 1366, 8, 22, 1, 22, 1, 22, 3, 22, 1370, 8, 22, 1, 22, 3, 22, 1373, 8, 22, 1, 22, 1, 22, 3, 22, 1377, 8, 22, 1, 22, 3, 22, 1380, 8, 22, 1, 23, 1, 23, 3, 23, 1384, 8, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 3, 23, 1397, 8, 23, 1, 23, 3, 23, 1400, 8, 23, 1, 23, 1, 23, 3, 23, 1404, 8, 23, 1, 23, 3, 23, 1407, 8, 23, 1, 23, 1, 23, 3, 23, 1411, 8, 23, 1, 23, 3, 23, 1414, 8, 23, 1, 23, 1, 23, 3, 23, 1418, 8, 23, 1, 23, 3, 23, 1421, 8, 23, 1, 23, 1, 23, 3, 23, 1425, 8, 23, 1, 23, 3, 23, 1428, 8, 23, 1, 23, 3, 23, 1431, 8, 23, 1, 23, 1, 23, 3, 23, 1435, 8, 23, 1, 23, 3, 23, 1438, 8, 23, 1, 23, 1, 23, 3, 23, 1442, 8, 23, 1, 23, 1, 23, 1, 24, 1, 24, 3, 24, 1448, 8, 24, 1, 24, 3, 24, 1451, 8, 24, 1, 24, 1, 24, 3, 24, 1455, 8, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 3, 24, 1467, 8, 24, 1, 24, 1, 24, 1, 25, 1, 25, 3, 25, 1473, 8, 25, 1, 25, 1, 25, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 5, 26, 1482, 8, 26, 10, 26, 12, 26, 1485, 9, 26, 1, 26, 1, 26, 3, 26, 1489, 8, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 3, 26, 1497, 8, 26, 1, 27, 1, 27, 3, 27, 1501, 8, 27, 1, 27, 1, 27, 1, 27, 3, 27, 1506, 8, 27, 1, 27, 3, 27, 1509, 8, 27, 1, 27, 1, 27, 1, 27, 3, 27, 1514, 8, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 5, 27, 1522, 8, 27, 10, 27, 12, 27, 1525, 9, 27, 1, 27, 1, 27, 3, 27, 1529, 8, 27, 1, 27, 1, 27, 1, 27, 3, 27, 1534, 8, 27, 1, 27, 1, 27, 1, 27, 1, 27, 3, 27, 1540, 8, 27, 1, 27, 1, 27, 1, 27, 3, 27, 1545, 8, 27, 1, 27, 1, 27, 3, 27, 1549, 8, 27, 3, 27, 1551, 8, 27, 1, 28, 3, 28, 1554, 8, 28, 1, 28, 1, 28, 3, 28, 1558, 8, 28, 1, 28, 1, 28, 3, 28, 1562, 8, 28, 1, 28, 3, 28, 1565, 8, 28, 1, 28, 1, 28, 3, 28, 1569, 8, 28, 1, 28, 1, 28, 3, 28, 1573, 8, 28, 1, 28, 1, 28, 3, 28, 1577, 8, 28, 1, 28, 1, 28, 1, 28, 1, 28, 3, 28, 1583, 8, 28, 1, 28, 3, 28, 1586, 8, 28, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 3, 29, 1593, 8, 29, 1, 30, 1, 30, 1, 30, 3, 30, 1598, 8, 30, 1, 31, 1, 31, 1, 31, 1, 31, 3, 31, 1604, 8, 31, 1, 32, 1, 32, 1, 32, 5, 32, 1609, 8, 32, 10, 32, 12, 32, 1612, 9, 32, 1, 32, 1, 32, 1, 32, 3, 32, 1617, 8, 32, 1, 32, 1, 32, 1, 32, 1, 32, 5, 32, 1623, 8, 32, 10, 32, 12, 32, 1626, 9, 32, 3, 32, 1628, 8, 32, 1, 32, 1, 32, 1, 32, 5, 32, 1633, 8, 32, 10, 32, 12, 32, 1636, 9, 32, 3, 32, 1638, 8, 32, 3, 32, 1640, 8, 32, 1, 33, 1, 33, 1, 33, 1, 33, 3, 33, 1646, 8, 33, 1, 34, 1, 34, 1, 34, 1, 34, 3, 34, 1652, 8, 34, 1, 34, 1, 34, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 3, 35, 1669, 8, 35, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1676, 8, 36, 1, 37, 1, 37, 1, 37, 1, 38, 1, 38, 3, 38, 1683, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1695, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1700, 8, 38, 1, 38, 3, 38, 1703, 8, 38, 1, 39, 3, 39, 1706, 8, 39, 1, 39, 1, 39, 1, 39, 1, 40, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 3, 41, 1719, 8, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 3, 41, 1732, 8, 41, 1, 41, 1, 41, 1, 41, 3, 41, 1737, 8, 41, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1753, 8, 42, 1, 43, 1, 43, 1, 43, 1, 43, 5, 43, 1759, 8, 43, 10, 43, 12, 43, 1762, 9, 43, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 3, 44, 1771, 8, 44, 1, 44, 3, 44, 1774, 8, 44, 1, 44, 1, 44, 5, 44, 1778, 8, 44, 10, 44, 12, 44, 1781, 9, 44, 1, 44, 1, 44, 3, 44, 1785, 8, 44, 1, 44, 3, 44, 1788, 8, 44, 1, 44, 1, 44, 5, 44, 1792, 8, 44, 10, 44, 12, 44, 1795, 9, 44, 1, 44, 3, 44, 1798, 8, 44, 1, 44, 1, 44, 1, 44, 3, 44, 1803, 8, 44, 1, 44, 1, 44, 5, 44, 1807, 8, 44, 10, 44, 12, 44, 1810, 9, 44, 1, 44, 3, 44, 1813, 8, 44, 1, 44, 1, 44, 3, 44, 1817, 8, 44, 1, 44, 3, 44, 1820, 8, 44, 1, 44, 3, 44, 1823, 8, 44, 1, 44, 1, 44, 5, 44, 1827, 8, 44, 10, 44, 12, 44, 1830, 9, 44, 1, 44, 3, 44, 1833, 8, 44, 1, 44, 1, 44, 1, 44, 3, 44, 1838, 8, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 3, 44, 1849, 8, 44, 1, 45, 3, 45, 1852, 8, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 3, 45, 1859, 8, 45, 1, 45, 3, 45, 1862, 8, 45, 1, 46, 1, 46, 3, 46, 1866, 8, 46, 1, 47, 1, 47, 5, 47, 1870, 8, 47, 10, 47, 12, 47, 1873, 9, 47, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 1884, 8, 48, 1, 48, 3, 48, 1887, 8, 48, 1, 48, 1, 48, 1, 48, 3, 48, 1892, 8, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 1905, 8, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 1912, 8, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 1918, 8, 48, 1, 49, 1, 49, 1, 49, 3, 49, 1923, 8, 49, 1, 49, 1, 49, 3, 49, 1927, 8, 49, 1, 49, 3, 49, 1930, 8, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 3, 50, 1938, 8, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 3, 50, 1946, 8, 50, 3, 50, 1948, 8, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 3, 51, 1958, 8, 51, 1, 52, 1, 52, 3, 52, 1962, 8, 52, 1, 52, 3, 52, 1965, 8, 52, 1, 52, 1, 52, 3, 52, 1969, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 1974, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 1979, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 1984, 8, 52, 1, 52, 1, 52, 3, 52, 1988, 8, 52, 1, 52, 1, 52, 3, 52, 1992, 8, 52, 1, 52, 1, 52, 3, 52, 1996, 8, 52, 1, 52, 1, 52, 3, 52, 2000, 8, 52, 1, 52, 1, 52, 3, 52, 2004, 8, 52, 1, 52, 1, 52, 3, 52, 2008, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2013, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2018, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2023, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2029, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2034, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2039, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2044, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2049, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2054, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2060, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2065, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2070, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2075, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2080, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2085, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2090, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2095, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2102, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2107, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2112, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2117, 8, 52, 1, 52, 1, 52, 3, 52, 2121, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2126, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2134, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2139, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2145, 8, 52, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 3, 55, 2157, 8, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 3, 55, 2164, 8, 55, 3, 55, 2166, 8, 55, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 2172, 8, 55, 10, 55, 12, 55, 2175, 9, 55, 1, 55, 1, 55, 3, 55, 2179, 8, 55, 1, 56, 3, 56, 2182, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 2190, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 2196, 8, 56, 1, 56, 1, 56, 3, 56, 2200, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 2213, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 2225, 8, 56, 3, 56, 2227, 8, 56, 1, 57, 3, 57, 2230, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2238, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2244, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2250, 8, 57, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2261, 8, 58, 10, 58, 12, 58, 2264, 9, 58, 1, 58, 1, 58, 5, 58, 2268, 8, 58, 10, 58, 12, 58, 2271, 9, 58, 1, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2277, 8, 58, 10, 58, 12, 58, 2280, 9, 58, 1, 58, 1, 58, 3, 58, 2284, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2293, 8, 58, 10, 58, 12, 58, 2296, 9, 58, 1, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2302, 8, 58, 10, 58, 12, 58, 2305, 9, 58, 1, 58, 1, 58, 3, 58, 2309, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2319, 8, 58, 10, 58, 12, 58, 2322, 9, 58, 1, 58, 1, 58, 5, 58, 2326, 8, 58, 10, 58, 12, 58, 2329, 9, 58, 1, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2335, 8, 58, 10, 58, 12, 58, 2338, 9, 58, 1, 58, 1, 58, 3, 58, 2342, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2352, 8, 58, 10, 58, 12, 58, 2355, 9, 58, 1, 58, 1, 58, 5, 58, 2359, 8, 58, 10, 58, 12, 58, 2362, 9, 58, 1, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2368, 8, 58, 10, 58, 12, 58, 2371, 9, 58, 1, 58, 1, 58, 3, 58, 2375, 8, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2380, 8, 58, 10, 58, 12, 58, 2383, 9, 58, 1, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2389, 8, 58, 10, 58, 12, 58, 2392, 9, 58, 1, 58, 1, 58, 3, 58, 2396, 8, 58, 3, 58, 2398, 8, 58, 1, 59, 1, 59, 1, 59, 3, 59, 2403, 8, 59, 1, 60, 1, 60, 1, 60, 1, 60, 4, 60, 2409, 8, 60, 11, 60, 12, 60, 2410, 1, 60, 1, 60, 1, 61, 1, 61, 1, 61, 5, 61, 2418, 8, 61, 10, 61, 12, 61, 2421, 9, 61, 1, 62, 3, 62, 2424, 8, 62, 1, 62, 3, 62, 2427, 8, 62, 1, 62, 1, 62, 3, 62, 2431, 8, 62, 1, 62, 1, 62, 1, 62, 3, 62, 2436, 8, 62, 1, 62, 1, 62, 1, 62, 1, 62, 3, 62, 2442, 8, 62, 1, 62, 1, 62, 1, 62, 1, 62, 3, 62, 2448, 8, 62, 1, 62, 1, 62, 1, 62, 3, 62, 2453, 8, 62, 1, 62, 1, 62, 1, 62, 3, 62, 2458, 8, 62, 1, 62, 1, 62, 1, 62, 3, 62, 2463, 8, 62, 1, 62, 1, 62, 1, 62, 3, 62, 2468, 8, 62, 1, 62, 3, 62, 2471, 8, 62, 1, 63, 1, 63, 1, 63, 3, 63, 2476, 8, 63, 1, 63, 4, 63, 2479, 8, 63, 11, 63, 12, 63, 2480, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 3, 63, 2491, 8, 63, 1, 64, 1, 64, 3, 64, 2495, 8, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 3, 64, 2502, 8, 64, 1, 64, 1, 64, 1, 64, 3, 64, 2507, 8, 64, 1, 64, 3, 64, 2510, 8, 64, 1, 64, 1, 64, 1, 64, 3, 64, 2515, 8, 64, 1, 64, 3, 64, 2518, 8, 64, 1, 64, 1, 64, 3, 64, 2522, 8, 64, 1, 64, 1, 64, 3, 64, 2526, 8, 64, 1, 65, 1, 65, 1, 65, 1, 65, 5, 65, 2532, 8, 65, 10, 65, 12, 65, 2535, 9, 65, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 3, 67, 2553, 8, 67, 1, 67, 3, 67, 2556, 8, 67, 1, 67, 3, 67, 2559, 8, 67, 1, 67, 1, 67, 3, 67, 2563, 8, 67, 1, 67, 1, 67, 1, 68, 1, 68, 1, 68, 1, 68, 5, 68, 2571, 8, 68, 10, 68, 12, 68, 2574, 9, 68, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 5, 69, 2584, 8, 69, 10, 69, 12, 69, 2587, 9, 69, 1, 69, 1, 69, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 5, 70, 2597, 8, 70, 10, 70, 12, 70, 2600, 9, 70, 3, 70, 2602, 8, 70, 1, 70, 1, 70, 5, 70, 2606, 8, 70, 10, 70, 12, 70, 2609, 9, 70, 3, 70, 2611, 8, 70, 1, 71, 1, 71, 3, 71, 2615, 8, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 3, 71, 2624, 8, 71, 1, 71, 3, 71, 2627, 8, 71, 1, 71, 3, 71, 2630, 8, 71, 1, 71, 1, 71, 1, 71, 3, 71, 2635, 8, 71, 1, 71, 1, 71, 3, 71, 2639, 8, 71, 1, 71, 3, 71, 2642, 8, 71, 1, 71, 1, 71, 3, 71, 2646, 8, 71, 1, 71, 1, 71, 3, 71, 2650, 8, 71, 1, 71, 3, 71, 2653, 8, 71, 1, 71, 1, 71, 3, 71, 2657, 8, 71, 1, 71, 3, 71, 2660, 8, 71, 1, 71, 1, 71, 3, 71, 2664, 8, 71, 1, 71, 3, 71, 2667, 8, 71, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2673, 8, 72, 1, 72, 3, 72, 2676, 8, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2681, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2689, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2695, 8, 72, 1, 72, 1, 72, 3, 72, 2699, 8, 72, 1, 73, 1, 73, 3, 73, 2703, 8, 73, 1, 73, 5, 73, 2706, 8, 73, 10, 73, 12, 73, 2709, 9, 73, 1, 73, 1, 73, 3, 73, 2713, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2720, 8, 73, 1, 73, 1, 73, 3, 73, 2724, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 5, 73, 2733, 8, 73, 10, 73, 12, 73, 2736, 9, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2743, 8, 73, 1, 73, 3, 73, 2746, 8, 73, 1, 73, 1, 73, 5, 73, 2750, 8, 73, 10, 73, 12, 73, 2753, 9, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2758, 8, 73, 1, 73, 3, 73, 2761, 8, 73, 1, 73, 1, 73, 5, 73, 2765, 8, 73, 10, 73, 12, 73, 2768, 9, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2773, 8, 73, 3, 73, 2775, 8, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2780, 8, 73, 1, 73, 1, 73, 5, 73, 2784, 8, 73, 10, 73, 12, 73, 2787, 9, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2792, 8, 73, 3, 73, 2794, 8, 73, 1, 73, 1, 73, 3, 73, 2798, 8, 73, 1, 73, 3, 73, 2801, 8, 73, 1, 73, 3, 73, 2804, 8, 73, 1, 73, 1, 73, 5, 73, 2808, 8, 73, 10, 73, 12, 73, 2811, 9, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2816, 8, 73, 3, 73, 2818, 8, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2823, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2830, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2839, 8, 73, 1, 73, 3, 73, 2842, 8, 73, 1, 73, 1, 73, 3, 73, 2846, 8, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2851, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2861, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2870, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2878, 8, 73, 1, 73, 3, 73, 2881, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2889, 8, 73, 1, 73, 3, 73, 2892, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2899, 8, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2904, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2912, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2928, 8, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2933, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2940, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2959, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2965, 8, 73, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 5, 74, 2973, 8, 74, 10, 74, 12, 74, 2976, 9, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 3, 74, 2987, 8, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 3, 74, 2994, 8, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 3, 74, 3001, 8, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 5, 74, 3014, 8, 74, 10, 74, 12, 74, 3017, 9, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 3, 74, 3029, 8, 74, 1, 74, 1, 74, 1, 74, 1, 74, 3, 74, 3035, 8, 74, 1, 74, 1, 74, 1, 74, 1, 74, 3, 74, 3041, 8, 74, 1, 74, 1, 74, 1, 74, 1, 74, 3, 74, 3047, 8, 74, 1, 74, 1, 74, 1, 74, 1, 74, 3, 74, 3053, 8, 74, 1, 74, 1, 74, 1, 74, 1, 74, 3, 74, 3059, 8, 74, 1, 74, 1, 74, 1, 74, 1, 74, 3, 74, 3065, 8, 74, 1, 75, 1, 75, 1, 75, 3, 75, 3070, 8, 75, 1, 75, 1, 75, 1, 76, 1, 76, 1, 76, 3, 76, 3077, 8, 76, 1, 76, 1, 76, 1, 77, 1, 77, 1, 77, 3, 77, 3084, 8, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 3, 77, 3091, 8, 77, 1, 77, 1, 77, 1, 77, 3, 77, 3096, 8, 77, 1, 77, 5, 77, 3099, 8, 77, 10, 77, 12, 77, 3102, 9, 77, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 3, 78, 3110, 8, 78, 1, 78, 1, 78, 1, 79, 1, 79, 1, 79, 3, 79, 3117, 8, 79, 1, 79, 1, 79, 1, 80, 1, 80, 1, 80, 3, 80, 3124, 8, 80, 1, 80, 1, 80, 1, 81, 1, 81, 1, 81, 3, 81, 3131, 8, 81, 1, 81, 1, 81, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 3, 82, 3140, 8, 82, 1, 82, 1, 82, 1, 83, 1, 83, 3, 83, 3146, 8, 83, 1, 83, 1, 83, 3, 83, 3150, 8, 83, 1, 83, 1, 83, 3, 83, 3154, 8, 83, 1, 84, 1, 84, 3, 84, 3158, 8, 84, 1, 84, 1, 84, 1, 84, 1, 84, 3, 84, 3164, 8, 84, 1, 84, 3, 84, 3167, 8, 84, 1, 85, 1, 85, 1, 85, 3, 85, 3172, 8, 85, 1, 85, 1, 85, 1, 86, 1, 86, 1, 86, 3, 86, 3179, 8, 86, 1, 86, 1, 86, 1, 86, 5, 86, 3184, 8, 86, 10, 86, 12, 86, 3187, 9, 86, 1, 86, 3, 86, 3190, 8, 86, 1, 87, 1, 87, 1, 87, 3, 87, 3195, 8, 87, 1, 87, 1, 87, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 3, 88, 3205, 8, 88, 1, 88, 1, 88, 1, 88, 1, 88, 5, 88, 3211, 8, 88, 10, 88, 12, 88, 3214, 9, 88, 1, 88, 1, 88, 1, 88, 3, 88, 3219, 8, 88, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 5, 89, 3226, 8, 89, 10, 89, 12, 89, 3229, 9, 89, 1, 90, 1, 90, 1, 90, 1, 90, 1, 91, 1, 91, 3, 91, 3237, 8, 91, 1, 91, 1, 91, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 3, 92, 3246, 8, 92, 1, 92, 3, 92, 3249, 8, 92, 1, 93, 1, 93, 3, 93, 3253, 8, 93, 1, 94, 1, 94, 1, 94, 1, 95, 1, 95, 1, 95, 1, 95, 3, 95, 3262, 8, 95, 1, 96, 1, 96, 3, 96, 3266, 8, 96, 1, 96, 3, 96, 3269, 8, 96, 1, 96, 3, 96, 3272, 8, 96, 1, 96, 1, 96, 1, 96, 1, 96, 3, 96, 3278, 8, 96, 1, 96, 3, 96, 3281, 8, 96, 1, 96, 3, 96, 3284, 8, 96, 1, 96, 1, 96, 3, 96, 3288, 8, 96, 1, 96, 3, 96, 3291, 8, 96, 1, 96, 3, 96, 3294, 8, 96, 1, 96, 3, 96, 3297, 8, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 5, 96, 3306, 8, 96, 10, 96, 12, 96, 3309, 9, 96, 3, 96, 3311, 8, 96, 1, 97, 1, 97, 1, 97, 3, 97, 3316, 8, 97, 1, 98, 1, 98, 1, 98, 1, 98, 3, 98, 3322, 8, 98, 1, 99, 1, 99, 1, 99, 3, 99, 3327, 8, 99, 1, 99, 4, 99, 3330, 8, 99, 11, 99, 12, 99, 3331, 1, 100, 3, 100, 3335, 8, 100, 1, 100, 1, 100, 3, 100, 3339, 8, 100, 1, 101, 1, 101, 1, 101, 3, 101, 3344, 8, 101, 1, 101, 3, 101, 3347, 8, 101, 1, 101, 1, 101, 1, 101, 3, 101, 3352, 8, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 3, 101, 3362, 8, 101, 1, 101, 1, 101, 1, 101, 3, 101, 3367, 8, 101, 1, 101, 1, 101, 4, 101, 3371, 8, 101, 11, 101, 12, 101, 3372, 3, 101, 3375, 8, 101, 1, 101, 1, 101, 4, 101, 3379, 8, 101, 11, 101, 12, 101, 3380, 3, 101, 3383, 8, 101, 1, 101, 1, 101, 1, 101, 1, 101, 3, 101, 3389, 8, 101, 1, 101, 1, 101, 1, 101, 1, 101, 5, 101, 3395, 8, 101, 10, 101, 12, 101, 3398, 9, 101, 1, 101, 1, 101, 3, 101, 3402, 8, 101, 1, 101, 1, 101, 1, 101, 1, 101, 5, 101, 3408, 8, 101, 10, 101, 12, 101, 3411, 9, 101, 3, 101, 3413, 8, 101, 1, 102, 1, 102, 1, 102, 3, 102, 3418, 8, 102, 1, 102, 3, 102, 3421, 8, 102, 1, 102, 1, 102, 1, 102, 3, 102, 3426, 8, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 3, 102, 3434, 8, 102, 1, 102, 1, 102, 1, 102, 1, 102, 3, 102, 3440, 8, 102, 1, 102, 1, 102, 3, 102, 3444, 8, 102, 3, 102, 3446, 8, 102, 1, 102, 1, 102, 1, 102, 1, 102, 3, 102, 3452, 8, 102, 1, 102, 1, 102, 1, 102, 1, 102, 5, 102, 3458, 8, 102, 10, 102, 12, 102, 3461, 9, 102, 1, 102, 1, 102, 3, 102, 3465, 8, 102, 1, 102, 1, 102, 1, 102, 1, 102, 5, 102, 3471, 8, 102, 10, 102, 12, 102, 3474, 9, 102, 3, 102, 3476, 8, 102, 1, 103, 1, 103, 1, 103, 3, 103, 3481, 8, 103, 1, 103, 3, 103, 3484, 8, 103, 1, 103, 1, 103, 3, 103, 3488, 8, 103, 1, 103, 3, 103, 3491, 8, 103, 1, 103, 3, 103, 3494, 8, 103, 1, 104, 1, 104, 3, 104, 3498, 8, 104, 1, 104, 3, 104, 3501, 8, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 3, 104, 3509, 8, 104, 1, 104, 1, 104, 1, 104, 1, 104, 3, 104, 3515, 8, 104, 1, 104, 1, 104, 3, 104, 3519, 8, 104, 1, 105, 1, 105, 5, 105, 3523, 8, 105, 10, 105, 12, 105, 3526, 9, 105, 1, 105, 1, 105, 3, 105, 3530, 8, 105, 1, 105, 1, 105, 3, 105, 3534, 8, 105, 3, 105, 3536, 8, 105, 1, 105, 1, 105, 5, 105, 3540, 8, 105, 10, 105, 12, 105, 3543, 9, 105, 1, 105, 3, 105, 3546, 8, 105, 1, 105, 3, 105, 3549, 8, 105, 1, 105, 3, 105, 3552, 8, 105, 1, 105, 3, 105, 3555, 8, 105, 1, 105, 1, 105, 5, 105, 3559, 8, 105, 10, 105, 12, 105, 3562, 9, 105, 1, 105, 1, 105, 3, 105, 3566, 8, 105, 1, 105, 3, 105, 3569, 8, 105, 1, 105, 3, 105, 3572, 8, 105, 1, 105, 3, 105, 3575, 8, 105, 1, 105, 3, 105, 3578, 8, 105, 3, 105, 3580, 8, 105, 1, 106, 3, 106, 3583, 8, 106, 1, 106, 1, 106, 3, 106, 3587, 8, 106, 1, 106, 3, 106, 3590, 8, 106, 1, 106, 3, 106, 3593, 8, 106, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 3, 107, 3601, 8, 107, 1, 107, 1, 107, 1, 107, 1, 107, 3, 107, 3607, 8, 107, 1, 107, 5, 107, 3610, 8, 107, 10, 107, 12, 107, 3613, 9, 107, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 3, 108, 3621, 8, 108, 1, 108, 5, 108, 3624, 8, 108, 10, 108, 12, 108, 3627, 9, 108, 1, 109, 1, 109, 1, 109, 1, 109, 3, 109, 3633, 8, 109, 1, 109, 3, 109, 3636, 8, 109, 1, 109, 3, 109, 3639, 8, 109, 1, 109, 1, 109, 3, 109, 3643, 8, 109, 1, 110, 1, 110, 3, 110, 3647, 8, 110, 1, 111, 1, 111, 1, 111, 1, 111, 3, 111, 3653, 8, 111, 1, 111, 1, 111, 3, 111, 3657, 8, 111, 1, 112, 1, 112, 1, 112, 5, 112, 3662, 8, 112, 10, 112, 12, 112, 3665, 9, 112, 1, 112, 3, 112, 3668, 8, 112, 1, 112, 3, 112, 3671, 8, 112, 1, 112, 3, 112, 3674, 8, 112, 1, 113, 1, 113, 1, 113, 3, 113, 3679, 8, 113, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 3, 114, 3686, 8, 114, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 5, 115, 3694, 8, 115, 10, 115, 12, 115, 3697, 9, 115, 1, 116, 1, 116, 1, 116, 1, 116, 5, 116, 3703, 8, 116, 10, 116, 12, 116, 3706, 9, 116, 1, 117, 1, 117, 1, 117, 1, 117, 1, 118, 1, 118, 3, 118, 3714, 8, 118, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 5, 119, 3722, 8, 119, 10, 119, 12, 119, 3725, 9, 119, 3, 119, 3727, 8, 119, 1, 119, 1, 119, 3, 119, 3731, 8, 119, 1, 119, 1, 119, 1, 119, 1, 119, 3, 119, 3737, 8, 119, 1, 120, 1, 120, 3, 120, 3741, 8, 120, 1, 120, 3, 120, 3744, 8, 120, 1, 120, 3, 120, 3747, 8, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3752, 8, 120, 1, 120, 3, 120, 3755, 8, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3762, 8, 120, 1, 120, 1, 120, 3, 120, 3766, 8, 120, 1, 120, 3, 120, 3769, 8, 120, 1, 120, 1, 120, 3, 120, 3773, 8, 120, 1, 121, 1, 121, 3, 121, 3777, 8, 121, 1, 121, 3, 121, 3780, 8, 121, 1, 121, 3, 121, 3783, 8, 121, 1, 121, 1, 121, 1, 121, 3, 121, 3788, 8, 121, 1, 121, 1, 121, 1, 121, 1, 121, 3, 121, 3794, 8, 121, 5, 121, 3796, 8, 121, 10, 121, 12, 121, 3799, 9, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 3, 121, 3808, 8, 121, 1, 121, 1, 121, 1, 121, 1, 121, 3, 121, 3814, 8, 121, 5, 121, 3816, 8, 121, 10, 121, 12, 121, 3819, 9, 121, 1, 121, 1, 121, 1, 121, 3, 121, 3824, 8, 121, 1, 121, 1, 121, 3, 121, 3828, 8, 121, 1, 122, 1, 122, 1, 122, 1, 122, 3, 122, 3834, 8, 122, 1, 122, 3, 122, 3837, 8, 122, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 3, 123, 3849, 8, 123, 1, 123, 1, 123, 3, 123, 3853, 8, 123, 1, 123, 1, 123, 3, 123, 3857, 8, 123, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 3, 124, 3865, 8, 124, 1, 124, 1, 124, 3, 124, 3869, 8, 124, 1, 125, 1, 125, 1, 125, 1, 125, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 5, 126, 3881, 8, 126, 10, 126, 12, 126, 3884, 9, 126, 1, 127, 1, 127, 3, 127, 3888, 8, 127, 1, 127, 3, 127, 3891, 8, 127, 1, 127, 1, 127, 3, 127, 3895, 8, 127, 1, 127, 3, 127, 3898, 8, 127, 1, 127, 1, 127, 1, 127, 1, 127, 5, 127, 3904, 8, 127, 10, 127, 12, 127, 3907, 9, 127, 1, 127, 1, 127, 3, 127, 3911, 8, 127, 1, 127, 3, 127, 3914, 8, 127, 1, 127, 3, 127, 3917, 8, 127, 1, 128, 1, 128, 3, 128, 3921, 8, 128, 1, 128, 3, 128, 3924, 8, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 5, 128, 3931, 8, 128, 10, 128, 12, 128, 3934, 9, 128, 1, 128, 1, 128, 3, 128, 3938, 8, 128, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 5, 129, 3945, 8, 129, 10, 129, 12, 129, 3948, 9, 129, 1, 130, 1, 130, 3, 130, 3952, 8, 130, 1, 131, 1, 131, 1, 131, 5, 131, 3957, 8, 131, 10, 131, 12, 131, 3960, 9, 131, 1, 132, 1, 132, 5, 132, 3964, 8, 132, 10, 132, 12, 132, 3967, 9, 132, 1, 132, 1, 132, 1, 132, 5, 132, 3972, 8, 132, 10, 132, 12, 132, 3975, 9, 132, 1, 132, 1, 132, 1, 132, 3, 132, 3980, 8, 132, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 3, 133, 3988, 8, 133, 1, 133, 3, 133, 3991, 8, 133, 1, 133, 3, 133, 3994, 8, 133, 1, 133, 1, 133, 1, 133, 5, 133, 3999, 8, 133, 10, 133, 12, 133, 4002, 9, 133, 3, 133, 4004, 8, 133, 1, 133, 3, 133, 4007, 8, 133, 1, 133, 1, 133, 3, 133, 4011, 8, 133, 1, 133, 1, 133, 3, 133, 4015, 8, 133, 1, 133, 1, 133, 1, 133, 1, 133, 3, 133, 4021, 8, 133, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 3, 134, 4028, 8, 134, 1, 135, 1, 135, 1, 135, 1, 135, 1, 136, 1, 136, 1, 136, 1, 136, 3, 136, 4038, 8, 136, 1, 136, 1, 136, 3, 136, 4042, 8, 136, 1, 136, 1, 136, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 3, 137, 4051, 8, 137, 1, 138, 3, 138, 4054, 8, 138, 1, 138, 1, 138, 3, 138, 4058, 8, 138, 1, 138, 1, 138, 5, 138, 4062, 8, 138, 10, 138, 12, 138, 4065, 9, 138, 1, 138, 1, 138, 1, 138, 5, 138, 4070, 8, 138, 10, 138, 12, 138, 4073, 9, 138, 1, 138, 1, 138, 3, 138, 4077, 8, 138, 1, 138, 1, 138, 3, 138, 4081, 8, 138, 1, 138, 1, 138, 5, 138, 4085, 8, 138, 10, 138, 12, 138, 4088, 9, 138, 1, 138, 1, 138, 1, 138, 3, 138, 4093, 8, 138, 1, 138, 3, 138, 4096, 8, 138, 3, 138, 4098, 8, 138, 1, 138, 1, 138, 3, 138, 4102, 8, 138, 1, 139, 1, 139, 1, 139, 3, 139, 4107, 8, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 3, 139, 4114, 8, 139, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 3, 140, 4124, 8, 140, 1, 141, 1, 141, 5, 141, 4128, 8, 141, 10, 141, 12, 141, 4131, 9, 141, 1, 141, 1, 141, 3, 141, 4135, 8, 141, 1, 141, 1, 141, 3, 141, 4139, 8, 141, 1, 141, 3, 141, 4142, 8, 141, 1, 141, 3, 141, 4145, 8, 141, 1, 141, 3, 141, 4148, 8, 141, 1, 141, 3, 141, 4151, 8, 141, 1, 141, 3, 141, 4154, 8, 141, 1, 141, 3, 141, 4157, 8, 141, 1, 142, 1, 142, 3, 142, 4161, 8, 142, 1, 142, 1, 142, 3, 142, 4165, 8, 142, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 3, 143, 4173, 8, 143, 1, 143, 1, 143, 3, 143, 4177, 8, 143, 1, 143, 3, 143, 4180, 8, 143, 3, 143, 4182, 8, 143, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 3, 144, 4195, 8, 144, 1, 144, 3, 144, 4198, 8, 144, 1, 145, 1, 145, 1, 145, 5, 145, 4203, 8, 145, 10, 145, 12, 145, 4206, 9, 145, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 3, 146, 4215, 8, 146, 1, 146, 3, 146, 4218, 8, 146, 1, 146, 1, 146, 1, 146, 3, 146, 4223, 8, 146, 3, 146, 4225, 8, 146, 1, 146, 1, 146, 3, 146, 4229, 8, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 3, 146, 4237, 8, 146, 1, 147, 1, 147, 1, 147, 1, 147, 3, 147, 4243, 8, 147, 1, 147, 1, 147, 1, 147, 1, 148, 1, 148, 1, 148, 1, 148, 3, 148, 4252, 8, 148, 1, 148, 1, 148, 1, 148, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 3, 149, 4265, 8, 149, 1, 150, 1, 150, 3, 150, 4269, 8, 150, 1, 150, 1, 150, 5, 150, 4273, 8, 150, 10, 150, 12, 150, 4276, 9, 150, 1, 151, 1, 151, 1, 151, 3, 151, 4281, 8, 151, 1, 151, 3, 151, 4284, 8, 151, 1, 151, 1, 151, 3, 151, 4288, 8, 151, 1, 151, 3, 151, 4291, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 4298, 8, 151, 1, 152, 1, 152, 1, 152, 1, 152, 1, 153, 1, 153, 1, 154, 1, 154, 1, 155, 1, 155, 3, 155, 4310, 8, 155, 1, 155, 1, 155, 3, 155, 4314, 8, 155, 1, 156, 1, 156, 1, 156, 1, 156, 5, 156, 4320, 8, 156, 10, 156, 12, 156, 4323, 9, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 3, 156, 4334, 8, 156, 1, 156, 1, 156, 4, 156, 4338, 8, 156, 11, 156, 12, 156, 4339, 3, 156, 4342, 8, 156, 1, 156, 1, 156, 4, 156, 4346, 8, 156, 11, 156, 12, 156, 4347, 3, 156, 4350, 8, 156, 3, 156, 4352, 8, 156, 1, 157, 1, 157, 1, 157, 1, 157, 3, 157, 4358, 8, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 3, 157, 4366, 8, 157, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 3, 158, 4374, 8, 158, 1, 159, 1, 159, 3, 159, 4378, 8, 159, 1, 159, 1, 159, 1, 159, 3, 159, 4383, 8, 159, 3, 159, 4385, 8, 159, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 5, 160, 4392, 8, 160, 10, 160, 12, 160, 4395, 9, 160, 1, 160, 1, 160, 3, 160, 4399, 8, 160, 1, 161, 1, 161, 1, 161, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 5, 162, 4417, 8, 162, 10, 162, 12, 162, 4420, 9, 162, 1, 163, 1, 163, 3, 163, 4424, 8, 163, 1, 164, 1, 164, 1, 164, 1, 164, 3, 164, 4430, 8, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 3, 164, 4437, 8, 164, 1, 165, 1, 165, 1, 165, 3, 165, 4442, 8, 165, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 5, 166, 4449, 8, 166, 10, 166, 12, 166, 4452, 9, 166, 3, 166, 4454, 8, 166, 1, 167, 1, 167, 3, 167, 4458, 8, 167, 1, 168, 1, 168, 3, 168, 4462, 8, 168, 1, 168, 1, 168, 3, 168, 4466, 8, 168, 1, 168, 3, 168, 4469, 8, 168, 1, 168, 3, 168, 4472, 8, 168, 1, 168, 3, 168, 4475, 8, 168, 1, 169, 1, 169, 3, 169, 4479, 8, 169, 1, 169, 1, 169, 3, 169, 4483, 8, 169, 1, 169, 3, 169, 4486, 8, 169, 1, 169, 3, 169, 4489, 8, 169, 1, 169, 3, 169, 4492, 8, 169, 1, 170, 1, 170, 1, 170, 1, 171, 1, 171, 3, 171, 4499, 8, 171, 1, 171, 1, 171, 3, 171, 4503, 8, 171, 1, 171, 1, 171, 1, 172, 1, 172, 1, 172, 1, 172, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 5, 173, 4516, 8, 173, 10, 173, 12, 173, 4519, 9, 173, 1, 174, 1, 174, 1, 174, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 176, 1, 176, 3, 176, 4531, 8, 176, 1, 176, 1, 176, 1, 176, 1, 176, 5, 176, 4537, 8, 176, 10, 176, 12, 176, 4540, 9, 176, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 3, 177, 4549, 8, 177, 1, 178, 1, 178, 3, 178, 4553, 8, 178, 1, 178, 3, 178, 4556, 8, 178, 1, 178, 1, 178, 1, 179, 1, 179, 3, 179, 4562, 8, 179, 1, 179, 3, 179, 4565, 8, 179, 1, 179, 3, 179, 4568, 8, 179, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 3, 180, 4577, 8, 180, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 3, 181, 4586, 8, 181, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 5, 182, 4594, 8, 182, 10, 182, 12, 182, 4597, 9, 182, 1, 182, 3, 182, 4600, 8, 182, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 5, 183, 4608, 8, 183, 10, 183, 12, 183, 4611, 9, 183, 1, 183, 3, 183, 4614, 8, 183, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 5, 184, 4623, 8, 184, 10, 184, 12, 184, 4626, 9, 184, 1, 184, 3, 184, 4629, 8, 184, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 3, 185, 4638, 8, 185, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 5, 186, 4645, 8, 186, 10, 186, 12, 186, 4648, 9, 186, 3, 186, 4650, 8, 186, 1, 186, 1, 186, 3, 186, 4654, 8, 186, 1, 186, 5, 186, 4657, 8, 186, 10, 186, 12, 186, 4660, 9, 186, 1, 186, 3, 186, 4663, 8, 186, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 5, 187, 4670, 8, 187, 10, 187, 12, 187, 4673, 9, 187, 3, 187, 4675, 8, 187, 1, 187, 3, 187, 4678, 8, 187, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 3, 188, 4685, 8, 188, 1, 188, 1, 188, 1, 188, 1, 188, 3, 188, 4691, 8, 188, 1, 188, 1, 188, 1, 188, 1, 188, 3, 188, 4697, 8, 188, 1, 189, 1, 189, 1, 189, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 5, 190, 4721, 8, 190, 10, 190, 12, 190, 4724, 9, 190, 3, 190, 4726, 8, 190, 1, 190, 3, 190, 4729, 8, 190, 1, 191, 1, 191, 1, 192, 1, 192, 1, 193, 1, 193, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 3, 194, 4748, 8, 194, 3, 194, 4750, 8, 194, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 5, 195, 4771, 8, 195, 10, 195, 12, 195, 4774, 9, 195, 3, 195, 4776, 8, 195, 1, 195, 3, 195, 4779, 8, 195, 1, 196, 1, 196, 1, 197, 1, 197, 1, 198, 1, 198, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 3, 199, 4798, 8, 199, 3, 199, 4800, 8, 199, 1, 200, 1, 200, 1, 200, 1, 200, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 5, 201, 4812, 8, 201, 10, 201, 12, 201, 4815, 9, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 5, 201, 4825, 8, 201, 10, 201, 12, 201, 4828, 9, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 5, 201, 4862, 8, 201, 10, 201, 12, 201, 4865, 9, 201, 1, 201, 1, 201, 3, 201, 4869, 8, 201, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 203, 1, 203, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 3, 204, 4904, 8, 204, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 3, 205, 4918, 8, 205, 1, 206, 1, 206, 1, 206, 5, 206, 4923, 8, 206, 10, 206, 12, 206, 4926, 9, 206, 1, 206, 3, 206, 4929, 8, 206, 1, 207, 1, 207, 1, 207, 1, 207, 3, 207, 4935, 8, 207, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 3, 208, 4943, 8, 208, 3, 208, 4945, 8, 208, 1, 209, 1, 209, 1, 209, 1, 209, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 3, 210, 4956, 8, 210, 1, 211, 1, 211, 1, 211, 1, 211, 1, 212, 1, 212, 1, 212, 1, 212, 3, 212, 4966, 8, 212, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4973, 8, 213, 1, 214, 1, 214, 1, 214, 1, 214, 3, 214, 4979, 8, 214, 1, 215, 1, 215, 1, 215, 1, 215, 1, 216, 1, 216, 3, 216, 4987, 8, 216, 1, 217, 1, 217, 1, 217, 3, 217, 4992, 8, 217, 1, 217, 1, 217, 1, 217, 1, 217, 5, 217, 4998, 8, 217, 10, 217, 12, 217, 5001, 9, 217, 1, 217, 1, 217, 1, 217, 5, 217, 5006, 8, 217, 10, 217, 12, 217, 5009, 9, 217, 1, 217, 1, 217, 1, 217, 5, 217, 5014, 8, 217, 10, 217, 12, 217, 5017, 9, 217, 1, 217, 1, 217, 1, 217, 5, 217, 5022, 8, 217, 10, 217, 12, 217, 5025, 9, 217, 1, 217, 5, 217, 5028, 8, 217, 10, 217, 12, 217, 5031, 9, 217, 1, 217, 1, 217, 3, 217, 5035, 8, 217, 1, 218, 1, 218, 1, 218, 3, 218, 5040, 8, 218, 1, 218, 4, 218, 5043, 8, 218, 11, 218, 12, 218, 5044, 1, 218, 1, 218, 4, 218, 5049, 8, 218, 11, 218, 12, 218, 5050, 3, 218, 5053, 8, 218, 1, 218, 1, 218, 1, 218, 1, 219, 1, 219, 1, 219, 1, 219, 4, 219, 5062, 8, 219, 11, 219, 12, 219, 5063, 1, 219, 5, 219, 5067, 8, 219, 10, 219, 12, 219, 5070, 9, 219, 1, 219, 1, 219, 4, 219, 5074, 8, 219, 11, 219, 12, 219, 5075, 3, 219, 5078, 8, 219, 1, 219, 1, 219, 1, 219, 1, 220, 1, 220, 1, 220, 1, 221, 1, 221, 1, 221, 1, 222, 1, 222, 1, 222, 3, 222, 5092, 8, 222, 1, 222, 1, 222, 4, 222, 5096, 8, 222, 11, 222, 12, 222, 5097, 1, 222, 1, 222, 1, 222, 3, 222, 5103, 8, 222, 1, 223, 1, 223, 1, 223, 3, 223, 5108, 8, 223, 1, 223, 1, 223, 4, 223, 5112, 8, 223, 11, 223, 12, 223, 5113, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 3, 223, 5121, 8, 223, 1, 224, 1, 224, 1, 224, 1, 225, 1, 225, 1, 225, 3, 225, 5129, 8, 225, 1, 225, 1, 225, 1, 225, 1, 225, 4, 225, 5135, 8, 225, 11, 225, 12, 225, 5136, 1, 225, 1, 225, 1, 225, 3, 225, 5142, 8, 225, 1, 226, 1, 226, 1, 226, 1, 226, 3, 226, 5148, 8, 226, 1, 226, 3, 226, 5151, 8, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 3, 226, 5159, 8, 226, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 3, 227, 5166, 8, 227, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 3, 228, 5175, 8, 228, 1, 228, 3, 228, 5178, 8, 228, 1, 229, 1, 229, 1, 229, 1, 229, 1, 229, 1, 229, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 5, 230, 5193, 8, 230, 10, 230, 12, 230, 5196, 9, 230, 1, 230, 1, 230, 1, 231, 1, 231, 1, 231, 3, 231, 5203, 8, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 3, 231, 5211, 8, 231, 1, 232, 1, 232, 3, 232, 5215, 8, 232, 1, 232, 1, 232, 1, 233, 1, 233, 1, 233, 3, 233, 5222, 8, 233, 1, 233, 1, 233, 4, 233, 5226, 8, 233, 11, 233, 12, 233, 5227, 1, 234, 1, 234, 1, 234, 1, 234, 4, 234, 5234, 8, 234, 11, 234, 12, 234, 5235, 1, 235, 1, 235, 1, 235, 3, 235, 5241, 8, 235, 1, 235, 1, 235, 1, 235, 5, 235, 5246, 8, 235, 10, 235, 12, 235, 5249, 9, 235, 1, 235, 1, 235, 1, 235, 5, 235, 5254, 8, 235, 10, 235, 12, 235, 5257, 9, 235, 1, 235, 1, 235, 1, 235, 1, 235, 3, 235, 5263, 8, 235, 1, 235, 5, 235, 5266, 8, 235, 10, 235, 12, 235, 5269, 9, 235, 3, 235, 5271, 8, 235, 3, 235, 5273, 8, 235, 1, 235, 1, 235, 4, 235, 5277, 8, 235, 11, 235, 12, 235, 5278, 3, 235, 5281, 8, 235, 1, 235, 1, 235, 5, 235, 5285, 8, 235, 10, 235, 12, 235, 5288, 9, 235, 1, 235, 1, 235, 3, 235, 5292, 8, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 3, 235, 5299, 8, 235, 1, 236, 1, 236, 1, 236, 3, 236, 5304, 8, 236, 1, 236, 1, 236, 3, 236, 5308, 8, 236, 1, 236, 1, 236, 1, 236, 3, 236, 5313, 8, 236, 5, 236, 5315, 8, 236, 10, 236, 12, 236, 5318, 9, 236, 1, 236, 1, 236, 1, 236, 3, 236, 5323, 8, 236, 1, 236, 1, 236, 1, 236, 1, 236, 3, 236, 5329, 8, 236, 1, 236, 5, 236, 5332, 8, 236, 10, 236, 12, 236, 5335, 9, 236, 3, 236, 5337, 8, 236, 3, 236, 5339, 8, 236, 1, 236, 1, 236, 4, 236, 5343, 8, 236, 11, 236, 12, 236, 5344, 3, 236, 5347, 8, 236, 1, 236, 1, 236, 5, 236, 5351, 8, 236, 10, 236, 12, 236, 5354, 9, 236, 1, 236, 1, 236, 3, 236, 5358, 8, 236, 1, 237, 1, 237, 1, 237, 3, 237, 5363, 8, 237, 1, 237, 1, 237, 1, 237, 5, 237, 5368, 8, 237, 10, 237, 12, 237, 5371, 9, 237, 1, 238, 1, 238, 1, 238, 1, 238, 5, 238, 5377, 8, 238, 10, 238, 12, 238, 5380, 9, 238, 1, 238, 1, 238, 3, 238, 5384, 8, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 5, 238, 5391, 8, 238, 10, 238, 12, 238, 5394, 9, 238, 1, 238, 3, 238, 5397, 8, 238, 1, 238, 1, 238, 1, 238, 1, 238, 3, 238, 5403, 8, 238, 1, 238, 5, 238, 5406, 8, 238, 10, 238, 12, 238, 5409, 9, 238, 3, 238, 5411, 8, 238, 3, 238, 5413, 8, 238, 1, 238, 1, 238, 1, 238, 1, 238, 5, 238, 5419, 8, 238, 10, 238, 12, 238, 5422, 9, 238, 3, 238, 5424, 8, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 3, 238, 5431, 8, 238, 3, 238, 5433, 8, 238, 1, 238, 1, 238, 1, 238, 3, 238, 5438, 8, 238, 1, 238, 1, 238, 1, 238, 5, 238, 5443, 8, 238, 10, 238, 12, 238, 5446, 9, 238, 1, 238, 1, 238, 1, 238, 1, 238, 5, 238, 5452, 8, 238, 10, 238, 12, 238, 5455, 9, 238, 1, 238, 1, 238, 1, 238, 3, 238, 5460, 8, 238, 3, 238, 5462, 8, 238, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 3, 239, 5469, 8, 239, 1, 239, 3, 239, 5472, 8, 239, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 5, 240, 5482, 8, 240, 10, 240, 12, 240, 5485, 9, 240, 1, 240, 1, 240, 1, 240, 3, 240, 5490, 8, 240, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 3, 241, 5498, 8, 241, 1, 241, 3, 241, 5501, 8, 241, 1, 241, 1, 241, 3, 241, 5505, 8, 241, 1, 241, 3, 241, 5508, 8, 241, 1, 241, 1, 241, 3, 241, 5512, 8, 241, 3, 241, 5514, 8, 241, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 3, 242, 5525, 8, 242, 1, 242, 3, 242, 5528, 8, 242, 1, 242, 1, 242, 3, 242, 5532, 8, 242, 1, 242, 3, 242, 5535, 8, 242, 1, 242, 3, 242, 5538, 8, 242, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 3, 243, 5545, 8, 243, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 5, 244, 5555, 8, 244, 10, 244, 12, 244, 5558, 9, 244, 3, 244, 5560, 8, 244, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 3, 245, 5567, 8, 245, 1, 245, 1, 245, 5, 245, 5571, 8, 245, 10, 245, 12, 245, 5574, 9, 245, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 5, 246, 5581, 8, 246, 10, 246, 12, 246, 5584, 9, 246, 1, 247, 1, 247, 3, 247, 5588, 8, 247, 1, 247, 1, 247, 1, 247, 5, 247, 5593, 8, 247, 10, 247, 12, 247, 5596, 9, 247, 1, 247, 1, 247, 3, 247, 5600, 8, 247, 1, 247, 1, 247, 1, 247, 1, 247, 3, 247, 5606, 8, 247, 1, 247, 1, 247, 3, 247, 5610, 8, 247, 1, 247, 1, 247, 3, 247, 5614, 8, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 3, 247, 5622, 8, 247, 1, 247, 1, 247, 3, 247, 5626, 8, 247, 1, 247, 1, 247, 3, 247, 5630, 8, 247, 1, 247, 1, 247, 1, 247, 1, 247, 3, 247, 5636, 8, 247, 3, 247, 5638, 8, 247, 1, 248, 1, 248, 1, 248, 1, 248, 1, 249, 1, 249, 1, 250, 1, 250, 1, 250, 1, 250, 3, 250, 5650, 8, 250, 1, 250, 1, 250, 1, 250, 3, 250, 5655, 8, 250, 1, 250, 1, 250, 1, 250, 1, 250, 3, 250, 5661, 8, 250, 1, 250, 1, 250, 1, 250, 1, 250, 3, 250, 5667, 8, 250, 1, 250, 1, 250, 3, 250, 5671, 8, 250, 1, 250, 1, 250, 1, 250, 3, 250, 5676, 8, 250, 3, 250, 5678, 8, 250, 1, 251, 1, 251, 1, 251, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 3, 252, 5702, 8, 252, 4, 252, 5704, 8, 252, 11, 252, 12, 252, 5705, 1, 252, 3, 252, 5709, 8, 252, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 3, 253, 5718, 8, 253, 1, 253, 1, 253, 3, 253, 5722, 8, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 3, 253, 5731, 8, 253, 1, 253, 1, 253, 3, 253, 5735, 8, 253, 1, 253, 1, 253, 3, 253, 5739, 8, 253, 1, 253, 1, 253, 1, 253, 1, 253, 3, 253, 5745, 8, 253, 3, 253, 5747, 8, 253, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 3, 254, 5756, 8, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 3, 254, 5766, 8, 254, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 3, 255, 5793, 8, 255, 1, 256, 1, 256, 3, 256, 5797, 8, 256, 1, 256, 1, 256, 1, 256, 3, 256, 5802, 8, 256, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 3, 257, 5809, 8, 257, 1, 257, 3, 257, 5812, 8, 257, 1, 257, 1, 257, 1, 257, 1, 257, 3, 257, 5818, 8, 257, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 3, 258, 5828, 8, 258, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 3, 259, 5838, 8, 259, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 3, 260, 5848, 8, 260, 1, 260, 1, 260, 1, 260, 1, 260, 3, 260, 5854, 8, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 3, 260, 5863, 8, 260, 1, 260, 1, 260, 1, 260, 1, 260, 3, 260, 5869, 8, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 3, 260, 5876, 8, 260, 3, 260, 5878, 8, 260, 1, 261, 1, 261, 1, 261, 1, 262, 1, 262, 1, 262, 3, 262, 5886, 8, 262, 1, 262, 1, 262, 1, 262, 1, 262, 3, 262, 5892, 8, 262, 1, 262, 1, 262, 3, 262, 5896, 8, 262, 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, 1, 263, 1, 263, 3, 263, 5913, 8, 263, 1, 264, 1, 264, 1, 264, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 3, 265, 5923, 8, 265, 1, 266, 1, 266, 3, 266, 5927, 8, 266, 1, 266, 1, 266, 3, 266, 5931, 8, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 3, 266, 5941, 8, 266, 1, 266, 1, 266, 1, 266, 3, 266, 5946, 8, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 3, 266, 6018, 8, 266, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 3, 267, 6036, 8, 267, 1, 268, 1, 268, 1, 268, 1, 268, 1, 269, 1, 269, 3, 269, 6044, 8, 269, 1, 269, 1, 269, 1, 269, 1, 269, 3, 269, 6050, 8, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 3, 269, 6062, 8, 269, 1, 269, 1, 269, 3, 269, 6066, 8, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 3, 269, 6077, 8, 269, 1, 269, 1, 269, 3, 269, 6081, 8, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 3, 269, 6090, 8, 269, 1, 270, 1, 270, 1, 270, 1, 270, 5, 270, 6096, 8, 270, 10, 270, 12, 270, 6099, 9, 270, 1, 271, 1, 271, 1, 271, 1, 271, 3, 271, 6105, 8, 271, 1, 272, 1, 272, 3, 272, 6109, 8, 272, 1, 272, 1, 272, 1, 272, 1, 273, 1, 273, 3, 273, 6116, 8, 273, 1, 273, 1, 273, 1, 273, 3, 273, 6121, 8, 273, 1, 273, 3, 273, 6124, 8, 273, 1, 273, 3, 273, 6127, 8, 273, 1, 274, 1, 274, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 3, 275, 6138, 8, 275, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 5, 276, 6145, 8, 276, 10, 276, 12, 276, 6148, 9, 276, 1, 276, 1, 276, 1, 276, 1, 276, 5, 276, 6154, 8, 276, 10, 276, 12, 276, 6157, 9, 276, 3, 276, 6159, 8, 276, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 5, 278, 6171, 8, 278, 10, 278, 12, 278, 6174, 9, 278, 1, 279, 1, 279, 1, 279, 1, 279, 1, 279, 1, 279, 1, 280, 1, 280, 1, 280, 1, 280, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 3, 281, 6191, 8, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 3, 281, 6204, 8, 281, 1, 281, 3, 281, 6207, 8, 281, 1, 281, 1, 281, 3, 281, 6211, 8, 281, 1, 281, 3, 281, 6214, 8, 281, 3, 281, 6216, 8, 281, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 3, 282, 6223, 8, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 3, 282, 6230, 8, 282, 5, 282, 6232, 8, 282, 10, 282, 12, 282, 6235, 9, 282, 1, 282, 1, 282, 1, 282, 1, 282, 3, 282, 6241, 8, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 3, 282, 6248, 8, 282, 1, 282, 3, 282, 6251, 8, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 5, 282, 6265, 8, 282, 10, 282, 12, 282, 6268, 9, 282, 3, 282, 6270, 8, 282, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 3, 283, 6280, 8, 283, 1, 283, 1, 283, 3, 283, 6284, 8, 283, 1, 283, 1, 283, 1, 283, 1, 283, 3, 283, 6290, 8, 283, 1, 283, 3, 283, 6293, 8, 283, 1, 283, 3, 283, 6296, 8, 283, 1, 283, 1, 283, 1, 283, 3, 283, 6301, 8, 283, 1, 283, 1, 283, 3, 283, 6305, 8, 283, 1, 283, 3, 283, 6308, 8, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 3, 283, 6315, 8, 283, 1, 283, 3, 283, 6318, 8, 283, 1, 283, 1, 283, 1, 283, 1, 283, 3, 283, 6324, 8, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 3, 283, 6360, 8, 283, 1, 283, 3, 283, 6363, 8, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 3, 283, 6375, 8, 283, 1, 283, 3, 283, 6378, 8, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 3, 283, 6394, 8, 283, 3, 283, 6396, 8, 283, 1, 283, 1, 283, 3, 283, 6400, 8, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 3, 283, 6407, 8, 283, 1, 283, 1, 283, 3, 283, 6411, 8, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 3, 283, 6418, 8, 283, 1, 283, 3, 283, 6421, 8, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 5, 283, 6428, 8, 283, 10, 283, 12, 283, 6431, 9, 283, 3, 283, 6433, 8, 283, 1, 283, 1, 283, 1, 283, 3, 283, 6438, 8, 283, 1, 283, 1, 283, 1, 283, 1, 283, 3, 283, 6444, 8, 283, 3, 283, 6446, 8, 283, 1, 283, 1, 283, 1, 283, 1, 283, 3, 283, 6452, 8, 283, 1, 283, 1, 283, 3, 283, 6456, 8, 283, 1, 284, 1, 284, 1, 284, 1, 284, 3, 284, 6462, 8, 284, 1, 284, 3, 284, 6465, 8, 284, 1, 284, 3, 284, 6468, 8, 284, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 3, 285, 6481, 8, 285, 1, 285, 3, 285, 6484, 8, 285, 1, 286, 1, 286, 1, 286, 1, 286, 3, 286, 6490, 8, 286, 1, 287, 3, 287, 6493, 8, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 3, 287, 6501, 8, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 3, 287, 6509, 8, 287, 1, 288, 1, 288, 1, 288, 1, 288, 3, 288, 6515, 8, 288, 1, 288, 3, 288, 6518, 8, 288, 1, 288, 1, 288, 3, 288, 6522, 8, 288, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 3, 289, 6536, 8, 289, 1, 290, 1, 290, 1, 290, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 5, 291, 6546, 8, 291, 10, 291, 12, 291, 6549, 9, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 3, 291, 6556, 8, 291, 1, 291, 1, 291, 3, 291, 6560, 8, 291, 1, 291, 1, 291, 1, 291, 1, 292, 1, 292, 3, 292, 6567, 8, 292, 1, 292, 1, 292, 1, 292, 5, 292, 6572, 8, 292, 10, 292, 12, 292, 6575, 9, 292, 1, 293, 1, 293, 3, 293, 6579, 8, 293, 1, 293, 1, 293, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 5, 294, 6590, 8, 294, 10, 294, 12, 294, 6593, 9, 294, 1, 295, 1, 295, 1, 295, 1, 295, 5, 295, 6599, 8, 295, 10, 295, 12, 295, 6602, 9, 295, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 3, 296, 6609, 8, 296, 1, 297, 1, 297, 1, 297, 3, 297, 6614, 8, 297, 1, 297, 3, 297, 6617, 8, 297, 1, 298, 1, 298, 1, 298, 3, 298, 6622, 8, 298, 1, 298, 3, 298, 6625, 8, 298, 1, 299, 1, 299, 1, 300, 1, 300, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 3, 301, 6637, 8, 301, 1, 302, 1, 302, 1, 302, 3, 302, 6642, 8, 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, 6655, 8, 302, 3, 302, 6657, 8, 302, 1, 302, 1, 302, 1, 302, 3, 302, 6662, 8, 302, 1, 302, 1, 302, 3, 302, 6666, 8, 302, 1, 302, 3, 302, 6669, 8, 302, 3, 302, 6671, 8, 302, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 3, 303, 6678, 8, 303, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 3, 304, 6685, 8, 304, 1, 304, 3, 304, 6688, 8, 304, 1, 304, 3, 304, 6691, 8, 304, 1, 304, 1, 304, 1, 304, 1, 304, 3, 304, 6697, 8, 304, 1, 304, 1, 304, 3, 304, 6701, 8, 304, 1, 305, 1, 305, 1, 305, 1, 305, 3, 305, 6707, 8, 305, 1, 306, 1, 306, 1, 306, 1, 306, 1, 306, 1, 306, 3, 306, 6715, 8, 306, 1, 306, 1, 306, 1, 307, 1, 307, 1, 307, 1, 307, 1, 307, 3, 307, 6724, 8, 307, 1, 307, 1, 307, 1, 308, 1, 308, 1, 308, 1, 309, 1, 309, 1, 309, 1, 310, 1, 310, 1, 310, 3, 310, 6737, 8, 310, 1, 310, 1, 310, 1, 310, 3, 310, 6742, 8, 310, 1, 310, 1, 310, 1, 310, 1, 310, 5, 310, 6748, 8, 310, 10, 310, 12, 310, 6751, 9, 310, 3, 310, 6753, 8, 310, 1, 311, 1, 311, 1, 311, 3, 311, 6758, 8, 311, 1, 311, 1, 311, 1, 311, 3, 311, 6763, 8, 311, 1, 311, 1, 311, 1, 311, 1, 311, 5, 311, 6769, 8, 311, 10, 311, 12, 311, 6772, 9, 311, 3, 311, 6774, 8, 311, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 3, 312, 6782, 8, 312, 1, 313, 1, 313, 3, 313, 6786, 8, 313, 1, 313, 1, 313, 1, 313, 5, 313, 6791, 8, 313, 10, 313, 12, 313, 6794, 9, 313, 1, 314, 1, 314, 1, 314, 3, 314, 6799, 8, 314, 1, 314, 3, 314, 6802, 8, 314, 1, 315, 1, 315, 3, 315, 6806, 8, 315, 1, 315, 1, 315, 1, 315, 1, 315, 1, 315, 1, 315, 1, 315, 1, 315, 1, 315, 5, 315, 6817, 8, 315, 10, 315, 12, 315, 6820, 9, 315, 1, 315, 1, 315, 1, 315, 3, 315, 6825, 8, 315, 1, 315, 1, 315, 1, 315, 1, 315, 1, 315, 1, 315, 1, 315, 1, 315, 5, 315, 6835, 8, 315, 10, 315, 12, 315, 6838, 9, 315, 3, 315, 6840, 8, 315, 1, 316, 1, 316, 1, 317, 1, 317, 1, 317, 1, 317, 1, 317, 3, 317, 6849, 8, 317, 1, 317, 1, 317, 1, 317, 3, 317, 6854, 8, 317, 1, 318, 1, 318, 1, 319, 1, 319, 1, 320, 1, 320, 1, 321, 1, 321, 1, 322, 1, 322, 1, 323, 1, 323, 1, 324, 1, 324, 1, 325, 1, 325, 1, 325, 5, 325, 6873, 8, 325, 10, 325, 12, 325, 6876, 9, 325, 1, 326, 1, 326, 1, 327, 1, 327, 1, 328, 1, 328, 1, 329, 1, 329, 1, 330, 1, 330, 1, 330, 5, 330, 6889, 8, 330, 10, 330, 12, 330, 6892, 9, 330, 1, 331, 1, 331, 1, 332, 1, 332, 1, 332, 5, 332, 6899, 8, 332, 10, 332, 12, 332, 6902, 9, 332, 1, 333, 1, 333, 3, 333, 6906, 8, 333, 1, 334, 1, 334, 1, 334, 3, 334, 6911, 8, 334, 3, 334, 6913, 8, 334, 1, 334, 3, 334, 6916, 8, 334, 1, 334, 1, 334, 3, 334, 6920, 8, 334, 3, 334, 6922, 8, 334, 1, 335, 1, 335, 1, 335, 5, 335, 6927, 8, 335, 10, 335, 12, 335, 6930, 9, 335, 1, 336, 1, 336, 1, 337, 1, 337, 1, 337, 3, 337, 6937, 8, 337, 3, 337, 6939, 8, 337, 1, 337, 3, 337, 6942, 8, 337, 1, 337, 1, 337, 3, 337, 6946, 8, 337, 1, 337, 1, 337, 3, 337, 6950, 8, 337, 1, 338, 1, 338, 1, 338, 3, 338, 6955, 8, 338, 3, 338, 6957, 8, 338, 1, 338, 3, 338, 6960, 8, 338, 1, 338, 1, 338, 3, 338, 6964, 8, 338, 3, 338, 6966, 8, 338, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 3, 339, 6973, 8, 339, 3, 339, 6975, 8, 339, 3, 339, 6977, 8, 339, 1, 340, 1, 340, 1, 341, 1, 341, 1, 342, 1, 342, 1, 343, 1, 343, 1, 343, 5, 343, 6988, 8, 343, 10, 343, 12, 343, 6991, 9, 343, 1, 344, 1, 344, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 3, 345, 7000, 8, 345, 1, 345, 3, 345, 7003, 8, 345, 1, 345, 3, 345, 7006, 8, 345, 1, 346, 1, 346, 1, 346, 1, 346, 1, 347, 1, 347, 1, 347, 1, 348, 1, 348, 1, 348, 1, 348, 3, 348, 7019, 8, 348, 1, 349, 1, 349, 1, 350, 1, 350, 3, 350, 7025, 8, 350, 1, 350, 3, 350, 7028, 8, 350, 1, 351, 1, 351, 1, 352, 1, 352, 1, 352, 1, 352, 3, 352, 7036, 8, 352, 1, 353, 1, 353, 1, 354, 1, 354, 1, 354, 3, 354, 7043, 8, 354, 1, 355, 1, 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, 4, 356, 7061, 8, 356, 11, 356, 12, 356, 7062, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 3, 357, 7070, 8, 357, 3, 357, 7072, 8, 357, 1, 358, 1, 358, 1, 358, 4, 358, 7077, 8, 358, 11, 358, 12, 358, 7078, 3, 358, 7081, 8, 358, 1, 359, 1, 359, 3, 359, 7085, 8, 359, 1, 360, 1, 360, 1, 360, 5, 360, 7090, 8, 360, 10, 360, 12, 360, 7093, 9, 360, 1, 361, 1, 361, 1, 361, 3, 361, 7098, 8, 361, 1, 362, 1, 362, 1, 362, 1, 362, 1, 362, 1, 362, 1, 362, 1, 362, 1, 362, 3, 362, 7109, 8, 362, 1, 363, 1, 363, 1, 363, 1, 363, 3, 363, 7115, 8, 363, 1, 364, 1, 364, 1, 365, 1, 365, 3, 365, 7121, 8, 365, 1, 366, 3, 366, 7124, 8, 366, 1, 366, 1, 366, 3, 366, 7128, 8, 366, 1, 366, 4, 366, 7131, 8, 366, 11, 366, 12, 366, 7132, 1, 366, 3, 366, 7136, 8, 366, 1, 366, 1, 366, 3, 366, 7140, 8, 366, 1, 366, 1, 366, 3, 366, 7144, 8, 366, 3, 366, 7146, 8, 366, 1, 367, 1, 367, 1, 368, 3, 368, 7151, 8, 368, 1, 368, 1, 368, 1, 369, 3, 369, 7156, 8, 369, 1, 369, 1, 369, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 3, 370, 7169, 8, 370, 1, 370, 3, 370, 7172, 8, 370, 1, 371, 1, 371, 3, 371, 7176, 8, 371, 1, 371, 3, 371, 7179, 8, 371, 1, 371, 3, 371, 7182, 8, 371, 1, 371, 1, 371, 1, 371, 3, 371, 7187, 8, 371, 1, 371, 1, 371, 1, 371, 3, 371, 7192, 8, 371, 1, 371, 1, 371, 1, 371, 1, 371, 3, 371, 7198, 8, 371, 1, 371, 3, 371, 7201, 8, 371, 1, 371, 1, 371, 1, 371, 3, 371, 7206, 8, 371, 1, 371, 3, 371, 7209, 8, 371, 1, 371, 1, 371, 1, 371, 3, 371, 7214, 8, 371, 1, 371, 3, 371, 7217, 8, 371, 1, 371, 1, 371, 3, 371, 7221, 8, 371, 1, 371, 5, 371, 7224, 8, 371, 10, 371, 12, 371, 7227, 9, 371, 1, 371, 1, 371, 3, 371, 7231, 8, 371, 1, 371, 5, 371, 7234, 8, 371, 10, 371, 12, 371, 7237, 9, 371, 1, 371, 1, 371, 3, 371, 7241, 8, 371, 1, 371, 3, 371, 7244, 8, 371, 1, 371, 5, 371, 7247, 8, 371, 10, 371, 12, 371, 7250, 9, 371, 1, 371, 1, 371, 3, 371, 7254, 8, 371, 1, 371, 5, 371, 7257, 8, 371, 10, 371, 12, 371, 7260, 9, 371, 1, 371, 1, 371, 1, 371, 3, 371, 7265, 8, 371, 1, 371, 1, 371, 1, 371, 3, 371, 7270, 8, 371, 1, 371, 1, 371, 1, 371, 3, 371, 7275, 8, 371, 1, 371, 1, 371, 1, 371, 3, 371, 7280, 8, 371, 1, 371, 1, 371, 3, 371, 7284, 8, 371, 1, 371, 3, 371, 7287, 8, 371, 1, 371, 1, 371, 1, 371, 3, 371, 7292, 8, 371, 1, 371, 1, 371, 3, 371, 7296, 8, 371, 1, 371, 1, 371, 3, 371, 7300, 8, 371, 1, 372, 1, 372, 1, 372, 1, 372, 5, 372, 7306, 8, 372, 10, 372, 12, 372, 7309, 9, 372, 1, 372, 1, 372, 1, 373, 1, 373, 3, 373, 7315, 8, 373, 1, 373, 1, 373, 3, 373, 7319, 8, 373, 1, 373, 1, 373, 1, 373, 3, 373, 7324, 8, 373, 1, 373, 1, 373, 1, 373, 3, 373, 7329, 8, 373, 1, 373, 1, 373, 3, 373, 7333, 8, 373, 3, 373, 7335, 8, 373, 1, 373, 3, 373, 7338, 8, 373, 1, 374, 1, 374, 1, 374, 1, 374, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 376, 1, 376, 1, 376, 1, 376, 3, 376, 7354, 8, 376, 1, 376, 1, 376, 1, 377, 1, 377, 1, 377, 1, 377, 5, 377, 7362, 8, 377, 10, 377, 12, 377, 7365, 9, 377, 1, 377, 1, 377, 1, 378, 1, 378, 1, 378, 5, 378, 7372, 8, 378, 10, 378, 12, 378, 7375, 9, 378, 1, 379, 1, 379, 1, 379, 1, 379, 5, 379, 7381, 8, 379, 10, 379, 12, 379, 7384, 9, 379, 1, 380, 1, 380, 1, 380, 1, 380, 5, 380, 7390, 8, 380, 10, 380, 12, 380, 7393, 9, 380, 1, 380, 1, 380, 1, 381, 1, 381, 3, 381, 7399, 8, 381, 1, 382, 1, 382, 1, 382, 5, 382, 7404, 8, 382, 10, 382, 12, 382, 7407, 9, 382, 1, 383, 1, 383, 1, 383, 5, 383, 7412, 8, 383, 10, 383, 12, 383, 7415, 9, 383, 1, 384, 1, 384, 1, 384, 5, 384, 7420, 8, 384, 10, 384, 12, 384, 7423, 9, 384, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 3, 385, 7434, 8, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 3, 385, 7441, 8, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 3, 385, 7451, 8, 385, 1, 386, 1, 386, 1, 386, 3, 386, 7456, 8, 386, 1, 386, 3, 386, 7459, 8, 386, 1, 386, 1, 386, 1, 386, 3, 386, 7464, 8, 386, 1, 386, 3, 386, 7467, 8, 386, 1, 387, 1, 387, 1, 387, 1, 388, 1, 388, 1, 388, 1, 388, 1, 389, 1, 389, 1, 389, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 3, 390, 7489, 8, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 3, 390, 7498, 8, 390, 1, 390, 3, 390, 7501, 8, 390, 1, 391, 1, 391, 1, 391, 3, 391, 7506, 8, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 4, 391, 7537, 8, 391, 11, 391, 12, 391, 7538, 1, 391, 1, 391, 3, 391, 7543, 8, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 4, 391, 7550, 8, 391, 11, 391, 12, 391, 7551, 1, 391, 1, 391, 3, 391, 7556, 8, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 3, 391, 7565, 8, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 3, 391, 7573, 8, 391, 1, 391, 1, 391, 1, 391, 3, 391, 7578, 8, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 3, 391, 7586, 8, 391, 1, 391, 1, 391, 1, 391, 3, 391, 7591, 8, 391, 1, 391, 1, 391, 1, 391, 3, 391, 7596, 8, 391, 3, 391, 7598, 8, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 3, 391, 7607, 8, 391, 1, 391, 1, 391, 1, 391, 3, 391, 7612, 8, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 3, 391, 7620, 8, 391, 1, 391, 1, 391, 1, 391, 3, 391, 7625, 8, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 3, 391, 7633, 8, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 3, 391, 7641, 8, 391, 1, 391, 3, 391, 7644, 8, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 3, 391, 7654, 8, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 3, 391, 7672, 8, 391, 1, 391, 3, 391, 7675, 8, 391, 1, 391, 3, 391, 7678, 8, 391, 1, 391, 1, 391, 3, 391, 7682, 8, 391, 1, 392, 1, 392, 1, 392, 1, 392, 1, 392, 1, 393, 1, 393, 1, 393, 1, 393, 5, 393, 7693, 8, 393, 10, 393, 12, 393, 7696, 9, 393, 1, 393, 1, 393, 1, 393, 1, 393, 1, 393, 3, 393, 7703, 8, 393, 1, 394, 1, 394, 3, 394, 7707, 8, 394, 1, 395, 1, 395, 1, 395, 3, 395, 7712, 8, 395, 1, 395, 1, 395, 1, 395, 3, 395, 7717, 8, 395, 1, 395, 1, 395, 1, 395, 1, 395, 3, 395, 7723, 8, 395, 1, 395, 1, 395, 1, 395, 3, 395, 7728, 8, 395, 1, 395, 1, 395, 3, 395, 7732, 8, 395, 1, 395, 1, 395, 1, 395, 3, 395, 7737, 8, 395, 1, 395, 1, 395, 1, 395, 3, 395, 7742, 8, 395, 1, 395, 1, 395, 1, 395, 3, 395, 7747, 8, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 5, 395, 7755, 8, 395, 10, 395, 12, 395, 7758, 9, 395, 3, 395, 7760, 8, 395, 1, 395, 1, 395, 3, 395, 7764, 8, 395, 1, 395, 1, 395, 3, 395, 7768, 8, 395, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 3, 396, 7775, 8, 396, 1, 396, 1, 396, 3, 396, 7779, 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, 3, 396, 7808, 8, 396, 1, 397, 1, 397, 1, 397, 1, 397, 1, 397, 1, 397, 3, 397, 7816, 8, 397, 1, 398, 3, 398, 7819, 8, 398, 1, 398, 3, 398, 7822, 8, 398, 1, 398, 3, 398, 7825, 8, 398, 1, 398, 3, 398, 7828, 8, 398, 1, 399, 1, 399, 1, 400, 1, 400, 1, 400, 1, 401, 1, 401, 1, 402, 1, 402, 3, 402, 7839, 8, 402, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 3, 404, 7853, 8, 404, 1, 405, 1, 405, 1, 405, 1, 405, 1, 405, 5, 405, 7860, 8, 405, 10, 405, 12, 405, 7863, 9, 405, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 3, 406, 7889, 8, 406, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 408, 1, 408, 1, 408, 5, 408, 7899, 8, 408, 10, 408, 12, 408, 7902, 9, 408, 1, 409, 1, 409, 1, 409, 3, 409, 7907, 8, 409, 1, 410, 1, 410, 1, 410, 1, 410, 1, 410, 1, 410, 3, 410, 7915, 8, 410, 1, 410, 1, 410, 1, 410, 3, 410, 7920, 8, 410, 1, 410, 1, 410, 1, 410, 1, 410, 5, 410, 7926, 8, 410, 10, 410, 12, 410, 7929, 9, 410, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 3, 411, 7936, 8, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 3, 411, 7949, 8, 411, 1, 411, 1, 411, 1, 411, 1, 411, 3, 411, 7955, 8, 411, 1, 411, 1, 411, 1, 411, 1, 411, 3, 411, 7961, 8, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 3, 411, 7976, 8, 411, 1, 411, 1, 411, 3, 411, 7980, 8, 411, 1, 411, 1, 411, 1, 411, 1, 411, 3, 411, 7986, 8, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 5, 411, 7995, 8, 411, 10, 411, 12, 411, 7998, 9, 411, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 5, 412, 8016, 8, 412, 10, 412, 12, 412, 8019, 9, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 4, 412, 8028, 8, 412, 11, 412, 12, 412, 8029, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 3, 412, 8048, 8, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 5, 412, 8065, 8, 412, 10, 412, 12, 412, 8068, 9, 412, 1, 413, 1, 413, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 3, 414, 8080, 8, 414, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 3, 415, 8089, 8, 415, 1, 416, 1, 416, 1, 416, 1, 416, 1, 416, 1, 416, 1, 416, 3, 416, 8098, 8, 416, 1, 417, 1, 417, 1, 417, 1, 417, 1, 417, 1, 417, 1, 417, 3, 417, 8107, 8, 417, 1, 418, 1, 418, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 3, 419, 8116, 8, 419, 1, 420, 1, 420, 1, 421, 1, 421, 1, 422, 1, 422, 1, 423, 1, 423, 1, 424, 1, 424, 1, 425, 1, 425, 1, 426, 1, 426, 1, 426, 0, 5, 214, 216, 820, 822, 824, 427, 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, 0, 160, 2, 0, 39, 39, 152, 152, 2, 0, 508, 508, 514, 514, 3, 0, 69, 69, 161, 161, 182, 182, 3, 0, 42, 42, 357, 357, 430, 430, 4, 0, 42, 42, 389, 389, 505, 505, 595, 595, 4, 0, 208, 208, 210, 210, 216, 216, 649, 649, 2, 0, 494, 494, 882, 882, 2, 0, 79, 79, 143, 143, 2, 0, 16, 16, 306, 306, 3, 0, 44, 44, 86, 86, 185, 185, 2, 0, 406, 406, 538, 538, 3, 0, 486, 486, 661, 661, 670, 670, 2, 0, 364, 364, 436, 436, 2, 0, 325, 325, 450, 450, 2, 0, 42, 42, 871, 872, 2, 0, 37, 37, 678, 678, 2, 0, 323, 323, 418, 418, 2, 0, 435, 435, 686, 686, 3, 0, 80, 80, 85, 85, 126, 126, 2, 0, 82, 82, 92, 92, 2, 0, 69, 69, 161, 161, 3, 0, 42, 42, 374, 374, 403, 403, 3, 0, 42, 42, 370, 370, 802, 802, 2, 0, 648, 648, 685, 685, 3, 0, 408, 408, 526, 526, 597, 597, 2, 0, 329, 329, 522, 522, 1, 0, 871, 872, 2, 0, 882, 882, 889, 889, 2, 0, 82, 82, 360, 360, 2, 0, 523, 523, 882, 882, 2, 0, 524, 524, 882, 882, 3, 0, 402, 402, 445, 445, 502, 502, 7, 0, 42, 42, 342, 342, 345, 345, 374, 374, 403, 403, 554, 554, 889, 889, 2, 0, 494, 494, 506, 506, 1, 0, 872, 873, 2, 0, 6, 6, 51, 51, 2, 0, 5, 5, 81, 81, 2, 0, 27, 27, 31, 31, 4, 0, 42, 42, 357, 357, 430, 430, 434, 434, 2, 0, 368, 368, 375, 375, 2, 0, 369, 369, 425, 425, 2, 0, 13, 13, 176, 176, 2, 0, 194, 194, 690, 690, 2, 0, 22, 22, 146, 146, 3, 0, 43, 43, 76, 76, 107, 107, 2, 0, 7, 7, 49, 49, 2, 0, 107, 107, 347, 347, 2, 0, 337, 337, 398, 398, 2, 0, 102, 102, 587, 587, 2, 0, 43, 43, 107, 107, 3, 0, 59, 59, 181, 181, 828, 828, 2, 0, 185, 185, 594, 594, 2, 0, 159, 159, 503, 503, 4, 0, 402, 402, 445, 445, 501, 501, 542, 542, 2, 0, 402, 402, 501, 501, 2, 0, 14, 14, 45, 45, 3, 0, 66, 66, 79, 79, 187, 187, 2, 0, 35, 35, 84, 84, 2, 0, 98, 98, 150, 150, 2, 0, 7, 7, 49, 50, 1, 0, 637, 638, 2, 0, 173, 173, 752, 752, 2, 0, 413, 413, 593, 593, 2, 0, 228, 228, 453, 453, 2, 0, 563, 563, 598, 598, 8, 0, 108, 108, 455, 455, 459, 460, 462, 462, 464, 464, 467, 476, 499, 499, 557, 557, 6, 0, 456, 458, 461, 461, 463, 463, 465, 465, 477, 477, 558, 558, 7, 0, 109, 109, 411, 411, 416, 416, 454, 454, 466, 466, 573, 573, 617, 617, 2, 0, 116, 116, 882, 882, 2, 0, 118, 119, 507, 507, 7, 0, 499, 499, 557, 557, 606, 609, 611, 611, 619, 619, 622, 628, 630, 632, 6, 0, 558, 558, 610, 610, 612, 612, 614, 616, 618, 618, 620, 620, 7, 0, 412, 412, 416, 416, 573, 573, 613, 613, 617, 617, 621, 621, 629, 629, 3, 0, 70, 70, 118, 119, 507, 507, 2, 0, 438, 438, 639, 639, 2, 0, 633, 633, 635, 635, 2, 0, 317, 317, 640, 640, 2, 0, 91, 91, 577, 577, 2, 0, 51, 51, 362, 362, 3, 0, 32, 32, 61, 61, 180, 180, 2, 0, 15, 15, 340, 340, 2, 0, 678, 678, 835, 835, 3, 0, 132, 132, 173, 173, 409, 409, 3, 0, 6, 6, 51, 51, 492, 492, 3, 0, 13, 13, 20, 20, 188, 188, 2, 0, 42, 42, 122, 122, 2, 0, 104, 104, 183, 183, 1, 0, 873, 874, 2, 0, 333, 333, 598, 598, 2, 0, 40, 40, 684, 684, 2, 0, 392, 392, 549, 549, 2, 0, 115, 115, 450, 450, 3, 0, 413, 413, 531, 531, 893, 894, 2, 0, 841, 841, 857, 857, 2, 0, 318, 318, 559, 559, 2, 0, 68, 68, 80, 80, 3, 0, 132, 132, 178, 178, 385, 385, 2, 0, 493, 493, 645, 645, 2, 0, 383, 383, 688, 688, 3, 0, 82, 82, 93, 93, 426, 426, 4, 0, 413, 413, 450, 450, 531, 532, 593, 593, 2, 0, 645, 645, 683, 683, 2, 0, 349, 349, 548, 548, 6, 0, 228, 228, 380, 380, 382, 382, 410, 410, 556, 556, 599, 599, 2, 0, 45, 46, 62, 62, 3, 0, 442, 442, 663, 663, 666, 666, 10, 0, 332, 332, 339, 339, 351, 353, 359, 359, 487, 487, 495, 495, 650, 650, 657, 657, 822, 822, 832, 832, 2, 0, 36, 36, 170, 170, 2, 0, 117, 117, 831, 831, 11, 0, 332, 332, 339, 339, 351, 353, 359, 359, 487, 487, 495, 495, 578, 578, 650, 650, 657, 657, 822, 822, 832, 832, 2, 0, 870, 870, 891, 892, 1, 0, 892, 893, 2, 0, 348, 348, 797, 808, 3, 0, 871, 874, 883, 883, 885, 885, 2, 0, 63, 63, 179, 179, 2, 0, 116, 116, 886, 886, 5, 0, 26, 26, 224, 226, 233, 233, 235, 238, 498, 498, 2, 0, 26, 26, 224, 224, 2, 0, 26, 26, 224, 225, 1, 0, 198, 209, 3, 0, 184, 184, 197, 197, 596, 596, 2, 0, 213, 218, 403, 403, 6, 0, 219, 219, 230, 230, 232, 232, 234, 234, 241, 241, 321, 322, 4, 0, 220, 223, 228, 229, 231, 231, 319, 319, 2, 0, 155, 155, 239, 239, 2, 0, 442, 442, 813, 821, 2, 0, 228, 228, 498, 498, 5, 0, 202, 202, 208, 208, 219, 220, 222, 222, 442, 442, 1, 0, 216, 217, 2, 0, 184, 184, 596, 596, 2, 0, 202, 202, 208, 208, 2, 0, 189, 189, 682, 682, 2, 0, 287, 288, 294, 294, 3, 0, 152, 152, 285, 288, 303, 303, 1, 0, 297, 298, 3, 0, 18, 18, 96, 96, 177, 177, 2, 0, 224, 224, 228, 228, 2, 0, 219, 220, 222, 222, 3, 0, 14, 14, 45, 45, 830, 830, 3, 0, 258, 258, 270, 271, 281, 281, 3, 0, 259, 261, 277, 280, 282, 284, 2, 0, 267, 267, 269, 269, 2, 0, 265, 265, 268, 268, 2, 0, 263, 264, 274, 276, 2, 0, 134, 134, 587, 587, 2, 0, 405, 405, 539, 539, 2, 0, 512, 512, 529, 529, 2, 0, 114, 114, 860, 860, 3, 0, 63, 63, 179, 179, 674, 674, 2, 0, 139, 139, 151, 151, 3, 0, 7, 7, 309, 309, 602, 602, 3, 0, 114, 114, 853, 854, 860, 861, 1, 0, 850, 856, 2, 0, 228, 228, 756, 796, 1, 0, 809, 812, 5, 0, 717, 718, 734, 736, 743, 743, 749, 750, 752, 752, 1, 0, 696, 703, 3, 0, 219, 223, 236, 236, 239, 239, 75, 0, 12, 12, 15, 15, 19, 19, 30, 30, 36, 37, 42, 42, 48, 48, 55, 55, 57, 57, 59, 59, 74, 74, 95, 95, 117, 117, 122, 122, 125, 125, 131, 131, 160, 160, 170, 170, 241, 241, 255, 262, 266, 266, 270, 271, 277, 284, 304, 309, 311, 329, 331, 343, 345, 376, 378, 393, 395, 400, 402, 404, 406, 410, 413, 415, 417, 426, 428, 428, 430, 434, 436, 454, 456, 463, 465, 473, 475, 476, 478, 498, 500, 506, 508, 510, 512, 522, 525, 530, 533, 538, 540, 542, 544, 554, 556, 562, 565, 572, 575, 575, 577, 605, 633, 647, 649, 665, 667, 674, 676, 685, 687, 688, 690, 695, 704, 704, 706, 707, 709, 712, 714, 716, 719, 721, 726, 727, 729, 733, 737, 738, 740, 742, 744, 744, 746, 748, 751, 751, 753, 755, 802, 802, 822, 822, 825, 825, 832, 833, 838, 838, 24, 0, 39, 39, 98, 98, 150, 150, 152, 152, 219, 221, 223, 223, 253, 254, 262, 265, 267, 269, 272, 276, 296, 296, 435, 435, 686, 686, 696, 703, 746, 746, 813, 813, 816, 821, 823, 824, 826, 827, 829, 831, 834, 834, 836, 836, 840, 840, 856, 856, 9501, 0, 857, 1, 0, 0, 0, 2, 867, 1, 0, 0, 0, 4, 876, 1, 0, 0, 0, 6, 878, 1, 0, 0, 0, 8, 920, 1, 0, 0, 0, 10, 939, 1, 0, 0, 0, 12, 950, 1, 0, 0, 0, 14, 966, 1, 0, 0, 0, 16, 971, 1, 0, 0, 0, 18, 983, 1, 0, 0, 0, 20, 1018, 1, 0, 0, 0, 22, 1028, 1, 0, 0, 0, 24, 1030, 1, 0, 0, 0, 26, 1042, 1, 0, 0, 0, 28, 1072, 1, 0, 0, 0, 30, 1108, 1, 0, 0, 0, 32, 1159, 1, 0, 0, 0, 34, 1188, 1, 0, 0, 0, 36, 1224, 1, 0, 0, 0, 38, 1238, 1, 0, 0, 0, 40, 1245, 1, 0, 0, 0, 42, 1342, 1, 0, 0, 0, 44, 1344, 1, 0, 0, 0, 46, 1381, 1, 0, 0, 0, 48, 1445, 1, 0, 0, 0, 50, 1470, 1, 0, 0, 0, 52, 1476, 1, 0, 0, 0, 54, 1498, 1, 0, 0, 0, 56, 1585, 1, 0, 0, 0, 58, 1592, 1, 0, 0, 0, 60, 1594, 1, 0, 0, 0, 62, 1599, 1, 0, 0, 0, 64, 1639, 1, 0, 0, 0, 66, 1645, 1, 0, 0, 0, 68, 1647, 1, 0, 0, 0, 70, 1668, 1, 0, 0, 0, 72, 1675, 1, 0, 0, 0, 74, 1677, 1, 0, 0, 0, 76, 1702, 1, 0, 0, 0, 78, 1705, 1, 0, 0, 0, 80, 1710, 1, 0, 0, 0, 82, 1736, 1, 0, 0, 0, 84, 1752, 1, 0, 0, 0, 86, 1754, 1, 0, 0, 0, 88, 1848, 1, 0, 0, 0, 90, 1851, 1, 0, 0, 0, 92, 1863, 1, 0, 0, 0, 94, 1867, 1, 0, 0, 0, 96, 1917, 1, 0, 0, 0, 98, 1919, 1, 0, 0, 0, 100, 1947, 1, 0, 0, 0, 102, 1957, 1, 0, 0, 0, 104, 2144, 1, 0, 0, 0, 106, 2146, 1, 0, 0, 0, 108, 2148, 1, 0, 0, 0, 110, 2151, 1, 0, 0, 0, 112, 2226, 1, 0, 0, 0, 114, 2249, 1, 0, 0, 0, 116, 2397, 1, 0, 0, 0, 118, 2402, 1, 0, 0, 0, 120, 2404, 1, 0, 0, 0, 122, 2414, 1, 0, 0, 0, 124, 2470, 1, 0, 0, 0, 126, 2490, 1, 0, 0, 0, 128, 2492, 1, 0, 0, 0, 130, 2527, 1, 0, 0, 0, 132, 2536, 1, 0, 0, 0, 134, 2543, 1, 0, 0, 0, 136, 2566, 1, 0, 0, 0, 138, 2575, 1, 0, 0, 0, 140, 2590, 1, 0, 0, 0, 142, 2612, 1, 0, 0, 0, 144, 2668, 1, 0, 0, 0, 146, 2964, 1, 0, 0, 0, 148, 3064, 1, 0, 0, 0, 150, 3066, 1, 0, 0, 0, 152, 3073, 1, 0, 0, 0, 154, 3080, 1, 0, 0, 0, 156, 3103, 1, 0, 0, 0, 158, 3113, 1, 0, 0, 0, 160, 3120, 1, 0, 0, 0, 162, 3127, 1, 0, 0, 0, 164, 3134, 1, 0, 0, 0, 166, 3143, 1, 0, 0, 0, 168, 3155, 1, 0, 0, 0, 170, 3168, 1, 0, 0, 0, 172, 3175, 1, 0, 0, 0, 174, 3191, 1, 0, 0, 0, 176, 3218, 1, 0, 0, 0, 178, 3220, 1, 0, 0, 0, 180, 3230, 1, 0, 0, 0, 182, 3234, 1, 0, 0, 0, 184, 3240, 1, 0, 0, 0, 186, 3252, 1, 0, 0, 0, 188, 3254, 1, 0, 0, 0, 190, 3261, 1, 0, 0, 0, 192, 3263, 1, 0, 0, 0, 194, 3312, 1, 0, 0, 0, 196, 3321, 1, 0, 0, 0, 198, 3323, 1, 0, 0, 0, 200, 3334, 1, 0, 0, 0, 202, 3340, 1, 0, 0, 0, 204, 3414, 1, 0, 0, 0, 206, 3477, 1, 0, 0, 0, 208, 3495, 1, 0, 0, 0, 210, 3579, 1, 0, 0, 0, 212, 3582, 1, 0, 0, 0, 214, 3594, 1, 0, 0, 0, 216, 3614, 1, 0, 0, 0, 218, 3642, 1, 0, 0, 0, 220, 3646, 1, 0, 0, 0, 222, 3648, 1, 0, 0, 0, 224, 3658, 1, 0, 0, 0, 226, 3678, 1, 0, 0, 0, 228, 3685, 1, 0, 0, 0, 230, 3687, 1, 0, 0, 0, 232, 3698, 1, 0, 0, 0, 234, 3707, 1, 0, 0, 0, 236, 3713, 1, 0, 0, 0, 238, 3736, 1, 0, 0, 0, 240, 3738, 1, 0, 0, 0, 242, 3774, 1, 0, 0, 0, 244, 3829, 1, 0, 0, 0, 246, 3838, 1, 0, 0, 0, 248, 3858, 1, 0, 0, 0, 250, 3870, 1, 0, 0, 0, 252, 3874, 1, 0, 0, 0, 254, 3885, 1, 0, 0, 0, 256, 3918, 1, 0, 0, 0, 258, 3939, 1, 0, 0, 0, 260, 3949, 1, 0, 0, 0, 262, 3953, 1, 0, 0, 0, 264, 3979, 1, 0, 0, 0, 266, 4020, 1, 0, 0, 0, 268, 4027, 1, 0, 0, 0, 270, 4029, 1, 0, 0, 0, 272, 4033, 1, 0, 0, 0, 274, 4050, 1, 0, 0, 0, 276, 4101, 1, 0, 0, 0, 278, 4113, 1, 0, 0, 0, 280, 4123, 1, 0, 0, 0, 282, 4125, 1, 0, 0, 0, 284, 4158, 1, 0, 0, 0, 286, 4166, 1, 0, 0, 0, 288, 4183, 1, 0, 0, 0, 290, 4199, 1, 0, 0, 0, 292, 4236, 1, 0, 0, 0, 294, 4242, 1, 0, 0, 0, 296, 4251, 1, 0, 0, 0, 298, 4264, 1, 0, 0, 0, 300, 4268, 1, 0, 0, 0, 302, 4297, 1, 0, 0, 0, 304, 4299, 1, 0, 0, 0, 306, 4303, 1, 0, 0, 0, 308, 4305, 1, 0, 0, 0, 310, 4313, 1, 0, 0, 0, 312, 4351, 1, 0, 0, 0, 314, 4365, 1, 0, 0, 0, 316, 4373, 1, 0, 0, 0, 318, 4377, 1, 0, 0, 0, 320, 4386, 1, 0, 0, 0, 322, 4400, 1, 0, 0, 0, 324, 4403, 1, 0, 0, 0, 326, 4421, 1, 0, 0, 0, 328, 4425, 1, 0, 0, 0, 330, 4441, 1, 0, 0, 0, 332, 4443, 1, 0, 0, 0, 334, 4455, 1, 0, 0, 0, 336, 4459, 1, 0, 0, 0, 338, 4476, 1, 0, 0, 0, 340, 4493, 1, 0, 0, 0, 342, 4496, 1, 0, 0, 0, 344, 4506, 1, 0, 0, 0, 346, 4510, 1, 0, 0, 0, 348, 4520, 1, 0, 0, 0, 350, 4523, 1, 0, 0, 0, 352, 4528, 1, 0, 0, 0, 354, 4548, 1, 0, 0, 0, 356, 4550, 1, 0, 0, 0, 358, 4567, 1, 0, 0, 0, 360, 4576, 1, 0, 0, 0, 362, 4585, 1, 0, 0, 0, 364, 4587, 1, 0, 0, 0, 366, 4601, 1, 0, 0, 0, 368, 4615, 1, 0, 0, 0, 370, 4630, 1, 0, 0, 0, 372, 4639, 1, 0, 0, 0, 374, 4664, 1, 0, 0, 0, 376, 4679, 1, 0, 0, 0, 378, 4698, 1, 0, 0, 0, 380, 4728, 1, 0, 0, 0, 382, 4730, 1, 0, 0, 0, 384, 4732, 1, 0, 0, 0, 386, 4734, 1, 0, 0, 0, 388, 4749, 1, 0, 0, 0, 390, 4778, 1, 0, 0, 0, 392, 4780, 1, 0, 0, 0, 394, 4782, 1, 0, 0, 0, 396, 4784, 1, 0, 0, 0, 398, 4799, 1, 0, 0, 0, 400, 4801, 1, 0, 0, 0, 402, 4868, 1, 0, 0, 0, 404, 4870, 1, 0, 0, 0, 406, 4876, 1, 0, 0, 0, 408, 4903, 1, 0, 0, 0, 410, 4917, 1, 0, 0, 0, 412, 4928, 1, 0, 0, 0, 414, 4930, 1, 0, 0, 0, 416, 4936, 1, 0, 0, 0, 418, 4946, 1, 0, 0, 0, 420, 4950, 1, 0, 0, 0, 422, 4957, 1, 0, 0, 0, 424, 4961, 1, 0, 0, 0, 426, 4967, 1, 0, 0, 0, 428, 4974, 1, 0, 0, 0, 430, 4980, 1, 0, 0, 0, 432, 4986, 1, 0, 0, 0, 434, 4991, 1, 0, 0, 0, 436, 5036, 1, 0, 0, 0, 438, 5057, 1, 0, 0, 0, 440, 5082, 1, 0, 0, 0, 442, 5085, 1, 0, 0, 0, 444, 5091, 1, 0, 0, 0, 446, 5107, 1, 0, 0, 0, 448, 5122, 1, 0, 0, 0, 450, 5128, 1, 0, 0, 0, 452, 5158, 1, 0, 0, 0, 454, 5160, 1, 0, 0, 0, 456, 5167, 1, 0, 0, 0, 458, 5179, 1, 0, 0, 0, 460, 5185, 1, 0, 0, 0, 462, 5210, 1, 0, 0, 0, 464, 5214, 1, 0, 0, 0, 466, 5218, 1, 0, 0, 0, 468, 5229, 1, 0, 0, 0, 470, 5237, 1, 0, 0, 0, 472, 5300, 1, 0, 0, 0, 474, 5359, 1, 0, 0, 0, 476, 5461, 1, 0, 0, 0, 478, 5471, 1, 0, 0, 0, 480, 5473, 1, 0, 0, 0, 482, 5491, 1, 0, 0, 0, 484, 5515, 1, 0, 0, 0, 486, 5539, 1, 0, 0, 0, 488, 5546, 1, 0, 0, 0, 490, 5566, 1, 0, 0, 0, 492, 5575, 1, 0, 0, 0, 494, 5637, 1, 0, 0, 0, 496, 5639, 1, 0, 0, 0, 498, 5643, 1, 0, 0, 0, 500, 5677, 1, 0, 0, 0, 502, 5679, 1, 0, 0, 0, 504, 5682, 1, 0, 0, 0, 506, 5746, 1, 0, 0, 0, 508, 5765, 1, 0, 0, 0, 510, 5792, 1, 0, 0, 0, 512, 5796, 1, 0, 0, 0, 514, 5817, 1, 0, 0, 0, 516, 5827, 1, 0, 0, 0, 518, 5837, 1, 0, 0, 0, 520, 5877, 1, 0, 0, 0, 522, 5879, 1, 0, 0, 0, 524, 5882, 1, 0, 0, 0, 526, 5912, 1, 0, 0, 0, 528, 5914, 1, 0, 0, 0, 530, 5917, 1, 0, 0, 0, 532, 6017, 1, 0, 0, 0, 534, 6035, 1, 0, 0, 0, 536, 6037, 1, 0, 0, 0, 538, 6089, 1, 0, 0, 0, 540, 6091, 1, 0, 0, 0, 542, 6100, 1, 0, 0, 0, 544, 6106, 1, 0, 0, 0, 546, 6113, 1, 0, 0, 0, 548, 6128, 1, 0, 0, 0, 550, 6137, 1, 0, 0, 0, 552, 6139, 1, 0, 0, 0, 554, 6160, 1, 0, 0, 0, 556, 6165, 1, 0, 0, 0, 558, 6175, 1, 0, 0, 0, 560, 6181, 1, 0, 0, 0, 562, 6215, 1, 0, 0, 0, 564, 6269, 1, 0, 0, 0, 566, 6455, 1, 0, 0, 0, 568, 6467, 1, 0, 0, 0, 570, 6483, 1, 0, 0, 0, 572, 6489, 1, 0, 0, 0, 574, 6508, 1, 0, 0, 0, 576, 6521, 1, 0, 0, 0, 578, 6535, 1, 0, 0, 0, 580, 6537, 1, 0, 0, 0, 582, 6540, 1, 0, 0, 0, 584, 6564, 1, 0, 0, 0, 586, 6576, 1, 0, 0, 0, 588, 6582, 1, 0, 0, 0, 590, 6594, 1, 0, 0, 0, 592, 6608, 1, 0, 0, 0, 594, 6610, 1, 0, 0, 0, 596, 6618, 1, 0, 0, 0, 598, 6626, 1, 0, 0, 0, 600, 6628, 1, 0, 0, 0, 602, 6630, 1, 0, 0, 0, 604, 6670, 1, 0, 0, 0, 606, 6677, 1, 0, 0, 0, 608, 6679, 1, 0, 0, 0, 610, 6702, 1, 0, 0, 0, 612, 6708, 1, 0, 0, 0, 614, 6718, 1, 0, 0, 0, 616, 6727, 1, 0, 0, 0, 618, 6730, 1, 0, 0, 0, 620, 6733, 1, 0, 0, 0, 622, 6754, 1, 0, 0, 0, 624, 6775, 1, 0, 0, 0, 626, 6783, 1, 0, 0, 0, 628, 6795, 1, 0, 0, 0, 630, 6803, 1, 0, 0, 0, 632, 6841, 1, 0, 0, 0, 634, 6853, 1, 0, 0, 0, 636, 6855, 1, 0, 0, 0, 638, 6857, 1, 0, 0, 0, 640, 6859, 1, 0, 0, 0, 642, 6861, 1, 0, 0, 0, 644, 6863, 1, 0, 0, 0, 646, 6865, 1, 0, 0, 0, 648, 6867, 1, 0, 0, 0, 650, 6869, 1, 0, 0, 0, 652, 6877, 1, 0, 0, 0, 654, 6879, 1, 0, 0, 0, 656, 6881, 1, 0, 0, 0, 658, 6883, 1, 0, 0, 0, 660, 6885, 1, 0, 0, 0, 662, 6893, 1, 0, 0, 0, 664, 6895, 1, 0, 0, 0, 666, 6905, 1, 0, 0, 0, 668, 6921, 1, 0, 0, 0, 670, 6923, 1, 0, 0, 0, 672, 6931, 1, 0, 0, 0, 674, 6949, 1, 0, 0, 0, 676, 6965, 1, 0, 0, 0, 678, 6976, 1, 0, 0, 0, 680, 6978, 1, 0, 0, 0, 682, 6980, 1, 0, 0, 0, 684, 6982, 1, 0, 0, 0, 686, 6984, 1, 0, 0, 0, 688, 6992, 1, 0, 0, 0, 690, 7002, 1, 0, 0, 0, 692, 7007, 1, 0, 0, 0, 694, 7011, 1, 0, 0, 0, 696, 7018, 1, 0, 0, 0, 698, 7020, 1, 0, 0, 0, 700, 7027, 1, 0, 0, 0, 702, 7029, 1, 0, 0, 0, 704, 7035, 1, 0, 0, 0, 706, 7037, 1, 0, 0, 0, 708, 7042, 1, 0, 0, 0, 710, 7044, 1, 0, 0, 0, 712, 7046, 1, 0, 0, 0, 714, 7064, 1, 0, 0, 0, 716, 7080, 1, 0, 0, 0, 718, 7082, 1, 0, 0, 0, 720, 7086, 1, 0, 0, 0, 722, 7097, 1, 0, 0, 0, 724, 7108, 1, 0, 0, 0, 726, 7114, 1, 0, 0, 0, 728, 7116, 1, 0, 0, 0, 730, 7120, 1, 0, 0, 0, 732, 7145, 1, 0, 0, 0, 734, 7147, 1, 0, 0, 0, 736, 7150, 1, 0, 0, 0, 738, 7155, 1, 0, 0, 0, 740, 7171, 1, 0, 0, 0, 742, 7299, 1, 0, 0, 0, 744, 7301, 1, 0, 0, 0, 746, 7334, 1, 0, 0, 0, 748, 7339, 1, 0, 0, 0, 750, 7343, 1, 0, 0, 0, 752, 7349, 1, 0, 0, 0, 754, 7357, 1, 0, 0, 0, 756, 7368, 1, 0, 0, 0, 758, 7376, 1, 0, 0, 0, 760, 7385, 1, 0, 0, 0, 762, 7398, 1, 0, 0, 0, 764, 7400, 1, 0, 0, 0, 766, 7408, 1, 0, 0, 0, 768, 7416, 1, 0, 0, 0, 770, 7450, 1, 0, 0, 0, 772, 7466, 1, 0, 0, 0, 774, 7468, 1, 0, 0, 0, 776, 7471, 1, 0, 0, 0, 778, 7475, 1, 0, 0, 0, 780, 7500, 1, 0, 0, 0, 782, 7681, 1, 0, 0, 0, 784, 7683, 1, 0, 0, 0, 786, 7702, 1, 0, 0, 0, 788, 7704, 1, 0, 0, 0, 790, 7767, 1, 0, 0, 0, 792, 7807, 1, 0, 0, 0, 794, 7809, 1, 0, 0, 0, 796, 7818, 1, 0, 0, 0, 798, 7829, 1, 0, 0, 0, 800, 7831, 1, 0, 0, 0, 802, 7834, 1, 0, 0, 0, 804, 7838, 1, 0, 0, 0, 806, 7840, 1, 0, 0, 0, 808, 7852, 1, 0, 0, 0, 810, 7854, 1, 0, 0, 0, 812, 7888, 1, 0, 0, 0, 814, 7890, 1, 0, 0, 0, 816, 7895, 1, 0, 0, 0, 818, 7906, 1, 0, 0, 0, 820, 7919, 1, 0, 0, 0, 822, 7930, 1, 0, 0, 0, 824, 8047, 1, 0, 0, 0, 826, 8069, 1, 0, 0, 0, 828, 8079, 1, 0, 0, 0, 830, 8088, 1, 0, 0, 0, 832, 8097, 1, 0, 0, 0, 834, 8106, 1, 0, 0, 0, 836, 8108, 1, 0, 0, 0, 838, 8115, 1, 0, 0, 0, 840, 8117, 1, 0, 0, 0, 842, 8119, 1, 0, 0, 0, 844, 8121, 1, 0, 0, 0, 846, 8123, 1, 0, 0, 0, 848, 8125, 1, 0, 0, 0, 850, 8127, 1, 0, 0, 0, 852, 8129, 1, 0, 0, 0, 854, 856, 3, 2, 1, 0, 855, 854, 1, 0, 0, 0, 856, 859, 1, 0, 0, 0, 857, 855, 1, 0, 0, 0, 857, 858, 1, 0, 0, 0, 858, 860, 1, 0, 0, 0, 859, 857, 1, 0, 0, 0, 860, 861, 5, 0, 0, 1, 861, 1, 1, 0, 0, 0, 862, 864, 3, 4, 2, 0, 863, 865, 5, 869, 0, 0, 864, 863, 1, 0, 0, 0, 864, 865, 1, 0, 0, 0, 865, 868, 1, 0, 0, 0, 866, 868, 3, 6, 3, 0, 867, 862, 1, 0, 0, 0, 867, 866, 1, 0, 0, 0, 868, 3, 1, 0, 0, 0, 869, 877, 3, 8, 4, 0, 870, 877, 3, 10, 5, 0, 871, 877, 3, 12, 6, 0, 872, 877, 3, 14, 7, 0, 873, 877, 3, 16, 8, 0, 874, 877, 3, 20, 10, 0, 875, 877, 3, 22, 11, 0, 876, 869, 1, 0, 0, 0, 876, 870, 1, 0, 0, 0, 876, 871, 1, 0, 0, 0, 876, 872, 1, 0, 0, 0, 876, 873, 1, 0, 0, 0, 876, 874, 1, 0, 0, 0, 876, 875, 1, 0, 0, 0, 877, 5, 1, 0, 0, 0, 878, 879, 5, 869, 0, 0, 879, 7, 1, 0, 0, 0, 880, 921, 3, 24, 12, 0, 881, 921, 3, 26, 13, 0, 882, 921, 3, 28, 14, 0, 883, 921, 3, 30, 15, 0, 884, 921, 3, 32, 16, 0, 885, 921, 3, 34, 17, 0, 886, 921, 3, 36, 18, 0, 887, 921, 3, 40, 20, 0, 888, 921, 3, 42, 21, 0, 889, 921, 3, 44, 22, 0, 890, 921, 3, 46, 23, 0, 891, 921, 3, 48, 24, 0, 892, 921, 3, 54, 27, 0, 893, 921, 3, 38, 19, 0, 894, 921, 3, 126, 63, 0, 895, 921, 3, 128, 64, 0, 896, 921, 3, 130, 65, 0, 897, 921, 3, 132, 66, 0, 898, 921, 3, 134, 67, 0, 899, 921, 3, 136, 68, 0, 900, 921, 3, 138, 69, 0, 901, 921, 3, 140, 70, 0, 902, 921, 3, 142, 71, 0, 903, 921, 3, 144, 72, 0, 904, 921, 3, 150, 75, 0, 905, 921, 3, 152, 76, 0, 906, 921, 3, 154, 77, 0, 907, 921, 3, 156, 78, 0, 908, 921, 3, 158, 79, 0, 909, 921, 3, 160, 80, 0, 910, 921, 3, 162, 81, 0, 911, 921, 3, 164, 82, 0, 912, 921, 3, 166, 83, 0, 913, 921, 3, 168, 84, 0, 914, 921, 3, 170, 85, 0, 915, 921, 3, 172, 86, 0, 916, 921, 3, 174, 87, 0, 917, 921, 3, 176, 88, 0, 918, 921, 3, 178, 89, 0, 919, 921, 3, 182, 91, 0, 920, 880, 1, 0, 0, 0, 920, 881, 1, 0, 0, 0, 920, 882, 1, 0, 0, 0, 920, 883, 1, 0, 0, 0, 920, 884, 1, 0, 0, 0, 920, 885, 1, 0, 0, 0, 920, 886, 1, 0, 0, 0, 920, 887, 1, 0, 0, 0, 920, 888, 1, 0, 0, 0, 920, 889, 1, 0, 0, 0, 920, 890, 1, 0, 0, 0, 920, 891, 1, 0, 0, 0, 920, 892, 1, 0, 0, 0, 920, 893, 1, 0, 0, 0, 920, 894, 1, 0, 0, 0, 920, 895, 1, 0, 0, 0, 920, 896, 1, 0, 0, 0, 920, 897, 1, 0, 0, 0, 920, 898, 1, 0, 0, 0, 920, 899, 1, 0, 0, 0, 920, 900, 1, 0, 0, 0, 920, 901, 1, 0, 0, 0, 920, 902, 1, 0, 0, 0, 920, 903, 1, 0, 0, 0, 920, 904, 1, 0, 0, 0, 920, 905, 1, 0, 0, 0, 920, 906, 1, 0, 0, 0, 920, 907, 1, 0, 0, 0, 920, 908, 1, 0, 0, 0, 920, 909, 1, 0, 0, 0, 920, 910, 1, 0, 0, 0, 920, 911, 1, 0, 0, 0, 920, 912, 1, 0, 0, 0, 920, 913, 1, 0, 0, 0, 920, 914, 1, 0, 0, 0, 920, 915, 1, 0, 0, 0, 920, 916, 1, 0, 0, 0, 920, 917, 1, 0, 0, 0, 920, 918, 1, 0, 0, 0, 920, 919, 1, 0, 0, 0, 921, 9, 1, 0, 0, 0, 922, 940, 3, 210, 105, 0, 923, 940, 3, 212, 106, 0, 924, 940, 3, 192, 96, 0, 925, 940, 3, 220, 110, 0, 926, 940, 3, 186, 93, 0, 927, 940, 3, 208, 104, 0, 928, 940, 3, 184, 92, 0, 929, 940, 3, 198, 99, 0, 930, 940, 3, 202, 101, 0, 931, 940, 3, 204, 102, 0, 932, 940, 3, 206, 103, 0, 933, 940, 3, 188, 94, 0, 934, 940, 3, 190, 95, 0, 935, 940, 3, 252, 126, 0, 936, 940, 3, 222, 111, 0, 937, 940, 3, 626, 313, 0, 938, 940, 3, 628, 314, 0, 939, 922, 1, 0, 0, 0, 939, 923, 1, 0, 0, 0, 939, 924, 1, 0, 0, 0, 939, 925, 1, 0, 0, 0, 939, 926, 1, 0, 0, 0, 939, 927, 1, 0, 0, 0, 939, 928, 1, 0, 0, 0, 939, 929, 1, 0, 0, 0, 939, 930, 1, 0, 0, 0, 939, 931, 1, 0, 0, 0, 939, 932, 1, 0, 0, 0, 939, 933, 1, 0, 0, 0, 939, 934, 1, 0, 0, 0, 939, 935, 1, 0, 0, 0, 939, 936, 1, 0, 0, 0, 939, 937, 1, 0, 0, 0, 939, 938, 1, 0, 0, 0, 940, 11, 1, 0, 0, 0, 941, 951, 3, 332, 166, 0, 942, 951, 3, 334, 167, 0, 943, 951, 3, 336, 168, 0, 944, 951, 3, 338, 169, 0, 945, 951, 3, 340, 170, 0, 946, 951, 3, 342, 171, 0, 947, 951, 3, 344, 172, 0, 948, 951, 3, 346, 173, 0, 949, 951, 3, 348, 174, 0, 950, 941, 1, 0, 0, 0, 950, 942, 1, 0, 0, 0, 950, 943, 1, 0, 0, 0, 950, 944, 1, 0, 0, 0, 950, 945, 1, 0, 0, 0, 950, 946, 1, 0, 0, 0, 950, 947, 1, 0, 0, 0, 950, 948, 1, 0, 0, 0, 950, 949, 1, 0, 0, 0, 951, 13, 1, 0, 0, 0, 952, 967, 3, 364, 182, 0, 953, 967, 3, 366, 183, 0, 954, 967, 3, 368, 184, 0, 955, 967, 3, 370, 185, 0, 956, 967, 3, 372, 186, 0, 957, 967, 3, 374, 187, 0, 958, 967, 3, 376, 188, 0, 959, 967, 3, 378, 189, 0, 960, 967, 3, 414, 207, 0, 961, 967, 3, 416, 208, 0, 962, 967, 3, 418, 209, 0, 963, 967, 3, 420, 210, 0, 964, 967, 3, 422, 211, 0, 965, 967, 3, 424, 212, 0, 966, 952, 1, 0, 0, 0, 966, 953, 1, 0, 0, 0, 966, 954, 1, 0, 0, 0, 966, 955, 1, 0, 0, 0, 966, 956, 1, 0, 0, 0, 966, 957, 1, 0, 0, 0, 966, 958, 1, 0, 0, 0, 966, 959, 1, 0, 0, 0, 966, 960, 1, 0, 0, 0, 966, 961, 1, 0, 0, 0, 966, 962, 1, 0, 0, 0, 966, 963, 1, 0, 0, 0, 966, 964, 1, 0, 0, 0, 966, 965, 1, 0, 0, 0, 967, 15, 1, 0, 0, 0, 968, 972, 3, 426, 213, 0, 969, 972, 3, 428, 214, 0, 970, 972, 3, 430, 215, 0, 971, 968, 1, 0, 0, 0, 971, 969, 1, 0, 0, 0, 971, 970, 1, 0, 0, 0, 972, 17, 1, 0, 0, 0, 973, 984, 3, 434, 217, 0, 974, 984, 3, 436, 218, 0, 975, 984, 3, 438, 219, 0, 976, 984, 3, 442, 221, 0, 977, 984, 3, 444, 222, 0, 978, 984, 3, 446, 223, 0, 979, 984, 3, 450, 225, 0, 980, 984, 3, 440, 220, 0, 981, 984, 3, 448, 224, 0, 982, 984, 3, 452, 226, 0, 983, 973, 1, 0, 0, 0, 983, 974, 1, 0, 0, 0, 983, 975, 1, 0, 0, 0, 983, 976, 1, 0, 0, 0, 983, 977, 1, 0, 0, 0, 983, 978, 1, 0, 0, 0, 983, 979, 1, 0, 0, 0, 983, 980, 1, 0, 0, 0, 983, 981, 1, 0, 0, 0, 983, 982, 1, 0, 0, 0, 984, 19, 1, 0, 0, 0, 985, 1019, 3, 470, 235, 0, 986, 1019, 3, 472, 236, 0, 987, 1019, 3, 474, 237, 0, 988, 1019, 3, 476, 238, 0, 989, 1019, 3, 480, 240, 0, 990, 1019, 3, 492, 246, 0, 991, 1019, 3, 494, 247, 0, 992, 1019, 3, 482, 241, 0, 993, 1019, 3, 484, 242, 0, 994, 1019, 3, 486, 243, 0, 995, 1019, 3, 488, 244, 0, 996, 1019, 3, 538, 269, 0, 997, 1019, 3, 540, 270, 0, 998, 1019, 3, 542, 271, 0, 999, 1019, 3, 544, 272, 0, 1000, 1019, 3, 546, 273, 0, 1001, 1019, 3, 552, 276, 0, 1002, 1019, 3, 556, 278, 0, 1003, 1019, 3, 558, 279, 0, 1004, 1019, 3, 560, 280, 0, 1005, 1019, 3, 562, 281, 0, 1006, 1019, 3, 564, 282, 0, 1007, 1019, 3, 566, 283, 0, 1008, 1019, 3, 580, 290, 0, 1009, 1019, 3, 582, 291, 0, 1010, 1019, 3, 584, 292, 0, 1011, 1019, 3, 586, 293, 0, 1012, 1019, 3, 588, 294, 0, 1013, 1019, 3, 590, 295, 0, 1014, 1019, 3, 594, 297, 0, 1015, 1019, 3, 596, 298, 0, 1016, 1019, 3, 598, 299, 0, 1017, 1019, 3, 600, 300, 0, 1018, 985, 1, 0, 0, 0, 1018, 986, 1, 0, 0, 0, 1018, 987, 1, 0, 0, 0, 1018, 988, 1, 0, 0, 0, 1018, 989, 1, 0, 0, 0, 1018, 990, 1, 0, 0, 0, 1018, 991, 1, 0, 0, 0, 1018, 992, 1, 0, 0, 0, 1018, 993, 1, 0, 0, 0, 1018, 994, 1, 0, 0, 0, 1018, 995, 1, 0, 0, 0, 1018, 996, 1, 0, 0, 0, 1018, 997, 1, 0, 0, 0, 1018, 998, 1, 0, 0, 0, 1018, 999, 1, 0, 0, 0, 1018, 1000, 1, 0, 0, 0, 1018, 1001, 1, 0, 0, 0, 1018, 1002, 1, 0, 0, 0, 1018, 1003, 1, 0, 0, 0, 1018, 1004, 1, 0, 0, 0, 1018, 1005, 1, 0, 0, 0, 1018, 1006, 1, 0, 0, 0, 1018, 1007, 1, 0, 0, 0, 1018, 1008, 1, 0, 0, 0, 1018, 1009, 1, 0, 0, 0, 1018, 1010, 1, 0, 0, 0, 1018, 1011, 1, 0, 0, 0, 1018, 1012, 1, 0, 0, 0, 1018, 1013, 1, 0, 0, 0, 1018, 1014, 1, 0, 0, 0, 1018, 1015, 1, 0, 0, 0, 1018, 1016, 1, 0, 0, 0, 1018, 1017, 1, 0, 0, 0, 1019, 21, 1, 0, 0, 0, 1020, 1029, 3, 612, 306, 0, 1021, 1029, 3, 610, 305, 0, 1022, 1029, 3, 614, 307, 0, 1023, 1029, 3, 616, 308, 0, 1024, 1029, 3, 618, 309, 0, 1025, 1029, 3, 620, 310, 0, 1026, 1029, 3, 622, 311, 0, 1027, 1029, 3, 630, 315, 0, 1028, 1020, 1, 0, 0, 0, 1028, 1021, 1, 0, 0, 0, 1028, 1022, 1, 0, 0, 0, 1028, 1023, 1, 0, 0, 0, 1028, 1024, 1, 0, 0, 0, 1028, 1025, 1, 0, 0, 0, 1028, 1026, 1, 0, 0, 0, 1028, 1027, 1, 0, 0, 0, 1029, 23, 1, 0, 0, 0, 1030, 1031, 5, 34, 0, 0, 1031, 1033, 7, 0, 0, 0, 1032, 1034, 3, 776, 388, 0, 1033, 1032, 1, 0, 0, 0, 1033, 1034, 1, 0, 0, 0, 1034, 1035, 1, 0, 0, 0, 1035, 1039, 3, 636, 318, 0, 1036, 1038, 3, 56, 28, 0, 1037, 1036, 1, 0, 0, 0, 1038, 1041, 1, 0, 0, 0, 1039, 1037, 1, 0, 0, 0, 1039, 1040, 1, 0, 0, 0, 1040, 25, 1, 0, 0, 0, 1041, 1039, 1, 0, 0, 0, 1042, 1044, 5, 34, 0, 0, 1043, 1045, 3, 62, 31, 0, 1044, 1043, 1, 0, 0, 0, 1044, 1045, 1, 0, 0, 0, 1045, 1046, 1, 0, 0, 0, 1046, 1048, 5, 385, 0, 0, 1047, 1049, 3, 776, 388, 0, 1048, 1047, 1, 0, 0, 0, 1048, 1049, 1, 0, 0, 0, 1049, 1050, 1, 0, 0, 0, 1050, 1051, 3, 718, 359, 0, 1051, 1052, 5, 119, 0, 0, 1052, 1053, 5, 590, 0, 0, 1053, 1060, 3, 64, 32, 0, 1054, 1055, 5, 119, 0, 0, 1055, 1057, 5, 343, 0, 0, 1056, 1058, 5, 114, 0, 0, 1057, 1056, 1, 0, 0, 0, 1057, 1058, 1, 0, 0, 0, 1058, 1059, 1, 0, 0, 0, 1059, 1061, 5, 541, 0, 0, 1060, 1054, 1, 0, 0, 0, 1060, 1061, 1, 0, 0, 0, 1061, 1063, 1, 0, 0, 0, 1062, 1064, 3, 72, 36, 0, 1063, 1062, 1, 0, 0, 0, 1063, 1064, 1, 0, 0, 0, 1064, 1067, 1, 0, 0, 0, 1065, 1066, 5, 340, 0, 0, 1066, 1068, 5, 882, 0, 0, 1067, 1065, 1, 0, 0, 0, 1067, 1068, 1, 0, 0, 0, 1068, 1069, 1, 0, 0, 0, 1069, 1070, 5, 371, 0, 0, 1070, 1071, 3, 432, 216, 0, 1071, 27, 1, 0, 0, 0, 1072, 1074, 5, 34, 0, 0, 1073, 1075, 7, 1, 0, 0, 1074, 1073, 1, 0, 0, 0, 1074, 1075, 1, 0, 0, 0, 1075, 1077, 1, 0, 0, 0, 1076, 1078, 7, 2, 0, 0, 1077, 1076, 1, 0, 0, 0, 1077, 1078, 1, 0, 0, 0, 1078, 1079, 1, 0, 0, 0, 1079, 1080, 5, 82, 0, 0, 1080, 1082, 3, 648, 324, 0, 1081, 1083, 3, 74, 37, 0, 1082, 1081, 1, 0, 0, 0, 1082, 1083, 1, 0, 0, 0, 1083, 1084, 1, 0, 0, 0, 1084, 1085, 5, 119, 0, 0, 1085, 1086, 3, 662, 331, 0, 1086, 1090, 3, 754, 377, 0, 1087, 1089, 3, 76, 38, 0, 1088, 1087, 1, 0, 0, 0, 1089, 1092, 1, 0, 0, 0, 1090, 1088, 1, 0, 0, 0, 1090, 1091, 1, 0, 0, 0, 1091, 1105, 1, 0, 0, 0, 1092, 1090, 1, 0, 0, 0, 1093, 1095, 5, 308, 0, 0, 1094, 1096, 5, 857, 0, 0, 1095, 1094, 1, 0, 0, 0, 1095, 1096, 1, 0, 0, 0, 1096, 1097, 1, 0, 0, 0, 1097, 1104, 7, 3, 0, 0, 1098, 1100, 5, 104, 0, 0, 1099, 1101, 5, 857, 0, 0, 1100, 1099, 1, 0, 0, 0, 1100, 1101, 1, 0, 0, 0, 1101, 1102, 1, 0, 0, 0, 1102, 1104, 7, 4, 0, 0, 1103, 1093, 1, 0, 0, 0, 1103, 1098, 1, 0, 0, 0, 1104, 1107, 1, 0, 0, 0, 1105, 1103, 1, 0, 0, 0, 1105, 1106, 1, 0, 0, 0, 1106, 29, 1, 0, 0, 0, 1107, 1105, 1, 0, 0, 0, 1108, 1109, 5, 34, 0, 0, 1109, 1110, 5, 451, 0, 0, 1110, 1111, 5, 74, 0, 0, 1111, 1112, 3, 722, 361, 0, 1112, 1113, 5, 6, 0, 0, 1113, 1114, 5, 671, 0, 0, 1114, 1120, 5, 882, 0, 0, 1115, 1117, 5, 428, 0, 0, 1116, 1118, 5, 857, 0, 0, 1117, 1116, 1, 0, 0, 0, 1117, 1118, 1, 0, 0, 0, 1118, 1119, 1, 0, 0, 0, 1119, 1121, 3, 730, 365, 0, 1120, 1115, 1, 0, 0, 0, 1120, 1121, 1, 0, 0, 0, 1121, 1127, 1, 0, 0, 0, 1122, 1124, 5, 672, 0, 0, 1123, 1125, 5, 857, 0, 0, 1124, 1123, 1, 0, 0, 0, 1124, 1125, 1, 0, 0, 0, 1125, 1126, 1, 0, 0, 0, 1126, 1128, 3, 730, 365, 0, 1127, 1122, 1, 0, 0, 0, 1127, 1128, 1, 0, 0, 0, 1128, 1134, 1, 0, 0, 0, 1129, 1131, 5, 553, 0, 0, 1130, 1132, 5, 857, 0, 0, 1131, 1130, 1, 0, 0, 0, 1131, 1132, 1, 0, 0, 0, 1132, 1133, 1, 0, 0, 0, 1133, 1135, 3, 730, 365, 0, 1134, 1129, 1, 0, 0, 0, 1134, 1135, 1, 0, 0, 0, 1135, 1141, 1, 0, 0, 0, 1136, 1138, 5, 504, 0, 0, 1137, 1139, 5, 857, 0, 0, 1138, 1137, 1, 0, 0, 0, 1138, 1139, 1, 0, 0, 0, 1139, 1140, 1, 0, 0, 0, 1140, 1142, 3, 722, 361, 0, 1141, 1136, 1, 0, 0, 0, 1141, 1142, 1, 0, 0, 0, 1142, 1144, 1, 0, 0, 0, 1143, 1145, 5, 687, 0, 0, 1144, 1143, 1, 0, 0, 0, 1144, 1145, 1, 0, 0, 0, 1145, 1151, 1, 0, 0, 0, 1146, 1148, 5, 340, 0, 0, 1147, 1149, 5, 857, 0, 0, 1148, 1147, 1, 0, 0, 0, 1148, 1149, 1, 0, 0, 0, 1149, 1150, 1, 0, 0, 0, 1150, 1152, 5, 882, 0, 0, 1151, 1146, 1, 0, 0, 0, 1151, 1152, 1, 0, 0, 0, 1152, 1153, 1, 0, 0, 0, 1153, 1155, 5, 380, 0, 0, 1154, 1156, 5, 857, 0, 0, 1155, 1154, 1, 0, 0, 0, 1155, 1156, 1, 0, 0, 0, 1156, 1157, 1, 0, 0, 0, 1157, 1158, 3, 708, 354, 0, 1158, 31, 1, 0, 0, 0, 1159, 1161, 5, 34, 0, 0, 1160, 1162, 3, 62, 31, 0, 1161, 1160, 1, 0, 0, 0, 1161, 1162, 1, 0, 0, 0, 1162, 1163, 1, 0, 0, 0, 1163, 1165, 5, 132, 0, 0, 1164, 1166, 3, 776, 388, 0, 1165, 1164, 1, 0, 0, 0, 1165, 1166, 1, 0, 0, 0, 1166, 1167, 1, 0, 0, 0, 1167, 1168, 3, 718, 359, 0, 1168, 1170, 5, 866, 0, 0, 1169, 1171, 3, 78, 39, 0, 1170, 1169, 1, 0, 0, 0, 1170, 1171, 1, 0, 0, 0, 1171, 1176, 1, 0, 0, 0, 1172, 1173, 5, 868, 0, 0, 1173, 1175, 3, 78, 39, 0, 1174, 1172, 1, 0, 0, 0, 1175, 1178, 1, 0, 0, 0, 1176, 1174, 1, 0, 0, 0, 1176, 1177, 1, 0, 0, 0, 1177, 1179, 1, 0, 0, 0, 1178, 1176, 1, 0, 0, 0, 1179, 1183, 5, 867, 0, 0, 1180, 1182, 3, 82, 41, 0, 1181, 1180, 1, 0, 0, 0, 1182, 1185, 1, 0, 0, 0, 1183, 1181, 1, 0, 0, 0, 1183, 1184, 1, 0, 0, 0, 1184, 1186, 1, 0, 0, 0, 1185, 1183, 1, 0, 0, 0, 1186, 1187, 3, 432, 216, 0, 1187, 33, 1, 0, 0, 0, 1188, 1190, 5, 34, 0, 0, 1189, 1191, 3, 62, 31, 0, 1190, 1189, 1, 0, 0, 0, 1190, 1191, 1, 0, 0, 0, 1191, 1193, 1, 0, 0, 0, 1192, 1194, 5, 307, 0, 0, 1193, 1192, 1, 0, 0, 0, 1193, 1194, 1, 0, 0, 0, 1194, 1195, 1, 0, 0, 0, 1195, 1197, 5, 409, 0, 0, 1196, 1198, 3, 776, 388, 0, 1197, 1196, 1, 0, 0, 0, 1197, 1198, 1, 0, 0, 0, 1198, 1199, 1, 0, 0, 0, 1199, 1200, 3, 640, 320, 0, 1200, 1202, 5, 866, 0, 0, 1201, 1203, 3, 80, 40, 0, 1202, 1201, 1, 0, 0, 0, 1202, 1203, 1, 0, 0, 0, 1203, 1208, 1, 0, 0, 0, 1204, 1205, 5, 868, 0, 0, 1205, 1207, 3, 80, 40, 0, 1206, 1204, 1, 0, 0, 0, 1207, 1210, 1, 0, 0, 0, 1208, 1206, 1, 0, 0, 0, 1208, 1209, 1, 0, 0, 0, 1209, 1211, 1, 0, 0, 0, 1210, 1208, 1, 0, 0, 0, 1211, 1212, 5, 867, 0, 0, 1212, 1213, 5, 580, 0, 0, 1213, 1217, 3, 742, 371, 0, 1214, 1216, 3, 82, 41, 0, 1215, 1214, 1, 0, 0, 0, 1216, 1219, 1, 0, 0, 0, 1217, 1215, 1, 0, 0, 0, 1217, 1218, 1, 0, 0, 0, 1218, 1222, 1, 0, 0, 0, 1219, 1217, 1, 0, 0, 0, 1220, 1223, 3, 432, 216, 0, 1221, 1223, 3, 448, 224, 0, 1222, 1220, 1, 0, 0, 0, 1222, 1221, 1, 0, 0, 0, 1223, 35, 1, 0, 0, 0, 1224, 1226, 5, 34, 0, 0, 1225, 1227, 5, 307, 0, 0, 1226, 1225, 1, 0, 0, 0, 1226, 1227, 1, 0, 0, 0, 1227, 1228, 1, 0, 0, 0, 1228, 1230, 5, 409, 0, 0, 1229, 1231, 3, 776, 388, 0, 1230, 1229, 1, 0, 0, 0, 1230, 1231, 1, 0, 0, 0, 1231, 1232, 1, 0, 0, 0, 1232, 1233, 3, 640, 320, 0, 1233, 1234, 5, 580, 0, 0, 1234, 1235, 7, 5, 0, 0, 1235, 1236, 5, 603, 0, 0, 1236, 1237, 5, 882, 0, 0, 1237, 37, 1, 0, 0, 0, 1238, 1239, 5, 34, 0, 0, 1239, 1241, 5, 582, 0, 0, 1240, 1242, 3, 776, 388, 0, 1241, 1240, 1, 0, 0, 0, 1241, 1242, 1, 0, 0, 0, 1242, 1243, 1, 0, 0, 0, 1243, 1244, 3, 664, 332, 0, 1244, 39, 1, 0, 0, 0, 1245, 1246, 5, 34, 0, 0, 1246, 1247, 5, 592, 0, 0, 1247, 1248, 3, 722, 361, 0, 1248, 1249, 5, 67, 0, 0, 1249, 1250, 5, 360, 0, 0, 1250, 1251, 5, 692, 0, 0, 1251, 1252, 7, 6, 0, 0, 1252, 1253, 5, 518, 0, 0, 1253, 1254, 5, 866, 0, 0, 1254, 1259, 3, 84, 42, 0, 1255, 1256, 5, 868, 0, 0, 1256, 1258, 3, 84, 42, 0, 1257, 1255, 1, 0, 0, 0, 1258, 1261, 1, 0, 0, 0, 1259, 1257, 1, 0, 0, 0, 1259, 1260, 1, 0, 0, 0, 1260, 1262, 1, 0, 0, 0, 1261, 1259, 1, 0, 0, 0, 1262, 1263, 5, 867, 0, 0, 1263, 41, 1, 0, 0, 0, 1264, 1266, 5, 34, 0, 0, 1265, 1267, 5, 660, 0, 0, 1266, 1265, 1, 0, 0, 0, 1266, 1267, 1, 0, 0, 0, 1267, 1268, 1, 0, 0, 0, 1268, 1270, 5, 173, 0, 0, 1269, 1271, 3, 776, 388, 0, 1270, 1269, 1, 0, 0, 0, 1270, 1271, 1, 0, 0, 0, 1271, 1272, 1, 0, 0, 0, 1272, 1274, 3, 658, 329, 0, 1273, 1275, 3, 86, 43, 0, 1274, 1273, 1, 0, 0, 0, 1274, 1275, 1, 0, 0, 0, 1275, 1286, 1, 0, 0, 0, 1276, 1283, 3, 104, 52, 0, 1277, 1279, 5, 868, 0, 0, 1278, 1277, 1, 0, 0, 0, 1278, 1279, 1, 0, 0, 0, 1279, 1280, 1, 0, 0, 0, 1280, 1282, 3, 104, 52, 0, 1281, 1278, 1, 0, 0, 0, 1282, 1285, 1, 0, 0, 0, 1283, 1281, 1, 0, 0, 0, 1283, 1284, 1, 0, 0, 0, 1284, 1287, 1, 0, 0, 0, 1285, 1283, 1, 0, 0, 0, 1286, 1276, 1, 0, 0, 0, 1286, 1287, 1, 0, 0, 0, 1287, 1289, 1, 0, 0, 0, 1288, 1290, 3, 110, 55, 0, 1289, 1288, 1, 0, 0, 0, 1289, 1290, 1, 0, 0, 0, 1290, 1292, 1, 0, 0, 0, 1291, 1293, 7, 7, 0, 0, 1292, 1291, 1, 0, 0, 0, 1292, 1293, 1, 0, 0, 0, 1293, 1295, 1, 0, 0, 0, 1294, 1296, 5, 13, 0, 0, 1295, 1294, 1, 0, 0, 0, 1295, 1296, 1, 0, 0, 0, 1296, 1297, 1, 0, 0, 0, 1297, 1298, 3, 210, 105, 0, 1298, 1343, 1, 0, 0, 0, 1299, 1301, 5, 34, 0, 0, 1300, 1302, 5, 660, 0, 0, 1301, 1300, 1, 0, 0, 0, 1301, 1302, 1, 0, 0, 0, 1302, 1303, 1, 0, 0, 0, 1303, 1305, 5, 173, 0, 0, 1304, 1306, 3, 776, 388, 0, 1305, 1304, 1, 0, 0, 0, 1305, 1306, 1, 0, 0, 0, 1306, 1307, 1, 0, 0, 0, 1307, 1315, 3, 658, 329, 0, 1308, 1309, 5, 99, 0, 0, 1309, 1316, 3, 662, 331, 0, 1310, 1311, 5, 866, 0, 0, 1311, 1312, 5, 99, 0, 0, 1312, 1313, 3, 662, 331, 0, 1313, 1314, 5, 867, 0, 0, 1314, 1316, 1, 0, 0, 0, 1315, 1308, 1, 0, 0, 0, 1315, 1310, 1, 0, 0, 0, 1316, 1343, 1, 0, 0, 0, 1317, 1319, 5, 34, 0, 0, 1318, 1320, 5, 660, 0, 0, 1319, 1318, 1, 0, 0, 0, 1319, 1320, 1, 0, 0, 0, 1320, 1321, 1, 0, 0, 0, 1321, 1323, 5, 173, 0, 0, 1322, 1324, 3, 776, 388, 0, 1323, 1322, 1, 0, 0, 0, 1323, 1324, 1, 0, 0, 0, 1324, 1325, 1, 0, 0, 0, 1325, 1326, 3, 658, 329, 0, 1326, 1337, 3, 86, 43, 0, 1327, 1334, 3, 104, 52, 0, 1328, 1330, 5, 868, 0, 0, 1329, 1328, 1, 0, 0, 0, 1329, 1330, 1, 0, 0, 0, 1330, 1331, 1, 0, 0, 0, 1331, 1333, 3, 104, 52, 0, 1332, 1329, 1, 0, 0, 0, 1333, 1336, 1, 0, 0, 0, 1334, 1332, 1, 0, 0, 0, 1334, 1335, 1, 0, 0, 0, 1335, 1338, 1, 0, 0, 0, 1336, 1334, 1, 0, 0, 0, 1337, 1327, 1, 0, 0, 0, 1337, 1338, 1, 0, 0, 0, 1338, 1340, 1, 0, 0, 0, 1339, 1341, 3, 110, 55, 0, 1340, 1339, 1, 0, 0, 0, 1340, 1341, 1, 0, 0, 0, 1341, 1343, 1, 0, 0, 0, 1342, 1264, 1, 0, 0, 0, 1342, 1299, 1, 0, 0, 0, 1342, 1317, 1, 0, 0, 0, 1343, 43, 1, 0, 0, 0, 1344, 1346, 5, 34, 0, 0, 1345, 1347, 5, 180, 0, 0, 1346, 1345, 1, 0, 0, 0, 1346, 1347, 1, 0, 0, 0, 1347, 1348, 1, 0, 0, 0, 1348, 1349, 5, 658, 0, 0, 1349, 1353, 3, 680, 340, 0, 1350, 1351, 5, 6, 0, 0, 1351, 1352, 5, 361, 0, 0, 1352, 1354, 5, 882, 0, 0, 1353, 1350, 1, 0, 0, 0, 1353, 1354, 1, 0, 0, 0, 1354, 1360, 1, 0, 0, 0, 1355, 1357, 5, 314, 0, 0, 1356, 1358, 5, 857, 0, 0, 1357, 1356, 1, 0, 0, 0, 1357, 1358, 1, 0, 0, 0, 1358, 1359, 1, 0, 0, 0, 1359, 1361, 3, 730, 365, 0, 1360, 1355, 1, 0, 0, 0, 1360, 1361, 1, 0, 0, 0, 1361, 1365, 1, 0, 0, 0, 1362, 1363, 5, 399, 0, 0, 1363, 1364, 5, 857, 0, 0, 1364, 1366, 3, 730, 365, 0, 1365, 1362, 1, 0, 0, 0, 1365, 1366, 1, 0, 0, 0, 1366, 1372, 1, 0, 0, 0, 1367, 1369, 5, 380, 0, 0, 1368, 1370, 5, 857, 0, 0, 1369, 1368, 1, 0, 0, 0, 1369, 1370, 1, 0, 0, 0, 1370, 1371, 1, 0, 0, 0, 1371, 1373, 3, 708, 354, 0, 1372, 1367, 1, 0, 0, 0, 1372, 1373, 1, 0, 0, 0, 1373, 1379, 1, 0, 0, 0, 1374, 1376, 5, 825, 0, 0, 1375, 1377, 5, 857, 0, 0, 1376, 1375, 1, 0, 0, 0, 1376, 1377, 1, 0, 0, 0, 1377, 1378, 1, 0, 0, 0, 1378, 1380, 5, 882, 0, 0, 1379, 1374, 1, 0, 0, 0, 1379, 1380, 1, 0, 0, 0, 1380, 45, 1, 0, 0, 0, 1381, 1383, 5, 34, 0, 0, 1382, 1384, 5, 180, 0, 0, 1383, 1382, 1, 0, 0, 0, 1383, 1384, 1, 0, 0, 0, 1384, 1385, 1, 0, 0, 0, 1385, 1386, 5, 658, 0, 0, 1386, 1387, 3, 680, 340, 0, 1387, 1388, 5, 6, 0, 0, 1388, 1389, 5, 361, 0, 0, 1389, 1390, 5, 882, 0, 0, 1390, 1391, 5, 187, 0, 0, 1391, 1392, 5, 451, 0, 0, 1392, 1393, 5, 74, 0, 0, 1393, 1399, 3, 722, 361, 0, 1394, 1396, 5, 393, 0, 0, 1395, 1397, 5, 857, 0, 0, 1396, 1395, 1, 0, 0, 0, 1396, 1397, 1, 0, 0, 0, 1397, 1398, 1, 0, 0, 0, 1398, 1400, 3, 730, 365, 0, 1399, 1394, 1, 0, 0, 0, 1399, 1400, 1, 0, 0, 0, 1400, 1406, 1, 0, 0, 0, 1401, 1403, 5, 428, 0, 0, 1402, 1404, 5, 857, 0, 0, 1403, 1402, 1, 0, 0, 0, 1403, 1404, 1, 0, 0, 0, 1404, 1405, 1, 0, 0, 0, 1405, 1407, 3, 730, 365, 0, 1406, 1401, 1, 0, 0, 0, 1406, 1407, 1, 0, 0, 0, 1407, 1413, 1, 0, 0, 0, 1408, 1410, 5, 314, 0, 0, 1409, 1411, 5, 857, 0, 0, 1410, 1409, 1, 0, 0, 0, 1410, 1411, 1, 0, 0, 0, 1411, 1412, 1, 0, 0, 0, 1412, 1414, 3, 730, 365, 0, 1413, 1408, 1, 0, 0, 0, 1413, 1414, 1, 0, 0, 0, 1414, 1420, 1, 0, 0, 0, 1415, 1417, 5, 481, 0, 0, 1416, 1418, 5, 857, 0, 0, 1417, 1416, 1, 0, 0, 0, 1417, 1418, 1, 0, 0, 0, 1418, 1419, 1, 0, 0, 0, 1419, 1421, 3, 730, 365, 0, 1420, 1415, 1, 0, 0, 0, 1420, 1421, 1, 0, 0, 0, 1421, 1427, 1, 0, 0, 0, 1422, 1424, 5, 504, 0, 0, 1423, 1425, 5, 857, 0, 0, 1424, 1423, 1, 0, 0, 0, 1424, 1425, 1, 0, 0, 0, 1425, 1426, 1, 0, 0, 0, 1426, 1428, 3, 722, 361, 0, 1427, 1422, 1, 0, 0, 0, 1427, 1428, 1, 0, 0, 0, 1428, 1430, 1, 0, 0, 0, 1429, 1431, 5, 687, 0, 0, 1430, 1429, 1, 0, 0, 0, 1430, 1431, 1, 0, 0, 0, 1431, 1437, 1, 0, 0, 0, 1432, 1434, 5, 340, 0, 0, 1433, 1435, 5, 857, 0, 0, 1434, 1433, 1, 0, 0, 0, 1434, 1435, 1, 0, 0, 0, 1435, 1436, 1, 0, 0, 0, 1436, 1438, 5, 882, 0, 0, 1437, 1432, 1, 0, 0, 0, 1437, 1438, 1, 0, 0, 0, 1438, 1439, 1, 0, 0, 0, 1439, 1441, 5, 380, 0, 0, 1440, 1442, 5, 857, 0, 0, 1441, 1440, 1, 0, 0, 0, 1441, 1442, 1, 0, 0, 0, 1442, 1443, 1, 0, 0, 0, 1443, 1444, 3, 708, 354, 0, 1444, 47, 1, 0, 0, 0, 1445, 1447, 5, 34, 0, 0, 1446, 1448, 3, 62, 31, 0, 1447, 1446, 1, 0, 0, 0, 1447, 1448, 1, 0, 0, 0, 1448, 1450, 1, 0, 0, 0, 1449, 1451, 3, 776, 388, 0, 1450, 1449, 1, 0, 0, 0, 1450, 1451, 1, 0, 0, 0, 1451, 1452, 1, 0, 0, 0, 1452, 1454, 5, 178, 0, 0, 1453, 1455, 3, 776, 388, 0, 1454, 1453, 1, 0, 0, 0, 1454, 1455, 1, 0, 0, 0, 1455, 1456, 1, 0, 0, 0, 1456, 1457, 3, 718, 359, 0, 1457, 1458, 7, 8, 0, 0, 1458, 1459, 7, 9, 0, 0, 1459, 1460, 5, 119, 0, 0, 1460, 1461, 3, 662, 331, 0, 1461, 1462, 5, 65, 0, 0, 1462, 1463, 5, 52, 0, 0, 1463, 1466, 5, 586, 0, 0, 1464, 1465, 7, 10, 0, 0, 1465, 1467, 3, 718, 359, 0, 1466, 1464, 1, 0, 0, 0, 1466, 1467, 1, 0, 0, 0, 1467, 1468, 1, 0, 0, 0, 1468, 1469, 3, 432, 216, 0, 1469, 49, 1, 0, 0, 0, 1470, 1472, 5, 194, 0, 0, 1471, 1473, 5, 552, 0, 0, 1472, 1471, 1, 0, 0, 0, 1472, 1473, 1, 0, 0, 0, 1473, 1474, 1, 0, 0, 0, 1474, 1475, 3, 52, 26, 0, 1475, 51, 1, 0, 0, 0, 1476, 1488, 3, 722, 361, 0, 1477, 1478, 5, 866, 0, 0, 1478, 1483, 3, 722, 361, 0, 1479, 1480, 5, 868, 0, 0, 1480, 1482, 3, 722, 361, 0, 1481, 1479, 1, 0, 0, 0, 1482, 1485, 1, 0, 0, 0, 1483, 1481, 1, 0, 0, 0, 1483, 1484, 1, 0, 0, 0, 1484, 1486, 1, 0, 0, 0, 1485, 1483, 1, 0, 0, 0, 1486, 1487, 5, 867, 0, 0, 1487, 1489, 1, 0, 0, 0, 1488, 1477, 1, 0, 0, 0, 1488, 1489, 1, 0, 0, 0, 1489, 1490, 1, 0, 0, 0, 1490, 1491, 5, 13, 0, 0, 1491, 1492, 5, 866, 0, 0, 1492, 1493, 3, 10, 5, 0, 1493, 1496, 5, 867, 0, 0, 1494, 1495, 5, 868, 0, 0, 1495, 1497, 3, 52, 26, 0, 1496, 1494, 1, 0, 0, 0, 1496, 1497, 1, 0, 0, 0, 1497, 53, 1, 0, 0, 0, 1498, 1500, 5, 34, 0, 0, 1499, 1501, 3, 778, 389, 0, 1500, 1499, 1, 0, 0, 0, 1500, 1501, 1, 0, 0, 0, 1501, 1505, 1, 0, 0, 0, 1502, 1503, 5, 308, 0, 0, 1503, 1504, 5, 857, 0, 0, 1504, 1506, 7, 11, 0, 0, 1505, 1502, 1, 0, 0, 0, 1505, 1506, 1, 0, 0, 0, 1506, 1508, 1, 0, 0, 0, 1507, 1509, 3, 62, 31, 0, 1508, 1507, 1, 0, 0, 0, 1508, 1509, 1, 0, 0, 0, 1509, 1513, 1, 0, 0, 0, 1510, 1511, 5, 162, 0, 0, 1511, 1512, 5, 591, 0, 0, 1512, 1514, 7, 12, 0, 0, 1513, 1510, 1, 0, 0, 0, 1513, 1514, 1, 0, 0, 0, 1514, 1515, 1, 0, 0, 0, 1515, 1516, 5, 684, 0, 0, 1516, 1528, 3, 644, 322, 0, 1517, 1518, 5, 866, 0, 0, 1518, 1523, 3, 668, 334, 0, 1519, 1520, 5, 868, 0, 0, 1520, 1522, 3, 668, 334, 0, 1521, 1519, 1, 0, 0, 0, 1522, 1525, 1, 0, 0, 0, 1523, 1521, 1, 0, 0, 0, 1523, 1524, 1, 0, 0, 0, 1524, 1526, 1, 0, 0, 0, 1525, 1523, 1, 0, 0, 0, 1526, 1527, 5, 867, 0, 0, 1527, 1529, 1, 0, 0, 0, 1528, 1517, 1, 0, 0, 0, 1528, 1529, 1, 0, 0, 0, 1529, 1530, 1, 0, 0, 0, 1530, 1550, 5, 13, 0, 0, 1531, 1533, 5, 866, 0, 0, 1532, 1534, 3, 50, 25, 0, 1533, 1532, 1, 0, 0, 0, 1533, 1534, 1, 0, 0, 0, 1534, 1535, 1, 0, 0, 0, 1535, 1536, 3, 210, 105, 0, 1536, 1537, 5, 867, 0, 0, 1537, 1551, 1, 0, 0, 0, 1538, 1540, 3, 50, 25, 0, 1539, 1538, 1, 0, 0, 0, 1539, 1540, 1, 0, 0, 0, 1540, 1541, 1, 0, 0, 0, 1541, 1548, 3, 210, 105, 0, 1542, 1544, 5, 194, 0, 0, 1543, 1545, 7, 13, 0, 0, 1544, 1543, 1, 0, 0, 0, 1544, 1545, 1, 0, 0, 0, 1545, 1546, 1, 0, 0, 0, 1546, 1547, 5, 27, 0, 0, 1547, 1549, 5, 121, 0, 0, 1548, 1542, 1, 0, 0, 0, 1548, 1549, 1, 0, 0, 0, 1549, 1551, 1, 0, 0, 0, 1550, 1531, 1, 0, 0, 0, 1550, 1539, 1, 0, 0, 0, 1551, 55, 1, 0, 0, 0, 1552, 1554, 5, 42, 0, 0, 1553, 1552, 1, 0, 0, 0, 1553, 1554, 1, 0, 0, 0, 1554, 1555, 1, 0, 0, 0, 1555, 1557, 3, 58, 29, 0, 1556, 1558, 5, 857, 0, 0, 1557, 1556, 1, 0, 0, 0, 1557, 1558, 1, 0, 0, 0, 1558, 1561, 1, 0, 0, 0, 1559, 1562, 3, 704, 352, 0, 1560, 1562, 5, 42, 0, 0, 1561, 1559, 1, 0, 0, 0, 1561, 1560, 1, 0, 0, 0, 1562, 1586, 1, 0, 0, 0, 1563, 1565, 5, 42, 0, 0, 1564, 1563, 1, 0, 0, 0, 1564, 1565, 1, 0, 0, 0, 1565, 1566, 1, 0, 0, 0, 1566, 1568, 5, 28, 0, 0, 1567, 1569, 5, 857, 0, 0, 1568, 1567, 1, 0, 0, 0, 1568, 1569, 1, 0, 0, 0, 1569, 1570, 1, 0, 0, 0, 1570, 1586, 3, 706, 353, 0, 1571, 1573, 5, 42, 0, 0, 1572, 1571, 1, 0, 0, 0, 1572, 1573, 1, 0, 0, 0, 1573, 1574, 1, 0, 0, 0, 1574, 1576, 5, 376, 0, 0, 1575, 1577, 5, 857, 0, 0, 1576, 1575, 1, 0, 0, 0, 1576, 1577, 1, 0, 0, 0, 1577, 1578, 1, 0, 0, 0, 1578, 1586, 5, 882, 0, 0, 1579, 1580, 5, 135, 0, 0, 1580, 1582, 5, 515, 0, 0, 1581, 1583, 5, 857, 0, 0, 1582, 1581, 1, 0, 0, 0, 1582, 1583, 1, 0, 0, 0, 1583, 1584, 1, 0, 0, 0, 1584, 1586, 7, 14, 0, 0, 1585, 1553, 1, 0, 0, 0, 1585, 1564, 1, 0, 0, 0, 1585, 1572, 1, 0, 0, 0, 1585, 1579, 1, 0, 0, 0, 1586, 57, 1, 0, 0, 0, 1587, 1588, 5, 26, 0, 0, 1588, 1593, 5, 155, 0, 0, 1589, 1593, 5, 823, 0, 0, 1590, 1591, 5, 224, 0, 0, 1591, 1593, 5, 155, 0, 0, 1592, 1587, 1, 0, 0, 0, 1592, 1589, 1, 0, 0, 0, 1592, 1590, 1, 0, 0, 0, 1593, 59, 1, 0, 0, 0, 1594, 1597, 7, 15, 0, 0, 1595, 1596, 5, 866, 0, 0, 1596, 1598, 5, 867, 0, 0, 1597, 1595, 1, 0, 0, 0, 1597, 1598, 1, 0, 0, 0, 1598, 61, 1, 0, 0, 0, 1599, 1600, 5, 364, 0, 0, 1600, 1603, 5, 857, 0, 0, 1601, 1604, 3, 700, 350, 0, 1602, 1604, 3, 60, 30, 0, 1603, 1601, 1, 0, 0, 0, 1603, 1602, 1, 0, 0, 0, 1604, 63, 1, 0, 0, 0, 1605, 1606, 5, 311, 0, 0, 1606, 1610, 3, 66, 33, 0, 1607, 1609, 3, 68, 34, 0, 1608, 1607, 1, 0, 0, 0, 1609, 1612, 1, 0, 0, 0, 1610, 1608, 1, 0, 0, 0, 1610, 1611, 1, 0, 0, 0, 1611, 1640, 1, 0, 0, 0, 1612, 1610, 1, 0, 0, 0, 1613, 1616, 5, 387, 0, 0, 1614, 1617, 3, 728, 364, 0, 1615, 1617, 3, 820, 410, 0, 1616, 1614, 1, 0, 0, 0, 1616, 1615, 1, 0, 0, 0, 1617, 1618, 1, 0, 0, 0, 1618, 1627, 3, 70, 35, 0, 1619, 1620, 5, 641, 0, 0, 1620, 1624, 3, 66, 33, 0, 1621, 1623, 3, 68, 34, 0, 1622, 1621, 1, 0, 0, 0, 1623, 1626, 1, 0, 0, 0, 1624, 1622, 1, 0, 0, 0, 1624, 1625, 1, 0, 0, 0, 1625, 1628, 1, 0, 0, 0, 1626, 1624, 1, 0, 0, 0, 1627, 1619, 1, 0, 0, 0, 1627, 1628, 1, 0, 0, 0, 1628, 1637, 1, 0, 0, 0, 1629, 1630, 5, 379, 0, 0, 1630, 1634, 3, 66, 33, 0, 1631, 1633, 3, 68, 34, 0, 1632, 1631, 1, 0, 0, 0, 1633, 1636, 1, 0, 0, 0, 1634, 1632, 1, 0, 0, 0, 1634, 1635, 1, 0, 0, 0, 1635, 1638, 1, 0, 0, 0, 1636, 1634, 1, 0, 0, 0, 1637, 1629, 1, 0, 0, 0, 1637, 1638, 1, 0, 0, 0, 1638, 1640, 1, 0, 0, 0, 1639, 1605, 1, 0, 0, 0, 1639, 1613, 1, 0, 0, 0, 1640, 65, 1, 0, 0, 0, 1641, 1646, 5, 287, 0, 0, 1642, 1646, 3, 732, 366, 0, 1643, 1646, 3, 728, 364, 0, 1644, 1646, 3, 820, 410, 0, 1645, 1641, 1, 0, 0, 0, 1645, 1642, 1, 0, 0, 0, 1645, 1643, 1, 0, 0, 0, 1645, 1644, 1, 0, 0, 0, 1646, 67, 1, 0, 0, 0, 1647, 1648, 5, 853, 0, 0, 1648, 1651, 5, 87, 0, 0, 1649, 1652, 3, 728, 364, 0, 1650, 1652, 3, 820, 410, 0, 1651, 1649, 1, 0, 0, 0, 1651, 1650, 1, 0, 0, 0, 1652, 1653, 1, 0, 0, 0, 1653, 1654, 3, 70, 35, 0, 1654, 69, 1, 0, 0, 0, 1655, 1669, 3, 846, 423, 0, 1656, 1669, 5, 223, 0, 0, 1657, 1669, 5, 242, 0, 0, 1658, 1669, 5, 243, 0, 0, 1659, 1669, 5, 244, 0, 0, 1660, 1669, 5, 245, 0, 0, 1661, 1669, 5, 246, 0, 0, 1662, 1669, 5, 247, 0, 0, 1663, 1669, 5, 248, 0, 0, 1664, 1669, 5, 249, 0, 0, 1665, 1669, 5, 250, 0, 0, 1666, 1669, 5, 251, 0, 0, 1667, 1669, 5, 252, 0, 0, 1668, 1655, 1, 0, 0, 0, 1668, 1656, 1, 0, 0, 0, 1668, 1657, 1, 0, 0, 0, 1668, 1658, 1, 0, 0, 0, 1668, 1659, 1, 0, 0, 0, 1668, 1660, 1, 0, 0, 0, 1668, 1661, 1, 0, 0, 0, 1668, 1662, 1, 0, 0, 0, 1668, 1663, 1, 0, 0, 0, 1668, 1664, 1, 0, 0, 0, 1668, 1665, 1, 0, 0, 0, 1668, 1666, 1, 0, 0, 0, 1668, 1667, 1, 0, 0, 0, 1669, 71, 1, 0, 0, 0, 1670, 1676, 5, 375, 0, 0, 1671, 1676, 5, 368, 0, 0, 1672, 1673, 5, 368, 0, 0, 1673, 1674, 5, 119, 0, 0, 1674, 1676, 5, 598, 0, 0, 1675, 1670, 1, 0, 0, 0, 1675, 1671, 1, 0, 0, 0, 1675, 1672, 1, 0, 0, 0, 1676, 73, 1, 0, 0, 0, 1677, 1678, 5, 188, 0, 0, 1678, 1679, 7, 16, 0, 0, 1679, 75, 1, 0, 0, 0, 1680, 1682, 5, 443, 0, 0, 1681, 1683, 5, 857, 0, 0, 1682, 1681, 1, 0, 0, 0, 1682, 1683, 1, 0, 0, 0, 1683, 1684, 1, 0, 0, 0, 1684, 1703, 3, 730, 365, 0, 1685, 1703, 3, 74, 37, 0, 1686, 1687, 5, 194, 0, 0, 1687, 1688, 5, 525, 0, 0, 1688, 1703, 3, 722, 361, 0, 1689, 1690, 5, 340, 0, 0, 1690, 1703, 5, 882, 0, 0, 1691, 1703, 7, 17, 0, 0, 1692, 1694, 5, 825, 0, 0, 1693, 1695, 5, 857, 0, 0, 1694, 1693, 1, 0, 0, 0, 1694, 1695, 1, 0, 0, 0, 1695, 1696, 1, 0, 0, 0, 1696, 1703, 5, 882, 0, 0, 1697, 1699, 5, 833, 0, 0, 1698, 1700, 5, 857, 0, 0, 1699, 1698, 1, 0, 0, 0, 1699, 1700, 1, 0, 0, 0, 1700, 1701, 1, 0, 0, 0, 1701, 1703, 5, 882, 0, 0, 1702, 1680, 1, 0, 0, 0, 1702, 1685, 1, 0, 0, 0, 1702, 1686, 1, 0, 0, 0, 1702, 1689, 1, 0, 0, 0, 1702, 1691, 1, 0, 0, 0, 1702, 1692, 1, 0, 0, 0, 1702, 1697, 1, 0, 0, 0, 1703, 77, 1, 0, 0, 0, 1704, 1706, 7, 18, 0, 0, 1705, 1704, 1, 0, 0, 0, 1705, 1706, 1, 0, 0, 0, 1706, 1707, 1, 0, 0, 0, 1707, 1708, 3, 722, 361, 0, 1708, 1709, 3, 742, 371, 0, 1709, 79, 1, 0, 0, 0, 1710, 1711, 3, 722, 361, 0, 1711, 1712, 3, 742, 371, 0, 1712, 81, 1, 0, 0, 0, 1713, 1714, 5, 340, 0, 0, 1714, 1737, 5, 882, 0, 0, 1715, 1716, 5, 444, 0, 0, 1716, 1737, 5, 162, 0, 0, 1717, 1719, 5, 114, 0, 0, 1718, 1717, 1, 0, 0, 0, 1718, 1719, 1, 0, 0, 0, 1719, 1720, 1, 0, 0, 0, 1720, 1737, 5, 47, 0, 0, 1721, 1722, 5, 354, 0, 0, 1722, 1732, 5, 162, 0, 0, 1723, 1724, 5, 502, 0, 0, 1724, 1732, 5, 162, 0, 0, 1725, 1726, 5, 136, 0, 0, 1726, 1727, 5, 162, 0, 0, 1727, 1732, 5, 360, 0, 0, 1728, 1729, 5, 112, 0, 0, 1729, 1730, 5, 162, 0, 0, 1730, 1732, 5, 360, 0, 0, 1731, 1721, 1, 0, 0, 0, 1731, 1723, 1, 0, 0, 0, 1731, 1725, 1, 0, 0, 0, 1731, 1728, 1, 0, 0, 0, 1732, 1737, 1, 0, 0, 0, 1733, 1734, 5, 162, 0, 0, 1734, 1735, 5, 591, 0, 0, 1735, 1737, 7, 12, 0, 0, 1736, 1713, 1, 0, 0, 0, 1736, 1715, 1, 0, 0, 0, 1736, 1718, 1, 0, 0, 0, 1736, 1731, 1, 0, 0, 0, 1736, 1733, 1, 0, 0, 0, 1737, 83, 1, 0, 0, 0, 1738, 1739, 5, 421, 0, 0, 1739, 1753, 5, 882, 0, 0, 1740, 1741, 5, 39, 0, 0, 1741, 1753, 5, 882, 0, 0, 1742, 1743, 5, 678, 0, 0, 1743, 1753, 5, 882, 0, 0, 1744, 1745, 5, 529, 0, 0, 1745, 1753, 5, 882, 0, 0, 1746, 1747, 5, 601, 0, 0, 1747, 1753, 5, 882, 0, 0, 1748, 1749, 5, 519, 0, 0, 1749, 1753, 5, 882, 0, 0, 1750, 1751, 5, 537, 0, 0, 1751, 1753, 3, 728, 364, 0, 1752, 1738, 1, 0, 0, 0, 1752, 1740, 1, 0, 0, 0, 1752, 1742, 1, 0, 0, 0, 1752, 1744, 1, 0, 0, 0, 1752, 1746, 1, 0, 0, 0, 1752, 1748, 1, 0, 0, 0, 1752, 1750, 1, 0, 0, 0, 1753, 85, 1, 0, 0, 0, 1754, 1755, 5, 866, 0, 0, 1755, 1760, 3, 88, 44, 0, 1756, 1757, 5, 868, 0, 0, 1757, 1759, 3, 88, 44, 0, 1758, 1756, 1, 0, 0, 0, 1759, 1762, 1, 0, 0, 0, 1760, 1758, 1, 0, 0, 0, 1760, 1761, 1, 0, 0, 0, 1761, 1763, 1, 0, 0, 0, 1762, 1760, 1, 0, 0, 0, 1763, 1764, 5, 867, 0, 0, 1764, 87, 1, 0, 0, 0, 1765, 1766, 3, 668, 334, 0, 1766, 1767, 3, 94, 47, 0, 1767, 1849, 1, 0, 0, 0, 1768, 1770, 7, 19, 0, 0, 1769, 1771, 3, 652, 326, 0, 1770, 1769, 1, 0, 0, 0, 1770, 1771, 1, 0, 0, 0, 1771, 1773, 1, 0, 0, 0, 1772, 1774, 3, 74, 37, 0, 1773, 1772, 1, 0, 0, 0, 1773, 1774, 1, 0, 0, 0, 1774, 1775, 1, 0, 0, 0, 1775, 1779, 3, 754, 377, 0, 1776, 1778, 3, 76, 38, 0, 1777, 1776, 1, 0, 0, 0, 1778, 1781, 1, 0, 0, 0, 1779, 1777, 1, 0, 0, 0, 1779, 1780, 1, 0, 0, 0, 1780, 1849, 1, 0, 0, 0, 1781, 1779, 1, 0, 0, 0, 1782, 1784, 7, 20, 0, 0, 1783, 1785, 7, 19, 0, 0, 1784, 1783, 1, 0, 0, 0, 1784, 1785, 1, 0, 0, 0, 1785, 1787, 1, 0, 0, 0, 1786, 1788, 3, 652, 326, 0, 1787, 1786, 1, 0, 0, 0, 1787, 1788, 1, 0, 0, 0, 1788, 1789, 1, 0, 0, 0, 1789, 1793, 3, 754, 377, 0, 1790, 1792, 3, 76, 38, 0, 1791, 1790, 1, 0, 0, 0, 1792, 1795, 1, 0, 0, 0, 1793, 1791, 1, 0, 0, 0, 1793, 1794, 1, 0, 0, 0, 1794, 1849, 1, 0, 0, 0, 1795, 1793, 1, 0, 0, 0, 1796, 1798, 3, 92, 46, 0, 1797, 1796, 1, 0, 0, 0, 1797, 1798, 1, 0, 0, 0, 1798, 1799, 1, 0, 0, 0, 1799, 1800, 5, 131, 0, 0, 1800, 1802, 5, 92, 0, 0, 1801, 1803, 3, 74, 37, 0, 1802, 1801, 1, 0, 0, 0, 1802, 1803, 1, 0, 0, 0, 1803, 1804, 1, 0, 0, 0, 1804, 1808, 3, 754, 377, 0, 1805, 1807, 3, 76, 38, 0, 1806, 1805, 1, 0, 0, 0, 1807, 1810, 1, 0, 0, 0, 1808, 1806, 1, 0, 0, 0, 1808, 1809, 1, 0, 0, 0, 1809, 1849, 1, 0, 0, 0, 1810, 1808, 1, 0, 0, 0, 1811, 1813, 3, 92, 46, 0, 1812, 1811, 1, 0, 0, 0, 1812, 1813, 1, 0, 0, 0, 1813, 1814, 1, 0, 0, 0, 1814, 1816, 5, 182, 0, 0, 1815, 1817, 7, 19, 0, 0, 1816, 1815, 1, 0, 0, 0, 1816, 1817, 1, 0, 0, 0, 1817, 1819, 1, 0, 0, 0, 1818, 1820, 3, 652, 326, 0, 1819, 1818, 1, 0, 0, 0, 1819, 1820, 1, 0, 0, 0, 1820, 1822, 1, 0, 0, 0, 1821, 1823, 3, 74, 37, 0, 1822, 1821, 1, 0, 0, 0, 1822, 1823, 1, 0, 0, 0, 1823, 1824, 1, 0, 0, 0, 1824, 1828, 3, 754, 377, 0, 1825, 1827, 3, 76, 38, 0, 1826, 1825, 1, 0, 0, 0, 1827, 1830, 1, 0, 0, 0, 1828, 1826, 1, 0, 0, 0, 1828, 1829, 1, 0, 0, 0, 1829, 1849, 1, 0, 0, 0, 1830, 1828, 1, 0, 0, 0, 1831, 1833, 3, 92, 46, 0, 1832, 1831, 1, 0, 0, 0, 1832, 1833, 1, 0, 0, 0, 1833, 1834, 1, 0, 0, 0, 1834, 1835, 5, 67, 0, 0, 1835, 1837, 5, 92, 0, 0, 1836, 1838, 3, 652, 326, 0, 1837, 1836, 1, 0, 0, 0, 1837, 1838, 1, 0, 0, 0, 1838, 1839, 1, 0, 0, 0, 1839, 1840, 3, 754, 377, 0, 1840, 1841, 3, 98, 49, 0, 1841, 1849, 1, 0, 0, 0, 1842, 1843, 5, 27, 0, 0, 1843, 1844, 5, 866, 0, 0, 1844, 1845, 3, 820, 410, 0, 1845, 1846, 5, 867, 0, 0, 1846, 1849, 1, 0, 0, 0, 1847, 1849, 3, 90, 45, 0, 1848, 1765, 1, 0, 0, 0, 1848, 1768, 1, 0, 0, 0, 1848, 1782, 1, 0, 0, 0, 1848, 1797, 1, 0, 0, 0, 1848, 1812, 1, 0, 0, 0, 1848, 1832, 1, 0, 0, 0, 1848, 1842, 1, 0, 0, 0, 1848, 1847, 1, 0, 0, 0, 1849, 89, 1, 0, 0, 0, 1850, 1852, 3, 92, 46, 0, 1851, 1850, 1, 0, 0, 0, 1851, 1852, 1, 0, 0, 0, 1852, 1853, 1, 0, 0, 0, 1853, 1854, 5, 27, 0, 0, 1854, 1855, 5, 866, 0, 0, 1855, 1856, 3, 820, 410, 0, 1856, 1861, 5, 867, 0, 0, 1857, 1859, 5, 114, 0, 0, 1858, 1857, 1, 0, 0, 0, 1858, 1859, 1, 0, 0, 0, 1859, 1860, 1, 0, 0, 0, 1860, 1862, 5, 57, 0, 0, 1861, 1858, 1, 0, 0, 0, 1861, 1862, 1, 0, 0, 0, 1862, 91, 1, 0, 0, 0, 1863, 1865, 5, 31, 0, 0, 1864, 1866, 3, 722, 361, 0, 1865, 1864, 1, 0, 0, 0, 1865, 1866, 1, 0, 0, 0, 1866, 93, 1, 0, 0, 0, 1867, 1871, 3, 742, 371, 0, 1868, 1870, 3, 96, 48, 0, 1869, 1868, 1, 0, 0, 0, 1870, 1873, 1, 0, 0, 0, 1871, 1869, 1, 0, 0, 0, 1871, 1872, 1, 0, 0, 0, 1872, 95, 1, 0, 0, 0, 1873, 1871, 1, 0, 0, 0, 1874, 1918, 3, 738, 369, 0, 1875, 1876, 5, 42, 0, 0, 1876, 1918, 3, 770, 385, 0, 1877, 1918, 5, 686, 0, 0, 1878, 1918, 5, 435, 0, 0, 1879, 1884, 5, 315, 0, 0, 1880, 1881, 5, 119, 0, 0, 1881, 1882, 5, 185, 0, 0, 1882, 1884, 3, 772, 386, 0, 1883, 1879, 1, 0, 0, 0, 1883, 1880, 1, 0, 0, 0, 1884, 1918, 1, 0, 0, 0, 1885, 1887, 5, 131, 0, 0, 1886, 1885, 1, 0, 0, 0, 1886, 1887, 1, 0, 0, 0, 1887, 1888, 1, 0, 0, 0, 1888, 1918, 5, 92, 0, 0, 1889, 1891, 5, 182, 0, 0, 1890, 1892, 5, 92, 0, 0, 1891, 1890, 1, 0, 0, 0, 1891, 1892, 1, 0, 0, 0, 1892, 1918, 1, 0, 0, 0, 1893, 1894, 5, 340, 0, 0, 1894, 1918, 5, 882, 0, 0, 1895, 1896, 5, 338, 0, 0, 1896, 1918, 7, 21, 0, 0, 1897, 1898, 5, 647, 0, 0, 1898, 1918, 7, 22, 0, 0, 1899, 1918, 3, 98, 49, 0, 1900, 1901, 5, 28, 0, 0, 1901, 1918, 3, 706, 353, 0, 1902, 1903, 5, 71, 0, 0, 1903, 1905, 5, 9, 0, 0, 1904, 1902, 1, 0, 0, 0, 1904, 1905, 1, 0, 0, 0, 1905, 1906, 1, 0, 0, 0, 1906, 1907, 5, 13, 0, 0, 1907, 1908, 5, 866, 0, 0, 1908, 1909, 3, 820, 410, 0, 1909, 1911, 5, 867, 0, 0, 1910, 1912, 7, 23, 0, 0, 1911, 1910, 1, 0, 0, 0, 1911, 1912, 1, 0, 0, 0, 1912, 1918, 1, 0, 0, 0, 1913, 1914, 5, 241, 0, 0, 1914, 1915, 5, 42, 0, 0, 1915, 1918, 5, 682, 0, 0, 1916, 1918, 3, 90, 45, 0, 1917, 1874, 1, 0, 0, 0, 1917, 1875, 1, 0, 0, 0, 1917, 1877, 1, 0, 0, 0, 1917, 1878, 1, 0, 0, 0, 1917, 1883, 1, 0, 0, 0, 1917, 1886, 1, 0, 0, 0, 1917, 1889, 1, 0, 0, 0, 1917, 1893, 1, 0, 0, 0, 1917, 1895, 1, 0, 0, 0, 1917, 1897, 1, 0, 0, 0, 1917, 1899, 1, 0, 0, 0, 1917, 1900, 1, 0, 0, 0, 1917, 1904, 1, 0, 0, 0, 1917, 1913, 1, 0, 0, 0, 1917, 1916, 1, 0, 0, 0, 1918, 97, 1, 0, 0, 0, 1919, 1920, 5, 138, 0, 0, 1920, 1922, 3, 662, 331, 0, 1921, 1923, 3, 754, 377, 0, 1922, 1921, 1, 0, 0, 0, 1922, 1923, 1, 0, 0, 0, 1923, 1926, 1, 0, 0, 0, 1924, 1925, 5, 110, 0, 0, 1925, 1927, 7, 24, 0, 0, 1926, 1924, 1, 0, 0, 0, 1926, 1927, 1, 0, 0, 0, 1927, 1929, 1, 0, 0, 0, 1928, 1930, 3, 100, 50, 0, 1929, 1928, 1, 0, 0, 0, 1929, 1930, 1, 0, 0, 0, 1930, 99, 1, 0, 0, 0, 1931, 1932, 5, 119, 0, 0, 1932, 1933, 5, 44, 0, 0, 1933, 1937, 3, 102, 51, 0, 1934, 1935, 5, 119, 0, 0, 1935, 1936, 5, 185, 0, 0, 1936, 1938, 3, 102, 51, 0, 1937, 1934, 1, 0, 0, 0, 1937, 1938, 1, 0, 0, 0, 1938, 1948, 1, 0, 0, 0, 1939, 1940, 5, 119, 0, 0, 1940, 1941, 5, 185, 0, 0, 1941, 1945, 3, 102, 51, 0, 1942, 1943, 5, 119, 0, 0, 1943, 1944, 5, 44, 0, 0, 1944, 1946, 3, 102, 51, 0, 1945, 1942, 1, 0, 0, 0, 1945, 1946, 1, 0, 0, 0, 1946, 1948, 1, 0, 0, 0, 1947, 1931, 1, 0, 0, 0, 1947, 1939, 1, 0, 0, 0, 1948, 101, 1, 0, 0, 0, 1949, 1958, 5, 146, 0, 0, 1950, 1958, 5, 22, 0, 0, 1951, 1952, 5, 155, 0, 0, 1952, 1958, 5, 116, 0, 0, 1953, 1954, 5, 502, 0, 0, 1954, 1958, 5, 305, 0, 0, 1955, 1956, 5, 155, 0, 0, 1956, 1958, 5, 42, 0, 0, 1957, 1949, 1, 0, 0, 0, 1957, 1950, 1, 0, 0, 0, 1957, 1951, 1, 0, 0, 0, 1957, 1953, 1, 0, 0, 0, 1957, 1955, 1, 0, 0, 0, 1958, 103, 1, 0, 0, 0, 1959, 1961, 5, 380, 0, 0, 1960, 1962, 5, 857, 0, 0, 1961, 1960, 1, 0, 0, 0, 1961, 1962, 1, 0, 0, 0, 1962, 1964, 1, 0, 0, 0, 1963, 1965, 3, 708, 354, 0, 1964, 1963, 1, 0, 0, 0, 1964, 1965, 1, 0, 0, 0, 1965, 2145, 1, 0, 0, 0, 1966, 1968, 5, 825, 0, 0, 1967, 1969, 5, 857, 0, 0, 1968, 1967, 1, 0, 0, 0, 1968, 1969, 1, 0, 0, 0, 1969, 1970, 1, 0, 0, 0, 1970, 2145, 5, 882, 0, 0, 1971, 1973, 5, 314, 0, 0, 1972, 1974, 5, 857, 0, 0, 1973, 1972, 1, 0, 0, 0, 1973, 1974, 1, 0, 0, 0, 1974, 1975, 1, 0, 0, 0, 1975, 2145, 3, 728, 364, 0, 1976, 1978, 5, 315, 0, 0, 1977, 1979, 5, 857, 0, 0, 1978, 1977, 1, 0, 0, 0, 1978, 1979, 1, 0, 0, 0, 1979, 1980, 1, 0, 0, 0, 1980, 2145, 3, 728, 364, 0, 1981, 1983, 5, 316, 0, 0, 1982, 1984, 5, 857, 0, 0, 1983, 1982, 1, 0, 0, 0, 1983, 1984, 1, 0, 0, 0, 1984, 1985, 1, 0, 0, 0, 1985, 2145, 3, 728, 364, 0, 1986, 1988, 5, 42, 0, 0, 1987, 1986, 1, 0, 0, 0, 1987, 1988, 1, 0, 0, 0, 1988, 1989, 1, 0, 0, 0, 1989, 1991, 3, 58, 29, 0, 1990, 1992, 5, 857, 0, 0, 1991, 1990, 1, 0, 0, 0, 1991, 1992, 1, 0, 0, 0, 1992, 1995, 1, 0, 0, 0, 1993, 1996, 3, 704, 352, 0, 1994, 1996, 5, 42, 0, 0, 1995, 1993, 1, 0, 0, 0, 1995, 1994, 1, 0, 0, 0, 1996, 2145, 1, 0, 0, 0, 1997, 1999, 7, 25, 0, 0, 1998, 2000, 5, 857, 0, 0, 1999, 1998, 1, 0, 0, 0, 1999, 2000, 1, 0, 0, 0, 2000, 2001, 1, 0, 0, 0, 2001, 2145, 7, 26, 0, 0, 2002, 2004, 5, 42, 0, 0, 2003, 2002, 1, 0, 0, 0, 2003, 2004, 1, 0, 0, 0, 2004, 2005, 1, 0, 0, 0, 2005, 2007, 5, 28, 0, 0, 2006, 2008, 5, 857, 0, 0, 2007, 2006, 1, 0, 0, 0, 2007, 2008, 1, 0, 0, 0, 2008, 2009, 1, 0, 0, 0, 2009, 2145, 3, 706, 353, 0, 2010, 2012, 5, 340, 0, 0, 2011, 2013, 5, 857, 0, 0, 2012, 2011, 1, 0, 0, 0, 2012, 2013, 1, 0, 0, 0, 2013, 2014, 1, 0, 0, 0, 2014, 2145, 5, 882, 0, 0, 2015, 2017, 5, 346, 0, 0, 2016, 2018, 5, 857, 0, 0, 2017, 2016, 1, 0, 0, 0, 2017, 2018, 1, 0, 0, 0, 2018, 2019, 1, 0, 0, 0, 2019, 2145, 7, 27, 0, 0, 2020, 2022, 5, 349, 0, 0, 2021, 2023, 5, 857, 0, 0, 2022, 2021, 1, 0, 0, 0, 2022, 2023, 1, 0, 0, 0, 2023, 2024, 1, 0, 0, 0, 2024, 2145, 5, 882, 0, 0, 2025, 2026, 7, 28, 0, 0, 2026, 2028, 5, 367, 0, 0, 2027, 2029, 5, 857, 0, 0, 2028, 2027, 1, 0, 0, 0, 2028, 2029, 1, 0, 0, 0, 2029, 2030, 1, 0, 0, 0, 2030, 2145, 5, 882, 0, 0, 2031, 2033, 5, 365, 0, 0, 2032, 2034, 5, 857, 0, 0, 2033, 2032, 1, 0, 0, 0, 2033, 2034, 1, 0, 0, 0, 2034, 2035, 1, 0, 0, 0, 2035, 2145, 7, 26, 0, 0, 2036, 2038, 5, 376, 0, 0, 2037, 2039, 5, 857, 0, 0, 2038, 2037, 1, 0, 0, 0, 2038, 2039, 1, 0, 0, 0, 2039, 2040, 1, 0, 0, 0, 2040, 2145, 5, 882, 0, 0, 2041, 2043, 7, 29, 0, 0, 2042, 2044, 5, 857, 0, 0, 2043, 2042, 1, 0, 0, 0, 2043, 2044, 1, 0, 0, 0, 2044, 2045, 1, 0, 0, 0, 2045, 2145, 7, 26, 0, 0, 2046, 2048, 7, 30, 0, 0, 2047, 2049, 5, 857, 0, 0, 2048, 2047, 1, 0, 0, 0, 2048, 2049, 1, 0, 0, 0, 2049, 2050, 1, 0, 0, 0, 2050, 2145, 3, 728, 364, 0, 2051, 2053, 5, 377, 0, 0, 2052, 2054, 5, 857, 0, 0, 2053, 2052, 1, 0, 0, 0, 2053, 2054, 1, 0, 0, 0, 2054, 2055, 1, 0, 0, 0, 2055, 2145, 3, 728, 364, 0, 2056, 2057, 5, 82, 0, 0, 2057, 2059, 5, 367, 0, 0, 2058, 2060, 5, 857, 0, 0, 2059, 2058, 1, 0, 0, 0, 2059, 2060, 1, 0, 0, 0, 2060, 2061, 1, 0, 0, 0, 2061, 2145, 5, 882, 0, 0, 2062, 2064, 5, 431, 0, 0, 2063, 2065, 5, 857, 0, 0, 2064, 2063, 1, 0, 0, 0, 2064, 2065, 1, 0, 0, 0, 2065, 2066, 1, 0, 0, 0, 2066, 2145, 7, 31, 0, 0, 2067, 2069, 5, 443, 0, 0, 2068, 2070, 5, 857, 0, 0, 2069, 2068, 1, 0, 0, 0, 2069, 2070, 1, 0, 0, 0, 2070, 2071, 1, 0, 0, 0, 2071, 2145, 3, 730, 365, 0, 2072, 2074, 5, 480, 0, 0, 2073, 2075, 5, 857, 0, 0, 2074, 2073, 1, 0, 0, 0, 2074, 2075, 1, 0, 0, 0, 2075, 2076, 1, 0, 0, 0, 2076, 2145, 3, 728, 364, 0, 2077, 2079, 5, 490, 0, 0, 2078, 2080, 5, 857, 0, 0, 2079, 2078, 1, 0, 0, 0, 2079, 2080, 1, 0, 0, 0, 2080, 2081, 1, 0, 0, 0, 2081, 2145, 3, 728, 364, 0, 2082, 2084, 5, 520, 0, 0, 2083, 2085, 5, 857, 0, 0, 2084, 2083, 1, 0, 0, 0, 2084, 2085, 1, 0, 0, 0, 2085, 2086, 1, 0, 0, 0, 2086, 2145, 7, 14, 0, 0, 2087, 2089, 5, 529, 0, 0, 2088, 2090, 5, 857, 0, 0, 2089, 2088, 1, 0, 0, 0, 2089, 2090, 1, 0, 0, 0, 2090, 2091, 1, 0, 0, 0, 2091, 2145, 5, 882, 0, 0, 2092, 2094, 5, 588, 0, 0, 2093, 2095, 5, 857, 0, 0, 2094, 2093, 1, 0, 0, 0, 2094, 2095, 1, 0, 0, 0, 2095, 2096, 1, 0, 0, 0, 2096, 2145, 7, 32, 0, 0, 2097, 2098, 5, 640, 0, 0, 2098, 2145, 5, 664, 0, 0, 2099, 2101, 5, 833, 0, 0, 2100, 2102, 5, 857, 0, 0, 2101, 2100, 1, 0, 0, 0, 2101, 2102, 1, 0, 0, 0, 2102, 2103, 1, 0, 0, 0, 2103, 2145, 5, 882, 0, 0, 2104, 2106, 5, 642, 0, 0, 2105, 2107, 5, 857, 0, 0, 2106, 2105, 1, 0, 0, 0, 2106, 2107, 1, 0, 0, 0, 2107, 2108, 1, 0, 0, 0, 2108, 2145, 7, 14, 0, 0, 2109, 2111, 5, 643, 0, 0, 2110, 2112, 5, 857, 0, 0, 2111, 2110, 1, 0, 0, 0, 2111, 2112, 1, 0, 0, 0, 2112, 2113, 1, 0, 0, 0, 2113, 2145, 7, 14, 0, 0, 2114, 2116, 5, 644, 0, 0, 2115, 2117, 5, 857, 0, 0, 2116, 2115, 1, 0, 0, 0, 2116, 2117, 1, 0, 0, 0, 2117, 2120, 1, 0, 0, 0, 2118, 2121, 5, 42, 0, 0, 2119, 2121, 3, 728, 364, 0, 2120, 2118, 1, 0, 0, 0, 2120, 2119, 1, 0, 0, 0, 2121, 2145, 1, 0, 0, 0, 2122, 2123, 5, 658, 0, 0, 2123, 2125, 3, 682, 341, 0, 2124, 2126, 3, 108, 54, 0, 2125, 2124, 1, 0, 0, 0, 2125, 2126, 1, 0, 0, 0, 2126, 2145, 1, 0, 0, 0, 2127, 2128, 5, 659, 0, 0, 2128, 2129, 5, 857, 0, 0, 2129, 2145, 3, 106, 53, 0, 2130, 2145, 3, 108, 54, 0, 2131, 2133, 5, 665, 0, 0, 2132, 2134, 5, 857, 0, 0, 2133, 2132, 1, 0, 0, 0, 2133, 2134, 1, 0, 0, 0, 2134, 2135, 1, 0, 0, 0, 2135, 2145, 7, 26, 0, 0, 2136, 2138, 5, 181, 0, 0, 2137, 2139, 5, 857, 0, 0, 2138, 2137, 1, 0, 0, 0, 2138, 2139, 1, 0, 0, 0, 2139, 2140, 1, 0, 0, 0, 2140, 2141, 5, 866, 0, 0, 2141, 2142, 3, 660, 330, 0, 2142, 2143, 5, 867, 0, 0, 2143, 2145, 1, 0, 0, 0, 2144, 1959, 1, 0, 0, 0, 2144, 1966, 1, 0, 0, 0, 2144, 1971, 1, 0, 0, 0, 2144, 1976, 1, 0, 0, 0, 2144, 1981, 1, 0, 0, 0, 2144, 1987, 1, 0, 0, 0, 2144, 1997, 1, 0, 0, 0, 2144, 2003, 1, 0, 0, 0, 2144, 2010, 1, 0, 0, 0, 2144, 2015, 1, 0, 0, 0, 2144, 2020, 1, 0, 0, 0, 2144, 2025, 1, 0, 0, 0, 2144, 2031, 1, 0, 0, 0, 2144, 2036, 1, 0, 0, 0, 2144, 2041, 1, 0, 0, 0, 2144, 2046, 1, 0, 0, 0, 2144, 2051, 1, 0, 0, 0, 2144, 2056, 1, 0, 0, 0, 2144, 2062, 1, 0, 0, 0, 2144, 2067, 1, 0, 0, 0, 2144, 2072, 1, 0, 0, 0, 2144, 2077, 1, 0, 0, 0, 2144, 2082, 1, 0, 0, 0, 2144, 2087, 1, 0, 0, 0, 2144, 2092, 1, 0, 0, 0, 2144, 2097, 1, 0, 0, 0, 2144, 2099, 1, 0, 0, 0, 2144, 2104, 1, 0, 0, 0, 2144, 2109, 1, 0, 0, 0, 2144, 2114, 1, 0, 0, 0, 2144, 2122, 1, 0, 0, 0, 2144, 2127, 1, 0, 0, 0, 2144, 2130, 1, 0, 0, 0, 2144, 2131, 1, 0, 0, 0, 2144, 2136, 1, 0, 0, 0, 2145, 105, 1, 0, 0, 0, 2146, 2147, 7, 33, 0, 0, 2147, 107, 1, 0, 0, 0, 2148, 2149, 5, 647, 0, 0, 2149, 2150, 7, 22, 0, 0, 2150, 109, 1, 0, 0, 0, 2151, 2152, 5, 130, 0, 0, 2152, 2153, 5, 20, 0, 0, 2153, 2156, 3, 112, 56, 0, 2154, 2155, 5, 528, 0, 0, 2155, 2157, 3, 728, 364, 0, 2156, 2154, 1, 0, 0, 0, 2156, 2157, 1, 0, 0, 0, 2157, 2165, 1, 0, 0, 0, 2158, 2159, 5, 652, 0, 0, 2159, 2160, 5, 20, 0, 0, 2160, 2163, 3, 114, 57, 0, 2161, 2162, 5, 653, 0, 0, 2162, 2164, 3, 728, 364, 0, 2163, 2161, 1, 0, 0, 0, 2163, 2164, 1, 0, 0, 0, 2164, 2166, 1, 0, 0, 0, 2165, 2158, 1, 0, 0, 0, 2165, 2166, 1, 0, 0, 0, 2166, 2178, 1, 0, 0, 0, 2167, 2168, 5, 866, 0, 0, 2168, 2173, 3, 116, 58, 0, 2169, 2170, 5, 868, 0, 0, 2170, 2172, 3, 116, 58, 0, 2171, 2169, 1, 0, 0, 0, 2172, 2175, 1, 0, 0, 0, 2173, 2171, 1, 0, 0, 0, 2173, 2174, 1, 0, 0, 0, 2174, 2176, 1, 0, 0, 0, 2175, 2173, 1, 0, 0, 0, 2176, 2177, 5, 867, 0, 0, 2177, 2179, 1, 0, 0, 0, 2178, 2167, 1, 0, 0, 0, 2178, 2179, 1, 0, 0, 0, 2179, 111, 1, 0, 0, 0, 2180, 2182, 5, 101, 0, 0, 2181, 2180, 1, 0, 0, 0, 2181, 2182, 1, 0, 0, 0, 2182, 2183, 1, 0, 0, 0, 2183, 2184, 5, 418, 0, 0, 2184, 2185, 5, 866, 0, 0, 2185, 2186, 3, 820, 410, 0, 2186, 2187, 5, 867, 0, 0, 2187, 2227, 1, 0, 0, 0, 2188, 2190, 5, 101, 0, 0, 2189, 2188, 1, 0, 0, 0, 2189, 2190, 1, 0, 0, 0, 2190, 2191, 1, 0, 0, 0, 2191, 2195, 5, 92, 0, 0, 2192, 2193, 5, 308, 0, 0, 2193, 2194, 5, 857, 0, 0, 2194, 2196, 7, 34, 0, 0, 2195, 2192, 1, 0, 0, 0, 2195, 2196, 1, 0, 0, 0, 2196, 2197, 1, 0, 0, 0, 2197, 2199, 5, 866, 0, 0, 2198, 2200, 3, 670, 335, 0, 2199, 2198, 1, 0, 0, 0, 2199, 2200, 1, 0, 0, 0, 2200, 2201, 1, 0, 0, 0, 2201, 2227, 5, 867, 0, 0, 2202, 2212, 5, 134, 0, 0, 2203, 2204, 5, 866, 0, 0, 2204, 2205, 3, 820, 410, 0, 2205, 2206, 5, 867, 0, 0, 2206, 2213, 1, 0, 0, 0, 2207, 2208, 5, 337, 0, 0, 2208, 2209, 5, 866, 0, 0, 2209, 2210, 3, 670, 335, 0, 2210, 2211, 5, 867, 0, 0, 2211, 2213, 1, 0, 0, 0, 2212, 2203, 1, 0, 0, 0, 2212, 2207, 1, 0, 0, 0, 2213, 2227, 1, 0, 0, 0, 2214, 2224, 5, 449, 0, 0, 2215, 2216, 5, 866, 0, 0, 2216, 2217, 3, 820, 410, 0, 2217, 2218, 5, 867, 0, 0, 2218, 2225, 1, 0, 0, 0, 2219, 2220, 5, 337, 0, 0, 2220, 2221, 5, 866, 0, 0, 2221, 2222, 3, 670, 335, 0, 2222, 2223, 5, 867, 0, 0, 2223, 2225, 1, 0, 0, 0, 2224, 2215, 1, 0, 0, 0, 2224, 2219, 1, 0, 0, 0, 2225, 2227, 1, 0, 0, 0, 2226, 2181, 1, 0, 0, 0, 2226, 2189, 1, 0, 0, 0, 2226, 2202, 1, 0, 0, 0, 2226, 2214, 1, 0, 0, 0, 2227, 113, 1, 0, 0, 0, 2228, 2230, 5, 101, 0, 0, 2229, 2228, 1, 0, 0, 0, 2229, 2230, 1, 0, 0, 0, 2230, 2231, 1, 0, 0, 0, 2231, 2232, 5, 418, 0, 0, 2232, 2233, 5, 866, 0, 0, 2233, 2234, 3, 820, 410, 0, 2234, 2235, 5, 867, 0, 0, 2235, 2250, 1, 0, 0, 0, 2236, 2238, 5, 101, 0, 0, 2237, 2236, 1, 0, 0, 0, 2237, 2238, 1, 0, 0, 0, 2238, 2239, 1, 0, 0, 0, 2239, 2243, 5, 92, 0, 0, 2240, 2241, 5, 308, 0, 0, 2241, 2242, 5, 857, 0, 0, 2242, 2244, 7, 34, 0, 0, 2243, 2240, 1, 0, 0, 0, 2243, 2244, 1, 0, 0, 0, 2244, 2245, 1, 0, 0, 0, 2245, 2246, 5, 866, 0, 0, 2246, 2247, 3, 670, 335, 0, 2247, 2248, 5, 867, 0, 0, 2248, 2250, 1, 0, 0, 0, 2249, 2229, 1, 0, 0, 0, 2249, 2237, 1, 0, 0, 0, 2250, 115, 1, 0, 0, 0, 2251, 2252, 5, 130, 0, 0, 2252, 2253, 3, 688, 344, 0, 2253, 2254, 5, 189, 0, 0, 2254, 2255, 5, 447, 0, 0, 2255, 2256, 5, 662, 0, 0, 2256, 2257, 5, 866, 0, 0, 2257, 2262, 3, 118, 59, 0, 2258, 2259, 5, 868, 0, 0, 2259, 2261, 3, 118, 59, 0, 2260, 2258, 1, 0, 0, 0, 2261, 2264, 1, 0, 0, 0, 2262, 2260, 1, 0, 0, 0, 2262, 2263, 1, 0, 0, 0, 2263, 2265, 1, 0, 0, 0, 2264, 2262, 1, 0, 0, 0, 2265, 2269, 5, 867, 0, 0, 2266, 2268, 3, 124, 62, 0, 2267, 2266, 1, 0, 0, 0, 2268, 2271, 1, 0, 0, 0, 2269, 2267, 1, 0, 0, 0, 2269, 2270, 1, 0, 0, 0, 2270, 2283, 1, 0, 0, 0, 2271, 2269, 1, 0, 0, 0, 2272, 2273, 5, 866, 0, 0, 2273, 2278, 3, 122, 61, 0, 2274, 2275, 5, 868, 0, 0, 2275, 2277, 3, 122, 61, 0, 2276, 2274, 1, 0, 0, 0, 2277, 2280, 1, 0, 0, 0, 2278, 2276, 1, 0, 0, 0, 2278, 2279, 1, 0, 0, 0, 2279, 2281, 1, 0, 0, 0, 2280, 2278, 1, 0, 0, 0, 2281, 2282, 5, 867, 0, 0, 2282, 2284, 1, 0, 0, 0, 2283, 2272, 1, 0, 0, 0, 2283, 2284, 1, 0, 0, 0, 2284, 2398, 1, 0, 0, 0, 2285, 2286, 5, 130, 0, 0, 2286, 2287, 3, 688, 344, 0, 2287, 2288, 5, 189, 0, 0, 2288, 2289, 5, 447, 0, 0, 2289, 2290, 5, 662, 0, 0, 2290, 2294, 3, 118, 59, 0, 2291, 2293, 3, 124, 62, 0, 2292, 2291, 1, 0, 0, 0, 2293, 2296, 1, 0, 0, 0, 2294, 2292, 1, 0, 0, 0, 2294, 2295, 1, 0, 0, 0, 2295, 2308, 1, 0, 0, 0, 2296, 2294, 1, 0, 0, 0, 2297, 2298, 5, 866, 0, 0, 2298, 2303, 3, 122, 61, 0, 2299, 2300, 5, 868, 0, 0, 2300, 2302, 3, 122, 61, 0, 2301, 2299, 1, 0, 0, 0, 2302, 2305, 1, 0, 0, 0, 2303, 2301, 1, 0, 0, 0, 2303, 2304, 1, 0, 0, 0, 2304, 2306, 1, 0, 0, 0, 2305, 2303, 1, 0, 0, 0, 2306, 2307, 5, 867, 0, 0, 2307, 2309, 1, 0, 0, 0, 2308, 2297, 1, 0, 0, 0, 2308, 2309, 1, 0, 0, 0, 2309, 2398, 1, 0, 0, 0, 2310, 2311, 5, 130, 0, 0, 2311, 2312, 3, 688, 344, 0, 2312, 2313, 5, 189, 0, 0, 2313, 2314, 5, 80, 0, 0, 2314, 2315, 5, 866, 0, 0, 2315, 2320, 3, 118, 59, 0, 2316, 2317, 5, 868, 0, 0, 2317, 2319, 3, 118, 59, 0, 2318, 2316, 1, 0, 0, 0, 2319, 2322, 1, 0, 0, 0, 2320, 2318, 1, 0, 0, 0, 2320, 2321, 1, 0, 0, 0, 2321, 2323, 1, 0, 0, 0, 2322, 2320, 1, 0, 0, 0, 2323, 2327, 5, 867, 0, 0, 2324, 2326, 3, 124, 62, 0, 2325, 2324, 1, 0, 0, 0, 2326, 2329, 1, 0, 0, 0, 2327, 2325, 1, 0, 0, 0, 2327, 2328, 1, 0, 0, 0, 2328, 2341, 1, 0, 0, 0, 2329, 2327, 1, 0, 0, 0, 2330, 2331, 5, 866, 0, 0, 2331, 2336, 3, 122, 61, 0, 2332, 2333, 5, 868, 0, 0, 2333, 2335, 3, 122, 61, 0, 2334, 2332, 1, 0, 0, 0, 2335, 2338, 1, 0, 0, 0, 2336, 2334, 1, 0, 0, 0, 2336, 2337, 1, 0, 0, 0, 2337, 2339, 1, 0, 0, 0, 2338, 2336, 1, 0, 0, 0, 2339, 2340, 5, 867, 0, 0, 2340, 2342, 1, 0, 0, 0, 2341, 2330, 1, 0, 0, 0, 2341, 2342, 1, 0, 0, 0, 2342, 2398, 1, 0, 0, 0, 2343, 2344, 5, 130, 0, 0, 2344, 2345, 3, 688, 344, 0, 2345, 2346, 5, 189, 0, 0, 2346, 2347, 5, 80, 0, 0, 2347, 2348, 5, 866, 0, 0, 2348, 2353, 3, 120, 60, 0, 2349, 2350, 5, 868, 0, 0, 2350, 2352, 3, 120, 60, 0, 2351, 2349, 1, 0, 0, 0, 2352, 2355, 1, 0, 0, 0, 2353, 2351, 1, 0, 0, 0, 2353, 2354, 1, 0, 0, 0, 2354, 2356, 1, 0, 0, 0, 2355, 2353, 1, 0, 0, 0, 2356, 2360, 5, 867, 0, 0, 2357, 2359, 3, 124, 62, 0, 2358, 2357, 1, 0, 0, 0, 2359, 2362, 1, 0, 0, 0, 2360, 2358, 1, 0, 0, 0, 2360, 2361, 1, 0, 0, 0, 2361, 2374, 1, 0, 0, 0, 2362, 2360, 1, 0, 0, 0, 2363, 2364, 5, 866, 0, 0, 2364, 2369, 3, 122, 61, 0, 2365, 2366, 5, 868, 0, 0, 2366, 2368, 3, 122, 61, 0, 2367, 2365, 1, 0, 0, 0, 2368, 2371, 1, 0, 0, 0, 2369, 2367, 1, 0, 0, 0, 2369, 2370, 1, 0, 0, 0, 2370, 2372, 1, 0, 0, 0, 2371, 2369, 1, 0, 0, 0, 2372, 2373, 5, 867, 0, 0, 2373, 2375, 1, 0, 0, 0, 2374, 2363, 1, 0, 0, 0, 2374, 2375, 1, 0, 0, 0, 2375, 2398, 1, 0, 0, 0, 2376, 2377, 5, 130, 0, 0, 2377, 2381, 3, 688, 344, 0, 2378, 2380, 3, 124, 62, 0, 2379, 2378, 1, 0, 0, 0, 2380, 2383, 1, 0, 0, 0, 2381, 2379, 1, 0, 0, 0, 2381, 2382, 1, 0, 0, 0, 2382, 2395, 1, 0, 0, 0, 2383, 2381, 1, 0, 0, 0, 2384, 2385, 5, 866, 0, 0, 2385, 2390, 3, 122, 61, 0, 2386, 2387, 5, 868, 0, 0, 2387, 2389, 3, 122, 61, 0, 2388, 2386, 1, 0, 0, 0, 2389, 2392, 1, 0, 0, 0, 2390, 2388, 1, 0, 0, 0, 2390, 2391, 1, 0, 0, 0, 2391, 2393, 1, 0, 0, 0, 2392, 2390, 1, 0, 0, 0, 2393, 2394, 5, 867, 0, 0, 2394, 2396, 1, 0, 0, 0, 2395, 2384, 1, 0, 0, 0, 2395, 2396, 1, 0, 0, 0, 2396, 2398, 1, 0, 0, 0, 2397, 2251, 1, 0, 0, 0, 2397, 2285, 1, 0, 0, 0, 2397, 2310, 1, 0, 0, 0, 2397, 2343, 1, 0, 0, 0, 2397, 2376, 1, 0, 0, 0, 2398, 117, 1, 0, 0, 0, 2399, 2403, 3, 740, 370, 0, 2400, 2403, 3, 820, 410, 0, 2401, 2403, 5, 111, 0, 0, 2402, 2399, 1, 0, 0, 0, 2402, 2400, 1, 0, 0, 0, 2402, 2401, 1, 0, 0, 0, 2403, 119, 1, 0, 0, 0, 2404, 2405, 5, 866, 0, 0, 2405, 2408, 3, 118, 59, 0, 2406, 2407, 5, 868, 0, 0, 2407, 2409, 3, 118, 59, 0, 2408, 2406, 1, 0, 0, 0, 2409, 2410, 1, 0, 0, 0, 2410, 2408, 1, 0, 0, 0, 2410, 2411, 1, 0, 0, 0, 2411, 2412, 1, 0, 0, 0, 2412, 2413, 5, 867, 0, 0, 2413, 121, 1, 0, 0, 0, 2414, 2415, 5, 652, 0, 0, 2415, 2419, 3, 722, 361, 0, 2416, 2418, 3, 124, 62, 0, 2417, 2416, 1, 0, 0, 0, 2418, 2421, 1, 0, 0, 0, 2419, 2417, 1, 0, 0, 0, 2419, 2420, 1, 0, 0, 0, 2420, 123, 1, 0, 0, 0, 2421, 2419, 1, 0, 0, 0, 2422, 2424, 5, 42, 0, 0, 2423, 2422, 1, 0, 0, 0, 2423, 2424, 1, 0, 0, 0, 2424, 2426, 1, 0, 0, 0, 2425, 2427, 5, 647, 0, 0, 2426, 2425, 1, 0, 0, 0, 2426, 2427, 1, 0, 0, 0, 2427, 2428, 1, 0, 0, 0, 2428, 2430, 5, 380, 0, 0, 2429, 2431, 5, 857, 0, 0, 2430, 2429, 1, 0, 0, 0, 2430, 2431, 1, 0, 0, 0, 2431, 2432, 1, 0, 0, 0, 2432, 2471, 3, 708, 354, 0, 2433, 2435, 5, 340, 0, 0, 2434, 2436, 5, 857, 0, 0, 2435, 2434, 1, 0, 0, 0, 2435, 2436, 1, 0, 0, 0, 2436, 2437, 1, 0, 0, 0, 2437, 2471, 5, 882, 0, 0, 2438, 2439, 5, 360, 0, 0, 2439, 2441, 5, 367, 0, 0, 2440, 2442, 5, 857, 0, 0, 2441, 2440, 1, 0, 0, 0, 2441, 2442, 1, 0, 0, 0, 2442, 2443, 1, 0, 0, 0, 2443, 2471, 5, 882, 0, 0, 2444, 2445, 5, 82, 0, 0, 2445, 2447, 5, 367, 0, 0, 2446, 2448, 5, 857, 0, 0, 2447, 2446, 1, 0, 0, 0, 2447, 2448, 1, 0, 0, 0, 2448, 2449, 1, 0, 0, 0, 2449, 2471, 5, 882, 0, 0, 2450, 2452, 5, 480, 0, 0, 2451, 2453, 5, 857, 0, 0, 2452, 2451, 1, 0, 0, 0, 2452, 2453, 1, 0, 0, 0, 2453, 2454, 1, 0, 0, 0, 2454, 2471, 3, 728, 364, 0, 2455, 2457, 5, 490, 0, 0, 2456, 2458, 5, 857, 0, 0, 2457, 2456, 1, 0, 0, 0, 2457, 2458, 1, 0, 0, 0, 2458, 2459, 1, 0, 0, 0, 2459, 2471, 3, 728, 364, 0, 2460, 2462, 5, 658, 0, 0, 2461, 2463, 5, 857, 0, 0, 2462, 2461, 1, 0, 0, 0, 2462, 2463, 1, 0, 0, 0, 2463, 2464, 1, 0, 0, 0, 2464, 2471, 3, 682, 341, 0, 2465, 2467, 5, 504, 0, 0, 2466, 2468, 5, 857, 0, 0, 2467, 2466, 1, 0, 0, 0, 2467, 2468, 1, 0, 0, 0, 2468, 2469, 1, 0, 0, 0, 2469, 2471, 3, 722, 361, 0, 2470, 2423, 1, 0, 0, 0, 2470, 2433, 1, 0, 0, 0, 2470, 2438, 1, 0, 0, 0, 2470, 2444, 1, 0, 0, 0, 2470, 2450, 1, 0, 0, 0, 2470, 2455, 1, 0, 0, 0, 2470, 2460, 1, 0, 0, 0, 2470, 2465, 1, 0, 0, 0, 2471, 125, 1, 0, 0, 0, 2472, 2473, 5, 8, 0, 0, 2473, 2475, 7, 0, 0, 0, 2474, 2476, 3, 638, 319, 0, 2475, 2474, 1, 0, 0, 0, 2475, 2476, 1, 0, 0, 0, 2476, 2478, 1, 0, 0, 0, 2477, 2479, 3, 56, 28, 0, 2478, 2477, 1, 0, 0, 0, 2479, 2480, 1, 0, 0, 0, 2480, 2478, 1, 0, 0, 0, 2480, 2481, 1, 0, 0, 0, 2481, 2491, 1, 0, 0, 0, 2482, 2483, 5, 8, 0, 0, 2483, 2484, 7, 0, 0, 0, 2484, 2485, 3, 638, 319, 0, 2485, 2486, 5, 677, 0, 0, 2486, 2487, 5, 360, 0, 0, 2487, 2488, 5, 367, 0, 0, 2488, 2489, 5, 496, 0, 0, 2489, 2491, 1, 0, 0, 0, 2490, 2472, 1, 0, 0, 0, 2490, 2482, 1, 0, 0, 0, 2491, 127, 1, 0, 0, 0, 2492, 2494, 5, 8, 0, 0, 2493, 2495, 3, 62, 31, 0, 2494, 2493, 1, 0, 0, 0, 2494, 2495, 1, 0, 0, 0, 2495, 2496, 1, 0, 0, 0, 2496, 2497, 5, 385, 0, 0, 2497, 2501, 3, 718, 359, 0, 2498, 2499, 5, 119, 0, 0, 2499, 2500, 5, 590, 0, 0, 2500, 2502, 3, 64, 32, 0, 2501, 2498, 1, 0, 0, 0, 2501, 2502, 1, 0, 0, 0, 2502, 2509, 1, 0, 0, 0, 2503, 2504, 5, 119, 0, 0, 2504, 2506, 5, 343, 0, 0, 2505, 2507, 5, 114, 0, 0, 2506, 2505, 1, 0, 0, 0, 2506, 2507, 1, 0, 0, 0, 2507, 2508, 1, 0, 0, 0, 2508, 2510, 5, 541, 0, 0, 2509, 2503, 1, 0, 0, 0, 2509, 2510, 1, 0, 0, 0, 2510, 2514, 1, 0, 0, 0, 2511, 2512, 5, 141, 0, 0, 2512, 2513, 5, 176, 0, 0, 2513, 2515, 3, 718, 359, 0, 2514, 2511, 1, 0, 0, 0, 2514, 2515, 1, 0, 0, 0, 2515, 2517, 1, 0, 0, 0, 2516, 2518, 3, 72, 36, 0, 2517, 2516, 1, 0, 0, 0, 2517, 2518, 1, 0, 0, 0, 2518, 2521, 1, 0, 0, 0, 2519, 2520, 5, 340, 0, 0, 2520, 2522, 5, 882, 0, 0, 2521, 2519, 1, 0, 0, 0, 2521, 2522, 1, 0, 0, 0, 2522, 2525, 1, 0, 0, 0, 2523, 2524, 5, 371, 0, 0, 2524, 2526, 3, 432, 216, 0, 2525, 2523, 1, 0, 0, 0, 2525, 2526, 1, 0, 0, 0, 2526, 129, 1, 0, 0, 0, 2527, 2528, 5, 8, 0, 0, 2528, 2529, 5, 409, 0, 0, 2529, 2533, 3, 642, 321, 0, 2530, 2532, 3, 82, 41, 0, 2531, 2530, 1, 0, 0, 0, 2532, 2535, 1, 0, 0, 0, 2533, 2531, 1, 0, 0, 0, 2533, 2534, 1, 0, 0, 0, 2534, 131, 1, 0, 0, 0, 2535, 2533, 1, 0, 0, 0, 2536, 2537, 5, 8, 0, 0, 2537, 2538, 5, 433, 0, 0, 2538, 2539, 5, 585, 0, 0, 2539, 2540, 5, 801, 0, 0, 2540, 2541, 5, 453, 0, 0, 2541, 2542, 5, 92, 0, 0, 2542, 133, 1, 0, 0, 0, 2543, 2544, 5, 8, 0, 0, 2544, 2545, 5, 451, 0, 0, 2545, 2546, 5, 74, 0, 0, 2546, 2547, 3, 722, 361, 0, 2547, 2548, 5, 6, 0, 0, 2548, 2549, 5, 671, 0, 0, 2549, 2555, 5, 882, 0, 0, 2550, 2552, 5, 428, 0, 0, 2551, 2553, 5, 857, 0, 0, 2552, 2551, 1, 0, 0, 0, 2552, 2553, 1, 0, 0, 0, 2553, 2554, 1, 0, 0, 0, 2554, 2556, 3, 730, 365, 0, 2555, 2550, 1, 0, 0, 0, 2555, 2556, 1, 0, 0, 0, 2556, 2558, 1, 0, 0, 0, 2557, 2559, 5, 687, 0, 0, 2558, 2557, 1, 0, 0, 0, 2558, 2559, 1, 0, 0, 0, 2559, 2560, 1, 0, 0, 0, 2560, 2562, 5, 380, 0, 0, 2561, 2563, 5, 857, 0, 0, 2562, 2561, 1, 0, 0, 0, 2562, 2563, 1, 0, 0, 0, 2563, 2564, 1, 0, 0, 0, 2564, 2565, 3, 708, 354, 0, 2565, 135, 1, 0, 0, 0, 2566, 2567, 5, 8, 0, 0, 2567, 2568, 5, 132, 0, 0, 2568, 2572, 3, 718, 359, 0, 2569, 2571, 3, 82, 41, 0, 2570, 2569, 1, 0, 0, 0, 2571, 2574, 1, 0, 0, 0, 2572, 2570, 1, 0, 0, 0, 2572, 2573, 1, 0, 0, 0, 2573, 137, 1, 0, 0, 0, 2574, 2572, 1, 0, 0, 0, 2575, 2576, 5, 8, 0, 0, 2576, 2577, 5, 592, 0, 0, 2577, 2578, 3, 722, 361, 0, 2578, 2579, 5, 518, 0, 0, 2579, 2580, 5, 866, 0, 0, 2580, 2585, 3, 84, 42, 0, 2581, 2582, 5, 868, 0, 0, 2582, 2584, 3, 84, 42, 0, 2583, 2581, 1, 0, 0, 0, 2584, 2587, 1, 0, 0, 0, 2585, 2583, 1, 0, 0, 0, 2585, 2586, 1, 0, 0, 0, 2586, 2588, 1, 0, 0, 0, 2587, 2585, 1, 0, 0, 0, 2588, 2589, 5, 867, 0, 0, 2589, 139, 1, 0, 0, 0, 2590, 2591, 5, 8, 0, 0, 2591, 2592, 5, 173, 0, 0, 2592, 2601, 3, 662, 331, 0, 2593, 2598, 3, 146, 73, 0, 2594, 2595, 5, 868, 0, 0, 2595, 2597, 3, 146, 73, 0, 2596, 2594, 1, 0, 0, 0, 2597, 2600, 1, 0, 0, 0, 2598, 2596, 1, 0, 0, 0, 2598, 2599, 1, 0, 0, 0, 2599, 2602, 1, 0, 0, 0, 2600, 2598, 1, 0, 0, 0, 2601, 2593, 1, 0, 0, 0, 2601, 2602, 1, 0, 0, 0, 2602, 2610, 1, 0, 0, 0, 2603, 2607, 3, 148, 74, 0, 2604, 2606, 3, 148, 74, 0, 2605, 2604, 1, 0, 0, 0, 2606, 2609, 1, 0, 0, 0, 2607, 2605, 1, 0, 0, 0, 2607, 2608, 1, 0, 0, 0, 2608, 2611, 1, 0, 0, 0, 2609, 2607, 1, 0, 0, 0, 2610, 2603, 1, 0, 0, 0, 2610, 2611, 1, 0, 0, 0, 2611, 141, 1, 0, 0, 0, 2612, 2614, 5, 8, 0, 0, 2613, 2615, 5, 180, 0, 0, 2614, 2613, 1, 0, 0, 0, 2614, 2615, 1, 0, 0, 0, 2615, 2616, 1, 0, 0, 0, 2616, 2617, 5, 658, 0, 0, 2617, 2618, 3, 682, 341, 0, 2618, 2619, 7, 35, 0, 0, 2619, 2620, 5, 361, 0, 0, 2620, 2626, 5, 882, 0, 0, 2621, 2623, 5, 428, 0, 0, 2622, 2624, 5, 857, 0, 0, 2623, 2622, 1, 0, 0, 0, 2623, 2624, 1, 0, 0, 0, 2624, 2625, 1, 0, 0, 0, 2625, 2627, 3, 730, 365, 0, 2626, 2621, 1, 0, 0, 0, 2626, 2627, 1, 0, 0, 0, 2627, 2629, 1, 0, 0, 0, 2628, 2630, 5, 687, 0, 0, 2629, 2628, 1, 0, 0, 0, 2629, 2630, 1, 0, 0, 0, 2630, 2634, 1, 0, 0, 0, 2631, 2632, 5, 141, 0, 0, 2632, 2633, 5, 176, 0, 0, 2633, 2635, 3, 680, 340, 0, 2634, 2631, 1, 0, 0, 0, 2634, 2635, 1, 0, 0, 0, 2635, 2641, 1, 0, 0, 0, 2636, 2638, 5, 314, 0, 0, 2637, 2639, 5, 857, 0, 0, 2638, 2637, 1, 0, 0, 0, 2638, 2639, 1, 0, 0, 0, 2639, 2640, 1, 0, 0, 0, 2640, 2642, 3, 730, 365, 0, 2641, 2636, 1, 0, 0, 0, 2641, 2642, 1, 0, 0, 0, 2642, 2645, 1, 0, 0, 0, 2643, 2644, 5, 155, 0, 0, 2644, 2646, 7, 36, 0, 0, 2645, 2643, 1, 0, 0, 0, 2645, 2646, 1, 0, 0, 0, 2646, 2652, 1, 0, 0, 0, 2647, 2649, 5, 376, 0, 0, 2648, 2650, 5, 857, 0, 0, 2649, 2648, 1, 0, 0, 0, 2649, 2650, 1, 0, 0, 0, 2650, 2651, 1, 0, 0, 0, 2651, 2653, 5, 882, 0, 0, 2652, 2647, 1, 0, 0, 0, 2652, 2653, 1, 0, 0, 0, 2653, 2659, 1, 0, 0, 0, 2654, 2656, 5, 380, 0, 0, 2655, 2657, 5, 857, 0, 0, 2656, 2655, 1, 0, 0, 0, 2656, 2657, 1, 0, 0, 0, 2657, 2658, 1, 0, 0, 0, 2658, 2660, 3, 708, 354, 0, 2659, 2654, 1, 0, 0, 0, 2659, 2660, 1, 0, 0, 0, 2660, 2666, 1, 0, 0, 0, 2661, 2663, 5, 825, 0, 0, 2662, 2664, 5, 857, 0, 0, 2663, 2662, 1, 0, 0, 0, 2663, 2664, 1, 0, 0, 0, 2664, 2665, 1, 0, 0, 0, 2665, 2667, 5, 882, 0, 0, 2666, 2661, 1, 0, 0, 0, 2666, 2667, 1, 0, 0, 0, 2667, 143, 1, 0, 0, 0, 2668, 2672, 5, 8, 0, 0, 2669, 2670, 5, 308, 0, 0, 2670, 2671, 5, 857, 0, 0, 2671, 2673, 7, 11, 0, 0, 2672, 2669, 1, 0, 0, 0, 2672, 2673, 1, 0, 0, 0, 2673, 2675, 1, 0, 0, 0, 2674, 2676, 3, 62, 31, 0, 2675, 2674, 1, 0, 0, 0, 2675, 2676, 1, 0, 0, 0, 2676, 2680, 1, 0, 0, 0, 2677, 2678, 5, 162, 0, 0, 2678, 2679, 5, 591, 0, 0, 2679, 2681, 7, 12, 0, 0, 2680, 2677, 1, 0, 0, 0, 2680, 2681, 1, 0, 0, 0, 2681, 2682, 1, 0, 0, 0, 2682, 2683, 5, 684, 0, 0, 2683, 2688, 3, 646, 323, 0, 2684, 2685, 5, 866, 0, 0, 2685, 2686, 3, 670, 335, 0, 2686, 2687, 5, 867, 0, 0, 2687, 2689, 1, 0, 0, 0, 2688, 2684, 1, 0, 0, 0, 2688, 2689, 1, 0, 0, 0, 2689, 2690, 1, 0, 0, 0, 2690, 2691, 5, 13, 0, 0, 2691, 2698, 3, 210, 105, 0, 2692, 2694, 5, 194, 0, 0, 2693, 2695, 7, 13, 0, 0, 2694, 2693, 1, 0, 0, 0, 2694, 2695, 1, 0, 0, 0, 2695, 2696, 1, 0, 0, 0, 2696, 2697, 5, 27, 0, 0, 2697, 2699, 5, 121, 0, 0, 2698, 2692, 1, 0, 0, 0, 2698, 2699, 1, 0, 0, 0, 2699, 145, 1, 0, 0, 0, 2700, 2707, 3, 104, 52, 0, 2701, 2703, 5, 868, 0, 0, 2702, 2701, 1, 0, 0, 0, 2702, 2703, 1, 0, 0, 0, 2703, 2704, 1, 0, 0, 0, 2704, 2706, 3, 104, 52, 0, 2705, 2702, 1, 0, 0, 0, 2706, 2709, 1, 0, 0, 0, 2707, 2705, 1, 0, 0, 0, 2707, 2708, 1, 0, 0, 0, 2708, 2965, 1, 0, 0, 0, 2709, 2707, 1, 0, 0, 0, 2710, 2712, 5, 6, 0, 0, 2711, 2713, 5, 29, 0, 0, 2712, 2711, 1, 0, 0, 0, 2712, 2713, 1, 0, 0, 0, 2713, 2714, 1, 0, 0, 0, 2714, 2715, 3, 674, 337, 0, 2715, 2719, 3, 94, 47, 0, 2716, 2720, 5, 402, 0, 0, 2717, 2718, 5, 306, 0, 0, 2718, 2720, 3, 674, 337, 0, 2719, 2716, 1, 0, 0, 0, 2719, 2717, 1, 0, 0, 0, 2719, 2720, 1, 0, 0, 0, 2720, 2965, 1, 0, 0, 0, 2721, 2723, 5, 6, 0, 0, 2722, 2724, 5, 29, 0, 0, 2723, 2722, 1, 0, 0, 0, 2723, 2724, 1, 0, 0, 0, 2724, 2725, 1, 0, 0, 0, 2725, 2726, 5, 866, 0, 0, 2726, 2727, 3, 674, 337, 0, 2727, 2734, 3, 94, 47, 0, 2728, 2729, 5, 868, 0, 0, 2729, 2730, 3, 674, 337, 0, 2730, 2731, 3, 94, 47, 0, 2731, 2733, 1, 0, 0, 0, 2732, 2728, 1, 0, 0, 0, 2733, 2736, 1, 0, 0, 0, 2734, 2732, 1, 0, 0, 0, 2734, 2735, 1, 0, 0, 0, 2735, 2737, 1, 0, 0, 0, 2736, 2734, 1, 0, 0, 0, 2737, 2738, 5, 867, 0, 0, 2738, 2965, 1, 0, 0, 0, 2739, 2740, 5, 6, 0, 0, 2740, 2742, 7, 19, 0, 0, 2741, 2743, 3, 652, 326, 0, 2742, 2741, 1, 0, 0, 0, 2742, 2743, 1, 0, 0, 0, 2743, 2745, 1, 0, 0, 0, 2744, 2746, 3, 74, 37, 0, 2745, 2744, 1, 0, 0, 0, 2745, 2746, 1, 0, 0, 0, 2746, 2747, 1, 0, 0, 0, 2747, 2751, 3, 754, 377, 0, 2748, 2750, 3, 76, 38, 0, 2749, 2748, 1, 0, 0, 0, 2750, 2753, 1, 0, 0, 0, 2751, 2749, 1, 0, 0, 0, 2751, 2752, 1, 0, 0, 0, 2752, 2965, 1, 0, 0, 0, 2753, 2751, 1, 0, 0, 0, 2754, 2755, 5, 6, 0, 0, 2755, 2757, 7, 20, 0, 0, 2756, 2758, 7, 19, 0, 0, 2757, 2756, 1, 0, 0, 0, 2757, 2758, 1, 0, 0, 0, 2758, 2760, 1, 0, 0, 0, 2759, 2761, 3, 652, 326, 0, 2760, 2759, 1, 0, 0, 0, 2760, 2761, 1, 0, 0, 0, 2761, 2762, 1, 0, 0, 0, 2762, 2766, 3, 754, 377, 0, 2763, 2765, 3, 76, 38, 0, 2764, 2763, 1, 0, 0, 0, 2765, 2768, 1, 0, 0, 0, 2766, 2764, 1, 0, 0, 0, 2766, 2767, 1, 0, 0, 0, 2767, 2965, 1, 0, 0, 0, 2768, 2766, 1, 0, 0, 0, 2769, 2774, 5, 6, 0, 0, 2770, 2772, 5, 31, 0, 0, 2771, 2773, 3, 722, 361, 0, 2772, 2771, 1, 0, 0, 0, 2772, 2773, 1, 0, 0, 0, 2773, 2775, 1, 0, 0, 0, 2774, 2770, 1, 0, 0, 0, 2774, 2775, 1, 0, 0, 0, 2775, 2776, 1, 0, 0, 0, 2776, 2777, 5, 131, 0, 0, 2777, 2779, 5, 92, 0, 0, 2778, 2780, 3, 74, 37, 0, 2779, 2778, 1, 0, 0, 0, 2779, 2780, 1, 0, 0, 0, 2780, 2781, 1, 0, 0, 0, 2781, 2785, 3, 754, 377, 0, 2782, 2784, 3, 76, 38, 0, 2783, 2782, 1, 0, 0, 0, 2784, 2787, 1, 0, 0, 0, 2785, 2783, 1, 0, 0, 0, 2785, 2786, 1, 0, 0, 0, 2786, 2965, 1, 0, 0, 0, 2787, 2785, 1, 0, 0, 0, 2788, 2793, 5, 6, 0, 0, 2789, 2791, 5, 31, 0, 0, 2790, 2792, 3, 722, 361, 0, 2791, 2790, 1, 0, 0, 0, 2791, 2792, 1, 0, 0, 0, 2792, 2794, 1, 0, 0, 0, 2793, 2789, 1, 0, 0, 0, 2793, 2794, 1, 0, 0, 0, 2794, 2795, 1, 0, 0, 0, 2795, 2797, 5, 182, 0, 0, 2796, 2798, 7, 19, 0, 0, 2797, 2796, 1, 0, 0, 0, 2797, 2798, 1, 0, 0, 0, 2798, 2800, 1, 0, 0, 0, 2799, 2801, 3, 652, 326, 0, 2800, 2799, 1, 0, 0, 0, 2800, 2801, 1, 0, 0, 0, 2801, 2803, 1, 0, 0, 0, 2802, 2804, 3, 74, 37, 0, 2803, 2802, 1, 0, 0, 0, 2803, 2804, 1, 0, 0, 0, 2804, 2805, 1, 0, 0, 0, 2805, 2809, 3, 754, 377, 0, 2806, 2808, 3, 76, 38, 0, 2807, 2806, 1, 0, 0, 0, 2808, 2811, 1, 0, 0, 0, 2809, 2807, 1, 0, 0, 0, 2809, 2810, 1, 0, 0, 0, 2810, 2965, 1, 0, 0, 0, 2811, 2809, 1, 0, 0, 0, 2812, 2817, 5, 6, 0, 0, 2813, 2815, 5, 31, 0, 0, 2814, 2816, 3, 722, 361, 0, 2815, 2814, 1, 0, 0, 0, 2815, 2816, 1, 0, 0, 0, 2816, 2818, 1, 0, 0, 0, 2817, 2813, 1, 0, 0, 0, 2817, 2818, 1, 0, 0, 0, 2818, 2819, 1, 0, 0, 0, 2819, 2820, 5, 67, 0, 0, 2820, 2822, 5, 92, 0, 0, 2821, 2823, 3, 652, 326, 0, 2822, 2821, 1, 0, 0, 0, 2822, 2823, 1, 0, 0, 0, 2823, 2824, 1, 0, 0, 0, 2824, 2825, 3, 754, 377, 0, 2825, 2826, 3, 98, 49, 0, 2826, 2965, 1, 0, 0, 0, 2827, 2829, 5, 6, 0, 0, 2828, 2830, 3, 90, 45, 0, 2829, 2828, 1, 0, 0, 0, 2829, 2830, 1, 0, 0, 0, 2830, 2965, 1, 0, 0, 0, 2831, 2832, 5, 51, 0, 0, 2832, 2833, 7, 37, 0, 0, 2833, 2965, 3, 722, 361, 0, 2834, 2835, 5, 8, 0, 0, 2835, 2836, 7, 37, 0, 0, 2836, 2838, 3, 722, 361, 0, 2837, 2839, 5, 114, 0, 0, 2838, 2837, 1, 0, 0, 0, 2838, 2839, 1, 0, 0, 0, 2839, 2841, 1, 0, 0, 0, 2840, 2842, 5, 57, 0, 0, 2841, 2840, 1, 0, 0, 0, 2841, 2842, 1, 0, 0, 0, 2842, 2965, 1, 0, 0, 0, 2843, 2845, 5, 308, 0, 0, 2844, 2846, 5, 857, 0, 0, 2845, 2844, 1, 0, 0, 0, 2845, 2846, 1, 0, 0, 0, 2846, 2847, 1, 0, 0, 0, 2847, 2965, 7, 38, 0, 0, 2848, 2850, 5, 8, 0, 0, 2849, 2851, 5, 29, 0, 0, 2850, 2849, 1, 0, 0, 0, 2850, 2851, 1, 0, 0, 0, 2851, 2852, 1, 0, 0, 0, 2852, 2860, 3, 674, 337, 0, 2853, 2854, 5, 155, 0, 0, 2854, 2855, 5, 42, 0, 0, 2855, 2861, 3, 770, 385, 0, 2856, 2857, 5, 155, 0, 0, 2857, 2861, 7, 17, 0, 0, 2858, 2859, 5, 51, 0, 0, 2859, 2861, 5, 42, 0, 0, 2860, 2853, 1, 0, 0, 0, 2860, 2856, 1, 0, 0, 0, 2860, 2858, 1, 0, 0, 0, 2861, 2965, 1, 0, 0, 0, 2862, 2863, 5, 8, 0, 0, 2863, 2864, 5, 82, 0, 0, 2864, 2865, 3, 652, 326, 0, 2865, 2866, 7, 17, 0, 0, 2866, 2965, 1, 0, 0, 0, 2867, 2869, 5, 25, 0, 0, 2868, 2870, 5, 29, 0, 0, 2869, 2868, 1, 0, 0, 0, 2869, 2870, 1, 0, 0, 0, 2870, 2871, 1, 0, 0, 0, 2871, 2872, 3, 674, 337, 0, 2872, 2873, 3, 668, 334, 0, 2873, 2877, 3, 94, 47, 0, 2874, 2878, 5, 402, 0, 0, 2875, 2876, 5, 306, 0, 0, 2876, 2878, 3, 674, 337, 0, 2877, 2874, 1, 0, 0, 0, 2877, 2875, 1, 0, 0, 0, 2877, 2878, 1, 0, 0, 0, 2878, 2965, 1, 0, 0, 0, 2879, 2881, 5, 42, 0, 0, 2880, 2879, 1, 0, 0, 0, 2880, 2881, 1, 0, 0, 0, 2881, 2882, 1, 0, 0, 0, 2882, 2883, 5, 26, 0, 0, 2883, 2884, 5, 155, 0, 0, 2884, 2885, 5, 857, 0, 0, 2885, 2891, 3, 704, 352, 0, 2886, 2888, 5, 28, 0, 0, 2887, 2889, 5, 857, 0, 0, 2888, 2887, 1, 0, 0, 0, 2888, 2889, 1, 0, 0, 0, 2889, 2890, 1, 0, 0, 0, 2890, 2892, 3, 706, 353, 0, 2891, 2886, 1, 0, 0, 0, 2891, 2892, 1, 0, 0, 0, 2892, 2965, 1, 0, 0, 0, 2893, 2894, 5, 33, 0, 0, 2894, 2898, 5, 176, 0, 0, 2895, 2899, 5, 823, 0, 0, 2896, 2897, 5, 26, 0, 0, 2897, 2899, 5, 155, 0, 0, 2898, 2895, 1, 0, 0, 0, 2898, 2896, 1, 0, 0, 0, 2899, 2900, 1, 0, 0, 0, 2900, 2903, 3, 704, 352, 0, 2901, 2902, 5, 28, 0, 0, 2902, 2904, 3, 706, 353, 0, 2903, 2901, 1, 0, 0, 0, 2903, 2904, 1, 0, 0, 0, 2904, 2965, 1, 0, 0, 0, 2905, 2906, 7, 39, 0, 0, 2906, 2965, 5, 93, 0, 0, 2907, 2908, 7, 40, 0, 0, 2908, 2965, 5, 658, 0, 0, 2909, 2911, 5, 51, 0, 0, 2910, 2912, 5, 29, 0, 0, 2911, 2910, 1, 0, 0, 0, 2911, 2912, 1, 0, 0, 0, 2912, 2913, 1, 0, 0, 0, 2913, 2965, 3, 674, 337, 0, 2914, 2915, 5, 51, 0, 0, 2915, 2916, 7, 19, 0, 0, 2916, 2965, 3, 652, 326, 0, 2917, 2918, 5, 51, 0, 0, 2918, 2919, 5, 131, 0, 0, 2919, 2965, 5, 92, 0, 0, 2920, 2921, 5, 51, 0, 0, 2921, 2922, 5, 67, 0, 0, 2922, 2923, 5, 92, 0, 0, 2923, 2965, 3, 722, 361, 0, 2924, 2965, 5, 66, 0, 0, 2925, 2927, 5, 104, 0, 0, 2926, 2928, 5, 857, 0, 0, 2927, 2926, 1, 0, 0, 0, 2927, 2928, 1, 0, 0, 0, 2928, 2929, 1, 0, 0, 0, 2929, 2965, 7, 4, 0, 0, 2930, 2932, 5, 492, 0, 0, 2931, 2933, 5, 29, 0, 0, 2932, 2931, 1, 0, 0, 0, 2932, 2933, 1, 0, 0, 0, 2933, 2934, 1, 0, 0, 0, 2934, 2935, 3, 674, 337, 0, 2935, 2939, 3, 94, 47, 0, 2936, 2940, 5, 402, 0, 0, 2937, 2938, 5, 306, 0, 0, 2938, 2940, 3, 674, 337, 0, 2939, 2936, 1, 0, 0, 0, 2939, 2937, 1, 0, 0, 0, 2939, 2940, 1, 0, 0, 0, 2940, 2965, 1, 0, 0, 0, 2941, 2942, 5, 125, 0, 0, 2942, 2943, 5, 20, 0, 0, 2943, 2965, 3, 670, 335, 0, 2944, 2945, 5, 141, 0, 0, 2945, 2946, 5, 29, 0, 0, 2946, 2947, 3, 674, 337, 0, 2947, 2948, 5, 176, 0, 0, 2948, 2949, 3, 668, 334, 0, 2949, 2965, 1, 0, 0, 0, 2950, 2951, 5, 141, 0, 0, 2951, 2952, 7, 19, 0, 0, 2952, 2953, 3, 652, 326, 0, 2953, 2954, 5, 176, 0, 0, 2954, 2955, 3, 648, 324, 0, 2955, 2965, 1, 0, 0, 0, 2956, 2958, 5, 141, 0, 0, 2957, 2959, 7, 41, 0, 0, 2958, 2957, 1, 0, 0, 0, 2958, 2959, 1, 0, 0, 0, 2959, 2960, 1, 0, 0, 0, 2960, 2965, 3, 658, 329, 0, 2961, 2962, 7, 42, 0, 0, 2962, 2965, 5, 681, 0, 0, 2963, 2965, 3, 148, 74, 0, 2964, 2700, 1, 0, 0, 0, 2964, 2710, 1, 0, 0, 0, 2964, 2721, 1, 0, 0, 0, 2964, 2739, 1, 0, 0, 0, 2964, 2754, 1, 0, 0, 0, 2964, 2769, 1, 0, 0, 0, 2964, 2788, 1, 0, 0, 0, 2964, 2812, 1, 0, 0, 0, 2964, 2827, 1, 0, 0, 0, 2964, 2831, 1, 0, 0, 0, 2964, 2834, 1, 0, 0, 0, 2964, 2843, 1, 0, 0, 0, 2964, 2848, 1, 0, 0, 0, 2964, 2862, 1, 0, 0, 0, 2964, 2867, 1, 0, 0, 0, 2964, 2880, 1, 0, 0, 0, 2964, 2893, 1, 0, 0, 0, 2964, 2905, 1, 0, 0, 0, 2964, 2907, 1, 0, 0, 0, 2964, 2909, 1, 0, 0, 0, 2964, 2914, 1, 0, 0, 0, 2964, 2917, 1, 0, 0, 0, 2964, 2920, 1, 0, 0, 0, 2964, 2924, 1, 0, 0, 0, 2964, 2925, 1, 0, 0, 0, 2964, 2930, 1, 0, 0, 0, 2964, 2941, 1, 0, 0, 0, 2964, 2944, 1, 0, 0, 0, 2964, 2950, 1, 0, 0, 0, 2964, 2956, 1, 0, 0, 0, 2964, 2961, 1, 0, 0, 0, 2964, 2963, 1, 0, 0, 0, 2965, 147, 1, 0, 0, 0, 2966, 2967, 5, 6, 0, 0, 2967, 2968, 5, 130, 0, 0, 2968, 2969, 5, 866, 0, 0, 2969, 2974, 3, 116, 58, 0, 2970, 2971, 5, 868, 0, 0, 2971, 2973, 3, 116, 58, 0, 2972, 2970, 1, 0, 0, 0, 2973, 2976, 1, 0, 0, 0, 2974, 2972, 1, 0, 0, 0, 2974, 2975, 1, 0, 0, 0, 2975, 2977, 1, 0, 0, 0, 2976, 2974, 1, 0, 0, 0, 2977, 2978, 5, 867, 0, 0, 2978, 3065, 1, 0, 0, 0, 2979, 2980, 5, 51, 0, 0, 2980, 2981, 5, 130, 0, 0, 2981, 3065, 3, 686, 343, 0, 2982, 2983, 5, 369, 0, 0, 2983, 2986, 5, 130, 0, 0, 2984, 2987, 3, 686, 343, 0, 2985, 2987, 5, 7, 0, 0, 2986, 2984, 1, 0, 0, 0, 2986, 2985, 1, 0, 0, 0, 2987, 2988, 1, 0, 0, 0, 2988, 3065, 5, 658, 0, 0, 2989, 2990, 5, 425, 0, 0, 2990, 2993, 5, 130, 0, 0, 2991, 2994, 3, 686, 343, 0, 2992, 2994, 5, 7, 0, 0, 2993, 2991, 1, 0, 0, 0, 2993, 2992, 1, 0, 0, 0, 2994, 2995, 1, 0, 0, 0, 2995, 3065, 5, 658, 0, 0, 2996, 2997, 5, 668, 0, 0, 2997, 3000, 5, 130, 0, 0, 2998, 3001, 3, 686, 343, 0, 2999, 3001, 5, 7, 0, 0, 3000, 2998, 1, 0, 0, 0, 3000, 2999, 1, 0, 0, 0, 3001, 3065, 1, 0, 0, 0, 3002, 3003, 5, 335, 0, 0, 3003, 3004, 5, 130, 0, 0, 3004, 3065, 3, 728, 364, 0, 3005, 3006, 5, 561, 0, 0, 3006, 3007, 5, 130, 0, 0, 3007, 3008, 3, 686, 343, 0, 3008, 3009, 5, 88, 0, 0, 3009, 3010, 5, 866, 0, 0, 3010, 3015, 3, 116, 58, 0, 3011, 3012, 5, 868, 0, 0, 3012, 3014, 3, 116, 58, 0, 3013, 3011, 1, 0, 0, 0, 3014, 3017, 1, 0, 0, 0, 3015, 3013, 1, 0, 0, 0, 3015, 3016, 1, 0, 0, 0, 3016, 3018, 1, 0, 0, 0, 3017, 3015, 1, 0, 0, 0, 3018, 3019, 5, 867, 0, 0, 3019, 3065, 1, 0, 0, 0, 3020, 3021, 5, 388, 0, 0, 3021, 3022, 5, 130, 0, 0, 3022, 3023, 3, 688, 344, 0, 3023, 3024, 5, 194, 0, 0, 3024, 3025, 5, 173, 0, 0, 3025, 3028, 3, 662, 331, 0, 3026, 3027, 7, 42, 0, 0, 3027, 3029, 5, 681, 0, 0, 3028, 3026, 1, 0, 0, 0, 3028, 3029, 1, 0, 0, 0, 3029, 3065, 1, 0, 0, 0, 3030, 3031, 5, 10, 0, 0, 3031, 3034, 5, 130, 0, 0, 3032, 3035, 3, 686, 343, 0, 3033, 3035, 5, 7, 0, 0, 3034, 3032, 1, 0, 0, 0, 3034, 3033, 1, 0, 0, 0, 3035, 3065, 1, 0, 0, 0, 3036, 3037, 5, 27, 0, 0, 3037, 3040, 5, 130, 0, 0, 3038, 3041, 3, 686, 343, 0, 3039, 3041, 5, 7, 0, 0, 3040, 3038, 1, 0, 0, 0, 3040, 3039, 1, 0, 0, 0, 3041, 3065, 1, 0, 0, 0, 3042, 3043, 5, 120, 0, 0, 3043, 3046, 5, 130, 0, 0, 3044, 3047, 3, 686, 343, 0, 3045, 3047, 5, 7, 0, 0, 3046, 3044, 1, 0, 0, 0, 3046, 3045, 1, 0, 0, 0, 3047, 3065, 1, 0, 0, 0, 3048, 3049, 5, 550, 0, 0, 3049, 3052, 5, 130, 0, 0, 3050, 3053, 3, 686, 343, 0, 3051, 3053, 5, 7, 0, 0, 3052, 3050, 1, 0, 0, 0, 3052, 3051, 1, 0, 0, 0, 3053, 3065, 1, 0, 0, 0, 3054, 3055, 5, 562, 0, 0, 3055, 3058, 5, 130, 0, 0, 3056, 3059, 3, 686, 343, 0, 3057, 3059, 5, 7, 0, 0, 3058, 3056, 1, 0, 0, 0, 3058, 3057, 1, 0, 0, 0, 3059, 3065, 1, 0, 0, 0, 3060, 3061, 5, 560, 0, 0, 3061, 3065, 5, 527, 0, 0, 3062, 3063, 5, 677, 0, 0, 3063, 3065, 5, 527, 0, 0, 3064, 2966, 1, 0, 0, 0, 3064, 2979, 1, 0, 0, 0, 3064, 2982, 1, 0, 0, 0, 3064, 2989, 1, 0, 0, 0, 3064, 2996, 1, 0, 0, 0, 3064, 3002, 1, 0, 0, 0, 3064, 3005, 1, 0, 0, 0, 3064, 3020, 1, 0, 0, 0, 3064, 3030, 1, 0, 0, 0, 3064, 3036, 1, 0, 0, 0, 3064, 3042, 1, 0, 0, 0, 3064, 3048, 1, 0, 0, 0, 3064, 3054, 1, 0, 0, 0, 3064, 3060, 1, 0, 0, 0, 3064, 3062, 1, 0, 0, 0, 3065, 149, 1, 0, 0, 0, 3066, 3067, 5, 51, 0, 0, 3067, 3069, 7, 0, 0, 0, 3068, 3070, 3, 774, 387, 0, 3069, 3068, 1, 0, 0, 0, 3069, 3070, 1, 0, 0, 0, 3070, 3071, 1, 0, 0, 0, 3071, 3072, 3, 638, 319, 0, 3072, 151, 1, 0, 0, 0, 3073, 3074, 5, 51, 0, 0, 3074, 3076, 5, 385, 0, 0, 3075, 3077, 3, 774, 387, 0, 3076, 3075, 1, 0, 0, 0, 3076, 3077, 1, 0, 0, 0, 3077, 3078, 1, 0, 0, 0, 3078, 3079, 3, 718, 359, 0, 3079, 153, 1, 0, 0, 0, 3080, 3081, 5, 51, 0, 0, 3081, 3083, 5, 82, 0, 0, 3082, 3084, 7, 1, 0, 0, 3083, 3082, 1, 0, 0, 0, 3083, 3084, 1, 0, 0, 0, 3084, 3085, 1, 0, 0, 0, 3085, 3086, 3, 652, 326, 0, 3086, 3087, 5, 119, 0, 0, 3087, 3100, 3, 662, 331, 0, 3088, 3090, 5, 308, 0, 0, 3089, 3091, 5, 857, 0, 0, 3090, 3089, 1, 0, 0, 0, 3090, 3091, 1, 0, 0, 0, 3091, 3092, 1, 0, 0, 0, 3092, 3099, 7, 3, 0, 0, 3093, 3095, 5, 104, 0, 0, 3094, 3096, 5, 857, 0, 0, 3095, 3094, 1, 0, 0, 0, 3095, 3096, 1, 0, 0, 0, 3096, 3097, 1, 0, 0, 0, 3097, 3099, 7, 4, 0, 0, 3098, 3088, 1, 0, 0, 0, 3098, 3093, 1, 0, 0, 0, 3099, 3102, 1, 0, 0, 0, 3100, 3098, 1, 0, 0, 0, 3100, 3101, 1, 0, 0, 0, 3101, 155, 1, 0, 0, 0, 3102, 3100, 1, 0, 0, 0, 3103, 3104, 5, 51, 0, 0, 3104, 3105, 5, 451, 0, 0, 3105, 3106, 5, 74, 0, 0, 3106, 3107, 3, 722, 361, 0, 3107, 3109, 5, 380, 0, 0, 3108, 3110, 5, 857, 0, 0, 3109, 3108, 1, 0, 0, 0, 3109, 3110, 1, 0, 0, 0, 3110, 3111, 1, 0, 0, 0, 3111, 3112, 3, 708, 354, 0, 3112, 157, 1, 0, 0, 0, 3113, 3114, 5, 51, 0, 0, 3114, 3116, 5, 132, 0, 0, 3115, 3117, 3, 774, 387, 0, 3116, 3115, 1, 0, 0, 0, 3116, 3117, 1, 0, 0, 0, 3117, 3118, 1, 0, 0, 0, 3118, 3119, 3, 718, 359, 0, 3119, 159, 1, 0, 0, 0, 3120, 3121, 5, 51, 0, 0, 3121, 3123, 5, 409, 0, 0, 3122, 3124, 3, 774, 387, 0, 3123, 3122, 1, 0, 0, 0, 3123, 3124, 1, 0, 0, 0, 3124, 3125, 1, 0, 0, 0, 3125, 3126, 3, 642, 321, 0, 3126, 161, 1, 0, 0, 0, 3127, 3128, 5, 51, 0, 0, 3128, 3130, 5, 592, 0, 0, 3129, 3131, 3, 774, 387, 0, 3130, 3129, 1, 0, 0, 0, 3130, 3131, 1, 0, 0, 0, 3131, 3132, 1, 0, 0, 0, 3132, 3133, 3, 722, 361, 0, 3133, 163, 1, 0, 0, 0, 3134, 3135, 5, 51, 0, 0, 3135, 3136, 5, 161, 0, 0, 3136, 3137, 5, 137, 0, 0, 3137, 3139, 5, 835, 0, 0, 3138, 3140, 3, 774, 387, 0, 3139, 3138, 1, 0, 0, 0, 3139, 3140, 1, 0, 0, 0, 3140, 3141, 1, 0, 0, 0, 3141, 3142, 5, 883, 0, 0, 3142, 165, 1, 0, 0, 0, 3143, 3145, 5, 51, 0, 0, 3144, 3146, 5, 660, 0, 0, 3145, 3144, 1, 0, 0, 0, 3145, 3146, 1, 0, 0, 0, 3146, 3147, 1, 0, 0, 0, 3147, 3149, 5, 173, 0, 0, 3148, 3150, 3, 774, 387, 0, 3149, 3148, 1, 0, 0, 0, 3149, 3150, 1, 0, 0, 0, 3150, 3151, 1, 0, 0, 0, 3151, 3153, 3, 660, 330, 0, 3152, 3154, 7, 43, 0, 0, 3153, 3152, 1, 0, 0, 0, 3153, 3154, 1, 0, 0, 0, 3154, 167, 1, 0, 0, 0, 3155, 3157, 5, 51, 0, 0, 3156, 3158, 5, 180, 0, 0, 3157, 3156, 1, 0, 0, 0, 3157, 3158, 1, 0, 0, 0, 3158, 3159, 1, 0, 0, 0, 3159, 3160, 5, 658, 0, 0, 3160, 3166, 3, 682, 341, 0, 3161, 3163, 5, 380, 0, 0, 3162, 3164, 5, 857, 0, 0, 3163, 3162, 1, 0, 0, 0, 3163, 3164, 1, 0, 0, 0, 3164, 3165, 1, 0, 0, 0, 3165, 3167, 3, 708, 354, 0, 3166, 3161, 1, 0, 0, 0, 3166, 3167, 1, 0, 0, 0, 3167, 169, 1, 0, 0, 0, 3168, 3169, 5, 51, 0, 0, 3169, 3171, 5, 178, 0, 0, 3170, 3172, 3, 774, 387, 0, 3171, 3170, 1, 0, 0, 0, 3171, 3172, 1, 0, 0, 0, 3172, 3173, 1, 0, 0, 0, 3173, 3174, 3, 718, 359, 0, 3174, 171, 1, 0, 0, 0, 3175, 3176, 5, 51, 0, 0, 3176, 3178, 5, 684, 0, 0, 3177, 3179, 3, 774, 387, 0, 3178, 3177, 1, 0, 0, 0, 3178, 3179, 1, 0, 0, 0, 3179, 3180, 1, 0, 0, 0, 3180, 3185, 3, 646, 323, 0, 3181, 3182, 5, 868, 0, 0, 3182, 3184, 3, 646, 323, 0, 3183, 3181, 1, 0, 0, 0, 3184, 3187, 1, 0, 0, 0, 3185, 3183, 1, 0, 0, 0, 3185, 3186, 1, 0, 0, 0, 3186, 3189, 1, 0, 0, 0, 3187, 3185, 1, 0, 0, 0, 3188, 3190, 7, 43, 0, 0, 3189, 3188, 1, 0, 0, 0, 3189, 3190, 1, 0, 0, 0, 3190, 173, 1, 0, 0, 0, 3191, 3192, 5, 51, 0, 0, 3192, 3194, 5, 582, 0, 0, 3193, 3195, 3, 774, 387, 0, 3194, 3193, 1, 0, 0, 0, 3194, 3195, 1, 0, 0, 0, 3195, 3196, 1, 0, 0, 0, 3196, 3197, 3, 664, 332, 0, 3197, 175, 1, 0, 0, 0, 3198, 3199, 5, 155, 0, 0, 3199, 3200, 5, 42, 0, 0, 3200, 3204, 5, 582, 0, 0, 3201, 3205, 5, 505, 0, 0, 3202, 3205, 5, 7, 0, 0, 3203, 3205, 3, 664, 332, 0, 3204, 3201, 1, 0, 0, 0, 3204, 3202, 1, 0, 0, 0, 3204, 3203, 1, 0, 0, 0, 3205, 3206, 1, 0, 0, 0, 3206, 3207, 5, 176, 0, 0, 3207, 3212, 3, 666, 333, 0, 3208, 3209, 5, 868, 0, 0, 3209, 3211, 3, 666, 333, 0, 3210, 3208, 1, 0, 0, 0, 3211, 3214, 1, 0, 0, 0, 3212, 3210, 1, 0, 0, 0, 3212, 3213, 1, 0, 0, 0, 3213, 3219, 1, 0, 0, 0, 3214, 3212, 1, 0, 0, 0, 3215, 3216, 5, 155, 0, 0, 3216, 3217, 5, 582, 0, 0, 3217, 3219, 3, 478, 239, 0, 3218, 3198, 1, 0, 0, 0, 3218, 3215, 1, 0, 0, 0, 3219, 177, 1, 0, 0, 0, 3220, 3221, 5, 141, 0, 0, 3221, 3222, 5, 173, 0, 0, 3222, 3227, 3, 180, 90, 0, 3223, 3224, 5, 868, 0, 0, 3224, 3226, 3, 180, 90, 0, 3225, 3223, 1, 0, 0, 0, 3226, 3229, 1, 0, 0, 0, 3227, 3225, 1, 0, 0, 0, 3227, 3228, 1, 0, 0, 0, 3228, 179, 1, 0, 0, 0, 3229, 3227, 1, 0, 0, 0, 3230, 3231, 3, 662, 331, 0, 3231, 3232, 5, 176, 0, 0, 3232, 3233, 3, 658, 329, 0, 3233, 181, 1, 0, 0, 0, 3234, 3236, 5, 668, 0, 0, 3235, 3237, 5, 173, 0, 0, 3236, 3235, 1, 0, 0, 0, 3236, 3237, 1, 0, 0, 0, 3237, 3238, 1, 0, 0, 0, 3238, 3239, 3, 662, 331, 0, 3239, 183, 1, 0, 0, 0, 3240, 3241, 5, 21, 0, 0, 3241, 3248, 3, 718, 359, 0, 3242, 3245, 5, 866, 0, 0, 3243, 3246, 3, 764, 382, 0, 3244, 3246, 3, 756, 378, 0, 3245, 3243, 1, 0, 0, 0, 3245, 3244, 1, 0, 0, 0, 3245, 3246, 1, 0, 0, 0, 3246, 3247, 1, 0, 0, 0, 3247, 3249, 5, 867, 0, 0, 3248, 3242, 1, 0, 0, 0, 3248, 3249, 1, 0, 0, 0, 3249, 185, 1, 0, 0, 0, 3250, 3253, 3, 240, 120, 0, 3251, 3253, 3, 242, 121, 0, 3252, 3250, 1, 0, 0, 0, 3252, 3251, 1, 0, 0, 0, 3253, 187, 1, 0, 0, 0, 3254, 3255, 5, 371, 0, 0, 3255, 3256, 3, 756, 378, 0, 3256, 189, 1, 0, 0, 0, 3257, 3262, 3, 244, 122, 0, 3258, 3262, 3, 246, 123, 0, 3259, 3262, 3, 248, 124, 0, 3260, 3262, 3, 250, 125, 0, 3261, 3257, 1, 0, 0, 0, 3261, 3258, 1, 0, 0, 0, 3261, 3259, 1, 0, 0, 0, 3261, 3260, 1, 0, 0, 0, 3262, 191, 1, 0, 0, 0, 3263, 3265, 5, 86, 0, 0, 3264, 3266, 7, 44, 0, 0, 3265, 3264, 1, 0, 0, 0, 3265, 3266, 1, 0, 0, 0, 3266, 3268, 1, 0, 0, 0, 3267, 3269, 5, 79, 0, 0, 3268, 3267, 1, 0, 0, 0, 3268, 3269, 1, 0, 0, 0, 3269, 3271, 1, 0, 0, 0, 3270, 3272, 5, 88, 0, 0, 3271, 3270, 1, 0, 0, 0, 3271, 3272, 1, 0, 0, 0, 3272, 3273, 1, 0, 0, 0, 3273, 3280, 3, 662, 331, 0, 3274, 3275, 5, 130, 0, 0, 3275, 3277, 5, 866, 0, 0, 3276, 3278, 3, 686, 343, 0, 3277, 3276, 1, 0, 0, 0, 3277, 3278, 1, 0, 0, 0, 3278, 3279, 1, 0, 0, 0, 3279, 3281, 5, 867, 0, 0, 3280, 3274, 1, 0, 0, 0, 3280, 3281, 1, 0, 0, 0, 3281, 3293, 1, 0, 0, 0, 3282, 3284, 3, 270, 135, 0, 3283, 3282, 1, 0, 0, 0, 3283, 3284, 1, 0, 0, 0, 3284, 3287, 1, 0, 0, 0, 3285, 3288, 3, 758, 379, 0, 3286, 3288, 3, 196, 98, 0, 3287, 3285, 1, 0, 0, 0, 3287, 3286, 1, 0, 0, 0, 3287, 3288, 1, 0, 0, 0, 3288, 3290, 1, 0, 0, 0, 3289, 3291, 3, 194, 97, 0, 3290, 3289, 1, 0, 0, 0, 3290, 3291, 1, 0, 0, 0, 3291, 3294, 1, 0, 0, 0, 3292, 3294, 3, 232, 116, 0, 3293, 3283, 1, 0, 0, 0, 3293, 3292, 1, 0, 0, 0, 3294, 3296, 1, 0, 0, 0, 3295, 3297, 3, 194, 97, 0, 3296, 3295, 1, 0, 0, 0, 3296, 3297, 1, 0, 0, 0, 3297, 3310, 1, 0, 0, 0, 3298, 3299, 5, 119, 0, 0, 3299, 3300, 5, 373, 0, 0, 3300, 3301, 5, 92, 0, 0, 3301, 3302, 5, 185, 0, 0, 3302, 3307, 3, 234, 117, 0, 3303, 3304, 5, 868, 0, 0, 3304, 3306, 3, 234, 117, 0, 3305, 3303, 1, 0, 0, 0, 3306, 3309, 1, 0, 0, 0, 3307, 3305, 1, 0, 0, 0, 3307, 3308, 1, 0, 0, 0, 3308, 3311, 1, 0, 0, 0, 3309, 3307, 1, 0, 0, 0, 3310, 3298, 1, 0, 0, 0, 3310, 3311, 1, 0, 0, 0, 3311, 193, 1, 0, 0, 0, 3312, 3313, 5, 13, 0, 0, 3313, 3315, 3, 722, 361, 0, 3314, 3316, 3, 270, 135, 0, 3315, 3314, 1, 0, 0, 0, 3315, 3316, 1, 0, 0, 0, 3316, 195, 1, 0, 0, 0, 3317, 3322, 3, 210, 105, 0, 3318, 3319, 5, 173, 0, 0, 3319, 3322, 3, 662, 331, 0, 3320, 3322, 3, 230, 115, 0, 3321, 3317, 1, 0, 0, 0, 3321, 3318, 1, 0, 0, 0, 3321, 3320, 1, 0, 0, 0, 3322, 197, 1, 0, 0, 0, 3323, 3329, 3, 200, 100, 0, 3324, 3326, 5, 828, 0, 0, 3325, 3327, 7, 45, 0, 0, 3326, 3325, 1, 0, 0, 0, 3326, 3327, 1, 0, 0, 0, 3327, 3328, 1, 0, 0, 0, 3328, 3330, 3, 200, 100, 0, 3329, 3324, 1, 0, 0, 0, 3330, 3331, 1, 0, 0, 0, 3331, 3329, 1, 0, 0, 0, 3331, 3332, 1, 0, 0, 0, 3332, 199, 1, 0, 0, 0, 3333, 3335, 5, 866, 0, 0, 3334, 3333, 1, 0, 0, 0, 3334, 3335, 1, 0, 0, 0, 3335, 3336, 1, 0, 0, 0, 3336, 3338, 3, 282, 141, 0, 3337, 3339, 5, 867, 0, 0, 3338, 3337, 1, 0, 0, 0, 3338, 3339, 1, 0, 0, 0, 3339, 201, 1, 0, 0, 0, 3340, 3341, 5, 103, 0, 0, 3341, 3343, 5, 360, 0, 0, 3342, 3344, 7, 46, 0, 0, 3343, 3342, 1, 0, 0, 0, 3343, 3344, 1, 0, 0, 0, 3344, 3346, 1, 0, 0, 0, 3345, 3347, 5, 450, 0, 0, 3346, 3345, 1, 0, 0, 0, 3346, 3347, 1, 0, 0, 0, 3347, 3348, 1, 0, 0, 0, 3348, 3349, 5, 83, 0, 0, 3349, 3351, 5, 882, 0, 0, 3350, 3352, 7, 7, 0, 0, 3351, 3350, 1, 0, 0, 0, 3351, 3352, 1, 0, 0, 0, 3352, 3353, 1, 0, 0, 0, 3353, 3354, 5, 88, 0, 0, 3354, 3355, 5, 173, 0, 0, 3355, 3361, 3, 662, 331, 0, 3356, 3357, 5, 130, 0, 0, 3357, 3358, 5, 866, 0, 0, 3358, 3359, 3, 686, 343, 0, 3359, 3360, 5, 867, 0, 0, 3360, 3362, 1, 0, 0, 0, 3361, 3356, 1, 0, 0, 0, 3361, 3362, 1, 0, 0, 0, 3362, 3366, 1, 0, 0, 0, 3363, 3364, 5, 26, 0, 0, 3364, 3365, 5, 155, 0, 0, 3365, 3367, 3, 704, 352, 0, 3366, 3363, 1, 0, 0, 0, 3366, 3367, 1, 0, 0, 0, 3367, 3374, 1, 0, 0, 0, 3368, 3370, 7, 47, 0, 0, 3369, 3371, 3, 314, 157, 0, 3370, 3369, 1, 0, 0, 0, 3371, 3372, 1, 0, 0, 0, 3372, 3370, 1, 0, 0, 0, 3372, 3373, 1, 0, 0, 0, 3373, 3375, 1, 0, 0, 0, 3374, 3368, 1, 0, 0, 0, 3374, 3375, 1, 0, 0, 0, 3375, 3382, 1, 0, 0, 0, 3376, 3378, 5, 102, 0, 0, 3377, 3379, 3, 316, 158, 0, 3378, 3377, 1, 0, 0, 0, 3379, 3380, 1, 0, 0, 0, 3380, 3378, 1, 0, 0, 0, 3380, 3381, 1, 0, 0, 0, 3381, 3383, 1, 0, 0, 0, 3382, 3376, 1, 0, 0, 0, 3382, 3383, 1, 0, 0, 0, 3383, 3388, 1, 0, 0, 0, 3384, 3385, 5, 79, 0, 0, 3385, 3386, 3, 728, 364, 0, 3386, 3387, 7, 48, 0, 0, 3387, 3389, 1, 0, 0, 0, 3388, 3384, 1, 0, 0, 0, 3388, 3389, 1, 0, 0, 0, 3389, 3401, 1, 0, 0, 0, 3390, 3391, 5, 866, 0, 0, 3391, 3396, 3, 236, 118, 0, 3392, 3393, 5, 868, 0, 0, 3393, 3395, 3, 236, 118, 0, 3394, 3392, 1, 0, 0, 0, 3395, 3398, 1, 0, 0, 0, 3396, 3394, 1, 0, 0, 0, 3396, 3397, 1, 0, 0, 0, 3397, 3399, 1, 0, 0, 0, 3398, 3396, 1, 0, 0, 0, 3399, 3400, 5, 867, 0, 0, 3400, 3402, 1, 0, 0, 0, 3401, 3390, 1, 0, 0, 0, 3401, 3402, 1, 0, 0, 0, 3402, 3412, 1, 0, 0, 0, 3403, 3404, 5, 155, 0, 0, 3404, 3409, 3, 234, 117, 0, 3405, 3406, 5, 868, 0, 0, 3406, 3408, 3, 234, 117, 0, 3407, 3405, 1, 0, 0, 0, 3408, 3411, 1, 0, 0, 0, 3409, 3407, 1, 0, 0, 0, 3409, 3410, 1, 0, 0, 0, 3410, 3413, 1, 0, 0, 0, 3411, 3409, 1, 0, 0, 0, 3412, 3403, 1, 0, 0, 0, 3412, 3413, 1, 0, 0, 0, 3413, 203, 1, 0, 0, 0, 3414, 3415, 5, 103, 0, 0, 3415, 3417, 5, 695, 0, 0, 3416, 3418, 7, 46, 0, 0, 3417, 3416, 1, 0, 0, 0, 3417, 3418, 1, 0, 0, 0, 3418, 3420, 1, 0, 0, 0, 3419, 3421, 5, 450, 0, 0, 3420, 3419, 1, 0, 0, 0, 3420, 3421, 1, 0, 0, 0, 3421, 3422, 1, 0, 0, 0, 3422, 3423, 5, 83, 0, 0, 3423, 3425, 5, 882, 0, 0, 3424, 3426, 7, 7, 0, 0, 3425, 3424, 1, 0, 0, 0, 3425, 3426, 1, 0, 0, 0, 3426, 3427, 1, 0, 0, 0, 3427, 3428, 5, 88, 0, 0, 3428, 3429, 5, 173, 0, 0, 3429, 3433, 3, 662, 331, 0, 3430, 3431, 5, 26, 0, 0, 3431, 3432, 5, 155, 0, 0, 3432, 3434, 3, 704, 352, 0, 3433, 3430, 1, 0, 0, 0, 3433, 3434, 1, 0, 0, 0, 3434, 3445, 1, 0, 0, 0, 3435, 3436, 5, 587, 0, 0, 3436, 3437, 5, 423, 0, 0, 3437, 3439, 5, 20, 0, 0, 3438, 3440, 5, 859, 0, 0, 3439, 3438, 1, 0, 0, 0, 3439, 3440, 1, 0, 0, 0, 3440, 3441, 1, 0, 0, 0, 3441, 3443, 5, 882, 0, 0, 3442, 3444, 5, 858, 0, 0, 3443, 3442, 1, 0, 0, 0, 3443, 3444, 1, 0, 0, 0, 3444, 3446, 1, 0, 0, 0, 3445, 3435, 1, 0, 0, 0, 3445, 3446, 1, 0, 0, 0, 3446, 3451, 1, 0, 0, 0, 3447, 3448, 5, 79, 0, 0, 3448, 3449, 3, 728, 364, 0, 3449, 3450, 7, 48, 0, 0, 3450, 3452, 1, 0, 0, 0, 3451, 3447, 1, 0, 0, 0, 3451, 3452, 1, 0, 0, 0, 3452, 3464, 1, 0, 0, 0, 3453, 3454, 5, 866, 0, 0, 3454, 3459, 3, 236, 118, 0, 3455, 3456, 5, 868, 0, 0, 3456, 3458, 3, 236, 118, 0, 3457, 3455, 1, 0, 0, 0, 3458, 3461, 1, 0, 0, 0, 3459, 3457, 1, 0, 0, 0, 3459, 3460, 1, 0, 0, 0, 3460, 3462, 1, 0, 0, 0, 3461, 3459, 1, 0, 0, 0, 3462, 3463, 5, 867, 0, 0, 3463, 3465, 1, 0, 0, 0, 3464, 3453, 1, 0, 0, 0, 3464, 3465, 1, 0, 0, 0, 3465, 3475, 1, 0, 0, 0, 3466, 3467, 5, 155, 0, 0, 3467, 3472, 3, 234, 117, 0, 3468, 3469, 5, 868, 0, 0, 3469, 3471, 3, 234, 117, 0, 3470, 3468, 1, 0, 0, 0, 3471, 3474, 1, 0, 0, 0, 3472, 3470, 1, 0, 0, 0, 3472, 3473, 1, 0, 0, 0, 3473, 3476, 1, 0, 0, 0, 3474, 3472, 1, 0, 0, 0, 3475, 3466, 1, 0, 0, 0, 3475, 3476, 1, 0, 0, 0, 3476, 205, 1, 0, 0, 0, 3477, 3478, 5, 866, 0, 0, 3478, 3480, 3, 224, 112, 0, 3479, 3481, 3, 258, 129, 0, 3480, 3479, 1, 0, 0, 0, 3480, 3481, 1, 0, 0, 0, 3481, 3483, 1, 0, 0, 0, 3482, 3484, 3, 328, 164, 0, 3483, 3482, 1, 0, 0, 0, 3483, 3484, 1, 0, 0, 0, 3484, 3485, 1, 0, 0, 0, 3485, 3487, 5, 867, 0, 0, 3486, 3488, 3, 258, 129, 0, 3487, 3486, 1, 0, 0, 0, 3487, 3488, 1, 0, 0, 0, 3488, 3490, 1, 0, 0, 0, 3489, 3491, 3, 328, 164, 0, 3490, 3489, 1, 0, 0, 0, 3490, 3491, 1, 0, 0, 0, 3491, 3493, 1, 0, 0, 0, 3492, 3494, 3, 312, 156, 0, 3493, 3492, 1, 0, 0, 0, 3493, 3494, 1, 0, 0, 0, 3494, 207, 1, 0, 0, 0, 3495, 3497, 5, 143, 0, 0, 3496, 3498, 7, 49, 0, 0, 3497, 3496, 1, 0, 0, 0, 3497, 3498, 1, 0, 0, 0, 3498, 3500, 1, 0, 0, 0, 3499, 3501, 5, 88, 0, 0, 3500, 3499, 1, 0, 0, 0, 3500, 3501, 1, 0, 0, 0, 3501, 3502, 1, 0, 0, 0, 3502, 3508, 3, 662, 331, 0, 3503, 3504, 5, 130, 0, 0, 3504, 3505, 5, 866, 0, 0, 3505, 3506, 3, 686, 343, 0, 3506, 3507, 5, 867, 0, 0, 3507, 3509, 1, 0, 0, 0, 3508, 3503, 1, 0, 0, 0, 3508, 3509, 1, 0, 0, 0, 3509, 3518, 1, 0, 0, 0, 3510, 3511, 5, 866, 0, 0, 3511, 3512, 3, 670, 335, 0, 3512, 3513, 5, 867, 0, 0, 3513, 3515, 1, 0, 0, 0, 3514, 3510, 1, 0, 0, 0, 3514, 3515, 1, 0, 0, 0, 3515, 3516, 1, 0, 0, 0, 3516, 3519, 3, 228, 114, 0, 3517, 3519, 3, 232, 116, 0, 3518, 3514, 1, 0, 0, 0, 3518, 3517, 1, 0, 0, 0, 3519, 209, 1, 0, 0, 0, 3520, 3524, 3, 282, 141, 0, 3521, 3523, 3, 284, 142, 0, 3522, 3521, 1, 0, 0, 0, 3523, 3526, 1, 0, 0, 0, 3524, 3522, 1, 0, 0, 0, 3524, 3525, 1, 0, 0, 0, 3525, 3535, 1, 0, 0, 0, 3526, 3524, 1, 0, 0, 0, 3527, 3529, 5, 181, 0, 0, 3528, 3530, 7, 45, 0, 0, 3529, 3528, 1, 0, 0, 0, 3529, 3530, 1, 0, 0, 0, 3530, 3533, 1, 0, 0, 0, 3531, 3534, 3, 282, 141, 0, 3532, 3534, 3, 280, 140, 0, 3533, 3531, 1, 0, 0, 0, 3533, 3532, 1, 0, 0, 0, 3534, 3536, 1, 0, 0, 0, 3535, 3527, 1, 0, 0, 0, 3535, 3536, 1, 0, 0, 0, 3536, 3541, 1, 0, 0, 0, 3537, 3538, 5, 868, 0, 0, 3538, 3540, 3, 286, 143, 0, 3539, 3537, 1, 0, 0, 0, 3540, 3543, 1, 0, 0, 0, 3541, 3539, 1, 0, 0, 0, 3541, 3542, 1, 0, 0, 0, 3542, 3545, 1, 0, 0, 0, 3543, 3541, 1, 0, 0, 0, 3544, 3546, 3, 258, 129, 0, 3545, 3544, 1, 0, 0, 0, 3545, 3546, 1, 0, 0, 0, 3546, 3548, 1, 0, 0, 0, 3547, 3549, 3, 328, 164, 0, 3548, 3547, 1, 0, 0, 0, 3548, 3549, 1, 0, 0, 0, 3549, 3551, 1, 0, 0, 0, 3550, 3552, 3, 238, 119, 0, 3551, 3550, 1, 0, 0, 0, 3551, 3552, 1, 0, 0, 0, 3552, 3554, 1, 0, 0, 0, 3553, 3555, 3, 312, 156, 0, 3554, 3553, 1, 0, 0, 0, 3554, 3555, 1, 0, 0, 0, 3555, 3580, 1, 0, 0, 0, 3556, 3560, 3, 280, 140, 0, 3557, 3559, 3, 284, 142, 0, 3558, 3557, 1, 0, 0, 0, 3559, 3562, 1, 0, 0, 0, 3560, 3558, 1, 0, 0, 0, 3560, 3561, 1, 0, 0, 0, 3561, 3568, 1, 0, 0, 0, 3562, 3560, 1, 0, 0, 0, 3563, 3565, 5, 181, 0, 0, 3564, 3566, 7, 45, 0, 0, 3565, 3564, 1, 0, 0, 0, 3565, 3566, 1, 0, 0, 0, 3566, 3567, 1, 0, 0, 0, 3567, 3569, 3, 280, 140, 0, 3568, 3563, 1, 0, 0, 0, 3568, 3569, 1, 0, 0, 0, 3569, 3571, 1, 0, 0, 0, 3570, 3572, 3, 258, 129, 0, 3571, 3570, 1, 0, 0, 0, 3571, 3572, 1, 0, 0, 0, 3572, 3574, 1, 0, 0, 0, 3573, 3575, 3, 328, 164, 0, 3574, 3573, 1, 0, 0, 0, 3574, 3575, 1, 0, 0, 0, 3575, 3577, 1, 0, 0, 0, 3576, 3578, 3, 238, 119, 0, 3577, 3576, 1, 0, 0, 0, 3577, 3578, 1, 0, 0, 0, 3578, 3580, 1, 0, 0, 0, 3579, 3520, 1, 0, 0, 0, 3579, 3556, 1, 0, 0, 0, 3580, 211, 1, 0, 0, 0, 3581, 3583, 3, 50, 25, 0, 3582, 3581, 1, 0, 0, 0, 3582, 3583, 1, 0, 0, 0, 3583, 3584, 1, 0, 0, 0, 3584, 3586, 3, 214, 107, 0, 3585, 3587, 3, 258, 129, 0, 3586, 3585, 1, 0, 0, 0, 3586, 3587, 1, 0, 0, 0, 3587, 3589, 1, 0, 0, 0, 3588, 3590, 3, 328, 164, 0, 3589, 3588, 1, 0, 0, 0, 3589, 3590, 1, 0, 0, 0, 3590, 3592, 1, 0, 0, 0, 3591, 3593, 3, 312, 156, 0, 3592, 3591, 1, 0, 0, 0, 3592, 3593, 1, 0, 0, 0, 3593, 213, 1, 0, 0, 0, 3594, 3595, 6, 107, -1, 0, 3595, 3596, 3, 216, 108, 0, 3596, 3611, 1, 0, 0, 0, 3597, 3598, 10, 2, 0, 0, 3598, 3600, 5, 181, 0, 0, 3599, 3601, 7, 45, 0, 0, 3600, 3599, 1, 0, 0, 0, 3600, 3601, 1, 0, 0, 0, 3601, 3602, 1, 0, 0, 0, 3602, 3610, 3, 216, 108, 0, 3603, 3604, 10, 1, 0, 0, 3604, 3606, 5, 59, 0, 0, 3605, 3607, 7, 45, 0, 0, 3606, 3605, 1, 0, 0, 0, 3606, 3607, 1, 0, 0, 0, 3607, 3608, 1, 0, 0, 0, 3608, 3610, 3, 216, 108, 0, 3609, 3597, 1, 0, 0, 0, 3609, 3603, 1, 0, 0, 0, 3610, 3613, 1, 0, 0, 0, 3611, 3609, 1, 0, 0, 0, 3611, 3612, 1, 0, 0, 0, 3612, 215, 1, 0, 0, 0, 3613, 3611, 1, 0, 0, 0, 3614, 3615, 6, 108, -1, 0, 3615, 3616, 3, 218, 109, 0, 3616, 3625, 1, 0, 0, 0, 3617, 3618, 10, 1, 0, 0, 3618, 3620, 5, 828, 0, 0, 3619, 3621, 7, 45, 0, 0, 3620, 3619, 1, 0, 0, 0, 3620, 3621, 1, 0, 0, 0, 3621, 3622, 1, 0, 0, 0, 3622, 3624, 3, 218, 109, 0, 3623, 3617, 1, 0, 0, 0, 3624, 3627, 1, 0, 0, 0, 3625, 3623, 1, 0, 0, 0, 3625, 3626, 1, 0, 0, 0, 3626, 217, 1, 0, 0, 0, 3627, 3625, 1, 0, 0, 0, 3628, 3643, 3, 226, 113, 0, 3629, 3630, 5, 866, 0, 0, 3630, 3632, 3, 214, 107, 0, 3631, 3633, 3, 258, 129, 0, 3632, 3631, 1, 0, 0, 0, 3632, 3633, 1, 0, 0, 0, 3633, 3635, 1, 0, 0, 0, 3634, 3636, 3, 328, 164, 0, 3635, 3634, 1, 0, 0, 0, 3635, 3636, 1, 0, 0, 0, 3636, 3638, 1, 0, 0, 0, 3637, 3639, 3, 312, 156, 0, 3638, 3637, 1, 0, 0, 0, 3638, 3639, 1, 0, 0, 0, 3639, 3640, 1, 0, 0, 0, 3640, 3641, 5, 867, 0, 0, 3641, 3643, 1, 0, 0, 0, 3642, 3628, 1, 0, 0, 0, 3642, 3629, 1, 0, 0, 0, 3643, 219, 1, 0, 0, 0, 3644, 3647, 3, 254, 127, 0, 3645, 3647, 3, 256, 128, 0, 3646, 3644, 1, 0, 0, 0, 3646, 3645, 1, 0, 0, 0, 3647, 221, 1, 0, 0, 0, 3648, 3652, 3, 230, 115, 0, 3649, 3650, 5, 125, 0, 0, 3650, 3651, 5, 20, 0, 0, 3651, 3653, 3, 690, 345, 0, 3652, 3649, 1, 0, 0, 0, 3652, 3653, 1, 0, 0, 0, 3653, 3656, 1, 0, 0, 0, 3654, 3655, 5, 100, 0, 0, 3655, 3657, 3, 330, 165, 0, 3656, 3654, 1, 0, 0, 0, 3656, 3657, 1, 0, 0, 0, 3657, 223, 1, 0, 0, 0, 3658, 3663, 3, 226, 113, 0, 3659, 3660, 7, 50, 0, 0, 3660, 3662, 3, 226, 113, 0, 3661, 3659, 1, 0, 0, 0, 3662, 3665, 1, 0, 0, 0, 3663, 3661, 1, 0, 0, 0, 3663, 3664, 1, 0, 0, 0, 3664, 3667, 1, 0, 0, 0, 3665, 3663, 1, 0, 0, 0, 3666, 3668, 3, 258, 129, 0, 3667, 3666, 1, 0, 0, 0, 3667, 3668, 1, 0, 0, 0, 3668, 3670, 1, 0, 0, 0, 3669, 3671, 3, 328, 164, 0, 3670, 3669, 1, 0, 0, 0, 3670, 3671, 1, 0, 0, 0, 3671, 3673, 1, 0, 0, 0, 3672, 3674, 3, 312, 156, 0, 3673, 3672, 1, 0, 0, 0, 3673, 3674, 1, 0, 0, 0, 3674, 225, 1, 0, 0, 0, 3675, 3679, 3, 210, 105, 0, 3676, 3679, 3, 628, 314, 0, 3677, 3679, 3, 222, 111, 0, 3678, 3675, 1, 0, 0, 0, 3678, 3676, 1, 0, 0, 0, 3678, 3677, 1, 0, 0, 0, 3679, 227, 1, 0, 0, 0, 3680, 3686, 3, 210, 105, 0, 3681, 3682, 5, 173, 0, 0, 3682, 3686, 3, 662, 331, 0, 3683, 3686, 3, 758, 379, 0, 3684, 3686, 3, 230, 115, 0, 3685, 3680, 1, 0, 0, 0, 3685, 3681, 1, 0, 0, 0, 3685, 3683, 1, 0, 0, 0, 3685, 3684, 1, 0, 0, 0, 3686, 229, 1, 0, 0, 0, 3687, 3688, 5, 189, 0, 0, 3688, 3689, 5, 586, 0, 0, 3689, 3695, 3, 760, 380, 0, 3690, 3691, 5, 868, 0, 0, 3691, 3692, 5, 586, 0, 0, 3692, 3694, 3, 760, 380, 0, 3693, 3690, 1, 0, 0, 0, 3694, 3697, 1, 0, 0, 0, 3695, 3693, 1, 0, 0, 0, 3695, 3696, 1, 0, 0, 0, 3696, 231, 1, 0, 0, 0, 3697, 3695, 1, 0, 0, 0, 3698, 3699, 5, 155, 0, 0, 3699, 3704, 3, 234, 117, 0, 3700, 3701, 5, 868, 0, 0, 3701, 3703, 3, 234, 117, 0, 3702, 3700, 1, 0, 0, 0, 3703, 3706, 1, 0, 0, 0, 3704, 3702, 1, 0, 0, 0, 3704, 3705, 1, 0, 0, 0, 3705, 233, 1, 0, 0, 0, 3706, 3704, 1, 0, 0, 0, 3707, 3708, 3, 674, 337, 0, 3708, 3709, 5, 857, 0, 0, 3709, 3710, 3, 762, 381, 0, 3710, 235, 1, 0, 0, 0, 3711, 3714, 3, 722, 361, 0, 3712, 3714, 5, 892, 0, 0, 3713, 3711, 1, 0, 0, 0, 3713, 3712, 1, 0, 0, 0, 3714, 237, 1, 0, 0, 0, 3715, 3716, 5, 65, 0, 0, 3716, 3726, 7, 51, 0, 0, 3717, 3718, 5, 510, 0, 0, 3718, 3723, 3, 662, 331, 0, 3719, 3720, 5, 868, 0, 0, 3720, 3722, 3, 662, 331, 0, 3721, 3719, 1, 0, 0, 0, 3722, 3725, 1, 0, 0, 0, 3723, 3721, 1, 0, 0, 0, 3723, 3724, 1, 0, 0, 0, 3724, 3727, 1, 0, 0, 0, 3725, 3723, 1, 0, 0, 0, 3726, 3717, 1, 0, 0, 0, 3726, 3727, 1, 0, 0, 0, 3727, 3730, 1, 0, 0, 0, 3728, 3729, 7, 52, 0, 0, 3729, 3731, 5, 105, 0, 0, 3730, 3728, 1, 0, 0, 0, 3730, 3731, 1, 0, 0, 0, 3731, 3737, 1, 0, 0, 0, 3732, 3733, 5, 104, 0, 0, 3733, 3734, 5, 80, 0, 0, 3734, 3735, 5, 594, 0, 0, 3735, 3737, 5, 491, 0, 0, 3736, 3715, 1, 0, 0, 0, 3736, 3732, 1, 0, 0, 0, 3737, 239, 1, 0, 0, 0, 3738, 3740, 5, 44, 0, 0, 3739, 3741, 5, 107, 0, 0, 3740, 3739, 1, 0, 0, 0, 3740, 3741, 1, 0, 0, 0, 3741, 3743, 1, 0, 0, 0, 3742, 3744, 5, 549, 0, 0, 3743, 3742, 1, 0, 0, 0, 3743, 3744, 1, 0, 0, 0, 3744, 3746, 1, 0, 0, 0, 3745, 3747, 5, 79, 0, 0, 3746, 3745, 1, 0, 0, 0, 3746, 3747, 1, 0, 0, 0, 3747, 3748, 1, 0, 0, 0, 3748, 3749, 5, 68, 0, 0, 3749, 3754, 3, 662, 331, 0, 3750, 3752, 5, 13, 0, 0, 3751, 3750, 1, 0, 0, 0, 3751, 3752, 1, 0, 0, 0, 3752, 3753, 1, 0, 0, 0, 3753, 3755, 3, 722, 361, 0, 3754, 3751, 1, 0, 0, 0, 3754, 3755, 1, 0, 0, 0, 3755, 3761, 1, 0, 0, 0, 3756, 3757, 5, 130, 0, 0, 3757, 3758, 5, 866, 0, 0, 3758, 3759, 3, 686, 343, 0, 3759, 3760, 5, 867, 0, 0, 3760, 3762, 1, 0, 0, 0, 3761, 3756, 1, 0, 0, 0, 3761, 3762, 1, 0, 0, 0, 3762, 3765, 1, 0, 0, 0, 3763, 3764, 5, 192, 0, 0, 3764, 3766, 3, 820, 410, 0, 3765, 3763, 1, 0, 0, 0, 3765, 3766, 1, 0, 0, 0, 3766, 3768, 1, 0, 0, 0, 3767, 3769, 3, 258, 129, 0, 3768, 3767, 1, 0, 0, 0, 3768, 3769, 1, 0, 0, 0, 3769, 3772, 1, 0, 0, 0, 3770, 3771, 5, 100, 0, 0, 3771, 3773, 3, 330, 165, 0, 3772, 3770, 1, 0, 0, 0, 3772, 3773, 1, 0, 0, 0, 3773, 241, 1, 0, 0, 0, 3774, 3776, 5, 44, 0, 0, 3775, 3777, 5, 107, 0, 0, 3776, 3775, 1, 0, 0, 0, 3776, 3777, 1, 0, 0, 0, 3777, 3779, 1, 0, 0, 0, 3778, 3780, 5, 549, 0, 0, 3779, 3778, 1, 0, 0, 0, 3779, 3780, 1, 0, 0, 0, 3780, 3782, 1, 0, 0, 0, 3781, 3783, 5, 79, 0, 0, 3782, 3781, 1, 0, 0, 0, 3782, 3783, 1, 0, 0, 0, 3783, 3823, 1, 0, 0, 0, 3784, 3787, 3, 662, 331, 0, 3785, 3786, 5, 865, 0, 0, 3786, 3788, 5, 850, 0, 0, 3787, 3785, 1, 0, 0, 0, 3787, 3788, 1, 0, 0, 0, 3788, 3797, 1, 0, 0, 0, 3789, 3790, 5, 868, 0, 0, 3790, 3793, 3, 662, 331, 0, 3791, 3792, 5, 865, 0, 0, 3792, 3794, 5, 850, 0, 0, 3793, 3791, 1, 0, 0, 0, 3793, 3794, 1, 0, 0, 0, 3794, 3796, 1, 0, 0, 0, 3795, 3789, 1, 0, 0, 0, 3796, 3799, 1, 0, 0, 0, 3797, 3795, 1, 0, 0, 0, 3797, 3798, 1, 0, 0, 0, 3798, 3800, 1, 0, 0, 0, 3799, 3797, 1, 0, 0, 0, 3800, 3801, 5, 68, 0, 0, 3801, 3802, 3, 262, 131, 0, 3802, 3824, 1, 0, 0, 0, 3803, 3804, 5, 68, 0, 0, 3804, 3807, 3, 662, 331, 0, 3805, 3806, 5, 865, 0, 0, 3806, 3808, 5, 850, 0, 0, 3807, 3805, 1, 0, 0, 0, 3807, 3808, 1, 0, 0, 0, 3808, 3817, 1, 0, 0, 0, 3809, 3810, 5, 868, 0, 0, 3810, 3813, 3, 662, 331, 0, 3811, 3812, 5, 865, 0, 0, 3812, 3814, 5, 850, 0, 0, 3813, 3811, 1, 0, 0, 0, 3813, 3814, 1, 0, 0, 0, 3814, 3816, 1, 0, 0, 0, 3815, 3809, 1, 0, 0, 0, 3816, 3819, 1, 0, 0, 0, 3817, 3815, 1, 0, 0, 0, 3817, 3818, 1, 0, 0, 0, 3818, 3820, 1, 0, 0, 0, 3819, 3817, 1, 0, 0, 0, 3820, 3821, 5, 188, 0, 0, 3821, 3822, 3, 262, 131, 0, 3822, 3824, 1, 0, 0, 0, 3823, 3784, 1, 0, 0, 0, 3823, 3803, 1, 0, 0, 0, 3824, 3827, 1, 0, 0, 0, 3825, 3826, 5, 192, 0, 0, 3826, 3828, 3, 820, 410, 0, 3827, 3825, 1, 0, 0, 0, 3827, 3828, 1, 0, 0, 0, 3828, 243, 1, 0, 0, 0, 3829, 3830, 5, 417, 0, 0, 3830, 3831, 3, 662, 331, 0, 3831, 3836, 5, 516, 0, 0, 3832, 3834, 5, 13, 0, 0, 3833, 3832, 1, 0, 0, 0, 3833, 3834, 1, 0, 0, 0, 3834, 3835, 1, 0, 0, 0, 3835, 3837, 3, 722, 361, 0, 3836, 3833, 1, 0, 0, 0, 3836, 3837, 1, 0, 0, 0, 3837, 245, 1, 0, 0, 0, 3838, 3839, 5, 417, 0, 0, 3839, 3840, 3, 662, 331, 0, 3840, 3841, 5, 135, 0, 0, 3841, 3848, 3, 652, 326, 0, 3842, 3843, 3, 830, 415, 0, 3843, 3844, 5, 866, 0, 0, 3844, 3845, 3, 764, 382, 0, 3845, 3846, 5, 867, 0, 0, 3846, 3849, 1, 0, 0, 0, 3847, 3849, 7, 53, 0, 0, 3848, 3842, 1, 0, 0, 0, 3848, 3847, 1, 0, 0, 0, 3849, 3852, 1, 0, 0, 0, 3850, 3851, 5, 192, 0, 0, 3851, 3853, 3, 820, 410, 0, 3852, 3850, 1, 0, 0, 0, 3852, 3853, 1, 0, 0, 0, 3853, 3856, 1, 0, 0, 0, 3854, 3855, 5, 100, 0, 0, 3855, 3857, 3, 330, 165, 0, 3856, 3854, 1, 0, 0, 0, 3856, 3857, 1, 0, 0, 0, 3857, 247, 1, 0, 0, 0, 3858, 3859, 5, 417, 0, 0, 3859, 3860, 3, 662, 331, 0, 3860, 3861, 5, 135, 0, 0, 3861, 3864, 7, 54, 0, 0, 3862, 3863, 5, 192, 0, 0, 3863, 3865, 3, 820, 410, 0, 3864, 3862, 1, 0, 0, 0, 3864, 3865, 1, 0, 0, 0, 3865, 3868, 1, 0, 0, 0, 3866, 3867, 5, 100, 0, 0, 3867, 3869, 3, 330, 165, 0, 3868, 3866, 1, 0, 0, 0, 3868, 3869, 1, 0, 0, 0, 3869, 249, 1, 0, 0, 0, 3870, 3871, 5, 417, 0, 0, 3871, 3872, 3, 662, 331, 0, 3872, 3873, 5, 334, 0, 0, 3873, 251, 1, 0, 0, 0, 3874, 3875, 5, 425, 0, 0, 3875, 3876, 5, 173, 0, 0, 3876, 3877, 5, 68, 0, 0, 3877, 3882, 3, 732, 366, 0, 3878, 3879, 5, 868, 0, 0, 3879, 3881, 3, 732, 366, 0, 3880, 3878, 1, 0, 0, 0, 3881, 3884, 1, 0, 0, 0, 3882, 3880, 1, 0, 0, 0, 3882, 3883, 1, 0, 0, 0, 3883, 253, 1, 0, 0, 0, 3884, 3882, 1, 0, 0, 0, 3885, 3887, 5, 185, 0, 0, 3886, 3888, 5, 107, 0, 0, 3887, 3886, 1, 0, 0, 0, 3887, 3888, 1, 0, 0, 0, 3888, 3890, 1, 0, 0, 0, 3889, 3891, 5, 79, 0, 0, 3890, 3889, 1, 0, 0, 0, 3890, 3891, 1, 0, 0, 0, 3891, 3892, 1, 0, 0, 0, 3892, 3897, 3, 662, 331, 0, 3893, 3895, 5, 13, 0, 0, 3894, 3893, 1, 0, 0, 0, 3894, 3895, 1, 0, 0, 0, 3895, 3896, 1, 0, 0, 0, 3896, 3898, 3, 722, 361, 0, 3897, 3894, 1, 0, 0, 0, 3897, 3898, 1, 0, 0, 0, 3898, 3899, 1, 0, 0, 0, 3899, 3900, 5, 155, 0, 0, 3900, 3905, 3, 234, 117, 0, 3901, 3902, 5, 868, 0, 0, 3902, 3904, 3, 234, 117, 0, 3903, 3901, 1, 0, 0, 0, 3904, 3907, 1, 0, 0, 0, 3905, 3903, 1, 0, 0, 0, 3905, 3906, 1, 0, 0, 0, 3906, 3910, 1, 0, 0, 0, 3907, 3905, 1, 0, 0, 0, 3908, 3909, 5, 192, 0, 0, 3909, 3911, 3, 820, 410, 0, 3910, 3908, 1, 0, 0, 0, 3910, 3911, 1, 0, 0, 0, 3911, 3913, 1, 0, 0, 0, 3912, 3914, 3, 258, 129, 0, 3913, 3912, 1, 0, 0, 0, 3913, 3914, 1, 0, 0, 0, 3914, 3916, 1, 0, 0, 0, 3915, 3917, 3, 328, 164, 0, 3916, 3915, 1, 0, 0, 0, 3916, 3917, 1, 0, 0, 0, 3917, 255, 1, 0, 0, 0, 3918, 3920, 5, 185, 0, 0, 3919, 3921, 5, 107, 0, 0, 3920, 3919, 1, 0, 0, 0, 3920, 3921, 1, 0, 0, 0, 3921, 3923, 1, 0, 0, 0, 3922, 3924, 5, 79, 0, 0, 3923, 3922, 1, 0, 0, 0, 3923, 3924, 1, 0, 0, 0, 3924, 3925, 1, 0, 0, 0, 3925, 3926, 3, 262, 131, 0, 3926, 3927, 5, 155, 0, 0, 3927, 3932, 3, 234, 117, 0, 3928, 3929, 5, 868, 0, 0, 3929, 3931, 3, 234, 117, 0, 3930, 3928, 1, 0, 0, 0, 3931, 3934, 1, 0, 0, 0, 3932, 3930, 1, 0, 0, 0, 3932, 3933, 1, 0, 0, 0, 3933, 3937, 1, 0, 0, 0, 3934, 3932, 1, 0, 0, 0, 3935, 3936, 5, 192, 0, 0, 3936, 3938, 3, 820, 410, 0, 3937, 3935, 1, 0, 0, 0, 3937, 3938, 1, 0, 0, 0, 3938, 257, 1, 0, 0, 0, 3939, 3940, 5, 125, 0, 0, 3940, 3941, 5, 20, 0, 0, 3941, 3946, 3, 260, 130, 0, 3942, 3943, 5, 868, 0, 0, 3943, 3945, 3, 260, 130, 0, 3944, 3942, 1, 0, 0, 0, 3945, 3948, 1, 0, 0, 0, 3946, 3944, 1, 0, 0, 0, 3946, 3947, 1, 0, 0, 0, 3947, 259, 1, 0, 0, 0, 3948, 3946, 1, 0, 0, 0, 3949, 3951, 3, 820, 410, 0, 3950, 3952, 7, 55, 0, 0, 3951, 3950, 1, 0, 0, 0, 3951, 3952, 1, 0, 0, 0, 3952, 261, 1, 0, 0, 0, 3953, 3958, 3, 264, 132, 0, 3954, 3955, 5, 868, 0, 0, 3955, 3957, 3, 264, 132, 0, 3956, 3954, 1, 0, 0, 0, 3957, 3960, 1, 0, 0, 0, 3958, 3956, 1, 0, 0, 0, 3958, 3959, 1, 0, 0, 0, 3959, 263, 1, 0, 0, 0, 3960, 3958, 1, 0, 0, 0, 3961, 3965, 3, 266, 133, 0, 3962, 3964, 3, 276, 138, 0, 3963, 3962, 1, 0, 0, 0, 3964, 3967, 1, 0, 0, 0, 3965, 3963, 1, 0, 0, 0, 3965, 3966, 1, 0, 0, 0, 3966, 3980, 1, 0, 0, 0, 3967, 3965, 1, 0, 0, 0, 3968, 3969, 5, 866, 0, 0, 3969, 3973, 3, 266, 133, 0, 3970, 3972, 3, 276, 138, 0, 3971, 3970, 1, 0, 0, 0, 3972, 3975, 1, 0, 0, 0, 3973, 3971, 1, 0, 0, 0, 3973, 3974, 1, 0, 0, 0, 3974, 3976, 1, 0, 0, 0, 3975, 3973, 1, 0, 0, 0, 3976, 3977, 5, 867, 0, 0, 3977, 3980, 1, 0, 0, 0, 3978, 3980, 3, 288, 144, 0, 3979, 3961, 1, 0, 0, 0, 3979, 3968, 1, 0, 0, 0, 3979, 3978, 1, 0, 0, 0, 3980, 265, 1, 0, 0, 0, 3981, 3987, 3, 662, 331, 0, 3982, 3983, 5, 130, 0, 0, 3983, 3984, 5, 866, 0, 0, 3984, 3985, 3, 686, 343, 0, 3985, 3986, 5, 867, 0, 0, 3986, 3988, 1, 0, 0, 0, 3987, 3982, 1, 0, 0, 0, 3987, 3988, 1, 0, 0, 0, 3988, 3993, 1, 0, 0, 0, 3989, 3991, 5, 13, 0, 0, 3990, 3989, 1, 0, 0, 0, 3990, 3991, 1, 0, 0, 0, 3991, 3992, 1, 0, 0, 0, 3992, 3994, 3, 722, 361, 0, 3993, 3990, 1, 0, 0, 0, 3993, 3994, 1, 0, 0, 0, 3994, 4003, 1, 0, 0, 0, 3995, 4000, 3, 272, 136, 0, 3996, 3997, 5, 868, 0, 0, 3997, 3999, 3, 272, 136, 0, 3998, 3996, 1, 0, 0, 0, 3999, 4002, 1, 0, 0, 0, 4000, 3998, 1, 0, 0, 0, 4000, 4001, 1, 0, 0, 0, 4001, 4004, 1, 0, 0, 0, 4002, 4000, 1, 0, 0, 0, 4003, 3995, 1, 0, 0, 0, 4003, 4004, 1, 0, 0, 0, 4004, 4021, 1, 0, 0, 0, 4005, 4007, 5, 95, 0, 0, 4006, 4005, 1, 0, 0, 0, 4006, 4007, 1, 0, 0, 0, 4007, 4008, 1, 0, 0, 0, 4008, 4010, 3, 268, 134, 0, 4009, 4011, 5, 13, 0, 0, 4010, 4009, 1, 0, 0, 0, 4010, 4011, 1, 0, 0, 0, 4011, 4012, 1, 0, 0, 0, 4012, 4014, 3, 722, 361, 0, 4013, 4015, 3, 270, 135, 0, 4014, 4013, 1, 0, 0, 0, 4014, 4015, 1, 0, 0, 0, 4015, 4021, 1, 0, 0, 0, 4016, 4017, 5, 866, 0, 0, 4017, 4018, 3, 262, 131, 0, 4018, 4019, 5, 867, 0, 0, 4019, 4021, 1, 0, 0, 0, 4020, 3981, 1, 0, 0, 0, 4020, 4006, 1, 0, 0, 0, 4020, 4016, 1, 0, 0, 0, 4021, 267, 1, 0, 0, 0, 4022, 4028, 3, 210, 105, 0, 4023, 4024, 5, 866, 0, 0, 4024, 4025, 3, 210, 105, 0, 4025, 4026, 5, 867, 0, 0, 4026, 4028, 1, 0, 0, 0, 4027, 4022, 1, 0, 0, 0, 4027, 4023, 1, 0, 0, 0, 4028, 269, 1, 0, 0, 0, 4029, 4030, 5, 866, 0, 0, 4030, 4031, 3, 670, 335, 0, 4031, 4032, 5, 867, 0, 0, 4032, 271, 1, 0, 0, 0, 4033, 4034, 7, 56, 0, 0, 4034, 4037, 7, 19, 0, 0, 4035, 4036, 5, 65, 0, 0, 4036, 4038, 3, 274, 137, 0, 4037, 4035, 1, 0, 0, 0, 4037, 4038, 1, 0, 0, 0, 4038, 4039, 1, 0, 0, 0, 4039, 4041, 5, 866, 0, 0, 4040, 4042, 3, 650, 325, 0, 4041, 4040, 1, 0, 0, 0, 4041, 4042, 1, 0, 0, 0, 4042, 4043, 1, 0, 0, 0, 4043, 4044, 5, 867, 0, 0, 4044, 273, 1, 0, 0, 0, 4045, 4051, 5, 91, 0, 0, 4046, 4047, 5, 125, 0, 0, 4047, 4051, 5, 20, 0, 0, 4048, 4049, 5, 74, 0, 0, 4049, 4051, 5, 20, 0, 0, 4050, 4045, 1, 0, 0, 0, 4050, 4046, 1, 0, 0, 0, 4050, 4048, 1, 0, 0, 0, 4051, 275, 1, 0, 0, 0, 4052, 4054, 7, 57, 0, 0, 4053, 4052, 1, 0, 0, 0, 4053, 4054, 1, 0, 0, 0, 4054, 4055, 1, 0, 0, 0, 4055, 4057, 5, 91, 0, 0, 4056, 4058, 5, 95, 0, 0, 4057, 4056, 1, 0, 0, 0, 4057, 4058, 1, 0, 0, 0, 4058, 4059, 1, 0, 0, 0, 4059, 4063, 3, 266, 133, 0, 4060, 4062, 3, 278, 139, 0, 4061, 4060, 1, 0, 0, 0, 4062, 4065, 1, 0, 0, 0, 4063, 4061, 1, 0, 0, 0, 4063, 4064, 1, 0, 0, 0, 4064, 4102, 1, 0, 0, 0, 4065, 4063, 1, 0, 0, 0, 4066, 4067, 5, 172, 0, 0, 4067, 4071, 3, 266, 133, 0, 4068, 4070, 3, 278, 139, 0, 4069, 4068, 1, 0, 0, 0, 4070, 4073, 1, 0, 0, 0, 4071, 4069, 1, 0, 0, 0, 4071, 4072, 1, 0, 0, 0, 4072, 4102, 1, 0, 0, 0, 4073, 4071, 1, 0, 0, 0, 4074, 4076, 7, 58, 0, 0, 4075, 4077, 5, 127, 0, 0, 4076, 4075, 1, 0, 0, 0, 4076, 4077, 1, 0, 0, 0, 4077, 4078, 1, 0, 0, 0, 4078, 4080, 5, 91, 0, 0, 4079, 4081, 5, 95, 0, 0, 4080, 4079, 1, 0, 0, 0, 4080, 4081, 1, 0, 0, 0, 4081, 4082, 1, 0, 0, 0, 4082, 4086, 3, 266, 133, 0, 4083, 4085, 3, 278, 139, 0, 4084, 4083, 1, 0, 0, 0, 4085, 4088, 1, 0, 0, 0, 4086, 4084, 1, 0, 0, 0, 4086, 4087, 1, 0, 0, 0, 4087, 4102, 1, 0, 0, 0, 4088, 4086, 1, 0, 0, 0, 4089, 4097, 5, 113, 0, 0, 4090, 4093, 5, 84, 0, 0, 4091, 4093, 7, 58, 0, 0, 4092, 4090, 1, 0, 0, 0, 4092, 4091, 1, 0, 0, 0, 4093, 4095, 1, 0, 0, 0, 4094, 4096, 5, 127, 0, 0, 4095, 4094, 1, 0, 0, 0, 4095, 4096, 1, 0, 0, 0, 4096, 4098, 1, 0, 0, 0, 4097, 4092, 1, 0, 0, 0, 4097, 4098, 1, 0, 0, 0, 4098, 4099, 1, 0, 0, 0, 4099, 4100, 5, 91, 0, 0, 4100, 4102, 3, 266, 133, 0, 4101, 4053, 1, 0, 0, 0, 4101, 4066, 1, 0, 0, 0, 4101, 4074, 1, 0, 0, 0, 4101, 4089, 1, 0, 0, 0, 4102, 277, 1, 0, 0, 0, 4103, 4106, 5, 119, 0, 0, 4104, 4107, 3, 820, 410, 0, 4105, 4107, 3, 678, 339, 0, 4106, 4104, 1, 0, 0, 0, 4106, 4105, 1, 0, 0, 0, 4107, 4114, 1, 0, 0, 0, 4108, 4109, 5, 188, 0, 0, 4109, 4110, 5, 866, 0, 0, 4110, 4111, 3, 670, 335, 0, 4111, 4112, 5, 867, 0, 0, 4112, 4114, 1, 0, 0, 0, 4113, 4103, 1, 0, 0, 0, 4113, 4108, 1, 0, 0, 0, 4114, 279, 1, 0, 0, 0, 4115, 4116, 5, 866, 0, 0, 4116, 4117, 3, 282, 141, 0, 4117, 4118, 5, 867, 0, 0, 4118, 4124, 1, 0, 0, 0, 4119, 4120, 5, 866, 0, 0, 4120, 4121, 3, 280, 140, 0, 4121, 4122, 5, 867, 0, 0, 4122, 4124, 1, 0, 0, 0, 4123, 4115, 1, 0, 0, 0, 4123, 4119, 1, 0, 0, 0, 4124, 281, 1, 0, 0, 0, 4125, 4129, 5, 154, 0, 0, 4126, 4128, 3, 298, 149, 0, 4127, 4126, 1, 0, 0, 0, 4128, 4131, 1, 0, 0, 0, 4129, 4127, 1, 0, 0, 0, 4129, 4130, 1, 0, 0, 0, 4130, 4132, 1, 0, 0, 0, 4131, 4129, 1, 0, 0, 0, 4132, 4134, 3, 300, 150, 0, 4133, 4135, 3, 312, 156, 0, 4134, 4133, 1, 0, 0, 0, 4134, 4135, 1, 0, 0, 0, 4135, 4136, 1, 0, 0, 0, 4136, 4138, 3, 318, 159, 0, 4137, 4139, 3, 320, 160, 0, 4138, 4137, 1, 0, 0, 0, 4138, 4139, 1, 0, 0, 0, 4139, 4141, 1, 0, 0, 0, 4140, 4142, 3, 322, 161, 0, 4141, 4140, 1, 0, 0, 0, 4141, 4142, 1, 0, 0, 0, 4142, 4144, 1, 0, 0, 0, 4143, 4145, 3, 324, 162, 0, 4144, 4143, 1, 0, 0, 0, 4144, 4145, 1, 0, 0, 0, 4145, 4147, 1, 0, 0, 0, 4146, 4148, 3, 258, 129, 0, 4147, 4146, 1, 0, 0, 0, 4147, 4148, 1, 0, 0, 0, 4148, 4150, 1, 0, 0, 0, 4149, 4151, 3, 328, 164, 0, 4150, 4149, 1, 0, 0, 0, 4150, 4151, 1, 0, 0, 0, 4151, 4153, 1, 0, 0, 0, 4152, 4154, 3, 312, 156, 0, 4153, 4152, 1, 0, 0, 0, 4153, 4154, 1, 0, 0, 0, 4154, 4156, 1, 0, 0, 0, 4155, 4157, 3, 284, 142, 0, 4156, 4155, 1, 0, 0, 0, 4156, 4157, 1, 0, 0, 0, 4157, 283, 1, 0, 0, 0, 4158, 4160, 5, 181, 0, 0, 4159, 4161, 7, 45, 0, 0, 4160, 4159, 1, 0, 0, 0, 4160, 4161, 1, 0, 0, 0, 4161, 4164, 1, 0, 0, 0, 4162, 4165, 3, 282, 141, 0, 4163, 4165, 3, 280, 140, 0, 4164, 4162, 1, 0, 0, 0, 4164, 4163, 1, 0, 0, 0, 4165, 285, 1, 0, 0, 0, 4166, 4181, 5, 95, 0, 0, 4167, 4182, 3, 282, 141, 0, 4168, 4182, 3, 280, 140, 0, 4169, 4172, 5, 866, 0, 0, 4170, 4173, 3, 282, 141, 0, 4171, 4173, 3, 280, 140, 0, 4172, 4170, 1, 0, 0, 0, 4172, 4171, 1, 0, 0, 0, 4173, 4174, 1, 0, 0, 0, 4174, 4179, 5, 867, 0, 0, 4175, 4177, 5, 13, 0, 0, 4176, 4175, 1, 0, 0, 0, 4176, 4177, 1, 0, 0, 0, 4177, 4178, 1, 0, 0, 0, 4178, 4180, 3, 722, 361, 0, 4179, 4176, 1, 0, 0, 0, 4179, 4180, 1, 0, 0, 0, 4180, 4182, 1, 0, 0, 0, 4181, 4167, 1, 0, 0, 0, 4181, 4168, 1, 0, 0, 0, 4181, 4169, 1, 0, 0, 0, 4182, 287, 1, 0, 0, 0, 4183, 4184, 5, 253, 0, 0, 4184, 4185, 5, 866, 0, 0, 4185, 4186, 5, 882, 0, 0, 4186, 4187, 5, 868, 0, 0, 4187, 4188, 5, 882, 0, 0, 4188, 4189, 5, 337, 0, 0, 4189, 4190, 5, 866, 0, 0, 4190, 4191, 3, 290, 145, 0, 4191, 4192, 5, 867, 0, 0, 4192, 4197, 5, 867, 0, 0, 4193, 4195, 5, 13, 0, 0, 4194, 4193, 1, 0, 0, 0, 4194, 4195, 1, 0, 0, 0, 4195, 4196, 1, 0, 0, 0, 4196, 4198, 3, 722, 361, 0, 4197, 4194, 1, 0, 0, 0, 4197, 4198, 1, 0, 0, 0, 4198, 289, 1, 0, 0, 0, 4199, 4204, 3, 292, 146, 0, 4200, 4201, 5, 868, 0, 0, 4201, 4203, 3, 292, 146, 0, 4202, 4200, 1, 0, 0, 0, 4203, 4206, 1, 0, 0, 0, 4204, 4202, 1, 0, 0, 0, 4204, 4205, 1, 0, 0, 0, 4205, 291, 1, 0, 0, 0, 4206, 4204, 1, 0, 0, 0, 4207, 4224, 3, 674, 337, 0, 4208, 4209, 5, 65, 0, 0, 4209, 4225, 5, 256, 0, 0, 4210, 4222, 3, 742, 371, 0, 4211, 4212, 5, 257, 0, 0, 4212, 4214, 5, 882, 0, 0, 4213, 4215, 3, 294, 147, 0, 4214, 4213, 1, 0, 0, 0, 4214, 4215, 1, 0, 0, 0, 4215, 4217, 1, 0, 0, 0, 4216, 4218, 3, 296, 148, 0, 4217, 4216, 1, 0, 0, 0, 4217, 4218, 1, 0, 0, 0, 4218, 4223, 1, 0, 0, 0, 4219, 4220, 5, 60, 0, 0, 4220, 4221, 5, 257, 0, 0, 4221, 4223, 5, 882, 0, 0, 4222, 4211, 1, 0, 0, 0, 4222, 4219, 1, 0, 0, 0, 4223, 4225, 1, 0, 0, 0, 4224, 4208, 1, 0, 0, 0, 4224, 4210, 1, 0, 0, 0, 4225, 4237, 1, 0, 0, 0, 4226, 4228, 5, 255, 0, 0, 4227, 4229, 5, 257, 0, 0, 4228, 4227, 1, 0, 0, 0, 4228, 4229, 1, 0, 0, 0, 4229, 4230, 1, 0, 0, 0, 4230, 4231, 5, 882, 0, 0, 4231, 4232, 5, 337, 0, 0, 4232, 4233, 5, 866, 0, 0, 4233, 4234, 3, 290, 145, 0, 4234, 4235, 5, 867, 0, 0, 4235, 4237, 1, 0, 0, 0, 4236, 4207, 1, 0, 0, 0, 4236, 4226, 1, 0, 0, 0, 4237, 293, 1, 0, 0, 0, 4238, 4243, 5, 116, 0, 0, 4239, 4243, 5, 382, 0, 0, 4240, 4241, 5, 42, 0, 0, 4241, 4243, 3, 770, 385, 0, 4242, 4238, 1, 0, 0, 0, 4242, 4239, 1, 0, 0, 0, 4242, 4240, 1, 0, 0, 0, 4243, 4244, 1, 0, 0, 0, 4244, 4245, 5, 119, 0, 0, 4245, 4246, 5, 55, 0, 0, 4246, 295, 1, 0, 0, 0, 4247, 4252, 5, 116, 0, 0, 4248, 4252, 5, 382, 0, 0, 4249, 4250, 5, 42, 0, 0, 4250, 4252, 3, 770, 385, 0, 4251, 4247, 1, 0, 0, 0, 4251, 4248, 1, 0, 0, 0, 4251, 4249, 1, 0, 0, 0, 4252, 4253, 1, 0, 0, 0, 4253, 4254, 5, 119, 0, 0, 4254, 4255, 5, 382, 0, 0, 4255, 297, 1, 0, 0, 0, 4256, 4265, 7, 59, 0, 0, 4257, 4265, 5, 76, 0, 0, 4258, 4265, 5, 172, 0, 0, 4259, 4265, 5, 168, 0, 0, 4260, 4265, 5, 166, 0, 0, 4261, 4265, 5, 636, 0, 0, 4262, 4265, 7, 60, 0, 0, 4263, 4265, 5, 167, 0, 0, 4264, 4256, 1, 0, 0, 0, 4264, 4257, 1, 0, 0, 0, 4264, 4258, 1, 0, 0, 0, 4264, 4259, 1, 0, 0, 0, 4264, 4260, 1, 0, 0, 0, 4264, 4261, 1, 0, 0, 0, 4264, 4262, 1, 0, 0, 0, 4264, 4263, 1, 0, 0, 0, 4265, 299, 1, 0, 0, 0, 4266, 4269, 3, 306, 153, 0, 4267, 4269, 3, 302, 151, 0, 4268, 4266, 1, 0, 0, 0, 4268, 4267, 1, 0, 0, 0, 4269, 4274, 1, 0, 0, 0, 4270, 4271, 5, 868, 0, 0, 4271, 4273, 3, 302, 151, 0, 4272, 4270, 1, 0, 0, 0, 4273, 4276, 1, 0, 0, 0, 4274, 4272, 1, 0, 0, 0, 4274, 4275, 1, 0, 0, 0, 4275, 301, 1, 0, 0, 0, 4276, 4274, 1, 0, 0, 0, 4277, 4298, 3, 304, 152, 0, 4278, 4283, 3, 308, 154, 0, 4279, 4281, 5, 13, 0, 0, 4280, 4279, 1, 0, 0, 0, 4280, 4281, 1, 0, 0, 0, 4281, 4282, 1, 0, 0, 0, 4282, 4284, 3, 722, 361, 0, 4283, 4280, 1, 0, 0, 0, 4283, 4284, 1, 0, 0, 0, 4284, 4298, 1, 0, 0, 0, 4285, 4290, 3, 310, 155, 0, 4286, 4288, 5, 13, 0, 0, 4287, 4286, 1, 0, 0, 0, 4287, 4288, 1, 0, 0, 0, 4288, 4289, 1, 0, 0, 0, 4289, 4291, 3, 722, 361, 0, 4290, 4287, 1, 0, 0, 0, 4290, 4291, 1, 0, 0, 0, 4291, 4298, 1, 0, 0, 0, 4292, 4293, 3, 722, 361, 0, 4293, 4294, 5, 865, 0, 0, 4294, 4295, 4, 151, 3, 0, 4295, 4296, 3, 672, 336, 0, 4296, 4298, 1, 0, 0, 0, 4297, 4277, 1, 0, 0, 0, 4297, 4278, 1, 0, 0, 0, 4297, 4285, 1, 0, 0, 0, 4297, 4292, 1, 0, 0, 0, 4298, 303, 1, 0, 0, 0, 4299, 4300, 3, 718, 359, 0, 4300, 4301, 5, 865, 0, 0, 4301, 4302, 5, 850, 0, 0, 4302, 305, 1, 0, 0, 0, 4303, 4304, 5, 850, 0, 0, 4304, 307, 1, 0, 0, 0, 4305, 4306, 3, 674, 337, 0, 4306, 309, 1, 0, 0, 0, 4307, 4308, 5, 892, 0, 0, 4308, 4310, 5, 841, 0, 0, 4309, 4307, 1, 0, 0, 0, 4309, 4310, 1, 0, 0, 0, 4310, 4311, 1, 0, 0, 0, 4311, 4314, 3, 820, 410, 0, 4312, 4314, 3, 780, 390, 0, 4313, 4309, 1, 0, 0, 0, 4313, 4312, 1, 0, 0, 0, 4314, 311, 1, 0, 0, 0, 4315, 4316, 5, 88, 0, 0, 4316, 4321, 3, 236, 118, 0, 4317, 4318, 5, 868, 0, 0, 4318, 4320, 3, 236, 118, 0, 4319, 4317, 1, 0, 0, 0, 4320, 4323, 1, 0, 0, 0, 4321, 4319, 1, 0, 0, 0, 4321, 4322, 1, 0, 0, 0, 4322, 4352, 1, 0, 0, 0, 4323, 4321, 1, 0, 0, 0, 4324, 4325, 5, 88, 0, 0, 4325, 4326, 5, 372, 0, 0, 4326, 4352, 5, 882, 0, 0, 4327, 4328, 5, 88, 0, 0, 4328, 4329, 5, 128, 0, 0, 4329, 4333, 5, 882, 0, 0, 4330, 4331, 5, 26, 0, 0, 4331, 4332, 5, 155, 0, 0, 4332, 4334, 3, 704, 352, 0, 4333, 4330, 1, 0, 0, 0, 4333, 4334, 1, 0, 0, 0, 4334, 4341, 1, 0, 0, 0, 4335, 4337, 7, 47, 0, 0, 4336, 4338, 3, 314, 157, 0, 4337, 4336, 1, 0, 0, 0, 4338, 4339, 1, 0, 0, 0, 4339, 4337, 1, 0, 0, 0, 4339, 4340, 1, 0, 0, 0, 4340, 4342, 1, 0, 0, 0, 4341, 4335, 1, 0, 0, 0, 4341, 4342, 1, 0, 0, 0, 4342, 4349, 1, 0, 0, 0, 4343, 4345, 5, 102, 0, 0, 4344, 4346, 3, 316, 158, 0, 4345, 4344, 1, 0, 0, 0, 4346, 4347, 1, 0, 0, 0, 4347, 4345, 1, 0, 0, 0, 4347, 4348, 1, 0, 0, 0, 4348, 4350, 1, 0, 0, 0, 4349, 4343, 1, 0, 0, 0, 4349, 4350, 1, 0, 0, 0, 4350, 4352, 1, 0, 0, 0, 4351, 4315, 1, 0, 0, 0, 4351, 4324, 1, 0, 0, 0, 4351, 4327, 1, 0, 0, 0, 4352, 313, 1, 0, 0, 0, 4353, 4354, 5, 174, 0, 0, 4354, 4355, 5, 20, 0, 0, 4355, 4366, 5, 882, 0, 0, 4356, 4358, 5, 123, 0, 0, 4357, 4356, 1, 0, 0, 0, 4357, 4358, 1, 0, 0, 0, 4358, 4359, 1, 0, 0, 0, 4359, 4360, 5, 56, 0, 0, 4360, 4361, 5, 20, 0, 0, 4361, 4366, 5, 882, 0, 0, 4362, 4363, 5, 58, 0, 0, 4363, 4364, 5, 20, 0, 0, 4364, 4366, 5, 882, 0, 0, 4365, 4353, 1, 0, 0, 0, 4365, 4357, 1, 0, 0, 0, 4365, 4362, 1, 0, 0, 0, 4366, 315, 1, 0, 0, 0, 4367, 4368, 5, 171, 0, 0, 4368, 4369, 5, 20, 0, 0, 4369, 4374, 5, 882, 0, 0, 4370, 4371, 5, 174, 0, 0, 4371, 4372, 5, 20, 0, 0, 4372, 4374, 5, 882, 0, 0, 4373, 4367, 1, 0, 0, 0, 4373, 4370, 1, 0, 0, 0, 4374, 317, 1, 0, 0, 0, 4375, 4376, 5, 68, 0, 0, 4376, 4378, 3, 262, 131, 0, 4377, 4375, 1, 0, 0, 0, 4377, 4378, 1, 0, 0, 0, 4378, 4384, 1, 0, 0, 0, 4379, 4382, 5, 192, 0, 0, 4380, 4383, 3, 820, 410, 0, 4381, 4383, 3, 678, 339, 0, 4382, 4380, 1, 0, 0, 0, 4382, 4381, 1, 0, 0, 0, 4383, 4385, 1, 0, 0, 0, 4384, 4379, 1, 0, 0, 0, 4384, 4385, 1, 0, 0, 0, 4385, 319, 1, 0, 0, 0, 4386, 4387, 5, 74, 0, 0, 4387, 4388, 5, 20, 0, 0, 4388, 4393, 3, 326, 163, 0, 4389, 4390, 5, 868, 0, 0, 4390, 4392, 3, 326, 163, 0, 4391, 4389, 1, 0, 0, 0, 4392, 4395, 1, 0, 0, 0, 4393, 4391, 1, 0, 0, 0, 4393, 4394, 1, 0, 0, 0, 4394, 4398, 1, 0, 0, 0, 4395, 4393, 1, 0, 0, 0, 4396, 4397, 5, 194, 0, 0, 4397, 4399, 5, 584, 0, 0, 4398, 4396, 1, 0, 0, 0, 4398, 4399, 1, 0, 0, 0, 4399, 321, 1, 0, 0, 0, 4400, 4401, 5, 75, 0, 0, 4401, 4402, 3, 820, 410, 0, 4402, 323, 1, 0, 0, 0, 4403, 4404, 5, 689, 0, 0, 4404, 4405, 3, 798, 399, 0, 4405, 4406, 5, 13, 0, 0, 4406, 4407, 5, 866, 0, 0, 4407, 4408, 3, 796, 398, 0, 4408, 4418, 5, 867, 0, 0, 4409, 4410, 5, 868, 0, 0, 4410, 4411, 3, 798, 399, 0, 4411, 4412, 5, 13, 0, 0, 4412, 4413, 5, 866, 0, 0, 4413, 4414, 3, 796, 398, 0, 4414, 4415, 5, 867, 0, 0, 4415, 4417, 1, 0, 0, 0, 4416, 4409, 1, 0, 0, 0, 4417, 4420, 1, 0, 0, 0, 4418, 4416, 1, 0, 0, 0, 4418, 4419, 1, 0, 0, 0, 4419, 325, 1, 0, 0, 0, 4420, 4418, 1, 0, 0, 0, 4421, 4423, 3, 820, 410, 0, 4422, 4424, 7, 55, 0, 0, 4423, 4422, 1, 0, 0, 0, 4423, 4424, 1, 0, 0, 0, 4424, 327, 1, 0, 0, 0, 4425, 4436, 5, 100, 0, 0, 4426, 4427, 3, 330, 165, 0, 4427, 4428, 5, 868, 0, 0, 4428, 4430, 1, 0, 0, 0, 4429, 4426, 1, 0, 0, 0, 4429, 4430, 1, 0, 0, 0, 4430, 4431, 1, 0, 0, 0, 4431, 4437, 3, 330, 165, 0, 4432, 4433, 3, 330, 165, 0, 4433, 4434, 5, 509, 0, 0, 4434, 4435, 3, 330, 165, 0, 4435, 4437, 1, 0, 0, 0, 4436, 4429, 1, 0, 0, 0, 4436, 4432, 1, 0, 0, 0, 4437, 329, 1, 0, 0, 0, 4438, 4442, 3, 728, 364, 0, 4439, 4442, 3, 702, 351, 0, 4440, 4442, 3, 724, 362, 0, 4441, 4438, 1, 0, 0, 0, 4441, 4439, 1, 0, 0, 0, 4441, 4440, 1, 0, 0, 0, 4442, 331, 1, 0, 0, 0, 4443, 4444, 5, 640, 0, 0, 4444, 4453, 5, 664, 0, 0, 4445, 4450, 3, 354, 177, 0, 4446, 4447, 5, 868, 0, 0, 4447, 4449, 3, 354, 177, 0, 4448, 4446, 1, 0, 0, 0, 4449, 4452, 1, 0, 0, 0, 4450, 4448, 1, 0, 0, 0, 4450, 4451, 1, 0, 0, 0, 4451, 4454, 1, 0, 0, 0, 4452, 4450, 1, 0, 0, 0, 4453, 4445, 1, 0, 0, 0, 4453, 4454, 1, 0, 0, 0, 4454, 333, 1, 0, 0, 0, 4455, 4457, 5, 317, 0, 0, 4456, 4458, 5, 691, 0, 0, 4457, 4456, 1, 0, 0, 0, 4457, 4458, 1, 0, 0, 0, 4458, 335, 1, 0, 0, 0, 4459, 4461, 5, 341, 0, 0, 4460, 4462, 5, 691, 0, 0, 4461, 4460, 1, 0, 0, 0, 4461, 4462, 1, 0, 0, 0, 4462, 4468, 1, 0, 0, 0, 4463, 4465, 5, 11, 0, 0, 4464, 4466, 5, 502, 0, 0, 4465, 4464, 1, 0, 0, 0, 4465, 4466, 1, 0, 0, 0, 4466, 4467, 1, 0, 0, 0, 4467, 4469, 5, 326, 0, 0, 4468, 4463, 1, 0, 0, 0, 4468, 4469, 1, 0, 0, 0, 4469, 4474, 1, 0, 0, 0, 4470, 4472, 5, 502, 0, 0, 4471, 4470, 1, 0, 0, 0, 4471, 4472, 1, 0, 0, 0, 4472, 4473, 1, 0, 0, 0, 4473, 4475, 5, 140, 0, 0, 4474, 4471, 1, 0, 0, 0, 4474, 4475, 1, 0, 0, 0, 4475, 337, 1, 0, 0, 0, 4476, 4478, 5, 583, 0, 0, 4477, 4479, 5, 691, 0, 0, 4478, 4477, 1, 0, 0, 0, 4478, 4479, 1, 0, 0, 0, 4479, 4485, 1, 0, 0, 0, 4480, 4482, 5, 11, 0, 0, 4481, 4483, 5, 502, 0, 0, 4482, 4481, 1, 0, 0, 0, 4482, 4483, 1, 0, 0, 0, 4483, 4484, 1, 0, 0, 0, 4484, 4486, 5, 326, 0, 0, 4485, 4480, 1, 0, 0, 0, 4485, 4486, 1, 0, 0, 0, 4486, 4491, 1, 0, 0, 0, 4487, 4489, 5, 502, 0, 0, 4488, 4487, 1, 0, 0, 0, 4488, 4489, 1, 0, 0, 0, 4489, 4490, 1, 0, 0, 0, 4490, 4492, 5, 140, 0, 0, 4491, 4488, 1, 0, 0, 0, 4491, 4492, 1, 0, 0, 0, 4492, 339, 1, 0, 0, 0, 4493, 4494, 5, 589, 0, 0, 4494, 4495, 3, 722, 361, 0, 4495, 341, 1, 0, 0, 0, 4496, 4498, 5, 583, 0, 0, 4497, 4499, 5, 691, 0, 0, 4498, 4497, 1, 0, 0, 0, 4498, 4499, 1, 0, 0, 0, 4499, 4500, 1, 0, 0, 0, 4500, 4502, 5, 176, 0, 0, 4501, 4503, 5, 589, 0, 0, 4502, 4501, 1, 0, 0, 0, 4502, 4503, 1, 0, 0, 0, 4503, 4504, 1, 0, 0, 0, 4504, 4505, 3, 722, 361, 0, 4505, 343, 1, 0, 0, 0, 4506, 4507, 5, 140, 0, 0, 4507, 4508, 5, 589, 0, 0, 4508, 4509, 3, 722, 361, 0, 4509, 345, 1, 0, 0, 0, 4510, 4511, 5, 104, 0, 0, 4511, 4512, 7, 61, 0, 0, 4512, 4517, 3, 356, 178, 0, 4513, 4514, 5, 868, 0, 0, 4514, 4516, 3, 356, 178, 0, 4515, 4513, 1, 0, 0, 0, 4516, 4519, 1, 0, 0, 0, 4517, 4515, 1, 0, 0, 0, 4517, 4518, 1, 0, 0, 0, 4518, 347, 1, 0, 0, 0, 4519, 4517, 1, 0, 0, 0, 4520, 4521, 5, 183, 0, 0, 4521, 4522, 5, 752, 0, 0, 4522, 349, 1, 0, 0, 0, 4523, 4524, 5, 155, 0, 0, 4524, 4525, 5, 313, 0, 0, 4525, 4526, 5, 857, 0, 0, 4526, 4527, 7, 26, 0, 0, 4527, 351, 1, 0, 0, 0, 4528, 4530, 5, 155, 0, 0, 4529, 4531, 7, 62, 0, 0, 4530, 4529, 1, 0, 0, 0, 4530, 4531, 1, 0, 0, 0, 4531, 4532, 1, 0, 0, 0, 4532, 4533, 5, 664, 0, 0, 4533, 4538, 3, 360, 180, 0, 4534, 4535, 5, 868, 0, 0, 4535, 4537, 3, 360, 180, 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, 353, 1, 0, 0, 0, 4540, 4538, 1, 0, 0, 0, 4541, 4542, 5, 194, 0, 0, 4542, 4543, 5, 350, 0, 0, 4543, 4549, 5, 600, 0, 0, 4544, 4545, 5, 135, 0, 0, 4545, 4549, 5, 195, 0, 0, 4546, 4547, 5, 135, 0, 0, 4547, 4549, 5, 515, 0, 0, 4548, 4541, 1, 0, 0, 0, 4548, 4544, 1, 0, 0, 0, 4548, 4546, 1, 0, 0, 0, 4549, 355, 1, 0, 0, 0, 4550, 4555, 3, 662, 331, 0, 4551, 4553, 5, 13, 0, 0, 4552, 4551, 1, 0, 0, 0, 4552, 4553, 1, 0, 0, 0, 4553, 4554, 1, 0, 0, 0, 4554, 4556, 3, 722, 361, 0, 4555, 4552, 1, 0, 0, 0, 4555, 4556, 1, 0, 0, 0, 4556, 4557, 1, 0, 0, 0, 4557, 4558, 3, 358, 179, 0, 4558, 357, 1, 0, 0, 0, 4559, 4561, 5, 135, 0, 0, 4560, 4562, 5, 450, 0, 0, 4561, 4560, 1, 0, 0, 0, 4561, 4562, 1, 0, 0, 0, 4562, 4568, 1, 0, 0, 0, 4563, 4565, 5, 107, 0, 0, 4564, 4563, 1, 0, 0, 0, 4564, 4565, 1, 0, 0, 0, 4565, 4566, 1, 0, 0, 0, 4566, 4568, 5, 195, 0, 0, 4567, 4559, 1, 0, 0, 0, 4567, 4564, 1, 0, 0, 0, 4568, 359, 1, 0, 0, 0, 4569, 4570, 5, 440, 0, 0, 4570, 4571, 5, 448, 0, 0, 4571, 4577, 3, 362, 181, 0, 4572, 4573, 5, 135, 0, 0, 4573, 4577, 5, 195, 0, 0, 4574, 4575, 5, 135, 0, 0, 4575, 4577, 5, 515, 0, 0, 4576, 4569, 1, 0, 0, 0, 4576, 4572, 1, 0, 0, 0, 4576, 4574, 1, 0, 0, 0, 4577, 361, 1, 0, 0, 0, 4578, 4579, 5, 809, 0, 0, 4579, 4586, 5, 135, 0, 0, 4580, 4581, 5, 135, 0, 0, 4581, 4586, 5, 810, 0, 0, 4582, 4583, 5, 135, 0, 0, 4583, 4586, 5, 811, 0, 0, 4584, 4586, 5, 812, 0, 0, 4585, 4578, 1, 0, 0, 0, 4585, 4580, 1, 0, 0, 0, 4585, 4582, 1, 0, 0, 0, 4585, 4584, 1, 0, 0, 0, 4586, 363, 1, 0, 0, 0, 4587, 4588, 5, 25, 0, 0, 4588, 4589, 5, 453, 0, 0, 4589, 4590, 5, 176, 0, 0, 4590, 4595, 3, 380, 190, 0, 4591, 4592, 5, 868, 0, 0, 4592, 4594, 3, 380, 190, 0, 4593, 4591, 1, 0, 0, 0, 4594, 4597, 1, 0, 0, 0, 4595, 4593, 1, 0, 0, 0, 4595, 4596, 1, 0, 0, 0, 4596, 4599, 1, 0, 0, 0, 4597, 4595, 1, 0, 0, 0, 4598, 4600, 3, 400, 200, 0, 4599, 4598, 1, 0, 0, 0, 4599, 4600, 1, 0, 0, 0, 4600, 365, 1, 0, 0, 0, 4601, 4602, 5, 25, 0, 0, 4602, 4603, 5, 572, 0, 0, 4603, 4604, 5, 400, 0, 0, 4604, 4609, 3, 402, 201, 0, 4605, 4606, 5, 868, 0, 0, 4606, 4608, 3, 402, 201, 0, 4607, 4605, 1, 0, 0, 0, 4608, 4611, 1, 0, 0, 0, 4609, 4607, 1, 0, 0, 0, 4609, 4610, 1, 0, 0, 0, 4610, 4613, 1, 0, 0, 0, 4611, 4609, 1, 0, 0, 0, 4612, 4614, 3, 400, 200, 0, 4613, 4612, 1, 0, 0, 0, 4613, 4614, 1, 0, 0, 0, 4614, 367, 1, 0, 0, 0, 4615, 4616, 5, 25, 0, 0, 4616, 4617, 5, 572, 0, 0, 4617, 4618, 5, 605, 0, 0, 4618, 4619, 5, 176, 0, 0, 4619, 4624, 3, 390, 195, 0, 4620, 4621, 5, 868, 0, 0, 4621, 4623, 3, 390, 195, 0, 4622, 4620, 1, 0, 0, 0, 4623, 4626, 1, 0, 0, 0, 4624, 4622, 1, 0, 0, 0, 4624, 4625, 1, 0, 0, 0, 4625, 4628, 1, 0, 0, 0, 4626, 4624, 1, 0, 0, 0, 4627, 4629, 3, 400, 200, 0, 4628, 4627, 1, 0, 0, 0, 4628, 4629, 1, 0, 0, 0, 4629, 369, 1, 0, 0, 0, 4630, 4631, 5, 133, 0, 0, 4631, 4632, 7, 63, 0, 0, 4632, 4637, 5, 452, 0, 0, 4633, 4634, 5, 176, 0, 0, 4634, 4638, 5, 882, 0, 0, 4635, 4636, 5, 16, 0, 0, 4636, 4638, 5, 882, 0, 0, 4637, 4633, 1, 0, 0, 0, 4637, 4635, 1, 0, 0, 0, 4638, 371, 1, 0, 0, 0, 4639, 4640, 5, 640, 0, 0, 4640, 4649, 7, 64, 0, 0, 4641, 4646, 3, 406, 203, 0, 4642, 4643, 5, 868, 0, 0, 4643, 4645, 3, 406, 203, 0, 4644, 4642, 1, 0, 0, 0, 4645, 4648, 1, 0, 0, 0, 4646, 4644, 1, 0, 0, 0, 4646, 4647, 1, 0, 0, 0, 4647, 4650, 1, 0, 0, 0, 4648, 4646, 1, 0, 0, 0, 4649, 4641, 1, 0, 0, 0, 4649, 4650, 1, 0, 0, 0, 4650, 4653, 1, 0, 0, 0, 4651, 4652, 5, 676, 0, 0, 4652, 4654, 3, 408, 204, 0, 4653, 4651, 1, 0, 0, 0, 4653, 4654, 1, 0, 0, 0, 4654, 4658, 1, 0, 0, 0, 4655, 4657, 3, 410, 205, 0, 4656, 4655, 1, 0, 0, 0, 4657, 4660, 1, 0, 0, 0, 4658, 4656, 1, 0, 0, 0, 4658, 4659, 1, 0, 0, 0, 4659, 4662, 1, 0, 0, 0, 4660, 4658, 1, 0, 0, 0, 4661, 4663, 3, 400, 200, 0, 4662, 4661, 1, 0, 0, 0, 4662, 4663, 1, 0, 0, 0, 4663, 373, 1, 0, 0, 0, 4664, 4665, 5, 646, 0, 0, 4665, 4674, 7, 64, 0, 0, 4666, 4671, 3, 406, 203, 0, 4667, 4668, 5, 868, 0, 0, 4668, 4670, 3, 406, 203, 0, 4669, 4667, 1, 0, 0, 0, 4670, 4673, 1, 0, 0, 0, 4671, 4669, 1, 0, 0, 0, 4671, 4672, 1, 0, 0, 0, 4672, 4675, 1, 0, 0, 0, 4673, 4671, 1, 0, 0, 0, 4674, 4666, 1, 0, 0, 0, 4674, 4675, 1, 0, 0, 0, 4675, 4677, 1, 0, 0, 0, 4676, 4678, 3, 400, 200, 0, 4677, 4676, 1, 0, 0, 0, 4677, 4678, 1, 0, 0, 0, 4678, 375, 1, 0, 0, 0, 4679, 4680, 5, 640, 0, 0, 4680, 4684, 5, 415, 0, 0, 4681, 4682, 5, 678, 0, 0, 4682, 4683, 5, 857, 0, 0, 4683, 4685, 5, 882, 0, 0, 4684, 4681, 1, 0, 0, 0, 4684, 4685, 1, 0, 0, 0, 4685, 4690, 1, 0, 0, 0, 4686, 4687, 5, 868, 0, 0, 4687, 4688, 5, 529, 0, 0, 4688, 4689, 5, 857, 0, 0, 4689, 4691, 5, 882, 0, 0, 4690, 4686, 1, 0, 0, 0, 4690, 4691, 1, 0, 0, 0, 4691, 4696, 1, 0, 0, 0, 4692, 4693, 5, 868, 0, 0, 4693, 4694, 5, 363, 0, 0, 4694, 4695, 5, 857, 0, 0, 4695, 4697, 5, 882, 0, 0, 4696, 4692, 1, 0, 0, 0, 4696, 4697, 1, 0, 0, 0, 4697, 377, 1, 0, 0, 0, 4698, 4699, 5, 646, 0, 0, 4699, 4700, 5, 415, 0, 0, 4700, 379, 1, 0, 0, 0, 4701, 4702, 3, 382, 191, 0, 4702, 4703, 5, 857, 0, 0, 4703, 4704, 5, 882, 0, 0, 4704, 4729, 1, 0, 0, 0, 4705, 4706, 3, 384, 192, 0, 4706, 4707, 5, 857, 0, 0, 4707, 4708, 3, 728, 364, 0, 4708, 4729, 1, 0, 0, 0, 4709, 4710, 3, 386, 193, 0, 4710, 4711, 5, 857, 0, 0, 4711, 4712, 7, 26, 0, 0, 4712, 4729, 1, 0, 0, 0, 4713, 4729, 3, 388, 194, 0, 4714, 4715, 5, 424, 0, 0, 4715, 4716, 5, 857, 0, 0, 4716, 4725, 5, 866, 0, 0, 4717, 4722, 3, 722, 361, 0, 4718, 4719, 5, 868, 0, 0, 4719, 4721, 3, 722, 361, 0, 4720, 4718, 1, 0, 0, 0, 4721, 4724, 1, 0, 0, 0, 4722, 4720, 1, 0, 0, 0, 4722, 4723, 1, 0, 0, 0, 4723, 4726, 1, 0, 0, 0, 4724, 4722, 1, 0, 0, 0, 4725, 4717, 1, 0, 0, 0, 4725, 4726, 1, 0, 0, 0, 4726, 4727, 1, 0, 0, 0, 4727, 4729, 5, 867, 0, 0, 4728, 4701, 1, 0, 0, 0, 4728, 4705, 1, 0, 0, 0, 4728, 4709, 1, 0, 0, 0, 4728, 4713, 1, 0, 0, 0, 4728, 4714, 1, 0, 0, 0, 4729, 381, 1, 0, 0, 0, 4730, 4731, 7, 65, 0, 0, 4731, 383, 1, 0, 0, 0, 4732, 4733, 7, 66, 0, 0, 4733, 385, 1, 0, 0, 0, 4734, 4735, 7, 67, 0, 0, 4735, 387, 1, 0, 0, 0, 4736, 4737, 5, 543, 0, 0, 4737, 4738, 5, 857, 0, 0, 4738, 4750, 7, 68, 0, 0, 4739, 4740, 5, 574, 0, 0, 4740, 4741, 5, 857, 0, 0, 4741, 4750, 7, 69, 0, 0, 4742, 4743, 5, 310, 0, 0, 4743, 4747, 5, 857, 0, 0, 4744, 4748, 5, 507, 0, 0, 4745, 4748, 5, 450, 0, 0, 4746, 4748, 3, 412, 206, 0, 4747, 4744, 1, 0, 0, 0, 4747, 4745, 1, 0, 0, 0, 4747, 4746, 1, 0, 0, 0, 4748, 4750, 1, 0, 0, 0, 4749, 4736, 1, 0, 0, 0, 4749, 4739, 1, 0, 0, 0, 4749, 4742, 1, 0, 0, 0, 4750, 389, 1, 0, 0, 0, 4751, 4752, 3, 392, 196, 0, 4752, 4753, 5, 857, 0, 0, 4753, 4754, 5, 882, 0, 0, 4754, 4779, 1, 0, 0, 0, 4755, 4756, 3, 394, 197, 0, 4756, 4757, 5, 857, 0, 0, 4757, 4758, 3, 728, 364, 0, 4758, 4779, 1, 0, 0, 0, 4759, 4760, 3, 396, 198, 0, 4760, 4761, 5, 857, 0, 0, 4761, 4762, 7, 26, 0, 0, 4762, 4779, 1, 0, 0, 0, 4763, 4779, 3, 398, 199, 0, 4764, 4765, 5, 424, 0, 0, 4765, 4766, 5, 857, 0, 0, 4766, 4775, 5, 866, 0, 0, 4767, 4772, 3, 722, 361, 0, 4768, 4769, 5, 868, 0, 0, 4769, 4771, 3, 722, 361, 0, 4770, 4768, 1, 0, 0, 0, 4771, 4774, 1, 0, 0, 0, 4772, 4770, 1, 0, 0, 0, 4772, 4773, 1, 0, 0, 0, 4773, 4776, 1, 0, 0, 0, 4774, 4772, 1, 0, 0, 0, 4775, 4767, 1, 0, 0, 0, 4775, 4776, 1, 0, 0, 0, 4776, 4777, 1, 0, 0, 0, 4777, 4779, 5, 867, 0, 0, 4778, 4751, 1, 0, 0, 0, 4778, 4755, 1, 0, 0, 0, 4778, 4759, 1, 0, 0, 0, 4778, 4763, 1, 0, 0, 0, 4778, 4764, 1, 0, 0, 0, 4779, 391, 1, 0, 0, 0, 4780, 4781, 7, 70, 0, 0, 4781, 393, 1, 0, 0, 0, 4782, 4783, 7, 71, 0, 0, 4783, 395, 1, 0, 0, 0, 4784, 4785, 7, 72, 0, 0, 4785, 397, 1, 0, 0, 0, 4786, 4787, 5, 543, 0, 0, 4787, 4788, 5, 857, 0, 0, 4788, 4800, 7, 68, 0, 0, 4789, 4790, 5, 574, 0, 0, 4790, 4791, 5, 857, 0, 0, 4791, 4800, 7, 73, 0, 0, 4792, 4793, 5, 310, 0, 0, 4793, 4797, 5, 857, 0, 0, 4794, 4798, 5, 507, 0, 0, 4795, 4798, 5, 450, 0, 0, 4796, 4798, 3, 412, 206, 0, 4797, 4794, 1, 0, 0, 0, 4797, 4795, 1, 0, 0, 0, 4797, 4796, 1, 0, 0, 0, 4798, 4800, 1, 0, 0, 0, 4799, 4786, 1, 0, 0, 0, 4799, 4789, 1, 0, 0, 0, 4799, 4792, 1, 0, 0, 0, 4800, 399, 1, 0, 0, 0, 4801, 4802, 5, 65, 0, 0, 4802, 4803, 5, 328, 0, 0, 4803, 4804, 5, 882, 0, 0, 4804, 401, 1, 0, 0, 0, 4805, 4806, 5, 565, 0, 0, 4806, 4807, 5, 857, 0, 0, 4807, 4808, 5, 866, 0, 0, 4808, 4813, 3, 638, 319, 0, 4809, 4810, 5, 868, 0, 0, 4810, 4812, 3, 638, 319, 0, 4811, 4809, 1, 0, 0, 0, 4812, 4815, 1, 0, 0, 0, 4813, 4811, 1, 0, 0, 0, 4813, 4814, 1, 0, 0, 0, 4814, 4816, 1, 0, 0, 0, 4815, 4813, 1, 0, 0, 0, 4816, 4817, 5, 867, 0, 0, 4817, 4869, 1, 0, 0, 0, 4818, 4819, 5, 567, 0, 0, 4819, 4820, 5, 857, 0, 0, 4820, 4821, 5, 866, 0, 0, 4821, 4826, 3, 638, 319, 0, 4822, 4823, 5, 868, 0, 0, 4823, 4825, 3, 638, 319, 0, 4824, 4822, 1, 0, 0, 0, 4825, 4828, 1, 0, 0, 0, 4826, 4824, 1, 0, 0, 0, 4826, 4827, 1, 0, 0, 0, 4827, 4829, 1, 0, 0, 0, 4828, 4826, 1, 0, 0, 0, 4829, 4830, 5, 867, 0, 0, 4830, 4869, 1, 0, 0, 0, 4831, 4832, 5, 566, 0, 0, 4832, 4833, 5, 857, 0, 0, 4833, 4834, 5, 866, 0, 0, 4834, 4835, 3, 660, 330, 0, 4835, 4836, 5, 867, 0, 0, 4836, 4869, 1, 0, 0, 0, 4837, 4838, 5, 568, 0, 0, 4838, 4839, 5, 857, 0, 0, 4839, 4840, 5, 866, 0, 0, 4840, 4841, 3, 660, 330, 0, 4841, 4842, 5, 867, 0, 0, 4842, 4869, 1, 0, 0, 0, 4843, 4844, 5, 570, 0, 0, 4844, 4845, 5, 857, 0, 0, 4845, 4846, 5, 866, 0, 0, 4846, 4847, 3, 766, 383, 0, 4847, 4848, 5, 867, 0, 0, 4848, 4869, 1, 0, 0, 0, 4849, 4850, 5, 571, 0, 0, 4850, 4851, 5, 857, 0, 0, 4851, 4852, 5, 866, 0, 0, 4852, 4853, 3, 766, 383, 0, 4853, 4854, 5, 867, 0, 0, 4854, 4869, 1, 0, 0, 0, 4855, 4856, 5, 569, 0, 0, 4856, 4857, 5, 857, 0, 0, 4857, 4858, 5, 866, 0, 0, 4858, 4863, 3, 404, 202, 0, 4859, 4860, 5, 868, 0, 0, 4860, 4862, 3, 404, 202, 0, 4861, 4859, 1, 0, 0, 0, 4862, 4865, 1, 0, 0, 0, 4863, 4861, 1, 0, 0, 0, 4863, 4864, 1, 0, 0, 0, 4864, 4866, 1, 0, 0, 0, 4865, 4863, 1, 0, 0, 0, 4866, 4867, 5, 867, 0, 0, 4867, 4869, 1, 0, 0, 0, 4868, 4805, 1, 0, 0, 0, 4868, 4818, 1, 0, 0, 0, 4868, 4831, 1, 0, 0, 0, 4868, 4837, 1, 0, 0, 0, 4868, 4843, 1, 0, 0, 0, 4868, 4849, 1, 0, 0, 0, 4868, 4855, 1, 0, 0, 0, 4869, 403, 1, 0, 0, 0, 4870, 4871, 5, 866, 0, 0, 4871, 4872, 3, 662, 331, 0, 4872, 4873, 5, 868, 0, 0, 4873, 4874, 3, 662, 331, 0, 4874, 4875, 5, 867, 0, 0, 4875, 405, 1, 0, 0, 0, 4876, 4877, 7, 74, 0, 0, 4877, 407, 1, 0, 0, 0, 4878, 4879, 7, 75, 0, 0, 4879, 4880, 5, 857, 0, 0, 4880, 4904, 3, 412, 206, 0, 4881, 4882, 5, 460, 0, 0, 4882, 4883, 5, 857, 0, 0, 4883, 4884, 5, 882, 0, 0, 4884, 4885, 5, 868, 0, 0, 4885, 4886, 5, 461, 0, 0, 4886, 4887, 5, 857, 0, 0, 4887, 4904, 3, 728, 364, 0, 4888, 4889, 5, 611, 0, 0, 4889, 4890, 5, 857, 0, 0, 4890, 4891, 5, 882, 0, 0, 4891, 4892, 5, 868, 0, 0, 4892, 4893, 5, 612, 0, 0, 4893, 4894, 5, 857, 0, 0, 4894, 4904, 3, 728, 364, 0, 4895, 4896, 5, 557, 0, 0, 4896, 4897, 5, 857, 0, 0, 4897, 4898, 5, 882, 0, 0, 4898, 4899, 5, 868, 0, 0, 4899, 4900, 5, 558, 0, 0, 4900, 4901, 5, 857, 0, 0, 4901, 4904, 3, 728, 364, 0, 4902, 4904, 5, 634, 0, 0, 4903, 4878, 1, 0, 0, 0, 4903, 4881, 1, 0, 0, 0, 4903, 4888, 1, 0, 0, 0, 4903, 4895, 1, 0, 0, 0, 4903, 4902, 1, 0, 0, 0, 4904, 409, 1, 0, 0, 0, 4905, 4906, 5, 678, 0, 0, 4906, 4907, 5, 857, 0, 0, 4907, 4918, 5, 882, 0, 0, 4908, 4909, 5, 529, 0, 0, 4909, 4910, 5, 857, 0, 0, 4910, 4918, 5, 882, 0, 0, 4911, 4912, 5, 363, 0, 0, 4912, 4913, 5, 857, 0, 0, 4913, 4918, 5, 882, 0, 0, 4914, 4915, 5, 535, 0, 0, 4915, 4916, 5, 857, 0, 0, 4916, 4918, 5, 882, 0, 0, 4917, 4905, 1, 0, 0, 0, 4917, 4908, 1, 0, 0, 0, 4917, 4911, 1, 0, 0, 0, 4917, 4914, 1, 0, 0, 0, 4918, 411, 1, 0, 0, 0, 4919, 4924, 3, 712, 356, 0, 4920, 4921, 5, 868, 0, 0, 4921, 4923, 3, 712, 356, 0, 4922, 4920, 1, 0, 0, 0, 4923, 4926, 1, 0, 0, 0, 4924, 4922, 1, 0, 0, 0, 4924, 4925, 1, 0, 0, 0, 4925, 4929, 1, 0, 0, 0, 4926, 4924, 1, 0, 0, 0, 4927, 4929, 5, 882, 0, 0, 4928, 4919, 1, 0, 0, 0, 4928, 4927, 1, 0, 0, 0, 4929, 413, 1, 0, 0, 0, 4930, 4931, 5, 694, 0, 0, 4931, 4932, 7, 76, 0, 0, 4932, 4934, 3, 714, 357, 0, 4933, 4935, 7, 77, 0, 0, 4934, 4933, 1, 0, 0, 0, 4934, 4935, 1, 0, 0, 0, 4935, 415, 1, 0, 0, 0, 4936, 4937, 5, 694, 0, 0, 4937, 4938, 5, 378, 0, 0, 4938, 4944, 3, 714, 357, 0, 4939, 4942, 5, 654, 0, 0, 4940, 4941, 5, 65, 0, 0, 4941, 4943, 5, 489, 0, 0, 4942, 4940, 1, 0, 0, 0, 4942, 4943, 1, 0, 0, 0, 4943, 4945, 1, 0, 0, 0, 4944, 4939, 1, 0, 0, 0, 4944, 4945, 1, 0, 0, 0, 4945, 417, 1, 0, 0, 0, 4946, 4947, 5, 694, 0, 0, 4947, 4948, 5, 540, 0, 0, 4948, 4949, 3, 714, 357, 0, 4949, 419, 1, 0, 0, 0, 4950, 4951, 5, 694, 0, 0, 4951, 4952, 5, 341, 0, 0, 4952, 4955, 3, 714, 357, 0, 4953, 4954, 5, 513, 0, 0, 4954, 4956, 5, 533, 0, 0, 4955, 4953, 1, 0, 0, 0, 4955, 4956, 1, 0, 0, 0, 4956, 421, 1, 0, 0, 0, 4957, 4958, 5, 694, 0, 0, 4958, 4959, 5, 583, 0, 0, 4959, 4960, 3, 714, 357, 0, 4960, 423, 1, 0, 0, 0, 4961, 4962, 5, 694, 0, 0, 4962, 4965, 5, 551, 0, 0, 4963, 4964, 5, 33, 0, 0, 4964, 4966, 3, 714, 357, 0, 4965, 4963, 1, 0, 0, 0, 4965, 4966, 1, 0, 0, 0, 4966, 425, 1, 0, 0, 0, 4967, 4968, 5, 540, 0, 0, 4968, 4969, 3, 722, 361, 0, 4969, 4972, 5, 68, 0, 0, 4970, 4973, 5, 882, 0, 0, 4971, 4973, 5, 892, 0, 0, 4972, 4970, 1, 0, 0, 0, 4972, 4971, 1, 0, 0, 0, 4973, 427, 1, 0, 0, 0, 4974, 4975, 5, 717, 0, 0, 4975, 4978, 3, 722, 361, 0, 4976, 4977, 5, 188, 0, 0, 4977, 4979, 3, 768, 384, 0, 4978, 4976, 1, 0, 0, 0, 4978, 4979, 1, 0, 0, 0, 4979, 429, 1, 0, 0, 0, 4980, 4981, 7, 78, 0, 0, 4981, 4982, 5, 540, 0, 0, 4982, 4983, 3, 722, 361, 0, 4983, 431, 1, 0, 0, 0, 4984, 4987, 3, 434, 217, 0, 4985, 4987, 3, 4, 2, 0, 4986, 4984, 1, 0, 0, 0, 4986, 4985, 1, 0, 0, 0, 4987, 433, 1, 0, 0, 0, 4988, 4989, 3, 722, 361, 0, 4989, 4990, 5, 878, 0, 0, 4990, 4992, 1, 0, 0, 0, 4991, 4988, 1, 0, 0, 0, 4991, 4992, 1, 0, 0, 0, 4992, 4993, 1, 0, 0, 0, 4993, 4999, 5, 317, 0, 0, 4994, 4995, 3, 454, 227, 0, 4995, 4996, 5, 869, 0, 0, 4996, 4998, 1, 0, 0, 0, 4997, 4994, 1, 0, 0, 0, 4998, 5001, 1, 0, 0, 0, 4999, 4997, 1, 0, 0, 0, 4999, 5000, 1, 0, 0, 0, 5000, 5007, 1, 0, 0, 0, 5001, 4999, 1, 0, 0, 0, 5002, 5003, 3, 456, 228, 0, 5003, 5004, 5, 869, 0, 0, 5004, 5006, 1, 0, 0, 0, 5005, 5002, 1, 0, 0, 0, 5006, 5009, 1, 0, 0, 0, 5007, 5005, 1, 0, 0, 0, 5007, 5008, 1, 0, 0, 0, 5008, 5015, 1, 0, 0, 0, 5009, 5007, 1, 0, 0, 0, 5010, 5011, 3, 458, 229, 0, 5011, 5012, 5, 869, 0, 0, 5012, 5014, 1, 0, 0, 0, 5013, 5010, 1, 0, 0, 0, 5014, 5017, 1, 0, 0, 0, 5015, 5013, 1, 0, 0, 0, 5015, 5016, 1, 0, 0, 0, 5016, 5023, 1, 0, 0, 0, 5017, 5015, 1, 0, 0, 0, 5018, 5019, 3, 460, 230, 0, 5019, 5020, 5, 869, 0, 0, 5020, 5022, 1, 0, 0, 0, 5021, 5018, 1, 0, 0, 0, 5022, 5025, 1, 0, 0, 0, 5023, 5021, 1, 0, 0, 0, 5023, 5024, 1, 0, 0, 0, 5024, 5029, 1, 0, 0, 0, 5025, 5023, 1, 0, 0, 0, 5026, 5028, 3, 464, 232, 0, 5027, 5026, 1, 0, 0, 0, 5028, 5031, 1, 0, 0, 0, 5029, 5027, 1, 0, 0, 0, 5029, 5030, 1, 0, 0, 0, 5030, 5032, 1, 0, 0, 0, 5031, 5029, 1, 0, 0, 0, 5032, 5034, 5, 378, 0, 0, 5033, 5035, 3, 722, 361, 0, 5034, 5033, 1, 0, 0, 0, 5034, 5035, 1, 0, 0, 0, 5035, 435, 1, 0, 0, 0, 5036, 5039, 5, 23, 0, 0, 5037, 5040, 3, 722, 361, 0, 5038, 5040, 3, 820, 410, 0, 5039, 5037, 1, 0, 0, 0, 5039, 5038, 1, 0, 0, 0, 5039, 5040, 1, 0, 0, 0, 5040, 5042, 1, 0, 0, 0, 5041, 5043, 3, 466, 233, 0, 5042, 5041, 1, 0, 0, 0, 5043, 5044, 1, 0, 0, 0, 5044, 5042, 1, 0, 0, 0, 5044, 5045, 1, 0, 0, 0, 5045, 5052, 1, 0, 0, 0, 5046, 5048, 5, 53, 0, 0, 5047, 5049, 3, 464, 232, 0, 5048, 5047, 1, 0, 0, 0, 5049, 5050, 1, 0, 0, 0, 5050, 5048, 1, 0, 0, 0, 5050, 5051, 1, 0, 0, 0, 5051, 5053, 1, 0, 0, 0, 5052, 5046, 1, 0, 0, 0, 5052, 5053, 1, 0, 0, 0, 5053, 5054, 1, 0, 0, 0, 5054, 5055, 5, 378, 0, 0, 5055, 5056, 5, 23, 0, 0, 5056, 437, 1, 0, 0, 0, 5057, 5058, 5, 78, 0, 0, 5058, 5059, 3, 820, 410, 0, 5059, 5061, 5, 175, 0, 0, 5060, 5062, 3, 464, 232, 0, 5061, 5060, 1, 0, 0, 0, 5062, 5063, 1, 0, 0, 0, 5063, 5061, 1, 0, 0, 0, 5063, 5064, 1, 0, 0, 0, 5064, 5068, 1, 0, 0, 0, 5065, 5067, 3, 468, 234, 0, 5066, 5065, 1, 0, 0, 0, 5067, 5070, 1, 0, 0, 0, 5068, 5066, 1, 0, 0, 0, 5068, 5069, 1, 0, 0, 0, 5069, 5077, 1, 0, 0, 0, 5070, 5068, 1, 0, 0, 0, 5071, 5073, 5, 53, 0, 0, 5072, 5074, 3, 464, 232, 0, 5073, 5072, 1, 0, 0, 0, 5074, 5075, 1, 0, 0, 0, 5075, 5073, 1, 0, 0, 0, 5075, 5076, 1, 0, 0, 0, 5076, 5078, 1, 0, 0, 0, 5077, 5071, 1, 0, 0, 0, 5077, 5078, 1, 0, 0, 0, 5078, 5079, 1, 0, 0, 0, 5079, 5080, 5, 378, 0, 0, 5080, 5081, 5, 78, 0, 0, 5081, 439, 1, 0, 0, 0, 5082, 5083, 5, 90, 0, 0, 5083, 5084, 3, 722, 361, 0, 5084, 441, 1, 0, 0, 0, 5085, 5086, 5, 97, 0, 0, 5086, 5087, 3, 722, 361, 0, 5087, 443, 1, 0, 0, 0, 5088, 5089, 3, 722, 361, 0, 5089, 5090, 5, 878, 0, 0, 5090, 5092, 1, 0, 0, 0, 5091, 5088, 1, 0, 0, 0, 5091, 5092, 1, 0, 0, 0, 5092, 5093, 1, 0, 0, 0, 5093, 5095, 5, 106, 0, 0, 5094, 5096, 3, 464, 232, 0, 5095, 5094, 1, 0, 0, 0, 5096, 5097, 1, 0, 0, 0, 5097, 5095, 1, 0, 0, 0, 5097, 5098, 1, 0, 0, 0, 5098, 5099, 1, 0, 0, 0, 5099, 5100, 5, 378, 0, 0, 5100, 5102, 5, 106, 0, 0, 5101, 5103, 3, 722, 361, 0, 5102, 5101, 1, 0, 0, 0, 5102, 5103, 1, 0, 0, 0, 5103, 445, 1, 0, 0, 0, 5104, 5105, 3, 722, 361, 0, 5105, 5106, 5, 878, 0, 0, 5106, 5108, 1, 0, 0, 0, 5107, 5104, 1, 0, 0, 0, 5107, 5108, 1, 0, 0, 0, 5108, 5109, 1, 0, 0, 0, 5109, 5111, 5, 142, 0, 0, 5110, 5112, 3, 464, 232, 0, 5111, 5110, 1, 0, 0, 0, 5112, 5113, 1, 0, 0, 0, 5113, 5111, 1, 0, 0, 0, 5113, 5114, 1, 0, 0, 0, 5114, 5115, 1, 0, 0, 0, 5115, 5116, 5, 676, 0, 0, 5116, 5117, 3, 820, 410, 0, 5117, 5118, 5, 378, 0, 0, 5118, 5120, 5, 142, 0, 0, 5119, 5121, 3, 722, 361, 0, 5120, 5119, 1, 0, 0, 0, 5120, 5121, 1, 0, 0, 0, 5121, 447, 1, 0, 0, 0, 5122, 5123, 5, 148, 0, 0, 5123, 5124, 3, 820, 410, 0, 5124, 449, 1, 0, 0, 0, 5125, 5126, 3, 722, 361, 0, 5126, 5127, 5, 878, 0, 0, 5127, 5129, 1, 0, 0, 0, 5128, 5125, 1, 0, 0, 0, 5128, 5129, 1, 0, 0, 0, 5129, 5130, 1, 0, 0, 0, 5130, 5131, 5, 193, 0, 0, 5131, 5132, 3, 820, 410, 0, 5132, 5134, 5, 371, 0, 0, 5133, 5135, 3, 464, 232, 0, 5134, 5133, 1, 0, 0, 0, 5135, 5136, 1, 0, 0, 0, 5136, 5134, 1, 0, 0, 0, 5136, 5137, 1, 0, 0, 0, 5137, 5138, 1, 0, 0, 0, 5138, 5139, 5, 378, 0, 0, 5139, 5141, 5, 193, 0, 0, 5140, 5142, 3, 722, 361, 0, 5141, 5140, 1, 0, 0, 0, 5141, 5142, 1, 0, 0, 0, 5142, 451, 1, 0, 0, 0, 5143, 5144, 5, 334, 0, 0, 5144, 5159, 3, 722, 361, 0, 5145, 5150, 5, 64, 0, 0, 5146, 5148, 5, 501, 0, 0, 5147, 5146, 1, 0, 0, 0, 5147, 5148, 1, 0, 0, 0, 5148, 5149, 1, 0, 0, 0, 5149, 5151, 5, 68, 0, 0, 5150, 5147, 1, 0, 0, 0, 5150, 5151, 1, 0, 0, 0, 5151, 5152, 1, 0, 0, 0, 5152, 5153, 3, 722, 361, 0, 5153, 5154, 5, 88, 0, 0, 5154, 5155, 3, 720, 360, 0, 5155, 5159, 1, 0, 0, 0, 5156, 5157, 5, 516, 0, 0, 5157, 5159, 3, 722, 361, 0, 5158, 5143, 1, 0, 0, 0, 5158, 5145, 1, 0, 0, 0, 5158, 5156, 1, 0, 0, 0, 5159, 453, 1, 0, 0, 0, 5160, 5161, 5, 41, 0, 0, 5161, 5162, 3, 720, 360, 0, 5162, 5165, 3, 742, 371, 0, 5163, 5164, 5, 42, 0, 0, 5164, 5166, 3, 820, 410, 0, 5165, 5163, 1, 0, 0, 0, 5165, 5166, 1, 0, 0, 0, 5166, 455, 1, 0, 0, 0, 5167, 5168, 5, 41, 0, 0, 5168, 5169, 3, 722, 361, 0, 5169, 5170, 5, 30, 0, 0, 5170, 5177, 5, 65, 0, 0, 5171, 5178, 3, 728, 364, 0, 5172, 5174, 5, 164, 0, 0, 5173, 5175, 5, 682, 0, 0, 5174, 5173, 1, 0, 0, 0, 5174, 5175, 1, 0, 0, 0, 5175, 5176, 1, 0, 0, 0, 5176, 5178, 5, 882, 0, 0, 5177, 5171, 1, 0, 0, 0, 5177, 5172, 1, 0, 0, 0, 5178, 457, 1, 0, 0, 0, 5179, 5180, 5, 41, 0, 0, 5180, 5181, 3, 722, 361, 0, 5181, 5182, 5, 38, 0, 0, 5182, 5183, 5, 65, 0, 0, 5183, 5184, 3, 210, 105, 0, 5184, 459, 1, 0, 0, 0, 5185, 5186, 5, 41, 0, 0, 5186, 5187, 7, 79, 0, 0, 5187, 5188, 5, 417, 0, 0, 5188, 5189, 5, 65, 0, 0, 5189, 5194, 3, 462, 231, 0, 5190, 5191, 5, 868, 0, 0, 5191, 5193, 3, 462, 231, 0, 5192, 5190, 1, 0, 0, 0, 5193, 5196, 1, 0, 0, 0, 5194, 5192, 1, 0, 0, 0, 5194, 5195, 1, 0, 0, 0, 5195, 5197, 1, 0, 0, 0, 5196, 5194, 1, 0, 0, 0, 5197, 5198, 3, 432, 216, 0, 5198, 461, 1, 0, 0, 0, 5199, 5211, 3, 728, 364, 0, 5200, 5202, 5, 164, 0, 0, 5201, 5203, 5, 682, 0, 0, 5202, 5201, 1, 0, 0, 0, 5202, 5203, 1, 0, 0, 0, 5203, 5204, 1, 0, 0, 0, 5204, 5211, 5, 882, 0, 0, 5205, 5211, 3, 722, 361, 0, 5206, 5211, 5, 165, 0, 0, 5207, 5208, 5, 114, 0, 0, 5208, 5211, 5, 407, 0, 0, 5209, 5211, 5, 163, 0, 0, 5210, 5199, 1, 0, 0, 0, 5210, 5200, 1, 0, 0, 0, 5210, 5205, 1, 0, 0, 0, 5210, 5206, 1, 0, 0, 0, 5210, 5207, 1, 0, 0, 0, 5210, 5209, 1, 0, 0, 0, 5211, 463, 1, 0, 0, 0, 5212, 5215, 3, 18, 9, 0, 5213, 5215, 3, 4, 2, 0, 5214, 5212, 1, 0, 0, 0, 5214, 5213, 1, 0, 0, 0, 5215, 5216, 1, 0, 0, 0, 5216, 5217, 5, 869, 0, 0, 5217, 465, 1, 0, 0, 0, 5218, 5221, 5, 191, 0, 0, 5219, 5222, 3, 740, 370, 0, 5220, 5222, 3, 820, 410, 0, 5221, 5219, 1, 0, 0, 0, 5221, 5220, 1, 0, 0, 0, 5222, 5223, 1, 0, 0, 0, 5223, 5225, 5, 175, 0, 0, 5224, 5226, 3, 464, 232, 0, 5225, 5224, 1, 0, 0, 0, 5226, 5227, 1, 0, 0, 0, 5227, 5225, 1, 0, 0, 0, 5227, 5228, 1, 0, 0, 0, 5228, 467, 1, 0, 0, 0, 5229, 5230, 5, 54, 0, 0, 5230, 5231, 3, 820, 410, 0, 5231, 5233, 5, 175, 0, 0, 5232, 5234, 3, 464, 232, 0, 5233, 5232, 1, 0, 0, 0, 5234, 5235, 1, 0, 0, 0, 5235, 5233, 1, 0, 0, 0, 5235, 5236, 1, 0, 0, 0, 5236, 469, 1, 0, 0, 0, 5237, 5238, 5, 8, 0, 0, 5238, 5240, 5, 678, 0, 0, 5239, 5241, 3, 774, 387, 0, 5240, 5239, 1, 0, 0, 0, 5240, 5241, 1, 0, 0, 0, 5241, 5298, 1, 0, 0, 0, 5242, 5247, 3, 502, 251, 0, 5243, 5244, 5, 868, 0, 0, 5244, 5246, 3, 502, 251, 0, 5245, 5243, 1, 0, 0, 0, 5246, 5249, 1, 0, 0, 0, 5247, 5245, 1, 0, 0, 0, 5247, 5248, 1, 0, 0, 0, 5248, 5299, 1, 0, 0, 0, 5249, 5247, 1, 0, 0, 0, 5250, 5255, 3, 504, 252, 0, 5251, 5252, 5, 868, 0, 0, 5252, 5254, 3, 504, 252, 0, 5253, 5251, 1, 0, 0, 0, 5254, 5257, 1, 0, 0, 0, 5255, 5253, 1, 0, 0, 0, 5255, 5256, 1, 0, 0, 0, 5256, 5272, 1, 0, 0, 0, 5257, 5255, 1, 0, 0, 0, 5258, 5270, 5, 144, 0, 0, 5259, 5271, 5, 505, 0, 0, 5260, 5267, 3, 516, 258, 0, 5261, 5263, 5, 11, 0, 0, 5262, 5261, 1, 0, 0, 0, 5262, 5263, 1, 0, 0, 0, 5263, 5264, 1, 0, 0, 0, 5264, 5266, 3, 516, 258, 0, 5265, 5262, 1, 0, 0, 0, 5266, 5269, 1, 0, 0, 0, 5267, 5265, 1, 0, 0, 0, 5267, 5268, 1, 0, 0, 0, 5268, 5271, 1, 0, 0, 0, 5269, 5267, 1, 0, 0, 0, 5270, 5259, 1, 0, 0, 0, 5270, 5260, 1, 0, 0, 0, 5271, 5273, 1, 0, 0, 0, 5272, 5258, 1, 0, 0, 0, 5272, 5273, 1, 0, 0, 0, 5273, 5280, 1, 0, 0, 0, 5274, 5276, 5, 194, 0, 0, 5275, 5277, 3, 518, 259, 0, 5276, 5275, 1, 0, 0, 0, 5277, 5278, 1, 0, 0, 0, 5278, 5276, 1, 0, 0, 0, 5278, 5279, 1, 0, 0, 0, 5279, 5281, 1, 0, 0, 0, 5280, 5274, 1, 0, 0, 0, 5280, 5281, 1, 0, 0, 0, 5281, 5286, 1, 0, 0, 0, 5282, 5285, 3, 520, 260, 0, 5283, 5285, 3, 522, 261, 0, 5284, 5282, 1, 0, 0, 0, 5284, 5283, 1, 0, 0, 0, 5285, 5288, 1, 0, 0, 0, 5286, 5284, 1, 0, 0, 0, 5286, 5287, 1, 0, 0, 0, 5287, 5291, 1, 0, 0, 0, 5288, 5286, 1, 0, 0, 0, 5289, 5290, 7, 80, 0, 0, 5290, 5292, 5, 882, 0, 0, 5291, 5289, 1, 0, 0, 0, 5291, 5292, 1, 0, 0, 0, 5292, 5299, 1, 0, 0, 0, 5293, 5294, 3, 666, 333, 0, 5294, 5295, 5, 42, 0, 0, 5295, 5296, 5, 582, 0, 0, 5296, 5297, 3, 478, 239, 0, 5297, 5299, 1, 0, 0, 0, 5298, 5242, 1, 0, 0, 0, 5298, 5250, 1, 0, 0, 0, 5298, 5293, 1, 0, 0, 0, 5299, 471, 1, 0, 0, 0, 5300, 5301, 5, 34, 0, 0, 5301, 5303, 5, 678, 0, 0, 5302, 5304, 3, 776, 388, 0, 5303, 5302, 1, 0, 0, 0, 5303, 5304, 1, 0, 0, 0, 5304, 5305, 1, 0, 0, 0, 5305, 5307, 3, 700, 350, 0, 5306, 5308, 3, 506, 253, 0, 5307, 5306, 1, 0, 0, 0, 5307, 5308, 1, 0, 0, 0, 5308, 5316, 1, 0, 0, 0, 5309, 5310, 5, 868, 0, 0, 5310, 5312, 3, 700, 350, 0, 5311, 5313, 3, 506, 253, 0, 5312, 5311, 1, 0, 0, 0, 5312, 5313, 1, 0, 0, 0, 5313, 5315, 1, 0, 0, 0, 5314, 5309, 1, 0, 0, 0, 5315, 5318, 1, 0, 0, 0, 5316, 5314, 1, 0, 0, 0, 5316, 5317, 1, 0, 0, 0, 5317, 5322, 1, 0, 0, 0, 5318, 5316, 1, 0, 0, 0, 5319, 5320, 5, 42, 0, 0, 5320, 5321, 5, 582, 0, 0, 5321, 5323, 3, 478, 239, 0, 5322, 5319, 1, 0, 0, 0, 5322, 5323, 1, 0, 0, 0, 5323, 5338, 1, 0, 0, 0, 5324, 5336, 5, 144, 0, 0, 5325, 5337, 5, 505, 0, 0, 5326, 5333, 3, 516, 258, 0, 5327, 5329, 5, 11, 0, 0, 5328, 5327, 1, 0, 0, 0, 5328, 5329, 1, 0, 0, 0, 5329, 5330, 1, 0, 0, 0, 5330, 5332, 3, 516, 258, 0, 5331, 5328, 1, 0, 0, 0, 5332, 5335, 1, 0, 0, 0, 5333, 5331, 1, 0, 0, 0, 5333, 5334, 1, 0, 0, 0, 5334, 5337, 1, 0, 0, 0, 5335, 5333, 1, 0, 0, 0, 5336, 5325, 1, 0, 0, 0, 5336, 5326, 1, 0, 0, 0, 5337, 5339, 1, 0, 0, 0, 5338, 5324, 1, 0, 0, 0, 5338, 5339, 1, 0, 0, 0, 5339, 5346, 1, 0, 0, 0, 5340, 5342, 5, 194, 0, 0, 5341, 5343, 3, 518, 259, 0, 5342, 5341, 1, 0, 0, 0, 5343, 5344, 1, 0, 0, 0, 5344, 5342, 1, 0, 0, 0, 5344, 5345, 1, 0, 0, 0, 5345, 5347, 1, 0, 0, 0, 5346, 5340, 1, 0, 0, 0, 5346, 5347, 1, 0, 0, 0, 5347, 5352, 1, 0, 0, 0, 5348, 5351, 3, 520, 260, 0, 5349, 5351, 3, 522, 261, 0, 5350, 5348, 1, 0, 0, 0, 5350, 5349, 1, 0, 0, 0, 5351, 5354, 1, 0, 0, 0, 5352, 5350, 1, 0, 0, 0, 5352, 5353, 1, 0, 0, 0, 5353, 5357, 1, 0, 0, 0, 5354, 5352, 1, 0, 0, 0, 5355, 5356, 7, 80, 0, 0, 5356, 5358, 5, 882, 0, 0, 5357, 5355, 1, 0, 0, 0, 5357, 5358, 1, 0, 0, 0, 5358, 473, 1, 0, 0, 0, 5359, 5360, 5, 51, 0, 0, 5360, 5362, 5, 678, 0, 0, 5361, 5363, 3, 774, 387, 0, 5362, 5361, 1, 0, 0, 0, 5362, 5363, 1, 0, 0, 0, 5363, 5364, 1, 0, 0, 0, 5364, 5369, 3, 700, 350, 0, 5365, 5366, 5, 868, 0, 0, 5366, 5368, 3, 700, 350, 0, 5367, 5365, 1, 0, 0, 0, 5368, 5371, 1, 0, 0, 0, 5369, 5367, 1, 0, 0, 0, 5369, 5370, 1, 0, 0, 0, 5370, 475, 1, 0, 0, 0, 5371, 5369, 1, 0, 0, 0, 5372, 5373, 5, 73, 0, 0, 5373, 5378, 3, 530, 265, 0, 5374, 5375, 5, 868, 0, 0, 5375, 5377, 3, 530, 265, 0, 5376, 5374, 1, 0, 0, 0, 5377, 5380, 1, 0, 0, 0, 5378, 5376, 1, 0, 0, 0, 5378, 5379, 1, 0, 0, 0, 5379, 5381, 1, 0, 0, 0, 5380, 5378, 1, 0, 0, 0, 5381, 5383, 5, 119, 0, 0, 5382, 5384, 3, 498, 249, 0, 5383, 5382, 1, 0, 0, 0, 5383, 5384, 1, 0, 0, 0, 5384, 5385, 1, 0, 0, 0, 5385, 5386, 3, 534, 267, 0, 5386, 5396, 5, 176, 0, 0, 5387, 5392, 3, 510, 255, 0, 5388, 5389, 5, 868, 0, 0, 5389, 5391, 3, 510, 255, 0, 5390, 5388, 1, 0, 0, 0, 5391, 5394, 1, 0, 0, 0, 5392, 5390, 1, 0, 0, 0, 5392, 5393, 1, 0, 0, 0, 5393, 5397, 1, 0, 0, 0, 5394, 5392, 1, 0, 0, 0, 5395, 5397, 3, 664, 332, 0, 5396, 5387, 1, 0, 0, 0, 5396, 5395, 1, 0, 0, 0, 5397, 5412, 1, 0, 0, 0, 5398, 5410, 5, 144, 0, 0, 5399, 5411, 5, 505, 0, 0, 5400, 5407, 3, 516, 258, 0, 5401, 5403, 5, 11, 0, 0, 5402, 5401, 1, 0, 0, 0, 5402, 5403, 1, 0, 0, 0, 5403, 5404, 1, 0, 0, 0, 5404, 5406, 3, 516, 258, 0, 5405, 5402, 1, 0, 0, 0, 5406, 5409, 1, 0, 0, 0, 5407, 5405, 1, 0, 0, 0, 5407, 5408, 1, 0, 0, 0, 5408, 5411, 1, 0, 0, 0, 5409, 5407, 1, 0, 0, 0, 5410, 5399, 1, 0, 0, 0, 5410, 5400, 1, 0, 0, 0, 5411, 5413, 1, 0, 0, 0, 5412, 5398, 1, 0, 0, 0, 5412, 5413, 1, 0, 0, 0, 5413, 5423, 1, 0, 0, 0, 5414, 5420, 5, 194, 0, 0, 5415, 5416, 5, 73, 0, 0, 5416, 5419, 5, 121, 0, 0, 5417, 5419, 3, 518, 259, 0, 5418, 5415, 1, 0, 0, 0, 5418, 5417, 1, 0, 0, 0, 5419, 5422, 1, 0, 0, 0, 5420, 5418, 1, 0, 0, 0, 5420, 5421, 1, 0, 0, 0, 5421, 5424, 1, 0, 0, 0, 5422, 5420, 1, 0, 0, 0, 5423, 5414, 1, 0, 0, 0, 5423, 5424, 1, 0, 0, 0, 5424, 5432, 1, 0, 0, 0, 5425, 5426, 5, 13, 0, 0, 5426, 5430, 3, 700, 350, 0, 5427, 5428, 5, 194, 0, 0, 5428, 5429, 5, 582, 0, 0, 5429, 5431, 3, 478, 239, 0, 5430, 5427, 1, 0, 0, 0, 5430, 5431, 1, 0, 0, 0, 5431, 5433, 1, 0, 0, 0, 5432, 5425, 1, 0, 0, 0, 5432, 5433, 1, 0, 0, 0, 5433, 5462, 1, 0, 0, 0, 5434, 5437, 5, 73, 0, 0, 5435, 5436, 5, 547, 0, 0, 5436, 5438, 5, 119, 0, 0, 5437, 5435, 1, 0, 0, 0, 5437, 5438, 1, 0, 0, 0, 5438, 5439, 1, 0, 0, 0, 5439, 5444, 3, 666, 333, 0, 5440, 5441, 5, 868, 0, 0, 5441, 5443, 3, 666, 333, 0, 5442, 5440, 1, 0, 0, 0, 5443, 5446, 1, 0, 0, 0, 5444, 5442, 1, 0, 0, 0, 5444, 5445, 1, 0, 0, 0, 5445, 5447, 1, 0, 0, 0, 5446, 5444, 1, 0, 0, 0, 5447, 5448, 5, 176, 0, 0, 5448, 5453, 3, 666, 333, 0, 5449, 5450, 5, 868, 0, 0, 5450, 5452, 3, 666, 333, 0, 5451, 5449, 1, 0, 0, 0, 5452, 5455, 1, 0, 0, 0, 5453, 5451, 1, 0, 0, 0, 5453, 5454, 1, 0, 0, 0, 5454, 5459, 1, 0, 0, 0, 5455, 5453, 1, 0, 0, 0, 5456, 5457, 5, 194, 0, 0, 5457, 5458, 5, 704, 0, 0, 5458, 5460, 5, 121, 0, 0, 5459, 5456, 1, 0, 0, 0, 5459, 5460, 1, 0, 0, 0, 5460, 5462, 1, 0, 0, 0, 5461, 5372, 1, 0, 0, 0, 5461, 5434, 1, 0, 0, 0, 5462, 477, 1, 0, 0, 0, 5463, 5472, 5, 42, 0, 0, 5464, 5472, 5, 505, 0, 0, 5465, 5468, 5, 7, 0, 0, 5466, 5467, 5, 59, 0, 0, 5467, 5469, 3, 664, 332, 0, 5468, 5466, 1, 0, 0, 0, 5468, 5469, 1, 0, 0, 0, 5469, 5472, 1, 0, 0, 0, 5470, 5472, 3, 664, 332, 0, 5471, 5463, 1, 0, 0, 0, 5471, 5464, 1, 0, 0, 0, 5471, 5465, 1, 0, 0, 0, 5471, 5470, 1, 0, 0, 0, 5472, 479, 1, 0, 0, 0, 5473, 5474, 5, 73, 0, 0, 5474, 5475, 5, 547, 0, 0, 5475, 5476, 5, 119, 0, 0, 5476, 5477, 3, 700, 350, 0, 5477, 5478, 5, 176, 0, 0, 5478, 5483, 3, 700, 350, 0, 5479, 5480, 5, 868, 0, 0, 5480, 5482, 3, 700, 350, 0, 5481, 5479, 1, 0, 0, 0, 5482, 5485, 1, 0, 0, 0, 5483, 5481, 1, 0, 0, 0, 5483, 5484, 1, 0, 0, 0, 5484, 5489, 1, 0, 0, 0, 5485, 5483, 1, 0, 0, 0, 5486, 5487, 5, 194, 0, 0, 5487, 5488, 5, 73, 0, 0, 5488, 5490, 5, 121, 0, 0, 5489, 5486, 1, 0, 0, 0, 5489, 5490, 1, 0, 0, 0, 5490, 481, 1, 0, 0, 0, 5491, 5492, 5, 8, 0, 0, 5492, 5493, 5, 739, 0, 0, 5493, 5494, 5, 74, 0, 0, 5494, 5500, 3, 656, 328, 0, 5495, 5497, 5, 190, 0, 0, 5496, 5498, 5, 857, 0, 0, 5497, 5496, 1, 0, 0, 0, 5497, 5498, 1, 0, 0, 0, 5498, 5499, 1, 0, 0, 0, 5499, 5501, 3, 490, 245, 0, 5500, 5495, 1, 0, 0, 0, 5500, 5501, 1, 0, 0, 0, 5501, 5507, 1, 0, 0, 0, 5502, 5504, 5, 837, 0, 0, 5503, 5505, 5, 857, 0, 0, 5504, 5503, 1, 0, 0, 0, 5504, 5505, 1, 0, 0, 0, 5505, 5506, 1, 0, 0, 0, 5506, 5508, 3, 728, 364, 0, 5507, 5502, 1, 0, 0, 0, 5507, 5508, 1, 0, 0, 0, 5508, 5513, 1, 0, 0, 0, 5509, 5511, 7, 39, 0, 0, 5510, 5512, 5, 66, 0, 0, 5511, 5510, 1, 0, 0, 0, 5511, 5512, 1, 0, 0, 0, 5512, 5514, 1, 0, 0, 0, 5513, 5509, 1, 0, 0, 0, 5513, 5514, 1, 0, 0, 0, 5514, 483, 1, 0, 0, 0, 5515, 5516, 5, 34, 0, 0, 5516, 5517, 5, 739, 0, 0, 5517, 5518, 5, 74, 0, 0, 5518, 5519, 3, 654, 327, 0, 5519, 5520, 5, 839, 0, 0, 5520, 5521, 5, 857, 0, 0, 5521, 5527, 7, 81, 0, 0, 5522, 5524, 5, 190, 0, 0, 5523, 5525, 5, 857, 0, 0, 5524, 5523, 1, 0, 0, 0, 5524, 5525, 1, 0, 0, 0, 5525, 5526, 1, 0, 0, 0, 5526, 5528, 3, 490, 245, 0, 5527, 5522, 1, 0, 0, 0, 5527, 5528, 1, 0, 0, 0, 5528, 5534, 1, 0, 0, 0, 5529, 5531, 5, 837, 0, 0, 5530, 5532, 5, 857, 0, 0, 5531, 5530, 1, 0, 0, 0, 5531, 5532, 1, 0, 0, 0, 5532, 5533, 1, 0, 0, 0, 5533, 5535, 3, 728, 364, 0, 5534, 5529, 1, 0, 0, 0, 5534, 5535, 1, 0, 0, 0, 5535, 5537, 1, 0, 0, 0, 5536, 5538, 7, 39, 0, 0, 5537, 5536, 1, 0, 0, 0, 5537, 5538, 1, 0, 0, 0, 5538, 485, 1, 0, 0, 0, 5539, 5540, 5, 51, 0, 0, 5540, 5541, 5, 739, 0, 0, 5541, 5542, 5, 74, 0, 0, 5542, 5544, 3, 656, 328, 0, 5543, 5545, 5, 66, 0, 0, 5544, 5543, 1, 0, 0, 0, 5544, 5545, 1, 0, 0, 0, 5545, 487, 1, 0, 0, 0, 5546, 5547, 5, 155, 0, 0, 5547, 5548, 5, 739, 0, 0, 5548, 5549, 5, 74, 0, 0, 5549, 5559, 3, 656, 328, 0, 5550, 5551, 5, 65, 0, 0, 5551, 5556, 3, 728, 364, 0, 5552, 5553, 5, 868, 0, 0, 5553, 5555, 3, 728, 364, 0, 5554, 5552, 1, 0, 0, 0, 5555, 5558, 1, 0, 0, 0, 5556, 5554, 1, 0, 0, 0, 5556, 5557, 1, 0, 0, 0, 5557, 5560, 1, 0, 0, 0, 5558, 5556, 1, 0, 0, 0, 5559, 5550, 1, 0, 0, 0, 5559, 5560, 1, 0, 0, 0, 5560, 489, 1, 0, 0, 0, 5561, 5567, 3, 728, 364, 0, 5562, 5563, 3, 728, 364, 0, 5563, 5564, 5, 854, 0, 0, 5564, 5565, 3, 728, 364, 0, 5565, 5567, 1, 0, 0, 0, 5566, 5561, 1, 0, 0, 0, 5566, 5562, 1, 0, 0, 0, 5567, 5572, 1, 0, 0, 0, 5568, 5569, 5, 868, 0, 0, 5569, 5571, 3, 490, 245, 0, 5570, 5568, 1, 0, 0, 0, 5571, 5574, 1, 0, 0, 0, 5572, 5570, 1, 0, 0, 0, 5572, 5573, 1, 0, 0, 0, 5573, 491, 1, 0, 0, 0, 5574, 5572, 1, 0, 0, 0, 5575, 5576, 5, 141, 0, 0, 5576, 5577, 5, 678, 0, 0, 5577, 5582, 3, 536, 268, 0, 5578, 5579, 5, 868, 0, 0, 5579, 5581, 3, 536, 268, 0, 5580, 5578, 1, 0, 0, 0, 5581, 5584, 1, 0, 0, 0, 5582, 5580, 1, 0, 0, 0, 5582, 5583, 1, 0, 0, 0, 5583, 493, 1, 0, 0, 0, 5584, 5582, 1, 0, 0, 0, 5585, 5587, 5, 149, 0, 0, 5586, 5588, 3, 774, 387, 0, 5587, 5586, 1, 0, 0, 0, 5587, 5588, 1, 0, 0, 0, 5588, 5589, 1, 0, 0, 0, 5589, 5594, 3, 530, 265, 0, 5590, 5591, 5, 868, 0, 0, 5591, 5593, 3, 530, 265, 0, 5592, 5590, 1, 0, 0, 0, 5593, 5596, 1, 0, 0, 0, 5594, 5592, 1, 0, 0, 0, 5594, 5595, 1, 0, 0, 0, 5595, 5597, 1, 0, 0, 0, 5596, 5594, 1, 0, 0, 0, 5597, 5599, 5, 119, 0, 0, 5598, 5600, 3, 498, 249, 0, 5599, 5598, 1, 0, 0, 0, 5599, 5600, 1, 0, 0, 0, 5600, 5601, 1, 0, 0, 0, 5601, 5602, 3, 534, 267, 0, 5602, 5603, 5, 68, 0, 0, 5603, 5605, 3, 664, 332, 0, 5604, 5606, 3, 496, 248, 0, 5605, 5604, 1, 0, 0, 0, 5605, 5606, 1, 0, 0, 0, 5606, 5638, 1, 0, 0, 0, 5607, 5609, 5, 149, 0, 0, 5608, 5610, 3, 774, 387, 0, 5609, 5608, 1, 0, 0, 0, 5609, 5610, 1, 0, 0, 0, 5610, 5611, 1, 0, 0, 0, 5611, 5613, 5, 7, 0, 0, 5612, 5614, 5, 734, 0, 0, 5613, 5612, 1, 0, 0, 0, 5613, 5614, 1, 0, 0, 0, 5614, 5615, 1, 0, 0, 0, 5615, 5616, 5, 868, 0, 0, 5616, 5617, 5, 73, 0, 0, 5617, 5618, 5, 121, 0, 0, 5618, 5619, 5, 68, 0, 0, 5619, 5621, 3, 664, 332, 0, 5620, 5622, 3, 496, 248, 0, 5621, 5620, 1, 0, 0, 0, 5621, 5622, 1, 0, 0, 0, 5622, 5638, 1, 0, 0, 0, 5623, 5625, 5, 149, 0, 0, 5624, 5626, 3, 774, 387, 0, 5625, 5624, 1, 0, 0, 0, 5625, 5626, 1, 0, 0, 0, 5626, 5629, 1, 0, 0, 0, 5627, 5628, 5, 547, 0, 0, 5628, 5630, 5, 119, 0, 0, 5629, 5627, 1, 0, 0, 0, 5629, 5630, 1, 0, 0, 0, 5630, 5631, 1, 0, 0, 0, 5631, 5632, 3, 664, 332, 0, 5632, 5633, 5, 68, 0, 0, 5633, 5635, 3, 664, 332, 0, 5634, 5636, 3, 496, 248, 0, 5635, 5634, 1, 0, 0, 0, 5635, 5636, 1, 0, 0, 0, 5636, 5638, 1, 0, 0, 0, 5637, 5585, 1, 0, 0, 0, 5637, 5607, 1, 0, 0, 0, 5637, 5623, 1, 0, 0, 0, 5638, 495, 1, 0, 0, 0, 5639, 5640, 5, 79, 0, 0, 5640, 5641, 5, 674, 0, 0, 5641, 5642, 5, 678, 0, 0, 5642, 497, 1, 0, 0, 0, 5643, 5644, 7, 82, 0, 0, 5644, 499, 1, 0, 0, 0, 5645, 5646, 5, 155, 0, 0, 5646, 5649, 5, 529, 0, 0, 5647, 5648, 5, 65, 0, 0, 5648, 5650, 3, 700, 350, 0, 5649, 5647, 1, 0, 0, 0, 5649, 5650, 1, 0, 0, 0, 5650, 5651, 1, 0, 0, 0, 5651, 5654, 5, 857, 0, 0, 5652, 5655, 3, 814, 407, 0, 5653, 5655, 5, 882, 0, 0, 5654, 5652, 1, 0, 0, 0, 5654, 5653, 1, 0, 0, 0, 5655, 5678, 1, 0, 0, 0, 5656, 5657, 5, 155, 0, 0, 5657, 5660, 5, 529, 0, 0, 5658, 5659, 5, 65, 0, 0, 5659, 5661, 3, 700, 350, 0, 5660, 5658, 1, 0, 0, 0, 5660, 5661, 1, 0, 0, 0, 5661, 5666, 1, 0, 0, 0, 5662, 5663, 5, 176, 0, 0, 5663, 5667, 5, 829, 0, 0, 5664, 5665, 5, 857, 0, 0, 5665, 5667, 5, 882, 0, 0, 5666, 5662, 1, 0, 0, 0, 5666, 5664, 1, 0, 0, 0, 5667, 5670, 1, 0, 0, 0, 5668, 5669, 5, 143, 0, 0, 5669, 5671, 5, 882, 0, 0, 5670, 5668, 1, 0, 0, 0, 5670, 5671, 1, 0, 0, 0, 5671, 5675, 1, 0, 0, 0, 5672, 5673, 5, 147, 0, 0, 5673, 5674, 5, 36, 0, 0, 5674, 5676, 5, 529, 0, 0, 5675, 5672, 1, 0, 0, 0, 5675, 5676, 1, 0, 0, 0, 5676, 5678, 1, 0, 0, 0, 5677, 5645, 1, 0, 0, 0, 5677, 5656, 1, 0, 0, 0, 5678, 501, 1, 0, 0, 0, 5679, 5680, 3, 700, 350, 0, 5680, 5681, 3, 520, 260, 0, 5681, 503, 1, 0, 0, 0, 5682, 5708, 3, 700, 350, 0, 5683, 5684, 5, 423, 0, 0, 5684, 5685, 5, 20, 0, 0, 5685, 5686, 5, 882, 0, 0, 5686, 5709, 3, 512, 256, 0, 5687, 5688, 5, 423, 0, 0, 5688, 5689, 5, 20, 0, 0, 5689, 5690, 5, 829, 0, 0, 5690, 5691, 5, 529, 0, 0, 5691, 5709, 3, 512, 256, 0, 5692, 5693, 5, 423, 0, 0, 5693, 5694, 5, 194, 0, 0, 5694, 5709, 3, 514, 257, 0, 5695, 5696, 5, 369, 0, 0, 5696, 5697, 5, 511, 0, 0, 5697, 5709, 5, 529, 0, 0, 5698, 5699, 7, 83, 0, 0, 5699, 5701, 3, 528, 264, 0, 5700, 5702, 3, 524, 262, 0, 5701, 5700, 1, 0, 0, 0, 5701, 5702, 1, 0, 0, 0, 5702, 5704, 1, 0, 0, 0, 5703, 5698, 1, 0, 0, 0, 5704, 5705, 1, 0, 0, 0, 5705, 5703, 1, 0, 0, 0, 5705, 5706, 1, 0, 0, 0, 5706, 5709, 1, 0, 0, 0, 5707, 5709, 3, 526, 263, 0, 5708, 5683, 1, 0, 0, 0, 5708, 5687, 1, 0, 0, 0, 5708, 5692, 1, 0, 0, 0, 5708, 5695, 1, 0, 0, 0, 5708, 5703, 1, 0, 0, 0, 5708, 5707, 1, 0, 0, 0, 5708, 5709, 1, 0, 0, 0, 5709, 505, 1, 0, 0, 0, 5710, 5711, 5, 423, 0, 0, 5711, 5717, 5, 20, 0, 0, 5712, 5718, 5, 882, 0, 0, 5713, 5714, 5, 829, 0, 0, 5714, 5718, 5, 529, 0, 0, 5715, 5716, 5, 529, 0, 0, 5716, 5718, 5, 882, 0, 0, 5717, 5712, 1, 0, 0, 0, 5717, 5713, 1, 0, 0, 0, 5717, 5715, 1, 0, 0, 0, 5718, 5721, 1, 0, 0, 0, 5719, 5720, 5, 11, 0, 0, 5720, 5722, 3, 506, 253, 0, 5721, 5719, 1, 0, 0, 0, 5721, 5722, 1, 0, 0, 0, 5722, 5747, 1, 0, 0, 0, 5723, 5724, 5, 423, 0, 0, 5724, 5725, 5, 194, 0, 0, 5725, 5734, 3, 722, 361, 0, 5726, 5730, 5, 20, 0, 0, 5727, 5731, 5, 882, 0, 0, 5728, 5729, 5, 829, 0, 0, 5729, 5731, 5, 529, 0, 0, 5730, 5727, 1, 0, 0, 0, 5730, 5728, 1, 0, 0, 0, 5731, 5735, 1, 0, 0, 0, 5732, 5733, 5, 13, 0, 0, 5733, 5735, 5, 882, 0, 0, 5734, 5726, 1, 0, 0, 0, 5734, 5732, 1, 0, 0, 0, 5734, 5735, 1, 0, 0, 0, 5735, 5738, 1, 0, 0, 0, 5736, 5737, 5, 11, 0, 0, 5737, 5739, 3, 506, 253, 0, 5738, 5736, 1, 0, 0, 0, 5738, 5739, 1, 0, 0, 0, 5739, 5747, 1, 0, 0, 0, 5740, 5741, 5, 423, 0, 0, 5741, 5742, 5, 194, 0, 0, 5742, 5744, 3, 722, 361, 0, 5743, 5745, 3, 508, 254, 0, 5744, 5743, 1, 0, 0, 0, 5744, 5745, 1, 0, 0, 0, 5745, 5747, 1, 0, 0, 0, 5746, 5710, 1, 0, 0, 0, 5746, 5723, 1, 0, 0, 0, 5746, 5740, 1, 0, 0, 0, 5747, 507, 1, 0, 0, 0, 5748, 5749, 5, 427, 0, 0, 5749, 5750, 5, 708, 0, 0, 5750, 5751, 5, 423, 0, 0, 5751, 5755, 5, 20, 0, 0, 5752, 5753, 5, 829, 0, 0, 5753, 5756, 5, 529, 0, 0, 5754, 5756, 5, 882, 0, 0, 5755, 5752, 1, 0, 0, 0, 5755, 5754, 1, 0, 0, 0, 5756, 5766, 1, 0, 0, 0, 5757, 5758, 5, 427, 0, 0, 5758, 5759, 5, 708, 0, 0, 5759, 5760, 5, 423, 0, 0, 5760, 5761, 5, 194, 0, 0, 5761, 5762, 3, 722, 361, 0, 5762, 5763, 5, 13, 0, 0, 5763, 5764, 5, 882, 0, 0, 5764, 5766, 1, 0, 0, 0, 5765, 5748, 1, 0, 0, 0, 5765, 5757, 1, 0, 0, 0, 5766, 509, 1, 0, 0, 0, 5767, 5768, 3, 700, 350, 0, 5768, 5769, 5, 423, 0, 0, 5769, 5770, 5, 20, 0, 0, 5770, 5771, 5, 529, 0, 0, 5771, 5772, 5, 882, 0, 0, 5772, 5793, 1, 0, 0, 0, 5773, 5774, 3, 700, 350, 0, 5774, 5775, 5, 423, 0, 0, 5775, 5776, 5, 20, 0, 0, 5776, 5777, 5, 829, 0, 0, 5777, 5778, 5, 529, 0, 0, 5778, 5779, 3, 512, 256, 0, 5779, 5793, 1, 0, 0, 0, 5780, 5781, 3, 700, 350, 0, 5781, 5782, 5, 423, 0, 0, 5782, 5783, 5, 20, 0, 0, 5783, 5784, 5, 882, 0, 0, 5784, 5785, 3, 512, 256, 0, 5785, 5793, 1, 0, 0, 0, 5786, 5787, 3, 700, 350, 0, 5787, 5788, 5, 423, 0, 0, 5788, 5789, 5, 194, 0, 0, 5789, 5790, 3, 514, 257, 0, 5790, 5793, 1, 0, 0, 0, 5791, 5793, 3, 700, 350, 0, 5792, 5767, 1, 0, 0, 0, 5792, 5773, 1, 0, 0, 0, 5792, 5780, 1, 0, 0, 0, 5792, 5786, 1, 0, 0, 0, 5792, 5791, 1, 0, 0, 0, 5793, 511, 1, 0, 0, 0, 5794, 5795, 5, 143, 0, 0, 5795, 5797, 5, 882, 0, 0, 5796, 5794, 1, 0, 0, 0, 5796, 5797, 1, 0, 0, 0, 5797, 5801, 1, 0, 0, 0, 5798, 5799, 5, 147, 0, 0, 5799, 5800, 5, 36, 0, 0, 5800, 5802, 5, 529, 0, 0, 5801, 5798, 1, 0, 0, 0, 5801, 5802, 1, 0, 0, 0, 5802, 513, 1, 0, 0, 0, 5803, 5811, 3, 722, 361, 0, 5804, 5808, 7, 84, 0, 0, 5805, 5809, 5, 882, 0, 0, 5806, 5807, 5, 829, 0, 0, 5807, 5809, 5, 529, 0, 0, 5808, 5805, 1, 0, 0, 0, 5808, 5806, 1, 0, 0, 0, 5809, 5810, 1, 0, 0, 0, 5810, 5812, 3, 512, 256, 0, 5811, 5804, 1, 0, 0, 0, 5811, 5812, 1, 0, 0, 0, 5812, 5818, 1, 0, 0, 0, 5813, 5814, 3, 722, 361, 0, 5814, 5815, 5, 188, 0, 0, 5815, 5816, 3, 814, 407, 0, 5816, 5818, 1, 0, 0, 0, 5817, 5803, 1, 0, 0, 0, 5817, 5813, 1, 0, 0, 0, 5818, 515, 1, 0, 0, 0, 5819, 5828, 5, 169, 0, 0, 5820, 5828, 5, 693, 0, 0, 5821, 5822, 5, 331, 0, 0, 5822, 5828, 5, 882, 0, 0, 5823, 5824, 5, 441, 0, 0, 5824, 5828, 5, 882, 0, 0, 5825, 5826, 5, 651, 0, 0, 5826, 5828, 5, 882, 0, 0, 5827, 5819, 1, 0, 0, 0, 5827, 5820, 1, 0, 0, 0, 5827, 5821, 1, 0, 0, 0, 5827, 5823, 1, 0, 0, 0, 5827, 5825, 1, 0, 0, 0, 5828, 517, 1, 0, 0, 0, 5829, 5830, 5, 479, 0, 0, 5830, 5838, 3, 728, 364, 0, 5831, 5832, 5, 482, 0, 0, 5832, 5838, 3, 728, 364, 0, 5833, 5834, 5, 478, 0, 0, 5834, 5838, 3, 728, 364, 0, 5835, 5836, 5, 483, 0, 0, 5836, 5838, 3, 728, 364, 0, 5837, 5829, 1, 0, 0, 0, 5837, 5831, 1, 0, 0, 0, 5837, 5833, 1, 0, 0, 0, 5837, 5835, 1, 0, 0, 0, 5838, 519, 1, 0, 0, 0, 5839, 5840, 5, 529, 0, 0, 5840, 5847, 5, 390, 0, 0, 5841, 5848, 5, 42, 0, 0, 5842, 5848, 5, 500, 0, 0, 5843, 5844, 5, 87, 0, 0, 5844, 5845, 3, 728, 364, 0, 5845, 5846, 5, 698, 0, 0, 5846, 5848, 1, 0, 0, 0, 5847, 5841, 1, 0, 0, 0, 5847, 5842, 1, 0, 0, 0, 5847, 5843, 1, 0, 0, 0, 5847, 5848, 1, 0, 0, 0, 5848, 5878, 1, 0, 0, 0, 5849, 5850, 5, 529, 0, 0, 5850, 5853, 5, 420, 0, 0, 5851, 5854, 5, 42, 0, 0, 5852, 5854, 3, 728, 364, 0, 5853, 5851, 1, 0, 0, 0, 5853, 5852, 1, 0, 0, 0, 5854, 5878, 1, 0, 0, 0, 5855, 5856, 5, 529, 0, 0, 5856, 5857, 5, 581, 0, 0, 5857, 5862, 5, 87, 0, 0, 5858, 5863, 5, 42, 0, 0, 5859, 5860, 3, 728, 364, 0, 5860, 5861, 5, 698, 0, 0, 5861, 5863, 1, 0, 0, 0, 5862, 5858, 1, 0, 0, 0, 5862, 5859, 1, 0, 0, 0, 5863, 5878, 1, 0, 0, 0, 5864, 5865, 5, 529, 0, 0, 5865, 5866, 5, 144, 0, 0, 5866, 5868, 5, 36, 0, 0, 5867, 5869, 7, 85, 0, 0, 5868, 5867, 1, 0, 0, 0, 5868, 5869, 1, 0, 0, 0, 5869, 5878, 1, 0, 0, 0, 5870, 5871, 5, 395, 0, 0, 5871, 5878, 3, 728, 364, 0, 5872, 5875, 5, 530, 0, 0, 5873, 5876, 3, 728, 364, 0, 5874, 5876, 5, 669, 0, 0, 5875, 5873, 1, 0, 0, 0, 5875, 5874, 1, 0, 0, 0, 5876, 5878, 1, 0, 0, 0, 5877, 5839, 1, 0, 0, 0, 5877, 5849, 1, 0, 0, 0, 5877, 5855, 1, 0, 0, 0, 5877, 5864, 1, 0, 0, 0, 5877, 5870, 1, 0, 0, 0, 5877, 5872, 1, 0, 0, 0, 5878, 521, 1, 0, 0, 0, 5879, 5880, 5, 304, 0, 0, 5880, 5881, 7, 86, 0, 0, 5881, 523, 1, 0, 0, 0, 5882, 5885, 5, 423, 0, 0, 5883, 5884, 5, 194, 0, 0, 5884, 5886, 3, 722, 361, 0, 5885, 5883, 1, 0, 0, 0, 5885, 5886, 1, 0, 0, 0, 5886, 5895, 1, 0, 0, 0, 5887, 5891, 5, 20, 0, 0, 5888, 5892, 5, 882, 0, 0, 5889, 5890, 5, 829, 0, 0, 5890, 5892, 5, 529, 0, 0, 5891, 5888, 1, 0, 0, 0, 5891, 5889, 1, 0, 0, 0, 5892, 5896, 1, 0, 0, 0, 5893, 5894, 5, 13, 0, 0, 5894, 5896, 5, 882, 0, 0, 5895, 5887, 1, 0, 0, 0, 5895, 5893, 1, 0, 0, 0, 5896, 525, 1, 0, 0, 0, 5897, 5898, 3, 528, 264, 0, 5898, 5899, 5, 429, 0, 0, 5899, 5900, 5, 555, 0, 0, 5900, 5913, 1, 0, 0, 0, 5901, 5902, 3, 528, 264, 0, 5902, 5903, 5, 401, 0, 0, 5903, 5904, 5, 555, 0, 0, 5904, 5905, 5, 155, 0, 0, 5905, 5906, 5, 330, 0, 0, 5906, 5907, 5, 13, 0, 0, 5907, 5908, 5, 882, 0, 0, 5908, 5913, 1, 0, 0, 0, 5909, 5910, 3, 528, 264, 0, 5910, 5911, 5, 675, 0, 0, 5911, 5913, 1, 0, 0, 0, 5912, 5897, 1, 0, 0, 0, 5912, 5901, 1, 0, 0, 0, 5912, 5909, 1, 0, 0, 0, 5913, 527, 1, 0, 0, 0, 5914, 5915, 7, 87, 0, 0, 5915, 5916, 5, 394, 0, 0, 5916, 529, 1, 0, 0, 0, 5917, 5922, 3, 532, 266, 0, 5918, 5919, 5, 866, 0, 0, 5919, 5920, 3, 670, 335, 0, 5920, 5921, 5, 867, 0, 0, 5921, 5923, 1, 0, 0, 0, 5922, 5918, 1, 0, 0, 0, 5922, 5923, 1, 0, 0, 0, 5923, 531, 1, 0, 0, 0, 5924, 5926, 5, 7, 0, 0, 5925, 5927, 5, 734, 0, 0, 5926, 5925, 1, 0, 0, 0, 5926, 5927, 1, 0, 0, 0, 5927, 6018, 1, 0, 0, 0, 5928, 5930, 5, 8, 0, 0, 5929, 5931, 5, 743, 0, 0, 5930, 5929, 1, 0, 0, 0, 5930, 5931, 1, 0, 0, 0, 5931, 6018, 1, 0, 0, 0, 5932, 5940, 5, 34, 0, 0, 5933, 5934, 5, 660, 0, 0, 5934, 5941, 5, 752, 0, 0, 5935, 5941, 5, 743, 0, 0, 5936, 5941, 5, 684, 0, 0, 5937, 5941, 5, 678, 0, 0, 5938, 5941, 5, 658, 0, 0, 5939, 5941, 5, 582, 0, 0, 5940, 5933, 1, 0, 0, 0, 5940, 5935, 1, 0, 0, 0, 5940, 5936, 1, 0, 0, 0, 5940, 5937, 1, 0, 0, 0, 5940, 5938, 1, 0, 0, 0, 5940, 5939, 1, 0, 0, 0, 5940, 5941, 1, 0, 0, 0, 5941, 6018, 1, 0, 0, 0, 5942, 6018, 5, 44, 0, 0, 5943, 5945, 5, 51, 0, 0, 5944, 5946, 5, 582, 0, 0, 5945, 5944, 1, 0, 0, 0, 5945, 5946, 1, 0, 0, 0, 5946, 6018, 1, 0, 0, 0, 5947, 6018, 5, 385, 0, 0, 5948, 6018, 5, 717, 0, 0, 5949, 6018, 5, 718, 0, 0, 5950, 5951, 5, 73, 0, 0, 5951, 6018, 5, 121, 0, 0, 5952, 6018, 5, 82, 0, 0, 5953, 6018, 5, 86, 0, 0, 5954, 5955, 5, 104, 0, 0, 5955, 6018, 5, 752, 0, 0, 5956, 6018, 5, 735, 0, 0, 5957, 6018, 5, 547, 0, 0, 5958, 6018, 5, 138, 0, 0, 5959, 6018, 5, 736, 0, 0, 5960, 5961, 5, 572, 0, 0, 5961, 6018, 7, 88, 0, 0, 5962, 6018, 5, 154, 0, 0, 5963, 5964, 5, 157, 0, 0, 5964, 6018, 7, 89, 0, 0, 5965, 6018, 5, 749, 0, 0, 5966, 6018, 5, 750, 0, 0, 5967, 6018, 5, 178, 0, 0, 5968, 6018, 5, 185, 0, 0, 5969, 6018, 5, 186, 0, 0, 5970, 6018, 5, 705, 0, 0, 5971, 6018, 5, 706, 0, 0, 5972, 6018, 5, 707, 0, 0, 5973, 6018, 5, 709, 0, 0, 5974, 6018, 5, 710, 0, 0, 5975, 6018, 5, 711, 0, 0, 5976, 6018, 5, 712, 0, 0, 5977, 6018, 5, 714, 0, 0, 5978, 6018, 5, 715, 0, 0, 5979, 6018, 5, 716, 0, 0, 5980, 6018, 5, 719, 0, 0, 5981, 6018, 5, 720, 0, 0, 5982, 6018, 5, 721, 0, 0, 5983, 6018, 5, 722, 0, 0, 5984, 6018, 5, 723, 0, 0, 5985, 6018, 5, 724, 0, 0, 5986, 6018, 5, 725, 0, 0, 5987, 6018, 5, 726, 0, 0, 5988, 6018, 5, 727, 0, 0, 5989, 6018, 5, 728, 0, 0, 5990, 6018, 5, 731, 0, 0, 5991, 6018, 5, 732, 0, 0, 5992, 6018, 5, 733, 0, 0, 5993, 6018, 5, 737, 0, 0, 5994, 6018, 5, 738, 0, 0, 5995, 6018, 5, 740, 0, 0, 5996, 6018, 5, 741, 0, 0, 5997, 6018, 5, 742, 0, 0, 5998, 6018, 5, 745, 0, 0, 5999, 6018, 5, 746, 0, 0, 6000, 6018, 5, 747, 0, 0, 6001, 6018, 5, 160, 0, 0, 6002, 6018, 5, 748, 0, 0, 6003, 6018, 5, 836, 0, 0, 6004, 6018, 5, 751, 0, 0, 6005, 6018, 5, 753, 0, 0, 6006, 6018, 5, 838, 0, 0, 6007, 6018, 5, 754, 0, 0, 6008, 6018, 5, 755, 0, 0, 6009, 6010, 5, 103, 0, 0, 6010, 6011, 5, 68, 0, 0, 6011, 6018, 5, 744, 0, 0, 6012, 6013, 5, 154, 0, 0, 6013, 6014, 5, 88, 0, 0, 6014, 6018, 5, 744, 0, 0, 6015, 6016, 5, 729, 0, 0, 6016, 6018, 5, 730, 0, 0, 6017, 5924, 1, 0, 0, 0, 6017, 5928, 1, 0, 0, 0, 6017, 5932, 1, 0, 0, 0, 6017, 5942, 1, 0, 0, 0, 6017, 5943, 1, 0, 0, 0, 6017, 5947, 1, 0, 0, 0, 6017, 5948, 1, 0, 0, 0, 6017, 5949, 1, 0, 0, 0, 6017, 5950, 1, 0, 0, 0, 6017, 5952, 1, 0, 0, 0, 6017, 5953, 1, 0, 0, 0, 6017, 5954, 1, 0, 0, 0, 6017, 5956, 1, 0, 0, 0, 6017, 5957, 1, 0, 0, 0, 6017, 5958, 1, 0, 0, 0, 6017, 5959, 1, 0, 0, 0, 6017, 5960, 1, 0, 0, 0, 6017, 5962, 1, 0, 0, 0, 6017, 5963, 1, 0, 0, 0, 6017, 5965, 1, 0, 0, 0, 6017, 5966, 1, 0, 0, 0, 6017, 5967, 1, 0, 0, 0, 6017, 5968, 1, 0, 0, 0, 6017, 5969, 1, 0, 0, 0, 6017, 5970, 1, 0, 0, 0, 6017, 5971, 1, 0, 0, 0, 6017, 5972, 1, 0, 0, 0, 6017, 5973, 1, 0, 0, 0, 6017, 5974, 1, 0, 0, 0, 6017, 5975, 1, 0, 0, 0, 6017, 5976, 1, 0, 0, 0, 6017, 5977, 1, 0, 0, 0, 6017, 5978, 1, 0, 0, 0, 6017, 5979, 1, 0, 0, 0, 6017, 5980, 1, 0, 0, 0, 6017, 5981, 1, 0, 0, 0, 6017, 5982, 1, 0, 0, 0, 6017, 5983, 1, 0, 0, 0, 6017, 5984, 1, 0, 0, 0, 6017, 5985, 1, 0, 0, 0, 6017, 5986, 1, 0, 0, 0, 6017, 5987, 1, 0, 0, 0, 6017, 5988, 1, 0, 0, 0, 6017, 5989, 1, 0, 0, 0, 6017, 5990, 1, 0, 0, 0, 6017, 5991, 1, 0, 0, 0, 6017, 5992, 1, 0, 0, 0, 6017, 5993, 1, 0, 0, 0, 6017, 5994, 1, 0, 0, 0, 6017, 5995, 1, 0, 0, 0, 6017, 5996, 1, 0, 0, 0, 6017, 5997, 1, 0, 0, 0, 6017, 5998, 1, 0, 0, 0, 6017, 5999, 1, 0, 0, 0, 6017, 6000, 1, 0, 0, 0, 6017, 6001, 1, 0, 0, 0, 6017, 6002, 1, 0, 0, 0, 6017, 6003, 1, 0, 0, 0, 6017, 6004, 1, 0, 0, 0, 6017, 6005, 1, 0, 0, 0, 6017, 6006, 1, 0, 0, 0, 6017, 6007, 1, 0, 0, 0, 6017, 6008, 1, 0, 0, 0, 6017, 6009, 1, 0, 0, 0, 6017, 6012, 1, 0, 0, 0, 6017, 6015, 1, 0, 0, 0, 6018, 533, 1, 0, 0, 0, 6019, 6036, 5, 850, 0, 0, 6020, 6021, 5, 850, 0, 0, 6021, 6022, 5, 865, 0, 0, 6022, 6036, 5, 850, 0, 0, 6023, 6024, 3, 722, 361, 0, 6024, 6025, 5, 865, 0, 0, 6025, 6026, 5, 850, 0, 0, 6026, 6036, 1, 0, 0, 0, 6027, 6028, 3, 722, 361, 0, 6028, 6029, 5, 865, 0, 0, 6029, 6030, 3, 722, 361, 0, 6030, 6036, 1, 0, 0, 0, 6031, 6032, 3, 722, 361, 0, 6032, 6033, 3, 726, 363, 0, 6033, 6036, 1, 0, 0, 0, 6034, 6036, 3, 722, 361, 0, 6035, 6019, 1, 0, 0, 0, 6035, 6020, 1, 0, 0, 0, 6035, 6023, 1, 0, 0, 0, 6035, 6027, 1, 0, 0, 0, 6035, 6031, 1, 0, 0, 0, 6035, 6034, 1, 0, 0, 0, 6036, 535, 1, 0, 0, 0, 6037, 6038, 3, 700, 350, 0, 6038, 6039, 5, 176, 0, 0, 6039, 6040, 3, 700, 350, 0, 6040, 537, 1, 0, 0, 0, 6041, 6043, 5, 10, 0, 0, 6042, 6044, 3, 548, 274, 0, 6043, 6042, 1, 0, 0, 0, 6043, 6044, 1, 0, 0, 0, 6044, 6045, 1, 0, 0, 0, 6045, 6046, 5, 173, 0, 0, 6046, 6090, 3, 660, 330, 0, 6047, 6049, 5, 10, 0, 0, 6048, 6050, 3, 548, 274, 0, 6049, 6048, 1, 0, 0, 0, 6049, 6050, 1, 0, 0, 0, 6050, 6051, 1, 0, 0, 0, 6051, 6052, 5, 173, 0, 0, 6052, 6053, 3, 662, 331, 0, 6053, 6054, 5, 185, 0, 0, 6054, 6055, 5, 77, 0, 0, 6055, 6056, 5, 119, 0, 0, 6056, 6061, 3, 670, 335, 0, 6057, 6058, 5, 194, 0, 0, 6058, 6059, 3, 728, 364, 0, 6059, 6060, 5, 19, 0, 0, 6060, 6062, 1, 0, 0, 0, 6061, 6057, 1, 0, 0, 0, 6061, 6062, 1, 0, 0, 0, 6062, 6090, 1, 0, 0, 0, 6063, 6065, 5, 10, 0, 0, 6064, 6066, 3, 548, 274, 0, 6065, 6064, 1, 0, 0, 0, 6065, 6066, 1, 0, 0, 0, 6066, 6067, 1, 0, 0, 0, 6067, 6068, 5, 173, 0, 0, 6068, 6069, 3, 662, 331, 0, 6069, 6070, 5, 185, 0, 0, 6070, 6071, 5, 77, 0, 0, 6071, 6072, 5, 119, 0, 0, 6072, 6076, 3, 674, 337, 0, 6073, 6074, 5, 188, 0, 0, 6074, 6075, 5, 360, 0, 0, 6075, 6077, 5, 882, 0, 0, 6076, 6073, 1, 0, 0, 0, 6076, 6077, 1, 0, 0, 0, 6077, 6090, 1, 0, 0, 0, 6078, 6080, 5, 10, 0, 0, 6079, 6081, 3, 548, 274, 0, 6080, 6079, 1, 0, 0, 0, 6080, 6081, 1, 0, 0, 0, 6081, 6082, 1, 0, 0, 0, 6082, 6083, 5, 173, 0, 0, 6083, 6084, 3, 662, 331, 0, 6084, 6085, 5, 51, 0, 0, 6085, 6086, 5, 77, 0, 0, 6086, 6087, 5, 119, 0, 0, 6087, 6088, 3, 670, 335, 0, 6088, 6090, 1, 0, 0, 0, 6089, 6041, 1, 0, 0, 0, 6089, 6047, 1, 0, 0, 0, 6089, 6063, 1, 0, 0, 0, 6089, 6078, 1, 0, 0, 0, 6090, 539, 1, 0, 0, 0, 6091, 6092, 5, 27, 0, 0, 6092, 6093, 5, 173, 0, 0, 6093, 6097, 3, 660, 330, 0, 6094, 6096, 3, 550, 275, 0, 6095, 6094, 1, 0, 0, 0, 6096, 6099, 1, 0, 0, 0, 6097, 6095, 1, 0, 0, 0, 6097, 6098, 1, 0, 0, 0, 6098, 541, 1, 0, 0, 0, 6099, 6097, 1, 0, 0, 0, 6100, 6101, 5, 329, 0, 0, 6101, 6102, 5, 173, 0, 0, 6102, 6104, 3, 660, 330, 0, 6103, 6105, 7, 90, 0, 0, 6104, 6103, 1, 0, 0, 0, 6104, 6105, 1, 0, 0, 0, 6105, 543, 1, 0, 0, 0, 6106, 6108, 5, 120, 0, 0, 6107, 6109, 3, 548, 274, 0, 6108, 6107, 1, 0, 0, 0, 6108, 6109, 1, 0, 0, 0, 6109, 6110, 1, 0, 0, 0, 6110, 6111, 7, 61, 0, 0, 6111, 6112, 3, 660, 330, 0, 6112, 545, 1, 0, 0, 0, 6113, 6115, 5, 562, 0, 0, 6114, 6116, 3, 548, 274, 0, 6115, 6114, 1, 0, 0, 0, 6115, 6116, 1, 0, 0, 0, 6116, 6117, 1, 0, 0, 0, 6117, 6118, 5, 173, 0, 0, 6118, 6120, 3, 660, 330, 0, 6119, 6121, 5, 549, 0, 0, 6120, 6119, 1, 0, 0, 0, 6120, 6121, 1, 0, 0, 0, 6121, 6123, 1, 0, 0, 0, 6122, 6124, 5, 392, 0, 0, 6123, 6122, 1, 0, 0, 0, 6123, 6124, 1, 0, 0, 0, 6124, 6126, 1, 0, 0, 0, 6125, 6127, 5, 679, 0, 0, 6126, 6125, 1, 0, 0, 0, 6126, 6127, 1, 0, 0, 0, 6127, 547, 1, 0, 0, 0, 6128, 6129, 7, 91, 0, 0, 6129, 549, 1, 0, 0, 0, 6130, 6131, 5, 65, 0, 0, 6131, 6138, 5, 677, 0, 0, 6132, 6138, 5, 549, 0, 0, 6133, 6138, 5, 396, 0, 0, 6134, 6138, 5, 484, 0, 0, 6135, 6138, 5, 392, 0, 0, 6136, 6138, 5, 327, 0, 0, 6137, 6130, 1, 0, 0, 0, 6137, 6132, 1, 0, 0, 0, 6137, 6133, 1, 0, 0, 0, 6137, 6134, 1, 0, 0, 0, 6137, 6135, 1, 0, 0, 0, 6137, 6136, 1, 0, 0, 0, 6138, 551, 1, 0, 0, 0, 6139, 6140, 5, 432, 0, 0, 6140, 6141, 5, 344, 0, 0, 6141, 6146, 3, 722, 361, 0, 6142, 6143, 5, 868, 0, 0, 6143, 6145, 3, 722, 361, 0, 6144, 6142, 1, 0, 0, 0, 6145, 6148, 1, 0, 0, 0, 6146, 6144, 1, 0, 0, 0, 6146, 6147, 1, 0, 0, 0, 6147, 6158, 1, 0, 0, 0, 6148, 6146, 1, 0, 0, 0, 6149, 6150, 5, 155, 0, 0, 6150, 6155, 3, 554, 277, 0, 6151, 6152, 5, 868, 0, 0, 6152, 6154, 3, 554, 277, 0, 6153, 6151, 1, 0, 0, 0, 6154, 6157, 1, 0, 0, 0, 6155, 6153, 1, 0, 0, 0, 6155, 6156, 1, 0, 0, 0, 6156, 6159, 1, 0, 0, 0, 6157, 6155, 1, 0, 0, 0, 6158, 6149, 1, 0, 0, 0, 6158, 6159, 1, 0, 0, 0, 6159, 553, 1, 0, 0, 0, 6160, 6161, 7, 92, 0, 0, 6161, 6162, 3, 718, 359, 0, 6162, 6163, 5, 857, 0, 0, 6163, 6164, 3, 820, 410, 0, 6164, 555, 1, 0, 0, 0, 6165, 6166, 5, 673, 0, 0, 6166, 6167, 5, 344, 0, 0, 6167, 6172, 3, 722, 361, 0, 6168, 6169, 5, 868, 0, 0, 6169, 6171, 3, 722, 361, 0, 6170, 6168, 1, 0, 0, 0, 6171, 6174, 1, 0, 0, 0, 6172, 6170, 1, 0, 0, 0, 6172, 6173, 1, 0, 0, 0, 6173, 557, 1, 0, 0, 0, 6174, 6172, 1, 0, 0, 0, 6175, 6176, 5, 432, 0, 0, 6176, 6177, 5, 534, 0, 0, 6177, 6178, 3, 722, 361, 0, 6178, 6179, 5, 603, 0, 0, 6179, 6180, 5, 882, 0, 0, 6180, 559, 1, 0, 0, 0, 6181, 6182, 5, 673, 0, 0, 6182, 6183, 5, 534, 0, 0, 6183, 6184, 3, 722, 361, 0, 6184, 561, 1, 0, 0, 0, 6185, 6186, 5, 713, 0, 0, 6186, 6187, 5, 450, 0, 0, 6187, 6188, 5, 360, 0, 0, 6188, 6190, 5, 367, 0, 0, 6189, 6191, 5, 857, 0, 0, 6190, 6189, 1, 0, 0, 0, 6190, 6191, 1, 0, 0, 0, 6191, 6192, 1, 0, 0, 0, 6192, 6216, 5, 882, 0, 0, 6193, 6194, 5, 713, 0, 0, 6194, 6195, 5, 433, 0, 0, 6195, 6196, 5, 68, 0, 0, 6196, 6197, 3, 692, 346, 0, 6197, 6198, 5, 423, 0, 0, 6198, 6199, 5, 20, 0, 0, 6199, 6206, 5, 882, 0, 0, 6200, 6201, 5, 360, 0, 0, 6201, 6203, 5, 367, 0, 0, 6202, 6204, 5, 857, 0, 0, 6203, 6202, 1, 0, 0, 0, 6203, 6204, 1, 0, 0, 0, 6204, 6205, 1, 0, 0, 0, 6205, 6207, 5, 882, 0, 0, 6206, 6200, 1, 0, 0, 0, 6206, 6207, 1, 0, 0, 0, 6207, 6213, 1, 0, 0, 0, 6208, 6210, 5, 144, 0, 0, 6209, 6211, 5, 502, 0, 0, 6210, 6209, 1, 0, 0, 0, 6210, 6211, 1, 0, 0, 0, 6211, 6212, 1, 0, 0, 0, 6212, 6214, 5, 169, 0, 0, 6213, 6208, 1, 0, 0, 0, 6213, 6214, 1, 0, 0, 0, 6214, 6216, 1, 0, 0, 0, 6215, 6185, 1, 0, 0, 0, 6215, 6193, 1, 0, 0, 0, 6216, 563, 1, 0, 0, 0, 6217, 6218, 5, 155, 0, 0, 6218, 6219, 3, 568, 284, 0, 6219, 6222, 7, 93, 0, 0, 6220, 6223, 3, 820, 410, 0, 6221, 6223, 5, 119, 0, 0, 6222, 6220, 1, 0, 0, 0, 6222, 6221, 1, 0, 0, 0, 6223, 6233, 1, 0, 0, 0, 6224, 6225, 5, 868, 0, 0, 6225, 6226, 3, 568, 284, 0, 6226, 6229, 7, 93, 0, 0, 6227, 6230, 3, 820, 410, 0, 6228, 6230, 5, 119, 0, 0, 6229, 6227, 1, 0, 0, 0, 6229, 6228, 1, 0, 0, 0, 6230, 6232, 1, 0, 0, 0, 6231, 6224, 1, 0, 0, 0, 6232, 6235, 1, 0, 0, 0, 6233, 6231, 1, 0, 0, 0, 6233, 6234, 1, 0, 0, 0, 6234, 6270, 1, 0, 0, 0, 6235, 6233, 1, 0, 0, 0, 6236, 6237, 5, 155, 0, 0, 6237, 6240, 3, 58, 29, 0, 6238, 6241, 3, 704, 352, 0, 6239, 6241, 5, 42, 0, 0, 6240, 6238, 1, 0, 0, 0, 6240, 6239, 1, 0, 0, 0, 6241, 6270, 1, 0, 0, 0, 6242, 6243, 5, 155, 0, 0, 6243, 6250, 5, 497, 0, 0, 6244, 6247, 3, 704, 352, 0, 6245, 6246, 5, 28, 0, 0, 6246, 6248, 3, 706, 353, 0, 6247, 6245, 1, 0, 0, 0, 6247, 6248, 1, 0, 0, 0, 6248, 6251, 1, 0, 0, 0, 6249, 6251, 5, 42, 0, 0, 6250, 6244, 1, 0, 0, 0, 6250, 6249, 1, 0, 0, 0, 6251, 6270, 1, 0, 0, 0, 6252, 6270, 3, 500, 250, 0, 6253, 6270, 3, 352, 176, 0, 6254, 6270, 3, 350, 175, 0, 6255, 6256, 5, 155, 0, 0, 6256, 6257, 3, 718, 359, 0, 6257, 6258, 7, 93, 0, 0, 6258, 6266, 3, 820, 410, 0, 6259, 6260, 5, 868, 0, 0, 6260, 6261, 3, 718, 359, 0, 6261, 6262, 7, 93, 0, 0, 6262, 6263, 3, 820, 410, 0, 6263, 6265, 1, 0, 0, 0, 6264, 6259, 1, 0, 0, 0, 6265, 6268, 1, 0, 0, 0, 6266, 6264, 1, 0, 0, 0, 6266, 6267, 1, 0, 0, 0, 6267, 6270, 1, 0, 0, 0, 6268, 6266, 1, 0, 0, 0, 6269, 6217, 1, 0, 0, 0, 6269, 6236, 1, 0, 0, 0, 6269, 6242, 1, 0, 0, 0, 6269, 6252, 1, 0, 0, 0, 6269, 6253, 1, 0, 0, 0, 6269, 6254, 1, 0, 0, 0, 6269, 6255, 1, 0, 0, 0, 6270, 565, 1, 0, 0, 0, 6271, 6272, 5, 157, 0, 0, 6272, 6273, 7, 63, 0, 0, 6273, 6456, 5, 452, 0, 0, 6274, 6275, 5, 157, 0, 0, 6275, 6276, 7, 94, 0, 0, 6276, 6279, 5, 386, 0, 0, 6277, 6278, 5, 80, 0, 0, 6278, 6280, 5, 882, 0, 0, 6279, 6277, 1, 0, 0, 0, 6279, 6280, 1, 0, 0, 0, 6280, 6283, 1, 0, 0, 0, 6281, 6282, 5, 68, 0, 0, 6282, 6284, 3, 728, 364, 0, 6283, 6281, 1, 0, 0, 0, 6283, 6284, 1, 0, 0, 0, 6284, 6292, 1, 0, 0, 0, 6285, 6289, 5, 100, 0, 0, 6286, 6287, 3, 728, 364, 0, 6287, 6288, 5, 868, 0, 0, 6288, 6290, 1, 0, 0, 0, 6289, 6286, 1, 0, 0, 0, 6289, 6290, 1, 0, 0, 0, 6290, 6291, 1, 0, 0, 0, 6291, 6293, 3, 728, 364, 0, 6292, 6285, 1, 0, 0, 0, 6292, 6293, 1, 0, 0, 0, 6293, 6295, 1, 0, 0, 0, 6294, 6296, 3, 400, 200, 0, 6295, 6294, 1, 0, 0, 0, 6295, 6296, 1, 0, 0, 0, 6296, 6456, 1, 0, 0, 0, 6297, 6298, 5, 157, 0, 0, 6298, 6300, 3, 570, 285, 0, 6299, 6301, 3, 572, 286, 0, 6300, 6299, 1, 0, 0, 0, 6300, 6301, 1, 0, 0, 0, 6301, 6456, 1, 0, 0, 0, 6302, 6304, 5, 157, 0, 0, 6303, 6305, 5, 392, 0, 0, 6304, 6303, 1, 0, 0, 0, 6304, 6305, 1, 0, 0, 0, 6305, 6307, 1, 0, 0, 0, 6306, 6308, 5, 408, 0, 0, 6307, 6306, 1, 0, 0, 0, 6307, 6308, 1, 0, 0, 0, 6308, 6309, 1, 0, 0, 0, 6309, 6310, 7, 47, 0, 0, 6310, 6311, 7, 95, 0, 0, 6311, 6314, 3, 662, 331, 0, 6312, 6313, 7, 95, 0, 0, 6313, 6315, 3, 638, 319, 0, 6314, 6312, 1, 0, 0, 0, 6314, 6315, 1, 0, 0, 0, 6315, 6317, 1, 0, 0, 0, 6316, 6318, 3, 572, 286, 0, 6317, 6316, 1, 0, 0, 0, 6317, 6318, 1, 0, 0, 0, 6318, 6456, 1, 0, 0, 0, 6319, 6320, 5, 157, 0, 0, 6320, 6321, 5, 34, 0, 0, 6321, 6323, 7, 0, 0, 0, 6322, 6324, 3, 776, 388, 0, 6323, 6322, 1, 0, 0, 0, 6323, 6324, 1, 0, 0, 0, 6324, 6325, 1, 0, 0, 0, 6325, 6456, 3, 638, 319, 0, 6326, 6327, 5, 157, 0, 0, 6327, 6328, 5, 34, 0, 0, 6328, 6329, 7, 96, 0, 0, 6329, 6456, 3, 718, 359, 0, 6330, 6331, 5, 157, 0, 0, 6331, 6332, 5, 34, 0, 0, 6332, 6333, 5, 409, 0, 0, 6333, 6456, 3, 642, 321, 0, 6334, 6335, 5, 157, 0, 0, 6335, 6336, 5, 34, 0, 0, 6336, 6337, 5, 684, 0, 0, 6337, 6456, 3, 646, 323, 0, 6338, 6339, 5, 157, 0, 0, 6339, 6340, 5, 34, 0, 0, 6340, 6341, 5, 173, 0, 0, 6341, 6456, 3, 662, 331, 0, 6342, 6343, 5, 157, 0, 0, 6343, 6344, 5, 34, 0, 0, 6344, 6345, 5, 678, 0, 0, 6345, 6456, 3, 700, 350, 0, 6346, 6347, 5, 157, 0, 0, 6347, 6348, 5, 380, 0, 0, 6348, 6349, 3, 708, 354, 0, 6349, 6350, 7, 97, 0, 0, 6350, 6456, 1, 0, 0, 0, 6351, 6352, 5, 157, 0, 0, 6352, 6456, 3, 574, 287, 0, 6353, 6354, 5, 157, 0, 0, 6354, 6362, 7, 98, 0, 0, 6355, 6359, 5, 100, 0, 0, 6356, 6357, 3, 728, 364, 0, 6357, 6358, 5, 868, 0, 0, 6358, 6360, 1, 0, 0, 0, 6359, 6356, 1, 0, 0, 0, 6359, 6360, 1, 0, 0, 0, 6360, 6361, 1, 0, 0, 0, 6361, 6363, 3, 728, 364, 0, 6362, 6355, 1, 0, 0, 0, 6362, 6363, 1, 0, 0, 0, 6363, 6456, 1, 0, 0, 0, 6364, 6365, 5, 157, 0, 0, 6365, 6366, 5, 262, 0, 0, 6366, 6367, 5, 866, 0, 0, 6367, 6368, 5, 850, 0, 0, 6368, 6369, 5, 867, 0, 0, 6369, 6456, 7, 98, 0, 0, 6370, 6371, 5, 157, 0, 0, 6371, 6374, 3, 576, 288, 0, 6372, 6373, 7, 95, 0, 0, 6373, 6375, 3, 638, 319, 0, 6374, 6372, 1, 0, 0, 0, 6374, 6375, 1, 0, 0, 0, 6375, 6377, 1, 0, 0, 0, 6376, 6378, 3, 572, 286, 0, 6377, 6376, 1, 0, 0, 0, 6377, 6378, 1, 0, 0, 0, 6378, 6456, 1, 0, 0, 0, 6379, 6380, 5, 157, 0, 0, 6380, 6381, 5, 132, 0, 0, 6381, 6382, 5, 336, 0, 0, 6382, 6456, 3, 718, 359, 0, 6383, 6384, 5, 157, 0, 0, 6384, 6385, 5, 409, 0, 0, 6385, 6386, 5, 336, 0, 0, 6386, 6456, 3, 642, 321, 0, 6387, 6388, 5, 157, 0, 0, 6388, 6395, 5, 414, 0, 0, 6389, 6390, 5, 65, 0, 0, 6390, 6393, 3, 666, 333, 0, 6391, 6392, 5, 188, 0, 0, 6392, 6394, 3, 664, 332, 0, 6393, 6391, 1, 0, 0, 0, 6393, 6394, 1, 0, 0, 0, 6394, 6396, 1, 0, 0, 0, 6395, 6389, 1, 0, 0, 0, 6395, 6396, 1, 0, 0, 0, 6396, 6456, 1, 0, 0, 0, 6397, 6399, 5, 157, 0, 0, 6398, 6400, 5, 392, 0, 0, 6399, 6398, 1, 0, 0, 0, 6399, 6400, 1, 0, 0, 0, 6400, 6401, 1, 0, 0, 0, 6401, 6402, 7, 99, 0, 0, 6402, 6403, 7, 95, 0, 0, 6403, 6406, 3, 662, 331, 0, 6404, 6405, 7, 95, 0, 0, 6405, 6407, 3, 638, 319, 0, 6406, 6404, 1, 0, 0, 0, 6406, 6407, 1, 0, 0, 0, 6407, 6410, 1, 0, 0, 0, 6408, 6409, 5, 192, 0, 0, 6409, 6411, 3, 820, 410, 0, 6410, 6408, 1, 0, 0, 0, 6410, 6411, 1, 0, 0, 0, 6411, 6456, 1, 0, 0, 0, 6412, 6413, 5, 157, 0, 0, 6413, 6414, 5, 516, 0, 0, 6414, 6417, 5, 752, 0, 0, 6415, 6416, 7, 95, 0, 0, 6416, 6418, 3, 638, 319, 0, 6417, 6415, 1, 0, 0, 0, 6417, 6418, 1, 0, 0, 0, 6418, 6420, 1, 0, 0, 0, 6419, 6421, 3, 572, 286, 0, 6420, 6419, 1, 0, 0, 0, 6420, 6421, 1, 0, 0, 0, 6421, 6456, 1, 0, 0, 0, 6422, 6423, 5, 157, 0, 0, 6423, 6432, 5, 545, 0, 0, 6424, 6429, 3, 578, 289, 0, 6425, 6426, 5, 868, 0, 0, 6426, 6428, 3, 578, 289, 0, 6427, 6425, 1, 0, 0, 0, 6428, 6431, 1, 0, 0, 0, 6429, 6427, 1, 0, 0, 0, 6429, 6430, 1, 0, 0, 0, 6430, 6433, 1, 0, 0, 0, 6431, 6429, 1, 0, 0, 0, 6432, 6424, 1, 0, 0, 0, 6432, 6433, 1, 0, 0, 0, 6433, 6437, 1, 0, 0, 0, 6434, 6435, 5, 65, 0, 0, 6435, 6436, 5, 548, 0, 0, 6436, 6438, 3, 728, 364, 0, 6437, 6434, 1, 0, 0, 0, 6437, 6438, 1, 0, 0, 0, 6438, 6445, 1, 0, 0, 0, 6439, 6440, 5, 100, 0, 0, 6440, 6443, 3, 728, 364, 0, 6441, 6442, 5, 509, 0, 0, 6442, 6444, 3, 728, 364, 0, 6443, 6441, 1, 0, 0, 0, 6443, 6444, 1, 0, 0, 0, 6444, 6446, 1, 0, 0, 0, 6445, 6439, 1, 0, 0, 0, 6445, 6446, 1, 0, 0, 0, 6446, 6456, 1, 0, 0, 0, 6447, 6448, 5, 157, 0, 0, 6448, 6449, 7, 64, 0, 0, 6449, 6451, 5, 645, 0, 0, 6450, 6452, 3, 400, 200, 0, 6451, 6450, 1, 0, 0, 0, 6451, 6452, 1, 0, 0, 0, 6452, 6456, 1, 0, 0, 0, 6453, 6454, 5, 157, 0, 0, 6454, 6456, 5, 564, 0, 0, 6455, 6271, 1, 0, 0, 0, 6455, 6274, 1, 0, 0, 0, 6455, 6297, 1, 0, 0, 0, 6455, 6302, 1, 0, 0, 0, 6455, 6319, 1, 0, 0, 0, 6455, 6326, 1, 0, 0, 0, 6455, 6330, 1, 0, 0, 0, 6455, 6334, 1, 0, 0, 0, 6455, 6338, 1, 0, 0, 0, 6455, 6342, 1, 0, 0, 0, 6455, 6346, 1, 0, 0, 0, 6455, 6351, 1, 0, 0, 0, 6455, 6353, 1, 0, 0, 0, 6455, 6364, 1, 0, 0, 0, 6455, 6370, 1, 0, 0, 0, 6455, 6379, 1, 0, 0, 0, 6455, 6383, 1, 0, 0, 0, 6455, 6387, 1, 0, 0, 0, 6455, 6397, 1, 0, 0, 0, 6455, 6412, 1, 0, 0, 0, 6455, 6422, 1, 0, 0, 0, 6455, 6447, 1, 0, 0, 0, 6455, 6453, 1, 0, 0, 0, 6456, 567, 1, 0, 0, 0, 6457, 6468, 5, 892, 0, 0, 6458, 6468, 5, 893, 0, 0, 6459, 6460, 5, 870, 0, 0, 6460, 6462, 5, 870, 0, 0, 6461, 6459, 1, 0, 0, 0, 6461, 6462, 1, 0, 0, 0, 6462, 6463, 1, 0, 0, 0, 6463, 6465, 7, 100, 0, 0, 6464, 6461, 1, 0, 0, 0, 6464, 6465, 1, 0, 0, 0, 6465, 6466, 1, 0, 0, 0, 6466, 6468, 3, 722, 361, 0, 6467, 6457, 1, 0, 0, 0, 6467, 6458, 1, 0, 0, 0, 6467, 6464, 1, 0, 0, 0, 6468, 569, 1, 0, 0, 0, 6469, 6470, 5, 26, 0, 0, 6470, 6484, 5, 155, 0, 0, 6471, 6484, 5, 823, 0, 0, 6472, 6484, 5, 824, 0, 0, 6473, 6484, 5, 40, 0, 0, 6474, 6484, 5, 153, 0, 0, 6475, 6476, 5, 409, 0, 0, 6476, 6484, 5, 645, 0, 0, 6477, 6478, 5, 132, 0, 0, 6478, 6484, 5, 645, 0, 0, 6479, 6481, 7, 62, 0, 0, 6480, 6479, 1, 0, 0, 0, 6480, 6481, 1, 0, 0, 0, 6481, 6482, 1, 0, 0, 0, 6482, 6484, 7, 101, 0, 0, 6483, 6469, 1, 0, 0, 0, 6483, 6471, 1, 0, 0, 0, 6483, 6472, 1, 0, 0, 0, 6483, 6473, 1, 0, 0, 0, 6483, 6474, 1, 0, 0, 0, 6483, 6475, 1, 0, 0, 0, 6483, 6477, 1, 0, 0, 0, 6483, 6480, 1, 0, 0, 0, 6484, 571, 1, 0, 0, 0, 6485, 6486, 5, 99, 0, 0, 6486, 6490, 5, 882, 0, 0, 6487, 6488, 5, 192, 0, 0, 6488, 6490, 3, 820, 410, 0, 6489, 6485, 1, 0, 0, 0, 6489, 6487, 1, 0, 0, 0, 6490, 573, 1, 0, 0, 0, 6491, 6493, 5, 647, 0, 0, 6492, 6491, 1, 0, 0, 0, 6492, 6493, 1, 0, 0, 0, 6493, 6494, 1, 0, 0, 0, 6494, 6509, 5, 381, 0, 0, 6495, 6496, 5, 453, 0, 0, 6496, 6509, 5, 645, 0, 0, 6497, 6509, 5, 536, 0, 0, 6498, 6509, 5, 734, 0, 0, 6499, 6501, 5, 408, 0, 0, 6500, 6499, 1, 0, 0, 0, 6500, 6501, 1, 0, 0, 0, 6501, 6502, 1, 0, 0, 0, 6502, 6509, 5, 544, 0, 0, 6503, 6509, 5, 546, 0, 0, 6504, 6505, 5, 598, 0, 0, 6505, 6509, 5, 422, 0, 0, 6506, 6509, 5, 312, 0, 0, 6507, 6509, 5, 356, 0, 0, 6508, 6492, 1, 0, 0, 0, 6508, 6495, 1, 0, 0, 0, 6508, 6497, 1, 0, 0, 0, 6508, 6498, 1, 0, 0, 0, 6508, 6500, 1, 0, 0, 0, 6508, 6503, 1, 0, 0, 0, 6508, 6504, 1, 0, 0, 0, 6508, 6506, 1, 0, 0, 0, 6508, 6507, 1, 0, 0, 0, 6509, 575, 1, 0, 0, 0, 6510, 6522, 5, 386, 0, 0, 6511, 6512, 5, 173, 0, 0, 6512, 6522, 5, 645, 0, 0, 6513, 6515, 5, 392, 0, 0, 6514, 6513, 1, 0, 0, 0, 6514, 6515, 1, 0, 0, 0, 6515, 6517, 1, 0, 0, 0, 6516, 6518, 5, 408, 0, 0, 6517, 6516, 1, 0, 0, 0, 6517, 6518, 1, 0, 0, 0, 6518, 6519, 1, 0, 0, 0, 6519, 6522, 5, 752, 0, 0, 6520, 6522, 5, 667, 0, 0, 6521, 6510, 1, 0, 0, 0, 6521, 6511, 1, 0, 0, 0, 6521, 6514, 1, 0, 0, 0, 6521, 6520, 1, 0, 0, 0, 6522, 577, 1, 0, 0, 0, 6523, 6536, 5, 7, 0, 0, 6524, 6525, 5, 320, 0, 0, 6525, 6536, 5, 437, 0, 0, 6526, 6527, 5, 355, 0, 0, 6527, 6536, 5, 656, 0, 0, 6528, 6536, 5, 358, 0, 0, 6529, 6536, 5, 439, 0, 0, 6530, 6536, 5, 802, 0, 0, 6531, 6532, 5, 521, 0, 0, 6532, 6536, 5, 397, 0, 0, 6533, 6536, 5, 605, 0, 0, 6534, 6536, 5, 655, 0, 0, 6535, 6523, 1, 0, 0, 0, 6535, 6524, 1, 0, 0, 0, 6535, 6526, 1, 0, 0, 0, 6535, 6528, 1, 0, 0, 0, 6535, 6529, 1, 0, 0, 0, 6535, 6530, 1, 0, 0, 0, 6535, 6531, 1, 0, 0, 0, 6535, 6533, 1, 0, 0, 0, 6535, 6534, 1, 0, 0, 0, 6536, 579, 1, 0, 0, 0, 6537, 6538, 5, 318, 0, 0, 6538, 6539, 5, 882, 0, 0, 6539, 581, 1, 0, 0, 0, 6540, 6541, 5, 324, 0, 0, 6541, 6559, 5, 82, 0, 0, 6542, 6547, 3, 602, 301, 0, 6543, 6544, 5, 868, 0, 0, 6544, 6546, 3, 602, 301, 0, 6545, 6543, 1, 0, 0, 0, 6546, 6549, 1, 0, 0, 0, 6547, 6545, 1, 0, 0, 0, 6547, 6548, 1, 0, 0, 0, 6548, 6560, 1, 0, 0, 0, 6549, 6547, 1, 0, 0, 0, 6550, 6551, 3, 662, 331, 0, 6551, 6552, 5, 130, 0, 0, 6552, 6555, 5, 866, 0, 0, 6553, 6556, 3, 686, 343, 0, 6554, 6556, 5, 7, 0, 0, 6555, 6553, 1, 0, 0, 0, 6555, 6554, 1, 0, 0, 0, 6556, 6557, 1, 0, 0, 0, 6557, 6558, 5, 867, 0, 0, 6558, 6560, 1, 0, 0, 0, 6559, 6542, 1, 0, 0, 0, 6559, 6550, 1, 0, 0, 0, 6560, 6561, 1, 0, 0, 0, 6561, 6562, 5, 80, 0, 0, 6562, 6563, 3, 638, 319, 0, 6563, 583, 1, 0, 0, 0, 6564, 6566, 5, 404, 0, 0, 6565, 6567, 3, 548, 274, 0, 6566, 6565, 1, 0, 0, 0, 6566, 6567, 1, 0, 0, 0, 6567, 6568, 1, 0, 0, 0, 6568, 6573, 3, 604, 302, 0, 6569, 6570, 5, 868, 0, 0, 6570, 6572, 3, 604, 302, 0, 6571, 6569, 1, 0, 0, 0, 6572, 6575, 1, 0, 0, 0, 6573, 6571, 1, 0, 0, 0, 6573, 6574, 1, 0, 0, 0, 6574, 585, 1, 0, 0, 0, 6575, 6573, 1, 0, 0, 0, 6576, 6578, 5, 94, 0, 0, 6577, 6579, 7, 102, 0, 0, 6578, 6577, 1, 0, 0, 0, 6578, 6579, 1, 0, 0, 0, 6579, 6580, 1, 0, 0, 0, 6580, 6581, 3, 820, 410, 0, 6581, 587, 1, 0, 0, 0, 6582, 6583, 5, 103, 0, 0, 6583, 6584, 5, 82, 0, 0, 6584, 6585, 5, 88, 0, 0, 6585, 6586, 5, 324, 0, 0, 6586, 6591, 3, 608, 304, 0, 6587, 6588, 5, 868, 0, 0, 6588, 6590, 3, 608, 304, 0, 6589, 6587, 1, 0, 0, 0, 6590, 6593, 1, 0, 0, 0, 6591, 6589, 1, 0, 0, 0, 6591, 6592, 1, 0, 0, 0, 6592, 589, 1, 0, 0, 0, 6593, 6591, 1, 0, 0, 0, 6594, 6595, 5, 575, 0, 0, 6595, 6600, 3, 592, 296, 0, 6596, 6597, 5, 868, 0, 0, 6597, 6599, 3, 592, 296, 0, 6598, 6596, 1, 0, 0, 0, 6599, 6602, 1, 0, 0, 0, 6600, 6598, 1, 0, 0, 0, 6600, 6601, 1, 0, 0, 0, 6601, 591, 1, 0, 0, 0, 6602, 6600, 1, 0, 0, 0, 6603, 6609, 5, 453, 0, 0, 6604, 6609, 5, 563, 0, 0, 6605, 6606, 5, 548, 0, 0, 6606, 6609, 5, 324, 0, 0, 6607, 6609, 5, 598, 0, 0, 6608, 6603, 1, 0, 0, 0, 6608, 6604, 1, 0, 0, 0, 6608, 6605, 1, 0, 0, 0, 6608, 6607, 1, 0, 0, 0, 6609, 593, 1, 0, 0, 0, 6610, 6611, 5, 575, 0, 0, 6611, 6616, 5, 531, 0, 0, 6612, 6614, 3, 774, 387, 0, 6613, 6612, 1, 0, 0, 0, 6613, 6614, 1, 0, 0, 0, 6614, 6615, 1, 0, 0, 0, 6615, 6617, 3, 722, 361, 0, 6616, 6613, 1, 0, 0, 0, 6616, 6617, 1, 0, 0, 0, 6617, 595, 1, 0, 0, 0, 6618, 6619, 5, 575, 0, 0, 6619, 6621, 7, 64, 0, 0, 6620, 6622, 5, 7, 0, 0, 6621, 6620, 1, 0, 0, 0, 6621, 6622, 1, 0, 0, 0, 6622, 6624, 1, 0, 0, 0, 6623, 6625, 3, 400, 200, 0, 6624, 6623, 1, 0, 0, 0, 6624, 6625, 1, 0, 0, 0, 6625, 597, 1, 0, 0, 0, 6626, 6627, 5, 576, 0, 0, 6627, 599, 1, 0, 0, 0, 6628, 6629, 5, 749, 0, 0, 6629, 601, 1, 0, 0, 0, 6630, 6636, 3, 662, 331, 0, 6631, 6632, 7, 19, 0, 0, 6632, 6633, 5, 866, 0, 0, 6633, 6634, 3, 650, 325, 0, 6634, 6635, 5, 867, 0, 0, 6635, 6637, 1, 0, 0, 0, 6636, 6631, 1, 0, 0, 0, 6636, 6637, 1, 0, 0, 0, 6637, 603, 1, 0, 0, 0, 6638, 6657, 5, 366, 0, 0, 6639, 6657, 5, 422, 0, 0, 6640, 6642, 7, 103, 0, 0, 6641, 6640, 1, 0, 0, 0, 6641, 6642, 1, 0, 0, 0, 6642, 6643, 1, 0, 0, 0, 6643, 6657, 5, 452, 0, 0, 6644, 6657, 5, 517, 0, 0, 6645, 6657, 5, 734, 0, 0, 6646, 6647, 5, 548, 0, 0, 6647, 6657, 5, 324, 0, 0, 6648, 6657, 5, 645, 0, 0, 6649, 6657, 5, 680, 0, 0, 6650, 6654, 5, 752, 0, 0, 6651, 6652, 5, 194, 0, 0, 6652, 6653, 5, 135, 0, 0, 6653, 6655, 5, 104, 0, 0, 6654, 6651, 1, 0, 0, 0, 6654, 6655, 1, 0, 0, 0, 6655, 6657, 1, 0, 0, 0, 6656, 6638, 1, 0, 0, 0, 6656, 6639, 1, 0, 0, 0, 6656, 6641, 1, 0, 0, 0, 6656, 6644, 1, 0, 0, 0, 6656, 6645, 1, 0, 0, 0, 6656, 6646, 1, 0, 0, 0, 6656, 6648, 1, 0, 0, 0, 6656, 6649, 1, 0, 0, 0, 6656, 6650, 1, 0, 0, 0, 6657, 6671, 1, 0, 0, 0, 6658, 6659, 5, 556, 0, 0, 6659, 6661, 5, 452, 0, 0, 6660, 6662, 3, 400, 200, 0, 6661, 6660, 1, 0, 0, 0, 6661, 6662, 1, 0, 0, 0, 6662, 6671, 1, 0, 0, 0, 6663, 6665, 7, 61, 0, 0, 6664, 6666, 3, 660, 330, 0, 6665, 6664, 1, 0, 0, 0, 6665, 6666, 1, 0, 0, 0, 6666, 6668, 1, 0, 0, 0, 6667, 6669, 3, 606, 303, 0, 6668, 6667, 1, 0, 0, 0, 6668, 6669, 1, 0, 0, 0, 6669, 6671, 1, 0, 0, 0, 6670, 6656, 1, 0, 0, 0, 6670, 6658, 1, 0, 0, 0, 6670, 6663, 1, 0, 0, 0, 6671, 605, 1, 0, 0, 0, 6672, 6673, 5, 194, 0, 0, 6673, 6674, 5, 135, 0, 0, 6674, 6678, 5, 104, 0, 0, 6675, 6676, 5, 65, 0, 0, 6676, 6678, 5, 391, 0, 0, 6677, 6672, 1, 0, 0, 0, 6677, 6675, 1, 0, 0, 0, 6678, 607, 1, 0, 0, 0, 6679, 6687, 3, 662, 331, 0, 6680, 6681, 5, 130, 0, 0, 6681, 6684, 5, 866, 0, 0, 6682, 6685, 3, 686, 343, 0, 6683, 6685, 5, 7, 0, 0, 6684, 6682, 1, 0, 0, 0, 6684, 6683, 1, 0, 0, 0, 6685, 6686, 1, 0, 0, 0, 6686, 6688, 5, 867, 0, 0, 6687, 6680, 1, 0, 0, 0, 6687, 6688, 1, 0, 0, 0, 6688, 6696, 1, 0, 0, 0, 6689, 6691, 7, 19, 0, 0, 6690, 6689, 1, 0, 0, 0, 6690, 6691, 1, 0, 0, 0, 6691, 6692, 1, 0, 0, 0, 6692, 6693, 5, 866, 0, 0, 6693, 6694, 3, 650, 325, 0, 6694, 6695, 5, 867, 0, 0, 6695, 6697, 1, 0, 0, 0, 6696, 6690, 1, 0, 0, 0, 6696, 6697, 1, 0, 0, 0, 6697, 6700, 1, 0, 0, 0, 6698, 6699, 5, 79, 0, 0, 6699, 6701, 5, 446, 0, 0, 6700, 6698, 1, 0, 0, 0, 6700, 6701, 1, 0, 0, 0, 6701, 609, 1, 0, 0, 0, 6702, 6703, 7, 104, 0, 0, 6703, 6706, 3, 662, 331, 0, 6704, 6707, 3, 674, 337, 0, 6705, 6707, 5, 882, 0, 0, 6706, 6704, 1, 0, 0, 0, 6706, 6705, 1, 0, 0, 0, 6706, 6707, 1, 0, 0, 0, 6707, 611, 1, 0, 0, 0, 6708, 6714, 7, 104, 0, 0, 6709, 6715, 5, 392, 0, 0, 6710, 6715, 5, 528, 0, 0, 6711, 6712, 5, 826, 0, 0, 6712, 6713, 5, 857, 0, 0, 6713, 6715, 7, 105, 0, 0, 6714, 6709, 1, 0, 0, 0, 6714, 6710, 1, 0, 0, 0, 6714, 6711, 1, 0, 0, 0, 6714, 6715, 1, 0, 0, 0, 6715, 6716, 1, 0, 0, 0, 6716, 6717, 3, 634, 317, 0, 6717, 613, 1, 0, 0, 0, 6718, 6719, 7, 104, 0, 0, 6719, 6723, 5, 10, 0, 0, 6720, 6721, 5, 826, 0, 0, 6721, 6722, 5, 857, 0, 0, 6722, 6724, 5, 666, 0, 0, 6723, 6720, 1, 0, 0, 0, 6723, 6724, 1, 0, 0, 0, 6724, 6725, 1, 0, 0, 0, 6725, 6726, 3, 210, 105, 0, 6726, 615, 1, 0, 0, 0, 6727, 6728, 5, 419, 0, 0, 6728, 6729, 5, 882, 0, 0, 6729, 617, 1, 0, 0, 0, 6730, 6731, 5, 187, 0, 0, 6731, 6732, 3, 638, 319, 0, 6732, 619, 1, 0, 0, 0, 6733, 6741, 5, 158, 0, 0, 6734, 6736, 5, 164, 0, 0, 6735, 6737, 5, 682, 0, 0, 6736, 6735, 1, 0, 0, 0, 6736, 6737, 1, 0, 0, 0, 6737, 6738, 1, 0, 0, 0, 6738, 6742, 3, 732, 366, 0, 6739, 6742, 5, 889, 0, 0, 6740, 6742, 5, 890, 0, 0, 6741, 6734, 1, 0, 0, 0, 6741, 6739, 1, 0, 0, 0, 6741, 6740, 1, 0, 0, 0, 6742, 6752, 1, 0, 0, 0, 6743, 6744, 5, 155, 0, 0, 6744, 6749, 3, 624, 312, 0, 6745, 6746, 5, 868, 0, 0, 6746, 6748, 3, 624, 312, 0, 6747, 6745, 1, 0, 0, 0, 6748, 6751, 1, 0, 0, 0, 6749, 6747, 1, 0, 0, 0, 6749, 6750, 1, 0, 0, 0, 6750, 6753, 1, 0, 0, 0, 6751, 6749, 1, 0, 0, 0, 6752, 6743, 1, 0, 0, 0, 6752, 6753, 1, 0, 0, 0, 6753, 621, 1, 0, 0, 0, 6754, 6762, 5, 145, 0, 0, 6755, 6757, 5, 164, 0, 0, 6756, 6758, 5, 682, 0, 0, 6757, 6756, 1, 0, 0, 0, 6757, 6758, 1, 0, 0, 0, 6758, 6759, 1, 0, 0, 0, 6759, 6763, 3, 732, 366, 0, 6760, 6763, 5, 889, 0, 0, 6761, 6763, 5, 890, 0, 0, 6762, 6755, 1, 0, 0, 0, 6762, 6760, 1, 0, 0, 0, 6762, 6761, 1, 0, 0, 0, 6762, 6763, 1, 0, 0, 0, 6763, 6773, 1, 0, 0, 0, 6764, 6765, 5, 155, 0, 0, 6765, 6770, 3, 624, 312, 0, 6766, 6767, 5, 868, 0, 0, 6767, 6769, 3, 624, 312, 0, 6768, 6766, 1, 0, 0, 0, 6769, 6772, 1, 0, 0, 0, 6770, 6768, 1, 0, 0, 0, 6770, 6771, 1, 0, 0, 0, 6771, 6774, 1, 0, 0, 0, 6772, 6770, 1, 0, 0, 0, 6773, 6764, 1, 0, 0, 0, 6773, 6774, 1, 0, 0, 0, 6774, 623, 1, 0, 0, 0, 6775, 6776, 7, 106, 0, 0, 6776, 6781, 5, 857, 0, 0, 6777, 6782, 3, 732, 366, 0, 6778, 6782, 5, 883, 0, 0, 6779, 6782, 3, 702, 351, 0, 6780, 6782, 3, 724, 362, 0, 6781, 6777, 1, 0, 0, 0, 6781, 6778, 1, 0, 0, 0, 6781, 6779, 1, 0, 0, 0, 6781, 6780, 1, 0, 0, 0, 6782, 625, 1, 0, 0, 0, 6783, 6785, 5, 194, 0, 0, 6784, 6786, 5, 552, 0, 0, 6785, 6784, 1, 0, 0, 0, 6785, 6786, 1, 0, 0, 0, 6786, 6787, 1, 0, 0, 0, 6787, 6792, 3, 52, 26, 0, 6788, 6789, 5, 868, 0, 0, 6789, 6791, 3, 52, 26, 0, 6790, 6788, 1, 0, 0, 0, 6791, 6794, 1, 0, 0, 0, 6792, 6790, 1, 0, 0, 0, 6792, 6793, 1, 0, 0, 0, 6793, 627, 1, 0, 0, 0, 6794, 6792, 1, 0, 0, 0, 6795, 6796, 5, 173, 0, 0, 6796, 6798, 3, 662, 331, 0, 6797, 6799, 3, 258, 129, 0, 6798, 6797, 1, 0, 0, 0, 6798, 6799, 1, 0, 0, 0, 6799, 6801, 1, 0, 0, 0, 6800, 6802, 3, 328, 164, 0, 6801, 6800, 1, 0, 0, 0, 6801, 6802, 1, 0, 0, 0, 6802, 629, 1, 0, 0, 0, 6803, 6805, 5, 72, 0, 0, 6804, 6806, 7, 107, 0, 0, 6805, 6804, 1, 0, 0, 0, 6805, 6806, 1, 0, 0, 0, 6806, 6807, 1, 0, 0, 0, 6807, 6839, 5, 48, 0, 0, 6808, 6809, 3, 568, 284, 0, 6809, 6810, 5, 857, 0, 0, 6810, 6818, 7, 108, 0, 0, 6811, 6812, 5, 868, 0, 0, 6812, 6813, 3, 568, 284, 0, 6813, 6814, 5, 857, 0, 0, 6814, 6815, 7, 108, 0, 0, 6815, 6817, 1, 0, 0, 0, 6816, 6811, 1, 0, 0, 0, 6817, 6820, 1, 0, 0, 0, 6818, 6816, 1, 0, 0, 0, 6818, 6819, 1, 0, 0, 0, 6819, 6840, 1, 0, 0, 0, 6820, 6818, 1, 0, 0, 0, 6821, 6824, 5, 30, 0, 0, 6822, 6825, 3, 728, 364, 0, 6823, 6825, 3, 568, 284, 0, 6824, 6822, 1, 0, 0, 0, 6824, 6823, 1, 0, 0, 0, 6825, 6826, 1, 0, 0, 0, 6826, 6827, 3, 568, 284, 0, 6827, 6828, 5, 857, 0, 0, 6828, 6836, 3, 632, 316, 0, 6829, 6830, 5, 868, 0, 0, 6830, 6831, 3, 568, 284, 0, 6831, 6832, 5, 857, 0, 0, 6832, 6833, 3, 632, 316, 0, 6833, 6835, 1, 0, 0, 0, 6834, 6829, 1, 0, 0, 0, 6835, 6838, 1, 0, 0, 0, 6836, 6834, 1, 0, 0, 0, 6836, 6837, 1, 0, 0, 0, 6837, 6840, 1, 0, 0, 0, 6838, 6836, 1, 0, 0, 0, 6839, 6808, 1, 0, 0, 0, 6839, 6821, 1, 0, 0, 0, 6840, 631, 1, 0, 0, 0, 6841, 6842, 7, 109, 0, 0, 6842, 633, 1, 0, 0, 0, 6843, 6849, 3, 210, 105, 0, 6844, 6849, 3, 186, 93, 0, 6845, 6849, 3, 192, 96, 0, 6846, 6849, 3, 208, 104, 0, 6847, 6849, 3, 220, 110, 0, 6848, 6843, 1, 0, 0, 0, 6848, 6844, 1, 0, 0, 0, 6848, 6845, 1, 0, 0, 0, 6848, 6846, 1, 0, 0, 0, 6848, 6847, 1, 0, 0, 0, 6849, 6854, 1, 0, 0, 0, 6850, 6851, 5, 65, 0, 0, 6851, 6852, 5, 349, 0, 0, 6852, 6854, 3, 722, 361, 0, 6853, 6848, 1, 0, 0, 0, 6853, 6850, 1, 0, 0, 0, 6854, 635, 1, 0, 0, 0, 6855, 6856, 3, 718, 359, 0, 6856, 637, 1, 0, 0, 0, 6857, 6858, 3, 718, 359, 0, 6858, 639, 1, 0, 0, 0, 6859, 6860, 3, 718, 359, 0, 6860, 641, 1, 0, 0, 0, 6861, 6862, 3, 718, 359, 0, 6862, 643, 1, 0, 0, 0, 6863, 6864, 3, 718, 359, 0, 6864, 645, 1, 0, 0, 0, 6865, 6866, 3, 718, 359, 0, 6866, 647, 1, 0, 0, 0, 6867, 6868, 3, 722, 361, 0, 6868, 649, 1, 0, 0, 0, 6869, 6874, 3, 652, 326, 0, 6870, 6871, 5, 868, 0, 0, 6871, 6873, 3, 652, 326, 0, 6872, 6870, 1, 0, 0, 0, 6873, 6876, 1, 0, 0, 0, 6874, 6872, 1, 0, 0, 0, 6874, 6875, 1, 0, 0, 0, 6875, 651, 1, 0, 0, 0, 6876, 6874, 1, 0, 0, 0, 6877, 6878, 3, 722, 361, 0, 6878, 653, 1, 0, 0, 0, 6879, 6880, 3, 722, 361, 0, 6880, 655, 1, 0, 0, 0, 6881, 6882, 3, 722, 361, 0, 6882, 657, 1, 0, 0, 0, 6883, 6884, 3, 718, 359, 0, 6884, 659, 1, 0, 0, 0, 6885, 6890, 3, 662, 331, 0, 6886, 6887, 5, 868, 0, 0, 6887, 6889, 3, 662, 331, 0, 6888, 6886, 1, 0, 0, 0, 6889, 6892, 1, 0, 0, 0, 6890, 6888, 1, 0, 0, 0, 6890, 6891, 1, 0, 0, 0, 6891, 661, 1, 0, 0, 0, 6892, 6890, 1, 0, 0, 0, 6893, 6894, 3, 718, 359, 0, 6894, 663, 1, 0, 0, 0, 6895, 6900, 3, 666, 333, 0, 6896, 6897, 5, 868, 0, 0, 6897, 6899, 3, 666, 333, 0, 6898, 6896, 1, 0, 0, 0, 6899, 6902, 1, 0, 0, 0, 6900, 6898, 1, 0, 0, 0, 6900, 6901, 1, 0, 0, 0, 6901, 665, 1, 0, 0, 0, 6902, 6900, 1, 0, 0, 0, 6903, 6906, 3, 700, 350, 0, 6904, 6906, 3, 722, 361, 0, 6905, 6903, 1, 0, 0, 0, 6905, 6904, 1, 0, 0, 0, 6906, 667, 1, 0, 0, 0, 6907, 6912, 3, 722, 361, 0, 6908, 6910, 3, 726, 363, 0, 6909, 6911, 3, 726, 363, 0, 6910, 6909, 1, 0, 0, 0, 6910, 6911, 1, 0, 0, 0, 6911, 6913, 1, 0, 0, 0, 6912, 6908, 1, 0, 0, 0, 6912, 6913, 1, 0, 0, 0, 6913, 6922, 1, 0, 0, 0, 6914, 6916, 9, 0, 0, 0, 6915, 6914, 1, 0, 0, 0, 6915, 6916, 1, 0, 0, 0, 6916, 6917, 1, 0, 0, 0, 6917, 6919, 3, 726, 363, 0, 6918, 6920, 3, 726, 363, 0, 6919, 6918, 1, 0, 0, 0, 6919, 6920, 1, 0, 0, 0, 6920, 6922, 1, 0, 0, 0, 6921, 6907, 1, 0, 0, 0, 6921, 6915, 1, 0, 0, 0, 6922, 669, 1, 0, 0, 0, 6923, 6928, 3, 674, 337, 0, 6924, 6925, 5, 868, 0, 0, 6925, 6927, 3, 674, 337, 0, 6926, 6924, 1, 0, 0, 0, 6927, 6930, 1, 0, 0, 0, 6928, 6926, 1, 0, 0, 0, 6928, 6929, 1, 0, 0, 0, 6929, 671, 1, 0, 0, 0, 6930, 6928, 1, 0, 0, 0, 6931, 6932, 1, 0, 0, 0, 6932, 673, 1, 0, 0, 0, 6933, 6938, 3, 722, 361, 0, 6934, 6936, 3, 726, 363, 0, 6935, 6937, 3, 726, 363, 0, 6936, 6935, 1, 0, 0, 0, 6936, 6937, 1, 0, 0, 0, 6937, 6939, 1, 0, 0, 0, 6938, 6934, 1, 0, 0, 0, 6938, 6939, 1, 0, 0, 0, 6939, 6950, 1, 0, 0, 0, 6940, 6942, 9, 0, 0, 0, 6941, 6940, 1, 0, 0, 0, 6941, 6942, 1, 0, 0, 0, 6942, 6943, 1, 0, 0, 0, 6943, 6945, 3, 726, 363, 0, 6944, 6946, 3, 726, 363, 0, 6945, 6944, 1, 0, 0, 0, 6945, 6946, 1, 0, 0, 0, 6946, 6950, 1, 0, 0, 0, 6947, 6948, 4, 337, 4, 0, 6948, 6950, 3, 672, 336, 0, 6949, 6933, 1, 0, 0, 0, 6949, 6941, 1, 0, 0, 0, 6949, 6947, 1, 0, 0, 0, 6950, 675, 1, 0, 0, 0, 6951, 6956, 3, 722, 361, 0, 6952, 6954, 3, 726, 363, 0, 6953, 6955, 3, 726, 363, 0, 6954, 6953, 1, 0, 0, 0, 6954, 6955, 1, 0, 0, 0, 6955, 6957, 1, 0, 0, 0, 6956, 6952, 1, 0, 0, 0, 6956, 6957, 1, 0, 0, 0, 6957, 6966, 1, 0, 0, 0, 6958, 6960, 9, 0, 0, 0, 6959, 6958, 1, 0, 0, 0, 6959, 6960, 1, 0, 0, 0, 6960, 6961, 1, 0, 0, 0, 6961, 6963, 3, 726, 363, 0, 6962, 6964, 3, 726, 363, 0, 6963, 6962, 1, 0, 0, 0, 6963, 6964, 1, 0, 0, 0, 6964, 6966, 1, 0, 0, 0, 6965, 6951, 1, 0, 0, 0, 6965, 6959, 1, 0, 0, 0, 6966, 677, 1, 0, 0, 0, 6967, 6968, 4, 339, 5, 0, 6968, 6977, 3, 672, 336, 0, 6969, 6974, 3, 722, 361, 0, 6970, 6972, 3, 726, 363, 0, 6971, 6973, 3, 726, 363, 0, 6972, 6971, 1, 0, 0, 0, 6972, 6973, 1, 0, 0, 0, 6973, 6975, 1, 0, 0, 0, 6974, 6970, 1, 0, 0, 0, 6974, 6975, 1, 0, 0, 0, 6975, 6977, 1, 0, 0, 0, 6976, 6967, 1, 0, 0, 0, 6976, 6969, 1, 0, 0, 0, 6977, 679, 1, 0, 0, 0, 6978, 6979, 3, 722, 361, 0, 6979, 681, 1, 0, 0, 0, 6980, 6981, 3, 722, 361, 0, 6981, 683, 1, 0, 0, 0, 6982, 6983, 3, 722, 361, 0, 6983, 685, 1, 0, 0, 0, 6984, 6989, 3, 688, 344, 0, 6985, 6986, 5, 868, 0, 0, 6986, 6988, 3, 688, 344, 0, 6987, 6985, 1, 0, 0, 0, 6988, 6991, 1, 0, 0, 0, 6989, 6987, 1, 0, 0, 0, 6989, 6990, 1, 0, 0, 0, 6990, 687, 1, 0, 0, 0, 6991, 6989, 1, 0, 0, 0, 6992, 6993, 3, 722, 361, 0, 6993, 689, 1, 0, 0, 0, 6994, 6999, 3, 722, 361, 0, 6995, 6996, 5, 866, 0, 0, 6996, 6997, 3, 728, 364, 0, 6997, 6998, 5, 867, 0, 0, 6998, 7000, 1, 0, 0, 0, 6999, 6995, 1, 0, 0, 0, 6999, 7000, 1, 0, 0, 0, 7000, 7003, 1, 0, 0, 0, 7001, 7003, 3, 820, 410, 0, 7002, 6994, 1, 0, 0, 0, 7002, 7001, 1, 0, 0, 0, 7003, 7005, 1, 0, 0, 0, 7004, 7006, 7, 55, 0, 0, 7005, 7004, 1, 0, 0, 0, 7005, 7006, 1, 0, 0, 0, 7006, 691, 1, 0, 0, 0, 7007, 7008, 3, 694, 347, 0, 7008, 7009, 5, 878, 0, 0, 7009, 7010, 3, 728, 364, 0, 7010, 693, 1, 0, 0, 0, 7011, 7012, 3, 696, 348, 0, 7012, 7013, 5, 891, 0, 0, 7013, 695, 1, 0, 0, 0, 7014, 7019, 5, 882, 0, 0, 7015, 7019, 5, 889, 0, 0, 7016, 7019, 5, 704, 0, 0, 7017, 7019, 3, 850, 425, 0, 7018, 7014, 1, 0, 0, 0, 7018, 7015, 1, 0, 0, 0, 7018, 7016, 1, 0, 0, 0, 7018, 7017, 1, 0, 0, 0, 7019, 697, 1, 0, 0, 0, 7020, 7021, 7, 110, 0, 0, 7021, 699, 1, 0, 0, 0, 7022, 7024, 3, 696, 348, 0, 7023, 7025, 3, 698, 349, 0, 7024, 7023, 1, 0, 0, 0, 7024, 7025, 1, 0, 0, 0, 7025, 7028, 1, 0, 0, 0, 7026, 7028, 3, 60, 30, 0, 7027, 7022, 1, 0, 0, 0, 7027, 7026, 1, 0, 0, 0, 7028, 701, 1, 0, 0, 0, 7029, 7030, 7, 111, 0, 0, 7030, 703, 1, 0, 0, 0, 7031, 7036, 5, 228, 0, 0, 7032, 7036, 3, 840, 420, 0, 7033, 7036, 5, 882, 0, 0, 7034, 7036, 5, 879, 0, 0, 7035, 7031, 1, 0, 0, 0, 7035, 7032, 1, 0, 0, 0, 7035, 7033, 1, 0, 0, 0, 7035, 7034, 1, 0, 0, 0, 7036, 705, 1, 0, 0, 0, 7037, 7038, 3, 722, 361, 0, 7038, 707, 1, 0, 0, 0, 7039, 7043, 3, 710, 355, 0, 7040, 7043, 5, 889, 0, 0, 7041, 7043, 5, 882, 0, 0, 7042, 7039, 1, 0, 0, 0, 7042, 7040, 1, 0, 0, 0, 7042, 7041, 1, 0, 0, 0, 7043, 709, 1, 0, 0, 0, 7044, 7045, 7, 112, 0, 0, 7045, 711, 1, 0, 0, 0, 7046, 7047, 3, 728, 364, 0, 7047, 7048, 5, 854, 0, 0, 7048, 7049, 3, 728, 364, 0, 7049, 7050, 5, 854, 0, 0, 7050, 7051, 3, 728, 364, 0, 7051, 7052, 5, 854, 0, 0, 7052, 7053, 3, 728, 364, 0, 7053, 7054, 5, 854, 0, 0, 7054, 7060, 3, 728, 364, 0, 7055, 7056, 5, 878, 0, 0, 7056, 7057, 3, 728, 364, 0, 7057, 7058, 5, 854, 0, 0, 7058, 7059, 3, 728, 364, 0, 7059, 7061, 1, 0, 0, 0, 7060, 7055, 1, 0, 0, 0, 7061, 7062, 1, 0, 0, 0, 7062, 7060, 1, 0, 0, 0, 7062, 7063, 1, 0, 0, 0, 7063, 713, 1, 0, 0, 0, 7064, 7071, 3, 716, 358, 0, 7065, 7066, 5, 868, 0, 0, 7066, 7069, 3, 716, 358, 0, 7067, 7068, 5, 868, 0, 0, 7068, 7070, 3, 728, 364, 0, 7069, 7067, 1, 0, 0, 0, 7069, 7070, 1, 0, 0, 0, 7070, 7072, 1, 0, 0, 0, 7071, 7065, 1, 0, 0, 0, 7071, 7072, 1, 0, 0, 0, 7072, 715, 1, 0, 0, 0, 7073, 7081, 5, 882, 0, 0, 7074, 7081, 5, 887, 0, 0, 7075, 7077, 5, 884, 0, 0, 7076, 7075, 1, 0, 0, 0, 7077, 7078, 1, 0, 0, 0, 7078, 7076, 1, 0, 0, 0, 7078, 7079, 1, 0, 0, 0, 7079, 7081, 1, 0, 0, 0, 7080, 7073, 1, 0, 0, 0, 7080, 7074, 1, 0, 0, 0, 7080, 7076, 1, 0, 0, 0, 7081, 717, 1, 0, 0, 0, 7082, 7084, 3, 722, 361, 0, 7083, 7085, 3, 726, 363, 0, 7084, 7083, 1, 0, 0, 0, 7084, 7085, 1, 0, 0, 0, 7085, 719, 1, 0, 0, 0, 7086, 7091, 3, 722, 361, 0, 7087, 7088, 5, 868, 0, 0, 7088, 7090, 3, 722, 361, 0, 7089, 7087, 1, 0, 0, 0, 7090, 7093, 1, 0, 0, 0, 7091, 7089, 1, 0, 0, 0, 7091, 7092, 1, 0, 0, 0, 7092, 721, 1, 0, 0, 0, 7093, 7091, 1, 0, 0, 0, 7094, 7098, 3, 724, 362, 0, 7095, 7098, 5, 879, 0, 0, 7096, 7098, 5, 882, 0, 0, 7097, 7094, 1, 0, 0, 0, 7097, 7095, 1, 0, 0, 0, 7097, 7096, 1, 0, 0, 0, 7098, 723, 1, 0, 0, 0, 7099, 7109, 5, 889, 0, 0, 7100, 7109, 3, 840, 420, 0, 7101, 7109, 3, 842, 421, 0, 7102, 7109, 3, 710, 355, 0, 7103, 7109, 3, 844, 422, 0, 7104, 7109, 3, 846, 423, 0, 7105, 7109, 3, 848, 424, 0, 7106, 7109, 3, 850, 425, 0, 7107, 7109, 3, 812, 406, 0, 7108, 7099, 1, 0, 0, 0, 7108, 7100, 1, 0, 0, 0, 7108, 7101, 1, 0, 0, 0, 7108, 7102, 1, 0, 0, 0, 7108, 7103, 1, 0, 0, 0, 7108, 7104, 1, 0, 0, 0, 7108, 7105, 1, 0, 0, 0, 7108, 7106, 1, 0, 0, 0, 7108, 7107, 1, 0, 0, 0, 7109, 725, 1, 0, 0, 0, 7110, 7111, 5, 865, 0, 0, 7111, 7115, 5, 889, 0, 0, 7112, 7113, 5, 865, 0, 0, 7113, 7115, 3, 722, 361, 0, 7114, 7110, 1, 0, 0, 0, 7114, 7112, 1, 0, 0, 0, 7115, 727, 1, 0, 0, 0, 7116, 7117, 7, 113, 0, 0, 7117, 729, 1, 0, 0, 0, 7118, 7121, 5, 880, 0, 0, 7119, 7121, 3, 728, 364, 0, 7120, 7118, 1, 0, 0, 0, 7120, 7119, 1, 0, 0, 0, 7121, 731, 1, 0, 0, 0, 7122, 7124, 5, 888, 0, 0, 7123, 7122, 1, 0, 0, 0, 7123, 7124, 1, 0, 0, 0, 7124, 7125, 1, 0, 0, 0, 7125, 7128, 5, 882, 0, 0, 7126, 7128, 5, 881, 0, 0, 7127, 7123, 1, 0, 0, 0, 7127, 7126, 1, 0, 0, 0, 7128, 7130, 1, 0, 0, 0, 7129, 7131, 5, 882, 0, 0, 7130, 7129, 1, 0, 0, 0, 7131, 7132, 1, 0, 0, 0, 7132, 7130, 1, 0, 0, 0, 7132, 7133, 1, 0, 0, 0, 7133, 7146, 1, 0, 0, 0, 7134, 7136, 5, 888, 0, 0, 7135, 7134, 1, 0, 0, 0, 7135, 7136, 1, 0, 0, 0, 7136, 7137, 1, 0, 0, 0, 7137, 7140, 5, 882, 0, 0, 7138, 7140, 5, 881, 0, 0, 7139, 7135, 1, 0, 0, 0, 7139, 7138, 1, 0, 0, 0, 7140, 7143, 1, 0, 0, 0, 7141, 7142, 5, 28, 0, 0, 7142, 7144, 3, 706, 353, 0, 7143, 7141, 1, 0, 0, 0, 7143, 7144, 1, 0, 0, 0, 7144, 7146, 1, 0, 0, 0, 7145, 7127, 1, 0, 0, 0, 7145, 7139, 1, 0, 0, 0, 7146, 733, 1, 0, 0, 0, 7147, 7148, 7, 114, 0, 0, 7148, 735, 1, 0, 0, 0, 7149, 7151, 5, 888, 0, 0, 7150, 7149, 1, 0, 0, 0, 7150, 7151, 1, 0, 0, 0, 7151, 7152, 1, 0, 0, 0, 7152, 7153, 5, 884, 0, 0, 7153, 737, 1, 0, 0, 0, 7154, 7156, 5, 114, 0, 0, 7155, 7154, 1, 0, 0, 0, 7155, 7156, 1, 0, 0, 0, 7156, 7157, 1, 0, 0, 0, 7157, 7158, 7, 115, 0, 0, 7158, 739, 1, 0, 0, 0, 7159, 7172, 3, 732, 366, 0, 7160, 7172, 3, 728, 364, 0, 7161, 7162, 5, 854, 0, 0, 7162, 7172, 3, 728, 364, 0, 7163, 7172, 3, 736, 368, 0, 7164, 7172, 3, 734, 367, 0, 7165, 7172, 5, 885, 0, 0, 7166, 7172, 5, 887, 0, 0, 7167, 7169, 5, 114, 0, 0, 7168, 7167, 1, 0, 0, 0, 7168, 7169, 1, 0, 0, 0, 7169, 7170, 1, 0, 0, 0, 7170, 7172, 7, 115, 0, 0, 7171, 7159, 1, 0, 0, 0, 7171, 7160, 1, 0, 0, 0, 7171, 7161, 1, 0, 0, 0, 7171, 7163, 1, 0, 0, 0, 7171, 7164, 1, 0, 0, 0, 7171, 7165, 1, 0, 0, 0, 7171, 7166, 1, 0, 0, 0, 7171, 7168, 1, 0, 0, 0, 7172, 741, 1, 0, 0, 0, 7173, 7175, 7, 116, 0, 0, 7174, 7176, 5, 240, 0, 0, 7175, 7174, 1, 0, 0, 0, 7175, 7176, 1, 0, 0, 0, 7176, 7178, 1, 0, 0, 0, 7177, 7179, 3, 748, 374, 0, 7178, 7177, 1, 0, 0, 0, 7178, 7179, 1, 0, 0, 0, 7179, 7181, 1, 0, 0, 0, 7180, 7182, 5, 228, 0, 0, 7181, 7180, 1, 0, 0, 0, 7181, 7182, 1, 0, 0, 0, 7182, 7186, 1, 0, 0, 0, 7183, 7184, 3, 58, 29, 0, 7184, 7185, 3, 704, 352, 0, 7185, 7187, 1, 0, 0, 0, 7186, 7183, 1, 0, 0, 0, 7186, 7187, 1, 0, 0, 0, 7187, 7191, 1, 0, 0, 0, 7188, 7189, 5, 28, 0, 0, 7189, 7192, 3, 706, 353, 0, 7190, 7192, 5, 228, 0, 0, 7191, 7188, 1, 0, 0, 0, 7191, 7190, 1, 0, 0, 0, 7191, 7192, 1, 0, 0, 0, 7192, 7300, 1, 0, 0, 0, 7193, 7194, 5, 227, 0, 0, 7194, 7195, 7, 117, 0, 0, 7195, 7197, 5, 240, 0, 0, 7196, 7198, 3, 748, 374, 0, 7197, 7196, 1, 0, 0, 0, 7197, 7198, 1, 0, 0, 0, 7198, 7200, 1, 0, 0, 0, 7199, 7201, 5, 228, 0, 0, 7200, 7199, 1, 0, 0, 0, 7200, 7201, 1, 0, 0, 0, 7201, 7300, 1, 0, 0, 0, 7202, 7203, 5, 227, 0, 0, 7203, 7205, 7, 118, 0, 0, 7204, 7206, 3, 748, 374, 0, 7205, 7204, 1, 0, 0, 0, 7205, 7206, 1, 0, 0, 0, 7206, 7208, 1, 0, 0, 0, 7207, 7209, 5, 228, 0, 0, 7208, 7207, 1, 0, 0, 0, 7208, 7209, 1, 0, 0, 0, 7209, 7300, 1, 0, 0, 0, 7210, 7211, 5, 498, 0, 0, 7211, 7213, 5, 225, 0, 0, 7212, 7214, 3, 748, 374, 0, 7213, 7212, 1, 0, 0, 0, 7213, 7214, 1, 0, 0, 0, 7214, 7216, 1, 0, 0, 0, 7215, 7217, 5, 228, 0, 0, 7216, 7215, 1, 0, 0, 0, 7216, 7217, 1, 0, 0, 0, 7217, 7300, 1, 0, 0, 0, 7218, 7220, 7, 119, 0, 0, 7219, 7221, 3, 748, 374, 0, 7220, 7219, 1, 0, 0, 0, 7220, 7221, 1, 0, 0, 0, 7221, 7225, 1, 0, 0, 0, 7222, 7224, 7, 120, 0, 0, 7223, 7222, 1, 0, 0, 0, 7224, 7227, 1, 0, 0, 0, 7225, 7223, 1, 0, 0, 0, 7225, 7226, 1, 0, 0, 0, 7226, 7300, 1, 0, 0, 0, 7227, 7225, 1, 0, 0, 0, 7228, 7230, 5, 210, 0, 0, 7229, 7231, 3, 750, 375, 0, 7230, 7229, 1, 0, 0, 0, 7230, 7231, 1, 0, 0, 0, 7231, 7235, 1, 0, 0, 0, 7232, 7234, 7, 120, 0, 0, 7233, 7232, 1, 0, 0, 0, 7234, 7237, 1, 0, 0, 0, 7235, 7233, 1, 0, 0, 0, 7235, 7236, 1, 0, 0, 0, 7236, 7300, 1, 0, 0, 0, 7237, 7235, 1, 0, 0, 0, 7238, 7240, 5, 211, 0, 0, 7239, 7241, 5, 212, 0, 0, 7240, 7239, 1, 0, 0, 0, 7240, 7241, 1, 0, 0, 0, 7241, 7243, 1, 0, 0, 0, 7242, 7244, 3, 750, 375, 0, 7243, 7242, 1, 0, 0, 0, 7243, 7244, 1, 0, 0, 0, 7244, 7248, 1, 0, 0, 0, 7245, 7247, 7, 120, 0, 0, 7246, 7245, 1, 0, 0, 0, 7247, 7250, 1, 0, 0, 0, 7248, 7246, 1, 0, 0, 0, 7248, 7249, 1, 0, 0, 0, 7249, 7300, 1, 0, 0, 0, 7250, 7248, 1, 0, 0, 0, 7251, 7253, 7, 121, 0, 0, 7252, 7254, 3, 752, 376, 0, 7253, 7252, 1, 0, 0, 0, 7253, 7254, 1, 0, 0, 0, 7254, 7258, 1, 0, 0, 0, 7255, 7257, 7, 120, 0, 0, 7256, 7255, 1, 0, 0, 0, 7257, 7260, 1, 0, 0, 0, 7258, 7256, 1, 0, 0, 0, 7258, 7259, 1, 0, 0, 0, 7259, 7300, 1, 0, 0, 0, 7260, 7258, 1, 0, 0, 0, 7261, 7300, 7, 122, 0, 0, 7262, 7264, 7, 123, 0, 0, 7263, 7265, 3, 748, 374, 0, 7264, 7263, 1, 0, 0, 0, 7264, 7265, 1, 0, 0, 0, 7265, 7300, 1, 0, 0, 0, 7266, 7267, 7, 124, 0, 0, 7267, 7269, 3, 744, 372, 0, 7268, 7270, 5, 228, 0, 0, 7269, 7268, 1, 0, 0, 0, 7269, 7270, 1, 0, 0, 0, 7270, 7274, 1, 0, 0, 0, 7271, 7272, 3, 58, 29, 0, 7272, 7273, 3, 704, 352, 0, 7273, 7275, 1, 0, 0, 0, 7274, 7271, 1, 0, 0, 0, 7274, 7275, 1, 0, 0, 0, 7275, 7300, 1, 0, 0, 0, 7276, 7279, 7, 125, 0, 0, 7277, 7278, 5, 834, 0, 0, 7278, 7280, 3, 728, 364, 0, 7279, 7277, 1, 0, 0, 0, 7279, 7280, 1, 0, 0, 0, 7280, 7300, 1, 0, 0, 0, 7281, 7283, 5, 233, 0, 0, 7282, 7284, 5, 225, 0, 0, 7283, 7282, 1, 0, 0, 0, 7283, 7284, 1, 0, 0, 0, 7284, 7286, 1, 0, 0, 0, 7285, 7287, 5, 228, 0, 0, 7286, 7285, 1, 0, 0, 0, 7286, 7287, 1, 0, 0, 0, 7287, 7291, 1, 0, 0, 0, 7288, 7289, 3, 58, 29, 0, 7289, 7290, 3, 704, 352, 0, 7290, 7292, 1, 0, 0, 0, 7291, 7288, 1, 0, 0, 0, 7291, 7292, 1, 0, 0, 0, 7292, 7295, 1, 0, 0, 0, 7293, 7294, 5, 28, 0, 0, 7294, 7296, 3, 706, 353, 0, 7295, 7293, 1, 0, 0, 0, 7295, 7296, 1, 0, 0, 0, 7296, 7300, 1, 0, 0, 0, 7297, 7298, 5, 233, 0, 0, 7298, 7300, 5, 229, 0, 0, 7299, 7173, 1, 0, 0, 0, 7299, 7193, 1, 0, 0, 0, 7299, 7202, 1, 0, 0, 0, 7299, 7210, 1, 0, 0, 0, 7299, 7218, 1, 0, 0, 0, 7299, 7228, 1, 0, 0, 0, 7299, 7238, 1, 0, 0, 0, 7299, 7251, 1, 0, 0, 0, 7299, 7261, 1, 0, 0, 0, 7299, 7262, 1, 0, 0, 0, 7299, 7266, 1, 0, 0, 0, 7299, 7276, 1, 0, 0, 0, 7299, 7281, 1, 0, 0, 0, 7299, 7297, 1, 0, 0, 0, 7300, 743, 1, 0, 0, 0, 7301, 7302, 5, 866, 0, 0, 7302, 7307, 5, 882, 0, 0, 7303, 7304, 5, 868, 0, 0, 7304, 7306, 5, 882, 0, 0, 7305, 7303, 1, 0, 0, 0, 7306, 7309, 1, 0, 0, 0, 7307, 7305, 1, 0, 0, 0, 7307, 7308, 1, 0, 0, 0, 7308, 7310, 1, 0, 0, 0, 7309, 7307, 1, 0, 0, 0, 7310, 7311, 5, 867, 0, 0, 7311, 745, 1, 0, 0, 0, 7312, 7314, 7, 126, 0, 0, 7313, 7315, 3, 748, 374, 0, 7314, 7313, 1, 0, 0, 0, 7314, 7315, 1, 0, 0, 0, 7315, 7335, 1, 0, 0, 0, 7316, 7318, 5, 224, 0, 0, 7317, 7319, 3, 748, 374, 0, 7318, 7317, 1, 0, 0, 0, 7318, 7319, 1, 0, 0, 0, 7319, 7323, 1, 0, 0, 0, 7320, 7321, 3, 58, 29, 0, 7321, 7322, 3, 704, 352, 0, 7322, 7324, 1, 0, 0, 0, 7323, 7320, 1, 0, 0, 0, 7323, 7324, 1, 0, 0, 0, 7324, 7335, 1, 0, 0, 0, 7325, 7335, 7, 127, 0, 0, 7326, 7328, 7, 128, 0, 0, 7327, 7329, 3, 752, 376, 0, 7328, 7327, 1, 0, 0, 0, 7328, 7329, 1, 0, 0, 0, 7329, 7335, 1, 0, 0, 0, 7330, 7332, 7, 129, 0, 0, 7331, 7333, 7, 130, 0, 0, 7332, 7331, 1, 0, 0, 0, 7332, 7333, 1, 0, 0, 0, 7333, 7335, 1, 0, 0, 0, 7334, 7312, 1, 0, 0, 0, 7334, 7316, 1, 0, 0, 0, 7334, 7325, 1, 0, 0, 0, 7334, 7326, 1, 0, 0, 0, 7334, 7330, 1, 0, 0, 0, 7335, 7337, 1, 0, 0, 0, 7336, 7338, 5, 12, 0, 0, 7337, 7336, 1, 0, 0, 0, 7337, 7338, 1, 0, 0, 0, 7338, 747, 1, 0, 0, 0, 7339, 7340, 5, 866, 0, 0, 7340, 7341, 3, 728, 364, 0, 7341, 7342, 5, 867, 0, 0, 7342, 749, 1, 0, 0, 0, 7343, 7344, 5, 866, 0, 0, 7344, 7345, 3, 728, 364, 0, 7345, 7346, 5, 868, 0, 0, 7346, 7347, 3, 728, 364, 0, 7347, 7348, 5, 867, 0, 0, 7348, 751, 1, 0, 0, 0, 7349, 7350, 5, 866, 0, 0, 7350, 7353, 3, 728, 364, 0, 7351, 7352, 5, 868, 0, 0, 7352, 7354, 3, 728, 364, 0, 7353, 7351, 1, 0, 0, 0, 7353, 7354, 1, 0, 0, 0, 7354, 7355, 1, 0, 0, 0, 7355, 7356, 5, 867, 0, 0, 7356, 753, 1, 0, 0, 0, 7357, 7358, 5, 866, 0, 0, 7358, 7363, 3, 690, 345, 0, 7359, 7360, 5, 868, 0, 0, 7360, 7362, 3, 690, 345, 0, 7361, 7359, 1, 0, 0, 0, 7362, 7365, 1, 0, 0, 0, 7363, 7361, 1, 0, 0, 0, 7363, 7364, 1, 0, 0, 0, 7364, 7366, 1, 0, 0, 0, 7365, 7363, 1, 0, 0, 0, 7366, 7367, 5, 867, 0, 0, 7367, 755, 1, 0, 0, 0, 7368, 7373, 3, 820, 410, 0, 7369, 7370, 5, 868, 0, 0, 7370, 7372, 3, 820, 410, 0, 7371, 7369, 1, 0, 0, 0, 7372, 7375, 1, 0, 0, 0, 7373, 7371, 1, 0, 0, 0, 7373, 7374, 1, 0, 0, 0, 7374, 757, 1, 0, 0, 0, 7375, 7373, 1, 0, 0, 0, 7376, 7377, 7, 131, 0, 0, 7377, 7382, 3, 760, 380, 0, 7378, 7379, 5, 868, 0, 0, 7379, 7381, 3, 760, 380, 0, 7380, 7378, 1, 0, 0, 0, 7381, 7384, 1, 0, 0, 0, 7382, 7380, 1, 0, 0, 0, 7382, 7383, 1, 0, 0, 0, 7383, 759, 1, 0, 0, 0, 7384, 7382, 1, 0, 0, 0, 7385, 7386, 5, 866, 0, 0, 7386, 7391, 3, 762, 381, 0, 7387, 7388, 5, 868, 0, 0, 7388, 7390, 3, 762, 381, 0, 7389, 7387, 1, 0, 0, 0, 7390, 7393, 1, 0, 0, 0, 7391, 7389, 1, 0, 0, 0, 7391, 7392, 1, 0, 0, 0, 7392, 7394, 1, 0, 0, 0, 7393, 7391, 1, 0, 0, 0, 7394, 7395, 5, 867, 0, 0, 7395, 761, 1, 0, 0, 0, 7396, 7399, 3, 820, 410, 0, 7397, 7399, 5, 42, 0, 0, 7398, 7396, 1, 0, 0, 0, 7398, 7397, 1, 0, 0, 0, 7399, 763, 1, 0, 0, 0, 7400, 7405, 3, 740, 370, 0, 7401, 7402, 5, 868, 0, 0, 7402, 7404, 3, 740, 370, 0, 7403, 7401, 1, 0, 0, 0, 7404, 7407, 1, 0, 0, 0, 7405, 7403, 1, 0, 0, 0, 7405, 7406, 1, 0, 0, 0, 7406, 765, 1, 0, 0, 0, 7407, 7405, 1, 0, 0, 0, 7408, 7413, 5, 882, 0, 0, 7409, 7410, 5, 868, 0, 0, 7410, 7412, 5, 882, 0, 0, 7411, 7409, 1, 0, 0, 0, 7412, 7415, 1, 0, 0, 0, 7413, 7411, 1, 0, 0, 0, 7413, 7414, 1, 0, 0, 0, 7414, 767, 1, 0, 0, 0, 7415, 7413, 1, 0, 0, 0, 7416, 7421, 5, 892, 0, 0, 7417, 7418, 5, 868, 0, 0, 7418, 7420, 5, 892, 0, 0, 7419, 7417, 1, 0, 0, 0, 7420, 7423, 1, 0, 0, 0, 7421, 7419, 1, 0, 0, 0, 7421, 7422, 1, 0, 0, 0, 7422, 769, 1, 0, 0, 0, 7423, 7421, 1, 0, 0, 0, 7424, 7451, 5, 116, 0, 0, 7425, 7426, 5, 24, 0, 0, 7426, 7427, 5, 866, 0, 0, 7427, 7428, 3, 820, 410, 0, 7428, 7429, 5, 13, 0, 0, 7429, 7430, 3, 746, 373, 0, 7430, 7431, 5, 867, 0, 0, 7431, 7451, 1, 0, 0, 0, 7432, 7434, 3, 826, 413, 0, 7433, 7432, 1, 0, 0, 0, 7433, 7434, 1, 0, 0, 0, 7434, 7435, 1, 0, 0, 0, 7435, 7451, 3, 740, 370, 0, 7436, 7440, 3, 772, 386, 0, 7437, 7438, 5, 119, 0, 0, 7438, 7439, 5, 185, 0, 0, 7439, 7441, 3, 772, 386, 0, 7440, 7437, 1, 0, 0, 0, 7440, 7441, 1, 0, 0, 0, 7441, 7451, 1, 0, 0, 0, 7442, 7443, 5, 866, 0, 0, 7443, 7444, 3, 820, 410, 0, 7444, 7445, 5, 867, 0, 0, 7445, 7451, 1, 0, 0, 0, 7446, 7447, 5, 866, 0, 0, 7447, 7448, 3, 718, 359, 0, 7448, 7449, 5, 867, 0, 0, 7449, 7451, 1, 0, 0, 0, 7450, 7424, 1, 0, 0, 0, 7450, 7425, 1, 0, 0, 0, 7450, 7433, 1, 0, 0, 0, 7450, 7436, 1, 0, 0, 0, 7450, 7442, 1, 0, 0, 0, 7450, 7446, 1, 0, 0, 0, 7451, 771, 1, 0, 0, 0, 7452, 7458, 7, 132, 0, 0, 7453, 7455, 5, 866, 0, 0, 7454, 7456, 3, 728, 364, 0, 7455, 7454, 1, 0, 0, 0, 7455, 7456, 1, 0, 0, 0, 7456, 7457, 1, 0, 0, 0, 7457, 7459, 5, 867, 0, 0, 7458, 7453, 1, 0, 0, 0, 7458, 7459, 1, 0, 0, 0, 7459, 7467, 1, 0, 0, 0, 7460, 7461, 5, 295, 0, 0, 7461, 7463, 5, 866, 0, 0, 7462, 7464, 3, 728, 364, 0, 7463, 7462, 1, 0, 0, 0, 7463, 7464, 1, 0, 0, 0, 7464, 7465, 1, 0, 0, 0, 7465, 7467, 5, 867, 0, 0, 7466, 7452, 1, 0, 0, 0, 7466, 7460, 1, 0, 0, 0, 7467, 773, 1, 0, 0, 0, 7468, 7469, 5, 78, 0, 0, 7469, 7470, 5, 60, 0, 0, 7470, 775, 1, 0, 0, 0, 7471, 7472, 5, 78, 0, 0, 7472, 7473, 5, 114, 0, 0, 7473, 7474, 5, 60, 0, 0, 7474, 777, 1, 0, 0, 0, 7475, 7476, 5, 124, 0, 0, 7476, 7477, 5, 143, 0, 0, 7477, 779, 1, 0, 0, 0, 7478, 7501, 3, 782, 391, 0, 7479, 7501, 3, 790, 395, 0, 7480, 7501, 3, 792, 396, 0, 7481, 7488, 3, 812, 406, 0, 7482, 7483, 5, 866, 0, 0, 7483, 7489, 5, 867, 0, 0, 7484, 7485, 5, 866, 0, 0, 7485, 7486, 3, 816, 408, 0, 7486, 7487, 5, 867, 0, 0, 7487, 7489, 1, 0, 0, 0, 7488, 7482, 1, 0, 0, 0, 7488, 7484, 1, 0, 0, 0, 7489, 7501, 1, 0, 0, 0, 7490, 7497, 3, 642, 321, 0, 7491, 7492, 5, 866, 0, 0, 7492, 7498, 5, 867, 0, 0, 7493, 7494, 5, 866, 0, 0, 7494, 7495, 3, 816, 408, 0, 7495, 7496, 5, 867, 0, 0, 7496, 7498, 1, 0, 0, 0, 7497, 7491, 1, 0, 0, 0, 7497, 7493, 1, 0, 0, 0, 7498, 7501, 1, 0, 0, 0, 7499, 7501, 3, 814, 407, 0, 7500, 7478, 1, 0, 0, 0, 7500, 7479, 1, 0, 0, 0, 7500, 7480, 1, 0, 0, 0, 7500, 7481, 1, 0, 0, 0, 7500, 7490, 1, 0, 0, 0, 7500, 7499, 1, 0, 0, 0, 7501, 781, 1, 0, 0, 0, 7502, 7505, 7, 133, 0, 0, 7503, 7504, 5, 866, 0, 0, 7504, 7506, 5, 867, 0, 0, 7505, 7503, 1, 0, 0, 0, 7505, 7506, 1, 0, 0, 0, 7506, 7682, 1, 0, 0, 0, 7507, 7682, 3, 60, 30, 0, 7508, 7509, 5, 33, 0, 0, 7509, 7510, 5, 866, 0, 0, 7510, 7511, 3, 820, 410, 0, 7511, 7512, 5, 868, 0, 0, 7512, 7513, 3, 746, 373, 0, 7513, 7514, 5, 867, 0, 0, 7514, 7682, 1, 0, 0, 0, 7515, 7516, 5, 33, 0, 0, 7516, 7517, 5, 866, 0, 0, 7517, 7518, 3, 820, 410, 0, 7518, 7519, 5, 188, 0, 0, 7519, 7520, 3, 704, 352, 0, 7520, 7521, 5, 867, 0, 0, 7521, 7682, 1, 0, 0, 0, 7522, 7523, 5, 24, 0, 0, 7523, 7524, 5, 866, 0, 0, 7524, 7525, 3, 820, 410, 0, 7525, 7526, 5, 13, 0, 0, 7526, 7527, 3, 746, 373, 0, 7527, 7528, 5, 867, 0, 0, 7528, 7682, 1, 0, 0, 0, 7529, 7530, 5, 189, 0, 0, 7530, 7531, 5, 866, 0, 0, 7531, 7532, 3, 674, 337, 0, 7532, 7533, 5, 867, 0, 0, 7533, 7682, 1, 0, 0, 0, 7534, 7536, 5, 23, 0, 0, 7535, 7537, 3, 784, 392, 0, 7536, 7535, 1, 0, 0, 0, 7537, 7538, 1, 0, 0, 0, 7538, 7536, 1, 0, 0, 0, 7538, 7539, 1, 0, 0, 0, 7539, 7542, 1, 0, 0, 0, 7540, 7541, 5, 53, 0, 0, 7541, 7543, 3, 818, 409, 0, 7542, 7540, 1, 0, 0, 0, 7542, 7543, 1, 0, 0, 0, 7543, 7544, 1, 0, 0, 0, 7544, 7545, 5, 378, 0, 0, 7545, 7682, 1, 0, 0, 0, 7546, 7547, 5, 23, 0, 0, 7547, 7549, 3, 820, 410, 0, 7548, 7550, 3, 784, 392, 0, 7549, 7548, 1, 0, 0, 0, 7550, 7551, 1, 0, 0, 0, 7551, 7549, 1, 0, 0, 0, 7551, 7552, 1, 0, 0, 0, 7552, 7555, 1, 0, 0, 0, 7553, 7554, 5, 53, 0, 0, 7554, 7556, 3, 818, 409, 0, 7555, 7553, 1, 0, 0, 0, 7555, 7556, 1, 0, 0, 0, 7556, 7557, 1, 0, 0, 0, 7557, 7558, 5, 378, 0, 0, 7558, 7682, 1, 0, 0, 0, 7559, 7560, 5, 224, 0, 0, 7560, 7561, 5, 866, 0, 0, 7561, 7564, 3, 816, 408, 0, 7562, 7563, 5, 188, 0, 0, 7563, 7565, 3, 704, 352, 0, 7564, 7562, 1, 0, 0, 0, 7564, 7565, 1, 0, 0, 0, 7565, 7566, 1, 0, 0, 0, 7566, 7567, 5, 867, 0, 0, 7567, 7682, 1, 0, 0, 0, 7568, 7569, 5, 296, 0, 0, 7569, 7572, 5, 866, 0, 0, 7570, 7573, 3, 732, 366, 0, 7571, 7573, 3, 820, 410, 0, 7572, 7570, 1, 0, 0, 0, 7572, 7571, 1, 0, 0, 0, 7573, 7574, 1, 0, 0, 0, 7574, 7577, 5, 80, 0, 0, 7575, 7578, 3, 732, 366, 0, 7576, 7578, 3, 820, 410, 0, 7577, 7575, 1, 0, 0, 0, 7577, 7576, 1, 0, 0, 0, 7578, 7579, 1, 0, 0, 0, 7579, 7580, 5, 867, 0, 0, 7580, 7682, 1, 0, 0, 0, 7581, 7582, 7, 134, 0, 0, 7582, 7585, 5, 866, 0, 0, 7583, 7586, 3, 732, 366, 0, 7584, 7586, 3, 820, 410, 0, 7585, 7583, 1, 0, 0, 0, 7585, 7584, 1, 0, 0, 0, 7586, 7587, 1, 0, 0, 0, 7587, 7590, 5, 68, 0, 0, 7588, 7591, 3, 728, 364, 0, 7589, 7591, 3, 820, 410, 0, 7590, 7588, 1, 0, 0, 0, 7590, 7589, 1, 0, 0, 0, 7591, 7597, 1, 0, 0, 0, 7592, 7595, 5, 65, 0, 0, 7593, 7596, 3, 728, 364, 0, 7594, 7596, 3, 820, 410, 0, 7595, 7593, 1, 0, 0, 0, 7595, 7594, 1, 0, 0, 0, 7596, 7598, 1, 0, 0, 0, 7597, 7592, 1, 0, 0, 0, 7597, 7598, 1, 0, 0, 0, 7598, 7599, 1, 0, 0, 0, 7599, 7600, 5, 867, 0, 0, 7600, 7682, 1, 0, 0, 0, 7601, 7602, 5, 300, 0, 0, 7602, 7603, 5, 866, 0, 0, 7603, 7606, 7, 135, 0, 0, 7604, 7607, 3, 732, 366, 0, 7605, 7607, 3, 820, 410, 0, 7606, 7604, 1, 0, 0, 0, 7606, 7605, 1, 0, 0, 0, 7606, 7607, 1, 0, 0, 0, 7607, 7608, 1, 0, 0, 0, 7608, 7611, 5, 68, 0, 0, 7609, 7612, 3, 732, 366, 0, 7610, 7612, 3, 820, 410, 0, 7611, 7609, 1, 0, 0, 0, 7611, 7610, 1, 0, 0, 0, 7612, 7613, 1, 0, 0, 0, 7613, 7614, 5, 867, 0, 0, 7614, 7682, 1, 0, 0, 0, 7615, 7616, 5, 300, 0, 0, 7616, 7619, 5, 866, 0, 0, 7617, 7620, 3, 732, 366, 0, 7618, 7620, 3, 820, 410, 0, 7619, 7617, 1, 0, 0, 0, 7619, 7618, 1, 0, 0, 0, 7620, 7621, 1, 0, 0, 0, 7621, 7624, 5, 68, 0, 0, 7622, 7625, 3, 732, 366, 0, 7623, 7625, 3, 820, 410, 0, 7624, 7622, 1, 0, 0, 0, 7624, 7623, 1, 0, 0, 0, 7625, 7626, 1, 0, 0, 0, 7626, 7627, 5, 867, 0, 0, 7627, 7682, 1, 0, 0, 0, 7628, 7629, 5, 840, 0, 0, 7629, 7632, 5, 866, 0, 0, 7630, 7633, 3, 732, 366, 0, 7631, 7633, 3, 820, 410, 0, 7632, 7630, 1, 0, 0, 0, 7632, 7631, 1, 0, 0, 0, 7633, 7640, 1, 0, 0, 0, 7634, 7635, 5, 13, 0, 0, 7635, 7636, 7, 136, 0, 0, 7636, 7637, 5, 866, 0, 0, 7637, 7638, 3, 728, 364, 0, 7638, 7639, 5, 867, 0, 0, 7639, 7641, 1, 0, 0, 0, 7640, 7634, 1, 0, 0, 0, 7640, 7641, 1, 0, 0, 0, 7641, 7643, 1, 0, 0, 0, 7642, 7644, 3, 786, 393, 0, 7643, 7642, 1, 0, 0, 0, 7643, 7644, 1, 0, 0, 0, 7644, 7645, 1, 0, 0, 0, 7645, 7646, 5, 867, 0, 0, 7646, 7682, 1, 0, 0, 0, 7647, 7648, 5, 293, 0, 0, 7648, 7649, 5, 866, 0, 0, 7649, 7650, 3, 70, 35, 0, 7650, 7653, 5, 68, 0, 0, 7651, 7654, 3, 732, 366, 0, 7652, 7654, 3, 820, 410, 0, 7653, 7651, 1, 0, 0, 0, 7653, 7652, 1, 0, 0, 0, 7654, 7655, 1, 0, 0, 0, 7655, 7656, 5, 867, 0, 0, 7656, 7682, 1, 0, 0, 0, 7657, 7658, 5, 827, 0, 0, 7658, 7659, 5, 866, 0, 0, 7659, 7660, 7, 137, 0, 0, 7660, 7661, 5, 868, 0, 0, 7661, 7662, 3, 732, 366, 0, 7662, 7663, 5, 867, 0, 0, 7663, 7682, 1, 0, 0, 0, 7664, 7665, 5, 254, 0, 0, 7665, 7666, 5, 866, 0, 0, 7666, 7667, 3, 820, 410, 0, 7667, 7668, 5, 868, 0, 0, 7668, 7671, 3, 820, 410, 0, 7669, 7670, 5, 579, 0, 0, 7670, 7672, 3, 746, 373, 0, 7671, 7669, 1, 0, 0, 0, 7671, 7672, 1, 0, 0, 0, 7672, 7674, 1, 0, 0, 0, 7673, 7675, 3, 294, 147, 0, 7674, 7673, 1, 0, 0, 0, 7674, 7675, 1, 0, 0, 0, 7675, 7677, 1, 0, 0, 0, 7676, 7678, 3, 296, 148, 0, 7677, 7676, 1, 0, 0, 0, 7677, 7678, 1, 0, 0, 0, 7678, 7679, 1, 0, 0, 0, 7679, 7680, 5, 867, 0, 0, 7680, 7682, 1, 0, 0, 0, 7681, 7502, 1, 0, 0, 0, 7681, 7507, 1, 0, 0, 0, 7681, 7508, 1, 0, 0, 0, 7681, 7515, 1, 0, 0, 0, 7681, 7522, 1, 0, 0, 0, 7681, 7529, 1, 0, 0, 0, 7681, 7534, 1, 0, 0, 0, 7681, 7546, 1, 0, 0, 0, 7681, 7559, 1, 0, 0, 0, 7681, 7568, 1, 0, 0, 0, 7681, 7581, 1, 0, 0, 0, 7681, 7601, 1, 0, 0, 0, 7681, 7615, 1, 0, 0, 0, 7681, 7628, 1, 0, 0, 0, 7681, 7647, 1, 0, 0, 0, 7681, 7657, 1, 0, 0, 0, 7681, 7664, 1, 0, 0, 0, 7682, 783, 1, 0, 0, 0, 7683, 7684, 5, 191, 0, 0, 7684, 7685, 3, 818, 409, 0, 7685, 7686, 5, 175, 0, 0, 7686, 7687, 3, 818, 409, 0, 7687, 785, 1, 0, 0, 0, 7688, 7689, 5, 448, 0, 0, 7689, 7694, 3, 788, 394, 0, 7690, 7691, 5, 868, 0, 0, 7691, 7693, 3, 788, 394, 0, 7692, 7690, 1, 0, 0, 0, 7693, 7696, 1, 0, 0, 0, 7694, 7692, 1, 0, 0, 0, 7694, 7695, 1, 0, 0, 0, 7695, 7703, 1, 0, 0, 0, 7696, 7694, 1, 0, 0, 0, 7697, 7698, 5, 448, 0, 0, 7698, 7699, 3, 728, 364, 0, 7699, 7700, 5, 854, 0, 0, 7700, 7701, 3, 728, 364, 0, 7701, 7703, 1, 0, 0, 0, 7702, 7688, 1, 0, 0, 0, 7702, 7697, 1, 0, 0, 0, 7703, 787, 1, 0, 0, 0, 7704, 7706, 3, 728, 364, 0, 7705, 7707, 7, 138, 0, 0, 7706, 7705, 1, 0, 0, 0, 7706, 7707, 1, 0, 0, 0, 7707, 789, 1, 0, 0, 0, 7708, 7709, 7, 139, 0, 0, 7709, 7711, 5, 866, 0, 0, 7710, 7712, 7, 45, 0, 0, 7711, 7710, 1, 0, 0, 0, 7711, 7712, 1, 0, 0, 0, 7712, 7713, 1, 0, 0, 0, 7713, 7714, 3, 818, 409, 0, 7714, 7716, 5, 867, 0, 0, 7715, 7717, 3, 794, 397, 0, 7716, 7715, 1, 0, 0, 0, 7716, 7717, 1, 0, 0, 0, 7717, 7768, 1, 0, 0, 0, 7718, 7719, 5, 262, 0, 0, 7719, 7727, 5, 866, 0, 0, 7720, 7728, 5, 850, 0, 0, 7721, 7723, 5, 7, 0, 0, 7722, 7721, 1, 0, 0, 0, 7722, 7723, 1, 0, 0, 0, 7723, 7724, 1, 0, 0, 0, 7724, 7728, 3, 818, 409, 0, 7725, 7726, 5, 49, 0, 0, 7726, 7728, 3, 816, 408, 0, 7727, 7720, 1, 0, 0, 0, 7727, 7722, 1, 0, 0, 0, 7727, 7725, 1, 0, 0, 0, 7728, 7729, 1, 0, 0, 0, 7729, 7731, 5, 867, 0, 0, 7730, 7732, 3, 794, 397, 0, 7731, 7730, 1, 0, 0, 0, 7731, 7732, 1, 0, 0, 0, 7732, 7768, 1, 0, 0, 0, 7733, 7734, 7, 140, 0, 0, 7734, 7736, 5, 866, 0, 0, 7735, 7737, 5, 7, 0, 0, 7736, 7735, 1, 0, 0, 0, 7736, 7737, 1, 0, 0, 0, 7737, 7738, 1, 0, 0, 0, 7738, 7739, 3, 818, 409, 0, 7739, 7741, 5, 867, 0, 0, 7740, 7742, 3, 794, 397, 0, 7741, 7740, 1, 0, 0, 0, 7741, 7742, 1, 0, 0, 0, 7742, 7768, 1, 0, 0, 0, 7743, 7744, 5, 266, 0, 0, 7744, 7746, 5, 866, 0, 0, 7745, 7747, 5, 49, 0, 0, 7746, 7745, 1, 0, 0, 0, 7746, 7747, 1, 0, 0, 0, 7747, 7748, 1, 0, 0, 0, 7748, 7759, 3, 816, 408, 0, 7749, 7750, 5, 125, 0, 0, 7750, 7751, 5, 20, 0, 0, 7751, 7756, 3, 260, 130, 0, 7752, 7753, 5, 868, 0, 0, 7753, 7755, 3, 260, 130, 0, 7754, 7752, 1, 0, 0, 0, 7755, 7758, 1, 0, 0, 0, 7756, 7754, 1, 0, 0, 0, 7756, 7757, 1, 0, 0, 0, 7757, 7760, 1, 0, 0, 0, 7758, 7756, 1, 0, 0, 0, 7759, 7749, 1, 0, 0, 0, 7759, 7760, 1, 0, 0, 0, 7760, 7763, 1, 0, 0, 0, 7761, 7762, 5, 156, 0, 0, 7762, 7764, 5, 882, 0, 0, 7763, 7761, 1, 0, 0, 0, 7763, 7764, 1, 0, 0, 0, 7764, 7765, 1, 0, 0, 0, 7765, 7766, 5, 867, 0, 0, 7766, 7768, 1, 0, 0, 0, 7767, 7708, 1, 0, 0, 0, 7767, 7718, 1, 0, 0, 0, 7767, 7733, 1, 0, 0, 0, 7767, 7743, 1, 0, 0, 0, 7768, 791, 1, 0, 0, 0, 7769, 7770, 7, 141, 0, 0, 7770, 7771, 5, 866, 0, 0, 7771, 7774, 3, 820, 410, 0, 7772, 7773, 5, 868, 0, 0, 7773, 7775, 3, 728, 364, 0, 7774, 7772, 1, 0, 0, 0, 7774, 7775, 1, 0, 0, 0, 7775, 7778, 1, 0, 0, 0, 7776, 7777, 5, 868, 0, 0, 7777, 7779, 3, 728, 364, 0, 7778, 7776, 1, 0, 0, 0, 7778, 7779, 1, 0, 0, 0, 7779, 7780, 1, 0, 0, 0, 7780, 7781, 5, 867, 0, 0, 7781, 7782, 3, 794, 397, 0, 7782, 7808, 1, 0, 0, 0, 7783, 7784, 7, 142, 0, 0, 7784, 7785, 5, 866, 0, 0, 7785, 7786, 3, 820, 410, 0, 7786, 7787, 5, 867, 0, 0, 7787, 7788, 3, 794, 397, 0, 7788, 7808, 1, 0, 0, 0, 7789, 7790, 7, 143, 0, 0, 7790, 7791, 5, 866, 0, 0, 7791, 7792, 5, 867, 0, 0, 7792, 7808, 3, 794, 397, 0, 7793, 7794, 5, 273, 0, 0, 7794, 7795, 5, 866, 0, 0, 7795, 7796, 3, 820, 410, 0, 7796, 7797, 5, 868, 0, 0, 7797, 7798, 3, 728, 364, 0, 7798, 7799, 5, 867, 0, 0, 7799, 7800, 3, 794, 397, 0, 7800, 7808, 1, 0, 0, 0, 7801, 7802, 5, 272, 0, 0, 7802, 7803, 5, 866, 0, 0, 7803, 7804, 3, 728, 364, 0, 7804, 7805, 5, 867, 0, 0, 7805, 7806, 3, 794, 397, 0, 7806, 7808, 1, 0, 0, 0, 7807, 7769, 1, 0, 0, 0, 7807, 7783, 1, 0, 0, 0, 7807, 7789, 1, 0, 0, 0, 7807, 7793, 1, 0, 0, 0, 7807, 7801, 1, 0, 0, 0, 7808, 793, 1, 0, 0, 0, 7809, 7815, 5, 129, 0, 0, 7810, 7811, 5, 866, 0, 0, 7811, 7812, 3, 796, 398, 0, 7812, 7813, 5, 867, 0, 0, 7813, 7816, 1, 0, 0, 0, 7814, 7816, 3, 798, 399, 0, 7815, 7810, 1, 0, 0, 0, 7815, 7814, 1, 0, 0, 0, 7816, 795, 1, 0, 0, 0, 7817, 7819, 3, 798, 399, 0, 7818, 7817, 1, 0, 0, 0, 7818, 7819, 1, 0, 0, 0, 7819, 7821, 1, 0, 0, 0, 7820, 7822, 3, 810, 405, 0, 7821, 7820, 1, 0, 0, 0, 7821, 7822, 1, 0, 0, 0, 7822, 7824, 1, 0, 0, 0, 7823, 7825, 3, 258, 129, 0, 7824, 7823, 1, 0, 0, 0, 7824, 7825, 1, 0, 0, 0, 7825, 7827, 1, 0, 0, 0, 7826, 7828, 3, 800, 400, 0, 7827, 7826, 1, 0, 0, 0, 7827, 7828, 1, 0, 0, 0, 7828, 797, 1, 0, 0, 0, 7829, 7830, 3, 722, 361, 0, 7830, 799, 1, 0, 0, 0, 7831, 7832, 3, 802, 401, 0, 7832, 7833, 3, 804, 402, 0, 7833, 801, 1, 0, 0, 0, 7834, 7835, 7, 144, 0, 0, 7835, 803, 1, 0, 0, 0, 7836, 7839, 3, 808, 404, 0, 7837, 7839, 3, 806, 403, 0, 7838, 7836, 1, 0, 0, 0, 7838, 7837, 1, 0, 0, 0, 7839, 805, 1, 0, 0, 0, 7840, 7841, 5, 17, 0, 0, 7841, 7842, 3, 808, 404, 0, 7842, 7843, 5, 11, 0, 0, 7843, 7844, 3, 808, 404, 0, 7844, 807, 1, 0, 0, 0, 7845, 7846, 5, 36, 0, 0, 7846, 7853, 5, 586, 0, 0, 7847, 7848, 5, 669, 0, 0, 7848, 7853, 7, 145, 0, 0, 7849, 7850, 3, 820, 410, 0, 7850, 7851, 7, 145, 0, 0, 7851, 7853, 1, 0, 0, 0, 7852, 7845, 1, 0, 0, 0, 7852, 7847, 1, 0, 0, 0, 7852, 7849, 1, 0, 0, 0, 7853, 809, 1, 0, 0, 0, 7854, 7855, 5, 130, 0, 0, 7855, 7856, 5, 20, 0, 0, 7856, 7861, 3, 820, 410, 0, 7857, 7858, 5, 868, 0, 0, 7858, 7860, 3, 820, 410, 0, 7859, 7857, 1, 0, 0, 0, 7860, 7863, 1, 0, 0, 0, 7861, 7859, 1, 0, 0, 0, 7861, 7862, 1, 0, 0, 0, 7862, 811, 1, 0, 0, 0, 7863, 7861, 1, 0, 0, 0, 7864, 7889, 3, 852, 426, 0, 7865, 7889, 5, 757, 0, 0, 7866, 7889, 5, 289, 0, 0, 7867, 7889, 5, 285, 0, 0, 7868, 7889, 5, 286, 0, 0, 7869, 7889, 5, 287, 0, 0, 7870, 7889, 5, 290, 0, 0, 7871, 7889, 5, 291, 0, 0, 7872, 7889, 5, 292, 0, 0, 7873, 7889, 5, 78, 0, 0, 7874, 7889, 5, 86, 0, 0, 7875, 7889, 5, 288, 0, 0, 7876, 7889, 5, 294, 0, 0, 7877, 7889, 5, 488, 0, 0, 7878, 7889, 5, 295, 0, 0, 7879, 7889, 5, 142, 0, 0, 7880, 7889, 5, 143, 0, 0, 7881, 7889, 5, 297, 0, 0, 7882, 7889, 5, 298, 0, 0, 7883, 7889, 5, 299, 0, 0, 7884, 7889, 5, 300, 0, 0, 7885, 7889, 5, 301, 0, 0, 7886, 7889, 5, 302, 0, 0, 7887, 7889, 5, 303, 0, 0, 7888, 7864, 1, 0, 0, 0, 7888, 7865, 1, 0, 0, 0, 7888, 7866, 1, 0, 0, 0, 7888, 7867, 1, 0, 0, 0, 7888, 7868, 1, 0, 0, 0, 7888, 7869, 1, 0, 0, 0, 7888, 7870, 1, 0, 0, 0, 7888, 7871, 1, 0, 0, 0, 7888, 7872, 1, 0, 0, 0, 7888, 7873, 1, 0, 0, 0, 7888, 7874, 1, 0, 0, 0, 7888, 7875, 1, 0, 0, 0, 7888, 7876, 1, 0, 0, 0, 7888, 7877, 1, 0, 0, 0, 7888, 7878, 1, 0, 0, 0, 7888, 7879, 1, 0, 0, 0, 7888, 7880, 1, 0, 0, 0, 7888, 7881, 1, 0, 0, 0, 7888, 7882, 1, 0, 0, 0, 7888, 7883, 1, 0, 0, 0, 7888, 7884, 1, 0, 0, 0, 7888, 7885, 1, 0, 0, 0, 7888, 7886, 1, 0, 0, 0, 7888, 7887, 1, 0, 0, 0, 7889, 813, 1, 0, 0, 0, 7890, 7891, 7, 146, 0, 0, 7891, 7892, 5, 866, 0, 0, 7892, 7893, 3, 818, 409, 0, 7893, 7894, 5, 867, 0, 0, 7894, 815, 1, 0, 0, 0, 7895, 7900, 3, 818, 409, 0, 7896, 7897, 5, 868, 0, 0, 7897, 7899, 3, 818, 409, 0, 7898, 7896, 1, 0, 0, 0, 7899, 7902, 1, 0, 0, 0, 7900, 7898, 1, 0, 0, 0, 7900, 7901, 1, 0, 0, 0, 7901, 817, 1, 0, 0, 0, 7902, 7900, 1, 0, 0, 0, 7903, 7907, 3, 740, 370, 0, 7904, 7907, 3, 780, 390, 0, 7905, 7907, 3, 820, 410, 0, 7906, 7903, 1, 0, 0, 0, 7906, 7904, 1, 0, 0, 0, 7906, 7905, 1, 0, 0, 0, 7907, 819, 1, 0, 0, 0, 7908, 7909, 6, 410, -1, 0, 7909, 7910, 7, 147, 0, 0, 7910, 7920, 3, 820, 410, 4, 7911, 7912, 3, 822, 411, 0, 7912, 7914, 5, 89, 0, 0, 7913, 7915, 5, 114, 0, 0, 7914, 7913, 1, 0, 0, 0, 7914, 7915, 1, 0, 0, 0, 7915, 7916, 1, 0, 0, 0, 7916, 7917, 7, 148, 0, 0, 7917, 7920, 1, 0, 0, 0, 7918, 7920, 3, 822, 411, 0, 7919, 7908, 1, 0, 0, 0, 7919, 7911, 1, 0, 0, 0, 7919, 7918, 1, 0, 0, 0, 7920, 7927, 1, 0, 0, 0, 7921, 7922, 10, 3, 0, 0, 7922, 7923, 3, 832, 416, 0, 7923, 7924, 3, 820, 410, 4, 7924, 7926, 1, 0, 0, 0, 7925, 7921, 1, 0, 0, 0, 7926, 7929, 1, 0, 0, 0, 7927, 7925, 1, 0, 0, 0, 7927, 7928, 1, 0, 0, 0, 7928, 821, 1, 0, 0, 0, 7929, 7927, 1, 0, 0, 0, 7930, 7931, 6, 411, -1, 0, 7931, 7932, 3, 824, 412, 0, 7932, 7996, 1, 0, 0, 0, 7933, 7935, 10, 6, 0, 0, 7934, 7936, 5, 114, 0, 0, 7935, 7934, 1, 0, 0, 0, 7935, 7936, 1, 0, 0, 0, 7936, 7937, 1, 0, 0, 0, 7937, 7938, 5, 17, 0, 0, 7938, 7939, 3, 822, 411, 0, 7939, 7940, 5, 11, 0, 0, 7940, 7941, 3, 822, 411, 7, 7941, 7995, 1, 0, 0, 0, 7942, 7943, 10, 5, 0, 0, 7943, 7944, 5, 604, 0, 0, 7944, 7945, 5, 99, 0, 0, 7945, 7995, 3, 822, 411, 6, 7946, 7948, 10, 3, 0, 0, 7947, 7949, 5, 114, 0, 0, 7948, 7947, 1, 0, 0, 0, 7948, 7949, 1, 0, 0, 0, 7949, 7950, 1, 0, 0, 0, 7950, 7951, 7, 149, 0, 0, 7951, 7995, 3, 822, 411, 4, 7952, 7954, 10, 9, 0, 0, 7953, 7955, 5, 114, 0, 0, 7954, 7953, 1, 0, 0, 0, 7954, 7955, 1, 0, 0, 0, 7955, 7956, 1, 0, 0, 0, 7956, 7957, 5, 80, 0, 0, 7957, 7960, 5, 866, 0, 0, 7958, 7961, 3, 210, 105, 0, 7959, 7961, 3, 756, 378, 0, 7960, 7958, 1, 0, 0, 0, 7960, 7959, 1, 0, 0, 0, 7961, 7962, 1, 0, 0, 0, 7962, 7963, 5, 867, 0, 0, 7963, 7995, 1, 0, 0, 0, 7964, 7965, 10, 8, 0, 0, 7965, 7966, 5, 89, 0, 0, 7966, 7995, 3, 738, 369, 0, 7967, 7968, 10, 7, 0, 0, 7968, 7975, 3, 828, 414, 0, 7969, 7970, 7, 150, 0, 0, 7970, 7971, 5, 866, 0, 0, 7971, 7972, 3, 210, 105, 0, 7972, 7973, 5, 867, 0, 0, 7973, 7976, 1, 0, 0, 0, 7974, 7976, 3, 822, 411, 0, 7975, 7969, 1, 0, 0, 0, 7975, 7974, 1, 0, 0, 0, 7976, 7995, 1, 0, 0, 0, 7977, 7979, 10, 4, 0, 0, 7978, 7980, 5, 114, 0, 0, 7979, 7978, 1, 0, 0, 0, 7979, 7980, 1, 0, 0, 0, 7980, 7981, 1, 0, 0, 0, 7981, 7982, 5, 99, 0, 0, 7982, 7985, 3, 822, 411, 0, 7983, 7984, 5, 384, 0, 0, 7984, 7986, 5, 882, 0, 0, 7985, 7983, 1, 0, 0, 0, 7985, 7986, 1, 0, 0, 0, 7986, 7995, 1, 0, 0, 0, 7987, 7988, 10, 2, 0, 0, 7988, 7989, 5, 485, 0, 0, 7989, 7990, 5, 510, 0, 0, 7990, 7991, 5, 866, 0, 0, 7991, 7992, 3, 822, 411, 0, 7992, 7993, 5, 867, 0, 0, 7993, 7995, 1, 0, 0, 0, 7994, 7933, 1, 0, 0, 0, 7994, 7942, 1, 0, 0, 0, 7994, 7946, 1, 0, 0, 0, 7994, 7952, 1, 0, 0, 0, 7994, 7964, 1, 0, 0, 0, 7994, 7967, 1, 0, 0, 0, 7994, 7977, 1, 0, 0, 0, 7994, 7987, 1, 0, 0, 0, 7995, 7998, 1, 0, 0, 0, 7996, 7994, 1, 0, 0, 0, 7996, 7997, 1, 0, 0, 0, 7997, 823, 1, 0, 0, 0, 7998, 7996, 1, 0, 0, 0, 7999, 8000, 6, 412, -1, 0, 8000, 8048, 3, 740, 370, 0, 8001, 8048, 3, 780, 390, 0, 8002, 8048, 3, 702, 351, 0, 8003, 8004, 3, 826, 413, 0, 8004, 8005, 3, 824, 412, 12, 8005, 8048, 1, 0, 0, 0, 8006, 8007, 5, 228, 0, 0, 8007, 8048, 3, 824, 412, 11, 8008, 8009, 5, 892, 0, 0, 8009, 8010, 5, 841, 0, 0, 8010, 8048, 3, 824, 412, 10, 8011, 8012, 5, 866, 0, 0, 8012, 8017, 3, 820, 410, 0, 8013, 8014, 5, 868, 0, 0, 8014, 8016, 3, 820, 410, 0, 8015, 8013, 1, 0, 0, 0, 8016, 8019, 1, 0, 0, 0, 8017, 8015, 1, 0, 0, 0, 8017, 8018, 1, 0, 0, 0, 8018, 8020, 1, 0, 0, 0, 8019, 8017, 1, 0, 0, 0, 8020, 8021, 5, 867, 0, 0, 8021, 8048, 1, 0, 0, 0, 8022, 8023, 5, 586, 0, 0, 8023, 8024, 5, 866, 0, 0, 8024, 8027, 3, 820, 410, 0, 8025, 8026, 5, 868, 0, 0, 8026, 8028, 3, 820, 410, 0, 8027, 8025, 1, 0, 0, 0, 8028, 8029, 1, 0, 0, 0, 8029, 8027, 1, 0, 0, 0, 8029, 8030, 1, 0, 0, 0, 8030, 8031, 1, 0, 0, 0, 8031, 8032, 5, 867, 0, 0, 8032, 8048, 1, 0, 0, 0, 8033, 8034, 5, 60, 0, 0, 8034, 8035, 5, 866, 0, 0, 8035, 8036, 3, 210, 105, 0, 8036, 8037, 5, 867, 0, 0, 8037, 8048, 1, 0, 0, 0, 8038, 8039, 5, 866, 0, 0, 8039, 8040, 3, 210, 105, 0, 8040, 8041, 5, 867, 0, 0, 8041, 8048, 1, 0, 0, 0, 8042, 8043, 5, 87, 0, 0, 8043, 8044, 3, 820, 410, 0, 8044, 8045, 3, 70, 35, 0, 8045, 8048, 1, 0, 0, 0, 8046, 8048, 3, 676, 338, 0, 8047, 7999, 1, 0, 0, 0, 8047, 8001, 1, 0, 0, 0, 8047, 8002, 1, 0, 0, 0, 8047, 8003, 1, 0, 0, 0, 8047, 8006, 1, 0, 0, 0, 8047, 8008, 1, 0, 0, 0, 8047, 8011, 1, 0, 0, 0, 8047, 8022, 1, 0, 0, 0, 8047, 8033, 1, 0, 0, 0, 8047, 8038, 1, 0, 0, 0, 8047, 8042, 1, 0, 0, 0, 8047, 8046, 1, 0, 0, 0, 8048, 8066, 1, 0, 0, 0, 8049, 8050, 10, 4, 0, 0, 8050, 8051, 3, 838, 419, 0, 8051, 8052, 3, 824, 412, 5, 8052, 8065, 1, 0, 0, 0, 8053, 8054, 10, 3, 0, 0, 8054, 8055, 3, 834, 417, 0, 8055, 8056, 3, 824, 412, 4, 8056, 8065, 1, 0, 0, 0, 8057, 8058, 10, 2, 0, 0, 8058, 8059, 3, 836, 418, 0, 8059, 8060, 3, 824, 412, 3, 8060, 8065, 1, 0, 0, 0, 8061, 8062, 10, 14, 0, 0, 8062, 8063, 5, 28, 0, 0, 8063, 8065, 3, 706, 353, 0, 8064, 8049, 1, 0, 0, 0, 8064, 8053, 1, 0, 0, 0, 8064, 8057, 1, 0, 0, 0, 8064, 8061, 1, 0, 0, 0, 8065, 8068, 1, 0, 0, 0, 8066, 8064, 1, 0, 0, 0, 8066, 8067, 1, 0, 0, 0, 8067, 825, 1, 0, 0, 0, 8068, 8066, 1, 0, 0, 0, 8069, 8070, 7, 151, 0, 0, 8070, 827, 1, 0, 0, 0, 8071, 8072, 5, 859, 0, 0, 8072, 8080, 5, 858, 0, 0, 8073, 8074, 5, 860, 0, 0, 8074, 8080, 5, 857, 0, 0, 8075, 8076, 5, 859, 0, 0, 8076, 8077, 5, 857, 0, 0, 8077, 8080, 5, 858, 0, 0, 8078, 8080, 3, 830, 415, 0, 8079, 8071, 1, 0, 0, 0, 8079, 8073, 1, 0, 0, 0, 8079, 8075, 1, 0, 0, 0, 8079, 8078, 1, 0, 0, 0, 8080, 829, 1, 0, 0, 0, 8081, 8082, 5, 859, 0, 0, 8082, 8089, 5, 857, 0, 0, 8083, 8084, 5, 858, 0, 0, 8084, 8089, 5, 857, 0, 0, 8085, 8089, 5, 857, 0, 0, 8086, 8089, 5, 858, 0, 0, 8087, 8089, 5, 859, 0, 0, 8088, 8081, 1, 0, 0, 0, 8088, 8083, 1, 0, 0, 0, 8088, 8085, 1, 0, 0, 0, 8088, 8086, 1, 0, 0, 0, 8088, 8087, 1, 0, 0, 0, 8089, 831, 1, 0, 0, 0, 8090, 8098, 5, 11, 0, 0, 8091, 8092, 5, 863, 0, 0, 8092, 8098, 5, 863, 0, 0, 8093, 8098, 5, 196, 0, 0, 8094, 8098, 5, 124, 0, 0, 8095, 8096, 5, 862, 0, 0, 8096, 8098, 5, 862, 0, 0, 8097, 8090, 1, 0, 0, 0, 8097, 8091, 1, 0, 0, 0, 8097, 8093, 1, 0, 0, 0, 8097, 8094, 1, 0, 0, 0, 8097, 8095, 1, 0, 0, 0, 8098, 833, 1, 0, 0, 0, 8099, 8100, 5, 859, 0, 0, 8100, 8107, 5, 859, 0, 0, 8101, 8102, 5, 858, 0, 0, 8102, 8107, 5, 858, 0, 0, 8103, 8107, 5, 863, 0, 0, 8104, 8107, 5, 864, 0, 0, 8105, 8107, 5, 862, 0, 0, 8106, 8099, 1, 0, 0, 0, 8106, 8101, 1, 0, 0, 0, 8106, 8103, 1, 0, 0, 0, 8106, 8104, 1, 0, 0, 0, 8106, 8105, 1, 0, 0, 0, 8107, 835, 1, 0, 0, 0, 8108, 8109, 7, 152, 0, 0, 8109, 837, 1, 0, 0, 0, 8110, 8111, 5, 854, 0, 0, 8111, 8116, 5, 858, 0, 0, 8112, 8113, 5, 854, 0, 0, 8113, 8114, 5, 858, 0, 0, 8114, 8116, 5, 858, 0, 0, 8115, 8110, 1, 0, 0, 0, 8115, 8112, 1, 0, 0, 0, 8116, 839, 1, 0, 0, 0, 8117, 8118, 7, 153, 0, 0, 8118, 841, 1, 0, 0, 0, 8119, 8120, 7, 154, 0, 0, 8120, 843, 1, 0, 0, 0, 8121, 8122, 7, 155, 0, 0, 8122, 845, 1, 0, 0, 0, 8123, 8124, 7, 156, 0, 0, 8124, 847, 1, 0, 0, 0, 8125, 8126, 7, 157, 0, 0, 8126, 849, 1, 0, 0, 0, 8127, 8128, 7, 158, 0, 0, 8128, 851, 1, 0, 0, 0, 8129, 8130, 7, 159, 0, 0, 8130, 853, 1, 0, 0, 0, 1172, 857, 864, 867, 876, 920, 939, 950, 966, 971, 983, 1018, 1028, 1033, 1039, 1044, 1048, 1057, 1060, 1063, 1067, 1074, 1077, 1082, 1090, 1095, 1100, 1103, 1105, 1117, 1120, 1124, 1127, 1131, 1134, 1138, 1141, 1144, 1148, 1151, 1155, 1161, 1165, 1170, 1176, 1183, 1190, 1193, 1197, 1202, 1208, 1217, 1222, 1226, 1230, 1241, 1259, 1266, 1270, 1274, 1278, 1283, 1286, 1289, 1292, 1295, 1301, 1305, 1315, 1319, 1323, 1329, 1334, 1337, 1340, 1342, 1346, 1353, 1357, 1360, 1365, 1369, 1372, 1376, 1379, 1383, 1396, 1399, 1403, 1406, 1410, 1413, 1417, 1420, 1424, 1427, 1430, 1434, 1437, 1441, 1447, 1450, 1454, 1466, 1472, 1483, 1488, 1496, 1500, 1505, 1508, 1513, 1523, 1528, 1533, 1539, 1544, 1548, 1550, 1553, 1557, 1561, 1564, 1568, 1572, 1576, 1582, 1585, 1592, 1597, 1603, 1610, 1616, 1624, 1627, 1634, 1637, 1639, 1645, 1651, 1668, 1675, 1682, 1694, 1699, 1702, 1705, 1718, 1731, 1736, 1752, 1760, 1770, 1773, 1779, 1784, 1787, 1793, 1797, 1802, 1808, 1812, 1816, 1819, 1822, 1828, 1832, 1837, 1848, 1851, 1858, 1861, 1865, 1871, 1883, 1886, 1891, 1904, 1911, 1917, 1922, 1926, 1929, 1937, 1945, 1947, 1957, 1961, 1964, 1968, 1973, 1978, 1983, 1987, 1991, 1995, 1999, 2003, 2007, 2012, 2017, 2022, 2028, 2033, 2038, 2043, 2048, 2053, 2059, 2064, 2069, 2074, 2079, 2084, 2089, 2094, 2101, 2106, 2111, 2116, 2120, 2125, 2133, 2138, 2144, 2156, 2163, 2165, 2173, 2178, 2181, 2189, 2195, 2199, 2212, 2224, 2226, 2229, 2237, 2243, 2249, 2262, 2269, 2278, 2283, 2294, 2303, 2308, 2320, 2327, 2336, 2341, 2353, 2360, 2369, 2374, 2381, 2390, 2395, 2397, 2402, 2410, 2419, 2423, 2426, 2430, 2435, 2441, 2447, 2452, 2457, 2462, 2467, 2470, 2475, 2480, 2490, 2494, 2501, 2506, 2509, 2514, 2517, 2521, 2525, 2533, 2552, 2555, 2558, 2562, 2572, 2585, 2598, 2601, 2607, 2610, 2614, 2623, 2626, 2629, 2634, 2638, 2641, 2645, 2649, 2652, 2656, 2659, 2663, 2666, 2672, 2675, 2680, 2688, 2694, 2698, 2702, 2707, 2712, 2719, 2723, 2734, 2742, 2745, 2751, 2757, 2760, 2766, 2772, 2774, 2779, 2785, 2791, 2793, 2797, 2800, 2803, 2809, 2815, 2817, 2822, 2829, 2838, 2841, 2845, 2850, 2860, 2869, 2877, 2880, 2888, 2891, 2898, 2903, 2911, 2927, 2932, 2939, 2958, 2964, 2974, 2986, 2993, 3000, 3015, 3028, 3034, 3040, 3046, 3052, 3058, 3064, 3069, 3076, 3083, 3090, 3095, 3098, 3100, 3109, 3116, 3123, 3130, 3139, 3145, 3149, 3153, 3157, 3163, 3166, 3171, 3178, 3185, 3189, 3194, 3204, 3212, 3218, 3227, 3236, 3245, 3248, 3252, 3261, 3265, 3268, 3271, 3277, 3280, 3283, 3287, 3290, 3293, 3296, 3307, 3310, 3315, 3321, 3326, 3331, 3334, 3338, 3343, 3346, 3351, 3361, 3366, 3372, 3374, 3380, 3382, 3388, 3396, 3401, 3409, 3412, 3417, 3420, 3425, 3433, 3439, 3443, 3445, 3451, 3459, 3464, 3472, 3475, 3480, 3483, 3487, 3490, 3493, 3497, 3500, 3508, 3514, 3518, 3524, 3529, 3533, 3535, 3541, 3545, 3548, 3551, 3554, 3560, 3565, 3568, 3571, 3574, 3577, 3579, 3582, 3586, 3589, 3592, 3600, 3606, 3609, 3611, 3620, 3625, 3632, 3635, 3638, 3642, 3646, 3652, 3656, 3663, 3667, 3670, 3673, 3678, 3685, 3695, 3704, 3713, 3723, 3726, 3730, 3736, 3740, 3743, 3746, 3751, 3754, 3761, 3765, 3768, 3772, 3776, 3779, 3782, 3787, 3793, 3797, 3807, 3813, 3817, 3823, 3827, 3833, 3836, 3848, 3852, 3856, 3864, 3868, 3882, 3887, 3890, 3894, 3897, 3905, 3910, 3913, 3916, 3920, 3923, 3932, 3937, 3946, 3951, 3958, 3965, 3973, 3979, 3987, 3990, 3993, 4000, 4003, 4006, 4010, 4014, 4020, 4027, 4037, 4041, 4050, 4053, 4057, 4063, 4071, 4076, 4080, 4086, 4092, 4095, 4097, 4101, 4106, 4113, 4123, 4129, 4134, 4138, 4141, 4144, 4147, 4150, 4153, 4156, 4160, 4164, 4172, 4176, 4179, 4181, 4194, 4197, 4204, 4214, 4217, 4222, 4224, 4228, 4236, 4242, 4251, 4264, 4268, 4274, 4280, 4283, 4287, 4290, 4297, 4309, 4313, 4321, 4333, 4339, 4341, 4347, 4349, 4351, 4357, 4365, 4373, 4377, 4382, 4384, 4393, 4398, 4418, 4423, 4429, 4436, 4441, 4450, 4453, 4457, 4461, 4465, 4468, 4471, 4474, 4478, 4482, 4485, 4488, 4491, 4498, 4502, 4517, 4530, 4538, 4548, 4552, 4555, 4561, 4564, 4567, 4576, 4585, 4595, 4599, 4609, 4613, 4624, 4628, 4637, 4646, 4649, 4653, 4658, 4662, 4671, 4674, 4677, 4684, 4690, 4696, 4722, 4725, 4728, 4747, 4749, 4772, 4775, 4778, 4797, 4799, 4813, 4826, 4863, 4868, 4903, 4917, 4924, 4928, 4934, 4942, 4944, 4955, 4965, 4972, 4978, 4986, 4991, 4999, 5007, 5015, 5023, 5029, 5034, 5039, 5044, 5050, 5052, 5063, 5068, 5075, 5077, 5091, 5097, 5102, 5107, 5113, 5120, 5128, 5136, 5141, 5147, 5150, 5158, 5165, 5174, 5177, 5194, 5202, 5210, 5214, 5221, 5227, 5235, 5240, 5247, 5255, 5262, 5267, 5270, 5272, 5278, 5280, 5284, 5286, 5291, 5298, 5303, 5307, 5312, 5316, 5322, 5328, 5333, 5336, 5338, 5344, 5346, 5350, 5352, 5357, 5362, 5369, 5378, 5383, 5392, 5396, 5402, 5407, 5410, 5412, 5418, 5420, 5423, 5430, 5432, 5437, 5444, 5453, 5459, 5461, 5468, 5471, 5483, 5489, 5497, 5500, 5504, 5507, 5511, 5513, 5524, 5527, 5531, 5534, 5537, 5544, 5556, 5559, 5566, 5572, 5582, 5587, 5594, 5599, 5605, 5609, 5613, 5621, 5625, 5629, 5635, 5637, 5649, 5654, 5660, 5666, 5670, 5675, 5677, 5701, 5705, 5708, 5717, 5721, 5730, 5734, 5738, 5744, 5746, 5755, 5765, 5792, 5796, 5801, 5808, 5811, 5817, 5827, 5837, 5847, 5853, 5862, 5868, 5875, 5877, 5885, 5891, 5895, 5912, 5922, 5926, 5930, 5940, 5945, 6017, 6035, 6043, 6049, 6061, 6065, 6076, 6080, 6089, 6097, 6104, 6108, 6115, 6120, 6123, 6126, 6137, 6146, 6155, 6158, 6172, 6190, 6203, 6206, 6210, 6213, 6215, 6222, 6229, 6233, 6240, 6247, 6250, 6266, 6269, 6279, 6283, 6289, 6292, 6295, 6300, 6304, 6307, 6314, 6317, 6323, 6359, 6362, 6374, 6377, 6393, 6395, 6399, 6406, 6410, 6417, 6420, 6429, 6432, 6437, 6443, 6445, 6451, 6455, 6461, 6464, 6467, 6480, 6483, 6489, 6492, 6500, 6508, 6514, 6517, 6521, 6535, 6547, 6555, 6559, 6566, 6573, 6578, 6591, 6600, 6608, 6613, 6616, 6621, 6624, 6636, 6641, 6654, 6656, 6661, 6665, 6668, 6670, 6677, 6684, 6687, 6690, 6696, 6700, 6706, 6714, 6723, 6736, 6741, 6749, 6752, 6757, 6762, 6770, 6773, 6781, 6785, 6792, 6798, 6801, 6805, 6818, 6824, 6836, 6839, 6848, 6853, 6874, 6890, 6900, 6905, 6910, 6912, 6915, 6919, 6921, 6928, 6936, 6938, 6941, 6945, 6949, 6954, 6956, 6959, 6963, 6965, 6972, 6974, 6976, 6989, 6999, 7002, 7005, 7018, 7024, 7027, 7035, 7042, 7062, 7069, 7071, 7078, 7080, 7084, 7091, 7097, 7108, 7114, 7120, 7123, 7127, 7132, 7135, 7139, 7143, 7145, 7150, 7155, 7168, 7171, 7175, 7178, 7181, 7186, 7191, 7197, 7200, 7205, 7208, 7213, 7216, 7220, 7225, 7230, 7235, 7240, 7243, 7248, 7253, 7258, 7264, 7269, 7274, 7279, 7283, 7286, 7291, 7295, 7299, 7307, 7314, 7318, 7323, 7328, 7332, 7334, 7337, 7353, 7363, 7373, 7382, 7391, 7398, 7405, 7413, 7421, 7433, 7440, 7450, 7455, 7458, 7463, 7466, 7488, 7497, 7500, 7505, 7538, 7542, 7551, 7555, 7564, 7572, 7577, 7585, 7590, 7595, 7597, 7606, 7611, 7619, 7624, 7632, 7640, 7643, 7653, 7671, 7674, 7677, 7681, 7694, 7702, 7706, 7711, 7716, 7722, 7727, 7731, 7736, 7741, 7746, 7756, 7759, 7763, 7767, 7774, 7778, 7807, 7815, 7818, 7821, 7824, 7827, 7838, 7852, 7861, 7888, 7900, 7906, 7914, 7919, 7927, 7935, 7948, 7954, 7960, 7975, 7979, 7985, 7994, 7996, 8017, 8029, 8047, 8064, 8066, 8079, 8088, 8097, 8106, 8115] \ No newline at end of file +[4, 1, 895, 8117, 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, 1, 0, 5, 0, 848, 8, 0, 10, 0, 12, 0, 851, 9, 0, 1, 0, 1, 0, 1, 1, 1, 1, 3, 1, 857, 8, 1, 1, 1, 3, 1, 860, 8, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 869, 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, 3, 3, 911, 8, 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 3, 4, 930, 8, 4, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 941, 8, 5, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 3, 6, 957, 8, 6, 1, 7, 1, 7, 1, 7, 3, 7, 962, 8, 7, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 974, 8, 8, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 3, 9, 1009, 8, 9, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 3, 10, 1019, 8, 10, 1, 11, 1, 11, 1, 11, 3, 11, 1024, 8, 11, 1, 11, 1, 11, 5, 11, 1028, 8, 11, 10, 11, 12, 11, 1031, 9, 11, 1, 12, 1, 12, 3, 12, 1035, 8, 12, 1, 12, 1, 12, 3, 12, 1039, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 1048, 8, 12, 1, 12, 3, 12, 1051, 8, 12, 1, 12, 3, 12, 1054, 8, 12, 1, 12, 1, 12, 3, 12, 1058, 8, 12, 1, 12, 1, 12, 1, 12, 1, 13, 1, 13, 3, 13, 1065, 8, 13, 1, 13, 3, 13, 1068, 8, 13, 1, 13, 1, 13, 1, 13, 3, 13, 1073, 8, 13, 1, 13, 1, 13, 1, 13, 1, 13, 5, 13, 1079, 8, 13, 10, 13, 12, 13, 1082, 9, 13, 1, 13, 1, 13, 3, 13, 1086, 8, 13, 1, 13, 1, 13, 1, 13, 3, 13, 1091, 8, 13, 1, 13, 5, 13, 1094, 8, 13, 10, 13, 12, 13, 1097, 9, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 3, 14, 1108, 8, 14, 1, 14, 3, 14, 1111, 8, 14, 1, 14, 1, 14, 3, 14, 1115, 8, 14, 1, 14, 3, 14, 1118, 8, 14, 1, 14, 1, 14, 3, 14, 1122, 8, 14, 1, 14, 3, 14, 1125, 8, 14, 1, 14, 1, 14, 3, 14, 1129, 8, 14, 1, 14, 3, 14, 1132, 8, 14, 1, 14, 3, 14, 1135, 8, 14, 1, 14, 1, 14, 3, 14, 1139, 8, 14, 1, 14, 3, 14, 1142, 8, 14, 1, 14, 1, 14, 3, 14, 1146, 8, 14, 1, 14, 1, 14, 1, 15, 1, 15, 3, 15, 1152, 8, 15, 1, 15, 1, 15, 3, 15, 1156, 8, 15, 1, 15, 1, 15, 1, 15, 3, 15, 1161, 8, 15, 1, 15, 1, 15, 5, 15, 1165, 8, 15, 10, 15, 12, 15, 1168, 9, 15, 1, 15, 1, 15, 5, 15, 1172, 8, 15, 10, 15, 12, 15, 1175, 9, 15, 1, 15, 1, 15, 1, 16, 1, 16, 3, 16, 1181, 8, 16, 1, 16, 3, 16, 1184, 8, 16, 1, 16, 1, 16, 3, 16, 1188, 8, 16, 1, 16, 1, 16, 1, 16, 3, 16, 1193, 8, 16, 1, 16, 1, 16, 5, 16, 1197, 8, 16, 10, 16, 12, 16, 1200, 9, 16, 1, 16, 1, 16, 1, 16, 1, 16, 5, 16, 1206, 8, 16, 10, 16, 12, 16, 1209, 9, 16, 1, 16, 1, 16, 3, 16, 1213, 8, 16, 1, 17, 1, 17, 3, 17, 1217, 8, 17, 1, 17, 1, 17, 3, 17, 1221, 8, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 3, 18, 1232, 8, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 5, 19, 1248, 8, 19, 10, 19, 12, 19, 1251, 9, 19, 1, 19, 1, 19, 1, 20, 1, 20, 3, 20, 1257, 8, 20, 1, 20, 1, 20, 3, 20, 1261, 8, 20, 1, 20, 1, 20, 3, 20, 1265, 8, 20, 1, 20, 1, 20, 3, 20, 1269, 8, 20, 1, 20, 5, 20, 1272, 8, 20, 10, 20, 12, 20, 1275, 9, 20, 3, 20, 1277, 8, 20, 1, 20, 3, 20, 1280, 8, 20, 1, 20, 3, 20, 1283, 8, 20, 1, 20, 3, 20, 1286, 8, 20, 1, 20, 1, 20, 1, 20, 1, 20, 3, 20, 1292, 8, 20, 1, 20, 1, 20, 3, 20, 1296, 8, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 3, 20, 1306, 8, 20, 1, 20, 1, 20, 3, 20, 1310, 8, 20, 1, 20, 1, 20, 3, 20, 1314, 8, 20, 1, 20, 1, 20, 1, 20, 1, 20, 3, 20, 1320, 8, 20, 1, 20, 5, 20, 1323, 8, 20, 10, 20, 12, 20, 1326, 9, 20, 3, 20, 1328, 8, 20, 1, 20, 3, 20, 1331, 8, 20, 3, 20, 1333, 8, 20, 1, 21, 1, 21, 3, 21, 1337, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 3, 21, 1344, 8, 21, 1, 21, 1, 21, 3, 21, 1348, 8, 21, 1, 21, 3, 21, 1351, 8, 21, 1, 21, 1, 21, 1, 21, 3, 21, 1356, 8, 21, 1, 21, 1, 21, 3, 21, 1360, 8, 21, 1, 21, 3, 21, 1363, 8, 21, 1, 21, 1, 21, 3, 21, 1367, 8, 21, 1, 21, 3, 21, 1370, 8, 21, 1, 22, 1, 22, 3, 22, 1374, 8, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 3, 22, 1387, 8, 22, 1, 22, 3, 22, 1390, 8, 22, 1, 22, 1, 22, 3, 22, 1394, 8, 22, 1, 22, 3, 22, 1397, 8, 22, 1, 22, 1, 22, 3, 22, 1401, 8, 22, 1, 22, 3, 22, 1404, 8, 22, 1, 22, 1, 22, 3, 22, 1408, 8, 22, 1, 22, 3, 22, 1411, 8, 22, 1, 22, 1, 22, 3, 22, 1415, 8, 22, 1, 22, 3, 22, 1418, 8, 22, 1, 22, 3, 22, 1421, 8, 22, 1, 22, 1, 22, 3, 22, 1425, 8, 22, 1, 22, 3, 22, 1428, 8, 22, 1, 22, 1, 22, 3, 22, 1432, 8, 22, 1, 22, 1, 22, 1, 23, 1, 23, 3, 23, 1438, 8, 23, 1, 23, 3, 23, 1441, 8, 23, 1, 23, 1, 23, 3, 23, 1445, 8, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 3, 23, 1457, 8, 23, 1, 23, 1, 23, 1, 24, 1, 24, 3, 24, 1463, 8, 24, 1, 24, 1, 24, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 5, 25, 1472, 8, 25, 10, 25, 12, 25, 1475, 9, 25, 1, 25, 1, 25, 3, 25, 1479, 8, 25, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 3, 25, 1487, 8, 25, 1, 26, 1, 26, 3, 26, 1491, 8, 26, 1, 26, 1, 26, 1, 26, 3, 26, 1496, 8, 26, 1, 26, 3, 26, 1499, 8, 26, 1, 26, 1, 26, 1, 26, 3, 26, 1504, 8, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 5, 26, 1512, 8, 26, 10, 26, 12, 26, 1515, 9, 26, 1, 26, 1, 26, 3, 26, 1519, 8, 26, 1, 26, 1, 26, 1, 26, 3, 26, 1524, 8, 26, 1, 26, 1, 26, 1, 26, 1, 26, 3, 26, 1530, 8, 26, 1, 26, 1, 26, 1, 26, 3, 26, 1535, 8, 26, 1, 26, 1, 26, 3, 26, 1539, 8, 26, 3, 26, 1541, 8, 26, 1, 27, 3, 27, 1544, 8, 27, 1, 27, 1, 27, 3, 27, 1548, 8, 27, 1, 27, 1, 27, 3, 27, 1552, 8, 27, 1, 27, 3, 27, 1555, 8, 27, 1, 27, 1, 27, 3, 27, 1559, 8, 27, 1, 27, 1, 27, 3, 27, 1563, 8, 27, 1, 27, 1, 27, 3, 27, 1567, 8, 27, 1, 27, 1, 27, 1, 27, 1, 27, 3, 27, 1573, 8, 27, 1, 27, 3, 27, 1576, 8, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 3, 28, 1583, 8, 28, 1, 29, 1, 29, 1, 29, 3, 29, 1588, 8, 29, 1, 30, 1, 30, 1, 30, 1, 30, 3, 30, 1594, 8, 30, 1, 31, 1, 31, 1, 31, 5, 31, 1599, 8, 31, 10, 31, 12, 31, 1602, 9, 31, 1, 31, 1, 31, 1, 31, 3, 31, 1607, 8, 31, 1, 31, 1, 31, 1, 31, 1, 31, 5, 31, 1613, 8, 31, 10, 31, 12, 31, 1616, 9, 31, 3, 31, 1618, 8, 31, 1, 31, 1, 31, 1, 31, 5, 31, 1623, 8, 31, 10, 31, 12, 31, 1626, 9, 31, 3, 31, 1628, 8, 31, 3, 31, 1630, 8, 31, 1, 32, 1, 32, 1, 32, 1, 32, 3, 32, 1636, 8, 32, 1, 33, 1, 33, 1, 33, 1, 33, 3, 33, 1642, 8, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 3, 34, 1659, 8, 34, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 3, 35, 1666, 8, 35, 1, 36, 1, 36, 1, 36, 1, 37, 1, 37, 3, 37, 1673, 8, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 3, 37, 1685, 8, 37, 1, 37, 1, 37, 1, 37, 3, 37, 1690, 8, 37, 1, 37, 3, 37, 1693, 8, 37, 1, 38, 3, 38, 1696, 8, 38, 1, 38, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 3, 40, 1709, 8, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 3, 40, 1722, 8, 40, 1, 40, 1, 40, 1, 40, 3, 40, 1727, 8, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 3, 41, 1743, 8, 41, 1, 42, 1, 42, 1, 42, 1, 42, 5, 42, 1749, 8, 42, 10, 42, 12, 42, 1752, 9, 42, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 3, 43, 1761, 8, 43, 1, 43, 3, 43, 1764, 8, 43, 1, 43, 1, 43, 5, 43, 1768, 8, 43, 10, 43, 12, 43, 1771, 9, 43, 1, 43, 1, 43, 3, 43, 1775, 8, 43, 1, 43, 3, 43, 1778, 8, 43, 1, 43, 1, 43, 5, 43, 1782, 8, 43, 10, 43, 12, 43, 1785, 9, 43, 1, 43, 3, 43, 1788, 8, 43, 1, 43, 1, 43, 1, 43, 3, 43, 1793, 8, 43, 1, 43, 1, 43, 5, 43, 1797, 8, 43, 10, 43, 12, 43, 1800, 9, 43, 1, 43, 3, 43, 1803, 8, 43, 1, 43, 1, 43, 3, 43, 1807, 8, 43, 1, 43, 3, 43, 1810, 8, 43, 1, 43, 3, 43, 1813, 8, 43, 1, 43, 1, 43, 5, 43, 1817, 8, 43, 10, 43, 12, 43, 1820, 9, 43, 1, 43, 3, 43, 1823, 8, 43, 1, 43, 1, 43, 1, 43, 3, 43, 1828, 8, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 3, 43, 1839, 8, 43, 1, 44, 3, 44, 1842, 8, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 3, 44, 1849, 8, 44, 1, 44, 3, 44, 1852, 8, 44, 1, 45, 1, 45, 3, 45, 1856, 8, 45, 1, 46, 1, 46, 5, 46, 1860, 8, 46, 10, 46, 12, 46, 1863, 9, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 3, 47, 1874, 8, 47, 1, 47, 3, 47, 1877, 8, 47, 1, 47, 1, 47, 1, 47, 3, 47, 1882, 8, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 3, 47, 1895, 8, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 3, 47, 1902, 8, 47, 1, 47, 1, 47, 1, 47, 1, 47, 3, 47, 1908, 8, 47, 1, 48, 1, 48, 1, 48, 3, 48, 1913, 8, 48, 1, 48, 1, 48, 3, 48, 1917, 8, 48, 1, 48, 3, 48, 1920, 8, 48, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 3, 49, 1928, 8, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 3, 49, 1936, 8, 49, 3, 49, 1938, 8, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 3, 50, 1948, 8, 50, 1, 51, 1, 51, 3, 51, 1952, 8, 51, 1, 51, 3, 51, 1955, 8, 51, 1, 51, 1, 51, 3, 51, 1959, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 1964, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 1969, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 1974, 8, 51, 1, 51, 1, 51, 3, 51, 1978, 8, 51, 1, 51, 1, 51, 3, 51, 1982, 8, 51, 1, 51, 1, 51, 3, 51, 1986, 8, 51, 1, 51, 1, 51, 3, 51, 1990, 8, 51, 1, 51, 1, 51, 3, 51, 1994, 8, 51, 1, 51, 1, 51, 3, 51, 1998, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2003, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2008, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2013, 8, 51, 1, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2019, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2024, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2029, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2034, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2039, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2044, 8, 51, 1, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2050, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2055, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2060, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2065, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2070, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2075, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2080, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2085, 8, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2092, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2097, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2102, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2107, 8, 51, 1, 51, 1, 51, 3, 51, 2111, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2116, 8, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2124, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2129, 8, 51, 1, 51, 1, 51, 1, 51, 1, 51, 3, 51, 2135, 8, 51, 1, 52, 1, 52, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 2147, 8, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 2154, 8, 54, 3, 54, 2156, 8, 54, 1, 54, 1, 54, 1, 54, 1, 54, 5, 54, 2162, 8, 54, 10, 54, 12, 54, 2165, 9, 54, 1, 54, 1, 54, 3, 54, 2169, 8, 54, 1, 55, 3, 55, 2172, 8, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 3, 55, 2180, 8, 55, 1, 55, 1, 55, 1, 55, 1, 55, 3, 55, 2186, 8, 55, 1, 55, 1, 55, 3, 55, 2190, 8, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 3, 55, 2203, 8, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 3, 55, 2215, 8, 55, 3, 55, 2217, 8, 55, 1, 56, 3, 56, 2220, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 2228, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 2234, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 2240, 8, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2251, 8, 57, 10, 57, 12, 57, 2254, 9, 57, 1, 57, 1, 57, 5, 57, 2258, 8, 57, 10, 57, 12, 57, 2261, 9, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2267, 8, 57, 10, 57, 12, 57, 2270, 9, 57, 1, 57, 1, 57, 3, 57, 2274, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2283, 8, 57, 10, 57, 12, 57, 2286, 9, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2292, 8, 57, 10, 57, 12, 57, 2295, 9, 57, 1, 57, 1, 57, 3, 57, 2299, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2309, 8, 57, 10, 57, 12, 57, 2312, 9, 57, 1, 57, 1, 57, 5, 57, 2316, 8, 57, 10, 57, 12, 57, 2319, 9, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2325, 8, 57, 10, 57, 12, 57, 2328, 9, 57, 1, 57, 1, 57, 3, 57, 2332, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2342, 8, 57, 10, 57, 12, 57, 2345, 9, 57, 1, 57, 1, 57, 5, 57, 2349, 8, 57, 10, 57, 12, 57, 2352, 9, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2358, 8, 57, 10, 57, 12, 57, 2361, 9, 57, 1, 57, 1, 57, 3, 57, 2365, 8, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2370, 8, 57, 10, 57, 12, 57, 2373, 9, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2379, 8, 57, 10, 57, 12, 57, 2382, 9, 57, 1, 57, 1, 57, 3, 57, 2386, 8, 57, 3, 57, 2388, 8, 57, 1, 58, 1, 58, 1, 58, 3, 58, 2393, 8, 58, 1, 59, 1, 59, 1, 59, 1, 59, 4, 59, 2399, 8, 59, 11, 59, 12, 59, 2400, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 5, 60, 2408, 8, 60, 10, 60, 12, 60, 2411, 9, 60, 1, 61, 3, 61, 2414, 8, 61, 1, 61, 3, 61, 2417, 8, 61, 1, 61, 1, 61, 3, 61, 2421, 8, 61, 1, 61, 1, 61, 1, 61, 3, 61, 2426, 8, 61, 1, 61, 1, 61, 1, 61, 1, 61, 3, 61, 2432, 8, 61, 1, 61, 1, 61, 1, 61, 1, 61, 3, 61, 2438, 8, 61, 1, 61, 1, 61, 1, 61, 3, 61, 2443, 8, 61, 1, 61, 1, 61, 1, 61, 3, 61, 2448, 8, 61, 1, 61, 1, 61, 1, 61, 3, 61, 2453, 8, 61, 1, 61, 1, 61, 1, 61, 3, 61, 2458, 8, 61, 1, 61, 3, 61, 2461, 8, 61, 1, 62, 1, 62, 1, 62, 3, 62, 2466, 8, 62, 1, 62, 4, 62, 2469, 8, 62, 11, 62, 12, 62, 2470, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 3, 62, 2481, 8, 62, 1, 63, 1, 63, 3, 63, 2485, 8, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 3, 63, 2492, 8, 63, 1, 63, 1, 63, 1, 63, 3, 63, 2497, 8, 63, 1, 63, 3, 63, 2500, 8, 63, 1, 63, 1, 63, 1, 63, 3, 63, 2505, 8, 63, 1, 63, 3, 63, 2508, 8, 63, 1, 63, 1, 63, 3, 63, 2512, 8, 63, 1, 63, 1, 63, 3, 63, 2516, 8, 63, 1, 64, 1, 64, 1, 64, 1, 64, 5, 64, 2522, 8, 64, 10, 64, 12, 64, 2525, 9, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 3, 66, 2543, 8, 66, 1, 66, 3, 66, 2546, 8, 66, 1, 66, 3, 66, 2549, 8, 66, 1, 66, 1, 66, 3, 66, 2553, 8, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 67, 5, 67, 2561, 8, 67, 10, 67, 12, 67, 2564, 9, 67, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 5, 68, 2574, 8, 68, 10, 68, 12, 68, 2577, 9, 68, 1, 68, 1, 68, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 5, 69, 2587, 8, 69, 10, 69, 12, 69, 2590, 9, 69, 3, 69, 2592, 8, 69, 1, 69, 1, 69, 5, 69, 2596, 8, 69, 10, 69, 12, 69, 2599, 9, 69, 3, 69, 2601, 8, 69, 1, 70, 1, 70, 3, 70, 2605, 8, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 3, 70, 2614, 8, 70, 1, 70, 3, 70, 2617, 8, 70, 1, 70, 3, 70, 2620, 8, 70, 1, 70, 1, 70, 1, 70, 3, 70, 2625, 8, 70, 1, 70, 1, 70, 3, 70, 2629, 8, 70, 1, 70, 3, 70, 2632, 8, 70, 1, 70, 1, 70, 3, 70, 2636, 8, 70, 1, 70, 1, 70, 3, 70, 2640, 8, 70, 1, 70, 3, 70, 2643, 8, 70, 1, 70, 1, 70, 3, 70, 2647, 8, 70, 1, 70, 3, 70, 2650, 8, 70, 1, 70, 1, 70, 3, 70, 2654, 8, 70, 1, 70, 3, 70, 2657, 8, 70, 1, 71, 1, 71, 1, 71, 1, 71, 3, 71, 2663, 8, 71, 1, 71, 3, 71, 2666, 8, 71, 1, 71, 1, 71, 1, 71, 3, 71, 2671, 8, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 3, 71, 2679, 8, 71, 1, 71, 1, 71, 1, 71, 1, 71, 3, 71, 2685, 8, 71, 1, 71, 1, 71, 3, 71, 2689, 8, 71, 1, 72, 1, 72, 3, 72, 2693, 8, 72, 1, 72, 5, 72, 2696, 8, 72, 10, 72, 12, 72, 2699, 9, 72, 1, 72, 1, 72, 3, 72, 2703, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2710, 8, 72, 1, 72, 1, 72, 3, 72, 2714, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 2723, 8, 72, 10, 72, 12, 72, 2726, 9, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2733, 8, 72, 1, 72, 3, 72, 2736, 8, 72, 1, 72, 1, 72, 5, 72, 2740, 8, 72, 10, 72, 12, 72, 2743, 9, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2748, 8, 72, 1, 72, 3, 72, 2751, 8, 72, 1, 72, 1, 72, 5, 72, 2755, 8, 72, 10, 72, 12, 72, 2758, 9, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2763, 8, 72, 3, 72, 2765, 8, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2770, 8, 72, 1, 72, 1, 72, 5, 72, 2774, 8, 72, 10, 72, 12, 72, 2777, 9, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2782, 8, 72, 3, 72, 2784, 8, 72, 1, 72, 1, 72, 3, 72, 2788, 8, 72, 1, 72, 3, 72, 2791, 8, 72, 1, 72, 3, 72, 2794, 8, 72, 1, 72, 1, 72, 5, 72, 2798, 8, 72, 10, 72, 12, 72, 2801, 9, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2806, 8, 72, 3, 72, 2808, 8, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2813, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2820, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2829, 8, 72, 1, 72, 3, 72, 2832, 8, 72, 1, 72, 1, 72, 3, 72, 2836, 8, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2841, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2851, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2860, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2868, 8, 72, 1, 72, 3, 72, 2871, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2879, 8, 72, 1, 72, 3, 72, 2882, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2889, 8, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2894, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2902, 8, 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, 2918, 8, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2923, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2930, 8, 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, 2949, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2955, 8, 72, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 5, 73, 2963, 8, 73, 10, 73, 12, 73, 2966, 9, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2977, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2984, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2991, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 5, 73, 3004, 8, 73, 10, 73, 12, 73, 3007, 9, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 3019, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 3025, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 3031, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 3037, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 3043, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 3049, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 3055, 8, 73, 1, 74, 1, 74, 1, 74, 3, 74, 3060, 8, 74, 1, 74, 1, 74, 1, 75, 1, 75, 1, 75, 3, 75, 3067, 8, 75, 1, 75, 1, 75, 1, 76, 1, 76, 1, 76, 3, 76, 3074, 8, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 3, 76, 3081, 8, 76, 1, 76, 1, 76, 1, 76, 3, 76, 3086, 8, 76, 1, 76, 5, 76, 3089, 8, 76, 10, 76, 12, 76, 3092, 9, 76, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 3, 77, 3100, 8, 77, 1, 77, 1, 77, 1, 78, 1, 78, 1, 78, 3, 78, 3107, 8, 78, 1, 78, 1, 78, 1, 79, 1, 79, 1, 79, 3, 79, 3114, 8, 79, 1, 79, 1, 79, 1, 80, 1, 80, 1, 80, 3, 80, 3121, 8, 80, 1, 80, 1, 80, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 3, 81, 3130, 8, 81, 1, 81, 1, 81, 1, 82, 1, 82, 3, 82, 3136, 8, 82, 1, 82, 1, 82, 3, 82, 3140, 8, 82, 1, 82, 1, 82, 3, 82, 3144, 8, 82, 1, 83, 1, 83, 3, 83, 3148, 8, 83, 1, 83, 1, 83, 1, 83, 1, 83, 3, 83, 3154, 8, 83, 1, 83, 3, 83, 3157, 8, 83, 1, 84, 1, 84, 1, 84, 3, 84, 3162, 8, 84, 1, 84, 1, 84, 1, 85, 1, 85, 1, 85, 3, 85, 3169, 8, 85, 1, 85, 1, 85, 1, 85, 5, 85, 3174, 8, 85, 10, 85, 12, 85, 3177, 9, 85, 1, 85, 3, 85, 3180, 8, 85, 1, 86, 1, 86, 1, 86, 3, 86, 3185, 8, 86, 1, 86, 1, 86, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 3, 87, 3195, 8, 87, 1, 87, 1, 87, 1, 87, 1, 87, 5, 87, 3201, 8, 87, 10, 87, 12, 87, 3204, 9, 87, 1, 87, 1, 87, 1, 87, 3, 87, 3209, 8, 87, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 5, 88, 3216, 8, 88, 10, 88, 12, 88, 3219, 9, 88, 1, 89, 1, 89, 1, 89, 1, 89, 1, 90, 1, 90, 3, 90, 3227, 8, 90, 1, 90, 1, 90, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 3, 91, 3236, 8, 91, 1, 91, 3, 91, 3239, 8, 91, 1, 92, 1, 92, 3, 92, 3243, 8, 92, 1, 93, 1, 93, 1, 93, 1, 94, 1, 94, 1, 94, 1, 94, 3, 94, 3252, 8, 94, 1, 95, 1, 95, 3, 95, 3256, 8, 95, 1, 95, 3, 95, 3259, 8, 95, 1, 95, 3, 95, 3262, 8, 95, 1, 95, 1, 95, 1, 95, 1, 95, 3, 95, 3268, 8, 95, 1, 95, 3, 95, 3271, 8, 95, 1, 95, 3, 95, 3274, 8, 95, 1, 95, 1, 95, 3, 95, 3278, 8, 95, 1, 95, 3, 95, 3281, 8, 95, 1, 95, 3, 95, 3284, 8, 95, 1, 95, 3, 95, 3287, 8, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 5, 95, 3296, 8, 95, 10, 95, 12, 95, 3299, 9, 95, 3, 95, 3301, 8, 95, 1, 96, 1, 96, 1, 96, 3, 96, 3306, 8, 96, 1, 97, 1, 97, 1, 97, 1, 97, 3, 97, 3312, 8, 97, 1, 98, 1, 98, 1, 98, 3, 98, 3317, 8, 98, 1, 98, 4, 98, 3320, 8, 98, 11, 98, 12, 98, 3321, 1, 99, 3, 99, 3325, 8, 99, 1, 99, 1, 99, 3, 99, 3329, 8, 99, 1, 100, 1, 100, 1, 100, 3, 100, 3334, 8, 100, 1, 100, 3, 100, 3337, 8, 100, 1, 100, 1, 100, 1, 100, 3, 100, 3342, 8, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 3, 100, 3352, 8, 100, 1, 100, 1, 100, 1, 100, 3, 100, 3357, 8, 100, 1, 100, 1, 100, 4, 100, 3361, 8, 100, 11, 100, 12, 100, 3362, 3, 100, 3365, 8, 100, 1, 100, 1, 100, 4, 100, 3369, 8, 100, 11, 100, 12, 100, 3370, 3, 100, 3373, 8, 100, 1, 100, 1, 100, 1, 100, 1, 100, 3, 100, 3379, 8, 100, 1, 100, 1, 100, 1, 100, 1, 100, 5, 100, 3385, 8, 100, 10, 100, 12, 100, 3388, 9, 100, 1, 100, 1, 100, 3, 100, 3392, 8, 100, 1, 100, 1, 100, 1, 100, 1, 100, 5, 100, 3398, 8, 100, 10, 100, 12, 100, 3401, 9, 100, 3, 100, 3403, 8, 100, 1, 101, 1, 101, 1, 101, 3, 101, 3408, 8, 101, 1, 101, 3, 101, 3411, 8, 101, 1, 101, 1, 101, 1, 101, 3, 101, 3416, 8, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 3, 101, 3424, 8, 101, 1, 101, 1, 101, 1, 101, 1, 101, 3, 101, 3430, 8, 101, 1, 101, 1, 101, 3, 101, 3434, 8, 101, 3, 101, 3436, 8, 101, 1, 101, 1, 101, 1, 101, 1, 101, 3, 101, 3442, 8, 101, 1, 101, 1, 101, 1, 101, 1, 101, 5, 101, 3448, 8, 101, 10, 101, 12, 101, 3451, 9, 101, 1, 101, 1, 101, 3, 101, 3455, 8, 101, 1, 101, 1, 101, 1, 101, 1, 101, 5, 101, 3461, 8, 101, 10, 101, 12, 101, 3464, 9, 101, 3, 101, 3466, 8, 101, 1, 102, 1, 102, 1, 102, 3, 102, 3471, 8, 102, 1, 102, 3, 102, 3474, 8, 102, 1, 102, 1, 102, 3, 102, 3478, 8, 102, 1, 102, 3, 102, 3481, 8, 102, 1, 102, 3, 102, 3484, 8, 102, 1, 103, 1, 103, 3, 103, 3488, 8, 103, 1, 103, 3, 103, 3491, 8, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 3, 103, 3499, 8, 103, 1, 103, 1, 103, 1, 103, 1, 103, 3, 103, 3505, 8, 103, 1, 103, 1, 103, 3, 103, 3509, 8, 103, 1, 104, 1, 104, 5, 104, 3513, 8, 104, 10, 104, 12, 104, 3516, 9, 104, 1, 104, 1, 104, 3, 104, 3520, 8, 104, 1, 104, 1, 104, 3, 104, 3524, 8, 104, 3, 104, 3526, 8, 104, 1, 104, 1, 104, 5, 104, 3530, 8, 104, 10, 104, 12, 104, 3533, 9, 104, 1, 104, 3, 104, 3536, 8, 104, 1, 104, 3, 104, 3539, 8, 104, 1, 104, 3, 104, 3542, 8, 104, 1, 104, 3, 104, 3545, 8, 104, 1, 104, 1, 104, 5, 104, 3549, 8, 104, 10, 104, 12, 104, 3552, 9, 104, 1, 104, 1, 104, 3, 104, 3556, 8, 104, 1, 104, 3, 104, 3559, 8, 104, 1, 104, 3, 104, 3562, 8, 104, 1, 104, 3, 104, 3565, 8, 104, 1, 104, 3, 104, 3568, 8, 104, 3, 104, 3570, 8, 104, 1, 105, 3, 105, 3573, 8, 105, 1, 105, 1, 105, 3, 105, 3577, 8, 105, 1, 105, 3, 105, 3580, 8, 105, 1, 105, 3, 105, 3583, 8, 105, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 3, 106, 3591, 8, 106, 1, 106, 1, 106, 1, 106, 1, 106, 3, 106, 3597, 8, 106, 1, 106, 5, 106, 3600, 8, 106, 10, 106, 12, 106, 3603, 9, 106, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 3, 107, 3611, 8, 107, 1, 107, 5, 107, 3614, 8, 107, 10, 107, 12, 107, 3617, 9, 107, 1, 108, 1, 108, 1, 108, 1, 108, 3, 108, 3623, 8, 108, 1, 108, 3, 108, 3626, 8, 108, 1, 108, 3, 108, 3629, 8, 108, 1, 108, 1, 108, 3, 108, 3633, 8, 108, 1, 109, 1, 109, 3, 109, 3637, 8, 109, 1, 110, 1, 110, 1, 110, 1, 110, 3, 110, 3643, 8, 110, 1, 110, 1, 110, 3, 110, 3647, 8, 110, 1, 111, 1, 111, 1, 111, 5, 111, 3652, 8, 111, 10, 111, 12, 111, 3655, 9, 111, 1, 111, 3, 111, 3658, 8, 111, 1, 111, 3, 111, 3661, 8, 111, 1, 111, 3, 111, 3664, 8, 111, 1, 112, 1, 112, 1, 112, 3, 112, 3669, 8, 112, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 3, 113, 3676, 8, 113, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 5, 114, 3684, 8, 114, 10, 114, 12, 114, 3687, 9, 114, 1, 115, 1, 115, 1, 115, 1, 115, 5, 115, 3693, 8, 115, 10, 115, 12, 115, 3696, 9, 115, 1, 116, 1, 116, 1, 116, 1, 116, 1, 117, 1, 117, 3, 117, 3704, 8, 117, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 5, 118, 3712, 8, 118, 10, 118, 12, 118, 3715, 9, 118, 3, 118, 3717, 8, 118, 1, 118, 1, 118, 3, 118, 3721, 8, 118, 1, 118, 1, 118, 1, 118, 1, 118, 3, 118, 3727, 8, 118, 1, 119, 1, 119, 3, 119, 3731, 8, 119, 1, 119, 3, 119, 3734, 8, 119, 1, 119, 3, 119, 3737, 8, 119, 1, 119, 1, 119, 1, 119, 3, 119, 3742, 8, 119, 1, 119, 3, 119, 3745, 8, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 3, 119, 3752, 8, 119, 1, 119, 1, 119, 3, 119, 3756, 8, 119, 1, 119, 3, 119, 3759, 8, 119, 1, 119, 1, 119, 3, 119, 3763, 8, 119, 1, 120, 1, 120, 3, 120, 3767, 8, 120, 1, 120, 3, 120, 3770, 8, 120, 1, 120, 3, 120, 3773, 8, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3778, 8, 120, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3784, 8, 120, 5, 120, 3786, 8, 120, 10, 120, 12, 120, 3789, 9, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3798, 8, 120, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3804, 8, 120, 5, 120, 3806, 8, 120, 10, 120, 12, 120, 3809, 9, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3814, 8, 120, 1, 120, 1, 120, 3, 120, 3818, 8, 120, 1, 121, 1, 121, 1, 121, 1, 121, 3, 121, 3824, 8, 121, 1, 121, 3, 121, 3827, 8, 121, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 3, 122, 3839, 8, 122, 1, 122, 1, 122, 3, 122, 3843, 8, 122, 1, 122, 1, 122, 3, 122, 3847, 8, 122, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 3, 123, 3855, 8, 123, 1, 123, 1, 123, 3, 123, 3859, 8, 123, 1, 124, 1, 124, 1, 124, 1, 124, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 5, 125, 3871, 8, 125, 10, 125, 12, 125, 3874, 9, 125, 1, 126, 1, 126, 3, 126, 3878, 8, 126, 1, 126, 3, 126, 3881, 8, 126, 1, 126, 1, 126, 3, 126, 3885, 8, 126, 1, 126, 3, 126, 3888, 8, 126, 1, 126, 1, 126, 1, 126, 1, 126, 5, 126, 3894, 8, 126, 10, 126, 12, 126, 3897, 9, 126, 1, 126, 1, 126, 3, 126, 3901, 8, 126, 1, 126, 3, 126, 3904, 8, 126, 1, 126, 3, 126, 3907, 8, 126, 1, 127, 1, 127, 3, 127, 3911, 8, 127, 1, 127, 3, 127, 3914, 8, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 5, 127, 3921, 8, 127, 10, 127, 12, 127, 3924, 9, 127, 1, 127, 1, 127, 3, 127, 3928, 8, 127, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 5, 128, 3935, 8, 128, 10, 128, 12, 128, 3938, 9, 128, 1, 129, 1, 129, 3, 129, 3942, 8, 129, 1, 130, 1, 130, 1, 130, 5, 130, 3947, 8, 130, 10, 130, 12, 130, 3950, 9, 130, 1, 131, 1, 131, 5, 131, 3954, 8, 131, 10, 131, 12, 131, 3957, 9, 131, 1, 131, 1, 131, 1, 131, 5, 131, 3962, 8, 131, 10, 131, 12, 131, 3965, 9, 131, 1, 131, 1, 131, 1, 131, 3, 131, 3970, 8, 131, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 3978, 8, 132, 1, 132, 3, 132, 3981, 8, 132, 1, 132, 3, 132, 3984, 8, 132, 1, 132, 1, 132, 1, 132, 5, 132, 3989, 8, 132, 10, 132, 12, 132, 3992, 9, 132, 3, 132, 3994, 8, 132, 1, 132, 3, 132, 3997, 8, 132, 1, 132, 1, 132, 3, 132, 4001, 8, 132, 1, 132, 1, 132, 3, 132, 4005, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 4011, 8, 132, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 3, 133, 4018, 8, 133, 1, 134, 1, 134, 1, 134, 1, 134, 1, 135, 1, 135, 1, 135, 1, 135, 3, 135, 4028, 8, 135, 1, 135, 1, 135, 3, 135, 4032, 8, 135, 1, 135, 1, 135, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 3, 136, 4041, 8, 136, 1, 137, 3, 137, 4044, 8, 137, 1, 137, 1, 137, 3, 137, 4048, 8, 137, 1, 137, 1, 137, 5, 137, 4052, 8, 137, 10, 137, 12, 137, 4055, 9, 137, 1, 137, 1, 137, 1, 137, 5, 137, 4060, 8, 137, 10, 137, 12, 137, 4063, 9, 137, 1, 137, 1, 137, 3, 137, 4067, 8, 137, 1, 137, 1, 137, 3, 137, 4071, 8, 137, 1, 137, 1, 137, 5, 137, 4075, 8, 137, 10, 137, 12, 137, 4078, 9, 137, 1, 137, 1, 137, 1, 137, 3, 137, 4083, 8, 137, 1, 137, 3, 137, 4086, 8, 137, 3, 137, 4088, 8, 137, 1, 137, 1, 137, 3, 137, 4092, 8, 137, 1, 138, 1, 138, 1, 138, 3, 138, 4097, 8, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 3, 138, 4104, 8, 138, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 3, 139, 4114, 8, 139, 1, 140, 1, 140, 5, 140, 4118, 8, 140, 10, 140, 12, 140, 4121, 9, 140, 1, 140, 1, 140, 3, 140, 4125, 8, 140, 1, 140, 1, 140, 3, 140, 4129, 8, 140, 1, 140, 3, 140, 4132, 8, 140, 1, 140, 3, 140, 4135, 8, 140, 1, 140, 3, 140, 4138, 8, 140, 1, 140, 3, 140, 4141, 8, 140, 1, 140, 3, 140, 4144, 8, 140, 1, 140, 3, 140, 4147, 8, 140, 1, 141, 1, 141, 3, 141, 4151, 8, 141, 1, 141, 1, 141, 3, 141, 4155, 8, 141, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 3, 142, 4163, 8, 142, 1, 142, 1, 142, 3, 142, 4167, 8, 142, 1, 142, 3, 142, 4170, 8, 142, 3, 142, 4172, 8, 142, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 3, 143, 4185, 8, 143, 1, 143, 3, 143, 4188, 8, 143, 1, 144, 1, 144, 1, 144, 5, 144, 4193, 8, 144, 10, 144, 12, 144, 4196, 9, 144, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 3, 145, 4205, 8, 145, 1, 145, 3, 145, 4208, 8, 145, 1, 145, 1, 145, 1, 145, 3, 145, 4213, 8, 145, 3, 145, 4215, 8, 145, 1, 145, 1, 145, 3, 145, 4219, 8, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 3, 145, 4227, 8, 145, 1, 146, 1, 146, 1, 146, 1, 146, 3, 146, 4233, 8, 146, 1, 146, 1, 146, 1, 146, 1, 147, 1, 147, 1, 147, 1, 147, 3, 147, 4242, 8, 147, 1, 147, 1, 147, 1, 147, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 3, 148, 4255, 8, 148, 1, 149, 1, 149, 3, 149, 4259, 8, 149, 1, 149, 1, 149, 5, 149, 4263, 8, 149, 10, 149, 12, 149, 4266, 9, 149, 1, 150, 1, 150, 1, 150, 3, 150, 4271, 8, 150, 1, 150, 3, 150, 4274, 8, 150, 1, 150, 1, 150, 3, 150, 4278, 8, 150, 1, 150, 3, 150, 4281, 8, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 3, 150, 4288, 8, 150, 1, 151, 1, 151, 1, 151, 1, 151, 1, 152, 1, 152, 1, 153, 1, 153, 1, 154, 1, 154, 3, 154, 4300, 8, 154, 1, 154, 1, 154, 3, 154, 4304, 8, 154, 1, 155, 1, 155, 1, 155, 1, 155, 5, 155, 4310, 8, 155, 10, 155, 12, 155, 4313, 9, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 3, 155, 4324, 8, 155, 1, 155, 1, 155, 4, 155, 4328, 8, 155, 11, 155, 12, 155, 4329, 3, 155, 4332, 8, 155, 1, 155, 1, 155, 4, 155, 4336, 8, 155, 11, 155, 12, 155, 4337, 3, 155, 4340, 8, 155, 3, 155, 4342, 8, 155, 1, 156, 1, 156, 1, 156, 1, 156, 3, 156, 4348, 8, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 3, 156, 4356, 8, 156, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 3, 157, 4364, 8, 157, 1, 158, 1, 158, 3, 158, 4368, 8, 158, 1, 158, 1, 158, 1, 158, 3, 158, 4373, 8, 158, 3, 158, 4375, 8, 158, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 5, 159, 4382, 8, 159, 10, 159, 12, 159, 4385, 9, 159, 1, 159, 1, 159, 3, 159, 4389, 8, 159, 1, 160, 1, 160, 1, 160, 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, 5, 161, 4407, 8, 161, 10, 161, 12, 161, 4410, 9, 161, 1, 162, 1, 162, 3, 162, 4414, 8, 162, 1, 163, 1, 163, 1, 163, 1, 163, 3, 163, 4420, 8, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 3, 163, 4427, 8, 163, 1, 164, 1, 164, 1, 164, 3, 164, 4432, 8, 164, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 5, 165, 4439, 8, 165, 10, 165, 12, 165, 4442, 9, 165, 3, 165, 4444, 8, 165, 1, 166, 1, 166, 3, 166, 4448, 8, 166, 1, 167, 1, 167, 3, 167, 4452, 8, 167, 1, 167, 1, 167, 3, 167, 4456, 8, 167, 1, 167, 3, 167, 4459, 8, 167, 1, 167, 3, 167, 4462, 8, 167, 1, 167, 3, 167, 4465, 8, 167, 1, 168, 1, 168, 3, 168, 4469, 8, 168, 1, 168, 1, 168, 3, 168, 4473, 8, 168, 1, 168, 3, 168, 4476, 8, 168, 1, 168, 3, 168, 4479, 8, 168, 1, 168, 3, 168, 4482, 8, 168, 1, 169, 1, 169, 1, 169, 1, 170, 1, 170, 3, 170, 4489, 8, 170, 1, 170, 1, 170, 3, 170, 4493, 8, 170, 1, 170, 1, 170, 1, 171, 1, 171, 1, 171, 1, 171, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 5, 172, 4506, 8, 172, 10, 172, 12, 172, 4509, 9, 172, 1, 173, 1, 173, 1, 173, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 175, 1, 175, 3, 175, 4521, 8, 175, 1, 175, 1, 175, 1, 175, 1, 175, 5, 175, 4527, 8, 175, 10, 175, 12, 175, 4530, 9, 175, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 3, 176, 4539, 8, 176, 1, 177, 1, 177, 3, 177, 4543, 8, 177, 1, 177, 3, 177, 4546, 8, 177, 1, 177, 1, 177, 1, 178, 1, 178, 3, 178, 4552, 8, 178, 1, 178, 3, 178, 4555, 8, 178, 1, 178, 3, 178, 4558, 8, 178, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 3, 179, 4567, 8, 179, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 3, 180, 4576, 8, 180, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 5, 181, 4584, 8, 181, 10, 181, 12, 181, 4587, 9, 181, 1, 181, 3, 181, 4590, 8, 181, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 5, 182, 4598, 8, 182, 10, 182, 12, 182, 4601, 9, 182, 1, 182, 3, 182, 4604, 8, 182, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 5, 183, 4613, 8, 183, 10, 183, 12, 183, 4616, 9, 183, 1, 183, 3, 183, 4619, 8, 183, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 3, 184, 4628, 8, 184, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 5, 185, 4635, 8, 185, 10, 185, 12, 185, 4638, 9, 185, 3, 185, 4640, 8, 185, 1, 185, 1, 185, 3, 185, 4644, 8, 185, 1, 185, 5, 185, 4647, 8, 185, 10, 185, 12, 185, 4650, 9, 185, 1, 185, 3, 185, 4653, 8, 185, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 5, 186, 4660, 8, 186, 10, 186, 12, 186, 4663, 9, 186, 3, 186, 4665, 8, 186, 1, 186, 3, 186, 4668, 8, 186, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 3, 187, 4675, 8, 187, 1, 187, 1, 187, 1, 187, 1, 187, 3, 187, 4681, 8, 187, 1, 187, 1, 187, 1, 187, 1, 187, 3, 187, 4687, 8, 187, 1, 188, 1, 188, 1, 188, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 5, 189, 4711, 8, 189, 10, 189, 12, 189, 4714, 9, 189, 3, 189, 4716, 8, 189, 1, 189, 3, 189, 4719, 8, 189, 1, 190, 1, 190, 1, 191, 1, 191, 1, 192, 1, 192, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 3, 193, 4738, 8, 193, 3, 193, 4740, 8, 193, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 5, 194, 4761, 8, 194, 10, 194, 12, 194, 4764, 9, 194, 3, 194, 4766, 8, 194, 1, 194, 3, 194, 4769, 8, 194, 1, 195, 1, 195, 1, 196, 1, 196, 1, 197, 1, 197, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 3, 198, 4788, 8, 198, 3, 198, 4790, 8, 198, 1, 199, 1, 199, 1, 199, 1, 199, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 5, 200, 4802, 8, 200, 10, 200, 12, 200, 4805, 9, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 5, 200, 4815, 8, 200, 10, 200, 12, 200, 4818, 9, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 5, 200, 4852, 8, 200, 10, 200, 12, 200, 4855, 9, 200, 1, 200, 1, 200, 3, 200, 4859, 8, 200, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 202, 1, 202, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 3, 203, 4894, 8, 203, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 3, 204, 4908, 8, 204, 1, 205, 1, 205, 1, 205, 5, 205, 4913, 8, 205, 10, 205, 12, 205, 4916, 9, 205, 1, 205, 3, 205, 4919, 8, 205, 1, 206, 1, 206, 1, 206, 1, 206, 3, 206, 4925, 8, 206, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 3, 207, 4933, 8, 207, 3, 207, 4935, 8, 207, 1, 208, 1, 208, 1, 208, 1, 208, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 3, 209, 4946, 8, 209, 1, 210, 1, 210, 1, 210, 1, 210, 1, 211, 1, 211, 1, 211, 1, 211, 3, 211, 4956, 8, 211, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 3, 212, 4963, 8, 212, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4969, 8, 213, 1, 214, 1, 214, 1, 214, 1, 214, 1, 215, 1, 215, 3, 215, 4977, 8, 215, 1, 216, 1, 216, 1, 216, 3, 216, 4982, 8, 216, 1, 216, 1, 216, 1, 216, 1, 216, 5, 216, 4988, 8, 216, 10, 216, 12, 216, 4991, 9, 216, 1, 216, 1, 216, 1, 216, 5, 216, 4996, 8, 216, 10, 216, 12, 216, 4999, 9, 216, 1, 216, 1, 216, 1, 216, 5, 216, 5004, 8, 216, 10, 216, 12, 216, 5007, 9, 216, 1, 216, 1, 216, 1, 216, 5, 216, 5012, 8, 216, 10, 216, 12, 216, 5015, 9, 216, 1, 216, 5, 216, 5018, 8, 216, 10, 216, 12, 216, 5021, 9, 216, 1, 216, 1, 216, 3, 216, 5025, 8, 216, 1, 217, 1, 217, 1, 217, 3, 217, 5030, 8, 217, 1, 217, 4, 217, 5033, 8, 217, 11, 217, 12, 217, 5034, 1, 217, 1, 217, 4, 217, 5039, 8, 217, 11, 217, 12, 217, 5040, 3, 217, 5043, 8, 217, 1, 217, 1, 217, 1, 217, 1, 218, 1, 218, 1, 218, 1, 218, 4, 218, 5052, 8, 218, 11, 218, 12, 218, 5053, 1, 218, 5, 218, 5057, 8, 218, 10, 218, 12, 218, 5060, 9, 218, 1, 218, 1, 218, 4, 218, 5064, 8, 218, 11, 218, 12, 218, 5065, 3, 218, 5068, 8, 218, 1, 218, 1, 218, 1, 218, 1, 219, 1, 219, 1, 219, 1, 220, 1, 220, 1, 220, 1, 221, 1, 221, 1, 221, 3, 221, 5082, 8, 221, 1, 221, 1, 221, 4, 221, 5086, 8, 221, 11, 221, 12, 221, 5087, 1, 221, 1, 221, 1, 221, 3, 221, 5093, 8, 221, 1, 222, 1, 222, 1, 222, 3, 222, 5098, 8, 222, 1, 222, 1, 222, 4, 222, 5102, 8, 222, 11, 222, 12, 222, 5103, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 3, 222, 5111, 8, 222, 1, 223, 1, 223, 1, 223, 1, 224, 1, 224, 1, 224, 3, 224, 5119, 8, 224, 1, 224, 1, 224, 1, 224, 1, 224, 4, 224, 5125, 8, 224, 11, 224, 12, 224, 5126, 1, 224, 1, 224, 1, 224, 3, 224, 5132, 8, 224, 1, 225, 1, 225, 1, 225, 1, 225, 3, 225, 5138, 8, 225, 1, 225, 3, 225, 5141, 8, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 3, 225, 5149, 8, 225, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 3, 226, 5156, 8, 226, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 3, 227, 5165, 8, 227, 1, 227, 3, 227, 5168, 8, 227, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 229, 1, 229, 1, 229, 1, 229, 1, 229, 1, 229, 1, 229, 5, 229, 5183, 8, 229, 10, 229, 12, 229, 5186, 9, 229, 1, 229, 1, 229, 1, 230, 1, 230, 1, 230, 3, 230, 5193, 8, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 3, 230, 5201, 8, 230, 1, 231, 1, 231, 3, 231, 5205, 8, 231, 1, 231, 1, 231, 1, 232, 1, 232, 1, 232, 3, 232, 5212, 8, 232, 1, 232, 1, 232, 4, 232, 5216, 8, 232, 11, 232, 12, 232, 5217, 1, 233, 1, 233, 1, 233, 1, 233, 4, 233, 5224, 8, 233, 11, 233, 12, 233, 5225, 1, 234, 1, 234, 1, 234, 3, 234, 5231, 8, 234, 1, 234, 1, 234, 1, 234, 5, 234, 5236, 8, 234, 10, 234, 12, 234, 5239, 9, 234, 1, 234, 1, 234, 1, 234, 5, 234, 5244, 8, 234, 10, 234, 12, 234, 5247, 9, 234, 1, 234, 1, 234, 1, 234, 1, 234, 3, 234, 5253, 8, 234, 1, 234, 5, 234, 5256, 8, 234, 10, 234, 12, 234, 5259, 9, 234, 3, 234, 5261, 8, 234, 3, 234, 5263, 8, 234, 1, 234, 1, 234, 4, 234, 5267, 8, 234, 11, 234, 12, 234, 5268, 3, 234, 5271, 8, 234, 1, 234, 1, 234, 5, 234, 5275, 8, 234, 10, 234, 12, 234, 5278, 9, 234, 1, 234, 1, 234, 3, 234, 5282, 8, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 3, 234, 5289, 8, 234, 1, 235, 1, 235, 1, 235, 3, 235, 5294, 8, 235, 1, 235, 1, 235, 3, 235, 5298, 8, 235, 1, 235, 1, 235, 1, 235, 3, 235, 5303, 8, 235, 5, 235, 5305, 8, 235, 10, 235, 12, 235, 5308, 9, 235, 1, 235, 1, 235, 1, 235, 3, 235, 5313, 8, 235, 1, 235, 1, 235, 1, 235, 1, 235, 3, 235, 5319, 8, 235, 1, 235, 5, 235, 5322, 8, 235, 10, 235, 12, 235, 5325, 9, 235, 3, 235, 5327, 8, 235, 3, 235, 5329, 8, 235, 1, 235, 1, 235, 4, 235, 5333, 8, 235, 11, 235, 12, 235, 5334, 3, 235, 5337, 8, 235, 1, 235, 1, 235, 5, 235, 5341, 8, 235, 10, 235, 12, 235, 5344, 9, 235, 1, 235, 1, 235, 3, 235, 5348, 8, 235, 1, 236, 1, 236, 1, 236, 3, 236, 5353, 8, 236, 1, 236, 1, 236, 1, 236, 5, 236, 5358, 8, 236, 10, 236, 12, 236, 5361, 9, 236, 1, 237, 1, 237, 1, 237, 1, 237, 5, 237, 5367, 8, 237, 10, 237, 12, 237, 5370, 9, 237, 1, 237, 1, 237, 3, 237, 5374, 8, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 5, 237, 5381, 8, 237, 10, 237, 12, 237, 5384, 9, 237, 1, 237, 3, 237, 5387, 8, 237, 1, 237, 1, 237, 1, 237, 1, 237, 3, 237, 5393, 8, 237, 1, 237, 5, 237, 5396, 8, 237, 10, 237, 12, 237, 5399, 9, 237, 3, 237, 5401, 8, 237, 3, 237, 5403, 8, 237, 1, 237, 1, 237, 1, 237, 1, 237, 5, 237, 5409, 8, 237, 10, 237, 12, 237, 5412, 9, 237, 3, 237, 5414, 8, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 3, 237, 5421, 8, 237, 3, 237, 5423, 8, 237, 1, 237, 1, 237, 1, 237, 3, 237, 5428, 8, 237, 1, 237, 1, 237, 1, 237, 5, 237, 5433, 8, 237, 10, 237, 12, 237, 5436, 9, 237, 1, 237, 1, 237, 1, 237, 1, 237, 5, 237, 5442, 8, 237, 10, 237, 12, 237, 5445, 9, 237, 1, 237, 1, 237, 1, 237, 3, 237, 5450, 8, 237, 3, 237, 5452, 8, 237, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 3, 238, 5459, 8, 238, 1, 238, 3, 238, 5462, 8, 238, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 5, 239, 5472, 8, 239, 10, 239, 12, 239, 5475, 9, 239, 1, 239, 1, 239, 1, 239, 3, 239, 5480, 8, 239, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 3, 240, 5488, 8, 240, 1, 240, 3, 240, 5491, 8, 240, 1, 240, 1, 240, 3, 240, 5495, 8, 240, 1, 240, 3, 240, 5498, 8, 240, 1, 240, 1, 240, 3, 240, 5502, 8, 240, 3, 240, 5504, 8, 240, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 3, 241, 5515, 8, 241, 1, 241, 3, 241, 5518, 8, 241, 1, 241, 1, 241, 3, 241, 5522, 8, 241, 1, 241, 3, 241, 5525, 8, 241, 1, 241, 3, 241, 5528, 8, 241, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 3, 242, 5535, 8, 242, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 5, 243, 5545, 8, 243, 10, 243, 12, 243, 5548, 9, 243, 3, 243, 5550, 8, 243, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 3, 244, 5557, 8, 244, 1, 244, 1, 244, 5, 244, 5561, 8, 244, 10, 244, 12, 244, 5564, 9, 244, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 5, 245, 5571, 8, 245, 10, 245, 12, 245, 5574, 9, 245, 1, 246, 1, 246, 3, 246, 5578, 8, 246, 1, 246, 1, 246, 1, 246, 5, 246, 5583, 8, 246, 10, 246, 12, 246, 5586, 9, 246, 1, 246, 1, 246, 3, 246, 5590, 8, 246, 1, 246, 1, 246, 1, 246, 1, 246, 3, 246, 5596, 8, 246, 1, 246, 1, 246, 3, 246, 5600, 8, 246, 1, 246, 1, 246, 3, 246, 5604, 8, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 3, 246, 5612, 8, 246, 1, 246, 1, 246, 3, 246, 5616, 8, 246, 1, 246, 1, 246, 3, 246, 5620, 8, 246, 1, 246, 1, 246, 1, 246, 1, 246, 3, 246, 5626, 8, 246, 3, 246, 5628, 8, 246, 1, 247, 1, 247, 1, 247, 1, 247, 1, 248, 1, 248, 1, 249, 1, 249, 1, 249, 1, 249, 3, 249, 5640, 8, 249, 1, 249, 1, 249, 1, 249, 3, 249, 5645, 8, 249, 1, 249, 1, 249, 1, 249, 1, 249, 3, 249, 5651, 8, 249, 1, 249, 1, 249, 1, 249, 1, 249, 3, 249, 5657, 8, 249, 1, 249, 1, 249, 3, 249, 5661, 8, 249, 1, 249, 1, 249, 1, 249, 3, 249, 5666, 8, 249, 3, 249, 5668, 8, 249, 1, 250, 1, 250, 1, 250, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 3, 251, 5692, 8, 251, 4, 251, 5694, 8, 251, 11, 251, 12, 251, 5695, 1, 251, 3, 251, 5699, 8, 251, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 3, 252, 5708, 8, 252, 1, 252, 1, 252, 3, 252, 5712, 8, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 3, 252, 5721, 8, 252, 1, 252, 1, 252, 3, 252, 5725, 8, 252, 1, 252, 1, 252, 3, 252, 5729, 8, 252, 1, 252, 1, 252, 1, 252, 1, 252, 3, 252, 5735, 8, 252, 3, 252, 5737, 8, 252, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 3, 253, 5746, 8, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 3, 253, 5756, 8, 253, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 3, 254, 5783, 8, 254, 1, 255, 1, 255, 3, 255, 5787, 8, 255, 1, 255, 1, 255, 1, 255, 3, 255, 5792, 8, 255, 1, 256, 1, 256, 1, 256, 1, 256, 1, 256, 3, 256, 5799, 8, 256, 1, 256, 3, 256, 5802, 8, 256, 1, 256, 1, 256, 1, 256, 1, 256, 3, 256, 5808, 8, 256, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 3, 257, 5818, 8, 257, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 3, 258, 5828, 8, 258, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 3, 259, 5838, 8, 259, 1, 259, 1, 259, 1, 259, 1, 259, 3, 259, 5844, 8, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 3, 259, 5853, 8, 259, 1, 259, 1, 259, 1, 259, 1, 259, 3, 259, 5859, 8, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 3, 259, 5866, 8, 259, 3, 259, 5868, 8, 259, 1, 260, 1, 260, 1, 260, 1, 261, 1, 261, 1, 261, 3, 261, 5876, 8, 261, 1, 261, 1, 261, 1, 261, 1, 261, 3, 261, 5882, 8, 261, 1, 261, 1, 261, 3, 261, 5886, 8, 261, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 3, 262, 5903, 8, 262, 1, 263, 1, 263, 1, 263, 1, 264, 1, 264, 1, 264, 1, 264, 1, 264, 3, 264, 5913, 8, 264, 1, 265, 1, 265, 3, 265, 5917, 8, 265, 1, 265, 1, 265, 3, 265, 5921, 8, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 3, 265, 5931, 8, 265, 1, 265, 1, 265, 1, 265, 3, 265, 5936, 8, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 3, 265, 6008, 8, 265, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 3, 266, 6026, 8, 266, 1, 267, 1, 267, 1, 267, 1, 267, 1, 268, 1, 268, 3, 268, 6034, 8, 268, 1, 268, 1, 268, 1, 268, 1, 268, 3, 268, 6040, 8, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 3, 268, 6052, 8, 268, 1, 268, 1, 268, 3, 268, 6056, 8, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 3, 268, 6067, 8, 268, 1, 268, 1, 268, 3, 268, 6071, 8, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 3, 268, 6080, 8, 268, 1, 269, 1, 269, 1, 269, 1, 269, 5, 269, 6086, 8, 269, 10, 269, 12, 269, 6089, 9, 269, 1, 270, 1, 270, 1, 270, 1, 270, 3, 270, 6095, 8, 270, 1, 271, 1, 271, 3, 271, 6099, 8, 271, 1, 271, 1, 271, 1, 271, 1, 272, 1, 272, 3, 272, 6106, 8, 272, 1, 272, 1, 272, 1, 272, 3, 272, 6111, 8, 272, 1, 272, 3, 272, 6114, 8, 272, 1, 272, 3, 272, 6117, 8, 272, 1, 273, 1, 273, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 6128, 8, 274, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 5, 275, 6135, 8, 275, 10, 275, 12, 275, 6138, 9, 275, 1, 275, 1, 275, 1, 275, 1, 275, 5, 275, 6144, 8, 275, 10, 275, 12, 275, 6147, 9, 275, 3, 275, 6149, 8, 275, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 5, 277, 6161, 8, 277, 10, 277, 12, 277, 6164, 9, 277, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 1, 279, 1, 279, 1, 279, 1, 279, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 3, 280, 6181, 8, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 3, 280, 6194, 8, 280, 1, 280, 3, 280, 6197, 8, 280, 1, 280, 1, 280, 3, 280, 6201, 8, 280, 1, 280, 3, 280, 6204, 8, 280, 3, 280, 6206, 8, 280, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 3, 281, 6213, 8, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 3, 281, 6220, 8, 281, 5, 281, 6222, 8, 281, 10, 281, 12, 281, 6225, 9, 281, 1, 281, 1, 281, 1, 281, 1, 281, 3, 281, 6231, 8, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 3, 281, 6238, 8, 281, 1, 281, 3, 281, 6241, 8, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 5, 281, 6255, 8, 281, 10, 281, 12, 281, 6258, 9, 281, 3, 281, 6260, 8, 281, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 3, 282, 6270, 8, 282, 1, 282, 1, 282, 3, 282, 6274, 8, 282, 1, 282, 1, 282, 1, 282, 1, 282, 3, 282, 6280, 8, 282, 1, 282, 3, 282, 6283, 8, 282, 1, 282, 3, 282, 6286, 8, 282, 1, 282, 1, 282, 1, 282, 3, 282, 6291, 8, 282, 1, 282, 1, 282, 3, 282, 6295, 8, 282, 1, 282, 3, 282, 6298, 8, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 3, 282, 6305, 8, 282, 1, 282, 3, 282, 6308, 8, 282, 1, 282, 1, 282, 1, 282, 1, 282, 3, 282, 6314, 8, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 3, 282, 6350, 8, 282, 1, 282, 3, 282, 6353, 8, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 3, 282, 6365, 8, 282, 1, 282, 3, 282, 6368, 8, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 3, 282, 6384, 8, 282, 3, 282, 6386, 8, 282, 1, 282, 1, 282, 3, 282, 6390, 8, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 3, 282, 6397, 8, 282, 1, 282, 1, 282, 3, 282, 6401, 8, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 3, 282, 6408, 8, 282, 1, 282, 3, 282, 6411, 8, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 5, 282, 6418, 8, 282, 10, 282, 12, 282, 6421, 9, 282, 3, 282, 6423, 8, 282, 1, 282, 1, 282, 1, 282, 3, 282, 6428, 8, 282, 1, 282, 1, 282, 1, 282, 1, 282, 3, 282, 6434, 8, 282, 3, 282, 6436, 8, 282, 1, 282, 1, 282, 1, 282, 1, 282, 3, 282, 6442, 8, 282, 1, 282, 1, 282, 3, 282, 6446, 8, 282, 1, 283, 1, 283, 1, 283, 1, 283, 3, 283, 6452, 8, 283, 1, 283, 3, 283, 6455, 8, 283, 1, 283, 3, 283, 6458, 8, 283, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 3, 284, 6471, 8, 284, 1, 284, 3, 284, 6474, 8, 284, 1, 285, 1, 285, 1, 285, 1, 285, 3, 285, 6480, 8, 285, 1, 286, 3, 286, 6483, 8, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 3, 286, 6491, 8, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 3, 286, 6499, 8, 286, 1, 287, 1, 287, 1, 287, 1, 287, 3, 287, 6505, 8, 287, 1, 287, 3, 287, 6508, 8, 287, 1, 287, 1, 287, 3, 287, 6512, 8, 287, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 3, 288, 6526, 8, 288, 1, 289, 1, 289, 1, 289, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 5, 290, 6536, 8, 290, 10, 290, 12, 290, 6539, 9, 290, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 3, 290, 6546, 8, 290, 1, 290, 1, 290, 3, 290, 6550, 8, 290, 1, 290, 1, 290, 1, 290, 1, 291, 1, 291, 3, 291, 6557, 8, 291, 1, 291, 1, 291, 1, 291, 5, 291, 6562, 8, 291, 10, 291, 12, 291, 6565, 9, 291, 1, 292, 1, 292, 3, 292, 6569, 8, 292, 1, 292, 1, 292, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 5, 293, 6580, 8, 293, 10, 293, 12, 293, 6583, 9, 293, 1, 294, 1, 294, 1, 294, 1, 294, 5, 294, 6589, 8, 294, 10, 294, 12, 294, 6592, 9, 294, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 3, 295, 6599, 8, 295, 1, 296, 1, 296, 1, 296, 3, 296, 6604, 8, 296, 1, 296, 3, 296, 6607, 8, 296, 1, 297, 1, 297, 1, 297, 3, 297, 6612, 8, 297, 1, 297, 3, 297, 6615, 8, 297, 1, 298, 1, 298, 1, 299, 1, 299, 1, 300, 1, 300, 1, 300, 1, 300, 1, 300, 1, 300, 3, 300, 6627, 8, 300, 1, 301, 1, 301, 1, 301, 3, 301, 6632, 8, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 3, 301, 6645, 8, 301, 3, 301, 6647, 8, 301, 1, 301, 1, 301, 1, 301, 3, 301, 6652, 8, 301, 1, 301, 1, 301, 3, 301, 6656, 8, 301, 1, 301, 3, 301, 6659, 8, 301, 3, 301, 6661, 8, 301, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 3, 302, 6668, 8, 302, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 3, 303, 6675, 8, 303, 1, 303, 3, 303, 6678, 8, 303, 1, 303, 3, 303, 6681, 8, 303, 1, 303, 1, 303, 1, 303, 1, 303, 3, 303, 6687, 8, 303, 1, 303, 1, 303, 3, 303, 6691, 8, 303, 1, 304, 1, 304, 1, 304, 1, 304, 3, 304, 6697, 8, 304, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 3, 305, 6705, 8, 305, 1, 305, 1, 305, 1, 306, 1, 306, 1, 306, 1, 306, 1, 306, 3, 306, 6714, 8, 306, 1, 306, 1, 306, 1, 307, 1, 307, 1, 307, 1, 308, 1, 308, 1, 308, 1, 309, 1, 309, 1, 309, 3, 309, 6727, 8, 309, 1, 309, 1, 309, 1, 309, 3, 309, 6732, 8, 309, 1, 309, 1, 309, 1, 309, 1, 309, 5, 309, 6738, 8, 309, 10, 309, 12, 309, 6741, 9, 309, 3, 309, 6743, 8, 309, 1, 310, 1, 310, 1, 310, 3, 310, 6748, 8, 310, 1, 310, 1, 310, 1, 310, 3, 310, 6753, 8, 310, 1, 310, 1, 310, 1, 310, 1, 310, 5, 310, 6759, 8, 310, 10, 310, 12, 310, 6762, 9, 310, 3, 310, 6764, 8, 310, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 3, 311, 6772, 8, 311, 1, 312, 1, 312, 3, 312, 6776, 8, 312, 1, 312, 1, 312, 1, 312, 5, 312, 6781, 8, 312, 10, 312, 12, 312, 6784, 9, 312, 1, 313, 1, 313, 1, 313, 3, 313, 6789, 8, 313, 1, 313, 3, 313, 6792, 8, 313, 1, 314, 1, 314, 3, 314, 6796, 8, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 5, 314, 6807, 8, 314, 10, 314, 12, 314, 6810, 9, 314, 1, 314, 1, 314, 1, 314, 3, 314, 6815, 8, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 5, 314, 6825, 8, 314, 10, 314, 12, 314, 6828, 9, 314, 3, 314, 6830, 8, 314, 1, 315, 1, 315, 1, 316, 1, 316, 1, 316, 1, 316, 1, 316, 3, 316, 6839, 8, 316, 1, 316, 1, 316, 1, 316, 3, 316, 6844, 8, 316, 1, 317, 1, 317, 1, 318, 1, 318, 1, 319, 1, 319, 1, 320, 1, 320, 1, 321, 1, 321, 1, 322, 1, 322, 1, 323, 1, 323, 1, 324, 1, 324, 1, 324, 5, 324, 6863, 8, 324, 10, 324, 12, 324, 6866, 9, 324, 1, 325, 1, 325, 1, 326, 1, 326, 1, 327, 1, 327, 1, 328, 1, 328, 1, 329, 1, 329, 1, 329, 5, 329, 6879, 8, 329, 10, 329, 12, 329, 6882, 9, 329, 1, 330, 1, 330, 1, 331, 1, 331, 1, 331, 5, 331, 6889, 8, 331, 10, 331, 12, 331, 6892, 9, 331, 1, 332, 1, 332, 3, 332, 6896, 8, 332, 1, 333, 1, 333, 1, 333, 3, 333, 6901, 8, 333, 3, 333, 6903, 8, 333, 1, 333, 3, 333, 6906, 8, 333, 1, 333, 1, 333, 3, 333, 6910, 8, 333, 3, 333, 6912, 8, 333, 1, 334, 1, 334, 1, 334, 5, 334, 6917, 8, 334, 10, 334, 12, 334, 6920, 9, 334, 1, 335, 1, 335, 1, 336, 1, 336, 1, 336, 3, 336, 6927, 8, 336, 3, 336, 6929, 8, 336, 1, 336, 3, 336, 6932, 8, 336, 1, 336, 1, 336, 3, 336, 6936, 8, 336, 1, 336, 1, 336, 3, 336, 6940, 8, 336, 1, 337, 1, 337, 1, 337, 3, 337, 6945, 8, 337, 3, 337, 6947, 8, 337, 1, 337, 3, 337, 6950, 8, 337, 1, 337, 1, 337, 3, 337, 6954, 8, 337, 3, 337, 6956, 8, 337, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 3, 338, 6963, 8, 338, 3, 338, 6965, 8, 338, 3, 338, 6967, 8, 338, 1, 339, 1, 339, 1, 340, 1, 340, 1, 341, 1, 341, 1, 342, 1, 342, 1, 342, 5, 342, 6978, 8, 342, 10, 342, 12, 342, 6981, 9, 342, 1, 343, 1, 343, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 3, 344, 6990, 8, 344, 1, 344, 3, 344, 6993, 8, 344, 1, 344, 3, 344, 6996, 8, 344, 1, 345, 1, 345, 1, 345, 1, 345, 1, 346, 1, 346, 1, 346, 1, 347, 1, 347, 1, 347, 1, 347, 3, 347, 7009, 8, 347, 1, 348, 1, 348, 1, 349, 1, 349, 3, 349, 7015, 8, 349, 1, 349, 3, 349, 7018, 8, 349, 1, 350, 1, 350, 1, 351, 1, 351, 1, 351, 1, 351, 3, 351, 7026, 8, 351, 1, 352, 1, 352, 1, 353, 1, 353, 1, 353, 3, 353, 7033, 8, 353, 1, 354, 1, 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, 4, 355, 7051, 8, 355, 11, 355, 12, 355, 7052, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 3, 356, 7060, 8, 356, 3, 356, 7062, 8, 356, 1, 357, 1, 357, 1, 357, 4, 357, 7067, 8, 357, 11, 357, 12, 357, 7068, 3, 357, 7071, 8, 357, 1, 358, 1, 358, 3, 358, 7075, 8, 358, 1, 359, 1, 359, 1, 359, 5, 359, 7080, 8, 359, 10, 359, 12, 359, 7083, 9, 359, 1, 360, 1, 360, 1, 360, 3, 360, 7088, 8, 360, 1, 361, 1, 361, 1, 361, 1, 361, 1, 361, 1, 361, 1, 361, 1, 361, 1, 361, 3, 361, 7099, 8, 361, 1, 362, 1, 362, 1, 362, 1, 362, 3, 362, 7105, 8, 362, 1, 363, 1, 363, 1, 364, 1, 364, 3, 364, 7111, 8, 364, 1, 365, 3, 365, 7114, 8, 365, 1, 365, 1, 365, 3, 365, 7118, 8, 365, 1, 365, 4, 365, 7121, 8, 365, 11, 365, 12, 365, 7122, 1, 365, 3, 365, 7126, 8, 365, 1, 365, 1, 365, 3, 365, 7130, 8, 365, 1, 365, 1, 365, 3, 365, 7134, 8, 365, 3, 365, 7136, 8, 365, 1, 366, 1, 366, 1, 367, 3, 367, 7141, 8, 367, 1, 367, 1, 367, 1, 368, 3, 368, 7146, 8, 368, 1, 368, 1, 368, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 3, 369, 7159, 8, 369, 1, 369, 3, 369, 7162, 8, 369, 1, 370, 1, 370, 3, 370, 7166, 8, 370, 1, 370, 3, 370, 7169, 8, 370, 1, 370, 3, 370, 7172, 8, 370, 1, 370, 1, 370, 1, 370, 3, 370, 7177, 8, 370, 1, 370, 1, 370, 1, 370, 3, 370, 7182, 8, 370, 1, 370, 1, 370, 1, 370, 1, 370, 3, 370, 7188, 8, 370, 1, 370, 3, 370, 7191, 8, 370, 1, 370, 1, 370, 1, 370, 3, 370, 7196, 8, 370, 1, 370, 3, 370, 7199, 8, 370, 1, 370, 1, 370, 1, 370, 3, 370, 7204, 8, 370, 1, 370, 3, 370, 7207, 8, 370, 1, 370, 1, 370, 3, 370, 7211, 8, 370, 1, 370, 5, 370, 7214, 8, 370, 10, 370, 12, 370, 7217, 9, 370, 1, 370, 1, 370, 3, 370, 7221, 8, 370, 1, 370, 5, 370, 7224, 8, 370, 10, 370, 12, 370, 7227, 9, 370, 1, 370, 1, 370, 3, 370, 7231, 8, 370, 1, 370, 3, 370, 7234, 8, 370, 1, 370, 5, 370, 7237, 8, 370, 10, 370, 12, 370, 7240, 9, 370, 1, 370, 1, 370, 3, 370, 7244, 8, 370, 1, 370, 5, 370, 7247, 8, 370, 10, 370, 12, 370, 7250, 9, 370, 1, 370, 1, 370, 1, 370, 3, 370, 7255, 8, 370, 1, 370, 1, 370, 1, 370, 3, 370, 7260, 8, 370, 1, 370, 1, 370, 1, 370, 3, 370, 7265, 8, 370, 1, 370, 1, 370, 1, 370, 3, 370, 7270, 8, 370, 1, 370, 1, 370, 3, 370, 7274, 8, 370, 1, 370, 3, 370, 7277, 8, 370, 1, 370, 1, 370, 1, 370, 3, 370, 7282, 8, 370, 1, 370, 1, 370, 3, 370, 7286, 8, 370, 1, 370, 1, 370, 3, 370, 7290, 8, 370, 1, 371, 1, 371, 1, 371, 1, 371, 5, 371, 7296, 8, 371, 10, 371, 12, 371, 7299, 9, 371, 1, 371, 1, 371, 1, 372, 1, 372, 3, 372, 7305, 8, 372, 1, 372, 1, 372, 3, 372, 7309, 8, 372, 1, 372, 1, 372, 1, 372, 3, 372, 7314, 8, 372, 1, 372, 1, 372, 1, 372, 3, 372, 7319, 8, 372, 1, 372, 1, 372, 3, 372, 7323, 8, 372, 3, 372, 7325, 8, 372, 1, 372, 3, 372, 7328, 8, 372, 1, 373, 1, 373, 1, 373, 1, 373, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 375, 1, 375, 1, 375, 1, 375, 3, 375, 7344, 8, 375, 1, 375, 1, 375, 1, 376, 1, 376, 1, 376, 1, 376, 5, 376, 7352, 8, 376, 10, 376, 12, 376, 7355, 9, 376, 1, 376, 1, 376, 1, 377, 1, 377, 1, 377, 5, 377, 7362, 8, 377, 10, 377, 12, 377, 7365, 9, 377, 1, 378, 1, 378, 1, 378, 1, 378, 5, 378, 7371, 8, 378, 10, 378, 12, 378, 7374, 9, 378, 1, 379, 1, 379, 1, 379, 1, 379, 5, 379, 7380, 8, 379, 10, 379, 12, 379, 7383, 9, 379, 1, 379, 1, 379, 1, 380, 1, 380, 3, 380, 7389, 8, 380, 1, 381, 1, 381, 1, 381, 5, 381, 7394, 8, 381, 10, 381, 12, 381, 7397, 9, 381, 1, 382, 1, 382, 1, 382, 5, 382, 7402, 8, 382, 10, 382, 12, 382, 7405, 9, 382, 1, 383, 1, 383, 1, 383, 5, 383, 7410, 8, 383, 10, 383, 12, 383, 7413, 9, 383, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 3, 384, 7424, 8, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 3, 384, 7431, 8, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 3, 384, 7441, 8, 384, 1, 385, 1, 385, 1, 385, 3, 385, 7446, 8, 385, 1, 385, 3, 385, 7449, 8, 385, 1, 385, 1, 385, 1, 385, 3, 385, 7454, 8, 385, 1, 385, 3, 385, 7457, 8, 385, 1, 386, 1, 386, 1, 386, 1, 387, 1, 387, 1, 387, 1, 387, 1, 388, 1, 388, 1, 388, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 3, 389, 7479, 8, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 3, 389, 7488, 8, 389, 1, 389, 3, 389, 7491, 8, 389, 1, 390, 1, 390, 1, 390, 3, 390, 7496, 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, 4, 390, 7527, 8, 390, 11, 390, 12, 390, 7528, 1, 390, 1, 390, 3, 390, 7533, 8, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 4, 390, 7540, 8, 390, 11, 390, 12, 390, 7541, 1, 390, 1, 390, 3, 390, 7546, 8, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 3, 390, 7555, 8, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 3, 390, 7563, 8, 390, 1, 390, 1, 390, 1, 390, 3, 390, 7568, 8, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 3, 390, 7576, 8, 390, 1, 390, 1, 390, 1, 390, 3, 390, 7581, 8, 390, 1, 390, 1, 390, 1, 390, 3, 390, 7586, 8, 390, 3, 390, 7588, 8, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 3, 390, 7597, 8, 390, 1, 390, 1, 390, 1, 390, 3, 390, 7602, 8, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 3, 390, 7610, 8, 390, 1, 390, 1, 390, 1, 390, 3, 390, 7615, 8, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 3, 390, 7623, 8, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 3, 390, 7631, 8, 390, 1, 390, 3, 390, 7634, 8, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 3, 390, 7644, 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, 3, 390, 7662, 8, 390, 1, 390, 3, 390, 7665, 8, 390, 1, 390, 3, 390, 7668, 8, 390, 1, 390, 1, 390, 3, 390, 7672, 8, 390, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 392, 1, 392, 1, 392, 1, 392, 5, 392, 7683, 8, 392, 10, 392, 12, 392, 7686, 9, 392, 1, 392, 1, 392, 1, 392, 1, 392, 1, 392, 3, 392, 7693, 8, 392, 1, 393, 1, 393, 3, 393, 7697, 8, 393, 1, 394, 1, 394, 1, 394, 3, 394, 7702, 8, 394, 1, 394, 1, 394, 1, 394, 3, 394, 7707, 8, 394, 1, 394, 1, 394, 1, 394, 1, 394, 3, 394, 7713, 8, 394, 1, 394, 1, 394, 1, 394, 3, 394, 7718, 8, 394, 1, 394, 1, 394, 3, 394, 7722, 8, 394, 1, 394, 1, 394, 1, 394, 3, 394, 7727, 8, 394, 1, 394, 1, 394, 1, 394, 3, 394, 7732, 8, 394, 1, 394, 1, 394, 1, 394, 3, 394, 7737, 8, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 5, 394, 7745, 8, 394, 10, 394, 12, 394, 7748, 9, 394, 3, 394, 7750, 8, 394, 1, 394, 1, 394, 3, 394, 7754, 8, 394, 1, 394, 1, 394, 3, 394, 7758, 8, 394, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 3, 395, 7765, 8, 395, 1, 395, 1, 395, 3, 395, 7769, 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, 3, 395, 7798, 8, 395, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 3, 396, 7806, 8, 396, 1, 397, 3, 397, 7809, 8, 397, 1, 397, 3, 397, 7812, 8, 397, 1, 397, 3, 397, 7815, 8, 397, 1, 397, 3, 397, 7818, 8, 397, 1, 398, 1, 398, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 3, 399, 7829, 8, 399, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 3, 400, 7838, 8, 400, 1, 401, 1, 401, 1, 401, 1, 401, 1, 401, 5, 401, 7845, 8, 401, 10, 401, 12, 401, 7848, 9, 401, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 3, 402, 7874, 8, 402, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 404, 1, 404, 1, 404, 5, 404, 7884, 8, 404, 10, 404, 12, 404, 7887, 9, 404, 1, 405, 1, 405, 1, 405, 3, 405, 7892, 8, 405, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 3, 406, 7900, 8, 406, 1, 406, 1, 406, 1, 406, 3, 406, 7905, 8, 406, 1, 406, 1, 406, 1, 406, 1, 406, 5, 406, 7911, 8, 406, 10, 406, 12, 406, 7914, 9, 406, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 3, 407, 7921, 8, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 3, 407, 7934, 8, 407, 1, 407, 1, 407, 1, 407, 1, 407, 3, 407, 7940, 8, 407, 1, 407, 1, 407, 1, 407, 1, 407, 3, 407, 7946, 8, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 3, 407, 7961, 8, 407, 1, 407, 1, 407, 3, 407, 7965, 8, 407, 1, 407, 1, 407, 1, 407, 1, 407, 3, 407, 7971, 8, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 5, 407, 7980, 8, 407, 10, 407, 12, 407, 7983, 9, 407, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 5, 408, 8001, 8, 408, 10, 408, 12, 408, 8004, 9, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 4, 408, 8013, 8, 408, 11, 408, 12, 408, 8014, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 3, 408, 8033, 8, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 5, 408, 8050, 8, 408, 10, 408, 12, 408, 8053, 9, 408, 1, 409, 1, 409, 1, 410, 1, 410, 1, 410, 1, 410, 1, 410, 1, 410, 1, 410, 1, 410, 3, 410, 8065, 8, 410, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 3, 411, 8074, 8, 411, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 3, 412, 8083, 8, 412, 1, 413, 1, 413, 1, 413, 1, 413, 1, 413, 1, 413, 1, 413, 3, 413, 8092, 8, 413, 1, 414, 1, 414, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 3, 415, 8101, 8, 415, 1, 416, 1, 416, 1, 417, 1, 417, 1, 418, 1, 418, 1, 419, 1, 419, 1, 420, 1, 420, 1, 421, 1, 421, 1, 422, 1, 422, 1, 422, 0, 5, 212, 214, 812, 814, 816, 423, 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, 0, 160, 2, 0, 39, 39, 152, 152, 2, 0, 508, 508, 514, 514, 3, 0, 69, 69, 161, 161, 182, 182, 3, 0, 42, 42, 357, 357, 430, 430, 4, 0, 42, 42, 389, 389, 505, 505, 595, 595, 4, 0, 208, 208, 210, 210, 216, 216, 649, 649, 2, 0, 494, 494, 882, 882, 2, 0, 79, 79, 143, 143, 2, 0, 16, 16, 306, 306, 3, 0, 44, 44, 86, 86, 185, 185, 2, 0, 406, 406, 538, 538, 3, 0, 486, 486, 661, 661, 670, 670, 2, 0, 364, 364, 436, 436, 2, 0, 325, 325, 450, 450, 2, 0, 42, 42, 871, 872, 2, 0, 37, 37, 678, 678, 2, 0, 323, 323, 418, 418, 2, 0, 435, 435, 686, 686, 3, 0, 80, 80, 85, 85, 126, 126, 2, 0, 82, 82, 92, 92, 2, 0, 69, 69, 161, 161, 3, 0, 42, 42, 374, 374, 403, 403, 3, 0, 42, 42, 370, 370, 802, 802, 2, 0, 648, 648, 685, 685, 3, 0, 408, 408, 526, 526, 597, 597, 2, 0, 329, 329, 522, 522, 1, 0, 871, 872, 2, 0, 882, 882, 889, 889, 2, 0, 82, 82, 360, 360, 2, 0, 523, 523, 882, 882, 2, 0, 524, 524, 882, 882, 3, 0, 402, 402, 445, 445, 502, 502, 7, 0, 42, 42, 342, 342, 345, 345, 374, 374, 403, 403, 554, 554, 889, 889, 2, 0, 494, 494, 506, 506, 1, 0, 872, 873, 2, 0, 6, 6, 51, 51, 2, 0, 5, 5, 81, 81, 2, 0, 27, 27, 31, 31, 4, 0, 42, 42, 357, 357, 430, 430, 434, 434, 2, 0, 368, 368, 375, 375, 2, 0, 369, 369, 425, 425, 2, 0, 13, 13, 176, 176, 2, 0, 194, 194, 690, 690, 2, 0, 22, 22, 146, 146, 3, 0, 43, 43, 76, 76, 107, 107, 2, 0, 7, 7, 49, 49, 2, 0, 107, 107, 347, 347, 2, 0, 337, 337, 398, 398, 2, 0, 102, 102, 587, 587, 2, 0, 43, 43, 107, 107, 3, 0, 59, 59, 181, 181, 828, 828, 2, 0, 185, 185, 594, 594, 2, 0, 159, 159, 503, 503, 4, 0, 402, 402, 445, 445, 501, 501, 542, 542, 2, 0, 402, 402, 501, 501, 2, 0, 14, 14, 45, 45, 3, 0, 66, 66, 79, 79, 187, 187, 2, 0, 35, 35, 84, 84, 2, 0, 98, 98, 150, 150, 2, 0, 7, 7, 49, 50, 1, 0, 637, 638, 2, 0, 173, 173, 752, 752, 2, 0, 413, 413, 593, 593, 2, 0, 228, 228, 453, 453, 2, 0, 563, 563, 598, 598, 8, 0, 108, 108, 455, 455, 459, 460, 462, 462, 464, 464, 467, 476, 499, 499, 557, 557, 6, 0, 456, 458, 461, 461, 463, 463, 465, 465, 477, 477, 558, 558, 7, 0, 109, 109, 411, 411, 416, 416, 454, 454, 466, 466, 573, 573, 617, 617, 2, 0, 116, 116, 882, 882, 2, 0, 118, 119, 507, 507, 7, 0, 499, 499, 557, 557, 606, 609, 611, 611, 619, 619, 622, 628, 630, 632, 6, 0, 558, 558, 610, 610, 612, 612, 614, 616, 618, 618, 620, 620, 7, 0, 412, 412, 416, 416, 573, 573, 613, 613, 617, 617, 621, 621, 629, 629, 3, 0, 70, 70, 118, 119, 507, 507, 2, 0, 438, 438, 639, 639, 2, 0, 633, 633, 635, 635, 2, 0, 317, 317, 640, 640, 2, 0, 91, 91, 577, 577, 2, 0, 51, 51, 362, 362, 3, 0, 32, 32, 61, 61, 180, 180, 2, 0, 15, 15, 340, 340, 2, 0, 678, 678, 835, 835, 3, 0, 132, 132, 173, 173, 409, 409, 3, 0, 6, 6, 51, 51, 492, 492, 3, 0, 13, 13, 20, 20, 188, 188, 2, 0, 42, 42, 122, 122, 2, 0, 104, 104, 183, 183, 1, 0, 873, 874, 2, 0, 333, 333, 598, 598, 2, 0, 40, 40, 684, 684, 2, 0, 392, 392, 549, 549, 2, 0, 115, 115, 450, 450, 3, 0, 413, 413, 531, 531, 893, 894, 2, 0, 841, 841, 857, 857, 2, 0, 318, 318, 559, 559, 2, 0, 68, 68, 80, 80, 3, 0, 132, 132, 178, 178, 385, 385, 2, 0, 493, 493, 645, 645, 2, 0, 383, 383, 688, 688, 3, 0, 82, 82, 93, 93, 426, 426, 4, 0, 413, 413, 450, 450, 531, 532, 593, 593, 2, 0, 645, 645, 683, 683, 2, 0, 349, 349, 548, 548, 6, 0, 228, 228, 380, 380, 382, 382, 410, 410, 556, 556, 599, 599, 2, 0, 45, 46, 62, 62, 3, 0, 442, 442, 663, 663, 666, 666, 10, 0, 332, 332, 339, 339, 351, 353, 359, 359, 487, 487, 495, 495, 650, 650, 657, 657, 822, 822, 832, 832, 2, 0, 36, 36, 170, 170, 2, 0, 117, 117, 831, 831, 11, 0, 332, 332, 339, 339, 351, 353, 359, 359, 487, 487, 495, 495, 578, 578, 650, 650, 657, 657, 822, 822, 832, 832, 2, 0, 870, 870, 891, 892, 1, 0, 892, 893, 2, 0, 348, 348, 797, 808, 3, 0, 871, 874, 883, 883, 885, 885, 2, 0, 63, 63, 179, 179, 2, 0, 116, 116, 886, 886, 5, 0, 26, 26, 224, 226, 233, 233, 235, 238, 498, 498, 2, 0, 26, 26, 224, 224, 2, 0, 26, 26, 224, 225, 1, 0, 198, 209, 3, 0, 184, 184, 197, 197, 596, 596, 2, 0, 213, 218, 403, 403, 6, 0, 219, 219, 230, 230, 232, 232, 234, 234, 241, 241, 321, 322, 4, 0, 220, 223, 228, 229, 231, 231, 319, 319, 2, 0, 155, 155, 239, 239, 2, 0, 442, 442, 813, 821, 2, 0, 228, 228, 498, 498, 5, 0, 202, 202, 208, 208, 219, 220, 222, 222, 442, 442, 1, 0, 216, 217, 2, 0, 184, 184, 596, 596, 2, 0, 202, 202, 208, 208, 2, 0, 189, 189, 682, 682, 2, 0, 287, 288, 294, 294, 3, 0, 152, 152, 285, 288, 303, 303, 1, 0, 297, 298, 3, 0, 18, 18, 96, 96, 177, 177, 2, 0, 224, 224, 228, 228, 2, 0, 219, 220, 222, 222, 3, 0, 14, 14, 45, 45, 830, 830, 3, 0, 258, 258, 270, 271, 281, 281, 3, 0, 259, 261, 277, 280, 282, 284, 2, 0, 267, 267, 269, 269, 2, 0, 265, 265, 268, 268, 2, 0, 263, 264, 274, 276, 2, 0, 134, 134, 587, 587, 2, 0, 405, 405, 539, 539, 2, 0, 512, 512, 529, 529, 2, 0, 114, 114, 860, 860, 3, 0, 63, 63, 179, 179, 674, 674, 2, 0, 139, 139, 151, 151, 3, 0, 7, 7, 309, 309, 602, 602, 3, 0, 114, 114, 853, 854, 860, 861, 1, 0, 850, 856, 2, 0, 228, 228, 756, 796, 1, 0, 809, 812, 5, 0, 717, 718, 734, 736, 743, 743, 749, 750, 752, 752, 1, 0, 696, 703, 3, 0, 219, 223, 236, 236, 239, 239, 75, 0, 12, 12, 15, 15, 19, 19, 30, 30, 36, 37, 42, 42, 48, 48, 55, 55, 57, 57, 59, 59, 74, 74, 95, 95, 117, 117, 122, 122, 125, 125, 131, 131, 160, 160, 170, 170, 241, 241, 255, 262, 266, 266, 270, 271, 277, 284, 304, 309, 311, 329, 331, 343, 345, 376, 378, 393, 395, 400, 402, 404, 406, 410, 413, 415, 417, 426, 428, 428, 430, 434, 436, 454, 456, 463, 465, 473, 475, 476, 478, 498, 500, 506, 508, 510, 512, 522, 525, 530, 533, 538, 540, 542, 544, 554, 556, 562, 565, 572, 575, 575, 577, 605, 633, 647, 649, 665, 667, 674, 676, 685, 687, 688, 690, 695, 704, 704, 706, 707, 709, 712, 714, 716, 719, 721, 726, 727, 729, 733, 737, 738, 740, 742, 744, 744, 746, 748, 751, 751, 753, 755, 802, 802, 822, 822, 825, 825, 832, 833, 838, 838, 24, 0, 39, 39, 98, 98, 150, 150, 152, 152, 219, 221, 223, 223, 253, 254, 262, 265, 267, 269, 272, 276, 296, 296, 435, 435, 686, 686, 696, 703, 746, 746, 813, 813, 816, 821, 823, 824, 826, 827, 829, 831, 834, 834, 836, 836, 840, 840, 856, 856, 9490, 0, 849, 1, 0, 0, 0, 2, 859, 1, 0, 0, 0, 4, 868, 1, 0, 0, 0, 6, 910, 1, 0, 0, 0, 8, 929, 1, 0, 0, 0, 10, 940, 1, 0, 0, 0, 12, 956, 1, 0, 0, 0, 14, 961, 1, 0, 0, 0, 16, 973, 1, 0, 0, 0, 18, 1008, 1, 0, 0, 0, 20, 1018, 1, 0, 0, 0, 22, 1020, 1, 0, 0, 0, 24, 1032, 1, 0, 0, 0, 26, 1062, 1, 0, 0, 0, 28, 1098, 1, 0, 0, 0, 30, 1149, 1, 0, 0, 0, 32, 1178, 1, 0, 0, 0, 34, 1214, 1, 0, 0, 0, 36, 1228, 1, 0, 0, 0, 38, 1235, 1, 0, 0, 0, 40, 1332, 1, 0, 0, 0, 42, 1334, 1, 0, 0, 0, 44, 1371, 1, 0, 0, 0, 46, 1435, 1, 0, 0, 0, 48, 1460, 1, 0, 0, 0, 50, 1466, 1, 0, 0, 0, 52, 1488, 1, 0, 0, 0, 54, 1575, 1, 0, 0, 0, 56, 1582, 1, 0, 0, 0, 58, 1584, 1, 0, 0, 0, 60, 1589, 1, 0, 0, 0, 62, 1629, 1, 0, 0, 0, 64, 1635, 1, 0, 0, 0, 66, 1637, 1, 0, 0, 0, 68, 1658, 1, 0, 0, 0, 70, 1665, 1, 0, 0, 0, 72, 1667, 1, 0, 0, 0, 74, 1692, 1, 0, 0, 0, 76, 1695, 1, 0, 0, 0, 78, 1700, 1, 0, 0, 0, 80, 1726, 1, 0, 0, 0, 82, 1742, 1, 0, 0, 0, 84, 1744, 1, 0, 0, 0, 86, 1838, 1, 0, 0, 0, 88, 1841, 1, 0, 0, 0, 90, 1853, 1, 0, 0, 0, 92, 1857, 1, 0, 0, 0, 94, 1907, 1, 0, 0, 0, 96, 1909, 1, 0, 0, 0, 98, 1937, 1, 0, 0, 0, 100, 1947, 1, 0, 0, 0, 102, 2134, 1, 0, 0, 0, 104, 2136, 1, 0, 0, 0, 106, 2138, 1, 0, 0, 0, 108, 2141, 1, 0, 0, 0, 110, 2216, 1, 0, 0, 0, 112, 2239, 1, 0, 0, 0, 114, 2387, 1, 0, 0, 0, 116, 2392, 1, 0, 0, 0, 118, 2394, 1, 0, 0, 0, 120, 2404, 1, 0, 0, 0, 122, 2460, 1, 0, 0, 0, 124, 2480, 1, 0, 0, 0, 126, 2482, 1, 0, 0, 0, 128, 2517, 1, 0, 0, 0, 130, 2526, 1, 0, 0, 0, 132, 2533, 1, 0, 0, 0, 134, 2556, 1, 0, 0, 0, 136, 2565, 1, 0, 0, 0, 138, 2580, 1, 0, 0, 0, 140, 2602, 1, 0, 0, 0, 142, 2658, 1, 0, 0, 0, 144, 2954, 1, 0, 0, 0, 146, 3054, 1, 0, 0, 0, 148, 3056, 1, 0, 0, 0, 150, 3063, 1, 0, 0, 0, 152, 3070, 1, 0, 0, 0, 154, 3093, 1, 0, 0, 0, 156, 3103, 1, 0, 0, 0, 158, 3110, 1, 0, 0, 0, 160, 3117, 1, 0, 0, 0, 162, 3124, 1, 0, 0, 0, 164, 3133, 1, 0, 0, 0, 166, 3145, 1, 0, 0, 0, 168, 3158, 1, 0, 0, 0, 170, 3165, 1, 0, 0, 0, 172, 3181, 1, 0, 0, 0, 174, 3208, 1, 0, 0, 0, 176, 3210, 1, 0, 0, 0, 178, 3220, 1, 0, 0, 0, 180, 3224, 1, 0, 0, 0, 182, 3230, 1, 0, 0, 0, 184, 3242, 1, 0, 0, 0, 186, 3244, 1, 0, 0, 0, 188, 3251, 1, 0, 0, 0, 190, 3253, 1, 0, 0, 0, 192, 3302, 1, 0, 0, 0, 194, 3311, 1, 0, 0, 0, 196, 3313, 1, 0, 0, 0, 198, 3324, 1, 0, 0, 0, 200, 3330, 1, 0, 0, 0, 202, 3404, 1, 0, 0, 0, 204, 3467, 1, 0, 0, 0, 206, 3485, 1, 0, 0, 0, 208, 3569, 1, 0, 0, 0, 210, 3572, 1, 0, 0, 0, 212, 3584, 1, 0, 0, 0, 214, 3604, 1, 0, 0, 0, 216, 3632, 1, 0, 0, 0, 218, 3636, 1, 0, 0, 0, 220, 3638, 1, 0, 0, 0, 222, 3648, 1, 0, 0, 0, 224, 3668, 1, 0, 0, 0, 226, 3675, 1, 0, 0, 0, 228, 3677, 1, 0, 0, 0, 230, 3688, 1, 0, 0, 0, 232, 3697, 1, 0, 0, 0, 234, 3703, 1, 0, 0, 0, 236, 3726, 1, 0, 0, 0, 238, 3728, 1, 0, 0, 0, 240, 3764, 1, 0, 0, 0, 242, 3819, 1, 0, 0, 0, 244, 3828, 1, 0, 0, 0, 246, 3848, 1, 0, 0, 0, 248, 3860, 1, 0, 0, 0, 250, 3864, 1, 0, 0, 0, 252, 3875, 1, 0, 0, 0, 254, 3908, 1, 0, 0, 0, 256, 3929, 1, 0, 0, 0, 258, 3939, 1, 0, 0, 0, 260, 3943, 1, 0, 0, 0, 262, 3969, 1, 0, 0, 0, 264, 4010, 1, 0, 0, 0, 266, 4017, 1, 0, 0, 0, 268, 4019, 1, 0, 0, 0, 270, 4023, 1, 0, 0, 0, 272, 4040, 1, 0, 0, 0, 274, 4091, 1, 0, 0, 0, 276, 4103, 1, 0, 0, 0, 278, 4113, 1, 0, 0, 0, 280, 4115, 1, 0, 0, 0, 282, 4148, 1, 0, 0, 0, 284, 4156, 1, 0, 0, 0, 286, 4173, 1, 0, 0, 0, 288, 4189, 1, 0, 0, 0, 290, 4226, 1, 0, 0, 0, 292, 4232, 1, 0, 0, 0, 294, 4241, 1, 0, 0, 0, 296, 4254, 1, 0, 0, 0, 298, 4258, 1, 0, 0, 0, 300, 4287, 1, 0, 0, 0, 302, 4289, 1, 0, 0, 0, 304, 4293, 1, 0, 0, 0, 306, 4295, 1, 0, 0, 0, 308, 4303, 1, 0, 0, 0, 310, 4341, 1, 0, 0, 0, 312, 4355, 1, 0, 0, 0, 314, 4363, 1, 0, 0, 0, 316, 4367, 1, 0, 0, 0, 318, 4376, 1, 0, 0, 0, 320, 4390, 1, 0, 0, 0, 322, 4393, 1, 0, 0, 0, 324, 4411, 1, 0, 0, 0, 326, 4415, 1, 0, 0, 0, 328, 4431, 1, 0, 0, 0, 330, 4433, 1, 0, 0, 0, 332, 4445, 1, 0, 0, 0, 334, 4449, 1, 0, 0, 0, 336, 4466, 1, 0, 0, 0, 338, 4483, 1, 0, 0, 0, 340, 4486, 1, 0, 0, 0, 342, 4496, 1, 0, 0, 0, 344, 4500, 1, 0, 0, 0, 346, 4510, 1, 0, 0, 0, 348, 4513, 1, 0, 0, 0, 350, 4518, 1, 0, 0, 0, 352, 4538, 1, 0, 0, 0, 354, 4540, 1, 0, 0, 0, 356, 4557, 1, 0, 0, 0, 358, 4566, 1, 0, 0, 0, 360, 4575, 1, 0, 0, 0, 362, 4577, 1, 0, 0, 0, 364, 4591, 1, 0, 0, 0, 366, 4605, 1, 0, 0, 0, 368, 4620, 1, 0, 0, 0, 370, 4629, 1, 0, 0, 0, 372, 4654, 1, 0, 0, 0, 374, 4669, 1, 0, 0, 0, 376, 4688, 1, 0, 0, 0, 378, 4718, 1, 0, 0, 0, 380, 4720, 1, 0, 0, 0, 382, 4722, 1, 0, 0, 0, 384, 4724, 1, 0, 0, 0, 386, 4739, 1, 0, 0, 0, 388, 4768, 1, 0, 0, 0, 390, 4770, 1, 0, 0, 0, 392, 4772, 1, 0, 0, 0, 394, 4774, 1, 0, 0, 0, 396, 4789, 1, 0, 0, 0, 398, 4791, 1, 0, 0, 0, 400, 4858, 1, 0, 0, 0, 402, 4860, 1, 0, 0, 0, 404, 4866, 1, 0, 0, 0, 406, 4893, 1, 0, 0, 0, 408, 4907, 1, 0, 0, 0, 410, 4918, 1, 0, 0, 0, 412, 4920, 1, 0, 0, 0, 414, 4926, 1, 0, 0, 0, 416, 4936, 1, 0, 0, 0, 418, 4940, 1, 0, 0, 0, 420, 4947, 1, 0, 0, 0, 422, 4951, 1, 0, 0, 0, 424, 4957, 1, 0, 0, 0, 426, 4964, 1, 0, 0, 0, 428, 4970, 1, 0, 0, 0, 430, 4976, 1, 0, 0, 0, 432, 4981, 1, 0, 0, 0, 434, 5026, 1, 0, 0, 0, 436, 5047, 1, 0, 0, 0, 438, 5072, 1, 0, 0, 0, 440, 5075, 1, 0, 0, 0, 442, 5081, 1, 0, 0, 0, 444, 5097, 1, 0, 0, 0, 446, 5112, 1, 0, 0, 0, 448, 5118, 1, 0, 0, 0, 450, 5148, 1, 0, 0, 0, 452, 5150, 1, 0, 0, 0, 454, 5157, 1, 0, 0, 0, 456, 5169, 1, 0, 0, 0, 458, 5175, 1, 0, 0, 0, 460, 5200, 1, 0, 0, 0, 462, 5204, 1, 0, 0, 0, 464, 5208, 1, 0, 0, 0, 466, 5219, 1, 0, 0, 0, 468, 5227, 1, 0, 0, 0, 470, 5290, 1, 0, 0, 0, 472, 5349, 1, 0, 0, 0, 474, 5451, 1, 0, 0, 0, 476, 5461, 1, 0, 0, 0, 478, 5463, 1, 0, 0, 0, 480, 5481, 1, 0, 0, 0, 482, 5505, 1, 0, 0, 0, 484, 5529, 1, 0, 0, 0, 486, 5536, 1, 0, 0, 0, 488, 5556, 1, 0, 0, 0, 490, 5565, 1, 0, 0, 0, 492, 5627, 1, 0, 0, 0, 494, 5629, 1, 0, 0, 0, 496, 5633, 1, 0, 0, 0, 498, 5667, 1, 0, 0, 0, 500, 5669, 1, 0, 0, 0, 502, 5672, 1, 0, 0, 0, 504, 5736, 1, 0, 0, 0, 506, 5755, 1, 0, 0, 0, 508, 5782, 1, 0, 0, 0, 510, 5786, 1, 0, 0, 0, 512, 5807, 1, 0, 0, 0, 514, 5817, 1, 0, 0, 0, 516, 5827, 1, 0, 0, 0, 518, 5867, 1, 0, 0, 0, 520, 5869, 1, 0, 0, 0, 522, 5872, 1, 0, 0, 0, 524, 5902, 1, 0, 0, 0, 526, 5904, 1, 0, 0, 0, 528, 5907, 1, 0, 0, 0, 530, 6007, 1, 0, 0, 0, 532, 6025, 1, 0, 0, 0, 534, 6027, 1, 0, 0, 0, 536, 6079, 1, 0, 0, 0, 538, 6081, 1, 0, 0, 0, 540, 6090, 1, 0, 0, 0, 542, 6096, 1, 0, 0, 0, 544, 6103, 1, 0, 0, 0, 546, 6118, 1, 0, 0, 0, 548, 6127, 1, 0, 0, 0, 550, 6129, 1, 0, 0, 0, 552, 6150, 1, 0, 0, 0, 554, 6155, 1, 0, 0, 0, 556, 6165, 1, 0, 0, 0, 558, 6171, 1, 0, 0, 0, 560, 6205, 1, 0, 0, 0, 562, 6259, 1, 0, 0, 0, 564, 6445, 1, 0, 0, 0, 566, 6457, 1, 0, 0, 0, 568, 6473, 1, 0, 0, 0, 570, 6479, 1, 0, 0, 0, 572, 6498, 1, 0, 0, 0, 574, 6511, 1, 0, 0, 0, 576, 6525, 1, 0, 0, 0, 578, 6527, 1, 0, 0, 0, 580, 6530, 1, 0, 0, 0, 582, 6554, 1, 0, 0, 0, 584, 6566, 1, 0, 0, 0, 586, 6572, 1, 0, 0, 0, 588, 6584, 1, 0, 0, 0, 590, 6598, 1, 0, 0, 0, 592, 6600, 1, 0, 0, 0, 594, 6608, 1, 0, 0, 0, 596, 6616, 1, 0, 0, 0, 598, 6618, 1, 0, 0, 0, 600, 6620, 1, 0, 0, 0, 602, 6660, 1, 0, 0, 0, 604, 6667, 1, 0, 0, 0, 606, 6669, 1, 0, 0, 0, 608, 6692, 1, 0, 0, 0, 610, 6698, 1, 0, 0, 0, 612, 6708, 1, 0, 0, 0, 614, 6717, 1, 0, 0, 0, 616, 6720, 1, 0, 0, 0, 618, 6723, 1, 0, 0, 0, 620, 6744, 1, 0, 0, 0, 622, 6765, 1, 0, 0, 0, 624, 6773, 1, 0, 0, 0, 626, 6785, 1, 0, 0, 0, 628, 6793, 1, 0, 0, 0, 630, 6831, 1, 0, 0, 0, 632, 6843, 1, 0, 0, 0, 634, 6845, 1, 0, 0, 0, 636, 6847, 1, 0, 0, 0, 638, 6849, 1, 0, 0, 0, 640, 6851, 1, 0, 0, 0, 642, 6853, 1, 0, 0, 0, 644, 6855, 1, 0, 0, 0, 646, 6857, 1, 0, 0, 0, 648, 6859, 1, 0, 0, 0, 650, 6867, 1, 0, 0, 0, 652, 6869, 1, 0, 0, 0, 654, 6871, 1, 0, 0, 0, 656, 6873, 1, 0, 0, 0, 658, 6875, 1, 0, 0, 0, 660, 6883, 1, 0, 0, 0, 662, 6885, 1, 0, 0, 0, 664, 6895, 1, 0, 0, 0, 666, 6911, 1, 0, 0, 0, 668, 6913, 1, 0, 0, 0, 670, 6921, 1, 0, 0, 0, 672, 6939, 1, 0, 0, 0, 674, 6955, 1, 0, 0, 0, 676, 6966, 1, 0, 0, 0, 678, 6968, 1, 0, 0, 0, 680, 6970, 1, 0, 0, 0, 682, 6972, 1, 0, 0, 0, 684, 6974, 1, 0, 0, 0, 686, 6982, 1, 0, 0, 0, 688, 6992, 1, 0, 0, 0, 690, 6997, 1, 0, 0, 0, 692, 7001, 1, 0, 0, 0, 694, 7008, 1, 0, 0, 0, 696, 7010, 1, 0, 0, 0, 698, 7017, 1, 0, 0, 0, 700, 7019, 1, 0, 0, 0, 702, 7025, 1, 0, 0, 0, 704, 7027, 1, 0, 0, 0, 706, 7032, 1, 0, 0, 0, 708, 7034, 1, 0, 0, 0, 710, 7036, 1, 0, 0, 0, 712, 7054, 1, 0, 0, 0, 714, 7070, 1, 0, 0, 0, 716, 7072, 1, 0, 0, 0, 718, 7076, 1, 0, 0, 0, 720, 7087, 1, 0, 0, 0, 722, 7098, 1, 0, 0, 0, 724, 7104, 1, 0, 0, 0, 726, 7106, 1, 0, 0, 0, 728, 7110, 1, 0, 0, 0, 730, 7135, 1, 0, 0, 0, 732, 7137, 1, 0, 0, 0, 734, 7140, 1, 0, 0, 0, 736, 7145, 1, 0, 0, 0, 738, 7161, 1, 0, 0, 0, 740, 7289, 1, 0, 0, 0, 742, 7291, 1, 0, 0, 0, 744, 7324, 1, 0, 0, 0, 746, 7329, 1, 0, 0, 0, 748, 7333, 1, 0, 0, 0, 750, 7339, 1, 0, 0, 0, 752, 7347, 1, 0, 0, 0, 754, 7358, 1, 0, 0, 0, 756, 7366, 1, 0, 0, 0, 758, 7375, 1, 0, 0, 0, 760, 7388, 1, 0, 0, 0, 762, 7390, 1, 0, 0, 0, 764, 7398, 1, 0, 0, 0, 766, 7406, 1, 0, 0, 0, 768, 7440, 1, 0, 0, 0, 770, 7456, 1, 0, 0, 0, 772, 7458, 1, 0, 0, 0, 774, 7461, 1, 0, 0, 0, 776, 7465, 1, 0, 0, 0, 778, 7490, 1, 0, 0, 0, 780, 7671, 1, 0, 0, 0, 782, 7673, 1, 0, 0, 0, 784, 7692, 1, 0, 0, 0, 786, 7694, 1, 0, 0, 0, 788, 7757, 1, 0, 0, 0, 790, 7797, 1, 0, 0, 0, 792, 7799, 1, 0, 0, 0, 794, 7808, 1, 0, 0, 0, 796, 7819, 1, 0, 0, 0, 798, 7821, 1, 0, 0, 0, 800, 7837, 1, 0, 0, 0, 802, 7839, 1, 0, 0, 0, 804, 7873, 1, 0, 0, 0, 806, 7875, 1, 0, 0, 0, 808, 7880, 1, 0, 0, 0, 810, 7891, 1, 0, 0, 0, 812, 7904, 1, 0, 0, 0, 814, 7915, 1, 0, 0, 0, 816, 8032, 1, 0, 0, 0, 818, 8054, 1, 0, 0, 0, 820, 8064, 1, 0, 0, 0, 822, 8073, 1, 0, 0, 0, 824, 8082, 1, 0, 0, 0, 826, 8091, 1, 0, 0, 0, 828, 8093, 1, 0, 0, 0, 830, 8100, 1, 0, 0, 0, 832, 8102, 1, 0, 0, 0, 834, 8104, 1, 0, 0, 0, 836, 8106, 1, 0, 0, 0, 838, 8108, 1, 0, 0, 0, 840, 8110, 1, 0, 0, 0, 842, 8112, 1, 0, 0, 0, 844, 8114, 1, 0, 0, 0, 846, 848, 3, 2, 1, 0, 847, 846, 1, 0, 0, 0, 848, 851, 1, 0, 0, 0, 849, 847, 1, 0, 0, 0, 849, 850, 1, 0, 0, 0, 850, 852, 1, 0, 0, 0, 851, 849, 1, 0, 0, 0, 852, 853, 5, 0, 0, 1, 853, 1, 1, 0, 0, 0, 854, 856, 3, 4, 2, 0, 855, 857, 5, 869, 0, 0, 856, 855, 1, 0, 0, 0, 856, 857, 1, 0, 0, 0, 857, 860, 1, 0, 0, 0, 858, 860, 5, 869, 0, 0, 859, 854, 1, 0, 0, 0, 859, 858, 1, 0, 0, 0, 860, 3, 1, 0, 0, 0, 861, 869, 3, 6, 3, 0, 862, 869, 3, 8, 4, 0, 863, 869, 3, 10, 5, 0, 864, 869, 3, 12, 6, 0, 865, 869, 3, 14, 7, 0, 866, 869, 3, 18, 9, 0, 867, 869, 3, 20, 10, 0, 868, 861, 1, 0, 0, 0, 868, 862, 1, 0, 0, 0, 868, 863, 1, 0, 0, 0, 868, 864, 1, 0, 0, 0, 868, 865, 1, 0, 0, 0, 868, 866, 1, 0, 0, 0, 868, 867, 1, 0, 0, 0, 869, 5, 1, 0, 0, 0, 870, 911, 3, 22, 11, 0, 871, 911, 3, 24, 12, 0, 872, 911, 3, 26, 13, 0, 873, 911, 3, 28, 14, 0, 874, 911, 3, 30, 15, 0, 875, 911, 3, 32, 16, 0, 876, 911, 3, 34, 17, 0, 877, 911, 3, 38, 19, 0, 878, 911, 3, 40, 20, 0, 879, 911, 3, 42, 21, 0, 880, 911, 3, 44, 22, 0, 881, 911, 3, 46, 23, 0, 882, 911, 3, 52, 26, 0, 883, 911, 3, 36, 18, 0, 884, 911, 3, 124, 62, 0, 885, 911, 3, 126, 63, 0, 886, 911, 3, 128, 64, 0, 887, 911, 3, 130, 65, 0, 888, 911, 3, 132, 66, 0, 889, 911, 3, 134, 67, 0, 890, 911, 3, 136, 68, 0, 891, 911, 3, 138, 69, 0, 892, 911, 3, 140, 70, 0, 893, 911, 3, 142, 71, 0, 894, 911, 3, 148, 74, 0, 895, 911, 3, 150, 75, 0, 896, 911, 3, 152, 76, 0, 897, 911, 3, 154, 77, 0, 898, 911, 3, 156, 78, 0, 899, 911, 3, 158, 79, 0, 900, 911, 3, 160, 80, 0, 901, 911, 3, 162, 81, 0, 902, 911, 3, 164, 82, 0, 903, 911, 3, 166, 83, 0, 904, 911, 3, 168, 84, 0, 905, 911, 3, 170, 85, 0, 906, 911, 3, 172, 86, 0, 907, 911, 3, 174, 87, 0, 908, 911, 3, 176, 88, 0, 909, 911, 3, 180, 90, 0, 910, 870, 1, 0, 0, 0, 910, 871, 1, 0, 0, 0, 910, 872, 1, 0, 0, 0, 910, 873, 1, 0, 0, 0, 910, 874, 1, 0, 0, 0, 910, 875, 1, 0, 0, 0, 910, 876, 1, 0, 0, 0, 910, 877, 1, 0, 0, 0, 910, 878, 1, 0, 0, 0, 910, 879, 1, 0, 0, 0, 910, 880, 1, 0, 0, 0, 910, 881, 1, 0, 0, 0, 910, 882, 1, 0, 0, 0, 910, 883, 1, 0, 0, 0, 910, 884, 1, 0, 0, 0, 910, 885, 1, 0, 0, 0, 910, 886, 1, 0, 0, 0, 910, 887, 1, 0, 0, 0, 910, 888, 1, 0, 0, 0, 910, 889, 1, 0, 0, 0, 910, 890, 1, 0, 0, 0, 910, 891, 1, 0, 0, 0, 910, 892, 1, 0, 0, 0, 910, 893, 1, 0, 0, 0, 910, 894, 1, 0, 0, 0, 910, 895, 1, 0, 0, 0, 910, 896, 1, 0, 0, 0, 910, 897, 1, 0, 0, 0, 910, 898, 1, 0, 0, 0, 910, 899, 1, 0, 0, 0, 910, 900, 1, 0, 0, 0, 910, 901, 1, 0, 0, 0, 910, 902, 1, 0, 0, 0, 910, 903, 1, 0, 0, 0, 910, 904, 1, 0, 0, 0, 910, 905, 1, 0, 0, 0, 910, 906, 1, 0, 0, 0, 910, 907, 1, 0, 0, 0, 910, 908, 1, 0, 0, 0, 910, 909, 1, 0, 0, 0, 911, 7, 1, 0, 0, 0, 912, 930, 3, 208, 104, 0, 913, 930, 3, 210, 105, 0, 914, 930, 3, 190, 95, 0, 915, 930, 3, 218, 109, 0, 916, 930, 3, 184, 92, 0, 917, 930, 3, 206, 103, 0, 918, 930, 3, 182, 91, 0, 919, 930, 3, 196, 98, 0, 920, 930, 3, 200, 100, 0, 921, 930, 3, 202, 101, 0, 922, 930, 3, 204, 102, 0, 923, 930, 3, 186, 93, 0, 924, 930, 3, 188, 94, 0, 925, 930, 3, 250, 125, 0, 926, 930, 3, 220, 110, 0, 927, 930, 3, 624, 312, 0, 928, 930, 3, 626, 313, 0, 929, 912, 1, 0, 0, 0, 929, 913, 1, 0, 0, 0, 929, 914, 1, 0, 0, 0, 929, 915, 1, 0, 0, 0, 929, 916, 1, 0, 0, 0, 929, 917, 1, 0, 0, 0, 929, 918, 1, 0, 0, 0, 929, 919, 1, 0, 0, 0, 929, 920, 1, 0, 0, 0, 929, 921, 1, 0, 0, 0, 929, 922, 1, 0, 0, 0, 929, 923, 1, 0, 0, 0, 929, 924, 1, 0, 0, 0, 929, 925, 1, 0, 0, 0, 929, 926, 1, 0, 0, 0, 929, 927, 1, 0, 0, 0, 929, 928, 1, 0, 0, 0, 930, 9, 1, 0, 0, 0, 931, 941, 3, 330, 165, 0, 932, 941, 3, 332, 166, 0, 933, 941, 3, 334, 167, 0, 934, 941, 3, 336, 168, 0, 935, 941, 3, 338, 169, 0, 936, 941, 3, 340, 170, 0, 937, 941, 3, 342, 171, 0, 938, 941, 3, 344, 172, 0, 939, 941, 3, 346, 173, 0, 940, 931, 1, 0, 0, 0, 940, 932, 1, 0, 0, 0, 940, 933, 1, 0, 0, 0, 940, 934, 1, 0, 0, 0, 940, 935, 1, 0, 0, 0, 940, 936, 1, 0, 0, 0, 940, 937, 1, 0, 0, 0, 940, 938, 1, 0, 0, 0, 940, 939, 1, 0, 0, 0, 941, 11, 1, 0, 0, 0, 942, 957, 3, 362, 181, 0, 943, 957, 3, 364, 182, 0, 944, 957, 3, 366, 183, 0, 945, 957, 3, 368, 184, 0, 946, 957, 3, 370, 185, 0, 947, 957, 3, 372, 186, 0, 948, 957, 3, 374, 187, 0, 949, 957, 3, 376, 188, 0, 950, 957, 3, 412, 206, 0, 951, 957, 3, 414, 207, 0, 952, 957, 3, 416, 208, 0, 953, 957, 3, 418, 209, 0, 954, 957, 3, 420, 210, 0, 955, 957, 3, 422, 211, 0, 956, 942, 1, 0, 0, 0, 956, 943, 1, 0, 0, 0, 956, 944, 1, 0, 0, 0, 956, 945, 1, 0, 0, 0, 956, 946, 1, 0, 0, 0, 956, 947, 1, 0, 0, 0, 956, 948, 1, 0, 0, 0, 956, 949, 1, 0, 0, 0, 956, 950, 1, 0, 0, 0, 956, 951, 1, 0, 0, 0, 956, 952, 1, 0, 0, 0, 956, 953, 1, 0, 0, 0, 956, 954, 1, 0, 0, 0, 956, 955, 1, 0, 0, 0, 957, 13, 1, 0, 0, 0, 958, 962, 3, 424, 212, 0, 959, 962, 3, 426, 213, 0, 960, 962, 3, 428, 214, 0, 961, 958, 1, 0, 0, 0, 961, 959, 1, 0, 0, 0, 961, 960, 1, 0, 0, 0, 962, 15, 1, 0, 0, 0, 963, 974, 3, 432, 216, 0, 964, 974, 3, 434, 217, 0, 965, 974, 3, 436, 218, 0, 966, 974, 3, 440, 220, 0, 967, 974, 3, 442, 221, 0, 968, 974, 3, 444, 222, 0, 969, 974, 3, 448, 224, 0, 970, 974, 3, 438, 219, 0, 971, 974, 3, 446, 223, 0, 972, 974, 3, 450, 225, 0, 973, 963, 1, 0, 0, 0, 973, 964, 1, 0, 0, 0, 973, 965, 1, 0, 0, 0, 973, 966, 1, 0, 0, 0, 973, 967, 1, 0, 0, 0, 973, 968, 1, 0, 0, 0, 973, 969, 1, 0, 0, 0, 973, 970, 1, 0, 0, 0, 973, 971, 1, 0, 0, 0, 973, 972, 1, 0, 0, 0, 974, 17, 1, 0, 0, 0, 975, 1009, 3, 468, 234, 0, 976, 1009, 3, 470, 235, 0, 977, 1009, 3, 472, 236, 0, 978, 1009, 3, 474, 237, 0, 979, 1009, 3, 478, 239, 0, 980, 1009, 3, 490, 245, 0, 981, 1009, 3, 492, 246, 0, 982, 1009, 3, 480, 240, 0, 983, 1009, 3, 482, 241, 0, 984, 1009, 3, 484, 242, 0, 985, 1009, 3, 486, 243, 0, 986, 1009, 3, 536, 268, 0, 987, 1009, 3, 538, 269, 0, 988, 1009, 3, 540, 270, 0, 989, 1009, 3, 542, 271, 0, 990, 1009, 3, 544, 272, 0, 991, 1009, 3, 550, 275, 0, 992, 1009, 3, 554, 277, 0, 993, 1009, 3, 556, 278, 0, 994, 1009, 3, 558, 279, 0, 995, 1009, 3, 560, 280, 0, 996, 1009, 3, 562, 281, 0, 997, 1009, 3, 564, 282, 0, 998, 1009, 3, 578, 289, 0, 999, 1009, 3, 580, 290, 0, 1000, 1009, 3, 582, 291, 0, 1001, 1009, 3, 584, 292, 0, 1002, 1009, 3, 586, 293, 0, 1003, 1009, 3, 588, 294, 0, 1004, 1009, 3, 592, 296, 0, 1005, 1009, 3, 594, 297, 0, 1006, 1009, 3, 596, 298, 0, 1007, 1009, 3, 598, 299, 0, 1008, 975, 1, 0, 0, 0, 1008, 976, 1, 0, 0, 0, 1008, 977, 1, 0, 0, 0, 1008, 978, 1, 0, 0, 0, 1008, 979, 1, 0, 0, 0, 1008, 980, 1, 0, 0, 0, 1008, 981, 1, 0, 0, 0, 1008, 982, 1, 0, 0, 0, 1008, 983, 1, 0, 0, 0, 1008, 984, 1, 0, 0, 0, 1008, 985, 1, 0, 0, 0, 1008, 986, 1, 0, 0, 0, 1008, 987, 1, 0, 0, 0, 1008, 988, 1, 0, 0, 0, 1008, 989, 1, 0, 0, 0, 1008, 990, 1, 0, 0, 0, 1008, 991, 1, 0, 0, 0, 1008, 992, 1, 0, 0, 0, 1008, 993, 1, 0, 0, 0, 1008, 994, 1, 0, 0, 0, 1008, 995, 1, 0, 0, 0, 1008, 996, 1, 0, 0, 0, 1008, 997, 1, 0, 0, 0, 1008, 998, 1, 0, 0, 0, 1008, 999, 1, 0, 0, 0, 1008, 1000, 1, 0, 0, 0, 1008, 1001, 1, 0, 0, 0, 1008, 1002, 1, 0, 0, 0, 1008, 1003, 1, 0, 0, 0, 1008, 1004, 1, 0, 0, 0, 1008, 1005, 1, 0, 0, 0, 1008, 1006, 1, 0, 0, 0, 1008, 1007, 1, 0, 0, 0, 1009, 19, 1, 0, 0, 0, 1010, 1019, 3, 610, 305, 0, 1011, 1019, 3, 608, 304, 0, 1012, 1019, 3, 612, 306, 0, 1013, 1019, 3, 614, 307, 0, 1014, 1019, 3, 616, 308, 0, 1015, 1019, 3, 618, 309, 0, 1016, 1019, 3, 620, 310, 0, 1017, 1019, 3, 628, 314, 0, 1018, 1010, 1, 0, 0, 0, 1018, 1011, 1, 0, 0, 0, 1018, 1012, 1, 0, 0, 0, 1018, 1013, 1, 0, 0, 0, 1018, 1014, 1, 0, 0, 0, 1018, 1015, 1, 0, 0, 0, 1018, 1016, 1, 0, 0, 0, 1018, 1017, 1, 0, 0, 0, 1019, 21, 1, 0, 0, 0, 1020, 1021, 5, 34, 0, 0, 1021, 1023, 7, 0, 0, 0, 1022, 1024, 3, 774, 387, 0, 1023, 1022, 1, 0, 0, 0, 1023, 1024, 1, 0, 0, 0, 1024, 1025, 1, 0, 0, 0, 1025, 1029, 3, 634, 317, 0, 1026, 1028, 3, 54, 27, 0, 1027, 1026, 1, 0, 0, 0, 1028, 1031, 1, 0, 0, 0, 1029, 1027, 1, 0, 0, 0, 1029, 1030, 1, 0, 0, 0, 1030, 23, 1, 0, 0, 0, 1031, 1029, 1, 0, 0, 0, 1032, 1034, 5, 34, 0, 0, 1033, 1035, 3, 60, 30, 0, 1034, 1033, 1, 0, 0, 0, 1034, 1035, 1, 0, 0, 0, 1035, 1036, 1, 0, 0, 0, 1036, 1038, 5, 385, 0, 0, 1037, 1039, 3, 774, 387, 0, 1038, 1037, 1, 0, 0, 0, 1038, 1039, 1, 0, 0, 0, 1039, 1040, 1, 0, 0, 0, 1040, 1041, 3, 716, 358, 0, 1041, 1042, 5, 119, 0, 0, 1042, 1043, 5, 590, 0, 0, 1043, 1050, 3, 62, 31, 0, 1044, 1045, 5, 119, 0, 0, 1045, 1047, 5, 343, 0, 0, 1046, 1048, 5, 114, 0, 0, 1047, 1046, 1, 0, 0, 0, 1047, 1048, 1, 0, 0, 0, 1048, 1049, 1, 0, 0, 0, 1049, 1051, 5, 541, 0, 0, 1050, 1044, 1, 0, 0, 0, 1050, 1051, 1, 0, 0, 0, 1051, 1053, 1, 0, 0, 0, 1052, 1054, 3, 70, 35, 0, 1053, 1052, 1, 0, 0, 0, 1053, 1054, 1, 0, 0, 0, 1054, 1057, 1, 0, 0, 0, 1055, 1056, 5, 340, 0, 0, 1056, 1058, 5, 882, 0, 0, 1057, 1055, 1, 0, 0, 0, 1057, 1058, 1, 0, 0, 0, 1058, 1059, 1, 0, 0, 0, 1059, 1060, 5, 371, 0, 0, 1060, 1061, 3, 430, 215, 0, 1061, 25, 1, 0, 0, 0, 1062, 1064, 5, 34, 0, 0, 1063, 1065, 7, 1, 0, 0, 1064, 1063, 1, 0, 0, 0, 1064, 1065, 1, 0, 0, 0, 1065, 1067, 1, 0, 0, 0, 1066, 1068, 7, 2, 0, 0, 1067, 1066, 1, 0, 0, 0, 1067, 1068, 1, 0, 0, 0, 1068, 1069, 1, 0, 0, 0, 1069, 1070, 5, 82, 0, 0, 1070, 1072, 3, 646, 323, 0, 1071, 1073, 3, 72, 36, 0, 1072, 1071, 1, 0, 0, 0, 1072, 1073, 1, 0, 0, 0, 1073, 1074, 1, 0, 0, 0, 1074, 1075, 5, 119, 0, 0, 1075, 1076, 3, 660, 330, 0, 1076, 1080, 3, 752, 376, 0, 1077, 1079, 3, 74, 37, 0, 1078, 1077, 1, 0, 0, 0, 1079, 1082, 1, 0, 0, 0, 1080, 1078, 1, 0, 0, 0, 1080, 1081, 1, 0, 0, 0, 1081, 1095, 1, 0, 0, 0, 1082, 1080, 1, 0, 0, 0, 1083, 1085, 5, 308, 0, 0, 1084, 1086, 5, 857, 0, 0, 1085, 1084, 1, 0, 0, 0, 1085, 1086, 1, 0, 0, 0, 1086, 1087, 1, 0, 0, 0, 1087, 1094, 7, 3, 0, 0, 1088, 1090, 5, 104, 0, 0, 1089, 1091, 5, 857, 0, 0, 1090, 1089, 1, 0, 0, 0, 1090, 1091, 1, 0, 0, 0, 1091, 1092, 1, 0, 0, 0, 1092, 1094, 7, 4, 0, 0, 1093, 1083, 1, 0, 0, 0, 1093, 1088, 1, 0, 0, 0, 1094, 1097, 1, 0, 0, 0, 1095, 1093, 1, 0, 0, 0, 1095, 1096, 1, 0, 0, 0, 1096, 27, 1, 0, 0, 0, 1097, 1095, 1, 0, 0, 0, 1098, 1099, 5, 34, 0, 0, 1099, 1100, 5, 451, 0, 0, 1100, 1101, 5, 74, 0, 0, 1101, 1102, 3, 720, 360, 0, 1102, 1103, 5, 6, 0, 0, 1103, 1104, 5, 671, 0, 0, 1104, 1110, 5, 882, 0, 0, 1105, 1107, 5, 428, 0, 0, 1106, 1108, 5, 857, 0, 0, 1107, 1106, 1, 0, 0, 0, 1107, 1108, 1, 0, 0, 0, 1108, 1109, 1, 0, 0, 0, 1109, 1111, 3, 728, 364, 0, 1110, 1105, 1, 0, 0, 0, 1110, 1111, 1, 0, 0, 0, 1111, 1117, 1, 0, 0, 0, 1112, 1114, 5, 672, 0, 0, 1113, 1115, 5, 857, 0, 0, 1114, 1113, 1, 0, 0, 0, 1114, 1115, 1, 0, 0, 0, 1115, 1116, 1, 0, 0, 0, 1116, 1118, 3, 728, 364, 0, 1117, 1112, 1, 0, 0, 0, 1117, 1118, 1, 0, 0, 0, 1118, 1124, 1, 0, 0, 0, 1119, 1121, 5, 553, 0, 0, 1120, 1122, 5, 857, 0, 0, 1121, 1120, 1, 0, 0, 0, 1121, 1122, 1, 0, 0, 0, 1122, 1123, 1, 0, 0, 0, 1123, 1125, 3, 728, 364, 0, 1124, 1119, 1, 0, 0, 0, 1124, 1125, 1, 0, 0, 0, 1125, 1131, 1, 0, 0, 0, 1126, 1128, 5, 504, 0, 0, 1127, 1129, 5, 857, 0, 0, 1128, 1127, 1, 0, 0, 0, 1128, 1129, 1, 0, 0, 0, 1129, 1130, 1, 0, 0, 0, 1130, 1132, 3, 720, 360, 0, 1131, 1126, 1, 0, 0, 0, 1131, 1132, 1, 0, 0, 0, 1132, 1134, 1, 0, 0, 0, 1133, 1135, 5, 687, 0, 0, 1134, 1133, 1, 0, 0, 0, 1134, 1135, 1, 0, 0, 0, 1135, 1141, 1, 0, 0, 0, 1136, 1138, 5, 340, 0, 0, 1137, 1139, 5, 857, 0, 0, 1138, 1137, 1, 0, 0, 0, 1138, 1139, 1, 0, 0, 0, 1139, 1140, 1, 0, 0, 0, 1140, 1142, 5, 882, 0, 0, 1141, 1136, 1, 0, 0, 0, 1141, 1142, 1, 0, 0, 0, 1142, 1143, 1, 0, 0, 0, 1143, 1145, 5, 380, 0, 0, 1144, 1146, 5, 857, 0, 0, 1145, 1144, 1, 0, 0, 0, 1145, 1146, 1, 0, 0, 0, 1146, 1147, 1, 0, 0, 0, 1147, 1148, 3, 706, 353, 0, 1148, 29, 1, 0, 0, 0, 1149, 1151, 5, 34, 0, 0, 1150, 1152, 3, 60, 30, 0, 1151, 1150, 1, 0, 0, 0, 1151, 1152, 1, 0, 0, 0, 1152, 1153, 1, 0, 0, 0, 1153, 1155, 5, 132, 0, 0, 1154, 1156, 3, 774, 387, 0, 1155, 1154, 1, 0, 0, 0, 1155, 1156, 1, 0, 0, 0, 1156, 1157, 1, 0, 0, 0, 1157, 1158, 3, 716, 358, 0, 1158, 1160, 5, 866, 0, 0, 1159, 1161, 3, 76, 38, 0, 1160, 1159, 1, 0, 0, 0, 1160, 1161, 1, 0, 0, 0, 1161, 1166, 1, 0, 0, 0, 1162, 1163, 5, 868, 0, 0, 1163, 1165, 3, 76, 38, 0, 1164, 1162, 1, 0, 0, 0, 1165, 1168, 1, 0, 0, 0, 1166, 1164, 1, 0, 0, 0, 1166, 1167, 1, 0, 0, 0, 1167, 1169, 1, 0, 0, 0, 1168, 1166, 1, 0, 0, 0, 1169, 1173, 5, 867, 0, 0, 1170, 1172, 3, 80, 40, 0, 1171, 1170, 1, 0, 0, 0, 1172, 1175, 1, 0, 0, 0, 1173, 1171, 1, 0, 0, 0, 1173, 1174, 1, 0, 0, 0, 1174, 1176, 1, 0, 0, 0, 1175, 1173, 1, 0, 0, 0, 1176, 1177, 3, 430, 215, 0, 1177, 31, 1, 0, 0, 0, 1178, 1180, 5, 34, 0, 0, 1179, 1181, 3, 60, 30, 0, 1180, 1179, 1, 0, 0, 0, 1180, 1181, 1, 0, 0, 0, 1181, 1183, 1, 0, 0, 0, 1182, 1184, 5, 307, 0, 0, 1183, 1182, 1, 0, 0, 0, 1183, 1184, 1, 0, 0, 0, 1184, 1185, 1, 0, 0, 0, 1185, 1187, 5, 409, 0, 0, 1186, 1188, 3, 774, 387, 0, 1187, 1186, 1, 0, 0, 0, 1187, 1188, 1, 0, 0, 0, 1188, 1189, 1, 0, 0, 0, 1189, 1190, 3, 638, 319, 0, 1190, 1192, 5, 866, 0, 0, 1191, 1193, 3, 78, 39, 0, 1192, 1191, 1, 0, 0, 0, 1192, 1193, 1, 0, 0, 0, 1193, 1198, 1, 0, 0, 0, 1194, 1195, 5, 868, 0, 0, 1195, 1197, 3, 78, 39, 0, 1196, 1194, 1, 0, 0, 0, 1197, 1200, 1, 0, 0, 0, 1198, 1196, 1, 0, 0, 0, 1198, 1199, 1, 0, 0, 0, 1199, 1201, 1, 0, 0, 0, 1200, 1198, 1, 0, 0, 0, 1201, 1202, 5, 867, 0, 0, 1202, 1203, 5, 580, 0, 0, 1203, 1207, 3, 740, 370, 0, 1204, 1206, 3, 80, 40, 0, 1205, 1204, 1, 0, 0, 0, 1206, 1209, 1, 0, 0, 0, 1207, 1205, 1, 0, 0, 0, 1207, 1208, 1, 0, 0, 0, 1208, 1212, 1, 0, 0, 0, 1209, 1207, 1, 0, 0, 0, 1210, 1213, 3, 430, 215, 0, 1211, 1213, 3, 446, 223, 0, 1212, 1210, 1, 0, 0, 0, 1212, 1211, 1, 0, 0, 0, 1213, 33, 1, 0, 0, 0, 1214, 1216, 5, 34, 0, 0, 1215, 1217, 5, 307, 0, 0, 1216, 1215, 1, 0, 0, 0, 1216, 1217, 1, 0, 0, 0, 1217, 1218, 1, 0, 0, 0, 1218, 1220, 5, 409, 0, 0, 1219, 1221, 3, 774, 387, 0, 1220, 1219, 1, 0, 0, 0, 1220, 1221, 1, 0, 0, 0, 1221, 1222, 1, 0, 0, 0, 1222, 1223, 3, 638, 319, 0, 1223, 1224, 5, 580, 0, 0, 1224, 1225, 7, 5, 0, 0, 1225, 1226, 5, 603, 0, 0, 1226, 1227, 5, 882, 0, 0, 1227, 35, 1, 0, 0, 0, 1228, 1229, 5, 34, 0, 0, 1229, 1231, 5, 582, 0, 0, 1230, 1232, 3, 774, 387, 0, 1231, 1230, 1, 0, 0, 0, 1231, 1232, 1, 0, 0, 0, 1232, 1233, 1, 0, 0, 0, 1233, 1234, 3, 662, 331, 0, 1234, 37, 1, 0, 0, 0, 1235, 1236, 5, 34, 0, 0, 1236, 1237, 5, 592, 0, 0, 1237, 1238, 3, 720, 360, 0, 1238, 1239, 5, 67, 0, 0, 1239, 1240, 5, 360, 0, 0, 1240, 1241, 5, 692, 0, 0, 1241, 1242, 7, 6, 0, 0, 1242, 1243, 5, 518, 0, 0, 1243, 1244, 5, 866, 0, 0, 1244, 1249, 3, 82, 41, 0, 1245, 1246, 5, 868, 0, 0, 1246, 1248, 3, 82, 41, 0, 1247, 1245, 1, 0, 0, 0, 1248, 1251, 1, 0, 0, 0, 1249, 1247, 1, 0, 0, 0, 1249, 1250, 1, 0, 0, 0, 1250, 1252, 1, 0, 0, 0, 1251, 1249, 1, 0, 0, 0, 1252, 1253, 5, 867, 0, 0, 1253, 39, 1, 0, 0, 0, 1254, 1256, 5, 34, 0, 0, 1255, 1257, 5, 660, 0, 0, 1256, 1255, 1, 0, 0, 0, 1256, 1257, 1, 0, 0, 0, 1257, 1258, 1, 0, 0, 0, 1258, 1260, 5, 173, 0, 0, 1259, 1261, 3, 774, 387, 0, 1260, 1259, 1, 0, 0, 0, 1260, 1261, 1, 0, 0, 0, 1261, 1262, 1, 0, 0, 0, 1262, 1264, 3, 656, 328, 0, 1263, 1265, 3, 84, 42, 0, 1264, 1263, 1, 0, 0, 0, 1264, 1265, 1, 0, 0, 0, 1265, 1276, 1, 0, 0, 0, 1266, 1273, 3, 102, 51, 0, 1267, 1269, 5, 868, 0, 0, 1268, 1267, 1, 0, 0, 0, 1268, 1269, 1, 0, 0, 0, 1269, 1270, 1, 0, 0, 0, 1270, 1272, 3, 102, 51, 0, 1271, 1268, 1, 0, 0, 0, 1272, 1275, 1, 0, 0, 0, 1273, 1271, 1, 0, 0, 0, 1273, 1274, 1, 0, 0, 0, 1274, 1277, 1, 0, 0, 0, 1275, 1273, 1, 0, 0, 0, 1276, 1266, 1, 0, 0, 0, 1276, 1277, 1, 0, 0, 0, 1277, 1279, 1, 0, 0, 0, 1278, 1280, 3, 108, 54, 0, 1279, 1278, 1, 0, 0, 0, 1279, 1280, 1, 0, 0, 0, 1280, 1282, 1, 0, 0, 0, 1281, 1283, 7, 7, 0, 0, 1282, 1281, 1, 0, 0, 0, 1282, 1283, 1, 0, 0, 0, 1283, 1285, 1, 0, 0, 0, 1284, 1286, 5, 13, 0, 0, 1285, 1284, 1, 0, 0, 0, 1285, 1286, 1, 0, 0, 0, 1286, 1287, 1, 0, 0, 0, 1287, 1288, 3, 208, 104, 0, 1288, 1333, 1, 0, 0, 0, 1289, 1291, 5, 34, 0, 0, 1290, 1292, 5, 660, 0, 0, 1291, 1290, 1, 0, 0, 0, 1291, 1292, 1, 0, 0, 0, 1292, 1293, 1, 0, 0, 0, 1293, 1295, 5, 173, 0, 0, 1294, 1296, 3, 774, 387, 0, 1295, 1294, 1, 0, 0, 0, 1295, 1296, 1, 0, 0, 0, 1296, 1297, 1, 0, 0, 0, 1297, 1305, 3, 656, 328, 0, 1298, 1299, 5, 99, 0, 0, 1299, 1306, 3, 660, 330, 0, 1300, 1301, 5, 866, 0, 0, 1301, 1302, 5, 99, 0, 0, 1302, 1303, 3, 660, 330, 0, 1303, 1304, 5, 867, 0, 0, 1304, 1306, 1, 0, 0, 0, 1305, 1298, 1, 0, 0, 0, 1305, 1300, 1, 0, 0, 0, 1306, 1333, 1, 0, 0, 0, 1307, 1309, 5, 34, 0, 0, 1308, 1310, 5, 660, 0, 0, 1309, 1308, 1, 0, 0, 0, 1309, 1310, 1, 0, 0, 0, 1310, 1311, 1, 0, 0, 0, 1311, 1313, 5, 173, 0, 0, 1312, 1314, 3, 774, 387, 0, 1313, 1312, 1, 0, 0, 0, 1313, 1314, 1, 0, 0, 0, 1314, 1315, 1, 0, 0, 0, 1315, 1316, 3, 656, 328, 0, 1316, 1327, 3, 84, 42, 0, 1317, 1324, 3, 102, 51, 0, 1318, 1320, 5, 868, 0, 0, 1319, 1318, 1, 0, 0, 0, 1319, 1320, 1, 0, 0, 0, 1320, 1321, 1, 0, 0, 0, 1321, 1323, 3, 102, 51, 0, 1322, 1319, 1, 0, 0, 0, 1323, 1326, 1, 0, 0, 0, 1324, 1322, 1, 0, 0, 0, 1324, 1325, 1, 0, 0, 0, 1325, 1328, 1, 0, 0, 0, 1326, 1324, 1, 0, 0, 0, 1327, 1317, 1, 0, 0, 0, 1327, 1328, 1, 0, 0, 0, 1328, 1330, 1, 0, 0, 0, 1329, 1331, 3, 108, 54, 0, 1330, 1329, 1, 0, 0, 0, 1330, 1331, 1, 0, 0, 0, 1331, 1333, 1, 0, 0, 0, 1332, 1254, 1, 0, 0, 0, 1332, 1289, 1, 0, 0, 0, 1332, 1307, 1, 0, 0, 0, 1333, 41, 1, 0, 0, 0, 1334, 1336, 5, 34, 0, 0, 1335, 1337, 5, 180, 0, 0, 1336, 1335, 1, 0, 0, 0, 1336, 1337, 1, 0, 0, 0, 1337, 1338, 1, 0, 0, 0, 1338, 1339, 5, 658, 0, 0, 1339, 1343, 3, 678, 339, 0, 1340, 1341, 5, 6, 0, 0, 1341, 1342, 5, 361, 0, 0, 1342, 1344, 5, 882, 0, 0, 1343, 1340, 1, 0, 0, 0, 1343, 1344, 1, 0, 0, 0, 1344, 1350, 1, 0, 0, 0, 1345, 1347, 5, 314, 0, 0, 1346, 1348, 5, 857, 0, 0, 1347, 1346, 1, 0, 0, 0, 1347, 1348, 1, 0, 0, 0, 1348, 1349, 1, 0, 0, 0, 1349, 1351, 3, 728, 364, 0, 1350, 1345, 1, 0, 0, 0, 1350, 1351, 1, 0, 0, 0, 1351, 1355, 1, 0, 0, 0, 1352, 1353, 5, 399, 0, 0, 1353, 1354, 5, 857, 0, 0, 1354, 1356, 3, 728, 364, 0, 1355, 1352, 1, 0, 0, 0, 1355, 1356, 1, 0, 0, 0, 1356, 1362, 1, 0, 0, 0, 1357, 1359, 5, 380, 0, 0, 1358, 1360, 5, 857, 0, 0, 1359, 1358, 1, 0, 0, 0, 1359, 1360, 1, 0, 0, 0, 1360, 1361, 1, 0, 0, 0, 1361, 1363, 3, 706, 353, 0, 1362, 1357, 1, 0, 0, 0, 1362, 1363, 1, 0, 0, 0, 1363, 1369, 1, 0, 0, 0, 1364, 1366, 5, 825, 0, 0, 1365, 1367, 5, 857, 0, 0, 1366, 1365, 1, 0, 0, 0, 1366, 1367, 1, 0, 0, 0, 1367, 1368, 1, 0, 0, 0, 1368, 1370, 5, 882, 0, 0, 1369, 1364, 1, 0, 0, 0, 1369, 1370, 1, 0, 0, 0, 1370, 43, 1, 0, 0, 0, 1371, 1373, 5, 34, 0, 0, 1372, 1374, 5, 180, 0, 0, 1373, 1372, 1, 0, 0, 0, 1373, 1374, 1, 0, 0, 0, 1374, 1375, 1, 0, 0, 0, 1375, 1376, 5, 658, 0, 0, 1376, 1377, 3, 678, 339, 0, 1377, 1378, 5, 6, 0, 0, 1378, 1379, 5, 361, 0, 0, 1379, 1380, 5, 882, 0, 0, 1380, 1381, 5, 187, 0, 0, 1381, 1382, 5, 451, 0, 0, 1382, 1383, 5, 74, 0, 0, 1383, 1389, 3, 720, 360, 0, 1384, 1386, 5, 393, 0, 0, 1385, 1387, 5, 857, 0, 0, 1386, 1385, 1, 0, 0, 0, 1386, 1387, 1, 0, 0, 0, 1387, 1388, 1, 0, 0, 0, 1388, 1390, 3, 728, 364, 0, 1389, 1384, 1, 0, 0, 0, 1389, 1390, 1, 0, 0, 0, 1390, 1396, 1, 0, 0, 0, 1391, 1393, 5, 428, 0, 0, 1392, 1394, 5, 857, 0, 0, 1393, 1392, 1, 0, 0, 0, 1393, 1394, 1, 0, 0, 0, 1394, 1395, 1, 0, 0, 0, 1395, 1397, 3, 728, 364, 0, 1396, 1391, 1, 0, 0, 0, 1396, 1397, 1, 0, 0, 0, 1397, 1403, 1, 0, 0, 0, 1398, 1400, 5, 314, 0, 0, 1399, 1401, 5, 857, 0, 0, 1400, 1399, 1, 0, 0, 0, 1400, 1401, 1, 0, 0, 0, 1401, 1402, 1, 0, 0, 0, 1402, 1404, 3, 728, 364, 0, 1403, 1398, 1, 0, 0, 0, 1403, 1404, 1, 0, 0, 0, 1404, 1410, 1, 0, 0, 0, 1405, 1407, 5, 481, 0, 0, 1406, 1408, 5, 857, 0, 0, 1407, 1406, 1, 0, 0, 0, 1407, 1408, 1, 0, 0, 0, 1408, 1409, 1, 0, 0, 0, 1409, 1411, 3, 728, 364, 0, 1410, 1405, 1, 0, 0, 0, 1410, 1411, 1, 0, 0, 0, 1411, 1417, 1, 0, 0, 0, 1412, 1414, 5, 504, 0, 0, 1413, 1415, 5, 857, 0, 0, 1414, 1413, 1, 0, 0, 0, 1414, 1415, 1, 0, 0, 0, 1415, 1416, 1, 0, 0, 0, 1416, 1418, 3, 720, 360, 0, 1417, 1412, 1, 0, 0, 0, 1417, 1418, 1, 0, 0, 0, 1418, 1420, 1, 0, 0, 0, 1419, 1421, 5, 687, 0, 0, 1420, 1419, 1, 0, 0, 0, 1420, 1421, 1, 0, 0, 0, 1421, 1427, 1, 0, 0, 0, 1422, 1424, 5, 340, 0, 0, 1423, 1425, 5, 857, 0, 0, 1424, 1423, 1, 0, 0, 0, 1424, 1425, 1, 0, 0, 0, 1425, 1426, 1, 0, 0, 0, 1426, 1428, 5, 882, 0, 0, 1427, 1422, 1, 0, 0, 0, 1427, 1428, 1, 0, 0, 0, 1428, 1429, 1, 0, 0, 0, 1429, 1431, 5, 380, 0, 0, 1430, 1432, 5, 857, 0, 0, 1431, 1430, 1, 0, 0, 0, 1431, 1432, 1, 0, 0, 0, 1432, 1433, 1, 0, 0, 0, 1433, 1434, 3, 706, 353, 0, 1434, 45, 1, 0, 0, 0, 1435, 1437, 5, 34, 0, 0, 1436, 1438, 3, 60, 30, 0, 1437, 1436, 1, 0, 0, 0, 1437, 1438, 1, 0, 0, 0, 1438, 1440, 1, 0, 0, 0, 1439, 1441, 3, 774, 387, 0, 1440, 1439, 1, 0, 0, 0, 1440, 1441, 1, 0, 0, 0, 1441, 1442, 1, 0, 0, 0, 1442, 1444, 5, 178, 0, 0, 1443, 1445, 3, 774, 387, 0, 1444, 1443, 1, 0, 0, 0, 1444, 1445, 1, 0, 0, 0, 1445, 1446, 1, 0, 0, 0, 1446, 1447, 3, 716, 358, 0, 1447, 1448, 7, 8, 0, 0, 1448, 1449, 7, 9, 0, 0, 1449, 1450, 5, 119, 0, 0, 1450, 1451, 3, 660, 330, 0, 1451, 1452, 5, 65, 0, 0, 1452, 1453, 5, 52, 0, 0, 1453, 1456, 5, 586, 0, 0, 1454, 1455, 7, 10, 0, 0, 1455, 1457, 3, 716, 358, 0, 1456, 1454, 1, 0, 0, 0, 1456, 1457, 1, 0, 0, 0, 1457, 1458, 1, 0, 0, 0, 1458, 1459, 3, 430, 215, 0, 1459, 47, 1, 0, 0, 0, 1460, 1462, 5, 194, 0, 0, 1461, 1463, 5, 552, 0, 0, 1462, 1461, 1, 0, 0, 0, 1462, 1463, 1, 0, 0, 0, 1463, 1464, 1, 0, 0, 0, 1464, 1465, 3, 50, 25, 0, 1465, 49, 1, 0, 0, 0, 1466, 1478, 3, 720, 360, 0, 1467, 1468, 5, 866, 0, 0, 1468, 1473, 3, 720, 360, 0, 1469, 1470, 5, 868, 0, 0, 1470, 1472, 3, 720, 360, 0, 1471, 1469, 1, 0, 0, 0, 1472, 1475, 1, 0, 0, 0, 1473, 1471, 1, 0, 0, 0, 1473, 1474, 1, 0, 0, 0, 1474, 1476, 1, 0, 0, 0, 1475, 1473, 1, 0, 0, 0, 1476, 1477, 5, 867, 0, 0, 1477, 1479, 1, 0, 0, 0, 1478, 1467, 1, 0, 0, 0, 1478, 1479, 1, 0, 0, 0, 1479, 1480, 1, 0, 0, 0, 1480, 1481, 5, 13, 0, 0, 1481, 1482, 5, 866, 0, 0, 1482, 1483, 3, 8, 4, 0, 1483, 1486, 5, 867, 0, 0, 1484, 1485, 5, 868, 0, 0, 1485, 1487, 3, 50, 25, 0, 1486, 1484, 1, 0, 0, 0, 1486, 1487, 1, 0, 0, 0, 1487, 51, 1, 0, 0, 0, 1488, 1490, 5, 34, 0, 0, 1489, 1491, 3, 776, 388, 0, 1490, 1489, 1, 0, 0, 0, 1490, 1491, 1, 0, 0, 0, 1491, 1495, 1, 0, 0, 0, 1492, 1493, 5, 308, 0, 0, 1493, 1494, 5, 857, 0, 0, 1494, 1496, 7, 11, 0, 0, 1495, 1492, 1, 0, 0, 0, 1495, 1496, 1, 0, 0, 0, 1496, 1498, 1, 0, 0, 0, 1497, 1499, 3, 60, 30, 0, 1498, 1497, 1, 0, 0, 0, 1498, 1499, 1, 0, 0, 0, 1499, 1503, 1, 0, 0, 0, 1500, 1501, 5, 162, 0, 0, 1501, 1502, 5, 591, 0, 0, 1502, 1504, 7, 12, 0, 0, 1503, 1500, 1, 0, 0, 0, 1503, 1504, 1, 0, 0, 0, 1504, 1505, 1, 0, 0, 0, 1505, 1506, 5, 684, 0, 0, 1506, 1518, 3, 642, 321, 0, 1507, 1508, 5, 866, 0, 0, 1508, 1513, 3, 666, 333, 0, 1509, 1510, 5, 868, 0, 0, 1510, 1512, 3, 666, 333, 0, 1511, 1509, 1, 0, 0, 0, 1512, 1515, 1, 0, 0, 0, 1513, 1511, 1, 0, 0, 0, 1513, 1514, 1, 0, 0, 0, 1514, 1516, 1, 0, 0, 0, 1515, 1513, 1, 0, 0, 0, 1516, 1517, 5, 867, 0, 0, 1517, 1519, 1, 0, 0, 0, 1518, 1507, 1, 0, 0, 0, 1518, 1519, 1, 0, 0, 0, 1519, 1520, 1, 0, 0, 0, 1520, 1540, 5, 13, 0, 0, 1521, 1523, 5, 866, 0, 0, 1522, 1524, 3, 48, 24, 0, 1523, 1522, 1, 0, 0, 0, 1523, 1524, 1, 0, 0, 0, 1524, 1525, 1, 0, 0, 0, 1525, 1526, 3, 208, 104, 0, 1526, 1527, 5, 867, 0, 0, 1527, 1541, 1, 0, 0, 0, 1528, 1530, 3, 48, 24, 0, 1529, 1528, 1, 0, 0, 0, 1529, 1530, 1, 0, 0, 0, 1530, 1531, 1, 0, 0, 0, 1531, 1538, 3, 208, 104, 0, 1532, 1534, 5, 194, 0, 0, 1533, 1535, 7, 13, 0, 0, 1534, 1533, 1, 0, 0, 0, 1534, 1535, 1, 0, 0, 0, 1535, 1536, 1, 0, 0, 0, 1536, 1537, 5, 27, 0, 0, 1537, 1539, 5, 121, 0, 0, 1538, 1532, 1, 0, 0, 0, 1538, 1539, 1, 0, 0, 0, 1539, 1541, 1, 0, 0, 0, 1540, 1521, 1, 0, 0, 0, 1540, 1529, 1, 0, 0, 0, 1541, 53, 1, 0, 0, 0, 1542, 1544, 5, 42, 0, 0, 1543, 1542, 1, 0, 0, 0, 1543, 1544, 1, 0, 0, 0, 1544, 1545, 1, 0, 0, 0, 1545, 1547, 3, 56, 28, 0, 1546, 1548, 5, 857, 0, 0, 1547, 1546, 1, 0, 0, 0, 1547, 1548, 1, 0, 0, 0, 1548, 1551, 1, 0, 0, 0, 1549, 1552, 3, 702, 351, 0, 1550, 1552, 5, 42, 0, 0, 1551, 1549, 1, 0, 0, 0, 1551, 1550, 1, 0, 0, 0, 1552, 1576, 1, 0, 0, 0, 1553, 1555, 5, 42, 0, 0, 1554, 1553, 1, 0, 0, 0, 1554, 1555, 1, 0, 0, 0, 1555, 1556, 1, 0, 0, 0, 1556, 1558, 5, 28, 0, 0, 1557, 1559, 5, 857, 0, 0, 1558, 1557, 1, 0, 0, 0, 1558, 1559, 1, 0, 0, 0, 1559, 1560, 1, 0, 0, 0, 1560, 1576, 3, 704, 352, 0, 1561, 1563, 5, 42, 0, 0, 1562, 1561, 1, 0, 0, 0, 1562, 1563, 1, 0, 0, 0, 1563, 1564, 1, 0, 0, 0, 1564, 1566, 5, 376, 0, 0, 1565, 1567, 5, 857, 0, 0, 1566, 1565, 1, 0, 0, 0, 1566, 1567, 1, 0, 0, 0, 1567, 1568, 1, 0, 0, 0, 1568, 1576, 5, 882, 0, 0, 1569, 1570, 5, 135, 0, 0, 1570, 1572, 5, 515, 0, 0, 1571, 1573, 5, 857, 0, 0, 1572, 1571, 1, 0, 0, 0, 1572, 1573, 1, 0, 0, 0, 1573, 1574, 1, 0, 0, 0, 1574, 1576, 7, 14, 0, 0, 1575, 1543, 1, 0, 0, 0, 1575, 1554, 1, 0, 0, 0, 1575, 1562, 1, 0, 0, 0, 1575, 1569, 1, 0, 0, 0, 1576, 55, 1, 0, 0, 0, 1577, 1578, 5, 26, 0, 0, 1578, 1583, 5, 155, 0, 0, 1579, 1583, 5, 823, 0, 0, 1580, 1581, 5, 224, 0, 0, 1581, 1583, 5, 155, 0, 0, 1582, 1577, 1, 0, 0, 0, 1582, 1579, 1, 0, 0, 0, 1582, 1580, 1, 0, 0, 0, 1583, 57, 1, 0, 0, 0, 1584, 1587, 7, 15, 0, 0, 1585, 1586, 5, 866, 0, 0, 1586, 1588, 5, 867, 0, 0, 1587, 1585, 1, 0, 0, 0, 1587, 1588, 1, 0, 0, 0, 1588, 59, 1, 0, 0, 0, 1589, 1590, 5, 364, 0, 0, 1590, 1593, 5, 857, 0, 0, 1591, 1594, 3, 698, 349, 0, 1592, 1594, 3, 58, 29, 0, 1593, 1591, 1, 0, 0, 0, 1593, 1592, 1, 0, 0, 0, 1594, 61, 1, 0, 0, 0, 1595, 1596, 5, 311, 0, 0, 1596, 1600, 3, 64, 32, 0, 1597, 1599, 3, 66, 33, 0, 1598, 1597, 1, 0, 0, 0, 1599, 1602, 1, 0, 0, 0, 1600, 1598, 1, 0, 0, 0, 1600, 1601, 1, 0, 0, 0, 1601, 1630, 1, 0, 0, 0, 1602, 1600, 1, 0, 0, 0, 1603, 1606, 5, 387, 0, 0, 1604, 1607, 3, 726, 363, 0, 1605, 1607, 3, 812, 406, 0, 1606, 1604, 1, 0, 0, 0, 1606, 1605, 1, 0, 0, 0, 1607, 1608, 1, 0, 0, 0, 1608, 1617, 3, 68, 34, 0, 1609, 1610, 5, 641, 0, 0, 1610, 1614, 3, 64, 32, 0, 1611, 1613, 3, 66, 33, 0, 1612, 1611, 1, 0, 0, 0, 1613, 1616, 1, 0, 0, 0, 1614, 1612, 1, 0, 0, 0, 1614, 1615, 1, 0, 0, 0, 1615, 1618, 1, 0, 0, 0, 1616, 1614, 1, 0, 0, 0, 1617, 1609, 1, 0, 0, 0, 1617, 1618, 1, 0, 0, 0, 1618, 1627, 1, 0, 0, 0, 1619, 1620, 5, 379, 0, 0, 1620, 1624, 3, 64, 32, 0, 1621, 1623, 3, 66, 33, 0, 1622, 1621, 1, 0, 0, 0, 1623, 1626, 1, 0, 0, 0, 1624, 1622, 1, 0, 0, 0, 1624, 1625, 1, 0, 0, 0, 1625, 1628, 1, 0, 0, 0, 1626, 1624, 1, 0, 0, 0, 1627, 1619, 1, 0, 0, 0, 1627, 1628, 1, 0, 0, 0, 1628, 1630, 1, 0, 0, 0, 1629, 1595, 1, 0, 0, 0, 1629, 1603, 1, 0, 0, 0, 1630, 63, 1, 0, 0, 0, 1631, 1636, 5, 287, 0, 0, 1632, 1636, 3, 730, 365, 0, 1633, 1636, 3, 726, 363, 0, 1634, 1636, 3, 812, 406, 0, 1635, 1631, 1, 0, 0, 0, 1635, 1632, 1, 0, 0, 0, 1635, 1633, 1, 0, 0, 0, 1635, 1634, 1, 0, 0, 0, 1636, 65, 1, 0, 0, 0, 1637, 1638, 5, 853, 0, 0, 1638, 1641, 5, 87, 0, 0, 1639, 1642, 3, 726, 363, 0, 1640, 1642, 3, 812, 406, 0, 1641, 1639, 1, 0, 0, 0, 1641, 1640, 1, 0, 0, 0, 1642, 1643, 1, 0, 0, 0, 1643, 1644, 3, 68, 34, 0, 1644, 67, 1, 0, 0, 0, 1645, 1659, 3, 838, 419, 0, 1646, 1659, 5, 223, 0, 0, 1647, 1659, 5, 242, 0, 0, 1648, 1659, 5, 243, 0, 0, 1649, 1659, 5, 244, 0, 0, 1650, 1659, 5, 245, 0, 0, 1651, 1659, 5, 246, 0, 0, 1652, 1659, 5, 247, 0, 0, 1653, 1659, 5, 248, 0, 0, 1654, 1659, 5, 249, 0, 0, 1655, 1659, 5, 250, 0, 0, 1656, 1659, 5, 251, 0, 0, 1657, 1659, 5, 252, 0, 0, 1658, 1645, 1, 0, 0, 0, 1658, 1646, 1, 0, 0, 0, 1658, 1647, 1, 0, 0, 0, 1658, 1648, 1, 0, 0, 0, 1658, 1649, 1, 0, 0, 0, 1658, 1650, 1, 0, 0, 0, 1658, 1651, 1, 0, 0, 0, 1658, 1652, 1, 0, 0, 0, 1658, 1653, 1, 0, 0, 0, 1658, 1654, 1, 0, 0, 0, 1658, 1655, 1, 0, 0, 0, 1658, 1656, 1, 0, 0, 0, 1658, 1657, 1, 0, 0, 0, 1659, 69, 1, 0, 0, 0, 1660, 1666, 5, 375, 0, 0, 1661, 1666, 5, 368, 0, 0, 1662, 1663, 5, 368, 0, 0, 1663, 1664, 5, 119, 0, 0, 1664, 1666, 5, 598, 0, 0, 1665, 1660, 1, 0, 0, 0, 1665, 1661, 1, 0, 0, 0, 1665, 1662, 1, 0, 0, 0, 1666, 71, 1, 0, 0, 0, 1667, 1668, 5, 188, 0, 0, 1668, 1669, 7, 16, 0, 0, 1669, 73, 1, 0, 0, 0, 1670, 1672, 5, 443, 0, 0, 1671, 1673, 5, 857, 0, 0, 1672, 1671, 1, 0, 0, 0, 1672, 1673, 1, 0, 0, 0, 1673, 1674, 1, 0, 0, 0, 1674, 1693, 3, 728, 364, 0, 1675, 1693, 3, 72, 36, 0, 1676, 1677, 5, 194, 0, 0, 1677, 1678, 5, 525, 0, 0, 1678, 1693, 3, 720, 360, 0, 1679, 1680, 5, 340, 0, 0, 1680, 1693, 5, 882, 0, 0, 1681, 1693, 7, 17, 0, 0, 1682, 1684, 5, 825, 0, 0, 1683, 1685, 5, 857, 0, 0, 1684, 1683, 1, 0, 0, 0, 1684, 1685, 1, 0, 0, 0, 1685, 1686, 1, 0, 0, 0, 1686, 1693, 5, 882, 0, 0, 1687, 1689, 5, 833, 0, 0, 1688, 1690, 5, 857, 0, 0, 1689, 1688, 1, 0, 0, 0, 1689, 1690, 1, 0, 0, 0, 1690, 1691, 1, 0, 0, 0, 1691, 1693, 5, 882, 0, 0, 1692, 1670, 1, 0, 0, 0, 1692, 1675, 1, 0, 0, 0, 1692, 1676, 1, 0, 0, 0, 1692, 1679, 1, 0, 0, 0, 1692, 1681, 1, 0, 0, 0, 1692, 1682, 1, 0, 0, 0, 1692, 1687, 1, 0, 0, 0, 1693, 75, 1, 0, 0, 0, 1694, 1696, 7, 18, 0, 0, 1695, 1694, 1, 0, 0, 0, 1695, 1696, 1, 0, 0, 0, 1696, 1697, 1, 0, 0, 0, 1697, 1698, 3, 720, 360, 0, 1698, 1699, 3, 740, 370, 0, 1699, 77, 1, 0, 0, 0, 1700, 1701, 3, 720, 360, 0, 1701, 1702, 3, 740, 370, 0, 1702, 79, 1, 0, 0, 0, 1703, 1704, 5, 340, 0, 0, 1704, 1727, 5, 882, 0, 0, 1705, 1706, 5, 444, 0, 0, 1706, 1727, 5, 162, 0, 0, 1707, 1709, 5, 114, 0, 0, 1708, 1707, 1, 0, 0, 0, 1708, 1709, 1, 0, 0, 0, 1709, 1710, 1, 0, 0, 0, 1710, 1727, 5, 47, 0, 0, 1711, 1712, 5, 354, 0, 0, 1712, 1722, 5, 162, 0, 0, 1713, 1714, 5, 502, 0, 0, 1714, 1722, 5, 162, 0, 0, 1715, 1716, 5, 136, 0, 0, 1716, 1717, 5, 162, 0, 0, 1717, 1722, 5, 360, 0, 0, 1718, 1719, 5, 112, 0, 0, 1719, 1720, 5, 162, 0, 0, 1720, 1722, 5, 360, 0, 0, 1721, 1711, 1, 0, 0, 0, 1721, 1713, 1, 0, 0, 0, 1721, 1715, 1, 0, 0, 0, 1721, 1718, 1, 0, 0, 0, 1722, 1727, 1, 0, 0, 0, 1723, 1724, 5, 162, 0, 0, 1724, 1725, 5, 591, 0, 0, 1725, 1727, 7, 12, 0, 0, 1726, 1703, 1, 0, 0, 0, 1726, 1705, 1, 0, 0, 0, 1726, 1708, 1, 0, 0, 0, 1726, 1721, 1, 0, 0, 0, 1726, 1723, 1, 0, 0, 0, 1727, 81, 1, 0, 0, 0, 1728, 1729, 5, 421, 0, 0, 1729, 1743, 5, 882, 0, 0, 1730, 1731, 5, 39, 0, 0, 1731, 1743, 5, 882, 0, 0, 1732, 1733, 5, 678, 0, 0, 1733, 1743, 5, 882, 0, 0, 1734, 1735, 5, 529, 0, 0, 1735, 1743, 5, 882, 0, 0, 1736, 1737, 5, 601, 0, 0, 1737, 1743, 5, 882, 0, 0, 1738, 1739, 5, 519, 0, 0, 1739, 1743, 5, 882, 0, 0, 1740, 1741, 5, 537, 0, 0, 1741, 1743, 3, 726, 363, 0, 1742, 1728, 1, 0, 0, 0, 1742, 1730, 1, 0, 0, 0, 1742, 1732, 1, 0, 0, 0, 1742, 1734, 1, 0, 0, 0, 1742, 1736, 1, 0, 0, 0, 1742, 1738, 1, 0, 0, 0, 1742, 1740, 1, 0, 0, 0, 1743, 83, 1, 0, 0, 0, 1744, 1745, 5, 866, 0, 0, 1745, 1750, 3, 86, 43, 0, 1746, 1747, 5, 868, 0, 0, 1747, 1749, 3, 86, 43, 0, 1748, 1746, 1, 0, 0, 0, 1749, 1752, 1, 0, 0, 0, 1750, 1748, 1, 0, 0, 0, 1750, 1751, 1, 0, 0, 0, 1751, 1753, 1, 0, 0, 0, 1752, 1750, 1, 0, 0, 0, 1753, 1754, 5, 867, 0, 0, 1754, 85, 1, 0, 0, 0, 1755, 1756, 3, 666, 333, 0, 1756, 1757, 3, 92, 46, 0, 1757, 1839, 1, 0, 0, 0, 1758, 1760, 7, 19, 0, 0, 1759, 1761, 3, 650, 325, 0, 1760, 1759, 1, 0, 0, 0, 1760, 1761, 1, 0, 0, 0, 1761, 1763, 1, 0, 0, 0, 1762, 1764, 3, 72, 36, 0, 1763, 1762, 1, 0, 0, 0, 1763, 1764, 1, 0, 0, 0, 1764, 1765, 1, 0, 0, 0, 1765, 1769, 3, 752, 376, 0, 1766, 1768, 3, 74, 37, 0, 1767, 1766, 1, 0, 0, 0, 1768, 1771, 1, 0, 0, 0, 1769, 1767, 1, 0, 0, 0, 1769, 1770, 1, 0, 0, 0, 1770, 1839, 1, 0, 0, 0, 1771, 1769, 1, 0, 0, 0, 1772, 1774, 7, 20, 0, 0, 1773, 1775, 7, 19, 0, 0, 1774, 1773, 1, 0, 0, 0, 1774, 1775, 1, 0, 0, 0, 1775, 1777, 1, 0, 0, 0, 1776, 1778, 3, 650, 325, 0, 1777, 1776, 1, 0, 0, 0, 1777, 1778, 1, 0, 0, 0, 1778, 1779, 1, 0, 0, 0, 1779, 1783, 3, 752, 376, 0, 1780, 1782, 3, 74, 37, 0, 1781, 1780, 1, 0, 0, 0, 1782, 1785, 1, 0, 0, 0, 1783, 1781, 1, 0, 0, 0, 1783, 1784, 1, 0, 0, 0, 1784, 1839, 1, 0, 0, 0, 1785, 1783, 1, 0, 0, 0, 1786, 1788, 3, 90, 45, 0, 1787, 1786, 1, 0, 0, 0, 1787, 1788, 1, 0, 0, 0, 1788, 1789, 1, 0, 0, 0, 1789, 1790, 5, 131, 0, 0, 1790, 1792, 5, 92, 0, 0, 1791, 1793, 3, 72, 36, 0, 1792, 1791, 1, 0, 0, 0, 1792, 1793, 1, 0, 0, 0, 1793, 1794, 1, 0, 0, 0, 1794, 1798, 3, 752, 376, 0, 1795, 1797, 3, 74, 37, 0, 1796, 1795, 1, 0, 0, 0, 1797, 1800, 1, 0, 0, 0, 1798, 1796, 1, 0, 0, 0, 1798, 1799, 1, 0, 0, 0, 1799, 1839, 1, 0, 0, 0, 1800, 1798, 1, 0, 0, 0, 1801, 1803, 3, 90, 45, 0, 1802, 1801, 1, 0, 0, 0, 1802, 1803, 1, 0, 0, 0, 1803, 1804, 1, 0, 0, 0, 1804, 1806, 5, 182, 0, 0, 1805, 1807, 7, 19, 0, 0, 1806, 1805, 1, 0, 0, 0, 1806, 1807, 1, 0, 0, 0, 1807, 1809, 1, 0, 0, 0, 1808, 1810, 3, 650, 325, 0, 1809, 1808, 1, 0, 0, 0, 1809, 1810, 1, 0, 0, 0, 1810, 1812, 1, 0, 0, 0, 1811, 1813, 3, 72, 36, 0, 1812, 1811, 1, 0, 0, 0, 1812, 1813, 1, 0, 0, 0, 1813, 1814, 1, 0, 0, 0, 1814, 1818, 3, 752, 376, 0, 1815, 1817, 3, 74, 37, 0, 1816, 1815, 1, 0, 0, 0, 1817, 1820, 1, 0, 0, 0, 1818, 1816, 1, 0, 0, 0, 1818, 1819, 1, 0, 0, 0, 1819, 1839, 1, 0, 0, 0, 1820, 1818, 1, 0, 0, 0, 1821, 1823, 3, 90, 45, 0, 1822, 1821, 1, 0, 0, 0, 1822, 1823, 1, 0, 0, 0, 1823, 1824, 1, 0, 0, 0, 1824, 1825, 5, 67, 0, 0, 1825, 1827, 5, 92, 0, 0, 1826, 1828, 3, 650, 325, 0, 1827, 1826, 1, 0, 0, 0, 1827, 1828, 1, 0, 0, 0, 1828, 1829, 1, 0, 0, 0, 1829, 1830, 3, 752, 376, 0, 1830, 1831, 3, 96, 48, 0, 1831, 1839, 1, 0, 0, 0, 1832, 1833, 5, 27, 0, 0, 1833, 1834, 5, 866, 0, 0, 1834, 1835, 3, 812, 406, 0, 1835, 1836, 5, 867, 0, 0, 1836, 1839, 1, 0, 0, 0, 1837, 1839, 3, 88, 44, 0, 1838, 1755, 1, 0, 0, 0, 1838, 1758, 1, 0, 0, 0, 1838, 1772, 1, 0, 0, 0, 1838, 1787, 1, 0, 0, 0, 1838, 1802, 1, 0, 0, 0, 1838, 1822, 1, 0, 0, 0, 1838, 1832, 1, 0, 0, 0, 1838, 1837, 1, 0, 0, 0, 1839, 87, 1, 0, 0, 0, 1840, 1842, 3, 90, 45, 0, 1841, 1840, 1, 0, 0, 0, 1841, 1842, 1, 0, 0, 0, 1842, 1843, 1, 0, 0, 0, 1843, 1844, 5, 27, 0, 0, 1844, 1845, 5, 866, 0, 0, 1845, 1846, 3, 812, 406, 0, 1846, 1851, 5, 867, 0, 0, 1847, 1849, 5, 114, 0, 0, 1848, 1847, 1, 0, 0, 0, 1848, 1849, 1, 0, 0, 0, 1849, 1850, 1, 0, 0, 0, 1850, 1852, 5, 57, 0, 0, 1851, 1848, 1, 0, 0, 0, 1851, 1852, 1, 0, 0, 0, 1852, 89, 1, 0, 0, 0, 1853, 1855, 5, 31, 0, 0, 1854, 1856, 3, 720, 360, 0, 1855, 1854, 1, 0, 0, 0, 1855, 1856, 1, 0, 0, 0, 1856, 91, 1, 0, 0, 0, 1857, 1861, 3, 740, 370, 0, 1858, 1860, 3, 94, 47, 0, 1859, 1858, 1, 0, 0, 0, 1860, 1863, 1, 0, 0, 0, 1861, 1859, 1, 0, 0, 0, 1861, 1862, 1, 0, 0, 0, 1862, 93, 1, 0, 0, 0, 1863, 1861, 1, 0, 0, 0, 1864, 1908, 3, 736, 368, 0, 1865, 1866, 5, 42, 0, 0, 1866, 1908, 3, 768, 384, 0, 1867, 1908, 5, 686, 0, 0, 1868, 1908, 5, 435, 0, 0, 1869, 1874, 5, 315, 0, 0, 1870, 1871, 5, 119, 0, 0, 1871, 1872, 5, 185, 0, 0, 1872, 1874, 3, 770, 385, 0, 1873, 1869, 1, 0, 0, 0, 1873, 1870, 1, 0, 0, 0, 1874, 1908, 1, 0, 0, 0, 1875, 1877, 5, 131, 0, 0, 1876, 1875, 1, 0, 0, 0, 1876, 1877, 1, 0, 0, 0, 1877, 1878, 1, 0, 0, 0, 1878, 1908, 5, 92, 0, 0, 1879, 1881, 5, 182, 0, 0, 1880, 1882, 5, 92, 0, 0, 1881, 1880, 1, 0, 0, 0, 1881, 1882, 1, 0, 0, 0, 1882, 1908, 1, 0, 0, 0, 1883, 1884, 5, 340, 0, 0, 1884, 1908, 5, 882, 0, 0, 1885, 1886, 5, 338, 0, 0, 1886, 1908, 7, 21, 0, 0, 1887, 1888, 5, 647, 0, 0, 1888, 1908, 7, 22, 0, 0, 1889, 1908, 3, 96, 48, 0, 1890, 1891, 5, 28, 0, 0, 1891, 1908, 3, 704, 352, 0, 1892, 1893, 5, 71, 0, 0, 1893, 1895, 5, 9, 0, 0, 1894, 1892, 1, 0, 0, 0, 1894, 1895, 1, 0, 0, 0, 1895, 1896, 1, 0, 0, 0, 1896, 1897, 5, 13, 0, 0, 1897, 1898, 5, 866, 0, 0, 1898, 1899, 3, 812, 406, 0, 1899, 1901, 5, 867, 0, 0, 1900, 1902, 7, 23, 0, 0, 1901, 1900, 1, 0, 0, 0, 1901, 1902, 1, 0, 0, 0, 1902, 1908, 1, 0, 0, 0, 1903, 1904, 5, 241, 0, 0, 1904, 1905, 5, 42, 0, 0, 1905, 1908, 5, 682, 0, 0, 1906, 1908, 3, 88, 44, 0, 1907, 1864, 1, 0, 0, 0, 1907, 1865, 1, 0, 0, 0, 1907, 1867, 1, 0, 0, 0, 1907, 1868, 1, 0, 0, 0, 1907, 1873, 1, 0, 0, 0, 1907, 1876, 1, 0, 0, 0, 1907, 1879, 1, 0, 0, 0, 1907, 1883, 1, 0, 0, 0, 1907, 1885, 1, 0, 0, 0, 1907, 1887, 1, 0, 0, 0, 1907, 1889, 1, 0, 0, 0, 1907, 1890, 1, 0, 0, 0, 1907, 1894, 1, 0, 0, 0, 1907, 1903, 1, 0, 0, 0, 1907, 1906, 1, 0, 0, 0, 1908, 95, 1, 0, 0, 0, 1909, 1910, 5, 138, 0, 0, 1910, 1912, 3, 660, 330, 0, 1911, 1913, 3, 752, 376, 0, 1912, 1911, 1, 0, 0, 0, 1912, 1913, 1, 0, 0, 0, 1913, 1916, 1, 0, 0, 0, 1914, 1915, 5, 110, 0, 0, 1915, 1917, 7, 24, 0, 0, 1916, 1914, 1, 0, 0, 0, 1916, 1917, 1, 0, 0, 0, 1917, 1919, 1, 0, 0, 0, 1918, 1920, 3, 98, 49, 0, 1919, 1918, 1, 0, 0, 0, 1919, 1920, 1, 0, 0, 0, 1920, 97, 1, 0, 0, 0, 1921, 1922, 5, 119, 0, 0, 1922, 1923, 5, 44, 0, 0, 1923, 1927, 3, 100, 50, 0, 1924, 1925, 5, 119, 0, 0, 1925, 1926, 5, 185, 0, 0, 1926, 1928, 3, 100, 50, 0, 1927, 1924, 1, 0, 0, 0, 1927, 1928, 1, 0, 0, 0, 1928, 1938, 1, 0, 0, 0, 1929, 1930, 5, 119, 0, 0, 1930, 1931, 5, 185, 0, 0, 1931, 1935, 3, 100, 50, 0, 1932, 1933, 5, 119, 0, 0, 1933, 1934, 5, 44, 0, 0, 1934, 1936, 3, 100, 50, 0, 1935, 1932, 1, 0, 0, 0, 1935, 1936, 1, 0, 0, 0, 1936, 1938, 1, 0, 0, 0, 1937, 1921, 1, 0, 0, 0, 1937, 1929, 1, 0, 0, 0, 1938, 99, 1, 0, 0, 0, 1939, 1948, 5, 146, 0, 0, 1940, 1948, 5, 22, 0, 0, 1941, 1942, 5, 155, 0, 0, 1942, 1948, 5, 116, 0, 0, 1943, 1944, 5, 502, 0, 0, 1944, 1948, 5, 305, 0, 0, 1945, 1946, 5, 155, 0, 0, 1946, 1948, 5, 42, 0, 0, 1947, 1939, 1, 0, 0, 0, 1947, 1940, 1, 0, 0, 0, 1947, 1941, 1, 0, 0, 0, 1947, 1943, 1, 0, 0, 0, 1947, 1945, 1, 0, 0, 0, 1948, 101, 1, 0, 0, 0, 1949, 1951, 5, 380, 0, 0, 1950, 1952, 5, 857, 0, 0, 1951, 1950, 1, 0, 0, 0, 1951, 1952, 1, 0, 0, 0, 1952, 1954, 1, 0, 0, 0, 1953, 1955, 3, 706, 353, 0, 1954, 1953, 1, 0, 0, 0, 1954, 1955, 1, 0, 0, 0, 1955, 2135, 1, 0, 0, 0, 1956, 1958, 5, 825, 0, 0, 1957, 1959, 5, 857, 0, 0, 1958, 1957, 1, 0, 0, 0, 1958, 1959, 1, 0, 0, 0, 1959, 1960, 1, 0, 0, 0, 1960, 2135, 5, 882, 0, 0, 1961, 1963, 5, 314, 0, 0, 1962, 1964, 5, 857, 0, 0, 1963, 1962, 1, 0, 0, 0, 1963, 1964, 1, 0, 0, 0, 1964, 1965, 1, 0, 0, 0, 1965, 2135, 3, 726, 363, 0, 1966, 1968, 5, 315, 0, 0, 1967, 1969, 5, 857, 0, 0, 1968, 1967, 1, 0, 0, 0, 1968, 1969, 1, 0, 0, 0, 1969, 1970, 1, 0, 0, 0, 1970, 2135, 3, 726, 363, 0, 1971, 1973, 5, 316, 0, 0, 1972, 1974, 5, 857, 0, 0, 1973, 1972, 1, 0, 0, 0, 1973, 1974, 1, 0, 0, 0, 1974, 1975, 1, 0, 0, 0, 1975, 2135, 3, 726, 363, 0, 1976, 1978, 5, 42, 0, 0, 1977, 1976, 1, 0, 0, 0, 1977, 1978, 1, 0, 0, 0, 1978, 1979, 1, 0, 0, 0, 1979, 1981, 3, 56, 28, 0, 1980, 1982, 5, 857, 0, 0, 1981, 1980, 1, 0, 0, 0, 1981, 1982, 1, 0, 0, 0, 1982, 1985, 1, 0, 0, 0, 1983, 1986, 3, 702, 351, 0, 1984, 1986, 5, 42, 0, 0, 1985, 1983, 1, 0, 0, 0, 1985, 1984, 1, 0, 0, 0, 1986, 2135, 1, 0, 0, 0, 1987, 1989, 7, 25, 0, 0, 1988, 1990, 5, 857, 0, 0, 1989, 1988, 1, 0, 0, 0, 1989, 1990, 1, 0, 0, 0, 1990, 1991, 1, 0, 0, 0, 1991, 2135, 7, 26, 0, 0, 1992, 1994, 5, 42, 0, 0, 1993, 1992, 1, 0, 0, 0, 1993, 1994, 1, 0, 0, 0, 1994, 1995, 1, 0, 0, 0, 1995, 1997, 5, 28, 0, 0, 1996, 1998, 5, 857, 0, 0, 1997, 1996, 1, 0, 0, 0, 1997, 1998, 1, 0, 0, 0, 1998, 1999, 1, 0, 0, 0, 1999, 2135, 3, 704, 352, 0, 2000, 2002, 5, 340, 0, 0, 2001, 2003, 5, 857, 0, 0, 2002, 2001, 1, 0, 0, 0, 2002, 2003, 1, 0, 0, 0, 2003, 2004, 1, 0, 0, 0, 2004, 2135, 5, 882, 0, 0, 2005, 2007, 5, 346, 0, 0, 2006, 2008, 5, 857, 0, 0, 2007, 2006, 1, 0, 0, 0, 2007, 2008, 1, 0, 0, 0, 2008, 2009, 1, 0, 0, 0, 2009, 2135, 7, 27, 0, 0, 2010, 2012, 5, 349, 0, 0, 2011, 2013, 5, 857, 0, 0, 2012, 2011, 1, 0, 0, 0, 2012, 2013, 1, 0, 0, 0, 2013, 2014, 1, 0, 0, 0, 2014, 2135, 5, 882, 0, 0, 2015, 2016, 7, 28, 0, 0, 2016, 2018, 5, 367, 0, 0, 2017, 2019, 5, 857, 0, 0, 2018, 2017, 1, 0, 0, 0, 2018, 2019, 1, 0, 0, 0, 2019, 2020, 1, 0, 0, 0, 2020, 2135, 5, 882, 0, 0, 2021, 2023, 5, 365, 0, 0, 2022, 2024, 5, 857, 0, 0, 2023, 2022, 1, 0, 0, 0, 2023, 2024, 1, 0, 0, 0, 2024, 2025, 1, 0, 0, 0, 2025, 2135, 7, 26, 0, 0, 2026, 2028, 5, 376, 0, 0, 2027, 2029, 5, 857, 0, 0, 2028, 2027, 1, 0, 0, 0, 2028, 2029, 1, 0, 0, 0, 2029, 2030, 1, 0, 0, 0, 2030, 2135, 5, 882, 0, 0, 2031, 2033, 7, 29, 0, 0, 2032, 2034, 5, 857, 0, 0, 2033, 2032, 1, 0, 0, 0, 2033, 2034, 1, 0, 0, 0, 2034, 2035, 1, 0, 0, 0, 2035, 2135, 7, 26, 0, 0, 2036, 2038, 7, 30, 0, 0, 2037, 2039, 5, 857, 0, 0, 2038, 2037, 1, 0, 0, 0, 2038, 2039, 1, 0, 0, 0, 2039, 2040, 1, 0, 0, 0, 2040, 2135, 3, 726, 363, 0, 2041, 2043, 5, 377, 0, 0, 2042, 2044, 5, 857, 0, 0, 2043, 2042, 1, 0, 0, 0, 2043, 2044, 1, 0, 0, 0, 2044, 2045, 1, 0, 0, 0, 2045, 2135, 3, 726, 363, 0, 2046, 2047, 5, 82, 0, 0, 2047, 2049, 5, 367, 0, 0, 2048, 2050, 5, 857, 0, 0, 2049, 2048, 1, 0, 0, 0, 2049, 2050, 1, 0, 0, 0, 2050, 2051, 1, 0, 0, 0, 2051, 2135, 5, 882, 0, 0, 2052, 2054, 5, 431, 0, 0, 2053, 2055, 5, 857, 0, 0, 2054, 2053, 1, 0, 0, 0, 2054, 2055, 1, 0, 0, 0, 2055, 2056, 1, 0, 0, 0, 2056, 2135, 7, 31, 0, 0, 2057, 2059, 5, 443, 0, 0, 2058, 2060, 5, 857, 0, 0, 2059, 2058, 1, 0, 0, 0, 2059, 2060, 1, 0, 0, 0, 2060, 2061, 1, 0, 0, 0, 2061, 2135, 3, 728, 364, 0, 2062, 2064, 5, 480, 0, 0, 2063, 2065, 5, 857, 0, 0, 2064, 2063, 1, 0, 0, 0, 2064, 2065, 1, 0, 0, 0, 2065, 2066, 1, 0, 0, 0, 2066, 2135, 3, 726, 363, 0, 2067, 2069, 5, 490, 0, 0, 2068, 2070, 5, 857, 0, 0, 2069, 2068, 1, 0, 0, 0, 2069, 2070, 1, 0, 0, 0, 2070, 2071, 1, 0, 0, 0, 2071, 2135, 3, 726, 363, 0, 2072, 2074, 5, 520, 0, 0, 2073, 2075, 5, 857, 0, 0, 2074, 2073, 1, 0, 0, 0, 2074, 2075, 1, 0, 0, 0, 2075, 2076, 1, 0, 0, 0, 2076, 2135, 7, 14, 0, 0, 2077, 2079, 5, 529, 0, 0, 2078, 2080, 5, 857, 0, 0, 2079, 2078, 1, 0, 0, 0, 2079, 2080, 1, 0, 0, 0, 2080, 2081, 1, 0, 0, 0, 2081, 2135, 5, 882, 0, 0, 2082, 2084, 5, 588, 0, 0, 2083, 2085, 5, 857, 0, 0, 2084, 2083, 1, 0, 0, 0, 2084, 2085, 1, 0, 0, 0, 2085, 2086, 1, 0, 0, 0, 2086, 2135, 7, 32, 0, 0, 2087, 2088, 5, 640, 0, 0, 2088, 2135, 5, 664, 0, 0, 2089, 2091, 5, 833, 0, 0, 2090, 2092, 5, 857, 0, 0, 2091, 2090, 1, 0, 0, 0, 2091, 2092, 1, 0, 0, 0, 2092, 2093, 1, 0, 0, 0, 2093, 2135, 5, 882, 0, 0, 2094, 2096, 5, 642, 0, 0, 2095, 2097, 5, 857, 0, 0, 2096, 2095, 1, 0, 0, 0, 2096, 2097, 1, 0, 0, 0, 2097, 2098, 1, 0, 0, 0, 2098, 2135, 7, 14, 0, 0, 2099, 2101, 5, 643, 0, 0, 2100, 2102, 5, 857, 0, 0, 2101, 2100, 1, 0, 0, 0, 2101, 2102, 1, 0, 0, 0, 2102, 2103, 1, 0, 0, 0, 2103, 2135, 7, 14, 0, 0, 2104, 2106, 5, 644, 0, 0, 2105, 2107, 5, 857, 0, 0, 2106, 2105, 1, 0, 0, 0, 2106, 2107, 1, 0, 0, 0, 2107, 2110, 1, 0, 0, 0, 2108, 2111, 5, 42, 0, 0, 2109, 2111, 3, 726, 363, 0, 2110, 2108, 1, 0, 0, 0, 2110, 2109, 1, 0, 0, 0, 2111, 2135, 1, 0, 0, 0, 2112, 2113, 5, 658, 0, 0, 2113, 2115, 3, 680, 340, 0, 2114, 2116, 3, 106, 53, 0, 2115, 2114, 1, 0, 0, 0, 2115, 2116, 1, 0, 0, 0, 2116, 2135, 1, 0, 0, 0, 2117, 2118, 5, 659, 0, 0, 2118, 2119, 5, 857, 0, 0, 2119, 2135, 3, 104, 52, 0, 2120, 2135, 3, 106, 53, 0, 2121, 2123, 5, 665, 0, 0, 2122, 2124, 5, 857, 0, 0, 2123, 2122, 1, 0, 0, 0, 2123, 2124, 1, 0, 0, 0, 2124, 2125, 1, 0, 0, 0, 2125, 2135, 7, 26, 0, 0, 2126, 2128, 5, 181, 0, 0, 2127, 2129, 5, 857, 0, 0, 2128, 2127, 1, 0, 0, 0, 2128, 2129, 1, 0, 0, 0, 2129, 2130, 1, 0, 0, 0, 2130, 2131, 5, 866, 0, 0, 2131, 2132, 3, 658, 329, 0, 2132, 2133, 5, 867, 0, 0, 2133, 2135, 1, 0, 0, 0, 2134, 1949, 1, 0, 0, 0, 2134, 1956, 1, 0, 0, 0, 2134, 1961, 1, 0, 0, 0, 2134, 1966, 1, 0, 0, 0, 2134, 1971, 1, 0, 0, 0, 2134, 1977, 1, 0, 0, 0, 2134, 1987, 1, 0, 0, 0, 2134, 1993, 1, 0, 0, 0, 2134, 2000, 1, 0, 0, 0, 2134, 2005, 1, 0, 0, 0, 2134, 2010, 1, 0, 0, 0, 2134, 2015, 1, 0, 0, 0, 2134, 2021, 1, 0, 0, 0, 2134, 2026, 1, 0, 0, 0, 2134, 2031, 1, 0, 0, 0, 2134, 2036, 1, 0, 0, 0, 2134, 2041, 1, 0, 0, 0, 2134, 2046, 1, 0, 0, 0, 2134, 2052, 1, 0, 0, 0, 2134, 2057, 1, 0, 0, 0, 2134, 2062, 1, 0, 0, 0, 2134, 2067, 1, 0, 0, 0, 2134, 2072, 1, 0, 0, 0, 2134, 2077, 1, 0, 0, 0, 2134, 2082, 1, 0, 0, 0, 2134, 2087, 1, 0, 0, 0, 2134, 2089, 1, 0, 0, 0, 2134, 2094, 1, 0, 0, 0, 2134, 2099, 1, 0, 0, 0, 2134, 2104, 1, 0, 0, 0, 2134, 2112, 1, 0, 0, 0, 2134, 2117, 1, 0, 0, 0, 2134, 2120, 1, 0, 0, 0, 2134, 2121, 1, 0, 0, 0, 2134, 2126, 1, 0, 0, 0, 2135, 103, 1, 0, 0, 0, 2136, 2137, 7, 33, 0, 0, 2137, 105, 1, 0, 0, 0, 2138, 2139, 5, 647, 0, 0, 2139, 2140, 7, 22, 0, 0, 2140, 107, 1, 0, 0, 0, 2141, 2142, 5, 130, 0, 0, 2142, 2143, 5, 20, 0, 0, 2143, 2146, 3, 110, 55, 0, 2144, 2145, 5, 528, 0, 0, 2145, 2147, 3, 726, 363, 0, 2146, 2144, 1, 0, 0, 0, 2146, 2147, 1, 0, 0, 0, 2147, 2155, 1, 0, 0, 0, 2148, 2149, 5, 652, 0, 0, 2149, 2150, 5, 20, 0, 0, 2150, 2153, 3, 112, 56, 0, 2151, 2152, 5, 653, 0, 0, 2152, 2154, 3, 726, 363, 0, 2153, 2151, 1, 0, 0, 0, 2153, 2154, 1, 0, 0, 0, 2154, 2156, 1, 0, 0, 0, 2155, 2148, 1, 0, 0, 0, 2155, 2156, 1, 0, 0, 0, 2156, 2168, 1, 0, 0, 0, 2157, 2158, 5, 866, 0, 0, 2158, 2163, 3, 114, 57, 0, 2159, 2160, 5, 868, 0, 0, 2160, 2162, 3, 114, 57, 0, 2161, 2159, 1, 0, 0, 0, 2162, 2165, 1, 0, 0, 0, 2163, 2161, 1, 0, 0, 0, 2163, 2164, 1, 0, 0, 0, 2164, 2166, 1, 0, 0, 0, 2165, 2163, 1, 0, 0, 0, 2166, 2167, 5, 867, 0, 0, 2167, 2169, 1, 0, 0, 0, 2168, 2157, 1, 0, 0, 0, 2168, 2169, 1, 0, 0, 0, 2169, 109, 1, 0, 0, 0, 2170, 2172, 5, 101, 0, 0, 2171, 2170, 1, 0, 0, 0, 2171, 2172, 1, 0, 0, 0, 2172, 2173, 1, 0, 0, 0, 2173, 2174, 5, 418, 0, 0, 2174, 2175, 5, 866, 0, 0, 2175, 2176, 3, 812, 406, 0, 2176, 2177, 5, 867, 0, 0, 2177, 2217, 1, 0, 0, 0, 2178, 2180, 5, 101, 0, 0, 2179, 2178, 1, 0, 0, 0, 2179, 2180, 1, 0, 0, 0, 2180, 2181, 1, 0, 0, 0, 2181, 2185, 5, 92, 0, 0, 2182, 2183, 5, 308, 0, 0, 2183, 2184, 5, 857, 0, 0, 2184, 2186, 7, 34, 0, 0, 2185, 2182, 1, 0, 0, 0, 2185, 2186, 1, 0, 0, 0, 2186, 2187, 1, 0, 0, 0, 2187, 2189, 5, 866, 0, 0, 2188, 2190, 3, 668, 334, 0, 2189, 2188, 1, 0, 0, 0, 2189, 2190, 1, 0, 0, 0, 2190, 2191, 1, 0, 0, 0, 2191, 2217, 5, 867, 0, 0, 2192, 2202, 5, 134, 0, 0, 2193, 2194, 5, 866, 0, 0, 2194, 2195, 3, 812, 406, 0, 2195, 2196, 5, 867, 0, 0, 2196, 2203, 1, 0, 0, 0, 2197, 2198, 5, 337, 0, 0, 2198, 2199, 5, 866, 0, 0, 2199, 2200, 3, 668, 334, 0, 2200, 2201, 5, 867, 0, 0, 2201, 2203, 1, 0, 0, 0, 2202, 2193, 1, 0, 0, 0, 2202, 2197, 1, 0, 0, 0, 2203, 2217, 1, 0, 0, 0, 2204, 2214, 5, 449, 0, 0, 2205, 2206, 5, 866, 0, 0, 2206, 2207, 3, 812, 406, 0, 2207, 2208, 5, 867, 0, 0, 2208, 2215, 1, 0, 0, 0, 2209, 2210, 5, 337, 0, 0, 2210, 2211, 5, 866, 0, 0, 2211, 2212, 3, 668, 334, 0, 2212, 2213, 5, 867, 0, 0, 2213, 2215, 1, 0, 0, 0, 2214, 2205, 1, 0, 0, 0, 2214, 2209, 1, 0, 0, 0, 2215, 2217, 1, 0, 0, 0, 2216, 2171, 1, 0, 0, 0, 2216, 2179, 1, 0, 0, 0, 2216, 2192, 1, 0, 0, 0, 2216, 2204, 1, 0, 0, 0, 2217, 111, 1, 0, 0, 0, 2218, 2220, 5, 101, 0, 0, 2219, 2218, 1, 0, 0, 0, 2219, 2220, 1, 0, 0, 0, 2220, 2221, 1, 0, 0, 0, 2221, 2222, 5, 418, 0, 0, 2222, 2223, 5, 866, 0, 0, 2223, 2224, 3, 812, 406, 0, 2224, 2225, 5, 867, 0, 0, 2225, 2240, 1, 0, 0, 0, 2226, 2228, 5, 101, 0, 0, 2227, 2226, 1, 0, 0, 0, 2227, 2228, 1, 0, 0, 0, 2228, 2229, 1, 0, 0, 0, 2229, 2233, 5, 92, 0, 0, 2230, 2231, 5, 308, 0, 0, 2231, 2232, 5, 857, 0, 0, 2232, 2234, 7, 34, 0, 0, 2233, 2230, 1, 0, 0, 0, 2233, 2234, 1, 0, 0, 0, 2234, 2235, 1, 0, 0, 0, 2235, 2236, 5, 866, 0, 0, 2236, 2237, 3, 668, 334, 0, 2237, 2238, 5, 867, 0, 0, 2238, 2240, 1, 0, 0, 0, 2239, 2219, 1, 0, 0, 0, 2239, 2227, 1, 0, 0, 0, 2240, 113, 1, 0, 0, 0, 2241, 2242, 5, 130, 0, 0, 2242, 2243, 3, 686, 343, 0, 2243, 2244, 5, 189, 0, 0, 2244, 2245, 5, 447, 0, 0, 2245, 2246, 5, 662, 0, 0, 2246, 2247, 5, 866, 0, 0, 2247, 2252, 3, 116, 58, 0, 2248, 2249, 5, 868, 0, 0, 2249, 2251, 3, 116, 58, 0, 2250, 2248, 1, 0, 0, 0, 2251, 2254, 1, 0, 0, 0, 2252, 2250, 1, 0, 0, 0, 2252, 2253, 1, 0, 0, 0, 2253, 2255, 1, 0, 0, 0, 2254, 2252, 1, 0, 0, 0, 2255, 2259, 5, 867, 0, 0, 2256, 2258, 3, 122, 61, 0, 2257, 2256, 1, 0, 0, 0, 2258, 2261, 1, 0, 0, 0, 2259, 2257, 1, 0, 0, 0, 2259, 2260, 1, 0, 0, 0, 2260, 2273, 1, 0, 0, 0, 2261, 2259, 1, 0, 0, 0, 2262, 2263, 5, 866, 0, 0, 2263, 2268, 3, 120, 60, 0, 2264, 2265, 5, 868, 0, 0, 2265, 2267, 3, 120, 60, 0, 2266, 2264, 1, 0, 0, 0, 2267, 2270, 1, 0, 0, 0, 2268, 2266, 1, 0, 0, 0, 2268, 2269, 1, 0, 0, 0, 2269, 2271, 1, 0, 0, 0, 2270, 2268, 1, 0, 0, 0, 2271, 2272, 5, 867, 0, 0, 2272, 2274, 1, 0, 0, 0, 2273, 2262, 1, 0, 0, 0, 2273, 2274, 1, 0, 0, 0, 2274, 2388, 1, 0, 0, 0, 2275, 2276, 5, 130, 0, 0, 2276, 2277, 3, 686, 343, 0, 2277, 2278, 5, 189, 0, 0, 2278, 2279, 5, 447, 0, 0, 2279, 2280, 5, 662, 0, 0, 2280, 2284, 3, 116, 58, 0, 2281, 2283, 3, 122, 61, 0, 2282, 2281, 1, 0, 0, 0, 2283, 2286, 1, 0, 0, 0, 2284, 2282, 1, 0, 0, 0, 2284, 2285, 1, 0, 0, 0, 2285, 2298, 1, 0, 0, 0, 2286, 2284, 1, 0, 0, 0, 2287, 2288, 5, 866, 0, 0, 2288, 2293, 3, 120, 60, 0, 2289, 2290, 5, 868, 0, 0, 2290, 2292, 3, 120, 60, 0, 2291, 2289, 1, 0, 0, 0, 2292, 2295, 1, 0, 0, 0, 2293, 2291, 1, 0, 0, 0, 2293, 2294, 1, 0, 0, 0, 2294, 2296, 1, 0, 0, 0, 2295, 2293, 1, 0, 0, 0, 2296, 2297, 5, 867, 0, 0, 2297, 2299, 1, 0, 0, 0, 2298, 2287, 1, 0, 0, 0, 2298, 2299, 1, 0, 0, 0, 2299, 2388, 1, 0, 0, 0, 2300, 2301, 5, 130, 0, 0, 2301, 2302, 3, 686, 343, 0, 2302, 2303, 5, 189, 0, 0, 2303, 2304, 5, 80, 0, 0, 2304, 2305, 5, 866, 0, 0, 2305, 2310, 3, 116, 58, 0, 2306, 2307, 5, 868, 0, 0, 2307, 2309, 3, 116, 58, 0, 2308, 2306, 1, 0, 0, 0, 2309, 2312, 1, 0, 0, 0, 2310, 2308, 1, 0, 0, 0, 2310, 2311, 1, 0, 0, 0, 2311, 2313, 1, 0, 0, 0, 2312, 2310, 1, 0, 0, 0, 2313, 2317, 5, 867, 0, 0, 2314, 2316, 3, 122, 61, 0, 2315, 2314, 1, 0, 0, 0, 2316, 2319, 1, 0, 0, 0, 2317, 2315, 1, 0, 0, 0, 2317, 2318, 1, 0, 0, 0, 2318, 2331, 1, 0, 0, 0, 2319, 2317, 1, 0, 0, 0, 2320, 2321, 5, 866, 0, 0, 2321, 2326, 3, 120, 60, 0, 2322, 2323, 5, 868, 0, 0, 2323, 2325, 3, 120, 60, 0, 2324, 2322, 1, 0, 0, 0, 2325, 2328, 1, 0, 0, 0, 2326, 2324, 1, 0, 0, 0, 2326, 2327, 1, 0, 0, 0, 2327, 2329, 1, 0, 0, 0, 2328, 2326, 1, 0, 0, 0, 2329, 2330, 5, 867, 0, 0, 2330, 2332, 1, 0, 0, 0, 2331, 2320, 1, 0, 0, 0, 2331, 2332, 1, 0, 0, 0, 2332, 2388, 1, 0, 0, 0, 2333, 2334, 5, 130, 0, 0, 2334, 2335, 3, 686, 343, 0, 2335, 2336, 5, 189, 0, 0, 2336, 2337, 5, 80, 0, 0, 2337, 2338, 5, 866, 0, 0, 2338, 2343, 3, 118, 59, 0, 2339, 2340, 5, 868, 0, 0, 2340, 2342, 3, 118, 59, 0, 2341, 2339, 1, 0, 0, 0, 2342, 2345, 1, 0, 0, 0, 2343, 2341, 1, 0, 0, 0, 2343, 2344, 1, 0, 0, 0, 2344, 2346, 1, 0, 0, 0, 2345, 2343, 1, 0, 0, 0, 2346, 2350, 5, 867, 0, 0, 2347, 2349, 3, 122, 61, 0, 2348, 2347, 1, 0, 0, 0, 2349, 2352, 1, 0, 0, 0, 2350, 2348, 1, 0, 0, 0, 2350, 2351, 1, 0, 0, 0, 2351, 2364, 1, 0, 0, 0, 2352, 2350, 1, 0, 0, 0, 2353, 2354, 5, 866, 0, 0, 2354, 2359, 3, 120, 60, 0, 2355, 2356, 5, 868, 0, 0, 2356, 2358, 3, 120, 60, 0, 2357, 2355, 1, 0, 0, 0, 2358, 2361, 1, 0, 0, 0, 2359, 2357, 1, 0, 0, 0, 2359, 2360, 1, 0, 0, 0, 2360, 2362, 1, 0, 0, 0, 2361, 2359, 1, 0, 0, 0, 2362, 2363, 5, 867, 0, 0, 2363, 2365, 1, 0, 0, 0, 2364, 2353, 1, 0, 0, 0, 2364, 2365, 1, 0, 0, 0, 2365, 2388, 1, 0, 0, 0, 2366, 2367, 5, 130, 0, 0, 2367, 2371, 3, 686, 343, 0, 2368, 2370, 3, 122, 61, 0, 2369, 2368, 1, 0, 0, 0, 2370, 2373, 1, 0, 0, 0, 2371, 2369, 1, 0, 0, 0, 2371, 2372, 1, 0, 0, 0, 2372, 2385, 1, 0, 0, 0, 2373, 2371, 1, 0, 0, 0, 2374, 2375, 5, 866, 0, 0, 2375, 2380, 3, 120, 60, 0, 2376, 2377, 5, 868, 0, 0, 2377, 2379, 3, 120, 60, 0, 2378, 2376, 1, 0, 0, 0, 2379, 2382, 1, 0, 0, 0, 2380, 2378, 1, 0, 0, 0, 2380, 2381, 1, 0, 0, 0, 2381, 2383, 1, 0, 0, 0, 2382, 2380, 1, 0, 0, 0, 2383, 2384, 5, 867, 0, 0, 2384, 2386, 1, 0, 0, 0, 2385, 2374, 1, 0, 0, 0, 2385, 2386, 1, 0, 0, 0, 2386, 2388, 1, 0, 0, 0, 2387, 2241, 1, 0, 0, 0, 2387, 2275, 1, 0, 0, 0, 2387, 2300, 1, 0, 0, 0, 2387, 2333, 1, 0, 0, 0, 2387, 2366, 1, 0, 0, 0, 2388, 115, 1, 0, 0, 0, 2389, 2393, 3, 738, 369, 0, 2390, 2393, 3, 812, 406, 0, 2391, 2393, 5, 111, 0, 0, 2392, 2389, 1, 0, 0, 0, 2392, 2390, 1, 0, 0, 0, 2392, 2391, 1, 0, 0, 0, 2393, 117, 1, 0, 0, 0, 2394, 2395, 5, 866, 0, 0, 2395, 2398, 3, 116, 58, 0, 2396, 2397, 5, 868, 0, 0, 2397, 2399, 3, 116, 58, 0, 2398, 2396, 1, 0, 0, 0, 2399, 2400, 1, 0, 0, 0, 2400, 2398, 1, 0, 0, 0, 2400, 2401, 1, 0, 0, 0, 2401, 2402, 1, 0, 0, 0, 2402, 2403, 5, 867, 0, 0, 2403, 119, 1, 0, 0, 0, 2404, 2405, 5, 652, 0, 0, 2405, 2409, 3, 720, 360, 0, 2406, 2408, 3, 122, 61, 0, 2407, 2406, 1, 0, 0, 0, 2408, 2411, 1, 0, 0, 0, 2409, 2407, 1, 0, 0, 0, 2409, 2410, 1, 0, 0, 0, 2410, 121, 1, 0, 0, 0, 2411, 2409, 1, 0, 0, 0, 2412, 2414, 5, 42, 0, 0, 2413, 2412, 1, 0, 0, 0, 2413, 2414, 1, 0, 0, 0, 2414, 2416, 1, 0, 0, 0, 2415, 2417, 5, 647, 0, 0, 2416, 2415, 1, 0, 0, 0, 2416, 2417, 1, 0, 0, 0, 2417, 2418, 1, 0, 0, 0, 2418, 2420, 5, 380, 0, 0, 2419, 2421, 5, 857, 0, 0, 2420, 2419, 1, 0, 0, 0, 2420, 2421, 1, 0, 0, 0, 2421, 2422, 1, 0, 0, 0, 2422, 2461, 3, 706, 353, 0, 2423, 2425, 5, 340, 0, 0, 2424, 2426, 5, 857, 0, 0, 2425, 2424, 1, 0, 0, 0, 2425, 2426, 1, 0, 0, 0, 2426, 2427, 1, 0, 0, 0, 2427, 2461, 5, 882, 0, 0, 2428, 2429, 5, 360, 0, 0, 2429, 2431, 5, 367, 0, 0, 2430, 2432, 5, 857, 0, 0, 2431, 2430, 1, 0, 0, 0, 2431, 2432, 1, 0, 0, 0, 2432, 2433, 1, 0, 0, 0, 2433, 2461, 5, 882, 0, 0, 2434, 2435, 5, 82, 0, 0, 2435, 2437, 5, 367, 0, 0, 2436, 2438, 5, 857, 0, 0, 2437, 2436, 1, 0, 0, 0, 2437, 2438, 1, 0, 0, 0, 2438, 2439, 1, 0, 0, 0, 2439, 2461, 5, 882, 0, 0, 2440, 2442, 5, 480, 0, 0, 2441, 2443, 5, 857, 0, 0, 2442, 2441, 1, 0, 0, 0, 2442, 2443, 1, 0, 0, 0, 2443, 2444, 1, 0, 0, 0, 2444, 2461, 3, 726, 363, 0, 2445, 2447, 5, 490, 0, 0, 2446, 2448, 5, 857, 0, 0, 2447, 2446, 1, 0, 0, 0, 2447, 2448, 1, 0, 0, 0, 2448, 2449, 1, 0, 0, 0, 2449, 2461, 3, 726, 363, 0, 2450, 2452, 5, 658, 0, 0, 2451, 2453, 5, 857, 0, 0, 2452, 2451, 1, 0, 0, 0, 2452, 2453, 1, 0, 0, 0, 2453, 2454, 1, 0, 0, 0, 2454, 2461, 3, 680, 340, 0, 2455, 2457, 5, 504, 0, 0, 2456, 2458, 5, 857, 0, 0, 2457, 2456, 1, 0, 0, 0, 2457, 2458, 1, 0, 0, 0, 2458, 2459, 1, 0, 0, 0, 2459, 2461, 3, 720, 360, 0, 2460, 2413, 1, 0, 0, 0, 2460, 2423, 1, 0, 0, 0, 2460, 2428, 1, 0, 0, 0, 2460, 2434, 1, 0, 0, 0, 2460, 2440, 1, 0, 0, 0, 2460, 2445, 1, 0, 0, 0, 2460, 2450, 1, 0, 0, 0, 2460, 2455, 1, 0, 0, 0, 2461, 123, 1, 0, 0, 0, 2462, 2463, 5, 8, 0, 0, 2463, 2465, 7, 0, 0, 0, 2464, 2466, 3, 636, 318, 0, 2465, 2464, 1, 0, 0, 0, 2465, 2466, 1, 0, 0, 0, 2466, 2468, 1, 0, 0, 0, 2467, 2469, 3, 54, 27, 0, 2468, 2467, 1, 0, 0, 0, 2469, 2470, 1, 0, 0, 0, 2470, 2468, 1, 0, 0, 0, 2470, 2471, 1, 0, 0, 0, 2471, 2481, 1, 0, 0, 0, 2472, 2473, 5, 8, 0, 0, 2473, 2474, 7, 0, 0, 0, 2474, 2475, 3, 636, 318, 0, 2475, 2476, 5, 677, 0, 0, 2476, 2477, 5, 360, 0, 0, 2477, 2478, 5, 367, 0, 0, 2478, 2479, 5, 496, 0, 0, 2479, 2481, 1, 0, 0, 0, 2480, 2462, 1, 0, 0, 0, 2480, 2472, 1, 0, 0, 0, 2481, 125, 1, 0, 0, 0, 2482, 2484, 5, 8, 0, 0, 2483, 2485, 3, 60, 30, 0, 2484, 2483, 1, 0, 0, 0, 2484, 2485, 1, 0, 0, 0, 2485, 2486, 1, 0, 0, 0, 2486, 2487, 5, 385, 0, 0, 2487, 2491, 3, 716, 358, 0, 2488, 2489, 5, 119, 0, 0, 2489, 2490, 5, 590, 0, 0, 2490, 2492, 3, 62, 31, 0, 2491, 2488, 1, 0, 0, 0, 2491, 2492, 1, 0, 0, 0, 2492, 2499, 1, 0, 0, 0, 2493, 2494, 5, 119, 0, 0, 2494, 2496, 5, 343, 0, 0, 2495, 2497, 5, 114, 0, 0, 2496, 2495, 1, 0, 0, 0, 2496, 2497, 1, 0, 0, 0, 2497, 2498, 1, 0, 0, 0, 2498, 2500, 5, 541, 0, 0, 2499, 2493, 1, 0, 0, 0, 2499, 2500, 1, 0, 0, 0, 2500, 2504, 1, 0, 0, 0, 2501, 2502, 5, 141, 0, 0, 2502, 2503, 5, 176, 0, 0, 2503, 2505, 3, 716, 358, 0, 2504, 2501, 1, 0, 0, 0, 2504, 2505, 1, 0, 0, 0, 2505, 2507, 1, 0, 0, 0, 2506, 2508, 3, 70, 35, 0, 2507, 2506, 1, 0, 0, 0, 2507, 2508, 1, 0, 0, 0, 2508, 2511, 1, 0, 0, 0, 2509, 2510, 5, 340, 0, 0, 2510, 2512, 5, 882, 0, 0, 2511, 2509, 1, 0, 0, 0, 2511, 2512, 1, 0, 0, 0, 2512, 2515, 1, 0, 0, 0, 2513, 2514, 5, 371, 0, 0, 2514, 2516, 3, 430, 215, 0, 2515, 2513, 1, 0, 0, 0, 2515, 2516, 1, 0, 0, 0, 2516, 127, 1, 0, 0, 0, 2517, 2518, 5, 8, 0, 0, 2518, 2519, 5, 409, 0, 0, 2519, 2523, 3, 640, 320, 0, 2520, 2522, 3, 80, 40, 0, 2521, 2520, 1, 0, 0, 0, 2522, 2525, 1, 0, 0, 0, 2523, 2521, 1, 0, 0, 0, 2523, 2524, 1, 0, 0, 0, 2524, 129, 1, 0, 0, 0, 2525, 2523, 1, 0, 0, 0, 2526, 2527, 5, 8, 0, 0, 2527, 2528, 5, 433, 0, 0, 2528, 2529, 5, 585, 0, 0, 2529, 2530, 5, 801, 0, 0, 2530, 2531, 5, 453, 0, 0, 2531, 2532, 5, 92, 0, 0, 2532, 131, 1, 0, 0, 0, 2533, 2534, 5, 8, 0, 0, 2534, 2535, 5, 451, 0, 0, 2535, 2536, 5, 74, 0, 0, 2536, 2537, 3, 720, 360, 0, 2537, 2538, 5, 6, 0, 0, 2538, 2539, 5, 671, 0, 0, 2539, 2545, 5, 882, 0, 0, 2540, 2542, 5, 428, 0, 0, 2541, 2543, 5, 857, 0, 0, 2542, 2541, 1, 0, 0, 0, 2542, 2543, 1, 0, 0, 0, 2543, 2544, 1, 0, 0, 0, 2544, 2546, 3, 728, 364, 0, 2545, 2540, 1, 0, 0, 0, 2545, 2546, 1, 0, 0, 0, 2546, 2548, 1, 0, 0, 0, 2547, 2549, 5, 687, 0, 0, 2548, 2547, 1, 0, 0, 0, 2548, 2549, 1, 0, 0, 0, 2549, 2550, 1, 0, 0, 0, 2550, 2552, 5, 380, 0, 0, 2551, 2553, 5, 857, 0, 0, 2552, 2551, 1, 0, 0, 0, 2552, 2553, 1, 0, 0, 0, 2553, 2554, 1, 0, 0, 0, 2554, 2555, 3, 706, 353, 0, 2555, 133, 1, 0, 0, 0, 2556, 2557, 5, 8, 0, 0, 2557, 2558, 5, 132, 0, 0, 2558, 2562, 3, 716, 358, 0, 2559, 2561, 3, 80, 40, 0, 2560, 2559, 1, 0, 0, 0, 2561, 2564, 1, 0, 0, 0, 2562, 2560, 1, 0, 0, 0, 2562, 2563, 1, 0, 0, 0, 2563, 135, 1, 0, 0, 0, 2564, 2562, 1, 0, 0, 0, 2565, 2566, 5, 8, 0, 0, 2566, 2567, 5, 592, 0, 0, 2567, 2568, 3, 720, 360, 0, 2568, 2569, 5, 518, 0, 0, 2569, 2570, 5, 866, 0, 0, 2570, 2575, 3, 82, 41, 0, 2571, 2572, 5, 868, 0, 0, 2572, 2574, 3, 82, 41, 0, 2573, 2571, 1, 0, 0, 0, 2574, 2577, 1, 0, 0, 0, 2575, 2573, 1, 0, 0, 0, 2575, 2576, 1, 0, 0, 0, 2576, 2578, 1, 0, 0, 0, 2577, 2575, 1, 0, 0, 0, 2578, 2579, 5, 867, 0, 0, 2579, 137, 1, 0, 0, 0, 2580, 2581, 5, 8, 0, 0, 2581, 2582, 5, 173, 0, 0, 2582, 2591, 3, 660, 330, 0, 2583, 2588, 3, 144, 72, 0, 2584, 2585, 5, 868, 0, 0, 2585, 2587, 3, 144, 72, 0, 2586, 2584, 1, 0, 0, 0, 2587, 2590, 1, 0, 0, 0, 2588, 2586, 1, 0, 0, 0, 2588, 2589, 1, 0, 0, 0, 2589, 2592, 1, 0, 0, 0, 2590, 2588, 1, 0, 0, 0, 2591, 2583, 1, 0, 0, 0, 2591, 2592, 1, 0, 0, 0, 2592, 2600, 1, 0, 0, 0, 2593, 2597, 3, 146, 73, 0, 2594, 2596, 3, 146, 73, 0, 2595, 2594, 1, 0, 0, 0, 2596, 2599, 1, 0, 0, 0, 2597, 2595, 1, 0, 0, 0, 2597, 2598, 1, 0, 0, 0, 2598, 2601, 1, 0, 0, 0, 2599, 2597, 1, 0, 0, 0, 2600, 2593, 1, 0, 0, 0, 2600, 2601, 1, 0, 0, 0, 2601, 139, 1, 0, 0, 0, 2602, 2604, 5, 8, 0, 0, 2603, 2605, 5, 180, 0, 0, 2604, 2603, 1, 0, 0, 0, 2604, 2605, 1, 0, 0, 0, 2605, 2606, 1, 0, 0, 0, 2606, 2607, 5, 658, 0, 0, 2607, 2608, 3, 680, 340, 0, 2608, 2609, 7, 35, 0, 0, 2609, 2610, 5, 361, 0, 0, 2610, 2616, 5, 882, 0, 0, 2611, 2613, 5, 428, 0, 0, 2612, 2614, 5, 857, 0, 0, 2613, 2612, 1, 0, 0, 0, 2613, 2614, 1, 0, 0, 0, 2614, 2615, 1, 0, 0, 0, 2615, 2617, 3, 728, 364, 0, 2616, 2611, 1, 0, 0, 0, 2616, 2617, 1, 0, 0, 0, 2617, 2619, 1, 0, 0, 0, 2618, 2620, 5, 687, 0, 0, 2619, 2618, 1, 0, 0, 0, 2619, 2620, 1, 0, 0, 0, 2620, 2624, 1, 0, 0, 0, 2621, 2622, 5, 141, 0, 0, 2622, 2623, 5, 176, 0, 0, 2623, 2625, 3, 678, 339, 0, 2624, 2621, 1, 0, 0, 0, 2624, 2625, 1, 0, 0, 0, 2625, 2631, 1, 0, 0, 0, 2626, 2628, 5, 314, 0, 0, 2627, 2629, 5, 857, 0, 0, 2628, 2627, 1, 0, 0, 0, 2628, 2629, 1, 0, 0, 0, 2629, 2630, 1, 0, 0, 0, 2630, 2632, 3, 728, 364, 0, 2631, 2626, 1, 0, 0, 0, 2631, 2632, 1, 0, 0, 0, 2632, 2635, 1, 0, 0, 0, 2633, 2634, 5, 155, 0, 0, 2634, 2636, 7, 36, 0, 0, 2635, 2633, 1, 0, 0, 0, 2635, 2636, 1, 0, 0, 0, 2636, 2642, 1, 0, 0, 0, 2637, 2639, 5, 376, 0, 0, 2638, 2640, 5, 857, 0, 0, 2639, 2638, 1, 0, 0, 0, 2639, 2640, 1, 0, 0, 0, 2640, 2641, 1, 0, 0, 0, 2641, 2643, 5, 882, 0, 0, 2642, 2637, 1, 0, 0, 0, 2642, 2643, 1, 0, 0, 0, 2643, 2649, 1, 0, 0, 0, 2644, 2646, 5, 380, 0, 0, 2645, 2647, 5, 857, 0, 0, 2646, 2645, 1, 0, 0, 0, 2646, 2647, 1, 0, 0, 0, 2647, 2648, 1, 0, 0, 0, 2648, 2650, 3, 706, 353, 0, 2649, 2644, 1, 0, 0, 0, 2649, 2650, 1, 0, 0, 0, 2650, 2656, 1, 0, 0, 0, 2651, 2653, 5, 825, 0, 0, 2652, 2654, 5, 857, 0, 0, 2653, 2652, 1, 0, 0, 0, 2653, 2654, 1, 0, 0, 0, 2654, 2655, 1, 0, 0, 0, 2655, 2657, 5, 882, 0, 0, 2656, 2651, 1, 0, 0, 0, 2656, 2657, 1, 0, 0, 0, 2657, 141, 1, 0, 0, 0, 2658, 2662, 5, 8, 0, 0, 2659, 2660, 5, 308, 0, 0, 2660, 2661, 5, 857, 0, 0, 2661, 2663, 7, 11, 0, 0, 2662, 2659, 1, 0, 0, 0, 2662, 2663, 1, 0, 0, 0, 2663, 2665, 1, 0, 0, 0, 2664, 2666, 3, 60, 30, 0, 2665, 2664, 1, 0, 0, 0, 2665, 2666, 1, 0, 0, 0, 2666, 2670, 1, 0, 0, 0, 2667, 2668, 5, 162, 0, 0, 2668, 2669, 5, 591, 0, 0, 2669, 2671, 7, 12, 0, 0, 2670, 2667, 1, 0, 0, 0, 2670, 2671, 1, 0, 0, 0, 2671, 2672, 1, 0, 0, 0, 2672, 2673, 5, 684, 0, 0, 2673, 2678, 3, 644, 322, 0, 2674, 2675, 5, 866, 0, 0, 2675, 2676, 3, 668, 334, 0, 2676, 2677, 5, 867, 0, 0, 2677, 2679, 1, 0, 0, 0, 2678, 2674, 1, 0, 0, 0, 2678, 2679, 1, 0, 0, 0, 2679, 2680, 1, 0, 0, 0, 2680, 2681, 5, 13, 0, 0, 2681, 2688, 3, 208, 104, 0, 2682, 2684, 5, 194, 0, 0, 2683, 2685, 7, 13, 0, 0, 2684, 2683, 1, 0, 0, 0, 2684, 2685, 1, 0, 0, 0, 2685, 2686, 1, 0, 0, 0, 2686, 2687, 5, 27, 0, 0, 2687, 2689, 5, 121, 0, 0, 2688, 2682, 1, 0, 0, 0, 2688, 2689, 1, 0, 0, 0, 2689, 143, 1, 0, 0, 0, 2690, 2697, 3, 102, 51, 0, 2691, 2693, 5, 868, 0, 0, 2692, 2691, 1, 0, 0, 0, 2692, 2693, 1, 0, 0, 0, 2693, 2694, 1, 0, 0, 0, 2694, 2696, 3, 102, 51, 0, 2695, 2692, 1, 0, 0, 0, 2696, 2699, 1, 0, 0, 0, 2697, 2695, 1, 0, 0, 0, 2697, 2698, 1, 0, 0, 0, 2698, 2955, 1, 0, 0, 0, 2699, 2697, 1, 0, 0, 0, 2700, 2702, 5, 6, 0, 0, 2701, 2703, 5, 29, 0, 0, 2702, 2701, 1, 0, 0, 0, 2702, 2703, 1, 0, 0, 0, 2703, 2704, 1, 0, 0, 0, 2704, 2705, 3, 672, 336, 0, 2705, 2709, 3, 92, 46, 0, 2706, 2710, 5, 402, 0, 0, 2707, 2708, 5, 306, 0, 0, 2708, 2710, 3, 672, 336, 0, 2709, 2706, 1, 0, 0, 0, 2709, 2707, 1, 0, 0, 0, 2709, 2710, 1, 0, 0, 0, 2710, 2955, 1, 0, 0, 0, 2711, 2713, 5, 6, 0, 0, 2712, 2714, 5, 29, 0, 0, 2713, 2712, 1, 0, 0, 0, 2713, 2714, 1, 0, 0, 0, 2714, 2715, 1, 0, 0, 0, 2715, 2716, 5, 866, 0, 0, 2716, 2717, 3, 672, 336, 0, 2717, 2724, 3, 92, 46, 0, 2718, 2719, 5, 868, 0, 0, 2719, 2720, 3, 672, 336, 0, 2720, 2721, 3, 92, 46, 0, 2721, 2723, 1, 0, 0, 0, 2722, 2718, 1, 0, 0, 0, 2723, 2726, 1, 0, 0, 0, 2724, 2722, 1, 0, 0, 0, 2724, 2725, 1, 0, 0, 0, 2725, 2727, 1, 0, 0, 0, 2726, 2724, 1, 0, 0, 0, 2727, 2728, 5, 867, 0, 0, 2728, 2955, 1, 0, 0, 0, 2729, 2730, 5, 6, 0, 0, 2730, 2732, 7, 19, 0, 0, 2731, 2733, 3, 650, 325, 0, 2732, 2731, 1, 0, 0, 0, 2732, 2733, 1, 0, 0, 0, 2733, 2735, 1, 0, 0, 0, 2734, 2736, 3, 72, 36, 0, 2735, 2734, 1, 0, 0, 0, 2735, 2736, 1, 0, 0, 0, 2736, 2737, 1, 0, 0, 0, 2737, 2741, 3, 752, 376, 0, 2738, 2740, 3, 74, 37, 0, 2739, 2738, 1, 0, 0, 0, 2740, 2743, 1, 0, 0, 0, 2741, 2739, 1, 0, 0, 0, 2741, 2742, 1, 0, 0, 0, 2742, 2955, 1, 0, 0, 0, 2743, 2741, 1, 0, 0, 0, 2744, 2745, 5, 6, 0, 0, 2745, 2747, 7, 20, 0, 0, 2746, 2748, 7, 19, 0, 0, 2747, 2746, 1, 0, 0, 0, 2747, 2748, 1, 0, 0, 0, 2748, 2750, 1, 0, 0, 0, 2749, 2751, 3, 650, 325, 0, 2750, 2749, 1, 0, 0, 0, 2750, 2751, 1, 0, 0, 0, 2751, 2752, 1, 0, 0, 0, 2752, 2756, 3, 752, 376, 0, 2753, 2755, 3, 74, 37, 0, 2754, 2753, 1, 0, 0, 0, 2755, 2758, 1, 0, 0, 0, 2756, 2754, 1, 0, 0, 0, 2756, 2757, 1, 0, 0, 0, 2757, 2955, 1, 0, 0, 0, 2758, 2756, 1, 0, 0, 0, 2759, 2764, 5, 6, 0, 0, 2760, 2762, 5, 31, 0, 0, 2761, 2763, 3, 720, 360, 0, 2762, 2761, 1, 0, 0, 0, 2762, 2763, 1, 0, 0, 0, 2763, 2765, 1, 0, 0, 0, 2764, 2760, 1, 0, 0, 0, 2764, 2765, 1, 0, 0, 0, 2765, 2766, 1, 0, 0, 0, 2766, 2767, 5, 131, 0, 0, 2767, 2769, 5, 92, 0, 0, 2768, 2770, 3, 72, 36, 0, 2769, 2768, 1, 0, 0, 0, 2769, 2770, 1, 0, 0, 0, 2770, 2771, 1, 0, 0, 0, 2771, 2775, 3, 752, 376, 0, 2772, 2774, 3, 74, 37, 0, 2773, 2772, 1, 0, 0, 0, 2774, 2777, 1, 0, 0, 0, 2775, 2773, 1, 0, 0, 0, 2775, 2776, 1, 0, 0, 0, 2776, 2955, 1, 0, 0, 0, 2777, 2775, 1, 0, 0, 0, 2778, 2783, 5, 6, 0, 0, 2779, 2781, 5, 31, 0, 0, 2780, 2782, 3, 720, 360, 0, 2781, 2780, 1, 0, 0, 0, 2781, 2782, 1, 0, 0, 0, 2782, 2784, 1, 0, 0, 0, 2783, 2779, 1, 0, 0, 0, 2783, 2784, 1, 0, 0, 0, 2784, 2785, 1, 0, 0, 0, 2785, 2787, 5, 182, 0, 0, 2786, 2788, 7, 19, 0, 0, 2787, 2786, 1, 0, 0, 0, 2787, 2788, 1, 0, 0, 0, 2788, 2790, 1, 0, 0, 0, 2789, 2791, 3, 650, 325, 0, 2790, 2789, 1, 0, 0, 0, 2790, 2791, 1, 0, 0, 0, 2791, 2793, 1, 0, 0, 0, 2792, 2794, 3, 72, 36, 0, 2793, 2792, 1, 0, 0, 0, 2793, 2794, 1, 0, 0, 0, 2794, 2795, 1, 0, 0, 0, 2795, 2799, 3, 752, 376, 0, 2796, 2798, 3, 74, 37, 0, 2797, 2796, 1, 0, 0, 0, 2798, 2801, 1, 0, 0, 0, 2799, 2797, 1, 0, 0, 0, 2799, 2800, 1, 0, 0, 0, 2800, 2955, 1, 0, 0, 0, 2801, 2799, 1, 0, 0, 0, 2802, 2807, 5, 6, 0, 0, 2803, 2805, 5, 31, 0, 0, 2804, 2806, 3, 720, 360, 0, 2805, 2804, 1, 0, 0, 0, 2805, 2806, 1, 0, 0, 0, 2806, 2808, 1, 0, 0, 0, 2807, 2803, 1, 0, 0, 0, 2807, 2808, 1, 0, 0, 0, 2808, 2809, 1, 0, 0, 0, 2809, 2810, 5, 67, 0, 0, 2810, 2812, 5, 92, 0, 0, 2811, 2813, 3, 650, 325, 0, 2812, 2811, 1, 0, 0, 0, 2812, 2813, 1, 0, 0, 0, 2813, 2814, 1, 0, 0, 0, 2814, 2815, 3, 752, 376, 0, 2815, 2816, 3, 96, 48, 0, 2816, 2955, 1, 0, 0, 0, 2817, 2819, 5, 6, 0, 0, 2818, 2820, 3, 88, 44, 0, 2819, 2818, 1, 0, 0, 0, 2819, 2820, 1, 0, 0, 0, 2820, 2955, 1, 0, 0, 0, 2821, 2822, 5, 51, 0, 0, 2822, 2823, 7, 37, 0, 0, 2823, 2955, 3, 720, 360, 0, 2824, 2825, 5, 8, 0, 0, 2825, 2826, 7, 37, 0, 0, 2826, 2828, 3, 720, 360, 0, 2827, 2829, 5, 114, 0, 0, 2828, 2827, 1, 0, 0, 0, 2828, 2829, 1, 0, 0, 0, 2829, 2831, 1, 0, 0, 0, 2830, 2832, 5, 57, 0, 0, 2831, 2830, 1, 0, 0, 0, 2831, 2832, 1, 0, 0, 0, 2832, 2955, 1, 0, 0, 0, 2833, 2835, 5, 308, 0, 0, 2834, 2836, 5, 857, 0, 0, 2835, 2834, 1, 0, 0, 0, 2835, 2836, 1, 0, 0, 0, 2836, 2837, 1, 0, 0, 0, 2837, 2955, 7, 38, 0, 0, 2838, 2840, 5, 8, 0, 0, 2839, 2841, 5, 29, 0, 0, 2840, 2839, 1, 0, 0, 0, 2840, 2841, 1, 0, 0, 0, 2841, 2842, 1, 0, 0, 0, 2842, 2850, 3, 672, 336, 0, 2843, 2844, 5, 155, 0, 0, 2844, 2845, 5, 42, 0, 0, 2845, 2851, 3, 768, 384, 0, 2846, 2847, 5, 155, 0, 0, 2847, 2851, 7, 17, 0, 0, 2848, 2849, 5, 51, 0, 0, 2849, 2851, 5, 42, 0, 0, 2850, 2843, 1, 0, 0, 0, 2850, 2846, 1, 0, 0, 0, 2850, 2848, 1, 0, 0, 0, 2851, 2955, 1, 0, 0, 0, 2852, 2853, 5, 8, 0, 0, 2853, 2854, 5, 82, 0, 0, 2854, 2855, 3, 650, 325, 0, 2855, 2856, 7, 17, 0, 0, 2856, 2955, 1, 0, 0, 0, 2857, 2859, 5, 25, 0, 0, 2858, 2860, 5, 29, 0, 0, 2859, 2858, 1, 0, 0, 0, 2859, 2860, 1, 0, 0, 0, 2860, 2861, 1, 0, 0, 0, 2861, 2862, 3, 672, 336, 0, 2862, 2863, 3, 666, 333, 0, 2863, 2867, 3, 92, 46, 0, 2864, 2868, 5, 402, 0, 0, 2865, 2866, 5, 306, 0, 0, 2866, 2868, 3, 672, 336, 0, 2867, 2864, 1, 0, 0, 0, 2867, 2865, 1, 0, 0, 0, 2867, 2868, 1, 0, 0, 0, 2868, 2955, 1, 0, 0, 0, 2869, 2871, 5, 42, 0, 0, 2870, 2869, 1, 0, 0, 0, 2870, 2871, 1, 0, 0, 0, 2871, 2872, 1, 0, 0, 0, 2872, 2873, 5, 26, 0, 0, 2873, 2874, 5, 155, 0, 0, 2874, 2875, 5, 857, 0, 0, 2875, 2881, 3, 702, 351, 0, 2876, 2878, 5, 28, 0, 0, 2877, 2879, 5, 857, 0, 0, 2878, 2877, 1, 0, 0, 0, 2878, 2879, 1, 0, 0, 0, 2879, 2880, 1, 0, 0, 0, 2880, 2882, 3, 704, 352, 0, 2881, 2876, 1, 0, 0, 0, 2881, 2882, 1, 0, 0, 0, 2882, 2955, 1, 0, 0, 0, 2883, 2884, 5, 33, 0, 0, 2884, 2888, 5, 176, 0, 0, 2885, 2889, 5, 823, 0, 0, 2886, 2887, 5, 26, 0, 0, 2887, 2889, 5, 155, 0, 0, 2888, 2885, 1, 0, 0, 0, 2888, 2886, 1, 0, 0, 0, 2889, 2890, 1, 0, 0, 0, 2890, 2893, 3, 702, 351, 0, 2891, 2892, 5, 28, 0, 0, 2892, 2894, 3, 704, 352, 0, 2893, 2891, 1, 0, 0, 0, 2893, 2894, 1, 0, 0, 0, 2894, 2955, 1, 0, 0, 0, 2895, 2896, 7, 39, 0, 0, 2896, 2955, 5, 93, 0, 0, 2897, 2898, 7, 40, 0, 0, 2898, 2955, 5, 658, 0, 0, 2899, 2901, 5, 51, 0, 0, 2900, 2902, 5, 29, 0, 0, 2901, 2900, 1, 0, 0, 0, 2901, 2902, 1, 0, 0, 0, 2902, 2903, 1, 0, 0, 0, 2903, 2955, 3, 672, 336, 0, 2904, 2905, 5, 51, 0, 0, 2905, 2906, 7, 19, 0, 0, 2906, 2955, 3, 650, 325, 0, 2907, 2908, 5, 51, 0, 0, 2908, 2909, 5, 131, 0, 0, 2909, 2955, 5, 92, 0, 0, 2910, 2911, 5, 51, 0, 0, 2911, 2912, 5, 67, 0, 0, 2912, 2913, 5, 92, 0, 0, 2913, 2955, 3, 720, 360, 0, 2914, 2955, 5, 66, 0, 0, 2915, 2917, 5, 104, 0, 0, 2916, 2918, 5, 857, 0, 0, 2917, 2916, 1, 0, 0, 0, 2917, 2918, 1, 0, 0, 0, 2918, 2919, 1, 0, 0, 0, 2919, 2955, 7, 4, 0, 0, 2920, 2922, 5, 492, 0, 0, 2921, 2923, 5, 29, 0, 0, 2922, 2921, 1, 0, 0, 0, 2922, 2923, 1, 0, 0, 0, 2923, 2924, 1, 0, 0, 0, 2924, 2925, 3, 672, 336, 0, 2925, 2929, 3, 92, 46, 0, 2926, 2930, 5, 402, 0, 0, 2927, 2928, 5, 306, 0, 0, 2928, 2930, 3, 672, 336, 0, 2929, 2926, 1, 0, 0, 0, 2929, 2927, 1, 0, 0, 0, 2929, 2930, 1, 0, 0, 0, 2930, 2955, 1, 0, 0, 0, 2931, 2932, 5, 125, 0, 0, 2932, 2933, 5, 20, 0, 0, 2933, 2955, 3, 668, 334, 0, 2934, 2935, 5, 141, 0, 0, 2935, 2936, 5, 29, 0, 0, 2936, 2937, 3, 672, 336, 0, 2937, 2938, 5, 176, 0, 0, 2938, 2939, 3, 666, 333, 0, 2939, 2955, 1, 0, 0, 0, 2940, 2941, 5, 141, 0, 0, 2941, 2942, 7, 19, 0, 0, 2942, 2943, 3, 650, 325, 0, 2943, 2944, 5, 176, 0, 0, 2944, 2945, 3, 646, 323, 0, 2945, 2955, 1, 0, 0, 0, 2946, 2948, 5, 141, 0, 0, 2947, 2949, 7, 41, 0, 0, 2948, 2947, 1, 0, 0, 0, 2948, 2949, 1, 0, 0, 0, 2949, 2950, 1, 0, 0, 0, 2950, 2955, 3, 656, 328, 0, 2951, 2952, 7, 42, 0, 0, 2952, 2955, 5, 681, 0, 0, 2953, 2955, 3, 146, 73, 0, 2954, 2690, 1, 0, 0, 0, 2954, 2700, 1, 0, 0, 0, 2954, 2711, 1, 0, 0, 0, 2954, 2729, 1, 0, 0, 0, 2954, 2744, 1, 0, 0, 0, 2954, 2759, 1, 0, 0, 0, 2954, 2778, 1, 0, 0, 0, 2954, 2802, 1, 0, 0, 0, 2954, 2817, 1, 0, 0, 0, 2954, 2821, 1, 0, 0, 0, 2954, 2824, 1, 0, 0, 0, 2954, 2833, 1, 0, 0, 0, 2954, 2838, 1, 0, 0, 0, 2954, 2852, 1, 0, 0, 0, 2954, 2857, 1, 0, 0, 0, 2954, 2870, 1, 0, 0, 0, 2954, 2883, 1, 0, 0, 0, 2954, 2895, 1, 0, 0, 0, 2954, 2897, 1, 0, 0, 0, 2954, 2899, 1, 0, 0, 0, 2954, 2904, 1, 0, 0, 0, 2954, 2907, 1, 0, 0, 0, 2954, 2910, 1, 0, 0, 0, 2954, 2914, 1, 0, 0, 0, 2954, 2915, 1, 0, 0, 0, 2954, 2920, 1, 0, 0, 0, 2954, 2931, 1, 0, 0, 0, 2954, 2934, 1, 0, 0, 0, 2954, 2940, 1, 0, 0, 0, 2954, 2946, 1, 0, 0, 0, 2954, 2951, 1, 0, 0, 0, 2954, 2953, 1, 0, 0, 0, 2955, 145, 1, 0, 0, 0, 2956, 2957, 5, 6, 0, 0, 2957, 2958, 5, 130, 0, 0, 2958, 2959, 5, 866, 0, 0, 2959, 2964, 3, 114, 57, 0, 2960, 2961, 5, 868, 0, 0, 2961, 2963, 3, 114, 57, 0, 2962, 2960, 1, 0, 0, 0, 2963, 2966, 1, 0, 0, 0, 2964, 2962, 1, 0, 0, 0, 2964, 2965, 1, 0, 0, 0, 2965, 2967, 1, 0, 0, 0, 2966, 2964, 1, 0, 0, 0, 2967, 2968, 5, 867, 0, 0, 2968, 3055, 1, 0, 0, 0, 2969, 2970, 5, 51, 0, 0, 2970, 2971, 5, 130, 0, 0, 2971, 3055, 3, 684, 342, 0, 2972, 2973, 5, 369, 0, 0, 2973, 2976, 5, 130, 0, 0, 2974, 2977, 3, 684, 342, 0, 2975, 2977, 5, 7, 0, 0, 2976, 2974, 1, 0, 0, 0, 2976, 2975, 1, 0, 0, 0, 2977, 2978, 1, 0, 0, 0, 2978, 3055, 5, 658, 0, 0, 2979, 2980, 5, 425, 0, 0, 2980, 2983, 5, 130, 0, 0, 2981, 2984, 3, 684, 342, 0, 2982, 2984, 5, 7, 0, 0, 2983, 2981, 1, 0, 0, 0, 2983, 2982, 1, 0, 0, 0, 2984, 2985, 1, 0, 0, 0, 2985, 3055, 5, 658, 0, 0, 2986, 2987, 5, 668, 0, 0, 2987, 2990, 5, 130, 0, 0, 2988, 2991, 3, 684, 342, 0, 2989, 2991, 5, 7, 0, 0, 2990, 2988, 1, 0, 0, 0, 2990, 2989, 1, 0, 0, 0, 2991, 3055, 1, 0, 0, 0, 2992, 2993, 5, 335, 0, 0, 2993, 2994, 5, 130, 0, 0, 2994, 3055, 3, 726, 363, 0, 2995, 2996, 5, 561, 0, 0, 2996, 2997, 5, 130, 0, 0, 2997, 2998, 3, 684, 342, 0, 2998, 2999, 5, 88, 0, 0, 2999, 3000, 5, 866, 0, 0, 3000, 3005, 3, 114, 57, 0, 3001, 3002, 5, 868, 0, 0, 3002, 3004, 3, 114, 57, 0, 3003, 3001, 1, 0, 0, 0, 3004, 3007, 1, 0, 0, 0, 3005, 3003, 1, 0, 0, 0, 3005, 3006, 1, 0, 0, 0, 3006, 3008, 1, 0, 0, 0, 3007, 3005, 1, 0, 0, 0, 3008, 3009, 5, 867, 0, 0, 3009, 3055, 1, 0, 0, 0, 3010, 3011, 5, 388, 0, 0, 3011, 3012, 5, 130, 0, 0, 3012, 3013, 3, 686, 343, 0, 3013, 3014, 5, 194, 0, 0, 3014, 3015, 5, 173, 0, 0, 3015, 3018, 3, 660, 330, 0, 3016, 3017, 7, 42, 0, 0, 3017, 3019, 5, 681, 0, 0, 3018, 3016, 1, 0, 0, 0, 3018, 3019, 1, 0, 0, 0, 3019, 3055, 1, 0, 0, 0, 3020, 3021, 5, 10, 0, 0, 3021, 3024, 5, 130, 0, 0, 3022, 3025, 3, 684, 342, 0, 3023, 3025, 5, 7, 0, 0, 3024, 3022, 1, 0, 0, 0, 3024, 3023, 1, 0, 0, 0, 3025, 3055, 1, 0, 0, 0, 3026, 3027, 5, 27, 0, 0, 3027, 3030, 5, 130, 0, 0, 3028, 3031, 3, 684, 342, 0, 3029, 3031, 5, 7, 0, 0, 3030, 3028, 1, 0, 0, 0, 3030, 3029, 1, 0, 0, 0, 3031, 3055, 1, 0, 0, 0, 3032, 3033, 5, 120, 0, 0, 3033, 3036, 5, 130, 0, 0, 3034, 3037, 3, 684, 342, 0, 3035, 3037, 5, 7, 0, 0, 3036, 3034, 1, 0, 0, 0, 3036, 3035, 1, 0, 0, 0, 3037, 3055, 1, 0, 0, 0, 3038, 3039, 5, 550, 0, 0, 3039, 3042, 5, 130, 0, 0, 3040, 3043, 3, 684, 342, 0, 3041, 3043, 5, 7, 0, 0, 3042, 3040, 1, 0, 0, 0, 3042, 3041, 1, 0, 0, 0, 3043, 3055, 1, 0, 0, 0, 3044, 3045, 5, 562, 0, 0, 3045, 3048, 5, 130, 0, 0, 3046, 3049, 3, 684, 342, 0, 3047, 3049, 5, 7, 0, 0, 3048, 3046, 1, 0, 0, 0, 3048, 3047, 1, 0, 0, 0, 3049, 3055, 1, 0, 0, 0, 3050, 3051, 5, 560, 0, 0, 3051, 3055, 5, 527, 0, 0, 3052, 3053, 5, 677, 0, 0, 3053, 3055, 5, 527, 0, 0, 3054, 2956, 1, 0, 0, 0, 3054, 2969, 1, 0, 0, 0, 3054, 2972, 1, 0, 0, 0, 3054, 2979, 1, 0, 0, 0, 3054, 2986, 1, 0, 0, 0, 3054, 2992, 1, 0, 0, 0, 3054, 2995, 1, 0, 0, 0, 3054, 3010, 1, 0, 0, 0, 3054, 3020, 1, 0, 0, 0, 3054, 3026, 1, 0, 0, 0, 3054, 3032, 1, 0, 0, 0, 3054, 3038, 1, 0, 0, 0, 3054, 3044, 1, 0, 0, 0, 3054, 3050, 1, 0, 0, 0, 3054, 3052, 1, 0, 0, 0, 3055, 147, 1, 0, 0, 0, 3056, 3057, 5, 51, 0, 0, 3057, 3059, 7, 0, 0, 0, 3058, 3060, 3, 772, 386, 0, 3059, 3058, 1, 0, 0, 0, 3059, 3060, 1, 0, 0, 0, 3060, 3061, 1, 0, 0, 0, 3061, 3062, 3, 636, 318, 0, 3062, 149, 1, 0, 0, 0, 3063, 3064, 5, 51, 0, 0, 3064, 3066, 5, 385, 0, 0, 3065, 3067, 3, 772, 386, 0, 3066, 3065, 1, 0, 0, 0, 3066, 3067, 1, 0, 0, 0, 3067, 3068, 1, 0, 0, 0, 3068, 3069, 3, 716, 358, 0, 3069, 151, 1, 0, 0, 0, 3070, 3071, 5, 51, 0, 0, 3071, 3073, 5, 82, 0, 0, 3072, 3074, 7, 1, 0, 0, 3073, 3072, 1, 0, 0, 0, 3073, 3074, 1, 0, 0, 0, 3074, 3075, 1, 0, 0, 0, 3075, 3076, 3, 650, 325, 0, 3076, 3077, 5, 119, 0, 0, 3077, 3090, 3, 660, 330, 0, 3078, 3080, 5, 308, 0, 0, 3079, 3081, 5, 857, 0, 0, 3080, 3079, 1, 0, 0, 0, 3080, 3081, 1, 0, 0, 0, 3081, 3082, 1, 0, 0, 0, 3082, 3089, 7, 3, 0, 0, 3083, 3085, 5, 104, 0, 0, 3084, 3086, 5, 857, 0, 0, 3085, 3084, 1, 0, 0, 0, 3085, 3086, 1, 0, 0, 0, 3086, 3087, 1, 0, 0, 0, 3087, 3089, 7, 4, 0, 0, 3088, 3078, 1, 0, 0, 0, 3088, 3083, 1, 0, 0, 0, 3089, 3092, 1, 0, 0, 0, 3090, 3088, 1, 0, 0, 0, 3090, 3091, 1, 0, 0, 0, 3091, 153, 1, 0, 0, 0, 3092, 3090, 1, 0, 0, 0, 3093, 3094, 5, 51, 0, 0, 3094, 3095, 5, 451, 0, 0, 3095, 3096, 5, 74, 0, 0, 3096, 3097, 3, 720, 360, 0, 3097, 3099, 5, 380, 0, 0, 3098, 3100, 5, 857, 0, 0, 3099, 3098, 1, 0, 0, 0, 3099, 3100, 1, 0, 0, 0, 3100, 3101, 1, 0, 0, 0, 3101, 3102, 3, 706, 353, 0, 3102, 155, 1, 0, 0, 0, 3103, 3104, 5, 51, 0, 0, 3104, 3106, 5, 132, 0, 0, 3105, 3107, 3, 772, 386, 0, 3106, 3105, 1, 0, 0, 0, 3106, 3107, 1, 0, 0, 0, 3107, 3108, 1, 0, 0, 0, 3108, 3109, 3, 716, 358, 0, 3109, 157, 1, 0, 0, 0, 3110, 3111, 5, 51, 0, 0, 3111, 3113, 5, 409, 0, 0, 3112, 3114, 3, 772, 386, 0, 3113, 3112, 1, 0, 0, 0, 3113, 3114, 1, 0, 0, 0, 3114, 3115, 1, 0, 0, 0, 3115, 3116, 3, 640, 320, 0, 3116, 159, 1, 0, 0, 0, 3117, 3118, 5, 51, 0, 0, 3118, 3120, 5, 592, 0, 0, 3119, 3121, 3, 772, 386, 0, 3120, 3119, 1, 0, 0, 0, 3120, 3121, 1, 0, 0, 0, 3121, 3122, 1, 0, 0, 0, 3122, 3123, 3, 720, 360, 0, 3123, 161, 1, 0, 0, 0, 3124, 3125, 5, 51, 0, 0, 3125, 3126, 5, 161, 0, 0, 3126, 3127, 5, 137, 0, 0, 3127, 3129, 5, 835, 0, 0, 3128, 3130, 3, 772, 386, 0, 3129, 3128, 1, 0, 0, 0, 3129, 3130, 1, 0, 0, 0, 3130, 3131, 1, 0, 0, 0, 3131, 3132, 5, 883, 0, 0, 3132, 163, 1, 0, 0, 0, 3133, 3135, 5, 51, 0, 0, 3134, 3136, 5, 660, 0, 0, 3135, 3134, 1, 0, 0, 0, 3135, 3136, 1, 0, 0, 0, 3136, 3137, 1, 0, 0, 0, 3137, 3139, 5, 173, 0, 0, 3138, 3140, 3, 772, 386, 0, 3139, 3138, 1, 0, 0, 0, 3139, 3140, 1, 0, 0, 0, 3140, 3141, 1, 0, 0, 0, 3141, 3143, 3, 658, 329, 0, 3142, 3144, 7, 43, 0, 0, 3143, 3142, 1, 0, 0, 0, 3143, 3144, 1, 0, 0, 0, 3144, 165, 1, 0, 0, 0, 3145, 3147, 5, 51, 0, 0, 3146, 3148, 5, 180, 0, 0, 3147, 3146, 1, 0, 0, 0, 3147, 3148, 1, 0, 0, 0, 3148, 3149, 1, 0, 0, 0, 3149, 3150, 5, 658, 0, 0, 3150, 3156, 3, 680, 340, 0, 3151, 3153, 5, 380, 0, 0, 3152, 3154, 5, 857, 0, 0, 3153, 3152, 1, 0, 0, 0, 3153, 3154, 1, 0, 0, 0, 3154, 3155, 1, 0, 0, 0, 3155, 3157, 3, 706, 353, 0, 3156, 3151, 1, 0, 0, 0, 3156, 3157, 1, 0, 0, 0, 3157, 167, 1, 0, 0, 0, 3158, 3159, 5, 51, 0, 0, 3159, 3161, 5, 178, 0, 0, 3160, 3162, 3, 772, 386, 0, 3161, 3160, 1, 0, 0, 0, 3161, 3162, 1, 0, 0, 0, 3162, 3163, 1, 0, 0, 0, 3163, 3164, 3, 716, 358, 0, 3164, 169, 1, 0, 0, 0, 3165, 3166, 5, 51, 0, 0, 3166, 3168, 5, 684, 0, 0, 3167, 3169, 3, 772, 386, 0, 3168, 3167, 1, 0, 0, 0, 3168, 3169, 1, 0, 0, 0, 3169, 3170, 1, 0, 0, 0, 3170, 3175, 3, 644, 322, 0, 3171, 3172, 5, 868, 0, 0, 3172, 3174, 3, 644, 322, 0, 3173, 3171, 1, 0, 0, 0, 3174, 3177, 1, 0, 0, 0, 3175, 3173, 1, 0, 0, 0, 3175, 3176, 1, 0, 0, 0, 3176, 3179, 1, 0, 0, 0, 3177, 3175, 1, 0, 0, 0, 3178, 3180, 7, 43, 0, 0, 3179, 3178, 1, 0, 0, 0, 3179, 3180, 1, 0, 0, 0, 3180, 171, 1, 0, 0, 0, 3181, 3182, 5, 51, 0, 0, 3182, 3184, 5, 582, 0, 0, 3183, 3185, 3, 772, 386, 0, 3184, 3183, 1, 0, 0, 0, 3184, 3185, 1, 0, 0, 0, 3185, 3186, 1, 0, 0, 0, 3186, 3187, 3, 662, 331, 0, 3187, 173, 1, 0, 0, 0, 3188, 3189, 5, 155, 0, 0, 3189, 3190, 5, 42, 0, 0, 3190, 3194, 5, 582, 0, 0, 3191, 3195, 5, 505, 0, 0, 3192, 3195, 5, 7, 0, 0, 3193, 3195, 3, 662, 331, 0, 3194, 3191, 1, 0, 0, 0, 3194, 3192, 1, 0, 0, 0, 3194, 3193, 1, 0, 0, 0, 3195, 3196, 1, 0, 0, 0, 3196, 3197, 5, 176, 0, 0, 3197, 3202, 3, 664, 332, 0, 3198, 3199, 5, 868, 0, 0, 3199, 3201, 3, 664, 332, 0, 3200, 3198, 1, 0, 0, 0, 3201, 3204, 1, 0, 0, 0, 3202, 3200, 1, 0, 0, 0, 3202, 3203, 1, 0, 0, 0, 3203, 3209, 1, 0, 0, 0, 3204, 3202, 1, 0, 0, 0, 3205, 3206, 5, 155, 0, 0, 3206, 3207, 5, 582, 0, 0, 3207, 3209, 3, 476, 238, 0, 3208, 3188, 1, 0, 0, 0, 3208, 3205, 1, 0, 0, 0, 3209, 175, 1, 0, 0, 0, 3210, 3211, 5, 141, 0, 0, 3211, 3212, 5, 173, 0, 0, 3212, 3217, 3, 178, 89, 0, 3213, 3214, 5, 868, 0, 0, 3214, 3216, 3, 178, 89, 0, 3215, 3213, 1, 0, 0, 0, 3216, 3219, 1, 0, 0, 0, 3217, 3215, 1, 0, 0, 0, 3217, 3218, 1, 0, 0, 0, 3218, 177, 1, 0, 0, 0, 3219, 3217, 1, 0, 0, 0, 3220, 3221, 3, 660, 330, 0, 3221, 3222, 5, 176, 0, 0, 3222, 3223, 3, 656, 328, 0, 3223, 179, 1, 0, 0, 0, 3224, 3226, 5, 668, 0, 0, 3225, 3227, 5, 173, 0, 0, 3226, 3225, 1, 0, 0, 0, 3226, 3227, 1, 0, 0, 0, 3227, 3228, 1, 0, 0, 0, 3228, 3229, 3, 660, 330, 0, 3229, 181, 1, 0, 0, 0, 3230, 3231, 5, 21, 0, 0, 3231, 3238, 3, 716, 358, 0, 3232, 3235, 5, 866, 0, 0, 3233, 3236, 3, 762, 381, 0, 3234, 3236, 3, 754, 377, 0, 3235, 3233, 1, 0, 0, 0, 3235, 3234, 1, 0, 0, 0, 3235, 3236, 1, 0, 0, 0, 3236, 3237, 1, 0, 0, 0, 3237, 3239, 5, 867, 0, 0, 3238, 3232, 1, 0, 0, 0, 3238, 3239, 1, 0, 0, 0, 3239, 183, 1, 0, 0, 0, 3240, 3243, 3, 238, 119, 0, 3241, 3243, 3, 240, 120, 0, 3242, 3240, 1, 0, 0, 0, 3242, 3241, 1, 0, 0, 0, 3243, 185, 1, 0, 0, 0, 3244, 3245, 5, 371, 0, 0, 3245, 3246, 3, 754, 377, 0, 3246, 187, 1, 0, 0, 0, 3247, 3252, 3, 242, 121, 0, 3248, 3252, 3, 244, 122, 0, 3249, 3252, 3, 246, 123, 0, 3250, 3252, 3, 248, 124, 0, 3251, 3247, 1, 0, 0, 0, 3251, 3248, 1, 0, 0, 0, 3251, 3249, 1, 0, 0, 0, 3251, 3250, 1, 0, 0, 0, 3252, 189, 1, 0, 0, 0, 3253, 3255, 5, 86, 0, 0, 3254, 3256, 7, 44, 0, 0, 3255, 3254, 1, 0, 0, 0, 3255, 3256, 1, 0, 0, 0, 3256, 3258, 1, 0, 0, 0, 3257, 3259, 5, 79, 0, 0, 3258, 3257, 1, 0, 0, 0, 3258, 3259, 1, 0, 0, 0, 3259, 3261, 1, 0, 0, 0, 3260, 3262, 5, 88, 0, 0, 3261, 3260, 1, 0, 0, 0, 3261, 3262, 1, 0, 0, 0, 3262, 3263, 1, 0, 0, 0, 3263, 3270, 3, 660, 330, 0, 3264, 3265, 5, 130, 0, 0, 3265, 3267, 5, 866, 0, 0, 3266, 3268, 3, 684, 342, 0, 3267, 3266, 1, 0, 0, 0, 3267, 3268, 1, 0, 0, 0, 3268, 3269, 1, 0, 0, 0, 3269, 3271, 5, 867, 0, 0, 3270, 3264, 1, 0, 0, 0, 3270, 3271, 1, 0, 0, 0, 3271, 3283, 1, 0, 0, 0, 3272, 3274, 3, 268, 134, 0, 3273, 3272, 1, 0, 0, 0, 3273, 3274, 1, 0, 0, 0, 3274, 3277, 1, 0, 0, 0, 3275, 3278, 3, 756, 378, 0, 3276, 3278, 3, 194, 97, 0, 3277, 3275, 1, 0, 0, 0, 3277, 3276, 1, 0, 0, 0, 3277, 3278, 1, 0, 0, 0, 3278, 3280, 1, 0, 0, 0, 3279, 3281, 3, 192, 96, 0, 3280, 3279, 1, 0, 0, 0, 3280, 3281, 1, 0, 0, 0, 3281, 3284, 1, 0, 0, 0, 3282, 3284, 3, 230, 115, 0, 3283, 3273, 1, 0, 0, 0, 3283, 3282, 1, 0, 0, 0, 3284, 3286, 1, 0, 0, 0, 3285, 3287, 3, 192, 96, 0, 3286, 3285, 1, 0, 0, 0, 3286, 3287, 1, 0, 0, 0, 3287, 3300, 1, 0, 0, 0, 3288, 3289, 5, 119, 0, 0, 3289, 3290, 5, 373, 0, 0, 3290, 3291, 5, 92, 0, 0, 3291, 3292, 5, 185, 0, 0, 3292, 3297, 3, 232, 116, 0, 3293, 3294, 5, 868, 0, 0, 3294, 3296, 3, 232, 116, 0, 3295, 3293, 1, 0, 0, 0, 3296, 3299, 1, 0, 0, 0, 3297, 3295, 1, 0, 0, 0, 3297, 3298, 1, 0, 0, 0, 3298, 3301, 1, 0, 0, 0, 3299, 3297, 1, 0, 0, 0, 3300, 3288, 1, 0, 0, 0, 3300, 3301, 1, 0, 0, 0, 3301, 191, 1, 0, 0, 0, 3302, 3303, 5, 13, 0, 0, 3303, 3305, 3, 720, 360, 0, 3304, 3306, 3, 268, 134, 0, 3305, 3304, 1, 0, 0, 0, 3305, 3306, 1, 0, 0, 0, 3306, 193, 1, 0, 0, 0, 3307, 3312, 3, 208, 104, 0, 3308, 3309, 5, 173, 0, 0, 3309, 3312, 3, 660, 330, 0, 3310, 3312, 3, 228, 114, 0, 3311, 3307, 1, 0, 0, 0, 3311, 3308, 1, 0, 0, 0, 3311, 3310, 1, 0, 0, 0, 3312, 195, 1, 0, 0, 0, 3313, 3319, 3, 198, 99, 0, 3314, 3316, 5, 828, 0, 0, 3315, 3317, 7, 45, 0, 0, 3316, 3315, 1, 0, 0, 0, 3316, 3317, 1, 0, 0, 0, 3317, 3318, 1, 0, 0, 0, 3318, 3320, 3, 198, 99, 0, 3319, 3314, 1, 0, 0, 0, 3320, 3321, 1, 0, 0, 0, 3321, 3319, 1, 0, 0, 0, 3321, 3322, 1, 0, 0, 0, 3322, 197, 1, 0, 0, 0, 3323, 3325, 5, 866, 0, 0, 3324, 3323, 1, 0, 0, 0, 3324, 3325, 1, 0, 0, 0, 3325, 3326, 1, 0, 0, 0, 3326, 3328, 3, 280, 140, 0, 3327, 3329, 5, 867, 0, 0, 3328, 3327, 1, 0, 0, 0, 3328, 3329, 1, 0, 0, 0, 3329, 199, 1, 0, 0, 0, 3330, 3331, 5, 103, 0, 0, 3331, 3333, 5, 360, 0, 0, 3332, 3334, 7, 46, 0, 0, 3333, 3332, 1, 0, 0, 0, 3333, 3334, 1, 0, 0, 0, 3334, 3336, 1, 0, 0, 0, 3335, 3337, 5, 450, 0, 0, 3336, 3335, 1, 0, 0, 0, 3336, 3337, 1, 0, 0, 0, 3337, 3338, 1, 0, 0, 0, 3338, 3339, 5, 83, 0, 0, 3339, 3341, 5, 882, 0, 0, 3340, 3342, 7, 7, 0, 0, 3341, 3340, 1, 0, 0, 0, 3341, 3342, 1, 0, 0, 0, 3342, 3343, 1, 0, 0, 0, 3343, 3344, 5, 88, 0, 0, 3344, 3345, 5, 173, 0, 0, 3345, 3351, 3, 660, 330, 0, 3346, 3347, 5, 130, 0, 0, 3347, 3348, 5, 866, 0, 0, 3348, 3349, 3, 684, 342, 0, 3349, 3350, 5, 867, 0, 0, 3350, 3352, 1, 0, 0, 0, 3351, 3346, 1, 0, 0, 0, 3351, 3352, 1, 0, 0, 0, 3352, 3356, 1, 0, 0, 0, 3353, 3354, 5, 26, 0, 0, 3354, 3355, 5, 155, 0, 0, 3355, 3357, 3, 702, 351, 0, 3356, 3353, 1, 0, 0, 0, 3356, 3357, 1, 0, 0, 0, 3357, 3364, 1, 0, 0, 0, 3358, 3360, 7, 47, 0, 0, 3359, 3361, 3, 312, 156, 0, 3360, 3359, 1, 0, 0, 0, 3361, 3362, 1, 0, 0, 0, 3362, 3360, 1, 0, 0, 0, 3362, 3363, 1, 0, 0, 0, 3363, 3365, 1, 0, 0, 0, 3364, 3358, 1, 0, 0, 0, 3364, 3365, 1, 0, 0, 0, 3365, 3372, 1, 0, 0, 0, 3366, 3368, 5, 102, 0, 0, 3367, 3369, 3, 314, 157, 0, 3368, 3367, 1, 0, 0, 0, 3369, 3370, 1, 0, 0, 0, 3370, 3368, 1, 0, 0, 0, 3370, 3371, 1, 0, 0, 0, 3371, 3373, 1, 0, 0, 0, 3372, 3366, 1, 0, 0, 0, 3372, 3373, 1, 0, 0, 0, 3373, 3378, 1, 0, 0, 0, 3374, 3375, 5, 79, 0, 0, 3375, 3376, 3, 726, 363, 0, 3376, 3377, 7, 48, 0, 0, 3377, 3379, 1, 0, 0, 0, 3378, 3374, 1, 0, 0, 0, 3378, 3379, 1, 0, 0, 0, 3379, 3391, 1, 0, 0, 0, 3380, 3381, 5, 866, 0, 0, 3381, 3386, 3, 234, 117, 0, 3382, 3383, 5, 868, 0, 0, 3383, 3385, 3, 234, 117, 0, 3384, 3382, 1, 0, 0, 0, 3385, 3388, 1, 0, 0, 0, 3386, 3384, 1, 0, 0, 0, 3386, 3387, 1, 0, 0, 0, 3387, 3389, 1, 0, 0, 0, 3388, 3386, 1, 0, 0, 0, 3389, 3390, 5, 867, 0, 0, 3390, 3392, 1, 0, 0, 0, 3391, 3380, 1, 0, 0, 0, 3391, 3392, 1, 0, 0, 0, 3392, 3402, 1, 0, 0, 0, 3393, 3394, 5, 155, 0, 0, 3394, 3399, 3, 232, 116, 0, 3395, 3396, 5, 868, 0, 0, 3396, 3398, 3, 232, 116, 0, 3397, 3395, 1, 0, 0, 0, 3398, 3401, 1, 0, 0, 0, 3399, 3397, 1, 0, 0, 0, 3399, 3400, 1, 0, 0, 0, 3400, 3403, 1, 0, 0, 0, 3401, 3399, 1, 0, 0, 0, 3402, 3393, 1, 0, 0, 0, 3402, 3403, 1, 0, 0, 0, 3403, 201, 1, 0, 0, 0, 3404, 3405, 5, 103, 0, 0, 3405, 3407, 5, 695, 0, 0, 3406, 3408, 7, 46, 0, 0, 3407, 3406, 1, 0, 0, 0, 3407, 3408, 1, 0, 0, 0, 3408, 3410, 1, 0, 0, 0, 3409, 3411, 5, 450, 0, 0, 3410, 3409, 1, 0, 0, 0, 3410, 3411, 1, 0, 0, 0, 3411, 3412, 1, 0, 0, 0, 3412, 3413, 5, 83, 0, 0, 3413, 3415, 5, 882, 0, 0, 3414, 3416, 7, 7, 0, 0, 3415, 3414, 1, 0, 0, 0, 3415, 3416, 1, 0, 0, 0, 3416, 3417, 1, 0, 0, 0, 3417, 3418, 5, 88, 0, 0, 3418, 3419, 5, 173, 0, 0, 3419, 3423, 3, 660, 330, 0, 3420, 3421, 5, 26, 0, 0, 3421, 3422, 5, 155, 0, 0, 3422, 3424, 3, 702, 351, 0, 3423, 3420, 1, 0, 0, 0, 3423, 3424, 1, 0, 0, 0, 3424, 3435, 1, 0, 0, 0, 3425, 3426, 5, 587, 0, 0, 3426, 3427, 5, 423, 0, 0, 3427, 3429, 5, 20, 0, 0, 3428, 3430, 5, 859, 0, 0, 3429, 3428, 1, 0, 0, 0, 3429, 3430, 1, 0, 0, 0, 3430, 3431, 1, 0, 0, 0, 3431, 3433, 5, 882, 0, 0, 3432, 3434, 5, 858, 0, 0, 3433, 3432, 1, 0, 0, 0, 3433, 3434, 1, 0, 0, 0, 3434, 3436, 1, 0, 0, 0, 3435, 3425, 1, 0, 0, 0, 3435, 3436, 1, 0, 0, 0, 3436, 3441, 1, 0, 0, 0, 3437, 3438, 5, 79, 0, 0, 3438, 3439, 3, 726, 363, 0, 3439, 3440, 7, 48, 0, 0, 3440, 3442, 1, 0, 0, 0, 3441, 3437, 1, 0, 0, 0, 3441, 3442, 1, 0, 0, 0, 3442, 3454, 1, 0, 0, 0, 3443, 3444, 5, 866, 0, 0, 3444, 3449, 3, 234, 117, 0, 3445, 3446, 5, 868, 0, 0, 3446, 3448, 3, 234, 117, 0, 3447, 3445, 1, 0, 0, 0, 3448, 3451, 1, 0, 0, 0, 3449, 3447, 1, 0, 0, 0, 3449, 3450, 1, 0, 0, 0, 3450, 3452, 1, 0, 0, 0, 3451, 3449, 1, 0, 0, 0, 3452, 3453, 5, 867, 0, 0, 3453, 3455, 1, 0, 0, 0, 3454, 3443, 1, 0, 0, 0, 3454, 3455, 1, 0, 0, 0, 3455, 3465, 1, 0, 0, 0, 3456, 3457, 5, 155, 0, 0, 3457, 3462, 3, 232, 116, 0, 3458, 3459, 5, 868, 0, 0, 3459, 3461, 3, 232, 116, 0, 3460, 3458, 1, 0, 0, 0, 3461, 3464, 1, 0, 0, 0, 3462, 3460, 1, 0, 0, 0, 3462, 3463, 1, 0, 0, 0, 3463, 3466, 1, 0, 0, 0, 3464, 3462, 1, 0, 0, 0, 3465, 3456, 1, 0, 0, 0, 3465, 3466, 1, 0, 0, 0, 3466, 203, 1, 0, 0, 0, 3467, 3468, 5, 866, 0, 0, 3468, 3470, 3, 222, 111, 0, 3469, 3471, 3, 256, 128, 0, 3470, 3469, 1, 0, 0, 0, 3470, 3471, 1, 0, 0, 0, 3471, 3473, 1, 0, 0, 0, 3472, 3474, 3, 326, 163, 0, 3473, 3472, 1, 0, 0, 0, 3473, 3474, 1, 0, 0, 0, 3474, 3475, 1, 0, 0, 0, 3475, 3477, 5, 867, 0, 0, 3476, 3478, 3, 256, 128, 0, 3477, 3476, 1, 0, 0, 0, 3477, 3478, 1, 0, 0, 0, 3478, 3480, 1, 0, 0, 0, 3479, 3481, 3, 326, 163, 0, 3480, 3479, 1, 0, 0, 0, 3480, 3481, 1, 0, 0, 0, 3481, 3483, 1, 0, 0, 0, 3482, 3484, 3, 310, 155, 0, 3483, 3482, 1, 0, 0, 0, 3483, 3484, 1, 0, 0, 0, 3484, 205, 1, 0, 0, 0, 3485, 3487, 5, 143, 0, 0, 3486, 3488, 7, 49, 0, 0, 3487, 3486, 1, 0, 0, 0, 3487, 3488, 1, 0, 0, 0, 3488, 3490, 1, 0, 0, 0, 3489, 3491, 5, 88, 0, 0, 3490, 3489, 1, 0, 0, 0, 3490, 3491, 1, 0, 0, 0, 3491, 3492, 1, 0, 0, 0, 3492, 3498, 3, 660, 330, 0, 3493, 3494, 5, 130, 0, 0, 3494, 3495, 5, 866, 0, 0, 3495, 3496, 3, 684, 342, 0, 3496, 3497, 5, 867, 0, 0, 3497, 3499, 1, 0, 0, 0, 3498, 3493, 1, 0, 0, 0, 3498, 3499, 1, 0, 0, 0, 3499, 3508, 1, 0, 0, 0, 3500, 3501, 5, 866, 0, 0, 3501, 3502, 3, 668, 334, 0, 3502, 3503, 5, 867, 0, 0, 3503, 3505, 1, 0, 0, 0, 3504, 3500, 1, 0, 0, 0, 3504, 3505, 1, 0, 0, 0, 3505, 3506, 1, 0, 0, 0, 3506, 3509, 3, 226, 113, 0, 3507, 3509, 3, 230, 115, 0, 3508, 3504, 1, 0, 0, 0, 3508, 3507, 1, 0, 0, 0, 3509, 207, 1, 0, 0, 0, 3510, 3514, 3, 280, 140, 0, 3511, 3513, 3, 282, 141, 0, 3512, 3511, 1, 0, 0, 0, 3513, 3516, 1, 0, 0, 0, 3514, 3512, 1, 0, 0, 0, 3514, 3515, 1, 0, 0, 0, 3515, 3525, 1, 0, 0, 0, 3516, 3514, 1, 0, 0, 0, 3517, 3519, 5, 181, 0, 0, 3518, 3520, 7, 45, 0, 0, 3519, 3518, 1, 0, 0, 0, 3519, 3520, 1, 0, 0, 0, 3520, 3523, 1, 0, 0, 0, 3521, 3524, 3, 280, 140, 0, 3522, 3524, 3, 278, 139, 0, 3523, 3521, 1, 0, 0, 0, 3523, 3522, 1, 0, 0, 0, 3524, 3526, 1, 0, 0, 0, 3525, 3517, 1, 0, 0, 0, 3525, 3526, 1, 0, 0, 0, 3526, 3531, 1, 0, 0, 0, 3527, 3528, 5, 868, 0, 0, 3528, 3530, 3, 284, 142, 0, 3529, 3527, 1, 0, 0, 0, 3530, 3533, 1, 0, 0, 0, 3531, 3529, 1, 0, 0, 0, 3531, 3532, 1, 0, 0, 0, 3532, 3535, 1, 0, 0, 0, 3533, 3531, 1, 0, 0, 0, 3534, 3536, 3, 256, 128, 0, 3535, 3534, 1, 0, 0, 0, 3535, 3536, 1, 0, 0, 0, 3536, 3538, 1, 0, 0, 0, 3537, 3539, 3, 326, 163, 0, 3538, 3537, 1, 0, 0, 0, 3538, 3539, 1, 0, 0, 0, 3539, 3541, 1, 0, 0, 0, 3540, 3542, 3, 236, 118, 0, 3541, 3540, 1, 0, 0, 0, 3541, 3542, 1, 0, 0, 0, 3542, 3544, 1, 0, 0, 0, 3543, 3545, 3, 310, 155, 0, 3544, 3543, 1, 0, 0, 0, 3544, 3545, 1, 0, 0, 0, 3545, 3570, 1, 0, 0, 0, 3546, 3550, 3, 278, 139, 0, 3547, 3549, 3, 282, 141, 0, 3548, 3547, 1, 0, 0, 0, 3549, 3552, 1, 0, 0, 0, 3550, 3548, 1, 0, 0, 0, 3550, 3551, 1, 0, 0, 0, 3551, 3558, 1, 0, 0, 0, 3552, 3550, 1, 0, 0, 0, 3553, 3555, 5, 181, 0, 0, 3554, 3556, 7, 45, 0, 0, 3555, 3554, 1, 0, 0, 0, 3555, 3556, 1, 0, 0, 0, 3556, 3557, 1, 0, 0, 0, 3557, 3559, 3, 278, 139, 0, 3558, 3553, 1, 0, 0, 0, 3558, 3559, 1, 0, 0, 0, 3559, 3561, 1, 0, 0, 0, 3560, 3562, 3, 256, 128, 0, 3561, 3560, 1, 0, 0, 0, 3561, 3562, 1, 0, 0, 0, 3562, 3564, 1, 0, 0, 0, 3563, 3565, 3, 326, 163, 0, 3564, 3563, 1, 0, 0, 0, 3564, 3565, 1, 0, 0, 0, 3565, 3567, 1, 0, 0, 0, 3566, 3568, 3, 236, 118, 0, 3567, 3566, 1, 0, 0, 0, 3567, 3568, 1, 0, 0, 0, 3568, 3570, 1, 0, 0, 0, 3569, 3510, 1, 0, 0, 0, 3569, 3546, 1, 0, 0, 0, 3570, 209, 1, 0, 0, 0, 3571, 3573, 3, 48, 24, 0, 3572, 3571, 1, 0, 0, 0, 3572, 3573, 1, 0, 0, 0, 3573, 3574, 1, 0, 0, 0, 3574, 3576, 3, 212, 106, 0, 3575, 3577, 3, 256, 128, 0, 3576, 3575, 1, 0, 0, 0, 3576, 3577, 1, 0, 0, 0, 3577, 3579, 1, 0, 0, 0, 3578, 3580, 3, 326, 163, 0, 3579, 3578, 1, 0, 0, 0, 3579, 3580, 1, 0, 0, 0, 3580, 3582, 1, 0, 0, 0, 3581, 3583, 3, 310, 155, 0, 3582, 3581, 1, 0, 0, 0, 3582, 3583, 1, 0, 0, 0, 3583, 211, 1, 0, 0, 0, 3584, 3585, 6, 106, -1, 0, 3585, 3586, 3, 214, 107, 0, 3586, 3601, 1, 0, 0, 0, 3587, 3588, 10, 2, 0, 0, 3588, 3590, 5, 181, 0, 0, 3589, 3591, 7, 45, 0, 0, 3590, 3589, 1, 0, 0, 0, 3590, 3591, 1, 0, 0, 0, 3591, 3592, 1, 0, 0, 0, 3592, 3600, 3, 214, 107, 0, 3593, 3594, 10, 1, 0, 0, 3594, 3596, 5, 59, 0, 0, 3595, 3597, 7, 45, 0, 0, 3596, 3595, 1, 0, 0, 0, 3596, 3597, 1, 0, 0, 0, 3597, 3598, 1, 0, 0, 0, 3598, 3600, 3, 214, 107, 0, 3599, 3587, 1, 0, 0, 0, 3599, 3593, 1, 0, 0, 0, 3600, 3603, 1, 0, 0, 0, 3601, 3599, 1, 0, 0, 0, 3601, 3602, 1, 0, 0, 0, 3602, 213, 1, 0, 0, 0, 3603, 3601, 1, 0, 0, 0, 3604, 3605, 6, 107, -1, 0, 3605, 3606, 3, 216, 108, 0, 3606, 3615, 1, 0, 0, 0, 3607, 3608, 10, 1, 0, 0, 3608, 3610, 5, 828, 0, 0, 3609, 3611, 7, 45, 0, 0, 3610, 3609, 1, 0, 0, 0, 3610, 3611, 1, 0, 0, 0, 3611, 3612, 1, 0, 0, 0, 3612, 3614, 3, 216, 108, 0, 3613, 3607, 1, 0, 0, 0, 3614, 3617, 1, 0, 0, 0, 3615, 3613, 1, 0, 0, 0, 3615, 3616, 1, 0, 0, 0, 3616, 215, 1, 0, 0, 0, 3617, 3615, 1, 0, 0, 0, 3618, 3633, 3, 224, 112, 0, 3619, 3620, 5, 866, 0, 0, 3620, 3622, 3, 212, 106, 0, 3621, 3623, 3, 256, 128, 0, 3622, 3621, 1, 0, 0, 0, 3622, 3623, 1, 0, 0, 0, 3623, 3625, 1, 0, 0, 0, 3624, 3626, 3, 326, 163, 0, 3625, 3624, 1, 0, 0, 0, 3625, 3626, 1, 0, 0, 0, 3626, 3628, 1, 0, 0, 0, 3627, 3629, 3, 310, 155, 0, 3628, 3627, 1, 0, 0, 0, 3628, 3629, 1, 0, 0, 0, 3629, 3630, 1, 0, 0, 0, 3630, 3631, 5, 867, 0, 0, 3631, 3633, 1, 0, 0, 0, 3632, 3618, 1, 0, 0, 0, 3632, 3619, 1, 0, 0, 0, 3633, 217, 1, 0, 0, 0, 3634, 3637, 3, 252, 126, 0, 3635, 3637, 3, 254, 127, 0, 3636, 3634, 1, 0, 0, 0, 3636, 3635, 1, 0, 0, 0, 3637, 219, 1, 0, 0, 0, 3638, 3642, 3, 228, 114, 0, 3639, 3640, 5, 125, 0, 0, 3640, 3641, 5, 20, 0, 0, 3641, 3643, 3, 688, 344, 0, 3642, 3639, 1, 0, 0, 0, 3642, 3643, 1, 0, 0, 0, 3643, 3646, 1, 0, 0, 0, 3644, 3645, 5, 100, 0, 0, 3645, 3647, 3, 328, 164, 0, 3646, 3644, 1, 0, 0, 0, 3646, 3647, 1, 0, 0, 0, 3647, 221, 1, 0, 0, 0, 3648, 3653, 3, 224, 112, 0, 3649, 3650, 7, 50, 0, 0, 3650, 3652, 3, 224, 112, 0, 3651, 3649, 1, 0, 0, 0, 3652, 3655, 1, 0, 0, 0, 3653, 3651, 1, 0, 0, 0, 3653, 3654, 1, 0, 0, 0, 3654, 3657, 1, 0, 0, 0, 3655, 3653, 1, 0, 0, 0, 3656, 3658, 3, 256, 128, 0, 3657, 3656, 1, 0, 0, 0, 3657, 3658, 1, 0, 0, 0, 3658, 3660, 1, 0, 0, 0, 3659, 3661, 3, 326, 163, 0, 3660, 3659, 1, 0, 0, 0, 3660, 3661, 1, 0, 0, 0, 3661, 3663, 1, 0, 0, 0, 3662, 3664, 3, 310, 155, 0, 3663, 3662, 1, 0, 0, 0, 3663, 3664, 1, 0, 0, 0, 3664, 223, 1, 0, 0, 0, 3665, 3669, 3, 208, 104, 0, 3666, 3669, 3, 626, 313, 0, 3667, 3669, 3, 220, 110, 0, 3668, 3665, 1, 0, 0, 0, 3668, 3666, 1, 0, 0, 0, 3668, 3667, 1, 0, 0, 0, 3669, 225, 1, 0, 0, 0, 3670, 3676, 3, 208, 104, 0, 3671, 3672, 5, 173, 0, 0, 3672, 3676, 3, 660, 330, 0, 3673, 3676, 3, 756, 378, 0, 3674, 3676, 3, 228, 114, 0, 3675, 3670, 1, 0, 0, 0, 3675, 3671, 1, 0, 0, 0, 3675, 3673, 1, 0, 0, 0, 3675, 3674, 1, 0, 0, 0, 3676, 227, 1, 0, 0, 0, 3677, 3678, 5, 189, 0, 0, 3678, 3679, 5, 586, 0, 0, 3679, 3685, 3, 758, 379, 0, 3680, 3681, 5, 868, 0, 0, 3681, 3682, 5, 586, 0, 0, 3682, 3684, 3, 758, 379, 0, 3683, 3680, 1, 0, 0, 0, 3684, 3687, 1, 0, 0, 0, 3685, 3683, 1, 0, 0, 0, 3685, 3686, 1, 0, 0, 0, 3686, 229, 1, 0, 0, 0, 3687, 3685, 1, 0, 0, 0, 3688, 3689, 5, 155, 0, 0, 3689, 3694, 3, 232, 116, 0, 3690, 3691, 5, 868, 0, 0, 3691, 3693, 3, 232, 116, 0, 3692, 3690, 1, 0, 0, 0, 3693, 3696, 1, 0, 0, 0, 3694, 3692, 1, 0, 0, 0, 3694, 3695, 1, 0, 0, 0, 3695, 231, 1, 0, 0, 0, 3696, 3694, 1, 0, 0, 0, 3697, 3698, 3, 672, 336, 0, 3698, 3699, 5, 857, 0, 0, 3699, 3700, 3, 760, 380, 0, 3700, 233, 1, 0, 0, 0, 3701, 3704, 3, 720, 360, 0, 3702, 3704, 5, 892, 0, 0, 3703, 3701, 1, 0, 0, 0, 3703, 3702, 1, 0, 0, 0, 3704, 235, 1, 0, 0, 0, 3705, 3706, 5, 65, 0, 0, 3706, 3716, 7, 51, 0, 0, 3707, 3708, 5, 510, 0, 0, 3708, 3713, 3, 660, 330, 0, 3709, 3710, 5, 868, 0, 0, 3710, 3712, 3, 660, 330, 0, 3711, 3709, 1, 0, 0, 0, 3712, 3715, 1, 0, 0, 0, 3713, 3711, 1, 0, 0, 0, 3713, 3714, 1, 0, 0, 0, 3714, 3717, 1, 0, 0, 0, 3715, 3713, 1, 0, 0, 0, 3716, 3707, 1, 0, 0, 0, 3716, 3717, 1, 0, 0, 0, 3717, 3720, 1, 0, 0, 0, 3718, 3719, 7, 52, 0, 0, 3719, 3721, 5, 105, 0, 0, 3720, 3718, 1, 0, 0, 0, 3720, 3721, 1, 0, 0, 0, 3721, 3727, 1, 0, 0, 0, 3722, 3723, 5, 104, 0, 0, 3723, 3724, 5, 80, 0, 0, 3724, 3725, 5, 594, 0, 0, 3725, 3727, 5, 491, 0, 0, 3726, 3705, 1, 0, 0, 0, 3726, 3722, 1, 0, 0, 0, 3727, 237, 1, 0, 0, 0, 3728, 3730, 5, 44, 0, 0, 3729, 3731, 5, 107, 0, 0, 3730, 3729, 1, 0, 0, 0, 3730, 3731, 1, 0, 0, 0, 3731, 3733, 1, 0, 0, 0, 3732, 3734, 5, 549, 0, 0, 3733, 3732, 1, 0, 0, 0, 3733, 3734, 1, 0, 0, 0, 3734, 3736, 1, 0, 0, 0, 3735, 3737, 5, 79, 0, 0, 3736, 3735, 1, 0, 0, 0, 3736, 3737, 1, 0, 0, 0, 3737, 3738, 1, 0, 0, 0, 3738, 3739, 5, 68, 0, 0, 3739, 3744, 3, 660, 330, 0, 3740, 3742, 5, 13, 0, 0, 3741, 3740, 1, 0, 0, 0, 3741, 3742, 1, 0, 0, 0, 3742, 3743, 1, 0, 0, 0, 3743, 3745, 3, 720, 360, 0, 3744, 3741, 1, 0, 0, 0, 3744, 3745, 1, 0, 0, 0, 3745, 3751, 1, 0, 0, 0, 3746, 3747, 5, 130, 0, 0, 3747, 3748, 5, 866, 0, 0, 3748, 3749, 3, 684, 342, 0, 3749, 3750, 5, 867, 0, 0, 3750, 3752, 1, 0, 0, 0, 3751, 3746, 1, 0, 0, 0, 3751, 3752, 1, 0, 0, 0, 3752, 3755, 1, 0, 0, 0, 3753, 3754, 5, 192, 0, 0, 3754, 3756, 3, 812, 406, 0, 3755, 3753, 1, 0, 0, 0, 3755, 3756, 1, 0, 0, 0, 3756, 3758, 1, 0, 0, 0, 3757, 3759, 3, 256, 128, 0, 3758, 3757, 1, 0, 0, 0, 3758, 3759, 1, 0, 0, 0, 3759, 3762, 1, 0, 0, 0, 3760, 3761, 5, 100, 0, 0, 3761, 3763, 3, 328, 164, 0, 3762, 3760, 1, 0, 0, 0, 3762, 3763, 1, 0, 0, 0, 3763, 239, 1, 0, 0, 0, 3764, 3766, 5, 44, 0, 0, 3765, 3767, 5, 107, 0, 0, 3766, 3765, 1, 0, 0, 0, 3766, 3767, 1, 0, 0, 0, 3767, 3769, 1, 0, 0, 0, 3768, 3770, 5, 549, 0, 0, 3769, 3768, 1, 0, 0, 0, 3769, 3770, 1, 0, 0, 0, 3770, 3772, 1, 0, 0, 0, 3771, 3773, 5, 79, 0, 0, 3772, 3771, 1, 0, 0, 0, 3772, 3773, 1, 0, 0, 0, 3773, 3813, 1, 0, 0, 0, 3774, 3777, 3, 660, 330, 0, 3775, 3776, 5, 865, 0, 0, 3776, 3778, 5, 850, 0, 0, 3777, 3775, 1, 0, 0, 0, 3777, 3778, 1, 0, 0, 0, 3778, 3787, 1, 0, 0, 0, 3779, 3780, 5, 868, 0, 0, 3780, 3783, 3, 660, 330, 0, 3781, 3782, 5, 865, 0, 0, 3782, 3784, 5, 850, 0, 0, 3783, 3781, 1, 0, 0, 0, 3783, 3784, 1, 0, 0, 0, 3784, 3786, 1, 0, 0, 0, 3785, 3779, 1, 0, 0, 0, 3786, 3789, 1, 0, 0, 0, 3787, 3785, 1, 0, 0, 0, 3787, 3788, 1, 0, 0, 0, 3788, 3790, 1, 0, 0, 0, 3789, 3787, 1, 0, 0, 0, 3790, 3791, 5, 68, 0, 0, 3791, 3792, 3, 260, 130, 0, 3792, 3814, 1, 0, 0, 0, 3793, 3794, 5, 68, 0, 0, 3794, 3797, 3, 660, 330, 0, 3795, 3796, 5, 865, 0, 0, 3796, 3798, 5, 850, 0, 0, 3797, 3795, 1, 0, 0, 0, 3797, 3798, 1, 0, 0, 0, 3798, 3807, 1, 0, 0, 0, 3799, 3800, 5, 868, 0, 0, 3800, 3803, 3, 660, 330, 0, 3801, 3802, 5, 865, 0, 0, 3802, 3804, 5, 850, 0, 0, 3803, 3801, 1, 0, 0, 0, 3803, 3804, 1, 0, 0, 0, 3804, 3806, 1, 0, 0, 0, 3805, 3799, 1, 0, 0, 0, 3806, 3809, 1, 0, 0, 0, 3807, 3805, 1, 0, 0, 0, 3807, 3808, 1, 0, 0, 0, 3808, 3810, 1, 0, 0, 0, 3809, 3807, 1, 0, 0, 0, 3810, 3811, 5, 188, 0, 0, 3811, 3812, 3, 260, 130, 0, 3812, 3814, 1, 0, 0, 0, 3813, 3774, 1, 0, 0, 0, 3813, 3793, 1, 0, 0, 0, 3814, 3817, 1, 0, 0, 0, 3815, 3816, 5, 192, 0, 0, 3816, 3818, 3, 812, 406, 0, 3817, 3815, 1, 0, 0, 0, 3817, 3818, 1, 0, 0, 0, 3818, 241, 1, 0, 0, 0, 3819, 3820, 5, 417, 0, 0, 3820, 3821, 3, 660, 330, 0, 3821, 3826, 5, 516, 0, 0, 3822, 3824, 5, 13, 0, 0, 3823, 3822, 1, 0, 0, 0, 3823, 3824, 1, 0, 0, 0, 3824, 3825, 1, 0, 0, 0, 3825, 3827, 3, 720, 360, 0, 3826, 3823, 1, 0, 0, 0, 3826, 3827, 1, 0, 0, 0, 3827, 243, 1, 0, 0, 0, 3828, 3829, 5, 417, 0, 0, 3829, 3830, 3, 660, 330, 0, 3830, 3831, 5, 135, 0, 0, 3831, 3838, 3, 650, 325, 0, 3832, 3833, 3, 822, 411, 0, 3833, 3834, 5, 866, 0, 0, 3834, 3835, 3, 762, 381, 0, 3835, 3836, 5, 867, 0, 0, 3836, 3839, 1, 0, 0, 0, 3837, 3839, 7, 53, 0, 0, 3838, 3832, 1, 0, 0, 0, 3838, 3837, 1, 0, 0, 0, 3839, 3842, 1, 0, 0, 0, 3840, 3841, 5, 192, 0, 0, 3841, 3843, 3, 812, 406, 0, 3842, 3840, 1, 0, 0, 0, 3842, 3843, 1, 0, 0, 0, 3843, 3846, 1, 0, 0, 0, 3844, 3845, 5, 100, 0, 0, 3845, 3847, 3, 328, 164, 0, 3846, 3844, 1, 0, 0, 0, 3846, 3847, 1, 0, 0, 0, 3847, 245, 1, 0, 0, 0, 3848, 3849, 5, 417, 0, 0, 3849, 3850, 3, 660, 330, 0, 3850, 3851, 5, 135, 0, 0, 3851, 3854, 7, 54, 0, 0, 3852, 3853, 5, 192, 0, 0, 3853, 3855, 3, 812, 406, 0, 3854, 3852, 1, 0, 0, 0, 3854, 3855, 1, 0, 0, 0, 3855, 3858, 1, 0, 0, 0, 3856, 3857, 5, 100, 0, 0, 3857, 3859, 3, 328, 164, 0, 3858, 3856, 1, 0, 0, 0, 3858, 3859, 1, 0, 0, 0, 3859, 247, 1, 0, 0, 0, 3860, 3861, 5, 417, 0, 0, 3861, 3862, 3, 660, 330, 0, 3862, 3863, 5, 334, 0, 0, 3863, 249, 1, 0, 0, 0, 3864, 3865, 5, 425, 0, 0, 3865, 3866, 5, 173, 0, 0, 3866, 3867, 5, 68, 0, 0, 3867, 3872, 3, 730, 365, 0, 3868, 3869, 5, 868, 0, 0, 3869, 3871, 3, 730, 365, 0, 3870, 3868, 1, 0, 0, 0, 3871, 3874, 1, 0, 0, 0, 3872, 3870, 1, 0, 0, 0, 3872, 3873, 1, 0, 0, 0, 3873, 251, 1, 0, 0, 0, 3874, 3872, 1, 0, 0, 0, 3875, 3877, 5, 185, 0, 0, 3876, 3878, 5, 107, 0, 0, 3877, 3876, 1, 0, 0, 0, 3877, 3878, 1, 0, 0, 0, 3878, 3880, 1, 0, 0, 0, 3879, 3881, 5, 79, 0, 0, 3880, 3879, 1, 0, 0, 0, 3880, 3881, 1, 0, 0, 0, 3881, 3882, 1, 0, 0, 0, 3882, 3887, 3, 660, 330, 0, 3883, 3885, 5, 13, 0, 0, 3884, 3883, 1, 0, 0, 0, 3884, 3885, 1, 0, 0, 0, 3885, 3886, 1, 0, 0, 0, 3886, 3888, 3, 720, 360, 0, 3887, 3884, 1, 0, 0, 0, 3887, 3888, 1, 0, 0, 0, 3888, 3889, 1, 0, 0, 0, 3889, 3890, 5, 155, 0, 0, 3890, 3895, 3, 232, 116, 0, 3891, 3892, 5, 868, 0, 0, 3892, 3894, 3, 232, 116, 0, 3893, 3891, 1, 0, 0, 0, 3894, 3897, 1, 0, 0, 0, 3895, 3893, 1, 0, 0, 0, 3895, 3896, 1, 0, 0, 0, 3896, 3900, 1, 0, 0, 0, 3897, 3895, 1, 0, 0, 0, 3898, 3899, 5, 192, 0, 0, 3899, 3901, 3, 812, 406, 0, 3900, 3898, 1, 0, 0, 0, 3900, 3901, 1, 0, 0, 0, 3901, 3903, 1, 0, 0, 0, 3902, 3904, 3, 256, 128, 0, 3903, 3902, 1, 0, 0, 0, 3903, 3904, 1, 0, 0, 0, 3904, 3906, 1, 0, 0, 0, 3905, 3907, 3, 326, 163, 0, 3906, 3905, 1, 0, 0, 0, 3906, 3907, 1, 0, 0, 0, 3907, 253, 1, 0, 0, 0, 3908, 3910, 5, 185, 0, 0, 3909, 3911, 5, 107, 0, 0, 3910, 3909, 1, 0, 0, 0, 3910, 3911, 1, 0, 0, 0, 3911, 3913, 1, 0, 0, 0, 3912, 3914, 5, 79, 0, 0, 3913, 3912, 1, 0, 0, 0, 3913, 3914, 1, 0, 0, 0, 3914, 3915, 1, 0, 0, 0, 3915, 3916, 3, 260, 130, 0, 3916, 3917, 5, 155, 0, 0, 3917, 3922, 3, 232, 116, 0, 3918, 3919, 5, 868, 0, 0, 3919, 3921, 3, 232, 116, 0, 3920, 3918, 1, 0, 0, 0, 3921, 3924, 1, 0, 0, 0, 3922, 3920, 1, 0, 0, 0, 3922, 3923, 1, 0, 0, 0, 3923, 3927, 1, 0, 0, 0, 3924, 3922, 1, 0, 0, 0, 3925, 3926, 5, 192, 0, 0, 3926, 3928, 3, 812, 406, 0, 3927, 3925, 1, 0, 0, 0, 3927, 3928, 1, 0, 0, 0, 3928, 255, 1, 0, 0, 0, 3929, 3930, 5, 125, 0, 0, 3930, 3931, 5, 20, 0, 0, 3931, 3936, 3, 258, 129, 0, 3932, 3933, 5, 868, 0, 0, 3933, 3935, 3, 258, 129, 0, 3934, 3932, 1, 0, 0, 0, 3935, 3938, 1, 0, 0, 0, 3936, 3934, 1, 0, 0, 0, 3936, 3937, 1, 0, 0, 0, 3937, 257, 1, 0, 0, 0, 3938, 3936, 1, 0, 0, 0, 3939, 3941, 3, 812, 406, 0, 3940, 3942, 7, 55, 0, 0, 3941, 3940, 1, 0, 0, 0, 3941, 3942, 1, 0, 0, 0, 3942, 259, 1, 0, 0, 0, 3943, 3948, 3, 262, 131, 0, 3944, 3945, 5, 868, 0, 0, 3945, 3947, 3, 262, 131, 0, 3946, 3944, 1, 0, 0, 0, 3947, 3950, 1, 0, 0, 0, 3948, 3946, 1, 0, 0, 0, 3948, 3949, 1, 0, 0, 0, 3949, 261, 1, 0, 0, 0, 3950, 3948, 1, 0, 0, 0, 3951, 3955, 3, 264, 132, 0, 3952, 3954, 3, 274, 137, 0, 3953, 3952, 1, 0, 0, 0, 3954, 3957, 1, 0, 0, 0, 3955, 3953, 1, 0, 0, 0, 3955, 3956, 1, 0, 0, 0, 3956, 3970, 1, 0, 0, 0, 3957, 3955, 1, 0, 0, 0, 3958, 3959, 5, 866, 0, 0, 3959, 3963, 3, 264, 132, 0, 3960, 3962, 3, 274, 137, 0, 3961, 3960, 1, 0, 0, 0, 3962, 3965, 1, 0, 0, 0, 3963, 3961, 1, 0, 0, 0, 3963, 3964, 1, 0, 0, 0, 3964, 3966, 1, 0, 0, 0, 3965, 3963, 1, 0, 0, 0, 3966, 3967, 5, 867, 0, 0, 3967, 3970, 1, 0, 0, 0, 3968, 3970, 3, 286, 143, 0, 3969, 3951, 1, 0, 0, 0, 3969, 3958, 1, 0, 0, 0, 3969, 3968, 1, 0, 0, 0, 3970, 263, 1, 0, 0, 0, 3971, 3977, 3, 660, 330, 0, 3972, 3973, 5, 130, 0, 0, 3973, 3974, 5, 866, 0, 0, 3974, 3975, 3, 684, 342, 0, 3975, 3976, 5, 867, 0, 0, 3976, 3978, 1, 0, 0, 0, 3977, 3972, 1, 0, 0, 0, 3977, 3978, 1, 0, 0, 0, 3978, 3983, 1, 0, 0, 0, 3979, 3981, 5, 13, 0, 0, 3980, 3979, 1, 0, 0, 0, 3980, 3981, 1, 0, 0, 0, 3981, 3982, 1, 0, 0, 0, 3982, 3984, 3, 720, 360, 0, 3983, 3980, 1, 0, 0, 0, 3983, 3984, 1, 0, 0, 0, 3984, 3993, 1, 0, 0, 0, 3985, 3990, 3, 270, 135, 0, 3986, 3987, 5, 868, 0, 0, 3987, 3989, 3, 270, 135, 0, 3988, 3986, 1, 0, 0, 0, 3989, 3992, 1, 0, 0, 0, 3990, 3988, 1, 0, 0, 0, 3990, 3991, 1, 0, 0, 0, 3991, 3994, 1, 0, 0, 0, 3992, 3990, 1, 0, 0, 0, 3993, 3985, 1, 0, 0, 0, 3993, 3994, 1, 0, 0, 0, 3994, 4011, 1, 0, 0, 0, 3995, 3997, 5, 95, 0, 0, 3996, 3995, 1, 0, 0, 0, 3996, 3997, 1, 0, 0, 0, 3997, 3998, 1, 0, 0, 0, 3998, 4000, 3, 266, 133, 0, 3999, 4001, 5, 13, 0, 0, 4000, 3999, 1, 0, 0, 0, 4000, 4001, 1, 0, 0, 0, 4001, 4002, 1, 0, 0, 0, 4002, 4004, 3, 720, 360, 0, 4003, 4005, 3, 268, 134, 0, 4004, 4003, 1, 0, 0, 0, 4004, 4005, 1, 0, 0, 0, 4005, 4011, 1, 0, 0, 0, 4006, 4007, 5, 866, 0, 0, 4007, 4008, 3, 260, 130, 0, 4008, 4009, 5, 867, 0, 0, 4009, 4011, 1, 0, 0, 0, 4010, 3971, 1, 0, 0, 0, 4010, 3996, 1, 0, 0, 0, 4010, 4006, 1, 0, 0, 0, 4011, 265, 1, 0, 0, 0, 4012, 4018, 3, 208, 104, 0, 4013, 4014, 5, 866, 0, 0, 4014, 4015, 3, 208, 104, 0, 4015, 4016, 5, 867, 0, 0, 4016, 4018, 1, 0, 0, 0, 4017, 4012, 1, 0, 0, 0, 4017, 4013, 1, 0, 0, 0, 4018, 267, 1, 0, 0, 0, 4019, 4020, 5, 866, 0, 0, 4020, 4021, 3, 668, 334, 0, 4021, 4022, 5, 867, 0, 0, 4022, 269, 1, 0, 0, 0, 4023, 4024, 7, 56, 0, 0, 4024, 4027, 7, 19, 0, 0, 4025, 4026, 5, 65, 0, 0, 4026, 4028, 3, 272, 136, 0, 4027, 4025, 1, 0, 0, 0, 4027, 4028, 1, 0, 0, 0, 4028, 4029, 1, 0, 0, 0, 4029, 4031, 5, 866, 0, 0, 4030, 4032, 3, 648, 324, 0, 4031, 4030, 1, 0, 0, 0, 4031, 4032, 1, 0, 0, 0, 4032, 4033, 1, 0, 0, 0, 4033, 4034, 5, 867, 0, 0, 4034, 271, 1, 0, 0, 0, 4035, 4041, 5, 91, 0, 0, 4036, 4037, 5, 125, 0, 0, 4037, 4041, 5, 20, 0, 0, 4038, 4039, 5, 74, 0, 0, 4039, 4041, 5, 20, 0, 0, 4040, 4035, 1, 0, 0, 0, 4040, 4036, 1, 0, 0, 0, 4040, 4038, 1, 0, 0, 0, 4041, 273, 1, 0, 0, 0, 4042, 4044, 7, 57, 0, 0, 4043, 4042, 1, 0, 0, 0, 4043, 4044, 1, 0, 0, 0, 4044, 4045, 1, 0, 0, 0, 4045, 4047, 5, 91, 0, 0, 4046, 4048, 5, 95, 0, 0, 4047, 4046, 1, 0, 0, 0, 4047, 4048, 1, 0, 0, 0, 4048, 4049, 1, 0, 0, 0, 4049, 4053, 3, 264, 132, 0, 4050, 4052, 3, 276, 138, 0, 4051, 4050, 1, 0, 0, 0, 4052, 4055, 1, 0, 0, 0, 4053, 4051, 1, 0, 0, 0, 4053, 4054, 1, 0, 0, 0, 4054, 4092, 1, 0, 0, 0, 4055, 4053, 1, 0, 0, 0, 4056, 4057, 5, 172, 0, 0, 4057, 4061, 3, 264, 132, 0, 4058, 4060, 3, 276, 138, 0, 4059, 4058, 1, 0, 0, 0, 4060, 4063, 1, 0, 0, 0, 4061, 4059, 1, 0, 0, 0, 4061, 4062, 1, 0, 0, 0, 4062, 4092, 1, 0, 0, 0, 4063, 4061, 1, 0, 0, 0, 4064, 4066, 7, 58, 0, 0, 4065, 4067, 5, 127, 0, 0, 4066, 4065, 1, 0, 0, 0, 4066, 4067, 1, 0, 0, 0, 4067, 4068, 1, 0, 0, 0, 4068, 4070, 5, 91, 0, 0, 4069, 4071, 5, 95, 0, 0, 4070, 4069, 1, 0, 0, 0, 4070, 4071, 1, 0, 0, 0, 4071, 4072, 1, 0, 0, 0, 4072, 4076, 3, 264, 132, 0, 4073, 4075, 3, 276, 138, 0, 4074, 4073, 1, 0, 0, 0, 4075, 4078, 1, 0, 0, 0, 4076, 4074, 1, 0, 0, 0, 4076, 4077, 1, 0, 0, 0, 4077, 4092, 1, 0, 0, 0, 4078, 4076, 1, 0, 0, 0, 4079, 4087, 5, 113, 0, 0, 4080, 4083, 5, 84, 0, 0, 4081, 4083, 7, 58, 0, 0, 4082, 4080, 1, 0, 0, 0, 4082, 4081, 1, 0, 0, 0, 4083, 4085, 1, 0, 0, 0, 4084, 4086, 5, 127, 0, 0, 4085, 4084, 1, 0, 0, 0, 4085, 4086, 1, 0, 0, 0, 4086, 4088, 1, 0, 0, 0, 4087, 4082, 1, 0, 0, 0, 4087, 4088, 1, 0, 0, 0, 4088, 4089, 1, 0, 0, 0, 4089, 4090, 5, 91, 0, 0, 4090, 4092, 3, 264, 132, 0, 4091, 4043, 1, 0, 0, 0, 4091, 4056, 1, 0, 0, 0, 4091, 4064, 1, 0, 0, 0, 4091, 4079, 1, 0, 0, 0, 4092, 275, 1, 0, 0, 0, 4093, 4096, 5, 119, 0, 0, 4094, 4097, 3, 812, 406, 0, 4095, 4097, 3, 676, 338, 0, 4096, 4094, 1, 0, 0, 0, 4096, 4095, 1, 0, 0, 0, 4097, 4104, 1, 0, 0, 0, 4098, 4099, 5, 188, 0, 0, 4099, 4100, 5, 866, 0, 0, 4100, 4101, 3, 668, 334, 0, 4101, 4102, 5, 867, 0, 0, 4102, 4104, 1, 0, 0, 0, 4103, 4093, 1, 0, 0, 0, 4103, 4098, 1, 0, 0, 0, 4104, 277, 1, 0, 0, 0, 4105, 4106, 5, 866, 0, 0, 4106, 4107, 3, 280, 140, 0, 4107, 4108, 5, 867, 0, 0, 4108, 4114, 1, 0, 0, 0, 4109, 4110, 5, 866, 0, 0, 4110, 4111, 3, 278, 139, 0, 4111, 4112, 5, 867, 0, 0, 4112, 4114, 1, 0, 0, 0, 4113, 4105, 1, 0, 0, 0, 4113, 4109, 1, 0, 0, 0, 4114, 279, 1, 0, 0, 0, 4115, 4119, 5, 154, 0, 0, 4116, 4118, 3, 296, 148, 0, 4117, 4116, 1, 0, 0, 0, 4118, 4121, 1, 0, 0, 0, 4119, 4117, 1, 0, 0, 0, 4119, 4120, 1, 0, 0, 0, 4120, 4122, 1, 0, 0, 0, 4121, 4119, 1, 0, 0, 0, 4122, 4124, 3, 298, 149, 0, 4123, 4125, 3, 310, 155, 0, 4124, 4123, 1, 0, 0, 0, 4124, 4125, 1, 0, 0, 0, 4125, 4126, 1, 0, 0, 0, 4126, 4128, 3, 316, 158, 0, 4127, 4129, 3, 318, 159, 0, 4128, 4127, 1, 0, 0, 0, 4128, 4129, 1, 0, 0, 0, 4129, 4131, 1, 0, 0, 0, 4130, 4132, 3, 320, 160, 0, 4131, 4130, 1, 0, 0, 0, 4131, 4132, 1, 0, 0, 0, 4132, 4134, 1, 0, 0, 0, 4133, 4135, 3, 322, 161, 0, 4134, 4133, 1, 0, 0, 0, 4134, 4135, 1, 0, 0, 0, 4135, 4137, 1, 0, 0, 0, 4136, 4138, 3, 256, 128, 0, 4137, 4136, 1, 0, 0, 0, 4137, 4138, 1, 0, 0, 0, 4138, 4140, 1, 0, 0, 0, 4139, 4141, 3, 326, 163, 0, 4140, 4139, 1, 0, 0, 0, 4140, 4141, 1, 0, 0, 0, 4141, 4143, 1, 0, 0, 0, 4142, 4144, 3, 310, 155, 0, 4143, 4142, 1, 0, 0, 0, 4143, 4144, 1, 0, 0, 0, 4144, 4146, 1, 0, 0, 0, 4145, 4147, 3, 282, 141, 0, 4146, 4145, 1, 0, 0, 0, 4146, 4147, 1, 0, 0, 0, 4147, 281, 1, 0, 0, 0, 4148, 4150, 5, 181, 0, 0, 4149, 4151, 7, 45, 0, 0, 4150, 4149, 1, 0, 0, 0, 4150, 4151, 1, 0, 0, 0, 4151, 4154, 1, 0, 0, 0, 4152, 4155, 3, 280, 140, 0, 4153, 4155, 3, 278, 139, 0, 4154, 4152, 1, 0, 0, 0, 4154, 4153, 1, 0, 0, 0, 4155, 283, 1, 0, 0, 0, 4156, 4171, 5, 95, 0, 0, 4157, 4172, 3, 280, 140, 0, 4158, 4172, 3, 278, 139, 0, 4159, 4162, 5, 866, 0, 0, 4160, 4163, 3, 280, 140, 0, 4161, 4163, 3, 278, 139, 0, 4162, 4160, 1, 0, 0, 0, 4162, 4161, 1, 0, 0, 0, 4163, 4164, 1, 0, 0, 0, 4164, 4169, 5, 867, 0, 0, 4165, 4167, 5, 13, 0, 0, 4166, 4165, 1, 0, 0, 0, 4166, 4167, 1, 0, 0, 0, 4167, 4168, 1, 0, 0, 0, 4168, 4170, 3, 720, 360, 0, 4169, 4166, 1, 0, 0, 0, 4169, 4170, 1, 0, 0, 0, 4170, 4172, 1, 0, 0, 0, 4171, 4157, 1, 0, 0, 0, 4171, 4158, 1, 0, 0, 0, 4171, 4159, 1, 0, 0, 0, 4172, 285, 1, 0, 0, 0, 4173, 4174, 5, 253, 0, 0, 4174, 4175, 5, 866, 0, 0, 4175, 4176, 5, 882, 0, 0, 4176, 4177, 5, 868, 0, 0, 4177, 4178, 5, 882, 0, 0, 4178, 4179, 5, 337, 0, 0, 4179, 4180, 5, 866, 0, 0, 4180, 4181, 3, 288, 144, 0, 4181, 4182, 5, 867, 0, 0, 4182, 4187, 5, 867, 0, 0, 4183, 4185, 5, 13, 0, 0, 4184, 4183, 1, 0, 0, 0, 4184, 4185, 1, 0, 0, 0, 4185, 4186, 1, 0, 0, 0, 4186, 4188, 3, 720, 360, 0, 4187, 4184, 1, 0, 0, 0, 4187, 4188, 1, 0, 0, 0, 4188, 287, 1, 0, 0, 0, 4189, 4194, 3, 290, 145, 0, 4190, 4191, 5, 868, 0, 0, 4191, 4193, 3, 290, 145, 0, 4192, 4190, 1, 0, 0, 0, 4193, 4196, 1, 0, 0, 0, 4194, 4192, 1, 0, 0, 0, 4194, 4195, 1, 0, 0, 0, 4195, 289, 1, 0, 0, 0, 4196, 4194, 1, 0, 0, 0, 4197, 4214, 3, 672, 336, 0, 4198, 4199, 5, 65, 0, 0, 4199, 4215, 5, 256, 0, 0, 4200, 4212, 3, 740, 370, 0, 4201, 4202, 5, 257, 0, 0, 4202, 4204, 5, 882, 0, 0, 4203, 4205, 3, 292, 146, 0, 4204, 4203, 1, 0, 0, 0, 4204, 4205, 1, 0, 0, 0, 4205, 4207, 1, 0, 0, 0, 4206, 4208, 3, 294, 147, 0, 4207, 4206, 1, 0, 0, 0, 4207, 4208, 1, 0, 0, 0, 4208, 4213, 1, 0, 0, 0, 4209, 4210, 5, 60, 0, 0, 4210, 4211, 5, 257, 0, 0, 4211, 4213, 5, 882, 0, 0, 4212, 4201, 1, 0, 0, 0, 4212, 4209, 1, 0, 0, 0, 4213, 4215, 1, 0, 0, 0, 4214, 4198, 1, 0, 0, 0, 4214, 4200, 1, 0, 0, 0, 4215, 4227, 1, 0, 0, 0, 4216, 4218, 5, 255, 0, 0, 4217, 4219, 5, 257, 0, 0, 4218, 4217, 1, 0, 0, 0, 4218, 4219, 1, 0, 0, 0, 4219, 4220, 1, 0, 0, 0, 4220, 4221, 5, 882, 0, 0, 4221, 4222, 5, 337, 0, 0, 4222, 4223, 5, 866, 0, 0, 4223, 4224, 3, 288, 144, 0, 4224, 4225, 5, 867, 0, 0, 4225, 4227, 1, 0, 0, 0, 4226, 4197, 1, 0, 0, 0, 4226, 4216, 1, 0, 0, 0, 4227, 291, 1, 0, 0, 0, 4228, 4233, 5, 116, 0, 0, 4229, 4233, 5, 382, 0, 0, 4230, 4231, 5, 42, 0, 0, 4231, 4233, 3, 768, 384, 0, 4232, 4228, 1, 0, 0, 0, 4232, 4229, 1, 0, 0, 0, 4232, 4230, 1, 0, 0, 0, 4233, 4234, 1, 0, 0, 0, 4234, 4235, 5, 119, 0, 0, 4235, 4236, 5, 55, 0, 0, 4236, 293, 1, 0, 0, 0, 4237, 4242, 5, 116, 0, 0, 4238, 4242, 5, 382, 0, 0, 4239, 4240, 5, 42, 0, 0, 4240, 4242, 3, 768, 384, 0, 4241, 4237, 1, 0, 0, 0, 4241, 4238, 1, 0, 0, 0, 4241, 4239, 1, 0, 0, 0, 4242, 4243, 1, 0, 0, 0, 4243, 4244, 5, 119, 0, 0, 4244, 4245, 5, 382, 0, 0, 4245, 295, 1, 0, 0, 0, 4246, 4255, 7, 59, 0, 0, 4247, 4255, 5, 76, 0, 0, 4248, 4255, 5, 172, 0, 0, 4249, 4255, 5, 168, 0, 0, 4250, 4255, 5, 166, 0, 0, 4251, 4255, 5, 636, 0, 0, 4252, 4255, 7, 60, 0, 0, 4253, 4255, 5, 167, 0, 0, 4254, 4246, 1, 0, 0, 0, 4254, 4247, 1, 0, 0, 0, 4254, 4248, 1, 0, 0, 0, 4254, 4249, 1, 0, 0, 0, 4254, 4250, 1, 0, 0, 0, 4254, 4251, 1, 0, 0, 0, 4254, 4252, 1, 0, 0, 0, 4254, 4253, 1, 0, 0, 0, 4255, 297, 1, 0, 0, 0, 4256, 4259, 3, 304, 152, 0, 4257, 4259, 3, 300, 150, 0, 4258, 4256, 1, 0, 0, 0, 4258, 4257, 1, 0, 0, 0, 4259, 4264, 1, 0, 0, 0, 4260, 4261, 5, 868, 0, 0, 4261, 4263, 3, 300, 150, 0, 4262, 4260, 1, 0, 0, 0, 4263, 4266, 1, 0, 0, 0, 4264, 4262, 1, 0, 0, 0, 4264, 4265, 1, 0, 0, 0, 4265, 299, 1, 0, 0, 0, 4266, 4264, 1, 0, 0, 0, 4267, 4288, 3, 302, 151, 0, 4268, 4273, 3, 306, 153, 0, 4269, 4271, 5, 13, 0, 0, 4270, 4269, 1, 0, 0, 0, 4270, 4271, 1, 0, 0, 0, 4271, 4272, 1, 0, 0, 0, 4272, 4274, 3, 720, 360, 0, 4273, 4270, 1, 0, 0, 0, 4273, 4274, 1, 0, 0, 0, 4274, 4288, 1, 0, 0, 0, 4275, 4280, 3, 308, 154, 0, 4276, 4278, 5, 13, 0, 0, 4277, 4276, 1, 0, 0, 0, 4277, 4278, 1, 0, 0, 0, 4278, 4279, 1, 0, 0, 0, 4279, 4281, 3, 720, 360, 0, 4280, 4277, 1, 0, 0, 0, 4280, 4281, 1, 0, 0, 0, 4281, 4288, 1, 0, 0, 0, 4282, 4283, 3, 720, 360, 0, 4283, 4284, 5, 865, 0, 0, 4284, 4285, 4, 150, 3, 0, 4285, 4286, 3, 670, 335, 0, 4286, 4288, 1, 0, 0, 0, 4287, 4267, 1, 0, 0, 0, 4287, 4268, 1, 0, 0, 0, 4287, 4275, 1, 0, 0, 0, 4287, 4282, 1, 0, 0, 0, 4288, 301, 1, 0, 0, 0, 4289, 4290, 3, 716, 358, 0, 4290, 4291, 5, 865, 0, 0, 4291, 4292, 5, 850, 0, 0, 4292, 303, 1, 0, 0, 0, 4293, 4294, 5, 850, 0, 0, 4294, 305, 1, 0, 0, 0, 4295, 4296, 3, 672, 336, 0, 4296, 307, 1, 0, 0, 0, 4297, 4298, 5, 892, 0, 0, 4298, 4300, 5, 841, 0, 0, 4299, 4297, 1, 0, 0, 0, 4299, 4300, 1, 0, 0, 0, 4300, 4301, 1, 0, 0, 0, 4301, 4304, 3, 812, 406, 0, 4302, 4304, 3, 778, 389, 0, 4303, 4299, 1, 0, 0, 0, 4303, 4302, 1, 0, 0, 0, 4304, 309, 1, 0, 0, 0, 4305, 4306, 5, 88, 0, 0, 4306, 4311, 3, 234, 117, 0, 4307, 4308, 5, 868, 0, 0, 4308, 4310, 3, 234, 117, 0, 4309, 4307, 1, 0, 0, 0, 4310, 4313, 1, 0, 0, 0, 4311, 4309, 1, 0, 0, 0, 4311, 4312, 1, 0, 0, 0, 4312, 4342, 1, 0, 0, 0, 4313, 4311, 1, 0, 0, 0, 4314, 4315, 5, 88, 0, 0, 4315, 4316, 5, 372, 0, 0, 4316, 4342, 5, 882, 0, 0, 4317, 4318, 5, 88, 0, 0, 4318, 4319, 5, 128, 0, 0, 4319, 4323, 5, 882, 0, 0, 4320, 4321, 5, 26, 0, 0, 4321, 4322, 5, 155, 0, 0, 4322, 4324, 3, 702, 351, 0, 4323, 4320, 1, 0, 0, 0, 4323, 4324, 1, 0, 0, 0, 4324, 4331, 1, 0, 0, 0, 4325, 4327, 7, 47, 0, 0, 4326, 4328, 3, 312, 156, 0, 4327, 4326, 1, 0, 0, 0, 4328, 4329, 1, 0, 0, 0, 4329, 4327, 1, 0, 0, 0, 4329, 4330, 1, 0, 0, 0, 4330, 4332, 1, 0, 0, 0, 4331, 4325, 1, 0, 0, 0, 4331, 4332, 1, 0, 0, 0, 4332, 4339, 1, 0, 0, 0, 4333, 4335, 5, 102, 0, 0, 4334, 4336, 3, 314, 157, 0, 4335, 4334, 1, 0, 0, 0, 4336, 4337, 1, 0, 0, 0, 4337, 4335, 1, 0, 0, 0, 4337, 4338, 1, 0, 0, 0, 4338, 4340, 1, 0, 0, 0, 4339, 4333, 1, 0, 0, 0, 4339, 4340, 1, 0, 0, 0, 4340, 4342, 1, 0, 0, 0, 4341, 4305, 1, 0, 0, 0, 4341, 4314, 1, 0, 0, 0, 4341, 4317, 1, 0, 0, 0, 4342, 311, 1, 0, 0, 0, 4343, 4344, 5, 174, 0, 0, 4344, 4345, 5, 20, 0, 0, 4345, 4356, 5, 882, 0, 0, 4346, 4348, 5, 123, 0, 0, 4347, 4346, 1, 0, 0, 0, 4347, 4348, 1, 0, 0, 0, 4348, 4349, 1, 0, 0, 0, 4349, 4350, 5, 56, 0, 0, 4350, 4351, 5, 20, 0, 0, 4351, 4356, 5, 882, 0, 0, 4352, 4353, 5, 58, 0, 0, 4353, 4354, 5, 20, 0, 0, 4354, 4356, 5, 882, 0, 0, 4355, 4343, 1, 0, 0, 0, 4355, 4347, 1, 0, 0, 0, 4355, 4352, 1, 0, 0, 0, 4356, 313, 1, 0, 0, 0, 4357, 4358, 5, 171, 0, 0, 4358, 4359, 5, 20, 0, 0, 4359, 4364, 5, 882, 0, 0, 4360, 4361, 5, 174, 0, 0, 4361, 4362, 5, 20, 0, 0, 4362, 4364, 5, 882, 0, 0, 4363, 4357, 1, 0, 0, 0, 4363, 4360, 1, 0, 0, 0, 4364, 315, 1, 0, 0, 0, 4365, 4366, 5, 68, 0, 0, 4366, 4368, 3, 260, 130, 0, 4367, 4365, 1, 0, 0, 0, 4367, 4368, 1, 0, 0, 0, 4368, 4374, 1, 0, 0, 0, 4369, 4372, 5, 192, 0, 0, 4370, 4373, 3, 812, 406, 0, 4371, 4373, 3, 676, 338, 0, 4372, 4370, 1, 0, 0, 0, 4372, 4371, 1, 0, 0, 0, 4373, 4375, 1, 0, 0, 0, 4374, 4369, 1, 0, 0, 0, 4374, 4375, 1, 0, 0, 0, 4375, 317, 1, 0, 0, 0, 4376, 4377, 5, 74, 0, 0, 4377, 4378, 5, 20, 0, 0, 4378, 4383, 3, 324, 162, 0, 4379, 4380, 5, 868, 0, 0, 4380, 4382, 3, 324, 162, 0, 4381, 4379, 1, 0, 0, 0, 4382, 4385, 1, 0, 0, 0, 4383, 4381, 1, 0, 0, 0, 4383, 4384, 1, 0, 0, 0, 4384, 4388, 1, 0, 0, 0, 4385, 4383, 1, 0, 0, 0, 4386, 4387, 5, 194, 0, 0, 4387, 4389, 5, 584, 0, 0, 4388, 4386, 1, 0, 0, 0, 4388, 4389, 1, 0, 0, 0, 4389, 319, 1, 0, 0, 0, 4390, 4391, 5, 75, 0, 0, 4391, 4392, 3, 812, 406, 0, 4392, 321, 1, 0, 0, 0, 4393, 4394, 5, 689, 0, 0, 4394, 4395, 3, 796, 398, 0, 4395, 4396, 5, 13, 0, 0, 4396, 4397, 5, 866, 0, 0, 4397, 4398, 3, 794, 397, 0, 4398, 4408, 5, 867, 0, 0, 4399, 4400, 5, 868, 0, 0, 4400, 4401, 3, 796, 398, 0, 4401, 4402, 5, 13, 0, 0, 4402, 4403, 5, 866, 0, 0, 4403, 4404, 3, 794, 397, 0, 4404, 4405, 5, 867, 0, 0, 4405, 4407, 1, 0, 0, 0, 4406, 4399, 1, 0, 0, 0, 4407, 4410, 1, 0, 0, 0, 4408, 4406, 1, 0, 0, 0, 4408, 4409, 1, 0, 0, 0, 4409, 323, 1, 0, 0, 0, 4410, 4408, 1, 0, 0, 0, 4411, 4413, 3, 812, 406, 0, 4412, 4414, 7, 55, 0, 0, 4413, 4412, 1, 0, 0, 0, 4413, 4414, 1, 0, 0, 0, 4414, 325, 1, 0, 0, 0, 4415, 4426, 5, 100, 0, 0, 4416, 4417, 3, 328, 164, 0, 4417, 4418, 5, 868, 0, 0, 4418, 4420, 1, 0, 0, 0, 4419, 4416, 1, 0, 0, 0, 4419, 4420, 1, 0, 0, 0, 4420, 4421, 1, 0, 0, 0, 4421, 4427, 3, 328, 164, 0, 4422, 4423, 3, 328, 164, 0, 4423, 4424, 5, 509, 0, 0, 4424, 4425, 3, 328, 164, 0, 4425, 4427, 1, 0, 0, 0, 4426, 4419, 1, 0, 0, 0, 4426, 4422, 1, 0, 0, 0, 4427, 327, 1, 0, 0, 0, 4428, 4432, 3, 726, 363, 0, 4429, 4432, 3, 700, 350, 0, 4430, 4432, 3, 722, 361, 0, 4431, 4428, 1, 0, 0, 0, 4431, 4429, 1, 0, 0, 0, 4431, 4430, 1, 0, 0, 0, 4432, 329, 1, 0, 0, 0, 4433, 4434, 5, 640, 0, 0, 4434, 4443, 5, 664, 0, 0, 4435, 4440, 3, 352, 176, 0, 4436, 4437, 5, 868, 0, 0, 4437, 4439, 3, 352, 176, 0, 4438, 4436, 1, 0, 0, 0, 4439, 4442, 1, 0, 0, 0, 4440, 4438, 1, 0, 0, 0, 4440, 4441, 1, 0, 0, 0, 4441, 4444, 1, 0, 0, 0, 4442, 4440, 1, 0, 0, 0, 4443, 4435, 1, 0, 0, 0, 4443, 4444, 1, 0, 0, 0, 4444, 331, 1, 0, 0, 0, 4445, 4447, 5, 317, 0, 0, 4446, 4448, 5, 691, 0, 0, 4447, 4446, 1, 0, 0, 0, 4447, 4448, 1, 0, 0, 0, 4448, 333, 1, 0, 0, 0, 4449, 4451, 5, 341, 0, 0, 4450, 4452, 5, 691, 0, 0, 4451, 4450, 1, 0, 0, 0, 4451, 4452, 1, 0, 0, 0, 4452, 4458, 1, 0, 0, 0, 4453, 4455, 5, 11, 0, 0, 4454, 4456, 5, 502, 0, 0, 4455, 4454, 1, 0, 0, 0, 4455, 4456, 1, 0, 0, 0, 4456, 4457, 1, 0, 0, 0, 4457, 4459, 5, 326, 0, 0, 4458, 4453, 1, 0, 0, 0, 4458, 4459, 1, 0, 0, 0, 4459, 4464, 1, 0, 0, 0, 4460, 4462, 5, 502, 0, 0, 4461, 4460, 1, 0, 0, 0, 4461, 4462, 1, 0, 0, 0, 4462, 4463, 1, 0, 0, 0, 4463, 4465, 5, 140, 0, 0, 4464, 4461, 1, 0, 0, 0, 4464, 4465, 1, 0, 0, 0, 4465, 335, 1, 0, 0, 0, 4466, 4468, 5, 583, 0, 0, 4467, 4469, 5, 691, 0, 0, 4468, 4467, 1, 0, 0, 0, 4468, 4469, 1, 0, 0, 0, 4469, 4475, 1, 0, 0, 0, 4470, 4472, 5, 11, 0, 0, 4471, 4473, 5, 502, 0, 0, 4472, 4471, 1, 0, 0, 0, 4472, 4473, 1, 0, 0, 0, 4473, 4474, 1, 0, 0, 0, 4474, 4476, 5, 326, 0, 0, 4475, 4470, 1, 0, 0, 0, 4475, 4476, 1, 0, 0, 0, 4476, 4481, 1, 0, 0, 0, 4477, 4479, 5, 502, 0, 0, 4478, 4477, 1, 0, 0, 0, 4478, 4479, 1, 0, 0, 0, 4479, 4480, 1, 0, 0, 0, 4480, 4482, 5, 140, 0, 0, 4481, 4478, 1, 0, 0, 0, 4481, 4482, 1, 0, 0, 0, 4482, 337, 1, 0, 0, 0, 4483, 4484, 5, 589, 0, 0, 4484, 4485, 3, 720, 360, 0, 4485, 339, 1, 0, 0, 0, 4486, 4488, 5, 583, 0, 0, 4487, 4489, 5, 691, 0, 0, 4488, 4487, 1, 0, 0, 0, 4488, 4489, 1, 0, 0, 0, 4489, 4490, 1, 0, 0, 0, 4490, 4492, 5, 176, 0, 0, 4491, 4493, 5, 589, 0, 0, 4492, 4491, 1, 0, 0, 0, 4492, 4493, 1, 0, 0, 0, 4493, 4494, 1, 0, 0, 0, 4494, 4495, 3, 720, 360, 0, 4495, 341, 1, 0, 0, 0, 4496, 4497, 5, 140, 0, 0, 4497, 4498, 5, 589, 0, 0, 4498, 4499, 3, 720, 360, 0, 4499, 343, 1, 0, 0, 0, 4500, 4501, 5, 104, 0, 0, 4501, 4502, 7, 61, 0, 0, 4502, 4507, 3, 354, 177, 0, 4503, 4504, 5, 868, 0, 0, 4504, 4506, 3, 354, 177, 0, 4505, 4503, 1, 0, 0, 0, 4506, 4509, 1, 0, 0, 0, 4507, 4505, 1, 0, 0, 0, 4507, 4508, 1, 0, 0, 0, 4508, 345, 1, 0, 0, 0, 4509, 4507, 1, 0, 0, 0, 4510, 4511, 5, 183, 0, 0, 4511, 4512, 5, 752, 0, 0, 4512, 347, 1, 0, 0, 0, 4513, 4514, 5, 155, 0, 0, 4514, 4515, 5, 313, 0, 0, 4515, 4516, 5, 857, 0, 0, 4516, 4517, 7, 26, 0, 0, 4517, 349, 1, 0, 0, 0, 4518, 4520, 5, 155, 0, 0, 4519, 4521, 7, 62, 0, 0, 4520, 4519, 1, 0, 0, 0, 4520, 4521, 1, 0, 0, 0, 4521, 4522, 1, 0, 0, 0, 4522, 4523, 5, 664, 0, 0, 4523, 4528, 3, 358, 179, 0, 4524, 4525, 5, 868, 0, 0, 4525, 4527, 3, 358, 179, 0, 4526, 4524, 1, 0, 0, 0, 4527, 4530, 1, 0, 0, 0, 4528, 4526, 1, 0, 0, 0, 4528, 4529, 1, 0, 0, 0, 4529, 351, 1, 0, 0, 0, 4530, 4528, 1, 0, 0, 0, 4531, 4532, 5, 194, 0, 0, 4532, 4533, 5, 350, 0, 0, 4533, 4539, 5, 600, 0, 0, 4534, 4535, 5, 135, 0, 0, 4535, 4539, 5, 195, 0, 0, 4536, 4537, 5, 135, 0, 0, 4537, 4539, 5, 515, 0, 0, 4538, 4531, 1, 0, 0, 0, 4538, 4534, 1, 0, 0, 0, 4538, 4536, 1, 0, 0, 0, 4539, 353, 1, 0, 0, 0, 4540, 4545, 3, 660, 330, 0, 4541, 4543, 5, 13, 0, 0, 4542, 4541, 1, 0, 0, 0, 4542, 4543, 1, 0, 0, 0, 4543, 4544, 1, 0, 0, 0, 4544, 4546, 3, 720, 360, 0, 4545, 4542, 1, 0, 0, 0, 4545, 4546, 1, 0, 0, 0, 4546, 4547, 1, 0, 0, 0, 4547, 4548, 3, 356, 178, 0, 4548, 355, 1, 0, 0, 0, 4549, 4551, 5, 135, 0, 0, 4550, 4552, 5, 450, 0, 0, 4551, 4550, 1, 0, 0, 0, 4551, 4552, 1, 0, 0, 0, 4552, 4558, 1, 0, 0, 0, 4553, 4555, 5, 107, 0, 0, 4554, 4553, 1, 0, 0, 0, 4554, 4555, 1, 0, 0, 0, 4555, 4556, 1, 0, 0, 0, 4556, 4558, 5, 195, 0, 0, 4557, 4549, 1, 0, 0, 0, 4557, 4554, 1, 0, 0, 0, 4558, 357, 1, 0, 0, 0, 4559, 4560, 5, 440, 0, 0, 4560, 4561, 5, 448, 0, 0, 4561, 4567, 3, 360, 180, 0, 4562, 4563, 5, 135, 0, 0, 4563, 4567, 5, 195, 0, 0, 4564, 4565, 5, 135, 0, 0, 4565, 4567, 5, 515, 0, 0, 4566, 4559, 1, 0, 0, 0, 4566, 4562, 1, 0, 0, 0, 4566, 4564, 1, 0, 0, 0, 4567, 359, 1, 0, 0, 0, 4568, 4569, 5, 809, 0, 0, 4569, 4576, 5, 135, 0, 0, 4570, 4571, 5, 135, 0, 0, 4571, 4576, 5, 810, 0, 0, 4572, 4573, 5, 135, 0, 0, 4573, 4576, 5, 811, 0, 0, 4574, 4576, 5, 812, 0, 0, 4575, 4568, 1, 0, 0, 0, 4575, 4570, 1, 0, 0, 0, 4575, 4572, 1, 0, 0, 0, 4575, 4574, 1, 0, 0, 0, 4576, 361, 1, 0, 0, 0, 4577, 4578, 5, 25, 0, 0, 4578, 4579, 5, 453, 0, 0, 4579, 4580, 5, 176, 0, 0, 4580, 4585, 3, 378, 189, 0, 4581, 4582, 5, 868, 0, 0, 4582, 4584, 3, 378, 189, 0, 4583, 4581, 1, 0, 0, 0, 4584, 4587, 1, 0, 0, 0, 4585, 4583, 1, 0, 0, 0, 4585, 4586, 1, 0, 0, 0, 4586, 4589, 1, 0, 0, 0, 4587, 4585, 1, 0, 0, 0, 4588, 4590, 3, 398, 199, 0, 4589, 4588, 1, 0, 0, 0, 4589, 4590, 1, 0, 0, 0, 4590, 363, 1, 0, 0, 0, 4591, 4592, 5, 25, 0, 0, 4592, 4593, 5, 572, 0, 0, 4593, 4594, 5, 400, 0, 0, 4594, 4599, 3, 400, 200, 0, 4595, 4596, 5, 868, 0, 0, 4596, 4598, 3, 400, 200, 0, 4597, 4595, 1, 0, 0, 0, 4598, 4601, 1, 0, 0, 0, 4599, 4597, 1, 0, 0, 0, 4599, 4600, 1, 0, 0, 0, 4600, 4603, 1, 0, 0, 0, 4601, 4599, 1, 0, 0, 0, 4602, 4604, 3, 398, 199, 0, 4603, 4602, 1, 0, 0, 0, 4603, 4604, 1, 0, 0, 0, 4604, 365, 1, 0, 0, 0, 4605, 4606, 5, 25, 0, 0, 4606, 4607, 5, 572, 0, 0, 4607, 4608, 5, 605, 0, 0, 4608, 4609, 5, 176, 0, 0, 4609, 4614, 3, 388, 194, 0, 4610, 4611, 5, 868, 0, 0, 4611, 4613, 3, 388, 194, 0, 4612, 4610, 1, 0, 0, 0, 4613, 4616, 1, 0, 0, 0, 4614, 4612, 1, 0, 0, 0, 4614, 4615, 1, 0, 0, 0, 4615, 4618, 1, 0, 0, 0, 4616, 4614, 1, 0, 0, 0, 4617, 4619, 3, 398, 199, 0, 4618, 4617, 1, 0, 0, 0, 4618, 4619, 1, 0, 0, 0, 4619, 367, 1, 0, 0, 0, 4620, 4621, 5, 133, 0, 0, 4621, 4622, 7, 63, 0, 0, 4622, 4627, 5, 452, 0, 0, 4623, 4624, 5, 176, 0, 0, 4624, 4628, 5, 882, 0, 0, 4625, 4626, 5, 16, 0, 0, 4626, 4628, 5, 882, 0, 0, 4627, 4623, 1, 0, 0, 0, 4627, 4625, 1, 0, 0, 0, 4628, 369, 1, 0, 0, 0, 4629, 4630, 5, 640, 0, 0, 4630, 4639, 7, 64, 0, 0, 4631, 4636, 3, 404, 202, 0, 4632, 4633, 5, 868, 0, 0, 4633, 4635, 3, 404, 202, 0, 4634, 4632, 1, 0, 0, 0, 4635, 4638, 1, 0, 0, 0, 4636, 4634, 1, 0, 0, 0, 4636, 4637, 1, 0, 0, 0, 4637, 4640, 1, 0, 0, 0, 4638, 4636, 1, 0, 0, 0, 4639, 4631, 1, 0, 0, 0, 4639, 4640, 1, 0, 0, 0, 4640, 4643, 1, 0, 0, 0, 4641, 4642, 5, 676, 0, 0, 4642, 4644, 3, 406, 203, 0, 4643, 4641, 1, 0, 0, 0, 4643, 4644, 1, 0, 0, 0, 4644, 4648, 1, 0, 0, 0, 4645, 4647, 3, 408, 204, 0, 4646, 4645, 1, 0, 0, 0, 4647, 4650, 1, 0, 0, 0, 4648, 4646, 1, 0, 0, 0, 4648, 4649, 1, 0, 0, 0, 4649, 4652, 1, 0, 0, 0, 4650, 4648, 1, 0, 0, 0, 4651, 4653, 3, 398, 199, 0, 4652, 4651, 1, 0, 0, 0, 4652, 4653, 1, 0, 0, 0, 4653, 371, 1, 0, 0, 0, 4654, 4655, 5, 646, 0, 0, 4655, 4664, 7, 64, 0, 0, 4656, 4661, 3, 404, 202, 0, 4657, 4658, 5, 868, 0, 0, 4658, 4660, 3, 404, 202, 0, 4659, 4657, 1, 0, 0, 0, 4660, 4663, 1, 0, 0, 0, 4661, 4659, 1, 0, 0, 0, 4661, 4662, 1, 0, 0, 0, 4662, 4665, 1, 0, 0, 0, 4663, 4661, 1, 0, 0, 0, 4664, 4656, 1, 0, 0, 0, 4664, 4665, 1, 0, 0, 0, 4665, 4667, 1, 0, 0, 0, 4666, 4668, 3, 398, 199, 0, 4667, 4666, 1, 0, 0, 0, 4667, 4668, 1, 0, 0, 0, 4668, 373, 1, 0, 0, 0, 4669, 4670, 5, 640, 0, 0, 4670, 4674, 5, 415, 0, 0, 4671, 4672, 5, 678, 0, 0, 4672, 4673, 5, 857, 0, 0, 4673, 4675, 5, 882, 0, 0, 4674, 4671, 1, 0, 0, 0, 4674, 4675, 1, 0, 0, 0, 4675, 4680, 1, 0, 0, 0, 4676, 4677, 5, 868, 0, 0, 4677, 4678, 5, 529, 0, 0, 4678, 4679, 5, 857, 0, 0, 4679, 4681, 5, 882, 0, 0, 4680, 4676, 1, 0, 0, 0, 4680, 4681, 1, 0, 0, 0, 4681, 4686, 1, 0, 0, 0, 4682, 4683, 5, 868, 0, 0, 4683, 4684, 5, 363, 0, 0, 4684, 4685, 5, 857, 0, 0, 4685, 4687, 5, 882, 0, 0, 4686, 4682, 1, 0, 0, 0, 4686, 4687, 1, 0, 0, 0, 4687, 375, 1, 0, 0, 0, 4688, 4689, 5, 646, 0, 0, 4689, 4690, 5, 415, 0, 0, 4690, 377, 1, 0, 0, 0, 4691, 4692, 3, 380, 190, 0, 4692, 4693, 5, 857, 0, 0, 4693, 4694, 5, 882, 0, 0, 4694, 4719, 1, 0, 0, 0, 4695, 4696, 3, 382, 191, 0, 4696, 4697, 5, 857, 0, 0, 4697, 4698, 3, 726, 363, 0, 4698, 4719, 1, 0, 0, 0, 4699, 4700, 3, 384, 192, 0, 4700, 4701, 5, 857, 0, 0, 4701, 4702, 7, 26, 0, 0, 4702, 4719, 1, 0, 0, 0, 4703, 4719, 3, 386, 193, 0, 4704, 4705, 5, 424, 0, 0, 4705, 4706, 5, 857, 0, 0, 4706, 4715, 5, 866, 0, 0, 4707, 4712, 3, 720, 360, 0, 4708, 4709, 5, 868, 0, 0, 4709, 4711, 3, 720, 360, 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, 4716, 1, 0, 0, 0, 4714, 4712, 1, 0, 0, 0, 4715, 4707, 1, 0, 0, 0, 4715, 4716, 1, 0, 0, 0, 4716, 4717, 1, 0, 0, 0, 4717, 4719, 5, 867, 0, 0, 4718, 4691, 1, 0, 0, 0, 4718, 4695, 1, 0, 0, 0, 4718, 4699, 1, 0, 0, 0, 4718, 4703, 1, 0, 0, 0, 4718, 4704, 1, 0, 0, 0, 4719, 379, 1, 0, 0, 0, 4720, 4721, 7, 65, 0, 0, 4721, 381, 1, 0, 0, 0, 4722, 4723, 7, 66, 0, 0, 4723, 383, 1, 0, 0, 0, 4724, 4725, 7, 67, 0, 0, 4725, 385, 1, 0, 0, 0, 4726, 4727, 5, 543, 0, 0, 4727, 4728, 5, 857, 0, 0, 4728, 4740, 7, 68, 0, 0, 4729, 4730, 5, 574, 0, 0, 4730, 4731, 5, 857, 0, 0, 4731, 4740, 7, 69, 0, 0, 4732, 4733, 5, 310, 0, 0, 4733, 4737, 5, 857, 0, 0, 4734, 4738, 5, 507, 0, 0, 4735, 4738, 5, 450, 0, 0, 4736, 4738, 3, 410, 205, 0, 4737, 4734, 1, 0, 0, 0, 4737, 4735, 1, 0, 0, 0, 4737, 4736, 1, 0, 0, 0, 4738, 4740, 1, 0, 0, 0, 4739, 4726, 1, 0, 0, 0, 4739, 4729, 1, 0, 0, 0, 4739, 4732, 1, 0, 0, 0, 4740, 387, 1, 0, 0, 0, 4741, 4742, 3, 390, 195, 0, 4742, 4743, 5, 857, 0, 0, 4743, 4744, 5, 882, 0, 0, 4744, 4769, 1, 0, 0, 0, 4745, 4746, 3, 392, 196, 0, 4746, 4747, 5, 857, 0, 0, 4747, 4748, 3, 726, 363, 0, 4748, 4769, 1, 0, 0, 0, 4749, 4750, 3, 394, 197, 0, 4750, 4751, 5, 857, 0, 0, 4751, 4752, 7, 26, 0, 0, 4752, 4769, 1, 0, 0, 0, 4753, 4769, 3, 396, 198, 0, 4754, 4755, 5, 424, 0, 0, 4755, 4756, 5, 857, 0, 0, 4756, 4765, 5, 866, 0, 0, 4757, 4762, 3, 720, 360, 0, 4758, 4759, 5, 868, 0, 0, 4759, 4761, 3, 720, 360, 0, 4760, 4758, 1, 0, 0, 0, 4761, 4764, 1, 0, 0, 0, 4762, 4760, 1, 0, 0, 0, 4762, 4763, 1, 0, 0, 0, 4763, 4766, 1, 0, 0, 0, 4764, 4762, 1, 0, 0, 0, 4765, 4757, 1, 0, 0, 0, 4765, 4766, 1, 0, 0, 0, 4766, 4767, 1, 0, 0, 0, 4767, 4769, 5, 867, 0, 0, 4768, 4741, 1, 0, 0, 0, 4768, 4745, 1, 0, 0, 0, 4768, 4749, 1, 0, 0, 0, 4768, 4753, 1, 0, 0, 0, 4768, 4754, 1, 0, 0, 0, 4769, 389, 1, 0, 0, 0, 4770, 4771, 7, 70, 0, 0, 4771, 391, 1, 0, 0, 0, 4772, 4773, 7, 71, 0, 0, 4773, 393, 1, 0, 0, 0, 4774, 4775, 7, 72, 0, 0, 4775, 395, 1, 0, 0, 0, 4776, 4777, 5, 543, 0, 0, 4777, 4778, 5, 857, 0, 0, 4778, 4790, 7, 68, 0, 0, 4779, 4780, 5, 574, 0, 0, 4780, 4781, 5, 857, 0, 0, 4781, 4790, 7, 73, 0, 0, 4782, 4783, 5, 310, 0, 0, 4783, 4787, 5, 857, 0, 0, 4784, 4788, 5, 507, 0, 0, 4785, 4788, 5, 450, 0, 0, 4786, 4788, 3, 410, 205, 0, 4787, 4784, 1, 0, 0, 0, 4787, 4785, 1, 0, 0, 0, 4787, 4786, 1, 0, 0, 0, 4788, 4790, 1, 0, 0, 0, 4789, 4776, 1, 0, 0, 0, 4789, 4779, 1, 0, 0, 0, 4789, 4782, 1, 0, 0, 0, 4790, 397, 1, 0, 0, 0, 4791, 4792, 5, 65, 0, 0, 4792, 4793, 5, 328, 0, 0, 4793, 4794, 5, 882, 0, 0, 4794, 399, 1, 0, 0, 0, 4795, 4796, 5, 565, 0, 0, 4796, 4797, 5, 857, 0, 0, 4797, 4798, 5, 866, 0, 0, 4798, 4803, 3, 636, 318, 0, 4799, 4800, 5, 868, 0, 0, 4800, 4802, 3, 636, 318, 0, 4801, 4799, 1, 0, 0, 0, 4802, 4805, 1, 0, 0, 0, 4803, 4801, 1, 0, 0, 0, 4803, 4804, 1, 0, 0, 0, 4804, 4806, 1, 0, 0, 0, 4805, 4803, 1, 0, 0, 0, 4806, 4807, 5, 867, 0, 0, 4807, 4859, 1, 0, 0, 0, 4808, 4809, 5, 567, 0, 0, 4809, 4810, 5, 857, 0, 0, 4810, 4811, 5, 866, 0, 0, 4811, 4816, 3, 636, 318, 0, 4812, 4813, 5, 868, 0, 0, 4813, 4815, 3, 636, 318, 0, 4814, 4812, 1, 0, 0, 0, 4815, 4818, 1, 0, 0, 0, 4816, 4814, 1, 0, 0, 0, 4816, 4817, 1, 0, 0, 0, 4817, 4819, 1, 0, 0, 0, 4818, 4816, 1, 0, 0, 0, 4819, 4820, 5, 867, 0, 0, 4820, 4859, 1, 0, 0, 0, 4821, 4822, 5, 566, 0, 0, 4822, 4823, 5, 857, 0, 0, 4823, 4824, 5, 866, 0, 0, 4824, 4825, 3, 658, 329, 0, 4825, 4826, 5, 867, 0, 0, 4826, 4859, 1, 0, 0, 0, 4827, 4828, 5, 568, 0, 0, 4828, 4829, 5, 857, 0, 0, 4829, 4830, 5, 866, 0, 0, 4830, 4831, 3, 658, 329, 0, 4831, 4832, 5, 867, 0, 0, 4832, 4859, 1, 0, 0, 0, 4833, 4834, 5, 570, 0, 0, 4834, 4835, 5, 857, 0, 0, 4835, 4836, 5, 866, 0, 0, 4836, 4837, 3, 764, 382, 0, 4837, 4838, 5, 867, 0, 0, 4838, 4859, 1, 0, 0, 0, 4839, 4840, 5, 571, 0, 0, 4840, 4841, 5, 857, 0, 0, 4841, 4842, 5, 866, 0, 0, 4842, 4843, 3, 764, 382, 0, 4843, 4844, 5, 867, 0, 0, 4844, 4859, 1, 0, 0, 0, 4845, 4846, 5, 569, 0, 0, 4846, 4847, 5, 857, 0, 0, 4847, 4848, 5, 866, 0, 0, 4848, 4853, 3, 402, 201, 0, 4849, 4850, 5, 868, 0, 0, 4850, 4852, 3, 402, 201, 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, 4856, 1, 0, 0, 0, 4855, 4853, 1, 0, 0, 0, 4856, 4857, 5, 867, 0, 0, 4857, 4859, 1, 0, 0, 0, 4858, 4795, 1, 0, 0, 0, 4858, 4808, 1, 0, 0, 0, 4858, 4821, 1, 0, 0, 0, 4858, 4827, 1, 0, 0, 0, 4858, 4833, 1, 0, 0, 0, 4858, 4839, 1, 0, 0, 0, 4858, 4845, 1, 0, 0, 0, 4859, 401, 1, 0, 0, 0, 4860, 4861, 5, 866, 0, 0, 4861, 4862, 3, 660, 330, 0, 4862, 4863, 5, 868, 0, 0, 4863, 4864, 3, 660, 330, 0, 4864, 4865, 5, 867, 0, 0, 4865, 403, 1, 0, 0, 0, 4866, 4867, 7, 74, 0, 0, 4867, 405, 1, 0, 0, 0, 4868, 4869, 7, 75, 0, 0, 4869, 4870, 5, 857, 0, 0, 4870, 4894, 3, 410, 205, 0, 4871, 4872, 5, 460, 0, 0, 4872, 4873, 5, 857, 0, 0, 4873, 4874, 5, 882, 0, 0, 4874, 4875, 5, 868, 0, 0, 4875, 4876, 5, 461, 0, 0, 4876, 4877, 5, 857, 0, 0, 4877, 4894, 3, 726, 363, 0, 4878, 4879, 5, 611, 0, 0, 4879, 4880, 5, 857, 0, 0, 4880, 4881, 5, 882, 0, 0, 4881, 4882, 5, 868, 0, 0, 4882, 4883, 5, 612, 0, 0, 4883, 4884, 5, 857, 0, 0, 4884, 4894, 3, 726, 363, 0, 4885, 4886, 5, 557, 0, 0, 4886, 4887, 5, 857, 0, 0, 4887, 4888, 5, 882, 0, 0, 4888, 4889, 5, 868, 0, 0, 4889, 4890, 5, 558, 0, 0, 4890, 4891, 5, 857, 0, 0, 4891, 4894, 3, 726, 363, 0, 4892, 4894, 5, 634, 0, 0, 4893, 4868, 1, 0, 0, 0, 4893, 4871, 1, 0, 0, 0, 4893, 4878, 1, 0, 0, 0, 4893, 4885, 1, 0, 0, 0, 4893, 4892, 1, 0, 0, 0, 4894, 407, 1, 0, 0, 0, 4895, 4896, 5, 678, 0, 0, 4896, 4897, 5, 857, 0, 0, 4897, 4908, 5, 882, 0, 0, 4898, 4899, 5, 529, 0, 0, 4899, 4900, 5, 857, 0, 0, 4900, 4908, 5, 882, 0, 0, 4901, 4902, 5, 363, 0, 0, 4902, 4903, 5, 857, 0, 0, 4903, 4908, 5, 882, 0, 0, 4904, 4905, 5, 535, 0, 0, 4905, 4906, 5, 857, 0, 0, 4906, 4908, 5, 882, 0, 0, 4907, 4895, 1, 0, 0, 0, 4907, 4898, 1, 0, 0, 0, 4907, 4901, 1, 0, 0, 0, 4907, 4904, 1, 0, 0, 0, 4908, 409, 1, 0, 0, 0, 4909, 4914, 3, 710, 355, 0, 4910, 4911, 5, 868, 0, 0, 4911, 4913, 3, 710, 355, 0, 4912, 4910, 1, 0, 0, 0, 4913, 4916, 1, 0, 0, 0, 4914, 4912, 1, 0, 0, 0, 4914, 4915, 1, 0, 0, 0, 4915, 4919, 1, 0, 0, 0, 4916, 4914, 1, 0, 0, 0, 4917, 4919, 5, 882, 0, 0, 4918, 4909, 1, 0, 0, 0, 4918, 4917, 1, 0, 0, 0, 4919, 411, 1, 0, 0, 0, 4920, 4921, 5, 694, 0, 0, 4921, 4922, 7, 76, 0, 0, 4922, 4924, 3, 712, 356, 0, 4923, 4925, 7, 77, 0, 0, 4924, 4923, 1, 0, 0, 0, 4924, 4925, 1, 0, 0, 0, 4925, 413, 1, 0, 0, 0, 4926, 4927, 5, 694, 0, 0, 4927, 4928, 5, 378, 0, 0, 4928, 4934, 3, 712, 356, 0, 4929, 4932, 5, 654, 0, 0, 4930, 4931, 5, 65, 0, 0, 4931, 4933, 5, 489, 0, 0, 4932, 4930, 1, 0, 0, 0, 4932, 4933, 1, 0, 0, 0, 4933, 4935, 1, 0, 0, 0, 4934, 4929, 1, 0, 0, 0, 4934, 4935, 1, 0, 0, 0, 4935, 415, 1, 0, 0, 0, 4936, 4937, 5, 694, 0, 0, 4937, 4938, 5, 540, 0, 0, 4938, 4939, 3, 712, 356, 0, 4939, 417, 1, 0, 0, 0, 4940, 4941, 5, 694, 0, 0, 4941, 4942, 5, 341, 0, 0, 4942, 4945, 3, 712, 356, 0, 4943, 4944, 5, 513, 0, 0, 4944, 4946, 5, 533, 0, 0, 4945, 4943, 1, 0, 0, 0, 4945, 4946, 1, 0, 0, 0, 4946, 419, 1, 0, 0, 0, 4947, 4948, 5, 694, 0, 0, 4948, 4949, 5, 583, 0, 0, 4949, 4950, 3, 712, 356, 0, 4950, 421, 1, 0, 0, 0, 4951, 4952, 5, 694, 0, 0, 4952, 4955, 5, 551, 0, 0, 4953, 4954, 5, 33, 0, 0, 4954, 4956, 3, 712, 356, 0, 4955, 4953, 1, 0, 0, 0, 4955, 4956, 1, 0, 0, 0, 4956, 423, 1, 0, 0, 0, 4957, 4958, 5, 540, 0, 0, 4958, 4959, 3, 720, 360, 0, 4959, 4962, 5, 68, 0, 0, 4960, 4963, 5, 882, 0, 0, 4961, 4963, 5, 892, 0, 0, 4962, 4960, 1, 0, 0, 0, 4962, 4961, 1, 0, 0, 0, 4963, 425, 1, 0, 0, 0, 4964, 4965, 5, 717, 0, 0, 4965, 4968, 3, 720, 360, 0, 4966, 4967, 5, 188, 0, 0, 4967, 4969, 3, 766, 383, 0, 4968, 4966, 1, 0, 0, 0, 4968, 4969, 1, 0, 0, 0, 4969, 427, 1, 0, 0, 0, 4970, 4971, 7, 78, 0, 0, 4971, 4972, 5, 540, 0, 0, 4972, 4973, 3, 720, 360, 0, 4973, 429, 1, 0, 0, 0, 4974, 4977, 3, 432, 216, 0, 4975, 4977, 3, 4, 2, 0, 4976, 4974, 1, 0, 0, 0, 4976, 4975, 1, 0, 0, 0, 4977, 431, 1, 0, 0, 0, 4978, 4979, 3, 720, 360, 0, 4979, 4980, 5, 878, 0, 0, 4980, 4982, 1, 0, 0, 0, 4981, 4978, 1, 0, 0, 0, 4981, 4982, 1, 0, 0, 0, 4982, 4983, 1, 0, 0, 0, 4983, 4989, 5, 317, 0, 0, 4984, 4985, 3, 452, 226, 0, 4985, 4986, 5, 869, 0, 0, 4986, 4988, 1, 0, 0, 0, 4987, 4984, 1, 0, 0, 0, 4988, 4991, 1, 0, 0, 0, 4989, 4987, 1, 0, 0, 0, 4989, 4990, 1, 0, 0, 0, 4990, 4997, 1, 0, 0, 0, 4991, 4989, 1, 0, 0, 0, 4992, 4993, 3, 454, 227, 0, 4993, 4994, 5, 869, 0, 0, 4994, 4996, 1, 0, 0, 0, 4995, 4992, 1, 0, 0, 0, 4996, 4999, 1, 0, 0, 0, 4997, 4995, 1, 0, 0, 0, 4997, 4998, 1, 0, 0, 0, 4998, 5005, 1, 0, 0, 0, 4999, 4997, 1, 0, 0, 0, 5000, 5001, 3, 456, 228, 0, 5001, 5002, 5, 869, 0, 0, 5002, 5004, 1, 0, 0, 0, 5003, 5000, 1, 0, 0, 0, 5004, 5007, 1, 0, 0, 0, 5005, 5003, 1, 0, 0, 0, 5005, 5006, 1, 0, 0, 0, 5006, 5013, 1, 0, 0, 0, 5007, 5005, 1, 0, 0, 0, 5008, 5009, 3, 458, 229, 0, 5009, 5010, 5, 869, 0, 0, 5010, 5012, 1, 0, 0, 0, 5011, 5008, 1, 0, 0, 0, 5012, 5015, 1, 0, 0, 0, 5013, 5011, 1, 0, 0, 0, 5013, 5014, 1, 0, 0, 0, 5014, 5019, 1, 0, 0, 0, 5015, 5013, 1, 0, 0, 0, 5016, 5018, 3, 462, 231, 0, 5017, 5016, 1, 0, 0, 0, 5018, 5021, 1, 0, 0, 0, 5019, 5017, 1, 0, 0, 0, 5019, 5020, 1, 0, 0, 0, 5020, 5022, 1, 0, 0, 0, 5021, 5019, 1, 0, 0, 0, 5022, 5024, 5, 378, 0, 0, 5023, 5025, 3, 720, 360, 0, 5024, 5023, 1, 0, 0, 0, 5024, 5025, 1, 0, 0, 0, 5025, 433, 1, 0, 0, 0, 5026, 5029, 5, 23, 0, 0, 5027, 5030, 3, 720, 360, 0, 5028, 5030, 3, 812, 406, 0, 5029, 5027, 1, 0, 0, 0, 5029, 5028, 1, 0, 0, 0, 5029, 5030, 1, 0, 0, 0, 5030, 5032, 1, 0, 0, 0, 5031, 5033, 3, 464, 232, 0, 5032, 5031, 1, 0, 0, 0, 5033, 5034, 1, 0, 0, 0, 5034, 5032, 1, 0, 0, 0, 5034, 5035, 1, 0, 0, 0, 5035, 5042, 1, 0, 0, 0, 5036, 5038, 5, 53, 0, 0, 5037, 5039, 3, 462, 231, 0, 5038, 5037, 1, 0, 0, 0, 5039, 5040, 1, 0, 0, 0, 5040, 5038, 1, 0, 0, 0, 5040, 5041, 1, 0, 0, 0, 5041, 5043, 1, 0, 0, 0, 5042, 5036, 1, 0, 0, 0, 5042, 5043, 1, 0, 0, 0, 5043, 5044, 1, 0, 0, 0, 5044, 5045, 5, 378, 0, 0, 5045, 5046, 5, 23, 0, 0, 5046, 435, 1, 0, 0, 0, 5047, 5048, 5, 78, 0, 0, 5048, 5049, 3, 812, 406, 0, 5049, 5051, 5, 175, 0, 0, 5050, 5052, 3, 462, 231, 0, 5051, 5050, 1, 0, 0, 0, 5052, 5053, 1, 0, 0, 0, 5053, 5051, 1, 0, 0, 0, 5053, 5054, 1, 0, 0, 0, 5054, 5058, 1, 0, 0, 0, 5055, 5057, 3, 466, 233, 0, 5056, 5055, 1, 0, 0, 0, 5057, 5060, 1, 0, 0, 0, 5058, 5056, 1, 0, 0, 0, 5058, 5059, 1, 0, 0, 0, 5059, 5067, 1, 0, 0, 0, 5060, 5058, 1, 0, 0, 0, 5061, 5063, 5, 53, 0, 0, 5062, 5064, 3, 462, 231, 0, 5063, 5062, 1, 0, 0, 0, 5064, 5065, 1, 0, 0, 0, 5065, 5063, 1, 0, 0, 0, 5065, 5066, 1, 0, 0, 0, 5066, 5068, 1, 0, 0, 0, 5067, 5061, 1, 0, 0, 0, 5067, 5068, 1, 0, 0, 0, 5068, 5069, 1, 0, 0, 0, 5069, 5070, 5, 378, 0, 0, 5070, 5071, 5, 78, 0, 0, 5071, 437, 1, 0, 0, 0, 5072, 5073, 5, 90, 0, 0, 5073, 5074, 3, 720, 360, 0, 5074, 439, 1, 0, 0, 0, 5075, 5076, 5, 97, 0, 0, 5076, 5077, 3, 720, 360, 0, 5077, 441, 1, 0, 0, 0, 5078, 5079, 3, 720, 360, 0, 5079, 5080, 5, 878, 0, 0, 5080, 5082, 1, 0, 0, 0, 5081, 5078, 1, 0, 0, 0, 5081, 5082, 1, 0, 0, 0, 5082, 5083, 1, 0, 0, 0, 5083, 5085, 5, 106, 0, 0, 5084, 5086, 3, 462, 231, 0, 5085, 5084, 1, 0, 0, 0, 5086, 5087, 1, 0, 0, 0, 5087, 5085, 1, 0, 0, 0, 5087, 5088, 1, 0, 0, 0, 5088, 5089, 1, 0, 0, 0, 5089, 5090, 5, 378, 0, 0, 5090, 5092, 5, 106, 0, 0, 5091, 5093, 3, 720, 360, 0, 5092, 5091, 1, 0, 0, 0, 5092, 5093, 1, 0, 0, 0, 5093, 443, 1, 0, 0, 0, 5094, 5095, 3, 720, 360, 0, 5095, 5096, 5, 878, 0, 0, 5096, 5098, 1, 0, 0, 0, 5097, 5094, 1, 0, 0, 0, 5097, 5098, 1, 0, 0, 0, 5098, 5099, 1, 0, 0, 0, 5099, 5101, 5, 142, 0, 0, 5100, 5102, 3, 462, 231, 0, 5101, 5100, 1, 0, 0, 0, 5102, 5103, 1, 0, 0, 0, 5103, 5101, 1, 0, 0, 0, 5103, 5104, 1, 0, 0, 0, 5104, 5105, 1, 0, 0, 0, 5105, 5106, 5, 676, 0, 0, 5106, 5107, 3, 812, 406, 0, 5107, 5108, 5, 378, 0, 0, 5108, 5110, 5, 142, 0, 0, 5109, 5111, 3, 720, 360, 0, 5110, 5109, 1, 0, 0, 0, 5110, 5111, 1, 0, 0, 0, 5111, 445, 1, 0, 0, 0, 5112, 5113, 5, 148, 0, 0, 5113, 5114, 3, 812, 406, 0, 5114, 447, 1, 0, 0, 0, 5115, 5116, 3, 720, 360, 0, 5116, 5117, 5, 878, 0, 0, 5117, 5119, 1, 0, 0, 0, 5118, 5115, 1, 0, 0, 0, 5118, 5119, 1, 0, 0, 0, 5119, 5120, 1, 0, 0, 0, 5120, 5121, 5, 193, 0, 0, 5121, 5122, 3, 812, 406, 0, 5122, 5124, 5, 371, 0, 0, 5123, 5125, 3, 462, 231, 0, 5124, 5123, 1, 0, 0, 0, 5125, 5126, 1, 0, 0, 0, 5126, 5124, 1, 0, 0, 0, 5126, 5127, 1, 0, 0, 0, 5127, 5128, 1, 0, 0, 0, 5128, 5129, 5, 378, 0, 0, 5129, 5131, 5, 193, 0, 0, 5130, 5132, 3, 720, 360, 0, 5131, 5130, 1, 0, 0, 0, 5131, 5132, 1, 0, 0, 0, 5132, 449, 1, 0, 0, 0, 5133, 5134, 5, 334, 0, 0, 5134, 5149, 3, 720, 360, 0, 5135, 5140, 5, 64, 0, 0, 5136, 5138, 5, 501, 0, 0, 5137, 5136, 1, 0, 0, 0, 5137, 5138, 1, 0, 0, 0, 5138, 5139, 1, 0, 0, 0, 5139, 5141, 5, 68, 0, 0, 5140, 5137, 1, 0, 0, 0, 5140, 5141, 1, 0, 0, 0, 5141, 5142, 1, 0, 0, 0, 5142, 5143, 3, 720, 360, 0, 5143, 5144, 5, 88, 0, 0, 5144, 5145, 3, 718, 359, 0, 5145, 5149, 1, 0, 0, 0, 5146, 5147, 5, 516, 0, 0, 5147, 5149, 3, 720, 360, 0, 5148, 5133, 1, 0, 0, 0, 5148, 5135, 1, 0, 0, 0, 5148, 5146, 1, 0, 0, 0, 5149, 451, 1, 0, 0, 0, 5150, 5151, 5, 41, 0, 0, 5151, 5152, 3, 718, 359, 0, 5152, 5155, 3, 740, 370, 0, 5153, 5154, 5, 42, 0, 0, 5154, 5156, 3, 812, 406, 0, 5155, 5153, 1, 0, 0, 0, 5155, 5156, 1, 0, 0, 0, 5156, 453, 1, 0, 0, 0, 5157, 5158, 5, 41, 0, 0, 5158, 5159, 3, 720, 360, 0, 5159, 5160, 5, 30, 0, 0, 5160, 5167, 5, 65, 0, 0, 5161, 5168, 3, 726, 363, 0, 5162, 5164, 5, 164, 0, 0, 5163, 5165, 5, 682, 0, 0, 5164, 5163, 1, 0, 0, 0, 5164, 5165, 1, 0, 0, 0, 5165, 5166, 1, 0, 0, 0, 5166, 5168, 5, 882, 0, 0, 5167, 5161, 1, 0, 0, 0, 5167, 5162, 1, 0, 0, 0, 5168, 455, 1, 0, 0, 0, 5169, 5170, 5, 41, 0, 0, 5170, 5171, 3, 720, 360, 0, 5171, 5172, 5, 38, 0, 0, 5172, 5173, 5, 65, 0, 0, 5173, 5174, 3, 208, 104, 0, 5174, 457, 1, 0, 0, 0, 5175, 5176, 5, 41, 0, 0, 5176, 5177, 7, 79, 0, 0, 5177, 5178, 5, 417, 0, 0, 5178, 5179, 5, 65, 0, 0, 5179, 5184, 3, 460, 230, 0, 5180, 5181, 5, 868, 0, 0, 5181, 5183, 3, 460, 230, 0, 5182, 5180, 1, 0, 0, 0, 5183, 5186, 1, 0, 0, 0, 5184, 5182, 1, 0, 0, 0, 5184, 5185, 1, 0, 0, 0, 5185, 5187, 1, 0, 0, 0, 5186, 5184, 1, 0, 0, 0, 5187, 5188, 3, 430, 215, 0, 5188, 459, 1, 0, 0, 0, 5189, 5201, 3, 726, 363, 0, 5190, 5192, 5, 164, 0, 0, 5191, 5193, 5, 682, 0, 0, 5192, 5191, 1, 0, 0, 0, 5192, 5193, 1, 0, 0, 0, 5193, 5194, 1, 0, 0, 0, 5194, 5201, 5, 882, 0, 0, 5195, 5201, 3, 720, 360, 0, 5196, 5201, 5, 165, 0, 0, 5197, 5198, 5, 114, 0, 0, 5198, 5201, 5, 407, 0, 0, 5199, 5201, 5, 163, 0, 0, 5200, 5189, 1, 0, 0, 0, 5200, 5190, 1, 0, 0, 0, 5200, 5195, 1, 0, 0, 0, 5200, 5196, 1, 0, 0, 0, 5200, 5197, 1, 0, 0, 0, 5200, 5199, 1, 0, 0, 0, 5201, 461, 1, 0, 0, 0, 5202, 5205, 3, 16, 8, 0, 5203, 5205, 3, 4, 2, 0, 5204, 5202, 1, 0, 0, 0, 5204, 5203, 1, 0, 0, 0, 5205, 5206, 1, 0, 0, 0, 5206, 5207, 5, 869, 0, 0, 5207, 463, 1, 0, 0, 0, 5208, 5211, 5, 191, 0, 0, 5209, 5212, 3, 738, 369, 0, 5210, 5212, 3, 812, 406, 0, 5211, 5209, 1, 0, 0, 0, 5211, 5210, 1, 0, 0, 0, 5212, 5213, 1, 0, 0, 0, 5213, 5215, 5, 175, 0, 0, 5214, 5216, 3, 462, 231, 0, 5215, 5214, 1, 0, 0, 0, 5216, 5217, 1, 0, 0, 0, 5217, 5215, 1, 0, 0, 0, 5217, 5218, 1, 0, 0, 0, 5218, 465, 1, 0, 0, 0, 5219, 5220, 5, 54, 0, 0, 5220, 5221, 3, 812, 406, 0, 5221, 5223, 5, 175, 0, 0, 5222, 5224, 3, 462, 231, 0, 5223, 5222, 1, 0, 0, 0, 5224, 5225, 1, 0, 0, 0, 5225, 5223, 1, 0, 0, 0, 5225, 5226, 1, 0, 0, 0, 5226, 467, 1, 0, 0, 0, 5227, 5228, 5, 8, 0, 0, 5228, 5230, 5, 678, 0, 0, 5229, 5231, 3, 772, 386, 0, 5230, 5229, 1, 0, 0, 0, 5230, 5231, 1, 0, 0, 0, 5231, 5288, 1, 0, 0, 0, 5232, 5237, 3, 500, 250, 0, 5233, 5234, 5, 868, 0, 0, 5234, 5236, 3, 500, 250, 0, 5235, 5233, 1, 0, 0, 0, 5236, 5239, 1, 0, 0, 0, 5237, 5235, 1, 0, 0, 0, 5237, 5238, 1, 0, 0, 0, 5238, 5289, 1, 0, 0, 0, 5239, 5237, 1, 0, 0, 0, 5240, 5245, 3, 502, 251, 0, 5241, 5242, 5, 868, 0, 0, 5242, 5244, 3, 502, 251, 0, 5243, 5241, 1, 0, 0, 0, 5244, 5247, 1, 0, 0, 0, 5245, 5243, 1, 0, 0, 0, 5245, 5246, 1, 0, 0, 0, 5246, 5262, 1, 0, 0, 0, 5247, 5245, 1, 0, 0, 0, 5248, 5260, 5, 144, 0, 0, 5249, 5261, 5, 505, 0, 0, 5250, 5257, 3, 514, 257, 0, 5251, 5253, 5, 11, 0, 0, 5252, 5251, 1, 0, 0, 0, 5252, 5253, 1, 0, 0, 0, 5253, 5254, 1, 0, 0, 0, 5254, 5256, 3, 514, 257, 0, 5255, 5252, 1, 0, 0, 0, 5256, 5259, 1, 0, 0, 0, 5257, 5255, 1, 0, 0, 0, 5257, 5258, 1, 0, 0, 0, 5258, 5261, 1, 0, 0, 0, 5259, 5257, 1, 0, 0, 0, 5260, 5249, 1, 0, 0, 0, 5260, 5250, 1, 0, 0, 0, 5261, 5263, 1, 0, 0, 0, 5262, 5248, 1, 0, 0, 0, 5262, 5263, 1, 0, 0, 0, 5263, 5270, 1, 0, 0, 0, 5264, 5266, 5, 194, 0, 0, 5265, 5267, 3, 516, 258, 0, 5266, 5265, 1, 0, 0, 0, 5267, 5268, 1, 0, 0, 0, 5268, 5266, 1, 0, 0, 0, 5268, 5269, 1, 0, 0, 0, 5269, 5271, 1, 0, 0, 0, 5270, 5264, 1, 0, 0, 0, 5270, 5271, 1, 0, 0, 0, 5271, 5276, 1, 0, 0, 0, 5272, 5275, 3, 518, 259, 0, 5273, 5275, 3, 520, 260, 0, 5274, 5272, 1, 0, 0, 0, 5274, 5273, 1, 0, 0, 0, 5275, 5278, 1, 0, 0, 0, 5276, 5274, 1, 0, 0, 0, 5276, 5277, 1, 0, 0, 0, 5277, 5281, 1, 0, 0, 0, 5278, 5276, 1, 0, 0, 0, 5279, 5280, 7, 80, 0, 0, 5280, 5282, 5, 882, 0, 0, 5281, 5279, 1, 0, 0, 0, 5281, 5282, 1, 0, 0, 0, 5282, 5289, 1, 0, 0, 0, 5283, 5284, 3, 664, 332, 0, 5284, 5285, 5, 42, 0, 0, 5285, 5286, 5, 582, 0, 0, 5286, 5287, 3, 476, 238, 0, 5287, 5289, 1, 0, 0, 0, 5288, 5232, 1, 0, 0, 0, 5288, 5240, 1, 0, 0, 0, 5288, 5283, 1, 0, 0, 0, 5289, 469, 1, 0, 0, 0, 5290, 5291, 5, 34, 0, 0, 5291, 5293, 5, 678, 0, 0, 5292, 5294, 3, 774, 387, 0, 5293, 5292, 1, 0, 0, 0, 5293, 5294, 1, 0, 0, 0, 5294, 5295, 1, 0, 0, 0, 5295, 5297, 3, 698, 349, 0, 5296, 5298, 3, 504, 252, 0, 5297, 5296, 1, 0, 0, 0, 5297, 5298, 1, 0, 0, 0, 5298, 5306, 1, 0, 0, 0, 5299, 5300, 5, 868, 0, 0, 5300, 5302, 3, 698, 349, 0, 5301, 5303, 3, 504, 252, 0, 5302, 5301, 1, 0, 0, 0, 5302, 5303, 1, 0, 0, 0, 5303, 5305, 1, 0, 0, 0, 5304, 5299, 1, 0, 0, 0, 5305, 5308, 1, 0, 0, 0, 5306, 5304, 1, 0, 0, 0, 5306, 5307, 1, 0, 0, 0, 5307, 5312, 1, 0, 0, 0, 5308, 5306, 1, 0, 0, 0, 5309, 5310, 5, 42, 0, 0, 5310, 5311, 5, 582, 0, 0, 5311, 5313, 3, 476, 238, 0, 5312, 5309, 1, 0, 0, 0, 5312, 5313, 1, 0, 0, 0, 5313, 5328, 1, 0, 0, 0, 5314, 5326, 5, 144, 0, 0, 5315, 5327, 5, 505, 0, 0, 5316, 5323, 3, 514, 257, 0, 5317, 5319, 5, 11, 0, 0, 5318, 5317, 1, 0, 0, 0, 5318, 5319, 1, 0, 0, 0, 5319, 5320, 1, 0, 0, 0, 5320, 5322, 3, 514, 257, 0, 5321, 5318, 1, 0, 0, 0, 5322, 5325, 1, 0, 0, 0, 5323, 5321, 1, 0, 0, 0, 5323, 5324, 1, 0, 0, 0, 5324, 5327, 1, 0, 0, 0, 5325, 5323, 1, 0, 0, 0, 5326, 5315, 1, 0, 0, 0, 5326, 5316, 1, 0, 0, 0, 5327, 5329, 1, 0, 0, 0, 5328, 5314, 1, 0, 0, 0, 5328, 5329, 1, 0, 0, 0, 5329, 5336, 1, 0, 0, 0, 5330, 5332, 5, 194, 0, 0, 5331, 5333, 3, 516, 258, 0, 5332, 5331, 1, 0, 0, 0, 5333, 5334, 1, 0, 0, 0, 5334, 5332, 1, 0, 0, 0, 5334, 5335, 1, 0, 0, 0, 5335, 5337, 1, 0, 0, 0, 5336, 5330, 1, 0, 0, 0, 5336, 5337, 1, 0, 0, 0, 5337, 5342, 1, 0, 0, 0, 5338, 5341, 3, 518, 259, 0, 5339, 5341, 3, 520, 260, 0, 5340, 5338, 1, 0, 0, 0, 5340, 5339, 1, 0, 0, 0, 5341, 5344, 1, 0, 0, 0, 5342, 5340, 1, 0, 0, 0, 5342, 5343, 1, 0, 0, 0, 5343, 5347, 1, 0, 0, 0, 5344, 5342, 1, 0, 0, 0, 5345, 5346, 7, 80, 0, 0, 5346, 5348, 5, 882, 0, 0, 5347, 5345, 1, 0, 0, 0, 5347, 5348, 1, 0, 0, 0, 5348, 471, 1, 0, 0, 0, 5349, 5350, 5, 51, 0, 0, 5350, 5352, 5, 678, 0, 0, 5351, 5353, 3, 772, 386, 0, 5352, 5351, 1, 0, 0, 0, 5352, 5353, 1, 0, 0, 0, 5353, 5354, 1, 0, 0, 0, 5354, 5359, 3, 698, 349, 0, 5355, 5356, 5, 868, 0, 0, 5356, 5358, 3, 698, 349, 0, 5357, 5355, 1, 0, 0, 0, 5358, 5361, 1, 0, 0, 0, 5359, 5357, 1, 0, 0, 0, 5359, 5360, 1, 0, 0, 0, 5360, 473, 1, 0, 0, 0, 5361, 5359, 1, 0, 0, 0, 5362, 5363, 5, 73, 0, 0, 5363, 5368, 3, 528, 264, 0, 5364, 5365, 5, 868, 0, 0, 5365, 5367, 3, 528, 264, 0, 5366, 5364, 1, 0, 0, 0, 5367, 5370, 1, 0, 0, 0, 5368, 5366, 1, 0, 0, 0, 5368, 5369, 1, 0, 0, 0, 5369, 5371, 1, 0, 0, 0, 5370, 5368, 1, 0, 0, 0, 5371, 5373, 5, 119, 0, 0, 5372, 5374, 3, 496, 248, 0, 5373, 5372, 1, 0, 0, 0, 5373, 5374, 1, 0, 0, 0, 5374, 5375, 1, 0, 0, 0, 5375, 5376, 3, 532, 266, 0, 5376, 5386, 5, 176, 0, 0, 5377, 5382, 3, 508, 254, 0, 5378, 5379, 5, 868, 0, 0, 5379, 5381, 3, 508, 254, 0, 5380, 5378, 1, 0, 0, 0, 5381, 5384, 1, 0, 0, 0, 5382, 5380, 1, 0, 0, 0, 5382, 5383, 1, 0, 0, 0, 5383, 5387, 1, 0, 0, 0, 5384, 5382, 1, 0, 0, 0, 5385, 5387, 3, 662, 331, 0, 5386, 5377, 1, 0, 0, 0, 5386, 5385, 1, 0, 0, 0, 5387, 5402, 1, 0, 0, 0, 5388, 5400, 5, 144, 0, 0, 5389, 5401, 5, 505, 0, 0, 5390, 5397, 3, 514, 257, 0, 5391, 5393, 5, 11, 0, 0, 5392, 5391, 1, 0, 0, 0, 5392, 5393, 1, 0, 0, 0, 5393, 5394, 1, 0, 0, 0, 5394, 5396, 3, 514, 257, 0, 5395, 5392, 1, 0, 0, 0, 5396, 5399, 1, 0, 0, 0, 5397, 5395, 1, 0, 0, 0, 5397, 5398, 1, 0, 0, 0, 5398, 5401, 1, 0, 0, 0, 5399, 5397, 1, 0, 0, 0, 5400, 5389, 1, 0, 0, 0, 5400, 5390, 1, 0, 0, 0, 5401, 5403, 1, 0, 0, 0, 5402, 5388, 1, 0, 0, 0, 5402, 5403, 1, 0, 0, 0, 5403, 5413, 1, 0, 0, 0, 5404, 5410, 5, 194, 0, 0, 5405, 5406, 5, 73, 0, 0, 5406, 5409, 5, 121, 0, 0, 5407, 5409, 3, 516, 258, 0, 5408, 5405, 1, 0, 0, 0, 5408, 5407, 1, 0, 0, 0, 5409, 5412, 1, 0, 0, 0, 5410, 5408, 1, 0, 0, 0, 5410, 5411, 1, 0, 0, 0, 5411, 5414, 1, 0, 0, 0, 5412, 5410, 1, 0, 0, 0, 5413, 5404, 1, 0, 0, 0, 5413, 5414, 1, 0, 0, 0, 5414, 5422, 1, 0, 0, 0, 5415, 5416, 5, 13, 0, 0, 5416, 5420, 3, 698, 349, 0, 5417, 5418, 5, 194, 0, 0, 5418, 5419, 5, 582, 0, 0, 5419, 5421, 3, 476, 238, 0, 5420, 5417, 1, 0, 0, 0, 5420, 5421, 1, 0, 0, 0, 5421, 5423, 1, 0, 0, 0, 5422, 5415, 1, 0, 0, 0, 5422, 5423, 1, 0, 0, 0, 5423, 5452, 1, 0, 0, 0, 5424, 5427, 5, 73, 0, 0, 5425, 5426, 5, 547, 0, 0, 5426, 5428, 5, 119, 0, 0, 5427, 5425, 1, 0, 0, 0, 5427, 5428, 1, 0, 0, 0, 5428, 5429, 1, 0, 0, 0, 5429, 5434, 3, 664, 332, 0, 5430, 5431, 5, 868, 0, 0, 5431, 5433, 3, 664, 332, 0, 5432, 5430, 1, 0, 0, 0, 5433, 5436, 1, 0, 0, 0, 5434, 5432, 1, 0, 0, 0, 5434, 5435, 1, 0, 0, 0, 5435, 5437, 1, 0, 0, 0, 5436, 5434, 1, 0, 0, 0, 5437, 5438, 5, 176, 0, 0, 5438, 5443, 3, 664, 332, 0, 5439, 5440, 5, 868, 0, 0, 5440, 5442, 3, 664, 332, 0, 5441, 5439, 1, 0, 0, 0, 5442, 5445, 1, 0, 0, 0, 5443, 5441, 1, 0, 0, 0, 5443, 5444, 1, 0, 0, 0, 5444, 5449, 1, 0, 0, 0, 5445, 5443, 1, 0, 0, 0, 5446, 5447, 5, 194, 0, 0, 5447, 5448, 5, 704, 0, 0, 5448, 5450, 5, 121, 0, 0, 5449, 5446, 1, 0, 0, 0, 5449, 5450, 1, 0, 0, 0, 5450, 5452, 1, 0, 0, 0, 5451, 5362, 1, 0, 0, 0, 5451, 5424, 1, 0, 0, 0, 5452, 475, 1, 0, 0, 0, 5453, 5462, 5, 42, 0, 0, 5454, 5462, 5, 505, 0, 0, 5455, 5458, 5, 7, 0, 0, 5456, 5457, 5, 59, 0, 0, 5457, 5459, 3, 662, 331, 0, 5458, 5456, 1, 0, 0, 0, 5458, 5459, 1, 0, 0, 0, 5459, 5462, 1, 0, 0, 0, 5460, 5462, 3, 662, 331, 0, 5461, 5453, 1, 0, 0, 0, 5461, 5454, 1, 0, 0, 0, 5461, 5455, 1, 0, 0, 0, 5461, 5460, 1, 0, 0, 0, 5462, 477, 1, 0, 0, 0, 5463, 5464, 5, 73, 0, 0, 5464, 5465, 5, 547, 0, 0, 5465, 5466, 5, 119, 0, 0, 5466, 5467, 3, 698, 349, 0, 5467, 5468, 5, 176, 0, 0, 5468, 5473, 3, 698, 349, 0, 5469, 5470, 5, 868, 0, 0, 5470, 5472, 3, 698, 349, 0, 5471, 5469, 1, 0, 0, 0, 5472, 5475, 1, 0, 0, 0, 5473, 5471, 1, 0, 0, 0, 5473, 5474, 1, 0, 0, 0, 5474, 5479, 1, 0, 0, 0, 5475, 5473, 1, 0, 0, 0, 5476, 5477, 5, 194, 0, 0, 5477, 5478, 5, 73, 0, 0, 5478, 5480, 5, 121, 0, 0, 5479, 5476, 1, 0, 0, 0, 5479, 5480, 1, 0, 0, 0, 5480, 479, 1, 0, 0, 0, 5481, 5482, 5, 8, 0, 0, 5482, 5483, 5, 739, 0, 0, 5483, 5484, 5, 74, 0, 0, 5484, 5490, 3, 654, 327, 0, 5485, 5487, 5, 190, 0, 0, 5486, 5488, 5, 857, 0, 0, 5487, 5486, 1, 0, 0, 0, 5487, 5488, 1, 0, 0, 0, 5488, 5489, 1, 0, 0, 0, 5489, 5491, 3, 488, 244, 0, 5490, 5485, 1, 0, 0, 0, 5490, 5491, 1, 0, 0, 0, 5491, 5497, 1, 0, 0, 0, 5492, 5494, 5, 837, 0, 0, 5493, 5495, 5, 857, 0, 0, 5494, 5493, 1, 0, 0, 0, 5494, 5495, 1, 0, 0, 0, 5495, 5496, 1, 0, 0, 0, 5496, 5498, 3, 726, 363, 0, 5497, 5492, 1, 0, 0, 0, 5497, 5498, 1, 0, 0, 0, 5498, 5503, 1, 0, 0, 0, 5499, 5501, 7, 39, 0, 0, 5500, 5502, 5, 66, 0, 0, 5501, 5500, 1, 0, 0, 0, 5501, 5502, 1, 0, 0, 0, 5502, 5504, 1, 0, 0, 0, 5503, 5499, 1, 0, 0, 0, 5503, 5504, 1, 0, 0, 0, 5504, 481, 1, 0, 0, 0, 5505, 5506, 5, 34, 0, 0, 5506, 5507, 5, 739, 0, 0, 5507, 5508, 5, 74, 0, 0, 5508, 5509, 3, 652, 326, 0, 5509, 5510, 5, 839, 0, 0, 5510, 5511, 5, 857, 0, 0, 5511, 5517, 7, 81, 0, 0, 5512, 5514, 5, 190, 0, 0, 5513, 5515, 5, 857, 0, 0, 5514, 5513, 1, 0, 0, 0, 5514, 5515, 1, 0, 0, 0, 5515, 5516, 1, 0, 0, 0, 5516, 5518, 3, 488, 244, 0, 5517, 5512, 1, 0, 0, 0, 5517, 5518, 1, 0, 0, 0, 5518, 5524, 1, 0, 0, 0, 5519, 5521, 5, 837, 0, 0, 5520, 5522, 5, 857, 0, 0, 5521, 5520, 1, 0, 0, 0, 5521, 5522, 1, 0, 0, 0, 5522, 5523, 1, 0, 0, 0, 5523, 5525, 3, 726, 363, 0, 5524, 5519, 1, 0, 0, 0, 5524, 5525, 1, 0, 0, 0, 5525, 5527, 1, 0, 0, 0, 5526, 5528, 7, 39, 0, 0, 5527, 5526, 1, 0, 0, 0, 5527, 5528, 1, 0, 0, 0, 5528, 483, 1, 0, 0, 0, 5529, 5530, 5, 51, 0, 0, 5530, 5531, 5, 739, 0, 0, 5531, 5532, 5, 74, 0, 0, 5532, 5534, 3, 654, 327, 0, 5533, 5535, 5, 66, 0, 0, 5534, 5533, 1, 0, 0, 0, 5534, 5535, 1, 0, 0, 0, 5535, 485, 1, 0, 0, 0, 5536, 5537, 5, 155, 0, 0, 5537, 5538, 5, 739, 0, 0, 5538, 5539, 5, 74, 0, 0, 5539, 5549, 3, 654, 327, 0, 5540, 5541, 5, 65, 0, 0, 5541, 5546, 3, 726, 363, 0, 5542, 5543, 5, 868, 0, 0, 5543, 5545, 3, 726, 363, 0, 5544, 5542, 1, 0, 0, 0, 5545, 5548, 1, 0, 0, 0, 5546, 5544, 1, 0, 0, 0, 5546, 5547, 1, 0, 0, 0, 5547, 5550, 1, 0, 0, 0, 5548, 5546, 1, 0, 0, 0, 5549, 5540, 1, 0, 0, 0, 5549, 5550, 1, 0, 0, 0, 5550, 487, 1, 0, 0, 0, 5551, 5557, 3, 726, 363, 0, 5552, 5553, 3, 726, 363, 0, 5553, 5554, 5, 854, 0, 0, 5554, 5555, 3, 726, 363, 0, 5555, 5557, 1, 0, 0, 0, 5556, 5551, 1, 0, 0, 0, 5556, 5552, 1, 0, 0, 0, 5557, 5562, 1, 0, 0, 0, 5558, 5559, 5, 868, 0, 0, 5559, 5561, 3, 488, 244, 0, 5560, 5558, 1, 0, 0, 0, 5561, 5564, 1, 0, 0, 0, 5562, 5560, 1, 0, 0, 0, 5562, 5563, 1, 0, 0, 0, 5563, 489, 1, 0, 0, 0, 5564, 5562, 1, 0, 0, 0, 5565, 5566, 5, 141, 0, 0, 5566, 5567, 5, 678, 0, 0, 5567, 5572, 3, 534, 267, 0, 5568, 5569, 5, 868, 0, 0, 5569, 5571, 3, 534, 267, 0, 5570, 5568, 1, 0, 0, 0, 5571, 5574, 1, 0, 0, 0, 5572, 5570, 1, 0, 0, 0, 5572, 5573, 1, 0, 0, 0, 5573, 491, 1, 0, 0, 0, 5574, 5572, 1, 0, 0, 0, 5575, 5577, 5, 149, 0, 0, 5576, 5578, 3, 772, 386, 0, 5577, 5576, 1, 0, 0, 0, 5577, 5578, 1, 0, 0, 0, 5578, 5579, 1, 0, 0, 0, 5579, 5584, 3, 528, 264, 0, 5580, 5581, 5, 868, 0, 0, 5581, 5583, 3, 528, 264, 0, 5582, 5580, 1, 0, 0, 0, 5583, 5586, 1, 0, 0, 0, 5584, 5582, 1, 0, 0, 0, 5584, 5585, 1, 0, 0, 0, 5585, 5587, 1, 0, 0, 0, 5586, 5584, 1, 0, 0, 0, 5587, 5589, 5, 119, 0, 0, 5588, 5590, 3, 496, 248, 0, 5589, 5588, 1, 0, 0, 0, 5589, 5590, 1, 0, 0, 0, 5590, 5591, 1, 0, 0, 0, 5591, 5592, 3, 532, 266, 0, 5592, 5593, 5, 68, 0, 0, 5593, 5595, 3, 662, 331, 0, 5594, 5596, 3, 494, 247, 0, 5595, 5594, 1, 0, 0, 0, 5595, 5596, 1, 0, 0, 0, 5596, 5628, 1, 0, 0, 0, 5597, 5599, 5, 149, 0, 0, 5598, 5600, 3, 772, 386, 0, 5599, 5598, 1, 0, 0, 0, 5599, 5600, 1, 0, 0, 0, 5600, 5601, 1, 0, 0, 0, 5601, 5603, 5, 7, 0, 0, 5602, 5604, 5, 734, 0, 0, 5603, 5602, 1, 0, 0, 0, 5603, 5604, 1, 0, 0, 0, 5604, 5605, 1, 0, 0, 0, 5605, 5606, 5, 868, 0, 0, 5606, 5607, 5, 73, 0, 0, 5607, 5608, 5, 121, 0, 0, 5608, 5609, 5, 68, 0, 0, 5609, 5611, 3, 662, 331, 0, 5610, 5612, 3, 494, 247, 0, 5611, 5610, 1, 0, 0, 0, 5611, 5612, 1, 0, 0, 0, 5612, 5628, 1, 0, 0, 0, 5613, 5615, 5, 149, 0, 0, 5614, 5616, 3, 772, 386, 0, 5615, 5614, 1, 0, 0, 0, 5615, 5616, 1, 0, 0, 0, 5616, 5619, 1, 0, 0, 0, 5617, 5618, 5, 547, 0, 0, 5618, 5620, 5, 119, 0, 0, 5619, 5617, 1, 0, 0, 0, 5619, 5620, 1, 0, 0, 0, 5620, 5621, 1, 0, 0, 0, 5621, 5622, 3, 662, 331, 0, 5622, 5623, 5, 68, 0, 0, 5623, 5625, 3, 662, 331, 0, 5624, 5626, 3, 494, 247, 0, 5625, 5624, 1, 0, 0, 0, 5625, 5626, 1, 0, 0, 0, 5626, 5628, 1, 0, 0, 0, 5627, 5575, 1, 0, 0, 0, 5627, 5597, 1, 0, 0, 0, 5627, 5613, 1, 0, 0, 0, 5628, 493, 1, 0, 0, 0, 5629, 5630, 5, 79, 0, 0, 5630, 5631, 5, 674, 0, 0, 5631, 5632, 5, 678, 0, 0, 5632, 495, 1, 0, 0, 0, 5633, 5634, 7, 82, 0, 0, 5634, 497, 1, 0, 0, 0, 5635, 5636, 5, 155, 0, 0, 5636, 5639, 5, 529, 0, 0, 5637, 5638, 5, 65, 0, 0, 5638, 5640, 3, 698, 349, 0, 5639, 5637, 1, 0, 0, 0, 5639, 5640, 1, 0, 0, 0, 5640, 5641, 1, 0, 0, 0, 5641, 5644, 5, 857, 0, 0, 5642, 5645, 3, 806, 403, 0, 5643, 5645, 5, 882, 0, 0, 5644, 5642, 1, 0, 0, 0, 5644, 5643, 1, 0, 0, 0, 5645, 5668, 1, 0, 0, 0, 5646, 5647, 5, 155, 0, 0, 5647, 5650, 5, 529, 0, 0, 5648, 5649, 5, 65, 0, 0, 5649, 5651, 3, 698, 349, 0, 5650, 5648, 1, 0, 0, 0, 5650, 5651, 1, 0, 0, 0, 5651, 5656, 1, 0, 0, 0, 5652, 5653, 5, 176, 0, 0, 5653, 5657, 5, 829, 0, 0, 5654, 5655, 5, 857, 0, 0, 5655, 5657, 5, 882, 0, 0, 5656, 5652, 1, 0, 0, 0, 5656, 5654, 1, 0, 0, 0, 5657, 5660, 1, 0, 0, 0, 5658, 5659, 5, 143, 0, 0, 5659, 5661, 5, 882, 0, 0, 5660, 5658, 1, 0, 0, 0, 5660, 5661, 1, 0, 0, 0, 5661, 5665, 1, 0, 0, 0, 5662, 5663, 5, 147, 0, 0, 5663, 5664, 5, 36, 0, 0, 5664, 5666, 5, 529, 0, 0, 5665, 5662, 1, 0, 0, 0, 5665, 5666, 1, 0, 0, 0, 5666, 5668, 1, 0, 0, 0, 5667, 5635, 1, 0, 0, 0, 5667, 5646, 1, 0, 0, 0, 5668, 499, 1, 0, 0, 0, 5669, 5670, 3, 698, 349, 0, 5670, 5671, 3, 518, 259, 0, 5671, 501, 1, 0, 0, 0, 5672, 5698, 3, 698, 349, 0, 5673, 5674, 5, 423, 0, 0, 5674, 5675, 5, 20, 0, 0, 5675, 5676, 5, 882, 0, 0, 5676, 5699, 3, 510, 255, 0, 5677, 5678, 5, 423, 0, 0, 5678, 5679, 5, 20, 0, 0, 5679, 5680, 5, 829, 0, 0, 5680, 5681, 5, 529, 0, 0, 5681, 5699, 3, 510, 255, 0, 5682, 5683, 5, 423, 0, 0, 5683, 5684, 5, 194, 0, 0, 5684, 5699, 3, 512, 256, 0, 5685, 5686, 5, 369, 0, 0, 5686, 5687, 5, 511, 0, 0, 5687, 5699, 5, 529, 0, 0, 5688, 5689, 7, 83, 0, 0, 5689, 5691, 3, 526, 263, 0, 5690, 5692, 3, 522, 261, 0, 5691, 5690, 1, 0, 0, 0, 5691, 5692, 1, 0, 0, 0, 5692, 5694, 1, 0, 0, 0, 5693, 5688, 1, 0, 0, 0, 5694, 5695, 1, 0, 0, 0, 5695, 5693, 1, 0, 0, 0, 5695, 5696, 1, 0, 0, 0, 5696, 5699, 1, 0, 0, 0, 5697, 5699, 3, 524, 262, 0, 5698, 5673, 1, 0, 0, 0, 5698, 5677, 1, 0, 0, 0, 5698, 5682, 1, 0, 0, 0, 5698, 5685, 1, 0, 0, 0, 5698, 5693, 1, 0, 0, 0, 5698, 5697, 1, 0, 0, 0, 5698, 5699, 1, 0, 0, 0, 5699, 503, 1, 0, 0, 0, 5700, 5701, 5, 423, 0, 0, 5701, 5707, 5, 20, 0, 0, 5702, 5708, 5, 882, 0, 0, 5703, 5704, 5, 829, 0, 0, 5704, 5708, 5, 529, 0, 0, 5705, 5706, 5, 529, 0, 0, 5706, 5708, 5, 882, 0, 0, 5707, 5702, 1, 0, 0, 0, 5707, 5703, 1, 0, 0, 0, 5707, 5705, 1, 0, 0, 0, 5708, 5711, 1, 0, 0, 0, 5709, 5710, 5, 11, 0, 0, 5710, 5712, 3, 504, 252, 0, 5711, 5709, 1, 0, 0, 0, 5711, 5712, 1, 0, 0, 0, 5712, 5737, 1, 0, 0, 0, 5713, 5714, 5, 423, 0, 0, 5714, 5715, 5, 194, 0, 0, 5715, 5724, 3, 720, 360, 0, 5716, 5720, 5, 20, 0, 0, 5717, 5721, 5, 882, 0, 0, 5718, 5719, 5, 829, 0, 0, 5719, 5721, 5, 529, 0, 0, 5720, 5717, 1, 0, 0, 0, 5720, 5718, 1, 0, 0, 0, 5721, 5725, 1, 0, 0, 0, 5722, 5723, 5, 13, 0, 0, 5723, 5725, 5, 882, 0, 0, 5724, 5716, 1, 0, 0, 0, 5724, 5722, 1, 0, 0, 0, 5724, 5725, 1, 0, 0, 0, 5725, 5728, 1, 0, 0, 0, 5726, 5727, 5, 11, 0, 0, 5727, 5729, 3, 504, 252, 0, 5728, 5726, 1, 0, 0, 0, 5728, 5729, 1, 0, 0, 0, 5729, 5737, 1, 0, 0, 0, 5730, 5731, 5, 423, 0, 0, 5731, 5732, 5, 194, 0, 0, 5732, 5734, 3, 720, 360, 0, 5733, 5735, 3, 506, 253, 0, 5734, 5733, 1, 0, 0, 0, 5734, 5735, 1, 0, 0, 0, 5735, 5737, 1, 0, 0, 0, 5736, 5700, 1, 0, 0, 0, 5736, 5713, 1, 0, 0, 0, 5736, 5730, 1, 0, 0, 0, 5737, 505, 1, 0, 0, 0, 5738, 5739, 5, 427, 0, 0, 5739, 5740, 5, 708, 0, 0, 5740, 5741, 5, 423, 0, 0, 5741, 5745, 5, 20, 0, 0, 5742, 5743, 5, 829, 0, 0, 5743, 5746, 5, 529, 0, 0, 5744, 5746, 5, 882, 0, 0, 5745, 5742, 1, 0, 0, 0, 5745, 5744, 1, 0, 0, 0, 5746, 5756, 1, 0, 0, 0, 5747, 5748, 5, 427, 0, 0, 5748, 5749, 5, 708, 0, 0, 5749, 5750, 5, 423, 0, 0, 5750, 5751, 5, 194, 0, 0, 5751, 5752, 3, 720, 360, 0, 5752, 5753, 5, 13, 0, 0, 5753, 5754, 5, 882, 0, 0, 5754, 5756, 1, 0, 0, 0, 5755, 5738, 1, 0, 0, 0, 5755, 5747, 1, 0, 0, 0, 5756, 507, 1, 0, 0, 0, 5757, 5758, 3, 698, 349, 0, 5758, 5759, 5, 423, 0, 0, 5759, 5760, 5, 20, 0, 0, 5760, 5761, 5, 529, 0, 0, 5761, 5762, 5, 882, 0, 0, 5762, 5783, 1, 0, 0, 0, 5763, 5764, 3, 698, 349, 0, 5764, 5765, 5, 423, 0, 0, 5765, 5766, 5, 20, 0, 0, 5766, 5767, 5, 829, 0, 0, 5767, 5768, 5, 529, 0, 0, 5768, 5769, 3, 510, 255, 0, 5769, 5783, 1, 0, 0, 0, 5770, 5771, 3, 698, 349, 0, 5771, 5772, 5, 423, 0, 0, 5772, 5773, 5, 20, 0, 0, 5773, 5774, 5, 882, 0, 0, 5774, 5775, 3, 510, 255, 0, 5775, 5783, 1, 0, 0, 0, 5776, 5777, 3, 698, 349, 0, 5777, 5778, 5, 423, 0, 0, 5778, 5779, 5, 194, 0, 0, 5779, 5780, 3, 512, 256, 0, 5780, 5783, 1, 0, 0, 0, 5781, 5783, 3, 698, 349, 0, 5782, 5757, 1, 0, 0, 0, 5782, 5763, 1, 0, 0, 0, 5782, 5770, 1, 0, 0, 0, 5782, 5776, 1, 0, 0, 0, 5782, 5781, 1, 0, 0, 0, 5783, 509, 1, 0, 0, 0, 5784, 5785, 5, 143, 0, 0, 5785, 5787, 5, 882, 0, 0, 5786, 5784, 1, 0, 0, 0, 5786, 5787, 1, 0, 0, 0, 5787, 5791, 1, 0, 0, 0, 5788, 5789, 5, 147, 0, 0, 5789, 5790, 5, 36, 0, 0, 5790, 5792, 5, 529, 0, 0, 5791, 5788, 1, 0, 0, 0, 5791, 5792, 1, 0, 0, 0, 5792, 511, 1, 0, 0, 0, 5793, 5801, 3, 720, 360, 0, 5794, 5798, 7, 84, 0, 0, 5795, 5799, 5, 882, 0, 0, 5796, 5797, 5, 829, 0, 0, 5797, 5799, 5, 529, 0, 0, 5798, 5795, 1, 0, 0, 0, 5798, 5796, 1, 0, 0, 0, 5799, 5800, 1, 0, 0, 0, 5800, 5802, 3, 510, 255, 0, 5801, 5794, 1, 0, 0, 0, 5801, 5802, 1, 0, 0, 0, 5802, 5808, 1, 0, 0, 0, 5803, 5804, 3, 720, 360, 0, 5804, 5805, 5, 188, 0, 0, 5805, 5806, 3, 806, 403, 0, 5806, 5808, 1, 0, 0, 0, 5807, 5793, 1, 0, 0, 0, 5807, 5803, 1, 0, 0, 0, 5808, 513, 1, 0, 0, 0, 5809, 5818, 5, 169, 0, 0, 5810, 5818, 5, 693, 0, 0, 5811, 5812, 5, 331, 0, 0, 5812, 5818, 5, 882, 0, 0, 5813, 5814, 5, 441, 0, 0, 5814, 5818, 5, 882, 0, 0, 5815, 5816, 5, 651, 0, 0, 5816, 5818, 5, 882, 0, 0, 5817, 5809, 1, 0, 0, 0, 5817, 5810, 1, 0, 0, 0, 5817, 5811, 1, 0, 0, 0, 5817, 5813, 1, 0, 0, 0, 5817, 5815, 1, 0, 0, 0, 5818, 515, 1, 0, 0, 0, 5819, 5820, 5, 479, 0, 0, 5820, 5828, 3, 726, 363, 0, 5821, 5822, 5, 482, 0, 0, 5822, 5828, 3, 726, 363, 0, 5823, 5824, 5, 478, 0, 0, 5824, 5828, 3, 726, 363, 0, 5825, 5826, 5, 483, 0, 0, 5826, 5828, 3, 726, 363, 0, 5827, 5819, 1, 0, 0, 0, 5827, 5821, 1, 0, 0, 0, 5827, 5823, 1, 0, 0, 0, 5827, 5825, 1, 0, 0, 0, 5828, 517, 1, 0, 0, 0, 5829, 5830, 5, 529, 0, 0, 5830, 5837, 5, 390, 0, 0, 5831, 5838, 5, 42, 0, 0, 5832, 5838, 5, 500, 0, 0, 5833, 5834, 5, 87, 0, 0, 5834, 5835, 3, 726, 363, 0, 5835, 5836, 5, 698, 0, 0, 5836, 5838, 1, 0, 0, 0, 5837, 5831, 1, 0, 0, 0, 5837, 5832, 1, 0, 0, 0, 5837, 5833, 1, 0, 0, 0, 5837, 5838, 1, 0, 0, 0, 5838, 5868, 1, 0, 0, 0, 5839, 5840, 5, 529, 0, 0, 5840, 5843, 5, 420, 0, 0, 5841, 5844, 5, 42, 0, 0, 5842, 5844, 3, 726, 363, 0, 5843, 5841, 1, 0, 0, 0, 5843, 5842, 1, 0, 0, 0, 5844, 5868, 1, 0, 0, 0, 5845, 5846, 5, 529, 0, 0, 5846, 5847, 5, 581, 0, 0, 5847, 5852, 5, 87, 0, 0, 5848, 5853, 5, 42, 0, 0, 5849, 5850, 3, 726, 363, 0, 5850, 5851, 5, 698, 0, 0, 5851, 5853, 1, 0, 0, 0, 5852, 5848, 1, 0, 0, 0, 5852, 5849, 1, 0, 0, 0, 5853, 5868, 1, 0, 0, 0, 5854, 5855, 5, 529, 0, 0, 5855, 5856, 5, 144, 0, 0, 5856, 5858, 5, 36, 0, 0, 5857, 5859, 7, 85, 0, 0, 5858, 5857, 1, 0, 0, 0, 5858, 5859, 1, 0, 0, 0, 5859, 5868, 1, 0, 0, 0, 5860, 5861, 5, 395, 0, 0, 5861, 5868, 3, 726, 363, 0, 5862, 5865, 5, 530, 0, 0, 5863, 5866, 3, 726, 363, 0, 5864, 5866, 5, 669, 0, 0, 5865, 5863, 1, 0, 0, 0, 5865, 5864, 1, 0, 0, 0, 5866, 5868, 1, 0, 0, 0, 5867, 5829, 1, 0, 0, 0, 5867, 5839, 1, 0, 0, 0, 5867, 5845, 1, 0, 0, 0, 5867, 5854, 1, 0, 0, 0, 5867, 5860, 1, 0, 0, 0, 5867, 5862, 1, 0, 0, 0, 5868, 519, 1, 0, 0, 0, 5869, 5870, 5, 304, 0, 0, 5870, 5871, 7, 86, 0, 0, 5871, 521, 1, 0, 0, 0, 5872, 5875, 5, 423, 0, 0, 5873, 5874, 5, 194, 0, 0, 5874, 5876, 3, 720, 360, 0, 5875, 5873, 1, 0, 0, 0, 5875, 5876, 1, 0, 0, 0, 5876, 5885, 1, 0, 0, 0, 5877, 5881, 5, 20, 0, 0, 5878, 5882, 5, 882, 0, 0, 5879, 5880, 5, 829, 0, 0, 5880, 5882, 5, 529, 0, 0, 5881, 5878, 1, 0, 0, 0, 5881, 5879, 1, 0, 0, 0, 5882, 5886, 1, 0, 0, 0, 5883, 5884, 5, 13, 0, 0, 5884, 5886, 5, 882, 0, 0, 5885, 5877, 1, 0, 0, 0, 5885, 5883, 1, 0, 0, 0, 5886, 523, 1, 0, 0, 0, 5887, 5888, 3, 526, 263, 0, 5888, 5889, 5, 429, 0, 0, 5889, 5890, 5, 555, 0, 0, 5890, 5903, 1, 0, 0, 0, 5891, 5892, 3, 526, 263, 0, 5892, 5893, 5, 401, 0, 0, 5893, 5894, 5, 555, 0, 0, 5894, 5895, 5, 155, 0, 0, 5895, 5896, 5, 330, 0, 0, 5896, 5897, 5, 13, 0, 0, 5897, 5898, 5, 882, 0, 0, 5898, 5903, 1, 0, 0, 0, 5899, 5900, 3, 526, 263, 0, 5900, 5901, 5, 675, 0, 0, 5901, 5903, 1, 0, 0, 0, 5902, 5887, 1, 0, 0, 0, 5902, 5891, 1, 0, 0, 0, 5902, 5899, 1, 0, 0, 0, 5903, 525, 1, 0, 0, 0, 5904, 5905, 7, 87, 0, 0, 5905, 5906, 5, 394, 0, 0, 5906, 527, 1, 0, 0, 0, 5907, 5912, 3, 530, 265, 0, 5908, 5909, 5, 866, 0, 0, 5909, 5910, 3, 668, 334, 0, 5910, 5911, 5, 867, 0, 0, 5911, 5913, 1, 0, 0, 0, 5912, 5908, 1, 0, 0, 0, 5912, 5913, 1, 0, 0, 0, 5913, 529, 1, 0, 0, 0, 5914, 5916, 5, 7, 0, 0, 5915, 5917, 5, 734, 0, 0, 5916, 5915, 1, 0, 0, 0, 5916, 5917, 1, 0, 0, 0, 5917, 6008, 1, 0, 0, 0, 5918, 5920, 5, 8, 0, 0, 5919, 5921, 5, 743, 0, 0, 5920, 5919, 1, 0, 0, 0, 5920, 5921, 1, 0, 0, 0, 5921, 6008, 1, 0, 0, 0, 5922, 5930, 5, 34, 0, 0, 5923, 5924, 5, 660, 0, 0, 5924, 5931, 5, 752, 0, 0, 5925, 5931, 5, 743, 0, 0, 5926, 5931, 5, 684, 0, 0, 5927, 5931, 5, 678, 0, 0, 5928, 5931, 5, 658, 0, 0, 5929, 5931, 5, 582, 0, 0, 5930, 5923, 1, 0, 0, 0, 5930, 5925, 1, 0, 0, 0, 5930, 5926, 1, 0, 0, 0, 5930, 5927, 1, 0, 0, 0, 5930, 5928, 1, 0, 0, 0, 5930, 5929, 1, 0, 0, 0, 5930, 5931, 1, 0, 0, 0, 5931, 6008, 1, 0, 0, 0, 5932, 6008, 5, 44, 0, 0, 5933, 5935, 5, 51, 0, 0, 5934, 5936, 5, 582, 0, 0, 5935, 5934, 1, 0, 0, 0, 5935, 5936, 1, 0, 0, 0, 5936, 6008, 1, 0, 0, 0, 5937, 6008, 5, 385, 0, 0, 5938, 6008, 5, 717, 0, 0, 5939, 6008, 5, 718, 0, 0, 5940, 5941, 5, 73, 0, 0, 5941, 6008, 5, 121, 0, 0, 5942, 6008, 5, 82, 0, 0, 5943, 6008, 5, 86, 0, 0, 5944, 5945, 5, 104, 0, 0, 5945, 6008, 5, 752, 0, 0, 5946, 6008, 5, 735, 0, 0, 5947, 6008, 5, 547, 0, 0, 5948, 6008, 5, 138, 0, 0, 5949, 6008, 5, 736, 0, 0, 5950, 5951, 5, 572, 0, 0, 5951, 6008, 7, 88, 0, 0, 5952, 6008, 5, 154, 0, 0, 5953, 5954, 5, 157, 0, 0, 5954, 6008, 7, 89, 0, 0, 5955, 6008, 5, 749, 0, 0, 5956, 6008, 5, 750, 0, 0, 5957, 6008, 5, 178, 0, 0, 5958, 6008, 5, 185, 0, 0, 5959, 6008, 5, 186, 0, 0, 5960, 6008, 5, 705, 0, 0, 5961, 6008, 5, 706, 0, 0, 5962, 6008, 5, 707, 0, 0, 5963, 6008, 5, 709, 0, 0, 5964, 6008, 5, 710, 0, 0, 5965, 6008, 5, 711, 0, 0, 5966, 6008, 5, 712, 0, 0, 5967, 6008, 5, 714, 0, 0, 5968, 6008, 5, 715, 0, 0, 5969, 6008, 5, 716, 0, 0, 5970, 6008, 5, 719, 0, 0, 5971, 6008, 5, 720, 0, 0, 5972, 6008, 5, 721, 0, 0, 5973, 6008, 5, 722, 0, 0, 5974, 6008, 5, 723, 0, 0, 5975, 6008, 5, 724, 0, 0, 5976, 6008, 5, 725, 0, 0, 5977, 6008, 5, 726, 0, 0, 5978, 6008, 5, 727, 0, 0, 5979, 6008, 5, 728, 0, 0, 5980, 6008, 5, 731, 0, 0, 5981, 6008, 5, 732, 0, 0, 5982, 6008, 5, 733, 0, 0, 5983, 6008, 5, 737, 0, 0, 5984, 6008, 5, 738, 0, 0, 5985, 6008, 5, 740, 0, 0, 5986, 6008, 5, 741, 0, 0, 5987, 6008, 5, 742, 0, 0, 5988, 6008, 5, 745, 0, 0, 5989, 6008, 5, 746, 0, 0, 5990, 6008, 5, 747, 0, 0, 5991, 6008, 5, 160, 0, 0, 5992, 6008, 5, 748, 0, 0, 5993, 6008, 5, 836, 0, 0, 5994, 6008, 5, 751, 0, 0, 5995, 6008, 5, 753, 0, 0, 5996, 6008, 5, 838, 0, 0, 5997, 6008, 5, 754, 0, 0, 5998, 6008, 5, 755, 0, 0, 5999, 6000, 5, 103, 0, 0, 6000, 6001, 5, 68, 0, 0, 6001, 6008, 5, 744, 0, 0, 6002, 6003, 5, 154, 0, 0, 6003, 6004, 5, 88, 0, 0, 6004, 6008, 5, 744, 0, 0, 6005, 6006, 5, 729, 0, 0, 6006, 6008, 5, 730, 0, 0, 6007, 5914, 1, 0, 0, 0, 6007, 5918, 1, 0, 0, 0, 6007, 5922, 1, 0, 0, 0, 6007, 5932, 1, 0, 0, 0, 6007, 5933, 1, 0, 0, 0, 6007, 5937, 1, 0, 0, 0, 6007, 5938, 1, 0, 0, 0, 6007, 5939, 1, 0, 0, 0, 6007, 5940, 1, 0, 0, 0, 6007, 5942, 1, 0, 0, 0, 6007, 5943, 1, 0, 0, 0, 6007, 5944, 1, 0, 0, 0, 6007, 5946, 1, 0, 0, 0, 6007, 5947, 1, 0, 0, 0, 6007, 5948, 1, 0, 0, 0, 6007, 5949, 1, 0, 0, 0, 6007, 5950, 1, 0, 0, 0, 6007, 5952, 1, 0, 0, 0, 6007, 5953, 1, 0, 0, 0, 6007, 5955, 1, 0, 0, 0, 6007, 5956, 1, 0, 0, 0, 6007, 5957, 1, 0, 0, 0, 6007, 5958, 1, 0, 0, 0, 6007, 5959, 1, 0, 0, 0, 6007, 5960, 1, 0, 0, 0, 6007, 5961, 1, 0, 0, 0, 6007, 5962, 1, 0, 0, 0, 6007, 5963, 1, 0, 0, 0, 6007, 5964, 1, 0, 0, 0, 6007, 5965, 1, 0, 0, 0, 6007, 5966, 1, 0, 0, 0, 6007, 5967, 1, 0, 0, 0, 6007, 5968, 1, 0, 0, 0, 6007, 5969, 1, 0, 0, 0, 6007, 5970, 1, 0, 0, 0, 6007, 5971, 1, 0, 0, 0, 6007, 5972, 1, 0, 0, 0, 6007, 5973, 1, 0, 0, 0, 6007, 5974, 1, 0, 0, 0, 6007, 5975, 1, 0, 0, 0, 6007, 5976, 1, 0, 0, 0, 6007, 5977, 1, 0, 0, 0, 6007, 5978, 1, 0, 0, 0, 6007, 5979, 1, 0, 0, 0, 6007, 5980, 1, 0, 0, 0, 6007, 5981, 1, 0, 0, 0, 6007, 5982, 1, 0, 0, 0, 6007, 5983, 1, 0, 0, 0, 6007, 5984, 1, 0, 0, 0, 6007, 5985, 1, 0, 0, 0, 6007, 5986, 1, 0, 0, 0, 6007, 5987, 1, 0, 0, 0, 6007, 5988, 1, 0, 0, 0, 6007, 5989, 1, 0, 0, 0, 6007, 5990, 1, 0, 0, 0, 6007, 5991, 1, 0, 0, 0, 6007, 5992, 1, 0, 0, 0, 6007, 5993, 1, 0, 0, 0, 6007, 5994, 1, 0, 0, 0, 6007, 5995, 1, 0, 0, 0, 6007, 5996, 1, 0, 0, 0, 6007, 5997, 1, 0, 0, 0, 6007, 5998, 1, 0, 0, 0, 6007, 5999, 1, 0, 0, 0, 6007, 6002, 1, 0, 0, 0, 6007, 6005, 1, 0, 0, 0, 6008, 531, 1, 0, 0, 0, 6009, 6026, 5, 850, 0, 0, 6010, 6011, 5, 850, 0, 0, 6011, 6012, 5, 865, 0, 0, 6012, 6026, 5, 850, 0, 0, 6013, 6014, 3, 720, 360, 0, 6014, 6015, 5, 865, 0, 0, 6015, 6016, 5, 850, 0, 0, 6016, 6026, 1, 0, 0, 0, 6017, 6018, 3, 720, 360, 0, 6018, 6019, 5, 865, 0, 0, 6019, 6020, 3, 720, 360, 0, 6020, 6026, 1, 0, 0, 0, 6021, 6022, 3, 720, 360, 0, 6022, 6023, 3, 724, 362, 0, 6023, 6026, 1, 0, 0, 0, 6024, 6026, 3, 720, 360, 0, 6025, 6009, 1, 0, 0, 0, 6025, 6010, 1, 0, 0, 0, 6025, 6013, 1, 0, 0, 0, 6025, 6017, 1, 0, 0, 0, 6025, 6021, 1, 0, 0, 0, 6025, 6024, 1, 0, 0, 0, 6026, 533, 1, 0, 0, 0, 6027, 6028, 3, 698, 349, 0, 6028, 6029, 5, 176, 0, 0, 6029, 6030, 3, 698, 349, 0, 6030, 535, 1, 0, 0, 0, 6031, 6033, 5, 10, 0, 0, 6032, 6034, 3, 546, 273, 0, 6033, 6032, 1, 0, 0, 0, 6033, 6034, 1, 0, 0, 0, 6034, 6035, 1, 0, 0, 0, 6035, 6036, 5, 173, 0, 0, 6036, 6080, 3, 658, 329, 0, 6037, 6039, 5, 10, 0, 0, 6038, 6040, 3, 546, 273, 0, 6039, 6038, 1, 0, 0, 0, 6039, 6040, 1, 0, 0, 0, 6040, 6041, 1, 0, 0, 0, 6041, 6042, 5, 173, 0, 0, 6042, 6043, 3, 660, 330, 0, 6043, 6044, 5, 185, 0, 0, 6044, 6045, 5, 77, 0, 0, 6045, 6046, 5, 119, 0, 0, 6046, 6051, 3, 668, 334, 0, 6047, 6048, 5, 194, 0, 0, 6048, 6049, 3, 726, 363, 0, 6049, 6050, 5, 19, 0, 0, 6050, 6052, 1, 0, 0, 0, 6051, 6047, 1, 0, 0, 0, 6051, 6052, 1, 0, 0, 0, 6052, 6080, 1, 0, 0, 0, 6053, 6055, 5, 10, 0, 0, 6054, 6056, 3, 546, 273, 0, 6055, 6054, 1, 0, 0, 0, 6055, 6056, 1, 0, 0, 0, 6056, 6057, 1, 0, 0, 0, 6057, 6058, 5, 173, 0, 0, 6058, 6059, 3, 660, 330, 0, 6059, 6060, 5, 185, 0, 0, 6060, 6061, 5, 77, 0, 0, 6061, 6062, 5, 119, 0, 0, 6062, 6066, 3, 672, 336, 0, 6063, 6064, 5, 188, 0, 0, 6064, 6065, 5, 360, 0, 0, 6065, 6067, 5, 882, 0, 0, 6066, 6063, 1, 0, 0, 0, 6066, 6067, 1, 0, 0, 0, 6067, 6080, 1, 0, 0, 0, 6068, 6070, 5, 10, 0, 0, 6069, 6071, 3, 546, 273, 0, 6070, 6069, 1, 0, 0, 0, 6070, 6071, 1, 0, 0, 0, 6071, 6072, 1, 0, 0, 0, 6072, 6073, 5, 173, 0, 0, 6073, 6074, 3, 660, 330, 0, 6074, 6075, 5, 51, 0, 0, 6075, 6076, 5, 77, 0, 0, 6076, 6077, 5, 119, 0, 0, 6077, 6078, 3, 668, 334, 0, 6078, 6080, 1, 0, 0, 0, 6079, 6031, 1, 0, 0, 0, 6079, 6037, 1, 0, 0, 0, 6079, 6053, 1, 0, 0, 0, 6079, 6068, 1, 0, 0, 0, 6080, 537, 1, 0, 0, 0, 6081, 6082, 5, 27, 0, 0, 6082, 6083, 5, 173, 0, 0, 6083, 6087, 3, 658, 329, 0, 6084, 6086, 3, 548, 274, 0, 6085, 6084, 1, 0, 0, 0, 6086, 6089, 1, 0, 0, 0, 6087, 6085, 1, 0, 0, 0, 6087, 6088, 1, 0, 0, 0, 6088, 539, 1, 0, 0, 0, 6089, 6087, 1, 0, 0, 0, 6090, 6091, 5, 329, 0, 0, 6091, 6092, 5, 173, 0, 0, 6092, 6094, 3, 658, 329, 0, 6093, 6095, 7, 90, 0, 0, 6094, 6093, 1, 0, 0, 0, 6094, 6095, 1, 0, 0, 0, 6095, 541, 1, 0, 0, 0, 6096, 6098, 5, 120, 0, 0, 6097, 6099, 3, 546, 273, 0, 6098, 6097, 1, 0, 0, 0, 6098, 6099, 1, 0, 0, 0, 6099, 6100, 1, 0, 0, 0, 6100, 6101, 7, 61, 0, 0, 6101, 6102, 3, 658, 329, 0, 6102, 543, 1, 0, 0, 0, 6103, 6105, 5, 562, 0, 0, 6104, 6106, 3, 546, 273, 0, 6105, 6104, 1, 0, 0, 0, 6105, 6106, 1, 0, 0, 0, 6106, 6107, 1, 0, 0, 0, 6107, 6108, 5, 173, 0, 0, 6108, 6110, 3, 658, 329, 0, 6109, 6111, 5, 549, 0, 0, 6110, 6109, 1, 0, 0, 0, 6110, 6111, 1, 0, 0, 0, 6111, 6113, 1, 0, 0, 0, 6112, 6114, 5, 392, 0, 0, 6113, 6112, 1, 0, 0, 0, 6113, 6114, 1, 0, 0, 0, 6114, 6116, 1, 0, 0, 0, 6115, 6117, 5, 679, 0, 0, 6116, 6115, 1, 0, 0, 0, 6116, 6117, 1, 0, 0, 0, 6117, 545, 1, 0, 0, 0, 6118, 6119, 7, 91, 0, 0, 6119, 547, 1, 0, 0, 0, 6120, 6121, 5, 65, 0, 0, 6121, 6128, 5, 677, 0, 0, 6122, 6128, 5, 549, 0, 0, 6123, 6128, 5, 396, 0, 0, 6124, 6128, 5, 484, 0, 0, 6125, 6128, 5, 392, 0, 0, 6126, 6128, 5, 327, 0, 0, 6127, 6120, 1, 0, 0, 0, 6127, 6122, 1, 0, 0, 0, 6127, 6123, 1, 0, 0, 0, 6127, 6124, 1, 0, 0, 0, 6127, 6125, 1, 0, 0, 0, 6127, 6126, 1, 0, 0, 0, 6128, 549, 1, 0, 0, 0, 6129, 6130, 5, 432, 0, 0, 6130, 6131, 5, 344, 0, 0, 6131, 6136, 3, 720, 360, 0, 6132, 6133, 5, 868, 0, 0, 6133, 6135, 3, 720, 360, 0, 6134, 6132, 1, 0, 0, 0, 6135, 6138, 1, 0, 0, 0, 6136, 6134, 1, 0, 0, 0, 6136, 6137, 1, 0, 0, 0, 6137, 6148, 1, 0, 0, 0, 6138, 6136, 1, 0, 0, 0, 6139, 6140, 5, 155, 0, 0, 6140, 6145, 3, 552, 276, 0, 6141, 6142, 5, 868, 0, 0, 6142, 6144, 3, 552, 276, 0, 6143, 6141, 1, 0, 0, 0, 6144, 6147, 1, 0, 0, 0, 6145, 6143, 1, 0, 0, 0, 6145, 6146, 1, 0, 0, 0, 6146, 6149, 1, 0, 0, 0, 6147, 6145, 1, 0, 0, 0, 6148, 6139, 1, 0, 0, 0, 6148, 6149, 1, 0, 0, 0, 6149, 551, 1, 0, 0, 0, 6150, 6151, 7, 92, 0, 0, 6151, 6152, 3, 716, 358, 0, 6152, 6153, 5, 857, 0, 0, 6153, 6154, 3, 812, 406, 0, 6154, 553, 1, 0, 0, 0, 6155, 6156, 5, 673, 0, 0, 6156, 6157, 5, 344, 0, 0, 6157, 6162, 3, 720, 360, 0, 6158, 6159, 5, 868, 0, 0, 6159, 6161, 3, 720, 360, 0, 6160, 6158, 1, 0, 0, 0, 6161, 6164, 1, 0, 0, 0, 6162, 6160, 1, 0, 0, 0, 6162, 6163, 1, 0, 0, 0, 6163, 555, 1, 0, 0, 0, 6164, 6162, 1, 0, 0, 0, 6165, 6166, 5, 432, 0, 0, 6166, 6167, 5, 534, 0, 0, 6167, 6168, 3, 720, 360, 0, 6168, 6169, 5, 603, 0, 0, 6169, 6170, 5, 882, 0, 0, 6170, 557, 1, 0, 0, 0, 6171, 6172, 5, 673, 0, 0, 6172, 6173, 5, 534, 0, 0, 6173, 6174, 3, 720, 360, 0, 6174, 559, 1, 0, 0, 0, 6175, 6176, 5, 713, 0, 0, 6176, 6177, 5, 450, 0, 0, 6177, 6178, 5, 360, 0, 0, 6178, 6180, 5, 367, 0, 0, 6179, 6181, 5, 857, 0, 0, 6180, 6179, 1, 0, 0, 0, 6180, 6181, 1, 0, 0, 0, 6181, 6182, 1, 0, 0, 0, 6182, 6206, 5, 882, 0, 0, 6183, 6184, 5, 713, 0, 0, 6184, 6185, 5, 433, 0, 0, 6185, 6186, 5, 68, 0, 0, 6186, 6187, 3, 690, 345, 0, 6187, 6188, 5, 423, 0, 0, 6188, 6189, 5, 20, 0, 0, 6189, 6196, 5, 882, 0, 0, 6190, 6191, 5, 360, 0, 0, 6191, 6193, 5, 367, 0, 0, 6192, 6194, 5, 857, 0, 0, 6193, 6192, 1, 0, 0, 0, 6193, 6194, 1, 0, 0, 0, 6194, 6195, 1, 0, 0, 0, 6195, 6197, 5, 882, 0, 0, 6196, 6190, 1, 0, 0, 0, 6196, 6197, 1, 0, 0, 0, 6197, 6203, 1, 0, 0, 0, 6198, 6200, 5, 144, 0, 0, 6199, 6201, 5, 502, 0, 0, 6200, 6199, 1, 0, 0, 0, 6200, 6201, 1, 0, 0, 0, 6201, 6202, 1, 0, 0, 0, 6202, 6204, 5, 169, 0, 0, 6203, 6198, 1, 0, 0, 0, 6203, 6204, 1, 0, 0, 0, 6204, 6206, 1, 0, 0, 0, 6205, 6175, 1, 0, 0, 0, 6205, 6183, 1, 0, 0, 0, 6206, 561, 1, 0, 0, 0, 6207, 6208, 5, 155, 0, 0, 6208, 6209, 3, 566, 283, 0, 6209, 6212, 7, 93, 0, 0, 6210, 6213, 3, 812, 406, 0, 6211, 6213, 5, 119, 0, 0, 6212, 6210, 1, 0, 0, 0, 6212, 6211, 1, 0, 0, 0, 6213, 6223, 1, 0, 0, 0, 6214, 6215, 5, 868, 0, 0, 6215, 6216, 3, 566, 283, 0, 6216, 6219, 7, 93, 0, 0, 6217, 6220, 3, 812, 406, 0, 6218, 6220, 5, 119, 0, 0, 6219, 6217, 1, 0, 0, 0, 6219, 6218, 1, 0, 0, 0, 6220, 6222, 1, 0, 0, 0, 6221, 6214, 1, 0, 0, 0, 6222, 6225, 1, 0, 0, 0, 6223, 6221, 1, 0, 0, 0, 6223, 6224, 1, 0, 0, 0, 6224, 6260, 1, 0, 0, 0, 6225, 6223, 1, 0, 0, 0, 6226, 6227, 5, 155, 0, 0, 6227, 6230, 3, 56, 28, 0, 6228, 6231, 3, 702, 351, 0, 6229, 6231, 5, 42, 0, 0, 6230, 6228, 1, 0, 0, 0, 6230, 6229, 1, 0, 0, 0, 6231, 6260, 1, 0, 0, 0, 6232, 6233, 5, 155, 0, 0, 6233, 6240, 5, 497, 0, 0, 6234, 6237, 3, 702, 351, 0, 6235, 6236, 5, 28, 0, 0, 6236, 6238, 3, 704, 352, 0, 6237, 6235, 1, 0, 0, 0, 6237, 6238, 1, 0, 0, 0, 6238, 6241, 1, 0, 0, 0, 6239, 6241, 5, 42, 0, 0, 6240, 6234, 1, 0, 0, 0, 6240, 6239, 1, 0, 0, 0, 6241, 6260, 1, 0, 0, 0, 6242, 6260, 3, 498, 249, 0, 6243, 6260, 3, 350, 175, 0, 6244, 6260, 3, 348, 174, 0, 6245, 6246, 5, 155, 0, 0, 6246, 6247, 3, 716, 358, 0, 6247, 6248, 7, 93, 0, 0, 6248, 6256, 3, 812, 406, 0, 6249, 6250, 5, 868, 0, 0, 6250, 6251, 3, 716, 358, 0, 6251, 6252, 7, 93, 0, 0, 6252, 6253, 3, 812, 406, 0, 6253, 6255, 1, 0, 0, 0, 6254, 6249, 1, 0, 0, 0, 6255, 6258, 1, 0, 0, 0, 6256, 6254, 1, 0, 0, 0, 6256, 6257, 1, 0, 0, 0, 6257, 6260, 1, 0, 0, 0, 6258, 6256, 1, 0, 0, 0, 6259, 6207, 1, 0, 0, 0, 6259, 6226, 1, 0, 0, 0, 6259, 6232, 1, 0, 0, 0, 6259, 6242, 1, 0, 0, 0, 6259, 6243, 1, 0, 0, 0, 6259, 6244, 1, 0, 0, 0, 6259, 6245, 1, 0, 0, 0, 6260, 563, 1, 0, 0, 0, 6261, 6262, 5, 157, 0, 0, 6262, 6263, 7, 63, 0, 0, 6263, 6446, 5, 452, 0, 0, 6264, 6265, 5, 157, 0, 0, 6265, 6266, 7, 94, 0, 0, 6266, 6269, 5, 386, 0, 0, 6267, 6268, 5, 80, 0, 0, 6268, 6270, 5, 882, 0, 0, 6269, 6267, 1, 0, 0, 0, 6269, 6270, 1, 0, 0, 0, 6270, 6273, 1, 0, 0, 0, 6271, 6272, 5, 68, 0, 0, 6272, 6274, 3, 726, 363, 0, 6273, 6271, 1, 0, 0, 0, 6273, 6274, 1, 0, 0, 0, 6274, 6282, 1, 0, 0, 0, 6275, 6279, 5, 100, 0, 0, 6276, 6277, 3, 726, 363, 0, 6277, 6278, 5, 868, 0, 0, 6278, 6280, 1, 0, 0, 0, 6279, 6276, 1, 0, 0, 0, 6279, 6280, 1, 0, 0, 0, 6280, 6281, 1, 0, 0, 0, 6281, 6283, 3, 726, 363, 0, 6282, 6275, 1, 0, 0, 0, 6282, 6283, 1, 0, 0, 0, 6283, 6285, 1, 0, 0, 0, 6284, 6286, 3, 398, 199, 0, 6285, 6284, 1, 0, 0, 0, 6285, 6286, 1, 0, 0, 0, 6286, 6446, 1, 0, 0, 0, 6287, 6288, 5, 157, 0, 0, 6288, 6290, 3, 568, 284, 0, 6289, 6291, 3, 570, 285, 0, 6290, 6289, 1, 0, 0, 0, 6290, 6291, 1, 0, 0, 0, 6291, 6446, 1, 0, 0, 0, 6292, 6294, 5, 157, 0, 0, 6293, 6295, 5, 392, 0, 0, 6294, 6293, 1, 0, 0, 0, 6294, 6295, 1, 0, 0, 0, 6295, 6297, 1, 0, 0, 0, 6296, 6298, 5, 408, 0, 0, 6297, 6296, 1, 0, 0, 0, 6297, 6298, 1, 0, 0, 0, 6298, 6299, 1, 0, 0, 0, 6299, 6300, 7, 47, 0, 0, 6300, 6301, 7, 95, 0, 0, 6301, 6304, 3, 660, 330, 0, 6302, 6303, 7, 95, 0, 0, 6303, 6305, 3, 636, 318, 0, 6304, 6302, 1, 0, 0, 0, 6304, 6305, 1, 0, 0, 0, 6305, 6307, 1, 0, 0, 0, 6306, 6308, 3, 570, 285, 0, 6307, 6306, 1, 0, 0, 0, 6307, 6308, 1, 0, 0, 0, 6308, 6446, 1, 0, 0, 0, 6309, 6310, 5, 157, 0, 0, 6310, 6311, 5, 34, 0, 0, 6311, 6313, 7, 0, 0, 0, 6312, 6314, 3, 774, 387, 0, 6313, 6312, 1, 0, 0, 0, 6313, 6314, 1, 0, 0, 0, 6314, 6315, 1, 0, 0, 0, 6315, 6446, 3, 636, 318, 0, 6316, 6317, 5, 157, 0, 0, 6317, 6318, 5, 34, 0, 0, 6318, 6319, 7, 96, 0, 0, 6319, 6446, 3, 716, 358, 0, 6320, 6321, 5, 157, 0, 0, 6321, 6322, 5, 34, 0, 0, 6322, 6323, 5, 409, 0, 0, 6323, 6446, 3, 640, 320, 0, 6324, 6325, 5, 157, 0, 0, 6325, 6326, 5, 34, 0, 0, 6326, 6327, 5, 684, 0, 0, 6327, 6446, 3, 644, 322, 0, 6328, 6329, 5, 157, 0, 0, 6329, 6330, 5, 34, 0, 0, 6330, 6331, 5, 173, 0, 0, 6331, 6446, 3, 660, 330, 0, 6332, 6333, 5, 157, 0, 0, 6333, 6334, 5, 34, 0, 0, 6334, 6335, 5, 678, 0, 0, 6335, 6446, 3, 698, 349, 0, 6336, 6337, 5, 157, 0, 0, 6337, 6338, 5, 380, 0, 0, 6338, 6339, 3, 706, 353, 0, 6339, 6340, 7, 97, 0, 0, 6340, 6446, 1, 0, 0, 0, 6341, 6342, 5, 157, 0, 0, 6342, 6446, 3, 572, 286, 0, 6343, 6344, 5, 157, 0, 0, 6344, 6352, 7, 98, 0, 0, 6345, 6349, 5, 100, 0, 0, 6346, 6347, 3, 726, 363, 0, 6347, 6348, 5, 868, 0, 0, 6348, 6350, 1, 0, 0, 0, 6349, 6346, 1, 0, 0, 0, 6349, 6350, 1, 0, 0, 0, 6350, 6351, 1, 0, 0, 0, 6351, 6353, 3, 726, 363, 0, 6352, 6345, 1, 0, 0, 0, 6352, 6353, 1, 0, 0, 0, 6353, 6446, 1, 0, 0, 0, 6354, 6355, 5, 157, 0, 0, 6355, 6356, 5, 262, 0, 0, 6356, 6357, 5, 866, 0, 0, 6357, 6358, 5, 850, 0, 0, 6358, 6359, 5, 867, 0, 0, 6359, 6446, 7, 98, 0, 0, 6360, 6361, 5, 157, 0, 0, 6361, 6364, 3, 574, 287, 0, 6362, 6363, 7, 95, 0, 0, 6363, 6365, 3, 636, 318, 0, 6364, 6362, 1, 0, 0, 0, 6364, 6365, 1, 0, 0, 0, 6365, 6367, 1, 0, 0, 0, 6366, 6368, 3, 570, 285, 0, 6367, 6366, 1, 0, 0, 0, 6367, 6368, 1, 0, 0, 0, 6368, 6446, 1, 0, 0, 0, 6369, 6370, 5, 157, 0, 0, 6370, 6371, 5, 132, 0, 0, 6371, 6372, 5, 336, 0, 0, 6372, 6446, 3, 716, 358, 0, 6373, 6374, 5, 157, 0, 0, 6374, 6375, 5, 409, 0, 0, 6375, 6376, 5, 336, 0, 0, 6376, 6446, 3, 640, 320, 0, 6377, 6378, 5, 157, 0, 0, 6378, 6385, 5, 414, 0, 0, 6379, 6380, 5, 65, 0, 0, 6380, 6383, 3, 664, 332, 0, 6381, 6382, 5, 188, 0, 0, 6382, 6384, 3, 662, 331, 0, 6383, 6381, 1, 0, 0, 0, 6383, 6384, 1, 0, 0, 0, 6384, 6386, 1, 0, 0, 0, 6385, 6379, 1, 0, 0, 0, 6385, 6386, 1, 0, 0, 0, 6386, 6446, 1, 0, 0, 0, 6387, 6389, 5, 157, 0, 0, 6388, 6390, 5, 392, 0, 0, 6389, 6388, 1, 0, 0, 0, 6389, 6390, 1, 0, 0, 0, 6390, 6391, 1, 0, 0, 0, 6391, 6392, 7, 99, 0, 0, 6392, 6393, 7, 95, 0, 0, 6393, 6396, 3, 660, 330, 0, 6394, 6395, 7, 95, 0, 0, 6395, 6397, 3, 636, 318, 0, 6396, 6394, 1, 0, 0, 0, 6396, 6397, 1, 0, 0, 0, 6397, 6400, 1, 0, 0, 0, 6398, 6399, 5, 192, 0, 0, 6399, 6401, 3, 812, 406, 0, 6400, 6398, 1, 0, 0, 0, 6400, 6401, 1, 0, 0, 0, 6401, 6446, 1, 0, 0, 0, 6402, 6403, 5, 157, 0, 0, 6403, 6404, 5, 516, 0, 0, 6404, 6407, 5, 752, 0, 0, 6405, 6406, 7, 95, 0, 0, 6406, 6408, 3, 636, 318, 0, 6407, 6405, 1, 0, 0, 0, 6407, 6408, 1, 0, 0, 0, 6408, 6410, 1, 0, 0, 0, 6409, 6411, 3, 570, 285, 0, 6410, 6409, 1, 0, 0, 0, 6410, 6411, 1, 0, 0, 0, 6411, 6446, 1, 0, 0, 0, 6412, 6413, 5, 157, 0, 0, 6413, 6422, 5, 545, 0, 0, 6414, 6419, 3, 576, 288, 0, 6415, 6416, 5, 868, 0, 0, 6416, 6418, 3, 576, 288, 0, 6417, 6415, 1, 0, 0, 0, 6418, 6421, 1, 0, 0, 0, 6419, 6417, 1, 0, 0, 0, 6419, 6420, 1, 0, 0, 0, 6420, 6423, 1, 0, 0, 0, 6421, 6419, 1, 0, 0, 0, 6422, 6414, 1, 0, 0, 0, 6422, 6423, 1, 0, 0, 0, 6423, 6427, 1, 0, 0, 0, 6424, 6425, 5, 65, 0, 0, 6425, 6426, 5, 548, 0, 0, 6426, 6428, 3, 726, 363, 0, 6427, 6424, 1, 0, 0, 0, 6427, 6428, 1, 0, 0, 0, 6428, 6435, 1, 0, 0, 0, 6429, 6430, 5, 100, 0, 0, 6430, 6433, 3, 726, 363, 0, 6431, 6432, 5, 509, 0, 0, 6432, 6434, 3, 726, 363, 0, 6433, 6431, 1, 0, 0, 0, 6433, 6434, 1, 0, 0, 0, 6434, 6436, 1, 0, 0, 0, 6435, 6429, 1, 0, 0, 0, 6435, 6436, 1, 0, 0, 0, 6436, 6446, 1, 0, 0, 0, 6437, 6438, 5, 157, 0, 0, 6438, 6439, 7, 64, 0, 0, 6439, 6441, 5, 645, 0, 0, 6440, 6442, 3, 398, 199, 0, 6441, 6440, 1, 0, 0, 0, 6441, 6442, 1, 0, 0, 0, 6442, 6446, 1, 0, 0, 0, 6443, 6444, 5, 157, 0, 0, 6444, 6446, 5, 564, 0, 0, 6445, 6261, 1, 0, 0, 0, 6445, 6264, 1, 0, 0, 0, 6445, 6287, 1, 0, 0, 0, 6445, 6292, 1, 0, 0, 0, 6445, 6309, 1, 0, 0, 0, 6445, 6316, 1, 0, 0, 0, 6445, 6320, 1, 0, 0, 0, 6445, 6324, 1, 0, 0, 0, 6445, 6328, 1, 0, 0, 0, 6445, 6332, 1, 0, 0, 0, 6445, 6336, 1, 0, 0, 0, 6445, 6341, 1, 0, 0, 0, 6445, 6343, 1, 0, 0, 0, 6445, 6354, 1, 0, 0, 0, 6445, 6360, 1, 0, 0, 0, 6445, 6369, 1, 0, 0, 0, 6445, 6373, 1, 0, 0, 0, 6445, 6377, 1, 0, 0, 0, 6445, 6387, 1, 0, 0, 0, 6445, 6402, 1, 0, 0, 0, 6445, 6412, 1, 0, 0, 0, 6445, 6437, 1, 0, 0, 0, 6445, 6443, 1, 0, 0, 0, 6446, 565, 1, 0, 0, 0, 6447, 6458, 5, 892, 0, 0, 6448, 6458, 5, 893, 0, 0, 6449, 6450, 5, 870, 0, 0, 6450, 6452, 5, 870, 0, 0, 6451, 6449, 1, 0, 0, 0, 6451, 6452, 1, 0, 0, 0, 6452, 6453, 1, 0, 0, 0, 6453, 6455, 7, 100, 0, 0, 6454, 6451, 1, 0, 0, 0, 6454, 6455, 1, 0, 0, 0, 6455, 6456, 1, 0, 0, 0, 6456, 6458, 3, 720, 360, 0, 6457, 6447, 1, 0, 0, 0, 6457, 6448, 1, 0, 0, 0, 6457, 6454, 1, 0, 0, 0, 6458, 567, 1, 0, 0, 0, 6459, 6460, 5, 26, 0, 0, 6460, 6474, 5, 155, 0, 0, 6461, 6474, 5, 823, 0, 0, 6462, 6474, 5, 824, 0, 0, 6463, 6474, 5, 40, 0, 0, 6464, 6474, 5, 153, 0, 0, 6465, 6466, 5, 409, 0, 0, 6466, 6474, 5, 645, 0, 0, 6467, 6468, 5, 132, 0, 0, 6468, 6474, 5, 645, 0, 0, 6469, 6471, 7, 62, 0, 0, 6470, 6469, 1, 0, 0, 0, 6470, 6471, 1, 0, 0, 0, 6471, 6472, 1, 0, 0, 0, 6472, 6474, 7, 101, 0, 0, 6473, 6459, 1, 0, 0, 0, 6473, 6461, 1, 0, 0, 0, 6473, 6462, 1, 0, 0, 0, 6473, 6463, 1, 0, 0, 0, 6473, 6464, 1, 0, 0, 0, 6473, 6465, 1, 0, 0, 0, 6473, 6467, 1, 0, 0, 0, 6473, 6470, 1, 0, 0, 0, 6474, 569, 1, 0, 0, 0, 6475, 6476, 5, 99, 0, 0, 6476, 6480, 5, 882, 0, 0, 6477, 6478, 5, 192, 0, 0, 6478, 6480, 3, 812, 406, 0, 6479, 6475, 1, 0, 0, 0, 6479, 6477, 1, 0, 0, 0, 6480, 571, 1, 0, 0, 0, 6481, 6483, 5, 647, 0, 0, 6482, 6481, 1, 0, 0, 0, 6482, 6483, 1, 0, 0, 0, 6483, 6484, 1, 0, 0, 0, 6484, 6499, 5, 381, 0, 0, 6485, 6486, 5, 453, 0, 0, 6486, 6499, 5, 645, 0, 0, 6487, 6499, 5, 536, 0, 0, 6488, 6499, 5, 734, 0, 0, 6489, 6491, 5, 408, 0, 0, 6490, 6489, 1, 0, 0, 0, 6490, 6491, 1, 0, 0, 0, 6491, 6492, 1, 0, 0, 0, 6492, 6499, 5, 544, 0, 0, 6493, 6499, 5, 546, 0, 0, 6494, 6495, 5, 598, 0, 0, 6495, 6499, 5, 422, 0, 0, 6496, 6499, 5, 312, 0, 0, 6497, 6499, 5, 356, 0, 0, 6498, 6482, 1, 0, 0, 0, 6498, 6485, 1, 0, 0, 0, 6498, 6487, 1, 0, 0, 0, 6498, 6488, 1, 0, 0, 0, 6498, 6490, 1, 0, 0, 0, 6498, 6493, 1, 0, 0, 0, 6498, 6494, 1, 0, 0, 0, 6498, 6496, 1, 0, 0, 0, 6498, 6497, 1, 0, 0, 0, 6499, 573, 1, 0, 0, 0, 6500, 6512, 5, 386, 0, 0, 6501, 6502, 5, 173, 0, 0, 6502, 6512, 5, 645, 0, 0, 6503, 6505, 5, 392, 0, 0, 6504, 6503, 1, 0, 0, 0, 6504, 6505, 1, 0, 0, 0, 6505, 6507, 1, 0, 0, 0, 6506, 6508, 5, 408, 0, 0, 6507, 6506, 1, 0, 0, 0, 6507, 6508, 1, 0, 0, 0, 6508, 6509, 1, 0, 0, 0, 6509, 6512, 5, 752, 0, 0, 6510, 6512, 5, 667, 0, 0, 6511, 6500, 1, 0, 0, 0, 6511, 6501, 1, 0, 0, 0, 6511, 6504, 1, 0, 0, 0, 6511, 6510, 1, 0, 0, 0, 6512, 575, 1, 0, 0, 0, 6513, 6526, 5, 7, 0, 0, 6514, 6515, 5, 320, 0, 0, 6515, 6526, 5, 437, 0, 0, 6516, 6517, 5, 355, 0, 0, 6517, 6526, 5, 656, 0, 0, 6518, 6526, 5, 358, 0, 0, 6519, 6526, 5, 439, 0, 0, 6520, 6526, 5, 802, 0, 0, 6521, 6522, 5, 521, 0, 0, 6522, 6526, 5, 397, 0, 0, 6523, 6526, 5, 605, 0, 0, 6524, 6526, 5, 655, 0, 0, 6525, 6513, 1, 0, 0, 0, 6525, 6514, 1, 0, 0, 0, 6525, 6516, 1, 0, 0, 0, 6525, 6518, 1, 0, 0, 0, 6525, 6519, 1, 0, 0, 0, 6525, 6520, 1, 0, 0, 0, 6525, 6521, 1, 0, 0, 0, 6525, 6523, 1, 0, 0, 0, 6525, 6524, 1, 0, 0, 0, 6526, 577, 1, 0, 0, 0, 6527, 6528, 5, 318, 0, 0, 6528, 6529, 5, 882, 0, 0, 6529, 579, 1, 0, 0, 0, 6530, 6531, 5, 324, 0, 0, 6531, 6549, 5, 82, 0, 0, 6532, 6537, 3, 600, 300, 0, 6533, 6534, 5, 868, 0, 0, 6534, 6536, 3, 600, 300, 0, 6535, 6533, 1, 0, 0, 0, 6536, 6539, 1, 0, 0, 0, 6537, 6535, 1, 0, 0, 0, 6537, 6538, 1, 0, 0, 0, 6538, 6550, 1, 0, 0, 0, 6539, 6537, 1, 0, 0, 0, 6540, 6541, 3, 660, 330, 0, 6541, 6542, 5, 130, 0, 0, 6542, 6545, 5, 866, 0, 0, 6543, 6546, 3, 684, 342, 0, 6544, 6546, 5, 7, 0, 0, 6545, 6543, 1, 0, 0, 0, 6545, 6544, 1, 0, 0, 0, 6546, 6547, 1, 0, 0, 0, 6547, 6548, 5, 867, 0, 0, 6548, 6550, 1, 0, 0, 0, 6549, 6532, 1, 0, 0, 0, 6549, 6540, 1, 0, 0, 0, 6550, 6551, 1, 0, 0, 0, 6551, 6552, 5, 80, 0, 0, 6552, 6553, 3, 636, 318, 0, 6553, 581, 1, 0, 0, 0, 6554, 6556, 5, 404, 0, 0, 6555, 6557, 3, 546, 273, 0, 6556, 6555, 1, 0, 0, 0, 6556, 6557, 1, 0, 0, 0, 6557, 6558, 1, 0, 0, 0, 6558, 6563, 3, 602, 301, 0, 6559, 6560, 5, 868, 0, 0, 6560, 6562, 3, 602, 301, 0, 6561, 6559, 1, 0, 0, 0, 6562, 6565, 1, 0, 0, 0, 6563, 6561, 1, 0, 0, 0, 6563, 6564, 1, 0, 0, 0, 6564, 583, 1, 0, 0, 0, 6565, 6563, 1, 0, 0, 0, 6566, 6568, 5, 94, 0, 0, 6567, 6569, 7, 102, 0, 0, 6568, 6567, 1, 0, 0, 0, 6568, 6569, 1, 0, 0, 0, 6569, 6570, 1, 0, 0, 0, 6570, 6571, 3, 812, 406, 0, 6571, 585, 1, 0, 0, 0, 6572, 6573, 5, 103, 0, 0, 6573, 6574, 5, 82, 0, 0, 6574, 6575, 5, 88, 0, 0, 6575, 6576, 5, 324, 0, 0, 6576, 6581, 3, 606, 303, 0, 6577, 6578, 5, 868, 0, 0, 6578, 6580, 3, 606, 303, 0, 6579, 6577, 1, 0, 0, 0, 6580, 6583, 1, 0, 0, 0, 6581, 6579, 1, 0, 0, 0, 6581, 6582, 1, 0, 0, 0, 6582, 587, 1, 0, 0, 0, 6583, 6581, 1, 0, 0, 0, 6584, 6585, 5, 575, 0, 0, 6585, 6590, 3, 590, 295, 0, 6586, 6587, 5, 868, 0, 0, 6587, 6589, 3, 590, 295, 0, 6588, 6586, 1, 0, 0, 0, 6589, 6592, 1, 0, 0, 0, 6590, 6588, 1, 0, 0, 0, 6590, 6591, 1, 0, 0, 0, 6591, 589, 1, 0, 0, 0, 6592, 6590, 1, 0, 0, 0, 6593, 6599, 5, 453, 0, 0, 6594, 6599, 5, 563, 0, 0, 6595, 6596, 5, 548, 0, 0, 6596, 6599, 5, 324, 0, 0, 6597, 6599, 5, 598, 0, 0, 6598, 6593, 1, 0, 0, 0, 6598, 6594, 1, 0, 0, 0, 6598, 6595, 1, 0, 0, 0, 6598, 6597, 1, 0, 0, 0, 6599, 591, 1, 0, 0, 0, 6600, 6601, 5, 575, 0, 0, 6601, 6606, 5, 531, 0, 0, 6602, 6604, 3, 772, 386, 0, 6603, 6602, 1, 0, 0, 0, 6603, 6604, 1, 0, 0, 0, 6604, 6605, 1, 0, 0, 0, 6605, 6607, 3, 720, 360, 0, 6606, 6603, 1, 0, 0, 0, 6606, 6607, 1, 0, 0, 0, 6607, 593, 1, 0, 0, 0, 6608, 6609, 5, 575, 0, 0, 6609, 6611, 7, 64, 0, 0, 6610, 6612, 5, 7, 0, 0, 6611, 6610, 1, 0, 0, 0, 6611, 6612, 1, 0, 0, 0, 6612, 6614, 1, 0, 0, 0, 6613, 6615, 3, 398, 199, 0, 6614, 6613, 1, 0, 0, 0, 6614, 6615, 1, 0, 0, 0, 6615, 595, 1, 0, 0, 0, 6616, 6617, 5, 576, 0, 0, 6617, 597, 1, 0, 0, 0, 6618, 6619, 5, 749, 0, 0, 6619, 599, 1, 0, 0, 0, 6620, 6626, 3, 660, 330, 0, 6621, 6622, 7, 19, 0, 0, 6622, 6623, 5, 866, 0, 0, 6623, 6624, 3, 648, 324, 0, 6624, 6625, 5, 867, 0, 0, 6625, 6627, 1, 0, 0, 0, 6626, 6621, 1, 0, 0, 0, 6626, 6627, 1, 0, 0, 0, 6627, 601, 1, 0, 0, 0, 6628, 6647, 5, 366, 0, 0, 6629, 6647, 5, 422, 0, 0, 6630, 6632, 7, 103, 0, 0, 6631, 6630, 1, 0, 0, 0, 6631, 6632, 1, 0, 0, 0, 6632, 6633, 1, 0, 0, 0, 6633, 6647, 5, 452, 0, 0, 6634, 6647, 5, 517, 0, 0, 6635, 6647, 5, 734, 0, 0, 6636, 6637, 5, 548, 0, 0, 6637, 6647, 5, 324, 0, 0, 6638, 6647, 5, 645, 0, 0, 6639, 6647, 5, 680, 0, 0, 6640, 6644, 5, 752, 0, 0, 6641, 6642, 5, 194, 0, 0, 6642, 6643, 5, 135, 0, 0, 6643, 6645, 5, 104, 0, 0, 6644, 6641, 1, 0, 0, 0, 6644, 6645, 1, 0, 0, 0, 6645, 6647, 1, 0, 0, 0, 6646, 6628, 1, 0, 0, 0, 6646, 6629, 1, 0, 0, 0, 6646, 6631, 1, 0, 0, 0, 6646, 6634, 1, 0, 0, 0, 6646, 6635, 1, 0, 0, 0, 6646, 6636, 1, 0, 0, 0, 6646, 6638, 1, 0, 0, 0, 6646, 6639, 1, 0, 0, 0, 6646, 6640, 1, 0, 0, 0, 6647, 6661, 1, 0, 0, 0, 6648, 6649, 5, 556, 0, 0, 6649, 6651, 5, 452, 0, 0, 6650, 6652, 3, 398, 199, 0, 6651, 6650, 1, 0, 0, 0, 6651, 6652, 1, 0, 0, 0, 6652, 6661, 1, 0, 0, 0, 6653, 6655, 7, 61, 0, 0, 6654, 6656, 3, 658, 329, 0, 6655, 6654, 1, 0, 0, 0, 6655, 6656, 1, 0, 0, 0, 6656, 6658, 1, 0, 0, 0, 6657, 6659, 3, 604, 302, 0, 6658, 6657, 1, 0, 0, 0, 6658, 6659, 1, 0, 0, 0, 6659, 6661, 1, 0, 0, 0, 6660, 6646, 1, 0, 0, 0, 6660, 6648, 1, 0, 0, 0, 6660, 6653, 1, 0, 0, 0, 6661, 603, 1, 0, 0, 0, 6662, 6663, 5, 194, 0, 0, 6663, 6664, 5, 135, 0, 0, 6664, 6668, 5, 104, 0, 0, 6665, 6666, 5, 65, 0, 0, 6666, 6668, 5, 391, 0, 0, 6667, 6662, 1, 0, 0, 0, 6667, 6665, 1, 0, 0, 0, 6668, 605, 1, 0, 0, 0, 6669, 6677, 3, 660, 330, 0, 6670, 6671, 5, 130, 0, 0, 6671, 6674, 5, 866, 0, 0, 6672, 6675, 3, 684, 342, 0, 6673, 6675, 5, 7, 0, 0, 6674, 6672, 1, 0, 0, 0, 6674, 6673, 1, 0, 0, 0, 6675, 6676, 1, 0, 0, 0, 6676, 6678, 5, 867, 0, 0, 6677, 6670, 1, 0, 0, 0, 6677, 6678, 1, 0, 0, 0, 6678, 6686, 1, 0, 0, 0, 6679, 6681, 7, 19, 0, 0, 6680, 6679, 1, 0, 0, 0, 6680, 6681, 1, 0, 0, 0, 6681, 6682, 1, 0, 0, 0, 6682, 6683, 5, 866, 0, 0, 6683, 6684, 3, 648, 324, 0, 6684, 6685, 5, 867, 0, 0, 6685, 6687, 1, 0, 0, 0, 6686, 6680, 1, 0, 0, 0, 6686, 6687, 1, 0, 0, 0, 6687, 6690, 1, 0, 0, 0, 6688, 6689, 5, 79, 0, 0, 6689, 6691, 5, 446, 0, 0, 6690, 6688, 1, 0, 0, 0, 6690, 6691, 1, 0, 0, 0, 6691, 607, 1, 0, 0, 0, 6692, 6693, 7, 104, 0, 0, 6693, 6696, 3, 660, 330, 0, 6694, 6697, 3, 672, 336, 0, 6695, 6697, 5, 882, 0, 0, 6696, 6694, 1, 0, 0, 0, 6696, 6695, 1, 0, 0, 0, 6696, 6697, 1, 0, 0, 0, 6697, 609, 1, 0, 0, 0, 6698, 6704, 7, 104, 0, 0, 6699, 6705, 5, 392, 0, 0, 6700, 6705, 5, 528, 0, 0, 6701, 6702, 5, 826, 0, 0, 6702, 6703, 5, 857, 0, 0, 6703, 6705, 7, 105, 0, 0, 6704, 6699, 1, 0, 0, 0, 6704, 6700, 1, 0, 0, 0, 6704, 6701, 1, 0, 0, 0, 6704, 6705, 1, 0, 0, 0, 6705, 6706, 1, 0, 0, 0, 6706, 6707, 3, 632, 316, 0, 6707, 611, 1, 0, 0, 0, 6708, 6709, 7, 104, 0, 0, 6709, 6713, 5, 10, 0, 0, 6710, 6711, 5, 826, 0, 0, 6711, 6712, 5, 857, 0, 0, 6712, 6714, 5, 666, 0, 0, 6713, 6710, 1, 0, 0, 0, 6713, 6714, 1, 0, 0, 0, 6714, 6715, 1, 0, 0, 0, 6715, 6716, 3, 208, 104, 0, 6716, 613, 1, 0, 0, 0, 6717, 6718, 5, 419, 0, 0, 6718, 6719, 5, 882, 0, 0, 6719, 615, 1, 0, 0, 0, 6720, 6721, 5, 187, 0, 0, 6721, 6722, 3, 636, 318, 0, 6722, 617, 1, 0, 0, 0, 6723, 6731, 5, 158, 0, 0, 6724, 6726, 5, 164, 0, 0, 6725, 6727, 5, 682, 0, 0, 6726, 6725, 1, 0, 0, 0, 6726, 6727, 1, 0, 0, 0, 6727, 6728, 1, 0, 0, 0, 6728, 6732, 3, 730, 365, 0, 6729, 6732, 5, 889, 0, 0, 6730, 6732, 5, 890, 0, 0, 6731, 6724, 1, 0, 0, 0, 6731, 6729, 1, 0, 0, 0, 6731, 6730, 1, 0, 0, 0, 6732, 6742, 1, 0, 0, 0, 6733, 6734, 5, 155, 0, 0, 6734, 6739, 3, 622, 311, 0, 6735, 6736, 5, 868, 0, 0, 6736, 6738, 3, 622, 311, 0, 6737, 6735, 1, 0, 0, 0, 6738, 6741, 1, 0, 0, 0, 6739, 6737, 1, 0, 0, 0, 6739, 6740, 1, 0, 0, 0, 6740, 6743, 1, 0, 0, 0, 6741, 6739, 1, 0, 0, 0, 6742, 6733, 1, 0, 0, 0, 6742, 6743, 1, 0, 0, 0, 6743, 619, 1, 0, 0, 0, 6744, 6752, 5, 145, 0, 0, 6745, 6747, 5, 164, 0, 0, 6746, 6748, 5, 682, 0, 0, 6747, 6746, 1, 0, 0, 0, 6747, 6748, 1, 0, 0, 0, 6748, 6749, 1, 0, 0, 0, 6749, 6753, 3, 730, 365, 0, 6750, 6753, 5, 889, 0, 0, 6751, 6753, 5, 890, 0, 0, 6752, 6745, 1, 0, 0, 0, 6752, 6750, 1, 0, 0, 0, 6752, 6751, 1, 0, 0, 0, 6752, 6753, 1, 0, 0, 0, 6753, 6763, 1, 0, 0, 0, 6754, 6755, 5, 155, 0, 0, 6755, 6760, 3, 622, 311, 0, 6756, 6757, 5, 868, 0, 0, 6757, 6759, 3, 622, 311, 0, 6758, 6756, 1, 0, 0, 0, 6759, 6762, 1, 0, 0, 0, 6760, 6758, 1, 0, 0, 0, 6760, 6761, 1, 0, 0, 0, 6761, 6764, 1, 0, 0, 0, 6762, 6760, 1, 0, 0, 0, 6763, 6754, 1, 0, 0, 0, 6763, 6764, 1, 0, 0, 0, 6764, 621, 1, 0, 0, 0, 6765, 6766, 7, 106, 0, 0, 6766, 6771, 5, 857, 0, 0, 6767, 6772, 3, 730, 365, 0, 6768, 6772, 5, 883, 0, 0, 6769, 6772, 3, 700, 350, 0, 6770, 6772, 3, 722, 361, 0, 6771, 6767, 1, 0, 0, 0, 6771, 6768, 1, 0, 0, 0, 6771, 6769, 1, 0, 0, 0, 6771, 6770, 1, 0, 0, 0, 6772, 623, 1, 0, 0, 0, 6773, 6775, 5, 194, 0, 0, 6774, 6776, 5, 552, 0, 0, 6775, 6774, 1, 0, 0, 0, 6775, 6776, 1, 0, 0, 0, 6776, 6777, 1, 0, 0, 0, 6777, 6782, 3, 50, 25, 0, 6778, 6779, 5, 868, 0, 0, 6779, 6781, 3, 50, 25, 0, 6780, 6778, 1, 0, 0, 0, 6781, 6784, 1, 0, 0, 0, 6782, 6780, 1, 0, 0, 0, 6782, 6783, 1, 0, 0, 0, 6783, 625, 1, 0, 0, 0, 6784, 6782, 1, 0, 0, 0, 6785, 6786, 5, 173, 0, 0, 6786, 6788, 3, 660, 330, 0, 6787, 6789, 3, 256, 128, 0, 6788, 6787, 1, 0, 0, 0, 6788, 6789, 1, 0, 0, 0, 6789, 6791, 1, 0, 0, 0, 6790, 6792, 3, 326, 163, 0, 6791, 6790, 1, 0, 0, 0, 6791, 6792, 1, 0, 0, 0, 6792, 627, 1, 0, 0, 0, 6793, 6795, 5, 72, 0, 0, 6794, 6796, 7, 107, 0, 0, 6795, 6794, 1, 0, 0, 0, 6795, 6796, 1, 0, 0, 0, 6796, 6797, 1, 0, 0, 0, 6797, 6829, 5, 48, 0, 0, 6798, 6799, 3, 566, 283, 0, 6799, 6800, 5, 857, 0, 0, 6800, 6808, 7, 108, 0, 0, 6801, 6802, 5, 868, 0, 0, 6802, 6803, 3, 566, 283, 0, 6803, 6804, 5, 857, 0, 0, 6804, 6805, 7, 108, 0, 0, 6805, 6807, 1, 0, 0, 0, 6806, 6801, 1, 0, 0, 0, 6807, 6810, 1, 0, 0, 0, 6808, 6806, 1, 0, 0, 0, 6808, 6809, 1, 0, 0, 0, 6809, 6830, 1, 0, 0, 0, 6810, 6808, 1, 0, 0, 0, 6811, 6814, 5, 30, 0, 0, 6812, 6815, 3, 726, 363, 0, 6813, 6815, 3, 566, 283, 0, 6814, 6812, 1, 0, 0, 0, 6814, 6813, 1, 0, 0, 0, 6815, 6816, 1, 0, 0, 0, 6816, 6817, 3, 566, 283, 0, 6817, 6818, 5, 857, 0, 0, 6818, 6826, 3, 630, 315, 0, 6819, 6820, 5, 868, 0, 0, 6820, 6821, 3, 566, 283, 0, 6821, 6822, 5, 857, 0, 0, 6822, 6823, 3, 630, 315, 0, 6823, 6825, 1, 0, 0, 0, 6824, 6819, 1, 0, 0, 0, 6825, 6828, 1, 0, 0, 0, 6826, 6824, 1, 0, 0, 0, 6826, 6827, 1, 0, 0, 0, 6827, 6830, 1, 0, 0, 0, 6828, 6826, 1, 0, 0, 0, 6829, 6798, 1, 0, 0, 0, 6829, 6811, 1, 0, 0, 0, 6830, 629, 1, 0, 0, 0, 6831, 6832, 7, 109, 0, 0, 6832, 631, 1, 0, 0, 0, 6833, 6839, 3, 208, 104, 0, 6834, 6839, 3, 184, 92, 0, 6835, 6839, 3, 190, 95, 0, 6836, 6839, 3, 206, 103, 0, 6837, 6839, 3, 218, 109, 0, 6838, 6833, 1, 0, 0, 0, 6838, 6834, 1, 0, 0, 0, 6838, 6835, 1, 0, 0, 0, 6838, 6836, 1, 0, 0, 0, 6838, 6837, 1, 0, 0, 0, 6839, 6844, 1, 0, 0, 0, 6840, 6841, 5, 65, 0, 0, 6841, 6842, 5, 349, 0, 0, 6842, 6844, 3, 720, 360, 0, 6843, 6838, 1, 0, 0, 0, 6843, 6840, 1, 0, 0, 0, 6844, 633, 1, 0, 0, 0, 6845, 6846, 3, 716, 358, 0, 6846, 635, 1, 0, 0, 0, 6847, 6848, 3, 716, 358, 0, 6848, 637, 1, 0, 0, 0, 6849, 6850, 3, 716, 358, 0, 6850, 639, 1, 0, 0, 0, 6851, 6852, 3, 716, 358, 0, 6852, 641, 1, 0, 0, 0, 6853, 6854, 3, 716, 358, 0, 6854, 643, 1, 0, 0, 0, 6855, 6856, 3, 716, 358, 0, 6856, 645, 1, 0, 0, 0, 6857, 6858, 3, 720, 360, 0, 6858, 647, 1, 0, 0, 0, 6859, 6864, 3, 650, 325, 0, 6860, 6861, 5, 868, 0, 0, 6861, 6863, 3, 650, 325, 0, 6862, 6860, 1, 0, 0, 0, 6863, 6866, 1, 0, 0, 0, 6864, 6862, 1, 0, 0, 0, 6864, 6865, 1, 0, 0, 0, 6865, 649, 1, 0, 0, 0, 6866, 6864, 1, 0, 0, 0, 6867, 6868, 3, 720, 360, 0, 6868, 651, 1, 0, 0, 0, 6869, 6870, 3, 720, 360, 0, 6870, 653, 1, 0, 0, 0, 6871, 6872, 3, 720, 360, 0, 6872, 655, 1, 0, 0, 0, 6873, 6874, 3, 716, 358, 0, 6874, 657, 1, 0, 0, 0, 6875, 6880, 3, 660, 330, 0, 6876, 6877, 5, 868, 0, 0, 6877, 6879, 3, 660, 330, 0, 6878, 6876, 1, 0, 0, 0, 6879, 6882, 1, 0, 0, 0, 6880, 6878, 1, 0, 0, 0, 6880, 6881, 1, 0, 0, 0, 6881, 659, 1, 0, 0, 0, 6882, 6880, 1, 0, 0, 0, 6883, 6884, 3, 716, 358, 0, 6884, 661, 1, 0, 0, 0, 6885, 6890, 3, 664, 332, 0, 6886, 6887, 5, 868, 0, 0, 6887, 6889, 3, 664, 332, 0, 6888, 6886, 1, 0, 0, 0, 6889, 6892, 1, 0, 0, 0, 6890, 6888, 1, 0, 0, 0, 6890, 6891, 1, 0, 0, 0, 6891, 663, 1, 0, 0, 0, 6892, 6890, 1, 0, 0, 0, 6893, 6896, 3, 698, 349, 0, 6894, 6896, 3, 720, 360, 0, 6895, 6893, 1, 0, 0, 0, 6895, 6894, 1, 0, 0, 0, 6896, 665, 1, 0, 0, 0, 6897, 6902, 3, 720, 360, 0, 6898, 6900, 3, 724, 362, 0, 6899, 6901, 3, 724, 362, 0, 6900, 6899, 1, 0, 0, 0, 6900, 6901, 1, 0, 0, 0, 6901, 6903, 1, 0, 0, 0, 6902, 6898, 1, 0, 0, 0, 6902, 6903, 1, 0, 0, 0, 6903, 6912, 1, 0, 0, 0, 6904, 6906, 9, 0, 0, 0, 6905, 6904, 1, 0, 0, 0, 6905, 6906, 1, 0, 0, 0, 6906, 6907, 1, 0, 0, 0, 6907, 6909, 3, 724, 362, 0, 6908, 6910, 3, 724, 362, 0, 6909, 6908, 1, 0, 0, 0, 6909, 6910, 1, 0, 0, 0, 6910, 6912, 1, 0, 0, 0, 6911, 6897, 1, 0, 0, 0, 6911, 6905, 1, 0, 0, 0, 6912, 667, 1, 0, 0, 0, 6913, 6918, 3, 672, 336, 0, 6914, 6915, 5, 868, 0, 0, 6915, 6917, 3, 672, 336, 0, 6916, 6914, 1, 0, 0, 0, 6917, 6920, 1, 0, 0, 0, 6918, 6916, 1, 0, 0, 0, 6918, 6919, 1, 0, 0, 0, 6919, 669, 1, 0, 0, 0, 6920, 6918, 1, 0, 0, 0, 6921, 6922, 1, 0, 0, 0, 6922, 671, 1, 0, 0, 0, 6923, 6928, 3, 720, 360, 0, 6924, 6926, 3, 724, 362, 0, 6925, 6927, 3, 724, 362, 0, 6926, 6925, 1, 0, 0, 0, 6926, 6927, 1, 0, 0, 0, 6927, 6929, 1, 0, 0, 0, 6928, 6924, 1, 0, 0, 0, 6928, 6929, 1, 0, 0, 0, 6929, 6940, 1, 0, 0, 0, 6930, 6932, 9, 0, 0, 0, 6931, 6930, 1, 0, 0, 0, 6931, 6932, 1, 0, 0, 0, 6932, 6933, 1, 0, 0, 0, 6933, 6935, 3, 724, 362, 0, 6934, 6936, 3, 724, 362, 0, 6935, 6934, 1, 0, 0, 0, 6935, 6936, 1, 0, 0, 0, 6936, 6940, 1, 0, 0, 0, 6937, 6938, 4, 336, 4, 0, 6938, 6940, 3, 670, 335, 0, 6939, 6923, 1, 0, 0, 0, 6939, 6931, 1, 0, 0, 0, 6939, 6937, 1, 0, 0, 0, 6940, 673, 1, 0, 0, 0, 6941, 6946, 3, 720, 360, 0, 6942, 6944, 3, 724, 362, 0, 6943, 6945, 3, 724, 362, 0, 6944, 6943, 1, 0, 0, 0, 6944, 6945, 1, 0, 0, 0, 6945, 6947, 1, 0, 0, 0, 6946, 6942, 1, 0, 0, 0, 6946, 6947, 1, 0, 0, 0, 6947, 6956, 1, 0, 0, 0, 6948, 6950, 9, 0, 0, 0, 6949, 6948, 1, 0, 0, 0, 6949, 6950, 1, 0, 0, 0, 6950, 6951, 1, 0, 0, 0, 6951, 6953, 3, 724, 362, 0, 6952, 6954, 3, 724, 362, 0, 6953, 6952, 1, 0, 0, 0, 6953, 6954, 1, 0, 0, 0, 6954, 6956, 1, 0, 0, 0, 6955, 6941, 1, 0, 0, 0, 6955, 6949, 1, 0, 0, 0, 6956, 675, 1, 0, 0, 0, 6957, 6958, 4, 338, 5, 0, 6958, 6967, 3, 670, 335, 0, 6959, 6964, 3, 720, 360, 0, 6960, 6962, 3, 724, 362, 0, 6961, 6963, 3, 724, 362, 0, 6962, 6961, 1, 0, 0, 0, 6962, 6963, 1, 0, 0, 0, 6963, 6965, 1, 0, 0, 0, 6964, 6960, 1, 0, 0, 0, 6964, 6965, 1, 0, 0, 0, 6965, 6967, 1, 0, 0, 0, 6966, 6957, 1, 0, 0, 0, 6966, 6959, 1, 0, 0, 0, 6967, 677, 1, 0, 0, 0, 6968, 6969, 3, 720, 360, 0, 6969, 679, 1, 0, 0, 0, 6970, 6971, 3, 720, 360, 0, 6971, 681, 1, 0, 0, 0, 6972, 6973, 3, 720, 360, 0, 6973, 683, 1, 0, 0, 0, 6974, 6979, 3, 686, 343, 0, 6975, 6976, 5, 868, 0, 0, 6976, 6978, 3, 686, 343, 0, 6977, 6975, 1, 0, 0, 0, 6978, 6981, 1, 0, 0, 0, 6979, 6977, 1, 0, 0, 0, 6979, 6980, 1, 0, 0, 0, 6980, 685, 1, 0, 0, 0, 6981, 6979, 1, 0, 0, 0, 6982, 6983, 3, 720, 360, 0, 6983, 687, 1, 0, 0, 0, 6984, 6989, 3, 720, 360, 0, 6985, 6986, 5, 866, 0, 0, 6986, 6987, 3, 726, 363, 0, 6987, 6988, 5, 867, 0, 0, 6988, 6990, 1, 0, 0, 0, 6989, 6985, 1, 0, 0, 0, 6989, 6990, 1, 0, 0, 0, 6990, 6993, 1, 0, 0, 0, 6991, 6993, 3, 812, 406, 0, 6992, 6984, 1, 0, 0, 0, 6992, 6991, 1, 0, 0, 0, 6993, 6995, 1, 0, 0, 0, 6994, 6996, 7, 55, 0, 0, 6995, 6994, 1, 0, 0, 0, 6995, 6996, 1, 0, 0, 0, 6996, 689, 1, 0, 0, 0, 6997, 6998, 3, 692, 346, 0, 6998, 6999, 5, 878, 0, 0, 6999, 7000, 3, 726, 363, 0, 7000, 691, 1, 0, 0, 0, 7001, 7002, 3, 694, 347, 0, 7002, 7003, 5, 891, 0, 0, 7003, 693, 1, 0, 0, 0, 7004, 7009, 5, 882, 0, 0, 7005, 7009, 5, 889, 0, 0, 7006, 7009, 5, 704, 0, 0, 7007, 7009, 3, 842, 421, 0, 7008, 7004, 1, 0, 0, 0, 7008, 7005, 1, 0, 0, 0, 7008, 7006, 1, 0, 0, 0, 7008, 7007, 1, 0, 0, 0, 7009, 695, 1, 0, 0, 0, 7010, 7011, 7, 110, 0, 0, 7011, 697, 1, 0, 0, 0, 7012, 7014, 3, 694, 347, 0, 7013, 7015, 3, 696, 348, 0, 7014, 7013, 1, 0, 0, 0, 7014, 7015, 1, 0, 0, 0, 7015, 7018, 1, 0, 0, 0, 7016, 7018, 3, 58, 29, 0, 7017, 7012, 1, 0, 0, 0, 7017, 7016, 1, 0, 0, 0, 7018, 699, 1, 0, 0, 0, 7019, 7020, 7, 111, 0, 0, 7020, 701, 1, 0, 0, 0, 7021, 7026, 5, 228, 0, 0, 7022, 7026, 3, 832, 416, 0, 7023, 7026, 5, 882, 0, 0, 7024, 7026, 5, 879, 0, 0, 7025, 7021, 1, 0, 0, 0, 7025, 7022, 1, 0, 0, 0, 7025, 7023, 1, 0, 0, 0, 7025, 7024, 1, 0, 0, 0, 7026, 703, 1, 0, 0, 0, 7027, 7028, 3, 720, 360, 0, 7028, 705, 1, 0, 0, 0, 7029, 7033, 3, 708, 354, 0, 7030, 7033, 5, 889, 0, 0, 7031, 7033, 5, 882, 0, 0, 7032, 7029, 1, 0, 0, 0, 7032, 7030, 1, 0, 0, 0, 7032, 7031, 1, 0, 0, 0, 7033, 707, 1, 0, 0, 0, 7034, 7035, 7, 112, 0, 0, 7035, 709, 1, 0, 0, 0, 7036, 7037, 3, 726, 363, 0, 7037, 7038, 5, 854, 0, 0, 7038, 7039, 3, 726, 363, 0, 7039, 7040, 5, 854, 0, 0, 7040, 7041, 3, 726, 363, 0, 7041, 7042, 5, 854, 0, 0, 7042, 7043, 3, 726, 363, 0, 7043, 7044, 5, 854, 0, 0, 7044, 7050, 3, 726, 363, 0, 7045, 7046, 5, 878, 0, 0, 7046, 7047, 3, 726, 363, 0, 7047, 7048, 5, 854, 0, 0, 7048, 7049, 3, 726, 363, 0, 7049, 7051, 1, 0, 0, 0, 7050, 7045, 1, 0, 0, 0, 7051, 7052, 1, 0, 0, 0, 7052, 7050, 1, 0, 0, 0, 7052, 7053, 1, 0, 0, 0, 7053, 711, 1, 0, 0, 0, 7054, 7061, 3, 714, 357, 0, 7055, 7056, 5, 868, 0, 0, 7056, 7059, 3, 714, 357, 0, 7057, 7058, 5, 868, 0, 0, 7058, 7060, 3, 726, 363, 0, 7059, 7057, 1, 0, 0, 0, 7059, 7060, 1, 0, 0, 0, 7060, 7062, 1, 0, 0, 0, 7061, 7055, 1, 0, 0, 0, 7061, 7062, 1, 0, 0, 0, 7062, 713, 1, 0, 0, 0, 7063, 7071, 5, 882, 0, 0, 7064, 7071, 5, 887, 0, 0, 7065, 7067, 5, 884, 0, 0, 7066, 7065, 1, 0, 0, 0, 7067, 7068, 1, 0, 0, 0, 7068, 7066, 1, 0, 0, 0, 7068, 7069, 1, 0, 0, 0, 7069, 7071, 1, 0, 0, 0, 7070, 7063, 1, 0, 0, 0, 7070, 7064, 1, 0, 0, 0, 7070, 7066, 1, 0, 0, 0, 7071, 715, 1, 0, 0, 0, 7072, 7074, 3, 720, 360, 0, 7073, 7075, 3, 724, 362, 0, 7074, 7073, 1, 0, 0, 0, 7074, 7075, 1, 0, 0, 0, 7075, 717, 1, 0, 0, 0, 7076, 7081, 3, 720, 360, 0, 7077, 7078, 5, 868, 0, 0, 7078, 7080, 3, 720, 360, 0, 7079, 7077, 1, 0, 0, 0, 7080, 7083, 1, 0, 0, 0, 7081, 7079, 1, 0, 0, 0, 7081, 7082, 1, 0, 0, 0, 7082, 719, 1, 0, 0, 0, 7083, 7081, 1, 0, 0, 0, 7084, 7088, 3, 722, 361, 0, 7085, 7088, 5, 879, 0, 0, 7086, 7088, 5, 882, 0, 0, 7087, 7084, 1, 0, 0, 0, 7087, 7085, 1, 0, 0, 0, 7087, 7086, 1, 0, 0, 0, 7088, 721, 1, 0, 0, 0, 7089, 7099, 5, 889, 0, 0, 7090, 7099, 3, 832, 416, 0, 7091, 7099, 3, 834, 417, 0, 7092, 7099, 3, 708, 354, 0, 7093, 7099, 3, 836, 418, 0, 7094, 7099, 3, 838, 419, 0, 7095, 7099, 3, 840, 420, 0, 7096, 7099, 3, 842, 421, 0, 7097, 7099, 3, 804, 402, 0, 7098, 7089, 1, 0, 0, 0, 7098, 7090, 1, 0, 0, 0, 7098, 7091, 1, 0, 0, 0, 7098, 7092, 1, 0, 0, 0, 7098, 7093, 1, 0, 0, 0, 7098, 7094, 1, 0, 0, 0, 7098, 7095, 1, 0, 0, 0, 7098, 7096, 1, 0, 0, 0, 7098, 7097, 1, 0, 0, 0, 7099, 723, 1, 0, 0, 0, 7100, 7101, 5, 865, 0, 0, 7101, 7105, 5, 889, 0, 0, 7102, 7103, 5, 865, 0, 0, 7103, 7105, 3, 720, 360, 0, 7104, 7100, 1, 0, 0, 0, 7104, 7102, 1, 0, 0, 0, 7105, 725, 1, 0, 0, 0, 7106, 7107, 7, 113, 0, 0, 7107, 727, 1, 0, 0, 0, 7108, 7111, 5, 880, 0, 0, 7109, 7111, 3, 726, 363, 0, 7110, 7108, 1, 0, 0, 0, 7110, 7109, 1, 0, 0, 0, 7111, 729, 1, 0, 0, 0, 7112, 7114, 5, 888, 0, 0, 7113, 7112, 1, 0, 0, 0, 7113, 7114, 1, 0, 0, 0, 7114, 7115, 1, 0, 0, 0, 7115, 7118, 5, 882, 0, 0, 7116, 7118, 5, 881, 0, 0, 7117, 7113, 1, 0, 0, 0, 7117, 7116, 1, 0, 0, 0, 7118, 7120, 1, 0, 0, 0, 7119, 7121, 5, 882, 0, 0, 7120, 7119, 1, 0, 0, 0, 7121, 7122, 1, 0, 0, 0, 7122, 7120, 1, 0, 0, 0, 7122, 7123, 1, 0, 0, 0, 7123, 7136, 1, 0, 0, 0, 7124, 7126, 5, 888, 0, 0, 7125, 7124, 1, 0, 0, 0, 7125, 7126, 1, 0, 0, 0, 7126, 7127, 1, 0, 0, 0, 7127, 7130, 5, 882, 0, 0, 7128, 7130, 5, 881, 0, 0, 7129, 7125, 1, 0, 0, 0, 7129, 7128, 1, 0, 0, 0, 7130, 7133, 1, 0, 0, 0, 7131, 7132, 5, 28, 0, 0, 7132, 7134, 3, 704, 352, 0, 7133, 7131, 1, 0, 0, 0, 7133, 7134, 1, 0, 0, 0, 7134, 7136, 1, 0, 0, 0, 7135, 7117, 1, 0, 0, 0, 7135, 7129, 1, 0, 0, 0, 7136, 731, 1, 0, 0, 0, 7137, 7138, 7, 114, 0, 0, 7138, 733, 1, 0, 0, 0, 7139, 7141, 5, 888, 0, 0, 7140, 7139, 1, 0, 0, 0, 7140, 7141, 1, 0, 0, 0, 7141, 7142, 1, 0, 0, 0, 7142, 7143, 5, 884, 0, 0, 7143, 735, 1, 0, 0, 0, 7144, 7146, 5, 114, 0, 0, 7145, 7144, 1, 0, 0, 0, 7145, 7146, 1, 0, 0, 0, 7146, 7147, 1, 0, 0, 0, 7147, 7148, 7, 115, 0, 0, 7148, 737, 1, 0, 0, 0, 7149, 7162, 3, 730, 365, 0, 7150, 7162, 3, 726, 363, 0, 7151, 7152, 5, 854, 0, 0, 7152, 7162, 3, 726, 363, 0, 7153, 7162, 3, 734, 367, 0, 7154, 7162, 3, 732, 366, 0, 7155, 7162, 5, 885, 0, 0, 7156, 7162, 5, 887, 0, 0, 7157, 7159, 5, 114, 0, 0, 7158, 7157, 1, 0, 0, 0, 7158, 7159, 1, 0, 0, 0, 7159, 7160, 1, 0, 0, 0, 7160, 7162, 7, 115, 0, 0, 7161, 7149, 1, 0, 0, 0, 7161, 7150, 1, 0, 0, 0, 7161, 7151, 1, 0, 0, 0, 7161, 7153, 1, 0, 0, 0, 7161, 7154, 1, 0, 0, 0, 7161, 7155, 1, 0, 0, 0, 7161, 7156, 1, 0, 0, 0, 7161, 7158, 1, 0, 0, 0, 7162, 739, 1, 0, 0, 0, 7163, 7165, 7, 116, 0, 0, 7164, 7166, 5, 240, 0, 0, 7165, 7164, 1, 0, 0, 0, 7165, 7166, 1, 0, 0, 0, 7166, 7168, 1, 0, 0, 0, 7167, 7169, 3, 746, 373, 0, 7168, 7167, 1, 0, 0, 0, 7168, 7169, 1, 0, 0, 0, 7169, 7171, 1, 0, 0, 0, 7170, 7172, 5, 228, 0, 0, 7171, 7170, 1, 0, 0, 0, 7171, 7172, 1, 0, 0, 0, 7172, 7176, 1, 0, 0, 0, 7173, 7174, 3, 56, 28, 0, 7174, 7175, 3, 702, 351, 0, 7175, 7177, 1, 0, 0, 0, 7176, 7173, 1, 0, 0, 0, 7176, 7177, 1, 0, 0, 0, 7177, 7181, 1, 0, 0, 0, 7178, 7179, 5, 28, 0, 0, 7179, 7182, 3, 704, 352, 0, 7180, 7182, 5, 228, 0, 0, 7181, 7178, 1, 0, 0, 0, 7181, 7180, 1, 0, 0, 0, 7181, 7182, 1, 0, 0, 0, 7182, 7290, 1, 0, 0, 0, 7183, 7184, 5, 227, 0, 0, 7184, 7185, 7, 117, 0, 0, 7185, 7187, 5, 240, 0, 0, 7186, 7188, 3, 746, 373, 0, 7187, 7186, 1, 0, 0, 0, 7187, 7188, 1, 0, 0, 0, 7188, 7190, 1, 0, 0, 0, 7189, 7191, 5, 228, 0, 0, 7190, 7189, 1, 0, 0, 0, 7190, 7191, 1, 0, 0, 0, 7191, 7290, 1, 0, 0, 0, 7192, 7193, 5, 227, 0, 0, 7193, 7195, 7, 118, 0, 0, 7194, 7196, 3, 746, 373, 0, 7195, 7194, 1, 0, 0, 0, 7195, 7196, 1, 0, 0, 0, 7196, 7198, 1, 0, 0, 0, 7197, 7199, 5, 228, 0, 0, 7198, 7197, 1, 0, 0, 0, 7198, 7199, 1, 0, 0, 0, 7199, 7290, 1, 0, 0, 0, 7200, 7201, 5, 498, 0, 0, 7201, 7203, 5, 225, 0, 0, 7202, 7204, 3, 746, 373, 0, 7203, 7202, 1, 0, 0, 0, 7203, 7204, 1, 0, 0, 0, 7204, 7206, 1, 0, 0, 0, 7205, 7207, 5, 228, 0, 0, 7206, 7205, 1, 0, 0, 0, 7206, 7207, 1, 0, 0, 0, 7207, 7290, 1, 0, 0, 0, 7208, 7210, 7, 119, 0, 0, 7209, 7211, 3, 746, 373, 0, 7210, 7209, 1, 0, 0, 0, 7210, 7211, 1, 0, 0, 0, 7211, 7215, 1, 0, 0, 0, 7212, 7214, 7, 120, 0, 0, 7213, 7212, 1, 0, 0, 0, 7214, 7217, 1, 0, 0, 0, 7215, 7213, 1, 0, 0, 0, 7215, 7216, 1, 0, 0, 0, 7216, 7290, 1, 0, 0, 0, 7217, 7215, 1, 0, 0, 0, 7218, 7220, 5, 210, 0, 0, 7219, 7221, 3, 748, 374, 0, 7220, 7219, 1, 0, 0, 0, 7220, 7221, 1, 0, 0, 0, 7221, 7225, 1, 0, 0, 0, 7222, 7224, 7, 120, 0, 0, 7223, 7222, 1, 0, 0, 0, 7224, 7227, 1, 0, 0, 0, 7225, 7223, 1, 0, 0, 0, 7225, 7226, 1, 0, 0, 0, 7226, 7290, 1, 0, 0, 0, 7227, 7225, 1, 0, 0, 0, 7228, 7230, 5, 211, 0, 0, 7229, 7231, 5, 212, 0, 0, 7230, 7229, 1, 0, 0, 0, 7230, 7231, 1, 0, 0, 0, 7231, 7233, 1, 0, 0, 0, 7232, 7234, 3, 748, 374, 0, 7233, 7232, 1, 0, 0, 0, 7233, 7234, 1, 0, 0, 0, 7234, 7238, 1, 0, 0, 0, 7235, 7237, 7, 120, 0, 0, 7236, 7235, 1, 0, 0, 0, 7237, 7240, 1, 0, 0, 0, 7238, 7236, 1, 0, 0, 0, 7238, 7239, 1, 0, 0, 0, 7239, 7290, 1, 0, 0, 0, 7240, 7238, 1, 0, 0, 0, 7241, 7243, 7, 121, 0, 0, 7242, 7244, 3, 750, 375, 0, 7243, 7242, 1, 0, 0, 0, 7243, 7244, 1, 0, 0, 0, 7244, 7248, 1, 0, 0, 0, 7245, 7247, 7, 120, 0, 0, 7246, 7245, 1, 0, 0, 0, 7247, 7250, 1, 0, 0, 0, 7248, 7246, 1, 0, 0, 0, 7248, 7249, 1, 0, 0, 0, 7249, 7290, 1, 0, 0, 0, 7250, 7248, 1, 0, 0, 0, 7251, 7290, 7, 122, 0, 0, 7252, 7254, 7, 123, 0, 0, 7253, 7255, 3, 746, 373, 0, 7254, 7253, 1, 0, 0, 0, 7254, 7255, 1, 0, 0, 0, 7255, 7290, 1, 0, 0, 0, 7256, 7257, 7, 124, 0, 0, 7257, 7259, 3, 742, 371, 0, 7258, 7260, 5, 228, 0, 0, 7259, 7258, 1, 0, 0, 0, 7259, 7260, 1, 0, 0, 0, 7260, 7264, 1, 0, 0, 0, 7261, 7262, 3, 56, 28, 0, 7262, 7263, 3, 702, 351, 0, 7263, 7265, 1, 0, 0, 0, 7264, 7261, 1, 0, 0, 0, 7264, 7265, 1, 0, 0, 0, 7265, 7290, 1, 0, 0, 0, 7266, 7269, 7, 125, 0, 0, 7267, 7268, 5, 834, 0, 0, 7268, 7270, 3, 726, 363, 0, 7269, 7267, 1, 0, 0, 0, 7269, 7270, 1, 0, 0, 0, 7270, 7290, 1, 0, 0, 0, 7271, 7273, 5, 233, 0, 0, 7272, 7274, 5, 225, 0, 0, 7273, 7272, 1, 0, 0, 0, 7273, 7274, 1, 0, 0, 0, 7274, 7276, 1, 0, 0, 0, 7275, 7277, 5, 228, 0, 0, 7276, 7275, 1, 0, 0, 0, 7276, 7277, 1, 0, 0, 0, 7277, 7281, 1, 0, 0, 0, 7278, 7279, 3, 56, 28, 0, 7279, 7280, 3, 702, 351, 0, 7280, 7282, 1, 0, 0, 0, 7281, 7278, 1, 0, 0, 0, 7281, 7282, 1, 0, 0, 0, 7282, 7285, 1, 0, 0, 0, 7283, 7284, 5, 28, 0, 0, 7284, 7286, 3, 704, 352, 0, 7285, 7283, 1, 0, 0, 0, 7285, 7286, 1, 0, 0, 0, 7286, 7290, 1, 0, 0, 0, 7287, 7288, 5, 233, 0, 0, 7288, 7290, 5, 229, 0, 0, 7289, 7163, 1, 0, 0, 0, 7289, 7183, 1, 0, 0, 0, 7289, 7192, 1, 0, 0, 0, 7289, 7200, 1, 0, 0, 0, 7289, 7208, 1, 0, 0, 0, 7289, 7218, 1, 0, 0, 0, 7289, 7228, 1, 0, 0, 0, 7289, 7241, 1, 0, 0, 0, 7289, 7251, 1, 0, 0, 0, 7289, 7252, 1, 0, 0, 0, 7289, 7256, 1, 0, 0, 0, 7289, 7266, 1, 0, 0, 0, 7289, 7271, 1, 0, 0, 0, 7289, 7287, 1, 0, 0, 0, 7290, 741, 1, 0, 0, 0, 7291, 7292, 5, 866, 0, 0, 7292, 7297, 5, 882, 0, 0, 7293, 7294, 5, 868, 0, 0, 7294, 7296, 5, 882, 0, 0, 7295, 7293, 1, 0, 0, 0, 7296, 7299, 1, 0, 0, 0, 7297, 7295, 1, 0, 0, 0, 7297, 7298, 1, 0, 0, 0, 7298, 7300, 1, 0, 0, 0, 7299, 7297, 1, 0, 0, 0, 7300, 7301, 5, 867, 0, 0, 7301, 743, 1, 0, 0, 0, 7302, 7304, 7, 126, 0, 0, 7303, 7305, 3, 746, 373, 0, 7304, 7303, 1, 0, 0, 0, 7304, 7305, 1, 0, 0, 0, 7305, 7325, 1, 0, 0, 0, 7306, 7308, 5, 224, 0, 0, 7307, 7309, 3, 746, 373, 0, 7308, 7307, 1, 0, 0, 0, 7308, 7309, 1, 0, 0, 0, 7309, 7313, 1, 0, 0, 0, 7310, 7311, 3, 56, 28, 0, 7311, 7312, 3, 702, 351, 0, 7312, 7314, 1, 0, 0, 0, 7313, 7310, 1, 0, 0, 0, 7313, 7314, 1, 0, 0, 0, 7314, 7325, 1, 0, 0, 0, 7315, 7325, 7, 127, 0, 0, 7316, 7318, 7, 128, 0, 0, 7317, 7319, 3, 750, 375, 0, 7318, 7317, 1, 0, 0, 0, 7318, 7319, 1, 0, 0, 0, 7319, 7325, 1, 0, 0, 0, 7320, 7322, 7, 129, 0, 0, 7321, 7323, 7, 130, 0, 0, 7322, 7321, 1, 0, 0, 0, 7322, 7323, 1, 0, 0, 0, 7323, 7325, 1, 0, 0, 0, 7324, 7302, 1, 0, 0, 0, 7324, 7306, 1, 0, 0, 0, 7324, 7315, 1, 0, 0, 0, 7324, 7316, 1, 0, 0, 0, 7324, 7320, 1, 0, 0, 0, 7325, 7327, 1, 0, 0, 0, 7326, 7328, 5, 12, 0, 0, 7327, 7326, 1, 0, 0, 0, 7327, 7328, 1, 0, 0, 0, 7328, 745, 1, 0, 0, 0, 7329, 7330, 5, 866, 0, 0, 7330, 7331, 3, 726, 363, 0, 7331, 7332, 5, 867, 0, 0, 7332, 747, 1, 0, 0, 0, 7333, 7334, 5, 866, 0, 0, 7334, 7335, 3, 726, 363, 0, 7335, 7336, 5, 868, 0, 0, 7336, 7337, 3, 726, 363, 0, 7337, 7338, 5, 867, 0, 0, 7338, 749, 1, 0, 0, 0, 7339, 7340, 5, 866, 0, 0, 7340, 7343, 3, 726, 363, 0, 7341, 7342, 5, 868, 0, 0, 7342, 7344, 3, 726, 363, 0, 7343, 7341, 1, 0, 0, 0, 7343, 7344, 1, 0, 0, 0, 7344, 7345, 1, 0, 0, 0, 7345, 7346, 5, 867, 0, 0, 7346, 751, 1, 0, 0, 0, 7347, 7348, 5, 866, 0, 0, 7348, 7353, 3, 688, 344, 0, 7349, 7350, 5, 868, 0, 0, 7350, 7352, 3, 688, 344, 0, 7351, 7349, 1, 0, 0, 0, 7352, 7355, 1, 0, 0, 0, 7353, 7351, 1, 0, 0, 0, 7353, 7354, 1, 0, 0, 0, 7354, 7356, 1, 0, 0, 0, 7355, 7353, 1, 0, 0, 0, 7356, 7357, 5, 867, 0, 0, 7357, 753, 1, 0, 0, 0, 7358, 7363, 3, 812, 406, 0, 7359, 7360, 5, 868, 0, 0, 7360, 7362, 3, 812, 406, 0, 7361, 7359, 1, 0, 0, 0, 7362, 7365, 1, 0, 0, 0, 7363, 7361, 1, 0, 0, 0, 7363, 7364, 1, 0, 0, 0, 7364, 755, 1, 0, 0, 0, 7365, 7363, 1, 0, 0, 0, 7366, 7367, 7, 131, 0, 0, 7367, 7372, 3, 758, 379, 0, 7368, 7369, 5, 868, 0, 0, 7369, 7371, 3, 758, 379, 0, 7370, 7368, 1, 0, 0, 0, 7371, 7374, 1, 0, 0, 0, 7372, 7370, 1, 0, 0, 0, 7372, 7373, 1, 0, 0, 0, 7373, 757, 1, 0, 0, 0, 7374, 7372, 1, 0, 0, 0, 7375, 7376, 5, 866, 0, 0, 7376, 7381, 3, 760, 380, 0, 7377, 7378, 5, 868, 0, 0, 7378, 7380, 3, 760, 380, 0, 7379, 7377, 1, 0, 0, 0, 7380, 7383, 1, 0, 0, 0, 7381, 7379, 1, 0, 0, 0, 7381, 7382, 1, 0, 0, 0, 7382, 7384, 1, 0, 0, 0, 7383, 7381, 1, 0, 0, 0, 7384, 7385, 5, 867, 0, 0, 7385, 759, 1, 0, 0, 0, 7386, 7389, 3, 812, 406, 0, 7387, 7389, 5, 42, 0, 0, 7388, 7386, 1, 0, 0, 0, 7388, 7387, 1, 0, 0, 0, 7389, 761, 1, 0, 0, 0, 7390, 7395, 3, 738, 369, 0, 7391, 7392, 5, 868, 0, 0, 7392, 7394, 3, 738, 369, 0, 7393, 7391, 1, 0, 0, 0, 7394, 7397, 1, 0, 0, 0, 7395, 7393, 1, 0, 0, 0, 7395, 7396, 1, 0, 0, 0, 7396, 763, 1, 0, 0, 0, 7397, 7395, 1, 0, 0, 0, 7398, 7403, 5, 882, 0, 0, 7399, 7400, 5, 868, 0, 0, 7400, 7402, 5, 882, 0, 0, 7401, 7399, 1, 0, 0, 0, 7402, 7405, 1, 0, 0, 0, 7403, 7401, 1, 0, 0, 0, 7403, 7404, 1, 0, 0, 0, 7404, 765, 1, 0, 0, 0, 7405, 7403, 1, 0, 0, 0, 7406, 7411, 5, 892, 0, 0, 7407, 7408, 5, 868, 0, 0, 7408, 7410, 5, 892, 0, 0, 7409, 7407, 1, 0, 0, 0, 7410, 7413, 1, 0, 0, 0, 7411, 7409, 1, 0, 0, 0, 7411, 7412, 1, 0, 0, 0, 7412, 767, 1, 0, 0, 0, 7413, 7411, 1, 0, 0, 0, 7414, 7441, 5, 116, 0, 0, 7415, 7416, 5, 24, 0, 0, 7416, 7417, 5, 866, 0, 0, 7417, 7418, 3, 812, 406, 0, 7418, 7419, 5, 13, 0, 0, 7419, 7420, 3, 744, 372, 0, 7420, 7421, 5, 867, 0, 0, 7421, 7441, 1, 0, 0, 0, 7422, 7424, 3, 818, 409, 0, 7423, 7422, 1, 0, 0, 0, 7423, 7424, 1, 0, 0, 0, 7424, 7425, 1, 0, 0, 0, 7425, 7441, 3, 738, 369, 0, 7426, 7430, 3, 770, 385, 0, 7427, 7428, 5, 119, 0, 0, 7428, 7429, 5, 185, 0, 0, 7429, 7431, 3, 770, 385, 0, 7430, 7427, 1, 0, 0, 0, 7430, 7431, 1, 0, 0, 0, 7431, 7441, 1, 0, 0, 0, 7432, 7433, 5, 866, 0, 0, 7433, 7434, 3, 812, 406, 0, 7434, 7435, 5, 867, 0, 0, 7435, 7441, 1, 0, 0, 0, 7436, 7437, 5, 866, 0, 0, 7437, 7438, 3, 716, 358, 0, 7438, 7439, 5, 867, 0, 0, 7439, 7441, 1, 0, 0, 0, 7440, 7414, 1, 0, 0, 0, 7440, 7415, 1, 0, 0, 0, 7440, 7423, 1, 0, 0, 0, 7440, 7426, 1, 0, 0, 0, 7440, 7432, 1, 0, 0, 0, 7440, 7436, 1, 0, 0, 0, 7441, 769, 1, 0, 0, 0, 7442, 7448, 7, 132, 0, 0, 7443, 7445, 5, 866, 0, 0, 7444, 7446, 3, 726, 363, 0, 7445, 7444, 1, 0, 0, 0, 7445, 7446, 1, 0, 0, 0, 7446, 7447, 1, 0, 0, 0, 7447, 7449, 5, 867, 0, 0, 7448, 7443, 1, 0, 0, 0, 7448, 7449, 1, 0, 0, 0, 7449, 7457, 1, 0, 0, 0, 7450, 7451, 5, 295, 0, 0, 7451, 7453, 5, 866, 0, 0, 7452, 7454, 3, 726, 363, 0, 7453, 7452, 1, 0, 0, 0, 7453, 7454, 1, 0, 0, 0, 7454, 7455, 1, 0, 0, 0, 7455, 7457, 5, 867, 0, 0, 7456, 7442, 1, 0, 0, 0, 7456, 7450, 1, 0, 0, 0, 7457, 771, 1, 0, 0, 0, 7458, 7459, 5, 78, 0, 0, 7459, 7460, 5, 60, 0, 0, 7460, 773, 1, 0, 0, 0, 7461, 7462, 5, 78, 0, 0, 7462, 7463, 5, 114, 0, 0, 7463, 7464, 5, 60, 0, 0, 7464, 775, 1, 0, 0, 0, 7465, 7466, 5, 124, 0, 0, 7466, 7467, 5, 143, 0, 0, 7467, 777, 1, 0, 0, 0, 7468, 7491, 3, 780, 390, 0, 7469, 7491, 3, 788, 394, 0, 7470, 7491, 3, 790, 395, 0, 7471, 7478, 3, 804, 402, 0, 7472, 7473, 5, 866, 0, 0, 7473, 7479, 5, 867, 0, 0, 7474, 7475, 5, 866, 0, 0, 7475, 7476, 3, 808, 404, 0, 7476, 7477, 5, 867, 0, 0, 7477, 7479, 1, 0, 0, 0, 7478, 7472, 1, 0, 0, 0, 7478, 7474, 1, 0, 0, 0, 7479, 7491, 1, 0, 0, 0, 7480, 7487, 3, 640, 320, 0, 7481, 7482, 5, 866, 0, 0, 7482, 7488, 5, 867, 0, 0, 7483, 7484, 5, 866, 0, 0, 7484, 7485, 3, 808, 404, 0, 7485, 7486, 5, 867, 0, 0, 7486, 7488, 1, 0, 0, 0, 7487, 7481, 1, 0, 0, 0, 7487, 7483, 1, 0, 0, 0, 7488, 7491, 1, 0, 0, 0, 7489, 7491, 3, 806, 403, 0, 7490, 7468, 1, 0, 0, 0, 7490, 7469, 1, 0, 0, 0, 7490, 7470, 1, 0, 0, 0, 7490, 7471, 1, 0, 0, 0, 7490, 7480, 1, 0, 0, 0, 7490, 7489, 1, 0, 0, 0, 7491, 779, 1, 0, 0, 0, 7492, 7495, 7, 133, 0, 0, 7493, 7494, 5, 866, 0, 0, 7494, 7496, 5, 867, 0, 0, 7495, 7493, 1, 0, 0, 0, 7495, 7496, 1, 0, 0, 0, 7496, 7672, 1, 0, 0, 0, 7497, 7672, 3, 58, 29, 0, 7498, 7499, 5, 33, 0, 0, 7499, 7500, 5, 866, 0, 0, 7500, 7501, 3, 812, 406, 0, 7501, 7502, 5, 868, 0, 0, 7502, 7503, 3, 744, 372, 0, 7503, 7504, 5, 867, 0, 0, 7504, 7672, 1, 0, 0, 0, 7505, 7506, 5, 33, 0, 0, 7506, 7507, 5, 866, 0, 0, 7507, 7508, 3, 812, 406, 0, 7508, 7509, 5, 188, 0, 0, 7509, 7510, 3, 702, 351, 0, 7510, 7511, 5, 867, 0, 0, 7511, 7672, 1, 0, 0, 0, 7512, 7513, 5, 24, 0, 0, 7513, 7514, 5, 866, 0, 0, 7514, 7515, 3, 812, 406, 0, 7515, 7516, 5, 13, 0, 0, 7516, 7517, 3, 744, 372, 0, 7517, 7518, 5, 867, 0, 0, 7518, 7672, 1, 0, 0, 0, 7519, 7520, 5, 189, 0, 0, 7520, 7521, 5, 866, 0, 0, 7521, 7522, 3, 672, 336, 0, 7522, 7523, 5, 867, 0, 0, 7523, 7672, 1, 0, 0, 0, 7524, 7526, 5, 23, 0, 0, 7525, 7527, 3, 782, 391, 0, 7526, 7525, 1, 0, 0, 0, 7527, 7528, 1, 0, 0, 0, 7528, 7526, 1, 0, 0, 0, 7528, 7529, 1, 0, 0, 0, 7529, 7532, 1, 0, 0, 0, 7530, 7531, 5, 53, 0, 0, 7531, 7533, 3, 810, 405, 0, 7532, 7530, 1, 0, 0, 0, 7532, 7533, 1, 0, 0, 0, 7533, 7534, 1, 0, 0, 0, 7534, 7535, 5, 378, 0, 0, 7535, 7672, 1, 0, 0, 0, 7536, 7537, 5, 23, 0, 0, 7537, 7539, 3, 812, 406, 0, 7538, 7540, 3, 782, 391, 0, 7539, 7538, 1, 0, 0, 0, 7540, 7541, 1, 0, 0, 0, 7541, 7539, 1, 0, 0, 0, 7541, 7542, 1, 0, 0, 0, 7542, 7545, 1, 0, 0, 0, 7543, 7544, 5, 53, 0, 0, 7544, 7546, 3, 810, 405, 0, 7545, 7543, 1, 0, 0, 0, 7545, 7546, 1, 0, 0, 0, 7546, 7547, 1, 0, 0, 0, 7547, 7548, 5, 378, 0, 0, 7548, 7672, 1, 0, 0, 0, 7549, 7550, 5, 224, 0, 0, 7550, 7551, 5, 866, 0, 0, 7551, 7554, 3, 808, 404, 0, 7552, 7553, 5, 188, 0, 0, 7553, 7555, 3, 702, 351, 0, 7554, 7552, 1, 0, 0, 0, 7554, 7555, 1, 0, 0, 0, 7555, 7556, 1, 0, 0, 0, 7556, 7557, 5, 867, 0, 0, 7557, 7672, 1, 0, 0, 0, 7558, 7559, 5, 296, 0, 0, 7559, 7562, 5, 866, 0, 0, 7560, 7563, 3, 730, 365, 0, 7561, 7563, 3, 812, 406, 0, 7562, 7560, 1, 0, 0, 0, 7562, 7561, 1, 0, 0, 0, 7563, 7564, 1, 0, 0, 0, 7564, 7567, 5, 80, 0, 0, 7565, 7568, 3, 730, 365, 0, 7566, 7568, 3, 812, 406, 0, 7567, 7565, 1, 0, 0, 0, 7567, 7566, 1, 0, 0, 0, 7568, 7569, 1, 0, 0, 0, 7569, 7570, 5, 867, 0, 0, 7570, 7672, 1, 0, 0, 0, 7571, 7572, 7, 134, 0, 0, 7572, 7575, 5, 866, 0, 0, 7573, 7576, 3, 730, 365, 0, 7574, 7576, 3, 812, 406, 0, 7575, 7573, 1, 0, 0, 0, 7575, 7574, 1, 0, 0, 0, 7576, 7577, 1, 0, 0, 0, 7577, 7580, 5, 68, 0, 0, 7578, 7581, 3, 726, 363, 0, 7579, 7581, 3, 812, 406, 0, 7580, 7578, 1, 0, 0, 0, 7580, 7579, 1, 0, 0, 0, 7581, 7587, 1, 0, 0, 0, 7582, 7585, 5, 65, 0, 0, 7583, 7586, 3, 726, 363, 0, 7584, 7586, 3, 812, 406, 0, 7585, 7583, 1, 0, 0, 0, 7585, 7584, 1, 0, 0, 0, 7586, 7588, 1, 0, 0, 0, 7587, 7582, 1, 0, 0, 0, 7587, 7588, 1, 0, 0, 0, 7588, 7589, 1, 0, 0, 0, 7589, 7590, 5, 867, 0, 0, 7590, 7672, 1, 0, 0, 0, 7591, 7592, 5, 300, 0, 0, 7592, 7593, 5, 866, 0, 0, 7593, 7596, 7, 135, 0, 0, 7594, 7597, 3, 730, 365, 0, 7595, 7597, 3, 812, 406, 0, 7596, 7594, 1, 0, 0, 0, 7596, 7595, 1, 0, 0, 0, 7596, 7597, 1, 0, 0, 0, 7597, 7598, 1, 0, 0, 0, 7598, 7601, 5, 68, 0, 0, 7599, 7602, 3, 730, 365, 0, 7600, 7602, 3, 812, 406, 0, 7601, 7599, 1, 0, 0, 0, 7601, 7600, 1, 0, 0, 0, 7602, 7603, 1, 0, 0, 0, 7603, 7604, 5, 867, 0, 0, 7604, 7672, 1, 0, 0, 0, 7605, 7606, 5, 300, 0, 0, 7606, 7609, 5, 866, 0, 0, 7607, 7610, 3, 730, 365, 0, 7608, 7610, 3, 812, 406, 0, 7609, 7607, 1, 0, 0, 0, 7609, 7608, 1, 0, 0, 0, 7610, 7611, 1, 0, 0, 0, 7611, 7614, 5, 68, 0, 0, 7612, 7615, 3, 730, 365, 0, 7613, 7615, 3, 812, 406, 0, 7614, 7612, 1, 0, 0, 0, 7614, 7613, 1, 0, 0, 0, 7615, 7616, 1, 0, 0, 0, 7616, 7617, 5, 867, 0, 0, 7617, 7672, 1, 0, 0, 0, 7618, 7619, 5, 840, 0, 0, 7619, 7622, 5, 866, 0, 0, 7620, 7623, 3, 730, 365, 0, 7621, 7623, 3, 812, 406, 0, 7622, 7620, 1, 0, 0, 0, 7622, 7621, 1, 0, 0, 0, 7623, 7630, 1, 0, 0, 0, 7624, 7625, 5, 13, 0, 0, 7625, 7626, 7, 136, 0, 0, 7626, 7627, 5, 866, 0, 0, 7627, 7628, 3, 726, 363, 0, 7628, 7629, 5, 867, 0, 0, 7629, 7631, 1, 0, 0, 0, 7630, 7624, 1, 0, 0, 0, 7630, 7631, 1, 0, 0, 0, 7631, 7633, 1, 0, 0, 0, 7632, 7634, 3, 784, 392, 0, 7633, 7632, 1, 0, 0, 0, 7633, 7634, 1, 0, 0, 0, 7634, 7635, 1, 0, 0, 0, 7635, 7636, 5, 867, 0, 0, 7636, 7672, 1, 0, 0, 0, 7637, 7638, 5, 293, 0, 0, 7638, 7639, 5, 866, 0, 0, 7639, 7640, 3, 68, 34, 0, 7640, 7643, 5, 68, 0, 0, 7641, 7644, 3, 730, 365, 0, 7642, 7644, 3, 812, 406, 0, 7643, 7641, 1, 0, 0, 0, 7643, 7642, 1, 0, 0, 0, 7644, 7645, 1, 0, 0, 0, 7645, 7646, 5, 867, 0, 0, 7646, 7672, 1, 0, 0, 0, 7647, 7648, 5, 827, 0, 0, 7648, 7649, 5, 866, 0, 0, 7649, 7650, 7, 137, 0, 0, 7650, 7651, 5, 868, 0, 0, 7651, 7652, 3, 730, 365, 0, 7652, 7653, 5, 867, 0, 0, 7653, 7672, 1, 0, 0, 0, 7654, 7655, 5, 254, 0, 0, 7655, 7656, 5, 866, 0, 0, 7656, 7657, 3, 812, 406, 0, 7657, 7658, 5, 868, 0, 0, 7658, 7661, 3, 812, 406, 0, 7659, 7660, 5, 579, 0, 0, 7660, 7662, 3, 744, 372, 0, 7661, 7659, 1, 0, 0, 0, 7661, 7662, 1, 0, 0, 0, 7662, 7664, 1, 0, 0, 0, 7663, 7665, 3, 292, 146, 0, 7664, 7663, 1, 0, 0, 0, 7664, 7665, 1, 0, 0, 0, 7665, 7667, 1, 0, 0, 0, 7666, 7668, 3, 294, 147, 0, 7667, 7666, 1, 0, 0, 0, 7667, 7668, 1, 0, 0, 0, 7668, 7669, 1, 0, 0, 0, 7669, 7670, 5, 867, 0, 0, 7670, 7672, 1, 0, 0, 0, 7671, 7492, 1, 0, 0, 0, 7671, 7497, 1, 0, 0, 0, 7671, 7498, 1, 0, 0, 0, 7671, 7505, 1, 0, 0, 0, 7671, 7512, 1, 0, 0, 0, 7671, 7519, 1, 0, 0, 0, 7671, 7524, 1, 0, 0, 0, 7671, 7536, 1, 0, 0, 0, 7671, 7549, 1, 0, 0, 0, 7671, 7558, 1, 0, 0, 0, 7671, 7571, 1, 0, 0, 0, 7671, 7591, 1, 0, 0, 0, 7671, 7605, 1, 0, 0, 0, 7671, 7618, 1, 0, 0, 0, 7671, 7637, 1, 0, 0, 0, 7671, 7647, 1, 0, 0, 0, 7671, 7654, 1, 0, 0, 0, 7672, 781, 1, 0, 0, 0, 7673, 7674, 5, 191, 0, 0, 7674, 7675, 3, 810, 405, 0, 7675, 7676, 5, 175, 0, 0, 7676, 7677, 3, 810, 405, 0, 7677, 783, 1, 0, 0, 0, 7678, 7679, 5, 448, 0, 0, 7679, 7684, 3, 786, 393, 0, 7680, 7681, 5, 868, 0, 0, 7681, 7683, 3, 786, 393, 0, 7682, 7680, 1, 0, 0, 0, 7683, 7686, 1, 0, 0, 0, 7684, 7682, 1, 0, 0, 0, 7684, 7685, 1, 0, 0, 0, 7685, 7693, 1, 0, 0, 0, 7686, 7684, 1, 0, 0, 0, 7687, 7688, 5, 448, 0, 0, 7688, 7689, 3, 726, 363, 0, 7689, 7690, 5, 854, 0, 0, 7690, 7691, 3, 726, 363, 0, 7691, 7693, 1, 0, 0, 0, 7692, 7678, 1, 0, 0, 0, 7692, 7687, 1, 0, 0, 0, 7693, 785, 1, 0, 0, 0, 7694, 7696, 3, 726, 363, 0, 7695, 7697, 7, 138, 0, 0, 7696, 7695, 1, 0, 0, 0, 7696, 7697, 1, 0, 0, 0, 7697, 787, 1, 0, 0, 0, 7698, 7699, 7, 139, 0, 0, 7699, 7701, 5, 866, 0, 0, 7700, 7702, 7, 45, 0, 0, 7701, 7700, 1, 0, 0, 0, 7701, 7702, 1, 0, 0, 0, 7702, 7703, 1, 0, 0, 0, 7703, 7704, 3, 810, 405, 0, 7704, 7706, 5, 867, 0, 0, 7705, 7707, 3, 792, 396, 0, 7706, 7705, 1, 0, 0, 0, 7706, 7707, 1, 0, 0, 0, 7707, 7758, 1, 0, 0, 0, 7708, 7709, 5, 262, 0, 0, 7709, 7717, 5, 866, 0, 0, 7710, 7718, 5, 850, 0, 0, 7711, 7713, 5, 7, 0, 0, 7712, 7711, 1, 0, 0, 0, 7712, 7713, 1, 0, 0, 0, 7713, 7714, 1, 0, 0, 0, 7714, 7718, 3, 810, 405, 0, 7715, 7716, 5, 49, 0, 0, 7716, 7718, 3, 808, 404, 0, 7717, 7710, 1, 0, 0, 0, 7717, 7712, 1, 0, 0, 0, 7717, 7715, 1, 0, 0, 0, 7718, 7719, 1, 0, 0, 0, 7719, 7721, 5, 867, 0, 0, 7720, 7722, 3, 792, 396, 0, 7721, 7720, 1, 0, 0, 0, 7721, 7722, 1, 0, 0, 0, 7722, 7758, 1, 0, 0, 0, 7723, 7724, 7, 140, 0, 0, 7724, 7726, 5, 866, 0, 0, 7725, 7727, 5, 7, 0, 0, 7726, 7725, 1, 0, 0, 0, 7726, 7727, 1, 0, 0, 0, 7727, 7728, 1, 0, 0, 0, 7728, 7729, 3, 810, 405, 0, 7729, 7731, 5, 867, 0, 0, 7730, 7732, 3, 792, 396, 0, 7731, 7730, 1, 0, 0, 0, 7731, 7732, 1, 0, 0, 0, 7732, 7758, 1, 0, 0, 0, 7733, 7734, 5, 266, 0, 0, 7734, 7736, 5, 866, 0, 0, 7735, 7737, 5, 49, 0, 0, 7736, 7735, 1, 0, 0, 0, 7736, 7737, 1, 0, 0, 0, 7737, 7738, 1, 0, 0, 0, 7738, 7749, 3, 808, 404, 0, 7739, 7740, 5, 125, 0, 0, 7740, 7741, 5, 20, 0, 0, 7741, 7746, 3, 258, 129, 0, 7742, 7743, 5, 868, 0, 0, 7743, 7745, 3, 258, 129, 0, 7744, 7742, 1, 0, 0, 0, 7745, 7748, 1, 0, 0, 0, 7746, 7744, 1, 0, 0, 0, 7746, 7747, 1, 0, 0, 0, 7747, 7750, 1, 0, 0, 0, 7748, 7746, 1, 0, 0, 0, 7749, 7739, 1, 0, 0, 0, 7749, 7750, 1, 0, 0, 0, 7750, 7753, 1, 0, 0, 0, 7751, 7752, 5, 156, 0, 0, 7752, 7754, 5, 882, 0, 0, 7753, 7751, 1, 0, 0, 0, 7753, 7754, 1, 0, 0, 0, 7754, 7755, 1, 0, 0, 0, 7755, 7756, 5, 867, 0, 0, 7756, 7758, 1, 0, 0, 0, 7757, 7698, 1, 0, 0, 0, 7757, 7708, 1, 0, 0, 0, 7757, 7723, 1, 0, 0, 0, 7757, 7733, 1, 0, 0, 0, 7758, 789, 1, 0, 0, 0, 7759, 7760, 7, 141, 0, 0, 7760, 7761, 5, 866, 0, 0, 7761, 7764, 3, 812, 406, 0, 7762, 7763, 5, 868, 0, 0, 7763, 7765, 3, 726, 363, 0, 7764, 7762, 1, 0, 0, 0, 7764, 7765, 1, 0, 0, 0, 7765, 7768, 1, 0, 0, 0, 7766, 7767, 5, 868, 0, 0, 7767, 7769, 3, 726, 363, 0, 7768, 7766, 1, 0, 0, 0, 7768, 7769, 1, 0, 0, 0, 7769, 7770, 1, 0, 0, 0, 7770, 7771, 5, 867, 0, 0, 7771, 7772, 3, 792, 396, 0, 7772, 7798, 1, 0, 0, 0, 7773, 7774, 7, 142, 0, 0, 7774, 7775, 5, 866, 0, 0, 7775, 7776, 3, 812, 406, 0, 7776, 7777, 5, 867, 0, 0, 7777, 7778, 3, 792, 396, 0, 7778, 7798, 1, 0, 0, 0, 7779, 7780, 7, 143, 0, 0, 7780, 7781, 5, 866, 0, 0, 7781, 7782, 5, 867, 0, 0, 7782, 7798, 3, 792, 396, 0, 7783, 7784, 5, 273, 0, 0, 7784, 7785, 5, 866, 0, 0, 7785, 7786, 3, 812, 406, 0, 7786, 7787, 5, 868, 0, 0, 7787, 7788, 3, 726, 363, 0, 7788, 7789, 5, 867, 0, 0, 7789, 7790, 3, 792, 396, 0, 7790, 7798, 1, 0, 0, 0, 7791, 7792, 5, 272, 0, 0, 7792, 7793, 5, 866, 0, 0, 7793, 7794, 3, 726, 363, 0, 7794, 7795, 5, 867, 0, 0, 7795, 7796, 3, 792, 396, 0, 7796, 7798, 1, 0, 0, 0, 7797, 7759, 1, 0, 0, 0, 7797, 7773, 1, 0, 0, 0, 7797, 7779, 1, 0, 0, 0, 7797, 7783, 1, 0, 0, 0, 7797, 7791, 1, 0, 0, 0, 7798, 791, 1, 0, 0, 0, 7799, 7805, 5, 129, 0, 0, 7800, 7801, 5, 866, 0, 0, 7801, 7802, 3, 794, 397, 0, 7802, 7803, 5, 867, 0, 0, 7803, 7806, 1, 0, 0, 0, 7804, 7806, 3, 796, 398, 0, 7805, 7800, 1, 0, 0, 0, 7805, 7804, 1, 0, 0, 0, 7806, 793, 1, 0, 0, 0, 7807, 7809, 3, 796, 398, 0, 7808, 7807, 1, 0, 0, 0, 7808, 7809, 1, 0, 0, 0, 7809, 7811, 1, 0, 0, 0, 7810, 7812, 3, 802, 401, 0, 7811, 7810, 1, 0, 0, 0, 7811, 7812, 1, 0, 0, 0, 7812, 7814, 1, 0, 0, 0, 7813, 7815, 3, 256, 128, 0, 7814, 7813, 1, 0, 0, 0, 7814, 7815, 1, 0, 0, 0, 7815, 7817, 1, 0, 0, 0, 7816, 7818, 3, 798, 399, 0, 7817, 7816, 1, 0, 0, 0, 7817, 7818, 1, 0, 0, 0, 7818, 795, 1, 0, 0, 0, 7819, 7820, 3, 720, 360, 0, 7820, 797, 1, 0, 0, 0, 7821, 7828, 7, 144, 0, 0, 7822, 7829, 3, 800, 400, 0, 7823, 7824, 5, 17, 0, 0, 7824, 7825, 3, 800, 400, 0, 7825, 7826, 5, 11, 0, 0, 7826, 7827, 3, 800, 400, 0, 7827, 7829, 1, 0, 0, 0, 7828, 7822, 1, 0, 0, 0, 7828, 7823, 1, 0, 0, 0, 7829, 799, 1, 0, 0, 0, 7830, 7831, 5, 36, 0, 0, 7831, 7838, 5, 586, 0, 0, 7832, 7833, 5, 669, 0, 0, 7833, 7838, 7, 145, 0, 0, 7834, 7835, 3, 812, 406, 0, 7835, 7836, 7, 145, 0, 0, 7836, 7838, 1, 0, 0, 0, 7837, 7830, 1, 0, 0, 0, 7837, 7832, 1, 0, 0, 0, 7837, 7834, 1, 0, 0, 0, 7838, 801, 1, 0, 0, 0, 7839, 7840, 5, 130, 0, 0, 7840, 7841, 5, 20, 0, 0, 7841, 7846, 3, 812, 406, 0, 7842, 7843, 5, 868, 0, 0, 7843, 7845, 3, 812, 406, 0, 7844, 7842, 1, 0, 0, 0, 7845, 7848, 1, 0, 0, 0, 7846, 7844, 1, 0, 0, 0, 7846, 7847, 1, 0, 0, 0, 7847, 803, 1, 0, 0, 0, 7848, 7846, 1, 0, 0, 0, 7849, 7874, 3, 844, 422, 0, 7850, 7874, 5, 757, 0, 0, 7851, 7874, 5, 289, 0, 0, 7852, 7874, 5, 285, 0, 0, 7853, 7874, 5, 286, 0, 0, 7854, 7874, 5, 287, 0, 0, 7855, 7874, 5, 290, 0, 0, 7856, 7874, 5, 291, 0, 0, 7857, 7874, 5, 292, 0, 0, 7858, 7874, 5, 78, 0, 0, 7859, 7874, 5, 86, 0, 0, 7860, 7874, 5, 288, 0, 0, 7861, 7874, 5, 294, 0, 0, 7862, 7874, 5, 488, 0, 0, 7863, 7874, 5, 295, 0, 0, 7864, 7874, 5, 142, 0, 0, 7865, 7874, 5, 143, 0, 0, 7866, 7874, 5, 297, 0, 0, 7867, 7874, 5, 298, 0, 0, 7868, 7874, 5, 299, 0, 0, 7869, 7874, 5, 300, 0, 0, 7870, 7874, 5, 301, 0, 0, 7871, 7874, 5, 302, 0, 0, 7872, 7874, 5, 303, 0, 0, 7873, 7849, 1, 0, 0, 0, 7873, 7850, 1, 0, 0, 0, 7873, 7851, 1, 0, 0, 0, 7873, 7852, 1, 0, 0, 0, 7873, 7853, 1, 0, 0, 0, 7873, 7854, 1, 0, 0, 0, 7873, 7855, 1, 0, 0, 0, 7873, 7856, 1, 0, 0, 0, 7873, 7857, 1, 0, 0, 0, 7873, 7858, 1, 0, 0, 0, 7873, 7859, 1, 0, 0, 0, 7873, 7860, 1, 0, 0, 0, 7873, 7861, 1, 0, 0, 0, 7873, 7862, 1, 0, 0, 0, 7873, 7863, 1, 0, 0, 0, 7873, 7864, 1, 0, 0, 0, 7873, 7865, 1, 0, 0, 0, 7873, 7866, 1, 0, 0, 0, 7873, 7867, 1, 0, 0, 0, 7873, 7868, 1, 0, 0, 0, 7873, 7869, 1, 0, 0, 0, 7873, 7870, 1, 0, 0, 0, 7873, 7871, 1, 0, 0, 0, 7873, 7872, 1, 0, 0, 0, 7874, 805, 1, 0, 0, 0, 7875, 7876, 7, 146, 0, 0, 7876, 7877, 5, 866, 0, 0, 7877, 7878, 3, 810, 405, 0, 7878, 7879, 5, 867, 0, 0, 7879, 807, 1, 0, 0, 0, 7880, 7885, 3, 810, 405, 0, 7881, 7882, 5, 868, 0, 0, 7882, 7884, 3, 810, 405, 0, 7883, 7881, 1, 0, 0, 0, 7884, 7887, 1, 0, 0, 0, 7885, 7883, 1, 0, 0, 0, 7885, 7886, 1, 0, 0, 0, 7886, 809, 1, 0, 0, 0, 7887, 7885, 1, 0, 0, 0, 7888, 7892, 3, 738, 369, 0, 7889, 7892, 3, 778, 389, 0, 7890, 7892, 3, 812, 406, 0, 7891, 7888, 1, 0, 0, 0, 7891, 7889, 1, 0, 0, 0, 7891, 7890, 1, 0, 0, 0, 7892, 811, 1, 0, 0, 0, 7893, 7894, 6, 406, -1, 0, 7894, 7895, 7, 147, 0, 0, 7895, 7905, 3, 812, 406, 4, 7896, 7897, 3, 814, 407, 0, 7897, 7899, 5, 89, 0, 0, 7898, 7900, 5, 114, 0, 0, 7899, 7898, 1, 0, 0, 0, 7899, 7900, 1, 0, 0, 0, 7900, 7901, 1, 0, 0, 0, 7901, 7902, 7, 148, 0, 0, 7902, 7905, 1, 0, 0, 0, 7903, 7905, 3, 814, 407, 0, 7904, 7893, 1, 0, 0, 0, 7904, 7896, 1, 0, 0, 0, 7904, 7903, 1, 0, 0, 0, 7905, 7912, 1, 0, 0, 0, 7906, 7907, 10, 3, 0, 0, 7907, 7908, 3, 824, 412, 0, 7908, 7909, 3, 812, 406, 4, 7909, 7911, 1, 0, 0, 0, 7910, 7906, 1, 0, 0, 0, 7911, 7914, 1, 0, 0, 0, 7912, 7910, 1, 0, 0, 0, 7912, 7913, 1, 0, 0, 0, 7913, 813, 1, 0, 0, 0, 7914, 7912, 1, 0, 0, 0, 7915, 7916, 6, 407, -1, 0, 7916, 7917, 3, 816, 408, 0, 7917, 7981, 1, 0, 0, 0, 7918, 7920, 10, 6, 0, 0, 7919, 7921, 5, 114, 0, 0, 7920, 7919, 1, 0, 0, 0, 7920, 7921, 1, 0, 0, 0, 7921, 7922, 1, 0, 0, 0, 7922, 7923, 5, 17, 0, 0, 7923, 7924, 3, 814, 407, 0, 7924, 7925, 5, 11, 0, 0, 7925, 7926, 3, 814, 407, 7, 7926, 7980, 1, 0, 0, 0, 7927, 7928, 10, 5, 0, 0, 7928, 7929, 5, 604, 0, 0, 7929, 7930, 5, 99, 0, 0, 7930, 7980, 3, 814, 407, 6, 7931, 7933, 10, 3, 0, 0, 7932, 7934, 5, 114, 0, 0, 7933, 7932, 1, 0, 0, 0, 7933, 7934, 1, 0, 0, 0, 7934, 7935, 1, 0, 0, 0, 7935, 7936, 7, 149, 0, 0, 7936, 7980, 3, 814, 407, 4, 7937, 7939, 10, 9, 0, 0, 7938, 7940, 5, 114, 0, 0, 7939, 7938, 1, 0, 0, 0, 7939, 7940, 1, 0, 0, 0, 7940, 7941, 1, 0, 0, 0, 7941, 7942, 5, 80, 0, 0, 7942, 7945, 5, 866, 0, 0, 7943, 7946, 3, 208, 104, 0, 7944, 7946, 3, 754, 377, 0, 7945, 7943, 1, 0, 0, 0, 7945, 7944, 1, 0, 0, 0, 7946, 7947, 1, 0, 0, 0, 7947, 7948, 5, 867, 0, 0, 7948, 7980, 1, 0, 0, 0, 7949, 7950, 10, 8, 0, 0, 7950, 7951, 5, 89, 0, 0, 7951, 7980, 3, 736, 368, 0, 7952, 7953, 10, 7, 0, 0, 7953, 7960, 3, 820, 410, 0, 7954, 7955, 7, 150, 0, 0, 7955, 7956, 5, 866, 0, 0, 7956, 7957, 3, 208, 104, 0, 7957, 7958, 5, 867, 0, 0, 7958, 7961, 1, 0, 0, 0, 7959, 7961, 3, 814, 407, 0, 7960, 7954, 1, 0, 0, 0, 7960, 7959, 1, 0, 0, 0, 7961, 7980, 1, 0, 0, 0, 7962, 7964, 10, 4, 0, 0, 7963, 7965, 5, 114, 0, 0, 7964, 7963, 1, 0, 0, 0, 7964, 7965, 1, 0, 0, 0, 7965, 7966, 1, 0, 0, 0, 7966, 7967, 5, 99, 0, 0, 7967, 7970, 3, 814, 407, 0, 7968, 7969, 5, 384, 0, 0, 7969, 7971, 5, 882, 0, 0, 7970, 7968, 1, 0, 0, 0, 7970, 7971, 1, 0, 0, 0, 7971, 7980, 1, 0, 0, 0, 7972, 7973, 10, 2, 0, 0, 7973, 7974, 5, 485, 0, 0, 7974, 7975, 5, 510, 0, 0, 7975, 7976, 5, 866, 0, 0, 7976, 7977, 3, 814, 407, 0, 7977, 7978, 5, 867, 0, 0, 7978, 7980, 1, 0, 0, 0, 7979, 7918, 1, 0, 0, 0, 7979, 7927, 1, 0, 0, 0, 7979, 7931, 1, 0, 0, 0, 7979, 7937, 1, 0, 0, 0, 7979, 7949, 1, 0, 0, 0, 7979, 7952, 1, 0, 0, 0, 7979, 7962, 1, 0, 0, 0, 7979, 7972, 1, 0, 0, 0, 7980, 7983, 1, 0, 0, 0, 7981, 7979, 1, 0, 0, 0, 7981, 7982, 1, 0, 0, 0, 7982, 815, 1, 0, 0, 0, 7983, 7981, 1, 0, 0, 0, 7984, 7985, 6, 408, -1, 0, 7985, 8033, 3, 738, 369, 0, 7986, 8033, 3, 778, 389, 0, 7987, 8033, 3, 700, 350, 0, 7988, 7989, 3, 818, 409, 0, 7989, 7990, 3, 816, 408, 12, 7990, 8033, 1, 0, 0, 0, 7991, 7992, 5, 228, 0, 0, 7992, 8033, 3, 816, 408, 11, 7993, 7994, 5, 892, 0, 0, 7994, 7995, 5, 841, 0, 0, 7995, 8033, 3, 816, 408, 10, 7996, 7997, 5, 866, 0, 0, 7997, 8002, 3, 812, 406, 0, 7998, 7999, 5, 868, 0, 0, 7999, 8001, 3, 812, 406, 0, 8000, 7998, 1, 0, 0, 0, 8001, 8004, 1, 0, 0, 0, 8002, 8000, 1, 0, 0, 0, 8002, 8003, 1, 0, 0, 0, 8003, 8005, 1, 0, 0, 0, 8004, 8002, 1, 0, 0, 0, 8005, 8006, 5, 867, 0, 0, 8006, 8033, 1, 0, 0, 0, 8007, 8008, 5, 586, 0, 0, 8008, 8009, 5, 866, 0, 0, 8009, 8012, 3, 812, 406, 0, 8010, 8011, 5, 868, 0, 0, 8011, 8013, 3, 812, 406, 0, 8012, 8010, 1, 0, 0, 0, 8013, 8014, 1, 0, 0, 0, 8014, 8012, 1, 0, 0, 0, 8014, 8015, 1, 0, 0, 0, 8015, 8016, 1, 0, 0, 0, 8016, 8017, 5, 867, 0, 0, 8017, 8033, 1, 0, 0, 0, 8018, 8019, 5, 60, 0, 0, 8019, 8020, 5, 866, 0, 0, 8020, 8021, 3, 208, 104, 0, 8021, 8022, 5, 867, 0, 0, 8022, 8033, 1, 0, 0, 0, 8023, 8024, 5, 866, 0, 0, 8024, 8025, 3, 208, 104, 0, 8025, 8026, 5, 867, 0, 0, 8026, 8033, 1, 0, 0, 0, 8027, 8028, 5, 87, 0, 0, 8028, 8029, 3, 812, 406, 0, 8029, 8030, 3, 68, 34, 0, 8030, 8033, 1, 0, 0, 0, 8031, 8033, 3, 674, 337, 0, 8032, 7984, 1, 0, 0, 0, 8032, 7986, 1, 0, 0, 0, 8032, 7987, 1, 0, 0, 0, 8032, 7988, 1, 0, 0, 0, 8032, 7991, 1, 0, 0, 0, 8032, 7993, 1, 0, 0, 0, 8032, 7996, 1, 0, 0, 0, 8032, 8007, 1, 0, 0, 0, 8032, 8018, 1, 0, 0, 0, 8032, 8023, 1, 0, 0, 0, 8032, 8027, 1, 0, 0, 0, 8032, 8031, 1, 0, 0, 0, 8033, 8051, 1, 0, 0, 0, 8034, 8035, 10, 4, 0, 0, 8035, 8036, 3, 830, 415, 0, 8036, 8037, 3, 816, 408, 5, 8037, 8050, 1, 0, 0, 0, 8038, 8039, 10, 3, 0, 0, 8039, 8040, 3, 826, 413, 0, 8040, 8041, 3, 816, 408, 4, 8041, 8050, 1, 0, 0, 0, 8042, 8043, 10, 2, 0, 0, 8043, 8044, 3, 828, 414, 0, 8044, 8045, 3, 816, 408, 3, 8045, 8050, 1, 0, 0, 0, 8046, 8047, 10, 14, 0, 0, 8047, 8048, 5, 28, 0, 0, 8048, 8050, 3, 704, 352, 0, 8049, 8034, 1, 0, 0, 0, 8049, 8038, 1, 0, 0, 0, 8049, 8042, 1, 0, 0, 0, 8049, 8046, 1, 0, 0, 0, 8050, 8053, 1, 0, 0, 0, 8051, 8049, 1, 0, 0, 0, 8051, 8052, 1, 0, 0, 0, 8052, 817, 1, 0, 0, 0, 8053, 8051, 1, 0, 0, 0, 8054, 8055, 7, 151, 0, 0, 8055, 819, 1, 0, 0, 0, 8056, 8057, 5, 859, 0, 0, 8057, 8065, 5, 858, 0, 0, 8058, 8059, 5, 860, 0, 0, 8059, 8065, 5, 857, 0, 0, 8060, 8061, 5, 859, 0, 0, 8061, 8062, 5, 857, 0, 0, 8062, 8065, 5, 858, 0, 0, 8063, 8065, 3, 822, 411, 0, 8064, 8056, 1, 0, 0, 0, 8064, 8058, 1, 0, 0, 0, 8064, 8060, 1, 0, 0, 0, 8064, 8063, 1, 0, 0, 0, 8065, 821, 1, 0, 0, 0, 8066, 8067, 5, 859, 0, 0, 8067, 8074, 5, 857, 0, 0, 8068, 8069, 5, 858, 0, 0, 8069, 8074, 5, 857, 0, 0, 8070, 8074, 5, 857, 0, 0, 8071, 8074, 5, 858, 0, 0, 8072, 8074, 5, 859, 0, 0, 8073, 8066, 1, 0, 0, 0, 8073, 8068, 1, 0, 0, 0, 8073, 8070, 1, 0, 0, 0, 8073, 8071, 1, 0, 0, 0, 8073, 8072, 1, 0, 0, 0, 8074, 823, 1, 0, 0, 0, 8075, 8083, 5, 11, 0, 0, 8076, 8077, 5, 863, 0, 0, 8077, 8083, 5, 863, 0, 0, 8078, 8083, 5, 196, 0, 0, 8079, 8083, 5, 124, 0, 0, 8080, 8081, 5, 862, 0, 0, 8081, 8083, 5, 862, 0, 0, 8082, 8075, 1, 0, 0, 0, 8082, 8076, 1, 0, 0, 0, 8082, 8078, 1, 0, 0, 0, 8082, 8079, 1, 0, 0, 0, 8082, 8080, 1, 0, 0, 0, 8083, 825, 1, 0, 0, 0, 8084, 8085, 5, 859, 0, 0, 8085, 8092, 5, 859, 0, 0, 8086, 8087, 5, 858, 0, 0, 8087, 8092, 5, 858, 0, 0, 8088, 8092, 5, 863, 0, 0, 8089, 8092, 5, 864, 0, 0, 8090, 8092, 5, 862, 0, 0, 8091, 8084, 1, 0, 0, 0, 8091, 8086, 1, 0, 0, 0, 8091, 8088, 1, 0, 0, 0, 8091, 8089, 1, 0, 0, 0, 8091, 8090, 1, 0, 0, 0, 8092, 827, 1, 0, 0, 0, 8093, 8094, 7, 152, 0, 0, 8094, 829, 1, 0, 0, 0, 8095, 8096, 5, 854, 0, 0, 8096, 8101, 5, 858, 0, 0, 8097, 8098, 5, 854, 0, 0, 8098, 8099, 5, 858, 0, 0, 8099, 8101, 5, 858, 0, 0, 8100, 8095, 1, 0, 0, 0, 8100, 8097, 1, 0, 0, 0, 8101, 831, 1, 0, 0, 0, 8102, 8103, 7, 153, 0, 0, 8103, 833, 1, 0, 0, 0, 8104, 8105, 7, 154, 0, 0, 8105, 835, 1, 0, 0, 0, 8106, 8107, 7, 155, 0, 0, 8107, 837, 1, 0, 0, 0, 8108, 8109, 7, 156, 0, 0, 8109, 839, 1, 0, 0, 0, 8110, 8111, 7, 157, 0, 0, 8111, 841, 1, 0, 0, 0, 8112, 8113, 7, 158, 0, 0, 8113, 843, 1, 0, 0, 0, 8114, 8115, 7, 159, 0, 0, 8115, 845, 1, 0, 0, 0, 1172, 849, 856, 859, 868, 910, 929, 940, 956, 961, 973, 1008, 1018, 1023, 1029, 1034, 1038, 1047, 1050, 1053, 1057, 1064, 1067, 1072, 1080, 1085, 1090, 1093, 1095, 1107, 1110, 1114, 1117, 1121, 1124, 1128, 1131, 1134, 1138, 1141, 1145, 1151, 1155, 1160, 1166, 1173, 1180, 1183, 1187, 1192, 1198, 1207, 1212, 1216, 1220, 1231, 1249, 1256, 1260, 1264, 1268, 1273, 1276, 1279, 1282, 1285, 1291, 1295, 1305, 1309, 1313, 1319, 1324, 1327, 1330, 1332, 1336, 1343, 1347, 1350, 1355, 1359, 1362, 1366, 1369, 1373, 1386, 1389, 1393, 1396, 1400, 1403, 1407, 1410, 1414, 1417, 1420, 1424, 1427, 1431, 1437, 1440, 1444, 1456, 1462, 1473, 1478, 1486, 1490, 1495, 1498, 1503, 1513, 1518, 1523, 1529, 1534, 1538, 1540, 1543, 1547, 1551, 1554, 1558, 1562, 1566, 1572, 1575, 1582, 1587, 1593, 1600, 1606, 1614, 1617, 1624, 1627, 1629, 1635, 1641, 1658, 1665, 1672, 1684, 1689, 1692, 1695, 1708, 1721, 1726, 1742, 1750, 1760, 1763, 1769, 1774, 1777, 1783, 1787, 1792, 1798, 1802, 1806, 1809, 1812, 1818, 1822, 1827, 1838, 1841, 1848, 1851, 1855, 1861, 1873, 1876, 1881, 1894, 1901, 1907, 1912, 1916, 1919, 1927, 1935, 1937, 1947, 1951, 1954, 1958, 1963, 1968, 1973, 1977, 1981, 1985, 1989, 1993, 1997, 2002, 2007, 2012, 2018, 2023, 2028, 2033, 2038, 2043, 2049, 2054, 2059, 2064, 2069, 2074, 2079, 2084, 2091, 2096, 2101, 2106, 2110, 2115, 2123, 2128, 2134, 2146, 2153, 2155, 2163, 2168, 2171, 2179, 2185, 2189, 2202, 2214, 2216, 2219, 2227, 2233, 2239, 2252, 2259, 2268, 2273, 2284, 2293, 2298, 2310, 2317, 2326, 2331, 2343, 2350, 2359, 2364, 2371, 2380, 2385, 2387, 2392, 2400, 2409, 2413, 2416, 2420, 2425, 2431, 2437, 2442, 2447, 2452, 2457, 2460, 2465, 2470, 2480, 2484, 2491, 2496, 2499, 2504, 2507, 2511, 2515, 2523, 2542, 2545, 2548, 2552, 2562, 2575, 2588, 2591, 2597, 2600, 2604, 2613, 2616, 2619, 2624, 2628, 2631, 2635, 2639, 2642, 2646, 2649, 2653, 2656, 2662, 2665, 2670, 2678, 2684, 2688, 2692, 2697, 2702, 2709, 2713, 2724, 2732, 2735, 2741, 2747, 2750, 2756, 2762, 2764, 2769, 2775, 2781, 2783, 2787, 2790, 2793, 2799, 2805, 2807, 2812, 2819, 2828, 2831, 2835, 2840, 2850, 2859, 2867, 2870, 2878, 2881, 2888, 2893, 2901, 2917, 2922, 2929, 2948, 2954, 2964, 2976, 2983, 2990, 3005, 3018, 3024, 3030, 3036, 3042, 3048, 3054, 3059, 3066, 3073, 3080, 3085, 3088, 3090, 3099, 3106, 3113, 3120, 3129, 3135, 3139, 3143, 3147, 3153, 3156, 3161, 3168, 3175, 3179, 3184, 3194, 3202, 3208, 3217, 3226, 3235, 3238, 3242, 3251, 3255, 3258, 3261, 3267, 3270, 3273, 3277, 3280, 3283, 3286, 3297, 3300, 3305, 3311, 3316, 3321, 3324, 3328, 3333, 3336, 3341, 3351, 3356, 3362, 3364, 3370, 3372, 3378, 3386, 3391, 3399, 3402, 3407, 3410, 3415, 3423, 3429, 3433, 3435, 3441, 3449, 3454, 3462, 3465, 3470, 3473, 3477, 3480, 3483, 3487, 3490, 3498, 3504, 3508, 3514, 3519, 3523, 3525, 3531, 3535, 3538, 3541, 3544, 3550, 3555, 3558, 3561, 3564, 3567, 3569, 3572, 3576, 3579, 3582, 3590, 3596, 3599, 3601, 3610, 3615, 3622, 3625, 3628, 3632, 3636, 3642, 3646, 3653, 3657, 3660, 3663, 3668, 3675, 3685, 3694, 3703, 3713, 3716, 3720, 3726, 3730, 3733, 3736, 3741, 3744, 3751, 3755, 3758, 3762, 3766, 3769, 3772, 3777, 3783, 3787, 3797, 3803, 3807, 3813, 3817, 3823, 3826, 3838, 3842, 3846, 3854, 3858, 3872, 3877, 3880, 3884, 3887, 3895, 3900, 3903, 3906, 3910, 3913, 3922, 3927, 3936, 3941, 3948, 3955, 3963, 3969, 3977, 3980, 3983, 3990, 3993, 3996, 4000, 4004, 4010, 4017, 4027, 4031, 4040, 4043, 4047, 4053, 4061, 4066, 4070, 4076, 4082, 4085, 4087, 4091, 4096, 4103, 4113, 4119, 4124, 4128, 4131, 4134, 4137, 4140, 4143, 4146, 4150, 4154, 4162, 4166, 4169, 4171, 4184, 4187, 4194, 4204, 4207, 4212, 4214, 4218, 4226, 4232, 4241, 4254, 4258, 4264, 4270, 4273, 4277, 4280, 4287, 4299, 4303, 4311, 4323, 4329, 4331, 4337, 4339, 4341, 4347, 4355, 4363, 4367, 4372, 4374, 4383, 4388, 4408, 4413, 4419, 4426, 4431, 4440, 4443, 4447, 4451, 4455, 4458, 4461, 4464, 4468, 4472, 4475, 4478, 4481, 4488, 4492, 4507, 4520, 4528, 4538, 4542, 4545, 4551, 4554, 4557, 4566, 4575, 4585, 4589, 4599, 4603, 4614, 4618, 4627, 4636, 4639, 4643, 4648, 4652, 4661, 4664, 4667, 4674, 4680, 4686, 4712, 4715, 4718, 4737, 4739, 4762, 4765, 4768, 4787, 4789, 4803, 4816, 4853, 4858, 4893, 4907, 4914, 4918, 4924, 4932, 4934, 4945, 4955, 4962, 4968, 4976, 4981, 4989, 4997, 5005, 5013, 5019, 5024, 5029, 5034, 5040, 5042, 5053, 5058, 5065, 5067, 5081, 5087, 5092, 5097, 5103, 5110, 5118, 5126, 5131, 5137, 5140, 5148, 5155, 5164, 5167, 5184, 5192, 5200, 5204, 5211, 5217, 5225, 5230, 5237, 5245, 5252, 5257, 5260, 5262, 5268, 5270, 5274, 5276, 5281, 5288, 5293, 5297, 5302, 5306, 5312, 5318, 5323, 5326, 5328, 5334, 5336, 5340, 5342, 5347, 5352, 5359, 5368, 5373, 5382, 5386, 5392, 5397, 5400, 5402, 5408, 5410, 5413, 5420, 5422, 5427, 5434, 5443, 5449, 5451, 5458, 5461, 5473, 5479, 5487, 5490, 5494, 5497, 5501, 5503, 5514, 5517, 5521, 5524, 5527, 5534, 5546, 5549, 5556, 5562, 5572, 5577, 5584, 5589, 5595, 5599, 5603, 5611, 5615, 5619, 5625, 5627, 5639, 5644, 5650, 5656, 5660, 5665, 5667, 5691, 5695, 5698, 5707, 5711, 5720, 5724, 5728, 5734, 5736, 5745, 5755, 5782, 5786, 5791, 5798, 5801, 5807, 5817, 5827, 5837, 5843, 5852, 5858, 5865, 5867, 5875, 5881, 5885, 5902, 5912, 5916, 5920, 5930, 5935, 6007, 6025, 6033, 6039, 6051, 6055, 6066, 6070, 6079, 6087, 6094, 6098, 6105, 6110, 6113, 6116, 6127, 6136, 6145, 6148, 6162, 6180, 6193, 6196, 6200, 6203, 6205, 6212, 6219, 6223, 6230, 6237, 6240, 6256, 6259, 6269, 6273, 6279, 6282, 6285, 6290, 6294, 6297, 6304, 6307, 6313, 6349, 6352, 6364, 6367, 6383, 6385, 6389, 6396, 6400, 6407, 6410, 6419, 6422, 6427, 6433, 6435, 6441, 6445, 6451, 6454, 6457, 6470, 6473, 6479, 6482, 6490, 6498, 6504, 6507, 6511, 6525, 6537, 6545, 6549, 6556, 6563, 6568, 6581, 6590, 6598, 6603, 6606, 6611, 6614, 6626, 6631, 6644, 6646, 6651, 6655, 6658, 6660, 6667, 6674, 6677, 6680, 6686, 6690, 6696, 6704, 6713, 6726, 6731, 6739, 6742, 6747, 6752, 6760, 6763, 6771, 6775, 6782, 6788, 6791, 6795, 6808, 6814, 6826, 6829, 6838, 6843, 6864, 6880, 6890, 6895, 6900, 6902, 6905, 6909, 6911, 6918, 6926, 6928, 6931, 6935, 6939, 6944, 6946, 6949, 6953, 6955, 6962, 6964, 6966, 6979, 6989, 6992, 6995, 7008, 7014, 7017, 7025, 7032, 7052, 7059, 7061, 7068, 7070, 7074, 7081, 7087, 7098, 7104, 7110, 7113, 7117, 7122, 7125, 7129, 7133, 7135, 7140, 7145, 7158, 7161, 7165, 7168, 7171, 7176, 7181, 7187, 7190, 7195, 7198, 7203, 7206, 7210, 7215, 7220, 7225, 7230, 7233, 7238, 7243, 7248, 7254, 7259, 7264, 7269, 7273, 7276, 7281, 7285, 7289, 7297, 7304, 7308, 7313, 7318, 7322, 7324, 7327, 7343, 7353, 7363, 7372, 7381, 7388, 7395, 7403, 7411, 7423, 7430, 7440, 7445, 7448, 7453, 7456, 7478, 7487, 7490, 7495, 7528, 7532, 7541, 7545, 7554, 7562, 7567, 7575, 7580, 7585, 7587, 7596, 7601, 7609, 7614, 7622, 7630, 7633, 7643, 7661, 7664, 7667, 7671, 7684, 7692, 7696, 7701, 7706, 7712, 7717, 7721, 7726, 7731, 7736, 7746, 7749, 7753, 7757, 7764, 7768, 7797, 7805, 7808, 7811, 7814, 7817, 7828, 7837, 7846, 7873, 7885, 7891, 7899, 7904, 7912, 7920, 7933, 7939, 7945, 7960, 7964, 7970, 7979, 7981, 8002, 8014, 8032, 8049, 8051, 8064, 8073, 8082, 8091, 8100] \ No newline at end of file diff --git a/src/lib/mysql/MySqlParser.ts b/src/lib/mysql/MySqlParser.ts index b0580e47..116a0754 100644 --- a/src/lib/mysql/MySqlParser.ts +++ b/src/lib/mysql/MySqlParser.ts @@ -915,430 +915,426 @@ export class MySqlParser extends SQLParserBase { public static readonly RULE_program = 0; public static readonly RULE_singleStatement = 1; public static readonly RULE_sqlStatement = 2; - public static readonly RULE_emptyStatement_ = 3; - public static readonly RULE_ddlStatement = 4; - public static readonly RULE_dmlStatement = 5; - public static readonly RULE_transactionStatement = 6; - public static readonly RULE_replicationStatement = 7; - public static readonly RULE_preparedStatement = 8; - public static readonly RULE_compoundStatement = 9; - public static readonly RULE_administrationStatement = 10; - public static readonly RULE_utilityStatement = 11; - public static readonly RULE_createDatabase = 12; - public static readonly RULE_createEvent = 13; - public static readonly RULE_createIndex = 14; - public static readonly RULE_createLogFileGroup = 15; - public static readonly RULE_createProcedure = 16; - public static readonly RULE_createFunction = 17; - public static readonly RULE_createFunctionLoadable = 18; - public static readonly RULE_createRole = 19; - public static readonly RULE_createServer = 20; - public static readonly RULE_createTable = 21; - public static readonly RULE_createTableSpaceInnoDB = 22; - public static readonly RULE_createTableSpaceNDB = 23; - public static readonly RULE_createTrigger = 24; - public static readonly RULE_withClause = 25; - public static readonly RULE_commonTableExpressions = 26; - public static readonly RULE_createView = 27; - public static readonly RULE_createDatabaseOption = 28; - public static readonly RULE_charSet = 29; - public static readonly RULE_currentUserExpression = 30; - public static readonly RULE_ownerStatement = 31; - public static readonly RULE_scheduleExpression = 32; - public static readonly RULE_timestampValue = 33; - public static readonly RULE_intervalExpr = 34; - public static readonly RULE_intervalType = 35; - public static readonly RULE_enableType = 36; - public static readonly RULE_indexType = 37; - public static readonly RULE_indexOption = 38; - public static readonly RULE_procedureParameter = 39; - public static readonly RULE_functionParameter = 40; - public static readonly RULE_routineOption = 41; - public static readonly RULE_serverOption = 42; - public static readonly RULE_createDefinitions = 43; - public static readonly RULE_createDefinition = 44; - public static readonly RULE_checkConstraintDefinition = 45; - public static readonly RULE_constraintSymbol = 46; - public static readonly RULE_columnDefinition = 47; - public static readonly RULE_columnConstraint = 48; - public static readonly RULE_referenceDefinition = 49; - public static readonly RULE_referenceAction = 50; - public static readonly RULE_referenceControlType = 51; - public static readonly RULE_tableOption = 52; - public static readonly RULE_tableType = 53; - public static readonly RULE_tableSpaceStorage = 54; - public static readonly RULE_partitionDefinitions = 55; - public static readonly RULE_partitionFunctionDefinition = 56; - public static readonly RULE_subpartitionFunctionDefinition = 57; - public static readonly RULE_partitionDefinition = 58; - public static readonly RULE_partitionDefinerAtom = 59; - public static readonly RULE_partitionDefinerVector = 60; - public static readonly RULE_subPartitionDefinition = 61; - public static readonly RULE_partitionOption = 62; - public static readonly RULE_alterDatabase = 63; - public static readonly RULE_alterEvent = 64; - public static readonly RULE_alterFunction = 65; - public static readonly RULE_alterInstance = 66; - public static readonly RULE_alterLogFileGroup = 67; - public static readonly RULE_alterProcedure = 68; - public static readonly RULE_alterServer = 69; - public static readonly RULE_alterTable = 70; - public static readonly RULE_alterTableSpace = 71; - public static readonly RULE_alterView = 72; - public static readonly RULE_alterOption = 73; - public static readonly RULE_alterPartitionSpecification = 74; - public static readonly RULE_dropDatabase = 75; - public static readonly RULE_dropEvent = 76; - public static readonly RULE_dropIndex = 77; - public static readonly RULE_dropLogFileGroup = 78; - public static readonly RULE_dropProcedure = 79; - public static readonly RULE_dropFunction = 80; - public static readonly RULE_dropServer = 81; - public static readonly RULE_dropSpatial = 82; - public static readonly RULE_dropTable = 83; - public static readonly RULE_dropTableSpace = 84; - public static readonly RULE_dropTrigger = 85; - public static readonly RULE_dropView = 86; - public static readonly RULE_dropRole = 87; - public static readonly RULE_setRole = 88; - public static readonly RULE_renameTable = 89; - public static readonly RULE_renameTableClause = 90; - public static readonly RULE_truncateTable = 91; - public static readonly RULE_callStatement = 92; - public static readonly RULE_deleteStatement = 93; - public static readonly RULE_doStatement = 94; - public static readonly RULE_handlerStatement = 95; - public static readonly RULE_insertStatement = 96; - public static readonly RULE_asRowAlias = 97; - public static readonly RULE_selectOrTableOrValues = 98; - public static readonly RULE_interSectStatement = 99; - public static readonly RULE_interSectQuery = 100; - public static readonly RULE_loadDataStatement = 101; - public static readonly RULE_loadXmlStatement = 102; - public static readonly RULE_parenthesizedQuery = 103; - public static readonly RULE_replaceStatement = 104; - public static readonly RULE_selectStatement = 105; - public static readonly RULE_setOperations = 106; - public static readonly RULE_queryExpressionBody = 107; - public static readonly RULE_queryItem = 108; - public static readonly RULE_queryPrimary = 109; - public static readonly RULE_updateStatement = 110; - public static readonly RULE_valuesStatement = 111; - public static readonly RULE_parenthesizedQueryExpression = 112; - public static readonly RULE_queryBlock = 113; - public static readonly RULE_replaceStatementValuesOrSelectOrTable = 114; - public static readonly RULE_rowValuesList = 115; - public static readonly RULE_setAssignmentList = 116; - public static readonly RULE_updatedElement = 117; - public static readonly RULE_assignmentField = 118; - public static readonly RULE_lockClause = 119; - public static readonly RULE_singleDeleteStatement = 120; - public static readonly RULE_multipleDeleteStatement = 121; - public static readonly RULE_handlerOpenStatement = 122; - public static readonly RULE_handlerReadIndexStatement = 123; - public static readonly RULE_handlerReadStatement = 124; - public static readonly RULE_handlerCloseStatement = 125; - public static readonly RULE_importTableStatement = 126; - public static readonly RULE_singleUpdateStatement = 127; - public static readonly RULE_multipleUpdateStatement = 128; - public static readonly RULE_orderByClause = 129; - public static readonly RULE_orderByExpression = 130; - public static readonly RULE_tableSources = 131; - public static readonly RULE_tableSource = 132; - public static readonly RULE_tableSourceItem = 133; - public static readonly RULE_atomSubQueryTableSource = 134; - public static readonly RULE_fullColumnNames = 135; - public static readonly RULE_indexHint = 136; - public static readonly RULE_indexHintType = 137; - public static readonly RULE_joinPart = 138; - public static readonly RULE_joinSpec = 139; - public static readonly RULE_queryExpression = 140; - public static readonly RULE_querySpecification = 141; - public static readonly RULE_unionStatement = 142; - public static readonly RULE_lateralStatement = 143; - public static readonly RULE_jsonTable = 144; - public static readonly RULE_jsonColumnList = 145; - public static readonly RULE_jsonColumn = 146; - public static readonly RULE_jsonOnEmpty = 147; - public static readonly RULE_jsonOnError = 148; - public static readonly RULE_selectSpec = 149; - public static readonly RULE_selectElements = 150; - public static readonly RULE_selectElement = 151; - public static readonly RULE_tableAllColumns = 152; - public static readonly RULE_pureAllColumns = 153; - public static readonly RULE_selectLiteralColumnName = 154; - public static readonly RULE_selectExpressionColumnName = 155; - public static readonly RULE_intoClause = 156; - public static readonly RULE_selectFieldsInto = 157; - public static readonly RULE_selectLinesInto = 158; - public static readonly RULE_fromClause = 159; - public static readonly RULE_groupByClause = 160; - public static readonly RULE_havingClause = 161; - public static readonly RULE_windowClause = 162; - public static readonly RULE_groupByItem = 163; - public static readonly RULE_limitClause = 164; - public static readonly RULE_limitClauseAtom = 165; - public static readonly RULE_startTransaction = 166; - public static readonly RULE_beginWork = 167; - public static readonly RULE_commitWork = 168; - public static readonly RULE_rollbackWork = 169; - public static readonly RULE_savePointStatement = 170; - public static readonly RULE_rollbackStatement = 171; - public static readonly RULE_releaseStatement = 172; - public static readonly RULE_lockTables = 173; - public static readonly RULE_unlockTables = 174; - public static readonly RULE_setAutocommitStatement = 175; - public static readonly RULE_setTransactionStatement = 176; - public static readonly RULE_transactionMode = 177; - public static readonly RULE_lockTableElement = 178; - public static readonly RULE_lockAction = 179; - public static readonly RULE_transactionOption = 180; - public static readonly RULE_transactionLevel = 181; - public static readonly RULE_changeMaster = 182; - public static readonly RULE_changeReplicationFilter = 183; - public static readonly RULE_changeReplicationSource = 184; - public static readonly RULE_purgeBinaryLogs = 185; - public static readonly RULE_startSlaveOrReplica = 186; - public static readonly RULE_stopSlaveOrReplica = 187; - public static readonly RULE_startGroupReplication = 188; - public static readonly RULE_stopGroupReplication = 189; - public static readonly RULE_masterOption = 190; - public static readonly RULE_stringMasterOption = 191; - public static readonly RULE_decimalMasterOption = 192; - public static readonly RULE_boolMasterOption = 193; - public static readonly RULE_v8NewMasterOption = 194; - public static readonly RULE_replicationSourceOption = 195; - public static readonly RULE_stringSourceOption = 196; - public static readonly RULE_decimalSourceOption = 197; - public static readonly RULE_boolSourceOption = 198; - public static readonly RULE_otherSourceOption = 199; - public static readonly RULE_channelOption = 200; - public static readonly RULE_replicationFilter = 201; - public static readonly RULE_tablePair = 202; - public static readonly RULE_threadType = 203; - public static readonly RULE_untilOption = 204; - public static readonly RULE_connectionOptions = 205; - public static readonly RULE_gtuidSet = 206; - public static readonly RULE_xaStartTransaction = 207; - public static readonly RULE_xaEndTransaction = 208; - public static readonly RULE_xaPrepareStatement = 209; - public static readonly RULE_xaCommitWork = 210; - public static readonly RULE_xaRollbackWork = 211; - public static readonly RULE_xaRecoverWork = 212; - public static readonly RULE_prepareStatement = 213; - public static readonly RULE_executeStatement = 214; - public static readonly RULE_deallocatePrepare = 215; - public static readonly RULE_routineBody = 216; - public static readonly RULE_blockStatement = 217; - public static readonly RULE_caseStatement = 218; - public static readonly RULE_ifStatement = 219; - public static readonly RULE_iterateStatement = 220; - public static readonly RULE_leaveStatement = 221; - public static readonly RULE_loopStatement = 222; - public static readonly RULE_repeatStatement = 223; - public static readonly RULE_returnStatement = 224; - public static readonly RULE_whileStatement = 225; - public static readonly RULE_cursorStatement = 226; - public static readonly RULE_declareVariable = 227; - public static readonly RULE_declareCondition = 228; - public static readonly RULE_declareCursor = 229; - public static readonly RULE_declareHandler = 230; - public static readonly RULE_handlerConditionValue = 231; - public static readonly RULE_procedureSqlStatement = 232; - public static readonly RULE_caseAlternative = 233; - public static readonly RULE_elseIfAlternative = 234; - public static readonly RULE_alterUser = 235; - public static readonly RULE_createUser = 236; - public static readonly RULE_dropUser = 237; - public static readonly RULE_grantStatement = 238; - public static readonly RULE_roleOption = 239; - public static readonly RULE_grantProxy = 240; - public static readonly RULE_alterResourceGroup = 241; - public static readonly RULE_createResourceGroup = 242; - public static readonly RULE_dropResourceGroup = 243; - public static readonly RULE_setResourceGroup = 244; - public static readonly RULE_resourceGroupVCpuSpec = 245; - public static readonly RULE_renameUser = 246; - public static readonly RULE_revokeStatement = 247; - public static readonly RULE_ignoreUnknownUser = 248; - public static readonly RULE_privilegeObjectType = 249; - public static readonly RULE_setPasswordStatement = 250; - public static readonly RULE_userSpecification = 251; - public static readonly RULE_alterUserAuthOption = 252; - public static readonly RULE_createUserAuthOption = 253; - public static readonly RULE_createUserInitialAuthOption = 254; - public static readonly RULE_userAuthOption = 255; - public static readonly RULE_authOptionClause = 256; - public static readonly RULE_authenticationRule = 257; - public static readonly RULE_tlsOption = 258; - public static readonly RULE_userResourceOption = 259; - public static readonly RULE_userPasswordOption = 260; - public static readonly RULE_userLockOption = 261; - public static readonly RULE_factorAuthOption = 262; - public static readonly RULE_registrationOption = 263; - public static readonly RULE_factor = 264; - public static readonly RULE_privilegeClause = 265; - public static readonly RULE_privilege = 266; - public static readonly RULE_privilegeLevel = 267; - public static readonly RULE_renameUserClause = 268; - public static readonly RULE_analyzeTable = 269; - public static readonly RULE_checkTable = 270; - public static readonly RULE_checksumTable = 271; - public static readonly RULE_optimizeTable = 272; - public static readonly RULE_repairTable = 273; - public static readonly RULE_tableActionOption = 274; - public static readonly RULE_checkTableOption = 275; - public static readonly RULE_installComponent = 276; - public static readonly RULE_variableExpr = 277; - public static readonly RULE_uninstallComponent = 278; - public static readonly RULE_installPlugin = 279; - public static readonly RULE_uninstallPlugin = 280; - public static readonly RULE_cloneStatement = 281; - public static readonly RULE_setStatement = 282; - public static readonly RULE_showStatement = 283; - public static readonly RULE_variableClause = 284; - public static readonly RULE_showCommonEntity = 285; - public static readonly RULE_showFilter = 286; - public static readonly RULE_showGlobalInfoClause = 287; - public static readonly RULE_showSchemaEntity = 288; - public static readonly RULE_showProfileType = 289; - public static readonly RULE_binLogStatement = 290; - public static readonly RULE_cacheIndexStatement = 291; - public static readonly RULE_flushStatement = 292; - public static readonly RULE_killStatement = 293; - public static readonly RULE_loadIndexIntoCache = 294; - public static readonly RULE_resetStatement = 295; - public static readonly RULE_resetOption = 296; - public static readonly RULE_resetPersist = 297; - public static readonly RULE_resetAllChannel = 298; - public static readonly RULE_reStartStatement = 299; - public static readonly RULE_shutdownStatement = 300; - public static readonly RULE_tableIndex = 301; - public static readonly RULE_flushOption = 302; - public static readonly RULE_flushTableOption = 303; - public static readonly RULE_loadedTableIndexes = 304; - public static readonly RULE_simpleDescribeStatement = 305; - public static readonly RULE_fullDescribeStatement = 306; - public static readonly RULE_analyzeDescribeStatement = 307; - public static readonly RULE_helpStatement = 308; - public static readonly RULE_useStatement = 309; - public static readonly RULE_signalStatement = 310; - public static readonly RULE_resignalStatement = 311; - public static readonly RULE_signalConditionInformation = 312; - public static readonly RULE_withStatement = 313; - public static readonly RULE_tableStatement = 314; - public static readonly RULE_diagnosticsStatement = 315; - public static readonly RULE_diagnosticsConditionInformationName = 316; - public static readonly RULE_describeObjectClause = 317; - public static readonly RULE_databaseNameCreate = 318; - public static readonly RULE_databaseName = 319; - public static readonly RULE_functionNameCreate = 320; - public static readonly RULE_functionName = 321; - public static readonly RULE_viewNameCreate = 322; - public static readonly RULE_viewName = 323; - public static readonly RULE_indexNameCreate = 324; - public static readonly RULE_indexNames = 325; - public static readonly RULE_indexName = 326; - public static readonly RULE_groupNameCreate = 327; - public static readonly RULE_groupName = 328; - public static readonly RULE_tableNameCreate = 329; - public static readonly RULE_tableNames = 330; - public static readonly RULE_tableName = 331; - public static readonly RULE_userOrRoleNames = 332; - public static readonly RULE_userOrRoleName = 333; - public static readonly RULE_columnNameCreate = 334; - public static readonly RULE_columnNames = 335; - public static readonly RULE_emptyColumn = 336; - public static readonly RULE_columnName = 337; - public static readonly RULE_columnNamePath = 338; - public static readonly RULE_columnNamePathAllowEmpty = 339; - public static readonly RULE_tableSpaceNameCreate = 340; - public static readonly RULE_tableSpaceName = 341; - public static readonly RULE_partitionNameCreate = 342; - public static readonly RULE_partitionNames = 343; - public static readonly RULE_partitionName = 344; - public static readonly RULE_indexColumnName = 345; - public static readonly RULE_userHostPort = 346; - public static readonly RULE_userAtHost = 347; - public static readonly RULE_simpleUserName = 348; - public static readonly RULE_hostName = 349; - public static readonly RULE_userName = 350; - public static readonly RULE_mysqlVariable = 351; - public static readonly RULE_charsetName = 352; - public static readonly RULE_collationName = 353; - public static readonly RULE_engineName = 354; - public static readonly RULE_engineNameBase = 355; - public static readonly RULE_uuidSet = 356; - public static readonly RULE_xid = 357; - public static readonly RULE_xuidStringId = 358; - public static readonly RULE_fullId = 359; - public static readonly RULE_uidList = 360; - public static readonly RULE_uid = 361; - public static readonly RULE_simpleId = 362; - public static readonly RULE_dottedId = 363; - public static readonly RULE_decimalLiteral = 364; - public static readonly RULE_fileSizeLiteral = 365; - public static readonly RULE_stringLiteral = 366; - public static readonly RULE_booleanLiteral = 367; - public static readonly RULE_hexadecimalLiteral = 368; - public static readonly RULE_nullNotNull = 369; - public static readonly RULE_constant = 370; - public static readonly RULE_dataType = 371; - public static readonly RULE_collectionOptions = 372; - public static readonly RULE_convertedDataType = 373; - public static readonly RULE_lengthOneDimension = 374; - public static readonly RULE_lengthTwoDimension = 375; - public static readonly RULE_lengthTwoOptionalDimension = 376; - public static readonly RULE_indexColumnNames = 377; - public static readonly RULE_expressions = 378; - public static readonly RULE_valuesOrValueList = 379; - public static readonly RULE_expressionsWithDefaults = 380; - public static readonly RULE_expressionOrDefault = 381; - public static readonly RULE_constants = 382; - public static readonly RULE_simpleStrings = 383; - public static readonly RULE_userVariables = 384; - public static readonly RULE_defaultValue = 385; - public static readonly RULE_currentTimestamp = 386; - public static readonly RULE_ifExists = 387; - public static readonly RULE_ifNotExists = 388; - public static readonly RULE_orReplace = 389; - public static readonly RULE_functionCall = 390; - public static readonly RULE_specificFunction = 391; - public static readonly RULE_caseFuncAlternative = 392; - public static readonly RULE_levelsInWeightString = 393; - public static readonly RULE_levelInWeightListElement = 394; - public static readonly RULE_aggregateWindowedFunction = 395; - public static readonly RULE_nonAggregateWindowedFunction = 396; - public static readonly RULE_overClause = 397; - public static readonly RULE_windowSpec = 398; - public static readonly RULE_windowName = 399; - public static readonly RULE_frameClause = 400; - public static readonly RULE_frameUnits = 401; - public static readonly RULE_frameExtent = 402; - public static readonly RULE_frameBetween = 403; - public static readonly RULE_frameRange = 404; - public static readonly RULE_partitionClause = 405; - public static readonly RULE_scalarFunctionName = 406; - public static readonly RULE_passwordFunctionClause = 407; - public static readonly RULE_functionArgs = 408; - public static readonly RULE_functionArg = 409; - public static readonly RULE_expression = 410; - public static readonly RULE_predicate = 411; - public static readonly RULE_expressionAtom = 412; - public static readonly RULE_unaryOperator = 413; - public static readonly RULE_comparisonOperator = 414; - public static readonly RULE_comparisonBase = 415; - public static readonly RULE_logicalOperator = 416; - public static readonly RULE_bitOperator = 417; - public static readonly RULE_mathOperator = 418; - public static readonly RULE_jsonOperator = 419; - public static readonly RULE_charsetNameBase = 420; - public static readonly RULE_transactionLevelBase = 421; - public static readonly RULE_privilegesBase = 422; - public static readonly RULE_intervalTypeBase = 423; - public static readonly RULE_dataTypeBase = 424; - public static readonly RULE_keywordsCanBeId = 425; - public static readonly RULE_functionNameBase = 426; + public static readonly RULE_ddlStatement = 3; + public static readonly RULE_dmlStatement = 4; + public static readonly RULE_transactionStatement = 5; + public static readonly RULE_replicationStatement = 6; + public static readonly RULE_preparedStatement = 7; + public static readonly RULE_compoundStatement = 8; + public static readonly RULE_administrationStatement = 9; + public static readonly RULE_utilityStatement = 10; + public static readonly RULE_createDatabase = 11; + public static readonly RULE_createEvent = 12; + public static readonly RULE_createIndex = 13; + public static readonly RULE_createLogFileGroup = 14; + public static readonly RULE_createProcedure = 15; + public static readonly RULE_createFunction = 16; + public static readonly RULE_createFunctionLoadable = 17; + public static readonly RULE_createRole = 18; + public static readonly RULE_createServer = 19; + public static readonly RULE_createTable = 20; + public static readonly RULE_createTableSpaceInnoDB = 21; + public static readonly RULE_createTableSpaceNDB = 22; + public static readonly RULE_createTrigger = 23; + public static readonly RULE_withClause = 24; + public static readonly RULE_commonTableExpressions = 25; + public static readonly RULE_createView = 26; + public static readonly RULE_createDatabaseOption = 27; + public static readonly RULE_charSet = 28; + public static readonly RULE_currentUserExpression = 29; + public static readonly RULE_ownerStatement = 30; + public static readonly RULE_scheduleExpression = 31; + public static readonly RULE_timestampValue = 32; + public static readonly RULE_intervalExpr = 33; + public static readonly RULE_intervalType = 34; + public static readonly RULE_enableType = 35; + public static readonly RULE_indexType = 36; + public static readonly RULE_indexOption = 37; + public static readonly RULE_procedureParameter = 38; + public static readonly RULE_functionParameter = 39; + public static readonly RULE_routineOption = 40; + public static readonly RULE_serverOption = 41; + public static readonly RULE_createDefinitions = 42; + public static readonly RULE_createDefinition = 43; + public static readonly RULE_checkConstraintDefinition = 44; + public static readonly RULE_constraintSymbol = 45; + public static readonly RULE_columnDefinition = 46; + public static readonly RULE_columnConstraint = 47; + public static readonly RULE_referenceDefinition = 48; + public static readonly RULE_referenceAction = 49; + public static readonly RULE_referenceControlType = 50; + public static readonly RULE_tableOption = 51; + public static readonly RULE_tableType = 52; + public static readonly RULE_tableSpaceStorage = 53; + public static readonly RULE_partitionDefinitions = 54; + public static readonly RULE_partitionFunctionDefinition = 55; + public static readonly RULE_subpartitionFunctionDefinition = 56; + public static readonly RULE_partitionDefinition = 57; + public static readonly RULE_partitionDefinerAtom = 58; + public static readonly RULE_partitionDefinerVector = 59; + public static readonly RULE_subPartitionDefinition = 60; + public static readonly RULE_partitionOption = 61; + public static readonly RULE_alterDatabase = 62; + public static readonly RULE_alterEvent = 63; + public static readonly RULE_alterFunction = 64; + public static readonly RULE_alterInstance = 65; + public static readonly RULE_alterLogFileGroup = 66; + public static readonly RULE_alterProcedure = 67; + public static readonly RULE_alterServer = 68; + public static readonly RULE_alterTable = 69; + public static readonly RULE_alterTableSpace = 70; + public static readonly RULE_alterView = 71; + public static readonly RULE_alterOption = 72; + public static readonly RULE_alterPartitionSpecification = 73; + public static readonly RULE_dropDatabase = 74; + public static readonly RULE_dropEvent = 75; + public static readonly RULE_dropIndex = 76; + public static readonly RULE_dropLogFileGroup = 77; + public static readonly RULE_dropProcedure = 78; + public static readonly RULE_dropFunction = 79; + public static readonly RULE_dropServer = 80; + public static readonly RULE_dropSpatial = 81; + public static readonly RULE_dropTable = 82; + public static readonly RULE_dropTableSpace = 83; + public static readonly RULE_dropTrigger = 84; + public static readonly RULE_dropView = 85; + public static readonly RULE_dropRole = 86; + public static readonly RULE_setRole = 87; + public static readonly RULE_renameTable = 88; + public static readonly RULE_renameTableClause = 89; + public static readonly RULE_truncateTable = 90; + public static readonly RULE_callStatement = 91; + public static readonly RULE_deleteStatement = 92; + public static readonly RULE_doStatement = 93; + public static readonly RULE_handlerStatement = 94; + public static readonly RULE_insertStatement = 95; + public static readonly RULE_asRowAlias = 96; + public static readonly RULE_selectOrTableOrValues = 97; + public static readonly RULE_interSectStatement = 98; + public static readonly RULE_interSectQuery = 99; + public static readonly RULE_loadDataStatement = 100; + public static readonly RULE_loadXmlStatement = 101; + public static readonly RULE_parenthesizedQuery = 102; + public static readonly RULE_replaceStatement = 103; + public static readonly RULE_selectStatement = 104; + public static readonly RULE_setOperations = 105; + public static readonly RULE_queryExpressionBody = 106; + public static readonly RULE_queryItem = 107; + public static readonly RULE_queryPrimary = 108; + public static readonly RULE_updateStatement = 109; + public static readonly RULE_valuesStatement = 110; + public static readonly RULE_parenthesizedQueryExpression = 111; + public static readonly RULE_queryBlock = 112; + public static readonly RULE_replaceStatementValuesOrSelectOrTable = 113; + public static readonly RULE_rowValuesList = 114; + public static readonly RULE_setAssignmentList = 115; + public static readonly RULE_updatedElement = 116; + public static readonly RULE_assignmentField = 117; + public static readonly RULE_lockClause = 118; + public static readonly RULE_singleDeleteStatement = 119; + public static readonly RULE_multipleDeleteStatement = 120; + public static readonly RULE_handlerOpenStatement = 121; + public static readonly RULE_handlerReadIndexStatement = 122; + public static readonly RULE_handlerReadStatement = 123; + public static readonly RULE_handlerCloseStatement = 124; + public static readonly RULE_importTableStatement = 125; + public static readonly RULE_singleUpdateStatement = 126; + public static readonly RULE_multipleUpdateStatement = 127; + public static readonly RULE_orderByClause = 128; + public static readonly RULE_orderByExpression = 129; + public static readonly RULE_tableSources = 130; + public static readonly RULE_tableSource = 131; + public static readonly RULE_tableSourceItem = 132; + public static readonly RULE_atomSubQueryTableSource = 133; + public static readonly RULE_fullColumnNames = 134; + public static readonly RULE_indexHint = 135; + public static readonly RULE_indexHintType = 136; + public static readonly RULE_joinPart = 137; + public static readonly RULE_joinSpec = 138; + public static readonly RULE_queryExpression = 139; + public static readonly RULE_querySpecification = 140; + public static readonly RULE_unionStatement = 141; + public static readonly RULE_lateralStatement = 142; + public static readonly RULE_jsonTable = 143; + public static readonly RULE_jsonColumnList = 144; + public static readonly RULE_jsonColumn = 145; + public static readonly RULE_jsonOnEmpty = 146; + public static readonly RULE_jsonOnError = 147; + public static readonly RULE_selectSpec = 148; + public static readonly RULE_selectElements = 149; + public static readonly RULE_selectElement = 150; + public static readonly RULE_tableAllColumns = 151; + public static readonly RULE_pureAllColumns = 152; + public static readonly RULE_selectLiteralColumnName = 153; + public static readonly RULE_selectExpressionColumnName = 154; + public static readonly RULE_intoClause = 155; + public static readonly RULE_selectFieldsInto = 156; + public static readonly RULE_selectLinesInto = 157; + public static readonly RULE_fromClause = 158; + public static readonly RULE_groupByClause = 159; + public static readonly RULE_havingClause = 160; + public static readonly RULE_windowClause = 161; + public static readonly RULE_groupByItem = 162; + public static readonly RULE_limitClause = 163; + public static readonly RULE_limitClauseAtom = 164; + public static readonly RULE_startTransaction = 165; + public static readonly RULE_beginWork = 166; + public static readonly RULE_commitWork = 167; + public static readonly RULE_rollbackWork = 168; + public static readonly RULE_savePointStatement = 169; + public static readonly RULE_rollbackStatement = 170; + public static readonly RULE_releaseStatement = 171; + public static readonly RULE_lockTables = 172; + public static readonly RULE_unlockTables = 173; + public static readonly RULE_setAutocommitStatement = 174; + public static readonly RULE_setTransactionStatement = 175; + public static readonly RULE_transactionMode = 176; + public static readonly RULE_lockTableElement = 177; + public static readonly RULE_lockAction = 178; + public static readonly RULE_transactionOption = 179; + public static readonly RULE_transactionLevel = 180; + public static readonly RULE_changeMaster = 181; + public static readonly RULE_changeReplicationFilter = 182; + public static readonly RULE_changeReplicationSource = 183; + public static readonly RULE_purgeBinaryLogs = 184; + public static readonly RULE_startSlaveOrReplica = 185; + public static readonly RULE_stopSlaveOrReplica = 186; + public static readonly RULE_startGroupReplication = 187; + public static readonly RULE_stopGroupReplication = 188; + public static readonly RULE_masterOption = 189; + public static readonly RULE_stringMasterOption = 190; + public static readonly RULE_decimalMasterOption = 191; + public static readonly RULE_boolMasterOption = 192; + public static readonly RULE_v8NewMasterOption = 193; + public static readonly RULE_replicationSourceOption = 194; + public static readonly RULE_stringSourceOption = 195; + public static readonly RULE_decimalSourceOption = 196; + public static readonly RULE_boolSourceOption = 197; + public static readonly RULE_otherSourceOption = 198; + public static readonly RULE_channelOption = 199; + public static readonly RULE_replicationFilter = 200; + public static readonly RULE_tablePair = 201; + public static readonly RULE_threadType = 202; + public static readonly RULE_untilOption = 203; + public static readonly RULE_connectionOptions = 204; + public static readonly RULE_gtuidSet = 205; + public static readonly RULE_xaStartTransaction = 206; + public static readonly RULE_xaEndTransaction = 207; + public static readonly RULE_xaPrepareStatement = 208; + public static readonly RULE_xaCommitWork = 209; + public static readonly RULE_xaRollbackWork = 210; + public static readonly RULE_xaRecoverWork = 211; + public static readonly RULE_prepareStatement = 212; + public static readonly RULE_executeStatement = 213; + public static readonly RULE_deallocatePrepare = 214; + public static readonly RULE_routineBody = 215; + public static readonly RULE_blockStatement = 216; + public static readonly RULE_caseStatement = 217; + public static readonly RULE_ifStatement = 218; + public static readonly RULE_iterateStatement = 219; + public static readonly RULE_leaveStatement = 220; + public static readonly RULE_loopStatement = 221; + public static readonly RULE_repeatStatement = 222; + public static readonly RULE_returnStatement = 223; + public static readonly RULE_whileStatement = 224; + public static readonly RULE_cursorStatement = 225; + public static readonly RULE_declareVariable = 226; + public static readonly RULE_declareCondition = 227; + public static readonly RULE_declareCursor = 228; + public static readonly RULE_declareHandler = 229; + public static readonly RULE_handlerConditionValue = 230; + public static readonly RULE_procedureSqlStatement = 231; + public static readonly RULE_caseAlternative = 232; + public static readonly RULE_elseIfAlternative = 233; + public static readonly RULE_alterUser = 234; + public static readonly RULE_createUser = 235; + public static readonly RULE_dropUser = 236; + public static readonly RULE_grantStatement = 237; + public static readonly RULE_roleOption = 238; + public static readonly RULE_grantProxy = 239; + public static readonly RULE_alterResourceGroup = 240; + public static readonly RULE_createResourceGroup = 241; + public static readonly RULE_dropResourceGroup = 242; + public static readonly RULE_setResourceGroup = 243; + public static readonly RULE_resourceGroupVCpuSpec = 244; + public static readonly RULE_renameUser = 245; + public static readonly RULE_revokeStatement = 246; + public static readonly RULE_ignoreUnknownUser = 247; + public static readonly RULE_privilegeObjectType = 248; + public static readonly RULE_setPasswordStatement = 249; + public static readonly RULE_userSpecification = 250; + public static readonly RULE_alterUserAuthOption = 251; + public static readonly RULE_createUserAuthOption = 252; + public static readonly RULE_createUserInitialAuthOption = 253; + public static readonly RULE_userAuthOption = 254; + public static readonly RULE_authOptionClause = 255; + public static readonly RULE_authenticationRule = 256; + public static readonly RULE_tlsOption = 257; + public static readonly RULE_userResourceOption = 258; + public static readonly RULE_userPasswordOption = 259; + public static readonly RULE_userLockOption = 260; + public static readonly RULE_factorAuthOption = 261; + public static readonly RULE_registrationOption = 262; + public static readonly RULE_factor = 263; + public static readonly RULE_privilegeClause = 264; + public static readonly RULE_privilege = 265; + public static readonly RULE_privilegeLevel = 266; + public static readonly RULE_renameUserClause = 267; + public static readonly RULE_analyzeTable = 268; + public static readonly RULE_checkTable = 269; + public static readonly RULE_checksumTable = 270; + public static readonly RULE_optimizeTable = 271; + public static readonly RULE_repairTable = 272; + public static readonly RULE_tableActionOption = 273; + public static readonly RULE_checkTableOption = 274; + public static readonly RULE_installComponent = 275; + public static readonly RULE_variableExpr = 276; + public static readonly RULE_uninstallComponent = 277; + public static readonly RULE_installPlugin = 278; + public static readonly RULE_uninstallPlugin = 279; + public static readonly RULE_cloneStatement = 280; + public static readonly RULE_setStatement = 281; + public static readonly RULE_showStatement = 282; + public static readonly RULE_variableClause = 283; + public static readonly RULE_showCommonEntity = 284; + public static readonly RULE_showFilter = 285; + public static readonly RULE_showGlobalInfoClause = 286; + public static readonly RULE_showSchemaEntity = 287; + public static readonly RULE_showProfileType = 288; + public static readonly RULE_binLogStatement = 289; + public static readonly RULE_cacheIndexStatement = 290; + public static readonly RULE_flushStatement = 291; + public static readonly RULE_killStatement = 292; + public static readonly RULE_loadIndexIntoCache = 293; + public static readonly RULE_resetStatement = 294; + public static readonly RULE_resetOption = 295; + public static readonly RULE_resetPersist = 296; + public static readonly RULE_resetAllChannel = 297; + public static readonly RULE_reStartStatement = 298; + public static readonly RULE_shutdownStatement = 299; + public static readonly RULE_tableIndex = 300; + public static readonly RULE_flushOption = 301; + public static readonly RULE_flushTableOption = 302; + public static readonly RULE_loadedTableIndexes = 303; + public static readonly RULE_simpleDescribeStatement = 304; + public static readonly RULE_fullDescribeStatement = 305; + public static readonly RULE_analyzeDescribeStatement = 306; + public static readonly RULE_helpStatement = 307; + public static readonly RULE_useStatement = 308; + public static readonly RULE_signalStatement = 309; + public static readonly RULE_resignalStatement = 310; + public static readonly RULE_signalConditionInformation = 311; + public static readonly RULE_withStatement = 312; + public static readonly RULE_tableStatement = 313; + public static readonly RULE_diagnosticsStatement = 314; + public static readonly RULE_diagnosticsConditionInformationName = 315; + public static readonly RULE_describeObjectClause = 316; + public static readonly RULE_databaseNameCreate = 317; + public static readonly RULE_databaseName = 318; + public static readonly RULE_functionNameCreate = 319; + public static readonly RULE_functionName = 320; + public static readonly RULE_viewNameCreate = 321; + public static readonly RULE_viewName = 322; + public static readonly RULE_indexNameCreate = 323; + public static readonly RULE_indexNames = 324; + public static readonly RULE_indexName = 325; + public static readonly RULE_groupNameCreate = 326; + public static readonly RULE_groupName = 327; + public static readonly RULE_tableNameCreate = 328; + public static readonly RULE_tableNames = 329; + public static readonly RULE_tableName = 330; + public static readonly RULE_userOrRoleNames = 331; + public static readonly RULE_userOrRoleName = 332; + public static readonly RULE_columnNameCreate = 333; + public static readonly RULE_columnNames = 334; + public static readonly RULE_emptyColumn = 335; + public static readonly RULE_columnName = 336; + public static readonly RULE_columnNamePath = 337; + public static readonly RULE_columnNamePathAllowEmpty = 338; + public static readonly RULE_tableSpaceNameCreate = 339; + public static readonly RULE_tableSpaceName = 340; + public static readonly RULE_partitionNameCreate = 341; + public static readonly RULE_partitionNames = 342; + public static readonly RULE_partitionName = 343; + public static readonly RULE_indexColumnName = 344; + public static readonly RULE_userHostPort = 345; + public static readonly RULE_userAtHost = 346; + public static readonly RULE_simpleUserName = 347; + public static readonly RULE_hostName = 348; + public static readonly RULE_userName = 349; + public static readonly RULE_mysqlVariable = 350; + public static readonly RULE_charsetName = 351; + public static readonly RULE_collationName = 352; + public static readonly RULE_engineName = 353; + public static readonly RULE_engineNameBase = 354; + public static readonly RULE_uuidSet = 355; + public static readonly RULE_xid = 356; + public static readonly RULE_xuidStringId = 357; + public static readonly RULE_fullId = 358; + public static readonly RULE_uidList = 359; + public static readonly RULE_uid = 360; + public static readonly RULE_simpleId = 361; + public static readonly RULE_dottedId = 362; + public static readonly RULE_decimalLiteral = 363; + public static readonly RULE_fileSizeLiteral = 364; + public static readonly RULE_stringLiteral = 365; + public static readonly RULE_booleanLiteral = 366; + public static readonly RULE_hexadecimalLiteral = 367; + public static readonly RULE_nullNotNull = 368; + public static readonly RULE_constant = 369; + public static readonly RULE_dataType = 370; + public static readonly RULE_collectionOptions = 371; + public static readonly RULE_convertedDataType = 372; + public static readonly RULE_lengthOneDimension = 373; + public static readonly RULE_lengthTwoDimension = 374; + public static readonly RULE_lengthTwoOptionalDimension = 375; + public static readonly RULE_indexColumnNames = 376; + public static readonly RULE_expressions = 377; + public static readonly RULE_valuesOrValueList = 378; + public static readonly RULE_expressionsWithDefaults = 379; + public static readonly RULE_expressionOrDefault = 380; + public static readonly RULE_constants = 381; + public static readonly RULE_simpleStrings = 382; + public static readonly RULE_userVariables = 383; + public static readonly RULE_defaultValue = 384; + public static readonly RULE_currentTimestamp = 385; + public static readonly RULE_ifExists = 386; + public static readonly RULE_ifNotExists = 387; + public static readonly RULE_orReplace = 388; + public static readonly RULE_functionCall = 389; + public static readonly RULE_specificFunction = 390; + public static readonly RULE_caseFuncAlternative = 391; + public static readonly RULE_levelsInWeightString = 392; + public static readonly RULE_levelInWeightListElement = 393; + public static readonly RULE_aggregateWindowedFunction = 394; + public static readonly RULE_nonAggregateWindowedFunction = 395; + public static readonly RULE_overClause = 396; + public static readonly RULE_windowSpec = 397; + public static readonly RULE_windowName = 398; + public static readonly RULE_frameClause = 399; + public static readonly RULE_frameRange = 400; + public static readonly RULE_partitionClause = 401; + public static readonly RULE_scalarFunctionName = 402; + public static readonly RULE_passwordFunctionClause = 403; + public static readonly RULE_functionArgs = 404; + public static readonly RULE_functionArg = 405; + public static readonly RULE_expression = 406; + public static readonly RULE_predicate = 407; + public static readonly RULE_expressionAtom = 408; + public static readonly RULE_unaryOperator = 409; + public static readonly RULE_comparisonOperator = 410; + public static readonly RULE_comparisonBase = 411; + public static readonly RULE_logicalOperator = 412; + public static readonly RULE_bitOperator = 413; + public static readonly RULE_mathOperator = 414; + public static readonly RULE_jsonOperator = 415; + public static readonly RULE_charsetNameBase = 416; + public static readonly RULE_transactionLevelBase = 417; + public static readonly RULE_privilegesBase = 418; + public static readonly RULE_intervalTypeBase = 419; + public static readonly RULE_dataTypeBase = 420; + public static readonly RULE_keywordsCanBeId = 421; + public static readonly RULE_functionNameBase = 422; public static readonly literalNames = [ null, null, null, null, null, "'ACTIVE'", "'ADD'", "'ALL'", "'ALTER'", @@ -1719,16 +1715,16 @@ export class MySqlParser extends SQLParserBase { "LOCAL_ID", "GLOBAL_ID", "PERSIST_ID", "ERROR_RECONGNIGION" ]; public static readonly ruleNames = [ - "program", "singleStatement", "sqlStatement", "emptyStatement_", - "ddlStatement", "dmlStatement", "transactionStatement", "replicationStatement", - "preparedStatement", "compoundStatement", "administrationStatement", - "utilityStatement", "createDatabase", "createEvent", "createIndex", - "createLogFileGroup", "createProcedure", "createFunction", "createFunctionLoadable", - "createRole", "createServer", "createTable", "createTableSpaceInnoDB", - "createTableSpaceNDB", "createTrigger", "withClause", "commonTableExpressions", - "createView", "createDatabaseOption", "charSet", "currentUserExpression", - "ownerStatement", "scheduleExpression", "timestampValue", "intervalExpr", - "intervalType", "enableType", "indexType", "indexOption", "procedureParameter", + "program", "singleStatement", "sqlStatement", "ddlStatement", "dmlStatement", + "transactionStatement", "replicationStatement", "preparedStatement", + "compoundStatement", "administrationStatement", "utilityStatement", + "createDatabase", "createEvent", "createIndex", "createLogFileGroup", + "createProcedure", "createFunction", "createFunctionLoadable", "createRole", + "createServer", "createTable", "createTableSpaceInnoDB", "createTableSpaceNDB", + "createTrigger", "withClause", "commonTableExpressions", "createView", + "createDatabaseOption", "charSet", "currentUserExpression", "ownerStatement", + "scheduleExpression", "timestampValue", "intervalExpr", "intervalType", + "enableType", "indexType", "indexOption", "procedureParameter", "functionParameter", "routineOption", "serverOption", "createDefinitions", "createDefinition", "checkConstraintDefinition", "constraintSymbol", "columnDefinition", "columnConstraint", "referenceDefinition", "referenceAction", @@ -1821,13 +1817,13 @@ export class MySqlParser extends SQLParserBase { "ifExists", "ifNotExists", "orReplace", "functionCall", "specificFunction", "caseFuncAlternative", "levelsInWeightString", "levelInWeightListElement", "aggregateWindowedFunction", "nonAggregateWindowedFunction", "overClause", - "windowSpec", "windowName", "frameClause", "frameUnits", "frameExtent", - "frameBetween", "frameRange", "partitionClause", "scalarFunctionName", - "passwordFunctionClause", "functionArgs", "functionArg", "expression", - "predicate", "expressionAtom", "unaryOperator", "comparisonOperator", - "comparisonBase", "logicalOperator", "bitOperator", "mathOperator", - "jsonOperator", "charsetNameBase", "transactionLevelBase", "privilegesBase", - "intervalTypeBase", "dataTypeBase", "keywordsCanBeId", "functionNameBase", + "windowSpec", "windowName", "frameClause", "frameRange", "partitionClause", + "scalarFunctionName", "passwordFunctionClause", "functionArgs", + "functionArg", "expression", "predicate", "expressionAtom", "unaryOperator", + "comparisonOperator", "comparisonBase", "logicalOperator", "bitOperator", + "mathOperator", "jsonOperator", "charsetNameBase", "transactionLevelBase", + "privilegesBase", "intervalTypeBase", "dataTypeBase", "keywordsCanBeId", + "functionNameBase", ]; public get grammarFileName(): string { return "MySqlParser.g4"; } @@ -1851,21 +1847,21 @@ export class MySqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 857; + this.state = 849; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while ((((_la) & ~0x1F) === 0 && ((1 << _la) & 169870592) !== 0) || ((((_la - 34)) & ~0x1F) === 0 && ((1 << (_la - 34)) & 268573697) !== 0) || ((((_la - 72)) & ~0x1F) === 0 && ((1 << (_la - 72)) & 2151694339) !== 0) || ((((_la - 104)) & ~0x1F) === 0 && ((1 << (_la - 104)) & 536936449) !== 0) || ((((_la - 140)) & ~0x1F) === 0 && ((1 << (_la - 140)) & 442923) !== 0) || ((((_la - 173)) & ~0x1F) === 0 && ((1 << (_la - 173)) & 2184193) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 16781443) !== 0) || _la === 362 || _la === 371 || ((((_la - 404)) & ~0x1F) === 0 && ((1 << (_la - 404)) & 270573569) !== 0) || _la === 540 || _la === 562 || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 16643) !== 0) || ((((_la - 640)) & ~0x1F) === 0 && ((1 << (_la - 640)) & 268435521) !== 0) || _la === 673 || _la === 694 || _la === 713 || _la === 717 || _la === 749 || _la === 866 || _la === 869) { { { - this.state = 854; + this.state = 846; this.singleStatement(); } } - this.state = 859; + this.state = 851; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 860; + this.state = 852; this.match(MySqlParser.EOF); } } @@ -1887,7 +1883,7 @@ export class MySqlParser extends SQLParserBase { let localContext = new SingleStatementContext(this.context, this.state); this.enterRule(localContext, 2, MySqlParser.RULE_singleStatement); try { - this.state = 867; + this.state = 859; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_ALTER: @@ -1953,14 +1949,14 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.LR_BRACKET: this.enterOuterAlt(localContext, 1); { - this.state = 862; + this.state = 854; this.sqlStatement(); - this.state = 864; + this.state = 856; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1, this.context) ) { case 1: { - this.state = 863; + this.state = 855; this.match(MySqlParser.SEMI); } break; @@ -1970,8 +1966,8 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.SEMI: this.enterOuterAlt(localContext, 2); { - this.state = 866; - this.emptyStatement_(); + this.state = 858; + this.match(MySqlParser.SEMI); } break; default: @@ -1996,55 +1992,55 @@ export class MySqlParser extends SQLParserBase { let localContext = new SqlStatementContext(this.context, this.state); this.enterRule(localContext, 4, MySqlParser.RULE_sqlStatement); try { - this.state = 876; + this.state = 868; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 3, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 869; + this.state = 861; this.ddlStatement(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 870; + this.state = 862; this.dmlStatement(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 871; + this.state = 863; this.transactionStatement(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 872; + this.state = 864; this.replicationStatement(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 873; + this.state = 865; this.preparedStatement(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 874; + this.state = 866; this.administrationStatement(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 875; + this.state = 867; this.utilityStatement(); } break; @@ -2064,314 +2060,290 @@ export class MySqlParser extends SQLParserBase { } return localContext; } - public emptyStatement_(): EmptyStatement_Context { - let localContext = new EmptyStatement_Context(this.context, this.state); - this.enterRule(localContext, 6, MySqlParser.RULE_emptyStatement_); - try { - this.enterOuterAlt(localContext, 1); - { - this.state = 878; - this.match(MySqlParser.SEMI); - } - } - 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 ddlStatement(): DdlStatementContext { let localContext = new DdlStatementContext(this.context, this.state); - this.enterRule(localContext, 8, MySqlParser.RULE_ddlStatement); + this.enterRule(localContext, 6, MySqlParser.RULE_ddlStatement); try { - this.state = 920; + this.state = 910; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 4, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 880; + this.state = 870; this.createDatabase(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 881; + this.state = 871; this.createEvent(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 882; + this.state = 872; this.createIndex(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 883; + this.state = 873; this.createLogFileGroup(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 884; + this.state = 874; this.createProcedure(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 885; + this.state = 875; this.createFunction(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 886; + this.state = 876; this.createFunctionLoadable(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 887; + this.state = 877; this.createServer(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 888; + this.state = 878; this.createTable(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 889; + this.state = 879; this.createTableSpaceInnoDB(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 890; + this.state = 880; this.createTableSpaceNDB(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 891; + this.state = 881; this.createTrigger(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 892; + this.state = 882; this.createView(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 893; + this.state = 883; this.createRole(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 894; + this.state = 884; this.alterDatabase(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 895; + this.state = 885; this.alterEvent(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 896; + this.state = 886; this.alterFunction(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 897; + this.state = 887; this.alterInstance(); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 898; + this.state = 888; this.alterLogFileGroup(); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 899; + this.state = 889; this.alterProcedure(); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 900; + this.state = 890; this.alterServer(); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 901; + this.state = 891; this.alterTable(); } break; case 23: this.enterOuterAlt(localContext, 23); { - this.state = 902; + this.state = 892; this.alterTableSpace(); } break; case 24: this.enterOuterAlt(localContext, 24); { - this.state = 903; + this.state = 893; this.alterView(); } break; case 25: this.enterOuterAlt(localContext, 25); { - this.state = 904; + this.state = 894; this.dropDatabase(); } break; case 26: this.enterOuterAlt(localContext, 26); { - this.state = 905; + this.state = 895; this.dropEvent(); } break; case 27: this.enterOuterAlt(localContext, 27); { - this.state = 906; + this.state = 896; this.dropIndex(); } break; case 28: this.enterOuterAlt(localContext, 28); { - this.state = 907; + this.state = 897; this.dropLogFileGroup(); } break; case 29: this.enterOuterAlt(localContext, 29); { - this.state = 908; + this.state = 898; this.dropProcedure(); } break; case 30: this.enterOuterAlt(localContext, 30); { - this.state = 909; + this.state = 899; this.dropFunction(); } break; case 31: this.enterOuterAlt(localContext, 31); { - this.state = 910; + this.state = 900; this.dropServer(); } break; case 32: this.enterOuterAlt(localContext, 32); { - this.state = 911; + this.state = 901; this.dropSpatial(); } break; case 33: this.enterOuterAlt(localContext, 33); { - this.state = 912; + this.state = 902; this.dropTable(); } break; case 34: this.enterOuterAlt(localContext, 34); { - this.state = 913; + this.state = 903; this.dropTableSpace(); } break; case 35: this.enterOuterAlt(localContext, 35); { - this.state = 914; + this.state = 904; this.dropTrigger(); } break; case 36: this.enterOuterAlt(localContext, 36); { - this.state = 915; + this.state = 905; this.dropView(); } break; case 37: this.enterOuterAlt(localContext, 37); { - this.state = 916; + this.state = 906; this.dropRole(); } break; case 38: this.enterOuterAlt(localContext, 38); { - this.state = 917; + this.state = 907; this.setRole(); } break; case 39: this.enterOuterAlt(localContext, 39); { - this.state = 918; + this.state = 908; this.renameTable(); } break; case 40: this.enterOuterAlt(localContext, 40); { - this.state = 919; + this.state = 909; this.truncateTable(); } break; @@ -2393,127 +2365,127 @@ export class MySqlParser extends SQLParserBase { } public dmlStatement(): DmlStatementContext { let localContext = new DmlStatementContext(this.context, this.state); - this.enterRule(localContext, 10, MySqlParser.RULE_dmlStatement); + this.enterRule(localContext, 8, MySqlParser.RULE_dmlStatement); try { - this.state = 939; + this.state = 929; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 5, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 922; + this.state = 912; this.selectStatement(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 923; + this.state = 913; this.setOperations(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 924; + this.state = 914; this.insertStatement(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 925; + this.state = 915; this.updateStatement(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 926; + this.state = 916; this.deleteStatement(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 927; + this.state = 917; this.replaceStatement(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 928; + this.state = 918; this.callStatement(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 929; + this.state = 919; this.interSectStatement(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 930; + this.state = 920; this.loadDataStatement(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 931; + this.state = 921; this.loadXmlStatement(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 932; + this.state = 922; this.parenthesizedQuery(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 933; + this.state = 923; this.doStatement(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 934; + this.state = 924; this.handlerStatement(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 935; + this.state = 925; this.importTableStatement(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 936; + this.state = 926; this.valuesStatement(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 937; + this.state = 927; this.withStatement(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 938; + this.state = 928; this.tableStatement(); } break; @@ -2535,71 +2507,71 @@ export class MySqlParser extends SQLParserBase { } public transactionStatement(): TransactionStatementContext { let localContext = new TransactionStatementContext(this.context, this.state); - this.enterRule(localContext, 12, MySqlParser.RULE_transactionStatement); + this.enterRule(localContext, 10, MySqlParser.RULE_transactionStatement); try { - this.state = 950; + this.state = 940; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 6, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 941; + this.state = 931; this.startTransaction(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 942; + this.state = 932; this.beginWork(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 943; + this.state = 933; this.commitWork(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 944; + this.state = 934; this.rollbackWork(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 945; + this.state = 935; this.savePointStatement(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 946; + this.state = 936; this.rollbackStatement(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 947; + this.state = 937; this.releaseStatement(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 948; + this.state = 938; this.lockTables(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 949; + this.state = 939; this.unlockTables(); } break; @@ -2621,106 +2593,106 @@ export class MySqlParser extends SQLParserBase { } public replicationStatement(): ReplicationStatementContext { let localContext = new ReplicationStatementContext(this.context, this.state); - this.enterRule(localContext, 14, MySqlParser.RULE_replicationStatement); + this.enterRule(localContext, 12, MySqlParser.RULE_replicationStatement); try { - this.state = 966; + this.state = 956; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 7, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 952; + this.state = 942; this.changeMaster(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 953; + this.state = 943; this.changeReplicationFilter(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 954; + this.state = 944; this.changeReplicationSource(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 955; + this.state = 945; this.purgeBinaryLogs(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 956; + this.state = 946; this.startSlaveOrReplica(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 957; + this.state = 947; this.stopSlaveOrReplica(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 958; + this.state = 948; this.startGroupReplication(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 959; + this.state = 949; this.stopGroupReplication(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 960; + this.state = 950; this.xaStartTransaction(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 961; + this.state = 951; this.xaEndTransaction(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 962; + this.state = 952; this.xaPrepareStatement(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 963; + this.state = 953; this.xaCommitWork(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 964; + this.state = 954; this.xaRollbackWork(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 965; + this.state = 955; this.xaRecoverWork(); } break; @@ -2742,22 +2714,22 @@ export class MySqlParser extends SQLParserBase { } public preparedStatement(): PreparedStatementContext { let localContext = new PreparedStatementContext(this.context, this.state); - this.enterRule(localContext, 16, MySqlParser.RULE_preparedStatement); + this.enterRule(localContext, 14, MySqlParser.RULE_preparedStatement); try { - this.state = 971; + this.state = 961; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_PREPARE: this.enterOuterAlt(localContext, 1); { - this.state = 968; + this.state = 958; this.prepareStatement(); } break; case MySqlParser.KW_EXECUTE: this.enterOuterAlt(localContext, 2); { - this.state = 969; + this.state = 959; this.executeStatement(); } break; @@ -2765,7 +2737,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_DEALLOCATE: this.enterOuterAlt(localContext, 3); { - this.state = 970; + this.state = 960; this.deallocatePrepare(); } break; @@ -2789,78 +2761,78 @@ export class MySqlParser extends SQLParserBase { } public compoundStatement(): CompoundStatementContext { let localContext = new CompoundStatementContext(this.context, this.state); - this.enterRule(localContext, 18, MySqlParser.RULE_compoundStatement); + this.enterRule(localContext, 16, MySqlParser.RULE_compoundStatement); try { - this.state = 983; + this.state = 973; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 9, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 973; + this.state = 963; this.blockStatement(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 974; + this.state = 964; this.caseStatement(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 975; + this.state = 965; this.ifStatement(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 976; + this.state = 966; this.leaveStatement(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 977; + this.state = 967; this.loopStatement(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 978; + this.state = 968; this.repeatStatement(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 979; + this.state = 969; this.whileStatement(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 980; + this.state = 970; this.iterateStatement(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 981; + this.state = 971; this.returnStatement(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 982; + this.state = 972; this.cursorStatement(); } break; @@ -2882,239 +2854,239 @@ export class MySqlParser extends SQLParserBase { } public administrationStatement(): AdministrationStatementContext { let localContext = new AdministrationStatementContext(this.context, this.state); - this.enterRule(localContext, 20, MySqlParser.RULE_administrationStatement); + this.enterRule(localContext, 18, MySqlParser.RULE_administrationStatement); try { - this.state = 1018; + this.state = 1008; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 10, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 985; + this.state = 975; this.alterUser(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 986; + this.state = 976; this.createUser(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 987; + this.state = 977; this.dropUser(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 988; + this.state = 978; this.grantStatement(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 989; + this.state = 979; this.grantProxy(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 990; + this.state = 980; this.renameUser(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 991; + this.state = 981; this.revokeStatement(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 992; + this.state = 982; this.alterResourceGroup(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 993; + this.state = 983; this.createResourceGroup(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 994; + this.state = 984; this.dropResourceGroup(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 995; + this.state = 985; this.setResourceGroup(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 996; + this.state = 986; this.analyzeTable(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 997; + this.state = 987; this.checkTable(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 998; + this.state = 988; this.checksumTable(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 999; + this.state = 989; this.optimizeTable(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 1000; + this.state = 990; this.repairTable(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 1001; + this.state = 991; this.installComponent(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 1002; + this.state = 992; this.uninstallComponent(); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 1003; + this.state = 993; this.installPlugin(); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 1004; + this.state = 994; this.uninstallPlugin(); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 1005; + this.state = 995; this.cloneStatement(); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 1006; + this.state = 996; this.setStatement(); } break; case 23: this.enterOuterAlt(localContext, 23); { - this.state = 1007; + this.state = 997; this.showStatement(); } break; case 24: this.enterOuterAlt(localContext, 24); { - this.state = 1008; + this.state = 998; this.binLogStatement(); } break; case 25: this.enterOuterAlt(localContext, 25); { - this.state = 1009; + this.state = 999; this.cacheIndexStatement(); } break; case 26: this.enterOuterAlt(localContext, 26); { - this.state = 1010; + this.state = 1000; this.flushStatement(); } break; case 27: this.enterOuterAlt(localContext, 27); { - this.state = 1011; + this.state = 1001; this.killStatement(); } break; case 28: this.enterOuterAlt(localContext, 28); { - this.state = 1012; + this.state = 1002; this.loadIndexIntoCache(); } break; case 29: this.enterOuterAlt(localContext, 29); { - this.state = 1013; + this.state = 1003; this.resetStatement(); } break; case 30: this.enterOuterAlt(localContext, 30); { - this.state = 1014; + this.state = 1004; this.resetPersist(); } break; case 31: this.enterOuterAlt(localContext, 31); { - this.state = 1015; + this.state = 1005; this.resetAllChannel(); } break; case 32: this.enterOuterAlt(localContext, 32); { - this.state = 1016; + this.state = 1006; this.reStartStatement(); } break; case 33: this.enterOuterAlt(localContext, 33); { - this.state = 1017; + this.state = 1007; this.shutdownStatement(); } break; @@ -3136,64 +3108,64 @@ export class MySqlParser extends SQLParserBase { } public utilityStatement(): UtilityStatementContext { let localContext = new UtilityStatementContext(this.context, this.state); - this.enterRule(localContext, 22, MySqlParser.RULE_utilityStatement); + this.enterRule(localContext, 20, MySqlParser.RULE_utilityStatement); try { - this.state = 1028; + this.state = 1018; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 11, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1020; + this.state = 1010; this.fullDescribeStatement(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1021; + this.state = 1011; this.simpleDescribeStatement(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1022; + this.state = 1012; this.analyzeDescribeStatement(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1023; + this.state = 1013; this.helpStatement(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1024; + this.state = 1014; this.useStatement(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1025; + this.state = 1015; this.signalStatement(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 1026; + this.state = 1016; this.resignalStatement(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 1027; + this.state = 1017; this.diagnosticsStatement(); } break; @@ -3215,14 +3187,14 @@ export class MySqlParser extends SQLParserBase { } public createDatabase(): CreateDatabaseContext { let localContext = new CreateDatabaseContext(this.context, this.state); - this.enterRule(localContext, 24, MySqlParser.RULE_createDatabase); + this.enterRule(localContext, 22, MySqlParser.RULE_createDatabase); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1030; + this.state = 1020; this.match(MySqlParser.KW_CREATE); - this.state = 1031; + this.state = 1021; localContext._dbFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 39 || _la === 152)) { @@ -3232,29 +3204,29 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1033; + this.state = 1023; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 12, this.context) ) { case 1: { - this.state = 1032; + this.state = 1022; this.ifNotExists(); } break; } - this.state = 1035; + this.state = 1025; this.databaseNameCreate(); - this.state = 1039; + this.state = 1029; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (((((_la - 26)) & ~0x1F) === 0 && ((1 << (_la - 26)) & 65541) !== 0) || _la === 135 || _la === 224 || _la === 376 || _la === 823) { { { - this.state = 1036; + this.state = 1026; this.createDatabaseOption(); } } - this.state = 1041; + this.state = 1031; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -3276,92 +3248,92 @@ export class MySqlParser extends SQLParserBase { } public createEvent(): CreateEventContext { let localContext = new CreateEventContext(this.context, this.state); - this.enterRule(localContext, 26, MySqlParser.RULE_createEvent); + this.enterRule(localContext, 24, MySqlParser.RULE_createEvent); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1042; + this.state = 1032; this.match(MySqlParser.KW_CREATE); - this.state = 1044; + this.state = 1034; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 364) { { - this.state = 1043; + this.state = 1033; this.ownerStatement(); } } - this.state = 1046; + this.state = 1036; this.match(MySqlParser.KW_EVENT); - this.state = 1048; + this.state = 1038; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 15, this.context) ) { case 1: { - this.state = 1047; + this.state = 1037; this.ifNotExists(); } break; } - this.state = 1050; + this.state = 1040; localContext._event_name = this.fullId(); - this.state = 1051; + this.state = 1041; this.match(MySqlParser.KW_ON); - this.state = 1052; + this.state = 1042; this.match(MySqlParser.KW_SCHEDULE); - this.state = 1053; + this.state = 1043; this.scheduleExpression(); - this.state = 1060; + this.state = 1050; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 119) { { - this.state = 1054; + this.state = 1044; this.match(MySqlParser.KW_ON); - this.state = 1055; + this.state = 1045; this.match(MySqlParser.KW_COMPLETION); - this.state = 1057; + this.state = 1047; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 114) { { - this.state = 1056; + this.state = 1046; this.match(MySqlParser.KW_NOT); } } - this.state = 1059; + this.state = 1049; this.match(MySqlParser.KW_PRESERVE); } } - this.state = 1063; + this.state = 1053; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 368 || _la === 375) { { - this.state = 1062; + this.state = 1052; this.enableType(); } } - this.state = 1067; + this.state = 1057; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 340) { { - this.state = 1065; + this.state = 1055; this.match(MySqlParser.KW_COMMENT); - this.state = 1066; + this.state = 1056; this.match(MySqlParser.STRING_LITERAL); } } - this.state = 1069; + this.state = 1059; this.match(MySqlParser.KW_DO); - this.state = 1070; + this.state = 1060; this.routineBody(); } } @@ -3381,20 +3353,20 @@ export class MySqlParser extends SQLParserBase { } public createIndex(): CreateIndexContext { let localContext = new CreateIndexContext(this.context, this.state); - this.enterRule(localContext, 28, MySqlParser.RULE_createIndex); + this.enterRule(localContext, 26, MySqlParser.RULE_createIndex); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1072; + this.state = 1062; this.match(MySqlParser.KW_CREATE); - this.state = 1074; + this.state = 1064; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 508 || _la === 514) { { - this.state = 1073; + this.state = 1063; localContext._intimeAction = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 508 || _la === 514)) { @@ -3407,12 +3379,12 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 1077; + this.state = 1067; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 69 || _la === 161 || _la === 182) { { - this.state = 1076; + this.state = 1066; localContext._indexCategory = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 69 || _la === 161 || _la === 182)) { @@ -3425,66 +3397,66 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 1079; + this.state = 1069; this.match(MySqlParser.KW_INDEX); - this.state = 1080; + this.state = 1070; this.indexNameCreate(); - this.state = 1082; + this.state = 1072; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 188) { { - this.state = 1081; + this.state = 1071; this.indexType(); } } - this.state = 1084; + this.state = 1074; this.match(MySqlParser.KW_ON); - this.state = 1085; + this.state = 1075; this.tableName(); - this.state = 1086; + this.state = 1076; this.indexColumnNames(); - this.state = 1090; + this.state = 1080; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 23, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1087; + this.state = 1077; this.indexOption(); } } } - this.state = 1092; + this.state = 1082; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 23, this.context); } - this.state = 1105; + this.state = 1095; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 27, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { - this.state = 1103; + this.state = 1093; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_ALGORITHM: { - this.state = 1093; + this.state = 1083; this.match(MySqlParser.KW_ALGORITHM); - this.state = 1095; + this.state = 1085; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1094; + this.state = 1084; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1097; + this.state = 1087; localContext._algType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 42 || _la === 357 || _la === 430)) { @@ -3498,19 +3470,19 @@ export class MySqlParser extends SQLParserBase { break; case MySqlParser.KW_LOCK: { - this.state = 1098; + this.state = 1088; this.match(MySqlParser.KW_LOCK); - this.state = 1100; + this.state = 1090; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1099; + this.state = 1089; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1102; + this.state = 1092; localContext._lockType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 42 || _la === 389 || _la === 505 || _la === 595)) { @@ -3527,7 +3499,7 @@ export class MySqlParser extends SQLParserBase { } } } - this.state = 1107; + this.state = 1097; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 27, this.context); } @@ -3549,158 +3521,158 @@ export class MySqlParser extends SQLParserBase { } public createLogFileGroup(): CreateLogFileGroupContext { let localContext = new CreateLogFileGroupContext(this.context, this.state); - this.enterRule(localContext, 30, MySqlParser.RULE_createLogFileGroup); + this.enterRule(localContext, 28, MySqlParser.RULE_createLogFileGroup); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1108; + this.state = 1098; this.match(MySqlParser.KW_CREATE); - this.state = 1109; + this.state = 1099; this.match(MySqlParser.KW_LOGFILE); - this.state = 1110; + this.state = 1100; this.match(MySqlParser.KW_GROUP); - this.state = 1111; + this.state = 1101; localContext._logFileGroupName = this.uid(); - this.state = 1112; + this.state = 1102; this.match(MySqlParser.KW_ADD); - this.state = 1113; + this.state = 1103; this.match(MySqlParser.KW_UNDOFILE); - this.state = 1114; + this.state = 1104; localContext._undoFile = this.match(MySqlParser.STRING_LITERAL); - this.state = 1120; + this.state = 1110; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 428) { { - this.state = 1115; + this.state = 1105; this.match(MySqlParser.KW_INITIAL_SIZE); - this.state = 1117; + this.state = 1107; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1116; + this.state = 1106; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1119; + this.state = 1109; localContext._initSize = this.fileSizeLiteral(); } } - this.state = 1127; + this.state = 1117; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 672) { { - this.state = 1122; + this.state = 1112; this.match(MySqlParser.KW_UNDO_BUFFER_SIZE); - this.state = 1124; + this.state = 1114; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1123; + this.state = 1113; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1126; + this.state = 1116; localContext._undoSize = this.fileSizeLiteral(); } } - this.state = 1134; + this.state = 1124; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 553) { { - this.state = 1129; + this.state = 1119; this.match(MySqlParser.KW_REDO_BUFFER_SIZE); - this.state = 1131; + this.state = 1121; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1130; + this.state = 1120; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1133; + this.state = 1123; localContext._redoSize = this.fileSizeLiteral(); } } - this.state = 1141; + this.state = 1131; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 504) { { - this.state = 1136; + this.state = 1126; this.match(MySqlParser.KW_NODEGROUP); - this.state = 1138; + this.state = 1128; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1137; + this.state = 1127; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1140; + this.state = 1130; localContext._nodeGroup = this.uid(); } } - this.state = 1144; + this.state = 1134; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 687) { { - this.state = 1143; + this.state = 1133; this.match(MySqlParser.KW_WAIT); } } - this.state = 1151; + this.state = 1141; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 340) { { - this.state = 1146; + this.state = 1136; this.match(MySqlParser.KW_COMMENT); - this.state = 1148; + this.state = 1138; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1147; + this.state = 1137; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1150; + this.state = 1140; localContext._comment = this.match(MySqlParser.STRING_LITERAL); } } - this.state = 1153; + this.state = 1143; this.match(MySqlParser.KW_ENGINE); - this.state = 1155; + this.state = 1145; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1154; + this.state = 1144; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1157; + this.state = 1147; this.engineName(); } } @@ -3720,85 +3692,85 @@ export class MySqlParser extends SQLParserBase { } public createProcedure(): CreateProcedureContext { let localContext = new CreateProcedureContext(this.context, this.state); - this.enterRule(localContext, 32, MySqlParser.RULE_createProcedure); + this.enterRule(localContext, 30, MySqlParser.RULE_createProcedure); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1159; + this.state = 1149; this.match(MySqlParser.KW_CREATE); - this.state = 1161; + this.state = 1151; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 364) { { - this.state = 1160; + this.state = 1150; this.ownerStatement(); } } - this.state = 1163; + this.state = 1153; this.match(MySqlParser.KW_PROCEDURE); - this.state = 1165; + this.state = 1155; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 41, this.context) ) { case 1: { - this.state = 1164; + this.state = 1154; this.ifNotExists(); } break; } - this.state = 1167; + this.state = 1157; localContext._sp_name = this.fullId(); - this.state = 1168; + this.state = 1158; this.match(MySqlParser.LR_BRACKET); - this.state = 1170; + this.state = 1160; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074302976) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18880593) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100680481) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 1169; + this.state = 1159; this.procedureParameter(); } } - this.state = 1176; + this.state = 1166; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 1172; + this.state = 1162; this.match(MySqlParser.COMMA); - this.state = 1173; + this.state = 1163; this.procedureParameter(); } } - this.state = 1178; + this.state = 1168; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1179; + this.state = 1169; this.match(MySqlParser.RR_BRACKET); - this.state = 1183; + this.state = 1173; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 44, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1180; + this.state = 1170; this.routineOption(); } } } - this.state = 1185; + this.state = 1175; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 44, this.context); } - this.state = 1186; + this.state = 1176; this.routineBody(); } } @@ -3818,99 +3790,99 @@ export class MySqlParser extends SQLParserBase { } public createFunction(): CreateFunctionContext { let localContext = new CreateFunctionContext(this.context, this.state); - this.enterRule(localContext, 34, MySqlParser.RULE_createFunction); + this.enterRule(localContext, 32, MySqlParser.RULE_createFunction); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1188; + this.state = 1178; this.match(MySqlParser.KW_CREATE); - this.state = 1190; + this.state = 1180; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 364) { { - this.state = 1189; + this.state = 1179; this.ownerStatement(); } } - this.state = 1193; + this.state = 1183; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 307) { { - this.state = 1192; + this.state = 1182; this.match(MySqlParser.KW_AGGREGATE); } } - this.state = 1195; + this.state = 1185; this.match(MySqlParser.KW_FUNCTION); - this.state = 1197; + this.state = 1187; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 47, this.context) ) { case 1: { - this.state = 1196; + this.state = 1186; this.ifNotExists(); } break; } - this.state = 1199; + this.state = 1189; this.functionNameCreate(); - this.state = 1200; + this.state = 1190; this.match(MySqlParser.LR_BRACKET); - this.state = 1202; + this.state = 1192; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074302976) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18878481) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100679969) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 1201; + this.state = 1191; this.functionParameter(); } } - this.state = 1208; + this.state = 1198; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 1204; + this.state = 1194; this.match(MySqlParser.COMMA); - this.state = 1205; + this.state = 1195; this.functionParameter(); } } - this.state = 1210; + this.state = 1200; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1211; + this.state = 1201; this.match(MySqlParser.RR_BRACKET); - this.state = 1212; + this.state = 1202; this.match(MySqlParser.KW_RETURNS); - this.state = 1213; + this.state = 1203; this.dataType(); - this.state = 1217; + this.state = 1207; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 50, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1214; + this.state = 1204; this.routineOption(); } } } - this.state = 1219; + this.state = 1209; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 50, this.context); } - this.state = 1222; + this.state = 1212; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_ALTER: @@ -4498,13 +4470,13 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.STRING_LITERAL: case MySqlParser.ID: { - this.state = 1220; + this.state = 1210; this.routineBody(); } break; case MySqlParser.KW_RETURN: { - this.state = 1221; + this.state = 1211; this.returnStatement(); } break; @@ -4529,40 +4501,40 @@ export class MySqlParser extends SQLParserBase { } public createFunctionLoadable(): CreateFunctionLoadableContext { let localContext = new CreateFunctionLoadableContext(this.context, this.state); - this.enterRule(localContext, 36, MySqlParser.RULE_createFunctionLoadable); + this.enterRule(localContext, 34, MySqlParser.RULE_createFunctionLoadable); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1224; + this.state = 1214; this.match(MySqlParser.KW_CREATE); - this.state = 1226; + this.state = 1216; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 307) { { - this.state = 1225; + this.state = 1215; this.match(MySqlParser.KW_AGGREGATE); } } - this.state = 1228; + this.state = 1218; this.match(MySqlParser.KW_FUNCTION); - this.state = 1230; + this.state = 1220; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 53, this.context) ) { case 1: { - this.state = 1229; + this.state = 1219; this.ifNotExists(); } break; } - this.state = 1232; + this.state = 1222; this.functionNameCreate(); - this.state = 1233; + this.state = 1223; this.match(MySqlParser.KW_RETURNS); - this.state = 1234; + this.state = 1224; localContext._returnType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 208)) & ~0x1F) === 0 && ((1 << (_la - 208)) & 261) !== 0) || _la === 649)) { @@ -4572,9 +4544,9 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1235; + this.state = 1225; this.match(MySqlParser.KW_SONAME); - this.state = 1236; + this.state = 1226; this.match(MySqlParser.STRING_LITERAL); } } @@ -4594,25 +4566,25 @@ export class MySqlParser extends SQLParserBase { } public createRole(): CreateRoleContext { let localContext = new CreateRoleContext(this.context, this.state); - this.enterRule(localContext, 38, MySqlParser.RULE_createRole); + this.enterRule(localContext, 36, MySqlParser.RULE_createRole); try { this.enterOuterAlt(localContext, 1); { - this.state = 1238; + this.state = 1228; this.match(MySqlParser.KW_CREATE); - this.state = 1239; + this.state = 1229; this.match(MySqlParser.KW_ROLE); - this.state = 1241; + this.state = 1231; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 54, this.context) ) { case 1: { - this.state = 1240; + this.state = 1230; this.ifNotExists(); } break; } - this.state = 1243; + this.state = 1233; this.userOrRoleNames(); } } @@ -4632,24 +4604,24 @@ export class MySqlParser extends SQLParserBase { } public createServer(): CreateServerContext { let localContext = new CreateServerContext(this.context, this.state); - this.enterRule(localContext, 40, MySqlParser.RULE_createServer); + this.enterRule(localContext, 38, MySqlParser.RULE_createServer); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1245; + this.state = 1235; this.match(MySqlParser.KW_CREATE); - this.state = 1246; + this.state = 1236; this.match(MySqlParser.KW_SERVER); - this.state = 1247; + this.state = 1237; localContext._servername = this.uid(); - this.state = 1248; + this.state = 1238; this.match(MySqlParser.KW_FOREIGN); - this.state = 1249; + this.state = 1239; this.match(MySqlParser.KW_DATA); - this.state = 1250; + this.state = 1240; this.match(MySqlParser.KW_WRAPPER); - this.state = 1251; + this.state = 1241; localContext._wrapperName = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 494 || _la === 882)) { @@ -4659,29 +4631,29 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1252; + this.state = 1242; this.match(MySqlParser.KW_OPTIONS); - this.state = 1253; + this.state = 1243; this.match(MySqlParser.LR_BRACKET); - this.state = 1254; + this.state = 1244; this.serverOption(); - this.state = 1259; + this.state = 1249; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 1255; + this.state = 1245; this.match(MySqlParser.COMMA); - this.state = 1256; + this.state = 1246; this.serverOption(); } } - this.state = 1261; + this.state = 1251; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1262; + this.state = 1252; this.match(MySqlParser.RR_BRACKET); } } @@ -4701,103 +4673,103 @@ export class MySqlParser extends SQLParserBase { } public createTable(): CreateTableContext { let localContext = new CreateTableContext(this.context, this.state); - this.enterRule(localContext, 42, MySqlParser.RULE_createTable); + this.enterRule(localContext, 40, MySqlParser.RULE_createTable); let _la: number; try { let alternative: number; - this.state = 1342; + this.state = 1332; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 74, this.context) ) { case 1: localContext = new QueryCreateTableContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 1264; + this.state = 1254; this.match(MySqlParser.KW_CREATE); - this.state = 1266; + this.state = 1256; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 660) { { - this.state = 1265; + this.state = 1255; this.match(MySqlParser.KW_TEMPORARY); } } - this.state = 1268; + this.state = 1258; this.match(MySqlParser.KW_TABLE); - this.state = 1270; + this.state = 1260; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 57, this.context) ) { case 1: { - this.state = 1269; + this.state = 1259; this.ifNotExists(); } break; } - this.state = 1272; + this.state = 1262; (localContext as QueryCreateTableContext)._tb = this.tableNameCreate(); - this.state = 1274; + this.state = 1264; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 58, this.context) ) { case 1: { - this.state = 1273; + this.state = 1263; (localContext as QueryCreateTableContext)._col = this.createDefinitions(); } break; } - this.state = 1286; + this.state = 1276; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 26)) & ~0x1F) === 0 && ((1 << (_la - 26)) & 65541) !== 0) || _la === 82 || _la === 181 || _la === 224 || ((((_la - 314)) & ~0x1F) === 0 && ((1 << (_la - 314)) & 67141639) !== 0) || ((((_la - 346)) & ~0x1F) === 0 && ((1 << (_la - 346)) & 3221766153) !== 0) || _la === 380 || _la === 431 || _la === 443 || _la === 480 || _la === 490 || ((((_la - 520)) & ~0x1F) === 0 && ((1 << (_la - 520)) & 541) !== 0) || _la === 588 || ((((_la - 640)) & ~0x1F) === 0 && ((1 << (_la - 640)) & 34341021) !== 0) || ((((_la - 823)) & ~0x1F) === 0 && ((1 << (_la - 823)) & 1029) !== 0) || _la === 882) { { - this.state = 1276; + this.state = 1266; this.tableOption(); - this.state = 1283; + this.state = 1273; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (((((_la - 26)) & ~0x1F) === 0 && ((1 << (_la - 26)) & 65541) !== 0) || _la === 82 || _la === 181 || _la === 224 || ((((_la - 314)) & ~0x1F) === 0 && ((1 << (_la - 314)) & 67141639) !== 0) || ((((_la - 346)) & ~0x1F) === 0 && ((1 << (_la - 346)) & 3221766153) !== 0) || _la === 380 || _la === 431 || _la === 443 || _la === 480 || _la === 490 || ((((_la - 520)) & ~0x1F) === 0 && ((1 << (_la - 520)) & 541) !== 0) || _la === 588 || ((((_la - 640)) & ~0x1F) === 0 && ((1 << (_la - 640)) & 34341021) !== 0) || ((((_la - 823)) & ~0x1F) === 0 && ((1 << (_la - 823)) & 1029) !== 0) || _la === 868 || _la === 882) { { { - this.state = 1278; + this.state = 1268; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 868) { { - this.state = 1277; + this.state = 1267; this.match(MySqlParser.COMMA); } } - this.state = 1280; + this.state = 1270; this.tableOption(); } } - this.state = 1285; + this.state = 1275; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1289; + this.state = 1279; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 130) { { - this.state = 1288; + this.state = 1278; this.partitionDefinitions(); } } - this.state = 1292; + this.state = 1282; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 79 || _la === 143) { { - this.state = 1291; + this.state = 1281; _la = this.tokenStream.LA(1); if(!(_la === 79 || _la === 143)) { this.errorHandler.recoverInline(this); @@ -4809,17 +4781,17 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 1295; + this.state = 1285; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 13) { { - this.state = 1294; + this.state = 1284; this.match(MySqlParser.KW_AS); } } - this.state = 1297; + this.state = 1287; this.selectStatement(); } break; @@ -4827,52 +4799,52 @@ export class MySqlParser extends SQLParserBase { localContext = new CopyCreateTableContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 1299; + this.state = 1289; this.match(MySqlParser.KW_CREATE); - this.state = 1301; + this.state = 1291; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 660) { { - this.state = 1300; + this.state = 1290; this.match(MySqlParser.KW_TEMPORARY); } } - this.state = 1303; + this.state = 1293; this.match(MySqlParser.KW_TABLE); - this.state = 1305; + this.state = 1295; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 66, this.context) ) { case 1: { - this.state = 1304; + this.state = 1294; this.ifNotExists(); } break; } - this.state = 1307; + this.state = 1297; this.tableNameCreate(); - this.state = 1315; + this.state = 1305; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_LIKE: { - this.state = 1308; + this.state = 1298; this.match(MySqlParser.KW_LIKE); - this.state = 1309; + this.state = 1299; this.tableName(); } break; case MySqlParser.LR_BRACKET: { - this.state = 1310; + this.state = 1300; this.match(MySqlParser.LR_BRACKET); - this.state = 1311; + this.state = 1301; this.match(MySqlParser.KW_LIKE); - this.state = 1312; + this.state = 1302; this.tableName(); - this.state = 1313; + this.state = 1303; this.match(MySqlParser.RR_BRACKET); } break; @@ -4885,76 +4857,76 @@ export class MySqlParser extends SQLParserBase { localContext = new ColumnCreateTableContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 1317; + this.state = 1307; this.match(MySqlParser.KW_CREATE); - this.state = 1319; + this.state = 1309; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 660) { { - this.state = 1318; + this.state = 1308; this.match(MySqlParser.KW_TEMPORARY); } } - this.state = 1321; + this.state = 1311; this.match(MySqlParser.KW_TABLE); - this.state = 1323; + this.state = 1313; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 69, this.context) ) { case 1: { - this.state = 1322; + this.state = 1312; this.ifNotExists(); } break; } - this.state = 1325; + this.state = 1315; this.tableNameCreate(); - this.state = 1326; + this.state = 1316; this.createDefinitions(); - this.state = 1337; + this.state = 1327; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 72, this.context) ) { case 1: { - this.state = 1327; + this.state = 1317; this.tableOption(); - this.state = 1334; + this.state = 1324; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 71, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1329; + this.state = 1319; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 868) { { - this.state = 1328; + this.state = 1318; this.match(MySqlParser.COMMA); } } - this.state = 1331; + this.state = 1321; this.tableOption(); } } } - this.state = 1336; + this.state = 1326; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 71, this.context); } } break; } - this.state = 1340; + this.state = 1330; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 130) { { - this.state = 1339; + this.state = 1329; this.partitionDefinitions(); } } @@ -4979,117 +4951,117 @@ export class MySqlParser extends SQLParserBase { } public createTableSpaceInnoDB(): CreateTableSpaceInnoDBContext { let localContext = new CreateTableSpaceInnoDBContext(this.context, this.state); - this.enterRule(localContext, 44, MySqlParser.RULE_createTableSpaceInnoDB); + this.enterRule(localContext, 42, MySqlParser.RULE_createTableSpaceInnoDB); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1344; + this.state = 1334; this.match(MySqlParser.KW_CREATE); - this.state = 1346; + this.state = 1336; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 180) { { - this.state = 1345; + this.state = 1335; this.match(MySqlParser.KW_UNDO); } } - this.state = 1348; + this.state = 1338; this.match(MySqlParser.KW_TABLESPACE); - this.state = 1349; + this.state = 1339; this.tableSpaceNameCreate(); - this.state = 1353; + this.state = 1343; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 1350; + this.state = 1340; this.match(MySqlParser.KW_ADD); - this.state = 1351; + this.state = 1341; this.match(MySqlParser.KW_DATAFILE); - this.state = 1352; + this.state = 1342; localContext._datafile = this.match(MySqlParser.STRING_LITERAL); } } - this.state = 1360; + this.state = 1350; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 314) { { - this.state = 1355; + this.state = 1345; this.match(MySqlParser.KW_AUTOEXTEND_SIZE); - this.state = 1357; + this.state = 1347; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1356; + this.state = 1346; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1359; + this.state = 1349; localContext._autoExtendSize = this.fileSizeLiteral(); } } - this.state = 1365; + this.state = 1355; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 399) { { - this.state = 1362; + this.state = 1352; this.match(MySqlParser.KW_FILE_BLOCK_SIZE); - this.state = 1363; + this.state = 1353; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 1364; + this.state = 1354; localContext._fileBlockSize = this.fileSizeLiteral(); } } - this.state = 1372; + this.state = 1362; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 380) { { - this.state = 1367; + this.state = 1357; this.match(MySqlParser.KW_ENGINE); - this.state = 1369; + this.state = 1359; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1368; + this.state = 1358; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1371; + this.state = 1361; this.engineName(); } } - this.state = 1379; + this.state = 1369; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 825) { { - this.state = 1374; + this.state = 1364; this.match(MySqlParser.KW_ENGINE_ATTRIBUTE); - this.state = 1376; + this.state = 1366; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1375; + this.state = 1365; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1378; + this.state = 1368; this.match(MySqlParser.STRING_LITERAL); } } @@ -5112,196 +5084,196 @@ export class MySqlParser extends SQLParserBase { } public createTableSpaceNDB(): CreateTableSpaceNDBContext { let localContext = new CreateTableSpaceNDBContext(this.context, this.state); - this.enterRule(localContext, 46, MySqlParser.RULE_createTableSpaceNDB); + this.enterRule(localContext, 44, MySqlParser.RULE_createTableSpaceNDB); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1381; + this.state = 1371; this.match(MySqlParser.KW_CREATE); - this.state = 1383; + this.state = 1373; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 180) { { - this.state = 1382; + this.state = 1372; this.match(MySqlParser.KW_UNDO); } } - this.state = 1385; + this.state = 1375; this.match(MySqlParser.KW_TABLESPACE); - this.state = 1386; + this.state = 1376; this.tableSpaceNameCreate(); - this.state = 1387; + this.state = 1377; this.match(MySqlParser.KW_ADD); - this.state = 1388; + this.state = 1378; this.match(MySqlParser.KW_DATAFILE); - this.state = 1389; + this.state = 1379; localContext._datafile = this.match(MySqlParser.STRING_LITERAL); - this.state = 1390; + this.state = 1380; this.match(MySqlParser.KW_USE); - this.state = 1391; + this.state = 1381; this.match(MySqlParser.KW_LOGFILE); - this.state = 1392; + this.state = 1382; this.match(MySqlParser.KW_GROUP); - this.state = 1393; + this.state = 1383; localContext._logFileGroupName = this.uid(); - this.state = 1399; + this.state = 1389; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 393) { { - this.state = 1394; + this.state = 1384; this.match(MySqlParser.KW_EXTENT_SIZE); - this.state = 1396; + this.state = 1386; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1395; + this.state = 1385; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1398; + this.state = 1388; localContext._extentSize = this.fileSizeLiteral(); } } - this.state = 1406; + this.state = 1396; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 428) { { - this.state = 1401; + this.state = 1391; this.match(MySqlParser.KW_INITIAL_SIZE); - this.state = 1403; + this.state = 1393; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1402; + this.state = 1392; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1405; + this.state = 1395; localContext._initialSize = this.fileSizeLiteral(); } } - this.state = 1413; + this.state = 1403; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 314) { { - this.state = 1408; + this.state = 1398; this.match(MySqlParser.KW_AUTOEXTEND_SIZE); - this.state = 1410; + this.state = 1400; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1409; + this.state = 1399; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1412; + this.state = 1402; localContext._autoExtendSize = this.fileSizeLiteral(); } } - this.state = 1420; + this.state = 1410; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 481) { { - this.state = 1415; + this.state = 1405; this.match(MySqlParser.KW_MAX_SIZE); - this.state = 1417; + this.state = 1407; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1416; + this.state = 1406; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1419; + this.state = 1409; localContext._maxSize = this.fileSizeLiteral(); } } - this.state = 1427; + this.state = 1417; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 504) { { - this.state = 1422; + this.state = 1412; this.match(MySqlParser.KW_NODEGROUP); - this.state = 1424; + this.state = 1414; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1423; + this.state = 1413; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1426; + this.state = 1416; localContext._nodeGroup = this.uid(); } } - this.state = 1430; + this.state = 1420; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 687) { { - this.state = 1429; + this.state = 1419; this.match(MySqlParser.KW_WAIT); } } - this.state = 1437; + this.state = 1427; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 340) { { - this.state = 1432; + this.state = 1422; this.match(MySqlParser.KW_COMMENT); - this.state = 1434; + this.state = 1424; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1433; + this.state = 1423; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1436; + this.state = 1426; localContext._comment = this.match(MySqlParser.STRING_LITERAL); } } - this.state = 1439; + this.state = 1429; this.match(MySqlParser.KW_ENGINE); - this.state = 1441; + this.state = 1431; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1440; + this.state = 1430; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1443; + this.state = 1433; this.engineName(); } } @@ -5321,48 +5293,48 @@ export class MySqlParser extends SQLParserBase { } public createTrigger(): CreateTriggerContext { let localContext = new CreateTriggerContext(this.context, this.state); - this.enterRule(localContext, 48, MySqlParser.RULE_createTrigger); + this.enterRule(localContext, 46, MySqlParser.RULE_createTrigger); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1445; + this.state = 1435; this.match(MySqlParser.KW_CREATE); - this.state = 1447; + this.state = 1437; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 364) { { - this.state = 1446; + this.state = 1436; this.ownerStatement(); } } - this.state = 1450; + this.state = 1440; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 78) { { - this.state = 1449; + this.state = 1439; this.ifNotExists(); } } - this.state = 1452; + this.state = 1442; this.match(MySqlParser.KW_TRIGGER); - this.state = 1454; + this.state = 1444; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 101, this.context) ) { case 1: { - this.state = 1453; + this.state = 1443; this.ifNotExists(); } break; } - this.state = 1456; + this.state = 1446; localContext._trigger_name = this.fullId(); - this.state = 1457; + this.state = 1447; localContext._triggerTime = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 16 || _la === 306)) { @@ -5372,7 +5344,7 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1458; + this.state = 1448; localContext._triggerEvent = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 44 || _la === 86 || _la === 185)) { @@ -5382,22 +5354,22 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1459; + this.state = 1449; this.match(MySqlParser.KW_ON); - this.state = 1460; + this.state = 1450; this.tableName(); - this.state = 1461; + this.state = 1451; this.match(MySqlParser.KW_FOR); - this.state = 1462; + this.state = 1452; this.match(MySqlParser.KW_EACH); - this.state = 1463; + this.state = 1453; this.match(MySqlParser.KW_ROW); - this.state = 1466; + this.state = 1456; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 102, this.context) ) { case 1: { - this.state = 1464; + this.state = 1454; localContext._triggerPlace = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 406 || _la === 538)) { @@ -5407,12 +5379,12 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1465; + this.state = 1455; localContext._other_trigger_name = this.fullId(); } break; } - this.state = 1468; + this.state = 1458; this.routineBody(); } } @@ -5432,23 +5404,23 @@ export class MySqlParser extends SQLParserBase { } public withClause(): WithClauseContext { let localContext = new WithClauseContext(this.context, this.state); - this.enterRule(localContext, 50, MySqlParser.RULE_withClause); + this.enterRule(localContext, 48, MySqlParser.RULE_withClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1470; + this.state = 1460; this.match(MySqlParser.KW_WITH); - this.state = 1472; + this.state = 1462; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 103, this.context) ) { case 1: { - this.state = 1471; + this.state = 1461; this.match(MySqlParser.KW_RECURSIVE); } break; } - this.state = 1474; + this.state = 1464; this.commonTableExpressions(); } } @@ -5468,59 +5440,59 @@ export class MySqlParser extends SQLParserBase { } public commonTableExpressions(): CommonTableExpressionsContext { let localContext = new CommonTableExpressionsContext(this.context, this.state); - this.enterRule(localContext, 52, MySqlParser.RULE_commonTableExpressions); + this.enterRule(localContext, 50, MySqlParser.RULE_commonTableExpressions); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1476; + this.state = 1466; localContext._cteName = this.uid(); - this.state = 1488; + this.state = 1478; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 866) { { - this.state = 1477; + this.state = 1467; this.match(MySqlParser.LR_BRACKET); - this.state = 1478; + this.state = 1468; localContext._cteColumnName = this.uid(); - this.state = 1483; + this.state = 1473; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 1479; + this.state = 1469; this.match(MySqlParser.COMMA); - this.state = 1480; + this.state = 1470; localContext._cteColumnName = this.uid(); } } - this.state = 1485; + this.state = 1475; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1486; + this.state = 1476; this.match(MySqlParser.RR_BRACKET); } } - this.state = 1490; + this.state = 1480; this.match(MySqlParser.KW_AS); - this.state = 1491; + this.state = 1481; this.match(MySqlParser.LR_BRACKET); - this.state = 1492; + this.state = 1482; this.dmlStatement(); - this.state = 1493; + this.state = 1483; this.match(MySqlParser.RR_BRACKET); - this.state = 1496; + this.state = 1486; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 106, this.context) ) { case 1: { - this.state = 1494; + this.state = 1484; this.match(MySqlParser.COMMA); - this.state = 1495; + this.state = 1485; this.commonTableExpressions(); } break; @@ -5543,33 +5515,33 @@ export class MySqlParser extends SQLParserBase { } public createView(): CreateViewContext { let localContext = new CreateViewContext(this.context, this.state); - this.enterRule(localContext, 54, MySqlParser.RULE_createView); + this.enterRule(localContext, 52, MySqlParser.RULE_createView); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1498; + this.state = 1488; this.match(MySqlParser.KW_CREATE); - this.state = 1500; + this.state = 1490; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 124) { { - this.state = 1499; + this.state = 1489; this.orReplace(); } } - this.state = 1505; + this.state = 1495; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 308) { { - this.state = 1502; + this.state = 1492; this.match(MySqlParser.KW_ALGORITHM); - this.state = 1503; + this.state = 1493; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 1504; + this.state = 1494; localContext._algType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 486 || _la === 661 || _la === 670)) { @@ -5582,26 +5554,26 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 1508; + this.state = 1498; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 364) { { - this.state = 1507; + this.state = 1497; this.ownerStatement(); } } - this.state = 1513; + this.state = 1503; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 162) { { - this.state = 1510; + this.state = 1500; this.match(MySqlParser.KW_SQL); - this.state = 1511; + this.state = 1501; this.match(MySqlParser.KW_SECURITY); - this.state = 1512; + this.state = 1502; localContext._secContext = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 364 || _la === 436)) { @@ -5614,92 +5586,92 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 1515; + this.state = 1505; this.match(MySqlParser.KW_VIEW); - this.state = 1516; + this.state = 1506; this.viewNameCreate(); - this.state = 1528; + this.state = 1518; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 866) { { - this.state = 1517; + this.state = 1507; this.match(MySqlParser.LR_BRACKET); - this.state = 1518; + this.state = 1508; this.columnNameCreate(); - this.state = 1523; + this.state = 1513; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 1519; + this.state = 1509; this.match(MySqlParser.COMMA); - this.state = 1520; + this.state = 1510; this.columnNameCreate(); } } - this.state = 1525; + this.state = 1515; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1526; + this.state = 1516; this.match(MySqlParser.RR_BRACKET); } } - this.state = 1530; + this.state = 1520; this.match(MySqlParser.KW_AS); - this.state = 1550; + this.state = 1540; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 117, this.context) ) { case 1: { - this.state = 1531; + this.state = 1521; this.match(MySqlParser.LR_BRACKET); - this.state = 1533; + this.state = 1523; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 194) { { - this.state = 1532; + this.state = 1522; this.withClause(); } } - this.state = 1535; + this.state = 1525; this.selectStatement(); - this.state = 1536; + this.state = 1526; this.match(MySqlParser.RR_BRACKET); } break; case 2: { - this.state = 1539; + this.state = 1529; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 194) { { - this.state = 1538; + this.state = 1528; this.withClause(); } } - this.state = 1541; + this.state = 1531; this.selectStatement(); - this.state = 1548; + this.state = 1538; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 116, this.context) ) { case 1: { - this.state = 1542; + this.state = 1532; this.match(MySqlParser.KW_WITH); - this.state = 1544; + this.state = 1534; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 325 || _la === 450) { { - this.state = 1543; + this.state = 1533; localContext._checkOption = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 325 || _la === 450)) { @@ -5712,9 +5684,9 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 1546; + this.state = 1536; this.match(MySqlParser.KW_CHECK); - this.state = 1547; + this.state = 1537; this.match(MySqlParser.KW_OPTION); } break; @@ -5740,38 +5712,38 @@ export class MySqlParser extends SQLParserBase { } public createDatabaseOption(): CreateDatabaseOptionContext { let localContext = new CreateDatabaseOptionContext(this.context, this.state); - this.enterRule(localContext, 56, MySqlParser.RULE_createDatabaseOption); + this.enterRule(localContext, 54, MySqlParser.RULE_createDatabaseOption); let _la: number; try { - this.state = 1585; + this.state = 1575; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 126, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1553; + this.state = 1543; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 42) { { - this.state = 1552; + this.state = 1542; this.match(MySqlParser.KW_DEFAULT); } } - this.state = 1555; + this.state = 1545; this.charSet(); - this.state = 1557; + this.state = 1547; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1556; + this.state = 1546; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1561; + this.state = 1551; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_BINARY: @@ -5819,13 +5791,13 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.CHARSET_REVERSE_QOUTE_STRING: case MySqlParser.STRING_LITERAL: { - this.state = 1559; + this.state = 1549; this.charsetName(); } break; case MySqlParser.KW_DEFAULT: { - this.state = 1560; + this.state = 1550; this.match(MySqlParser.KW_DEFAULT); } break; @@ -5837,79 +5809,79 @@ export class MySqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1564; + this.state = 1554; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 42) { { - this.state = 1563; + this.state = 1553; this.match(MySqlParser.KW_DEFAULT); } } - this.state = 1566; + this.state = 1556; this.match(MySqlParser.KW_COLLATE); - this.state = 1568; + this.state = 1558; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1567; + this.state = 1557; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1570; + this.state = 1560; this.collationName(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1572; + this.state = 1562; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 42) { { - this.state = 1571; + this.state = 1561; this.match(MySqlParser.KW_DEFAULT); } } - this.state = 1574; + this.state = 1564; this.match(MySqlParser.KW_ENCRYPTION); - this.state = 1576; + this.state = 1566; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1575; + this.state = 1565; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1578; + this.state = 1568; this.match(MySqlParser.STRING_LITERAL); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1579; + this.state = 1569; this.match(MySqlParser.KW_READ); - this.state = 1580; + this.state = 1570; this.match(MySqlParser.KW_ONLY); - this.state = 1582; + this.state = 1572; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1581; + this.state = 1571; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1584; + this.state = 1574; _la = this.tokenStream.LA(1); if(!(_la === 42 || _la === 871 || _la === 872)) { this.errorHandler.recoverInline(this); @@ -5938,33 +5910,33 @@ export class MySqlParser extends SQLParserBase { } public charSet(): CharSetContext { let localContext = new CharSetContext(this.context, this.state); - this.enterRule(localContext, 58, MySqlParser.RULE_charSet); + this.enterRule(localContext, 56, MySqlParser.RULE_charSet); try { - this.state = 1592; + this.state = 1582; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_CHARACTER: this.enterOuterAlt(localContext, 1); { - this.state = 1587; + this.state = 1577; this.match(MySqlParser.KW_CHARACTER); - this.state = 1588; + this.state = 1578; this.match(MySqlParser.KW_SET); } break; case MySqlParser.KW_CHARSET: this.enterOuterAlt(localContext, 2); { - this.state = 1589; + this.state = 1579; this.match(MySqlParser.KW_CHARSET); } break; case MySqlParser.KW_CHAR: this.enterOuterAlt(localContext, 3); { - this.state = 1590; + this.state = 1580; this.match(MySqlParser.KW_CHAR); - this.state = 1591; + this.state = 1581; this.match(MySqlParser.KW_SET); } break; @@ -5988,12 +5960,12 @@ export class MySqlParser extends SQLParserBase { } public currentUserExpression(): CurrentUserExpressionContext { let localContext = new CurrentUserExpressionContext(this.context, this.state); - this.enterRule(localContext, 60, MySqlParser.RULE_currentUserExpression); + this.enterRule(localContext, 58, MySqlParser.RULE_currentUserExpression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1594; + this.state = 1584; _la = this.tokenStream.LA(1); if(!(_la === 37 || _la === 678)) { this.errorHandler.recoverInline(this); @@ -6002,14 +5974,14 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1597; + this.state = 1587; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 128, this.context) ) { case 1: { - this.state = 1595; + this.state = 1585; this.match(MySqlParser.LR_BRACKET); - this.state = 1596; + this.state = 1586; this.match(MySqlParser.RR_BRACKET); } break; @@ -6032,26 +6004,26 @@ export class MySqlParser extends SQLParserBase { } public ownerStatement(): OwnerStatementContext { let localContext = new OwnerStatementContext(this.context, this.state); - this.enterRule(localContext, 62, MySqlParser.RULE_ownerStatement); + this.enterRule(localContext, 60, MySqlParser.RULE_ownerStatement); try { this.enterOuterAlt(localContext, 1); { - this.state = 1599; + this.state = 1589; this.match(MySqlParser.KW_DEFINER); - this.state = 1600; + this.state = 1590; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 1603; + this.state = 1593; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 129, this.context) ) { case 1: { - this.state = 1601; + this.state = 1591; this.userName(); } break; case 2: { - this.state = 1602; + this.state = 1592; this.currentUserExpression(); } break; @@ -6074,31 +6046,31 @@ export class MySqlParser extends SQLParserBase { } public scheduleExpression(): ScheduleExpressionContext { let localContext = new ScheduleExpressionContext(this.context, this.state); - this.enterRule(localContext, 64, MySqlParser.RULE_scheduleExpression); + this.enterRule(localContext, 62, MySqlParser.RULE_scheduleExpression); let _la: number; try { - this.state = 1639; + this.state = 1629; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_AT: localContext = new PreciseScheduleContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 1605; + this.state = 1595; this.match(MySqlParser.KW_AT); - this.state = 1606; + this.state = 1596; this.timestampValue(); - this.state = 1610; + this.state = 1600; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 853) { { { - this.state = 1607; + this.state = 1597; this.intervalExpr(); } } - this.state = 1612; + this.state = 1602; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -6108,74 +6080,74 @@ export class MySqlParser extends SQLParserBase { localContext = new IntervalScheduleContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 1613; + this.state = 1603; this.match(MySqlParser.KW_EVERY); - this.state = 1616; + this.state = 1606; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 131, this.context) ) { case 1: { - this.state = 1614; + this.state = 1604; this.decimalLiteral(); } break; case 2: { - this.state = 1615; + this.state = 1605; this.expression(0); } break; } - this.state = 1618; + this.state = 1608; this.intervalType(); - this.state = 1627; + this.state = 1617; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 641) { { - this.state = 1619; + this.state = 1609; this.match(MySqlParser.KW_STARTS); - this.state = 1620; + this.state = 1610; (localContext as IntervalScheduleContext)._startTimestamp = this.timestampValue(); - this.state = 1624; + this.state = 1614; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 853) { { { - this.state = 1621; + this.state = 1611; (localContext as IntervalScheduleContext)._intervalExpr = this.intervalExpr(); (localContext as IntervalScheduleContext)._startIntervals.push((localContext as IntervalScheduleContext)._intervalExpr); } } - this.state = 1626; + this.state = 1616; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1637; + this.state = 1627; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 379) { { - this.state = 1629; + this.state = 1619; this.match(MySqlParser.KW_ENDS); - this.state = 1630; + this.state = 1620; (localContext as IntervalScheduleContext)._endTimestamp = this.timestampValue(); - this.state = 1634; + this.state = 1624; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 853) { { { - this.state = 1631; + this.state = 1621; (localContext as IntervalScheduleContext)._intervalExpr = this.intervalExpr(); (localContext as IntervalScheduleContext)._endIntervals.push((localContext as IntervalScheduleContext)._intervalExpr); } } - this.state = 1636; + this.state = 1626; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -6204,36 +6176,36 @@ export class MySqlParser extends SQLParserBase { } public timestampValue(): TimestampValueContext { let localContext = new TimestampValueContext(this.context, this.state); - this.enterRule(localContext, 66, MySqlParser.RULE_timestampValue); + this.enterRule(localContext, 64, MySqlParser.RULE_timestampValue); try { - this.state = 1645; + this.state = 1635; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 137, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1641; + this.state = 1631; this.match(MySqlParser.KW_CURRENT_TIMESTAMP); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1642; + this.state = 1632; this.stringLiteral(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1643; + this.state = 1633; this.decimalLiteral(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1644; + this.state = 1634; this.expression(0); } break; @@ -6255,31 +6227,31 @@ export class MySqlParser extends SQLParserBase { } public intervalExpr(): IntervalExprContext { let localContext = new IntervalExprContext(this.context, this.state); - this.enterRule(localContext, 68, MySqlParser.RULE_intervalExpr); + this.enterRule(localContext, 66, MySqlParser.RULE_intervalExpr); try { this.enterOuterAlt(localContext, 1); { - this.state = 1647; + this.state = 1637; this.match(MySqlParser.PLUS); - this.state = 1648; + this.state = 1638; this.match(MySqlParser.KW_INTERVAL); - this.state = 1651; + this.state = 1641; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 138, this.context) ) { case 1: { - this.state = 1649; + this.state = 1639; this.decimalLiteral(); } break; case 2: { - this.state = 1650; + this.state = 1640; this.expression(0); } break; } - this.state = 1653; + this.state = 1643; this.intervalType(); } } @@ -6299,9 +6271,9 @@ export class MySqlParser extends SQLParserBase { } public intervalType(): IntervalTypeContext { let localContext = new IntervalTypeContext(this.context, this.state); - this.enterRule(localContext, 70, MySqlParser.RULE_intervalType); + this.enterRule(localContext, 68, MySqlParser.RULE_intervalType); try { - this.state = 1668; + this.state = 1658; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_QUARTER: @@ -6314,91 +6286,91 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_MICROSECOND: this.enterOuterAlt(localContext, 1); { - this.state = 1655; + this.state = 1645; this.intervalTypeBase(); } break; case MySqlParser.KW_YEAR: this.enterOuterAlt(localContext, 2); { - this.state = 1656; + this.state = 1646; this.match(MySqlParser.KW_YEAR); } break; case MySqlParser.KW_YEAR_MONTH: this.enterOuterAlt(localContext, 3); { - this.state = 1657; + this.state = 1647; this.match(MySqlParser.KW_YEAR_MONTH); } break; case MySqlParser.KW_DAY_HOUR: this.enterOuterAlt(localContext, 4); { - this.state = 1658; + this.state = 1648; this.match(MySqlParser.KW_DAY_HOUR); } break; case MySqlParser.KW_DAY_MINUTE: this.enterOuterAlt(localContext, 5); { - this.state = 1659; + this.state = 1649; this.match(MySqlParser.KW_DAY_MINUTE); } break; case MySqlParser.KW_DAY_SECOND: this.enterOuterAlt(localContext, 6); { - this.state = 1660; + this.state = 1650; this.match(MySqlParser.KW_DAY_SECOND); } break; case MySqlParser.KW_HOUR_MINUTE: this.enterOuterAlt(localContext, 7); { - this.state = 1661; + this.state = 1651; this.match(MySqlParser.KW_HOUR_MINUTE); } break; case MySqlParser.KW_HOUR_SECOND: this.enterOuterAlt(localContext, 8); { - this.state = 1662; + this.state = 1652; this.match(MySqlParser.KW_HOUR_SECOND); } break; case MySqlParser.KW_MINUTE_SECOND: this.enterOuterAlt(localContext, 9); { - this.state = 1663; + this.state = 1653; this.match(MySqlParser.KW_MINUTE_SECOND); } break; case MySqlParser.KW_SECOND_MICROSECOND: this.enterOuterAlt(localContext, 10); { - this.state = 1664; + this.state = 1654; this.match(MySqlParser.KW_SECOND_MICROSECOND); } break; case MySqlParser.KW_MINUTE_MICROSECOND: this.enterOuterAlt(localContext, 11); { - this.state = 1665; + this.state = 1655; this.match(MySqlParser.KW_MINUTE_MICROSECOND); } break; case MySqlParser.KW_HOUR_MICROSECOND: this.enterOuterAlt(localContext, 12); { - this.state = 1666; + this.state = 1656; this.match(MySqlParser.KW_HOUR_MICROSECOND); } break; case MySqlParser.KW_DAY_MICROSECOND: this.enterOuterAlt(localContext, 13); { - this.state = 1667; + this.state = 1657; this.match(MySqlParser.KW_DAY_MICROSECOND); } break; @@ -6422,33 +6394,33 @@ export class MySqlParser extends SQLParserBase { } public enableType(): EnableTypeContext { let localContext = new EnableTypeContext(this.context, this.state); - this.enterRule(localContext, 72, MySqlParser.RULE_enableType); + this.enterRule(localContext, 70, MySqlParser.RULE_enableType); try { - this.state = 1675; + this.state = 1665; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 140, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1670; + this.state = 1660; this.match(MySqlParser.KW_ENABLE); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1671; + this.state = 1661; this.match(MySqlParser.KW_DISABLE); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1672; + this.state = 1662; this.match(MySqlParser.KW_DISABLE); - this.state = 1673; + this.state = 1663; this.match(MySqlParser.KW_ON); - this.state = 1674; + this.state = 1664; this.match(MySqlParser.KW_SLAVE); } break; @@ -6470,14 +6442,14 @@ export class MySqlParser extends SQLParserBase { } public indexType(): IndexTypeContext { let localContext = new IndexTypeContext(this.context, this.state); - this.enterRule(localContext, 74, MySqlParser.RULE_indexType); + this.enterRule(localContext, 72, MySqlParser.RULE_indexType); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1677; + this.state = 1667; this.match(MySqlParser.KW_USING); - this.state = 1678; + this.state = 1668; _la = this.tokenStream.LA(1); if(!(_la === 323 || _la === 418)) { this.errorHandler.recoverInline(this); @@ -6504,55 +6476,55 @@ export class MySqlParser extends SQLParserBase { } public indexOption(): IndexOptionContext { let localContext = new IndexOptionContext(this.context, this.state); - this.enterRule(localContext, 76, MySqlParser.RULE_indexOption); + this.enterRule(localContext, 74, MySqlParser.RULE_indexOption); let _la: number; try { - this.state = 1702; + this.state = 1692; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_KEY_BLOCK_SIZE: this.enterOuterAlt(localContext, 1); { - this.state = 1680; + this.state = 1670; this.match(MySqlParser.KW_KEY_BLOCK_SIZE); - this.state = 1682; + this.state = 1672; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1681; + this.state = 1671; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1684; + this.state = 1674; this.fileSizeLiteral(); } break; case MySqlParser.KW_USING: this.enterOuterAlt(localContext, 2); { - this.state = 1685; + this.state = 1675; this.indexType(); } break; case MySqlParser.KW_WITH: this.enterOuterAlt(localContext, 3); { - this.state = 1686; + this.state = 1676; this.match(MySqlParser.KW_WITH); - this.state = 1687; + this.state = 1677; this.match(MySqlParser.KW_PARSER); - this.state = 1688; + this.state = 1678; localContext._parserName = this.uid(); } break; case MySqlParser.KW_COMMENT: this.enterOuterAlt(localContext, 4); { - this.state = 1689; + this.state = 1679; this.match(MySqlParser.KW_COMMENT); - this.state = 1690; + this.state = 1680; this.match(MySqlParser.STRING_LITERAL); } break; @@ -6560,7 +6532,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_VISIBLE: this.enterOuterAlt(localContext, 5); { - this.state = 1691; + this.state = 1681; _la = this.tokenStream.LA(1); if(!(_la === 435 || _la === 686)) { this.errorHandler.recoverInline(this); @@ -6574,38 +6546,38 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_ENGINE_ATTRIBUTE: this.enterOuterAlt(localContext, 6); { - this.state = 1692; + this.state = 1682; this.match(MySqlParser.KW_ENGINE_ATTRIBUTE); - this.state = 1694; + this.state = 1684; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1693; + this.state = 1683; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1696; + this.state = 1686; this.match(MySqlParser.STRING_LITERAL); } break; case MySqlParser.KW_SECONDARY_ENGINE_ATTRIBUTE: this.enterOuterAlt(localContext, 7); { - this.state = 1697; + this.state = 1687; this.match(MySqlParser.KW_SECONDARY_ENGINE_ATTRIBUTE); - this.state = 1699; + this.state = 1689; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1698; + this.state = 1688; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1701; + this.state = 1691; this.match(MySqlParser.STRING_LITERAL); } break; @@ -6629,17 +6601,17 @@ export class MySqlParser extends SQLParserBase { } public procedureParameter(): ProcedureParameterContext { let localContext = new ProcedureParameterContext(this.context, this.state); - this.enterRule(localContext, 78, MySqlParser.RULE_procedureParameter); + this.enterRule(localContext, 76, MySqlParser.RULE_procedureParameter); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1705; + this.state = 1695; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80 || _la === 85 || _la === 126) { { - this.state = 1704; + this.state = 1694; localContext._direction = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 80 || _la === 85 || _la === 126)) { @@ -6652,9 +6624,9 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 1707; + this.state = 1697; localContext._paramName = this.uid(); - this.state = 1708; + this.state = 1698; this.dataType(); } } @@ -6674,13 +6646,13 @@ export class MySqlParser extends SQLParserBase { } public functionParameter(): FunctionParameterContext { let localContext = new FunctionParameterContext(this.context, this.state); - this.enterRule(localContext, 80, MySqlParser.RULE_functionParameter); + this.enterRule(localContext, 78, MySqlParser.RULE_functionParameter); try { this.enterOuterAlt(localContext, 1); { - this.state = 1710; + this.state = 1700; localContext._paramName = this.uid(); - this.state = 1711; + this.state = 1701; this.dataType(); } } @@ -6700,19 +6672,19 @@ export class MySqlParser extends SQLParserBase { } public routineOption(): RoutineOptionContext { let localContext = new RoutineOptionContext(this.context, this.state); - this.enterRule(localContext, 82, MySqlParser.RULE_routineOption); + this.enterRule(localContext, 80, MySqlParser.RULE_routineOption); let _la: number; try { - this.state = 1736; + this.state = 1726; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_COMMENT: localContext = new RoutineCommentContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 1713; + this.state = 1703; this.match(MySqlParser.KW_COMMENT); - this.state = 1714; + this.state = 1704; (localContext as RoutineCommentContext)._comment = this.match(MySqlParser.STRING_LITERAL); } break; @@ -6720,9 +6692,9 @@ export class MySqlParser extends SQLParserBase { localContext = new RoutineLanguageContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 1715; + this.state = 1705; this.match(MySqlParser.KW_LANGUAGE); - this.state = 1716; + this.state = 1706; this.match(MySqlParser.KW_SQL); } break; @@ -6731,17 +6703,17 @@ export class MySqlParser extends SQLParserBase { localContext = new RoutineBehaviorContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 1718; + this.state = 1708; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 114) { { - this.state = 1717; + this.state = 1707; this.match(MySqlParser.KW_NOT); } } - this.state = 1720; + this.state = 1710; this.match(MySqlParser.KW_DETERMINISTIC); } break; @@ -6752,42 +6724,42 @@ export class MySqlParser extends SQLParserBase { localContext = new RoutineDataContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 1731; + this.state = 1721; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_CONTAINS: { - this.state = 1721; + this.state = 1711; this.match(MySqlParser.KW_CONTAINS); - this.state = 1722; + this.state = 1712; this.match(MySqlParser.KW_SQL); } break; case MySqlParser.KW_NO: { - this.state = 1723; + this.state = 1713; this.match(MySqlParser.KW_NO); - this.state = 1724; + this.state = 1714; this.match(MySqlParser.KW_SQL); } break; case MySqlParser.KW_READS: { - this.state = 1725; + this.state = 1715; this.match(MySqlParser.KW_READS); - this.state = 1726; + this.state = 1716; this.match(MySqlParser.KW_SQL); - this.state = 1727; + this.state = 1717; this.match(MySqlParser.KW_DATA); } break; case MySqlParser.KW_MODIFIES: { - this.state = 1728; + this.state = 1718; this.match(MySqlParser.KW_MODIFIES); - this.state = 1729; + this.state = 1719; this.match(MySqlParser.KW_SQL); - this.state = 1730; + this.state = 1720; this.match(MySqlParser.KW_DATA); } break; @@ -6800,11 +6772,11 @@ export class MySqlParser extends SQLParserBase { localContext = new RoutineSecurityContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 1733; + this.state = 1723; this.match(MySqlParser.KW_SQL); - this.state = 1734; + this.state = 1724; this.match(MySqlParser.KW_SECURITY); - this.state = 1735; + this.state = 1725; (localContext as RoutineSecurityContext)._context = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 364 || _la === 436)) { @@ -6836,71 +6808,71 @@ export class MySqlParser extends SQLParserBase { } public serverOption(): ServerOptionContext { let localContext = new ServerOptionContext(this.context, this.state); - this.enterRule(localContext, 84, MySqlParser.RULE_serverOption); + this.enterRule(localContext, 82, MySqlParser.RULE_serverOption); try { - this.state = 1752; + this.state = 1742; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_HOST: this.enterOuterAlt(localContext, 1); { - this.state = 1738; + this.state = 1728; this.match(MySqlParser.KW_HOST); - this.state = 1739; + this.state = 1729; this.match(MySqlParser.STRING_LITERAL); } break; case MySqlParser.KW_DATABASE: this.enterOuterAlt(localContext, 2); { - this.state = 1740; + this.state = 1730; this.match(MySqlParser.KW_DATABASE); - this.state = 1741; + this.state = 1731; this.match(MySqlParser.STRING_LITERAL); } break; case MySqlParser.KW_USER: this.enterOuterAlt(localContext, 3); { - this.state = 1742; + this.state = 1732; this.match(MySqlParser.KW_USER); - this.state = 1743; + this.state = 1733; this.match(MySqlParser.STRING_LITERAL); } break; case MySqlParser.KW_PASSWORD: this.enterOuterAlt(localContext, 4); { - this.state = 1744; + this.state = 1734; this.match(MySqlParser.KW_PASSWORD); - this.state = 1745; + this.state = 1735; this.match(MySqlParser.STRING_LITERAL); } break; case MySqlParser.KW_SOCKET: this.enterOuterAlt(localContext, 5); { - this.state = 1746; + this.state = 1736; this.match(MySqlParser.KW_SOCKET); - this.state = 1747; + this.state = 1737; this.match(MySqlParser.STRING_LITERAL); } break; case MySqlParser.KW_OWNER: this.enterOuterAlt(localContext, 6); { - this.state = 1748; + this.state = 1738; this.match(MySqlParser.KW_OWNER); - this.state = 1749; + this.state = 1739; this.match(MySqlParser.STRING_LITERAL); } break; case MySqlParser.KW_PORT: this.enterOuterAlt(localContext, 7); { - this.state = 1750; + this.state = 1740; this.match(MySqlParser.KW_PORT); - this.state = 1751; + this.state = 1741; this.decimalLiteral(); } break; @@ -6924,32 +6896,32 @@ export class MySqlParser extends SQLParserBase { } public createDefinitions(): CreateDefinitionsContext { let localContext = new CreateDefinitionsContext(this.context, this.state); - this.enterRule(localContext, 86, MySqlParser.RULE_createDefinitions); + this.enterRule(localContext, 84, MySqlParser.RULE_createDefinitions); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1754; + this.state = 1744; this.match(MySqlParser.LR_BRACKET); - this.state = 1755; + this.state = 1745; this.createDefinition(); - this.state = 1760; + this.state = 1750; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 1756; + this.state = 1746; this.match(MySqlParser.COMMA); - this.state = 1757; + this.state = 1747; this.createDefinition(); } } - this.state = 1762; + this.state = 1752; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1763; + this.state = 1753; this.match(MySqlParser.RR_BRACKET); } } @@ -6969,25 +6941,25 @@ export class MySqlParser extends SQLParserBase { } public createDefinition(): CreateDefinitionContext { let localContext = new CreateDefinitionContext(this.context, this.state); - this.enterRule(localContext, 88, MySqlParser.RULE_createDefinition); + this.enterRule(localContext, 86, MySqlParser.RULE_createDefinition); let _la: number; try { - this.state = 1848; + this.state = 1838; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 167, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1765; + this.state = 1755; this.columnNameCreate(); - this.state = 1766; + this.state = 1756; this.columnDefinition(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1768; + this.state = 1758; _la = this.tokenStream.LA(1); if(!(_la === 82 || _la === 92)) { this.errorHandler.recoverInline(this); @@ -6996,39 +6968,39 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1770; + this.state = 1760; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074302976) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18878481) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100679969) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 1769; + this.state = 1759; this.indexName(); } } - this.state = 1773; + this.state = 1763; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 188) { { - this.state = 1772; + this.state = 1762; this.indexType(); } } - this.state = 1775; + this.state = 1765; this.indexColumnNames(); - this.state = 1779; + this.state = 1769; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 188 || _la === 194 || _la === 340 || _la === 435 || _la === 443 || _la === 686 || _la === 825 || _la === 833) { { { - this.state = 1776; + this.state = 1766; this.indexOption(); } } - this.state = 1781; + this.state = 1771; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -7037,7 +7009,7 @@ export class MySqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1782; + this.state = 1772; _la = this.tokenStream.LA(1); if(!(_la === 69 || _la === 161)) { this.errorHandler.recoverInline(this); @@ -7046,12 +7018,12 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1784; + this.state = 1774; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82 || _la === 92) { { - this.state = 1783; + this.state = 1773; _la = this.tokenStream.LA(1); if(!(_la === 82 || _la === 92)) { this.errorHandler.recoverInline(this); @@ -7063,29 +7035,29 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 1787; + this.state = 1777; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074302976) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18878481) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100679969) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 1786; + this.state = 1776; this.indexName(); } } - this.state = 1789; + this.state = 1779; this.indexColumnNames(); - this.state = 1793; + this.state = 1783; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 188 || _la === 194 || _la === 340 || _la === 435 || _la === 443 || _la === 686 || _la === 825 || _la === 833) { { { - this.state = 1790; + this.state = 1780; this.indexOption(); } } - this.state = 1795; + this.state = 1785; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -7094,43 +7066,43 @@ export class MySqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1797; + this.state = 1787; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 31) { { - this.state = 1796; + this.state = 1786; this.constraintSymbol(); } } - this.state = 1799; + this.state = 1789; this.match(MySqlParser.KW_PRIMARY); - this.state = 1800; + this.state = 1790; this.match(MySqlParser.KW_KEY); - this.state = 1802; + this.state = 1792; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 188) { { - this.state = 1801; + this.state = 1791; this.indexType(); } } - this.state = 1804; + this.state = 1794; this.indexColumnNames(); - this.state = 1808; + this.state = 1798; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 188 || _la === 194 || _la === 340 || _la === 435 || _la === 443 || _la === 686 || _la === 825 || _la === 833) { { { - this.state = 1805; + this.state = 1795; this.indexOption(); } } - this.state = 1810; + this.state = 1800; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -7139,24 +7111,24 @@ export class MySqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1812; + this.state = 1802; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 31) { { - this.state = 1811; + this.state = 1801; this.constraintSymbol(); } } - this.state = 1814; + this.state = 1804; this.match(MySqlParser.KW_UNIQUE); - this.state = 1816; + this.state = 1806; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82 || _la === 92) { { - this.state = 1815; + this.state = 1805; _la = this.tokenStream.LA(1); if(!(_la === 82 || _la === 92)) { this.errorHandler.recoverInline(this); @@ -7168,39 +7140,39 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 1819; + this.state = 1809; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074302976) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18878481) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100679969) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 1818; + this.state = 1808; this.indexName(); } } - this.state = 1822; + this.state = 1812; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 188) { { - this.state = 1821; + this.state = 1811; this.indexType(); } } - this.state = 1824; + this.state = 1814; this.indexColumnNames(); - this.state = 1828; + this.state = 1818; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 188 || _la === 194 || _la === 340 || _la === 435 || _la === 443 || _la === 686 || _la === 825 || _la === 833) { { { - this.state = 1825; + this.state = 1815; this.indexOption(); } } - this.state = 1830; + this.state = 1820; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -7209,53 +7181,53 @@ export class MySqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1832; + this.state = 1822; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 31) { { - this.state = 1831; + this.state = 1821; this.constraintSymbol(); } } - this.state = 1834; + this.state = 1824; this.match(MySqlParser.KW_FOREIGN); - this.state = 1835; + this.state = 1825; this.match(MySqlParser.KW_KEY); - this.state = 1837; + this.state = 1827; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074302976) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18878481) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100679969) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 1836; + this.state = 1826; this.indexName(); } } - this.state = 1839; + this.state = 1829; this.indexColumnNames(); - this.state = 1840; + this.state = 1830; this.referenceDefinition(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 1842; + this.state = 1832; this.match(MySqlParser.KW_CHECK); - this.state = 1843; + this.state = 1833; this.match(MySqlParser.LR_BRACKET); - this.state = 1844; + this.state = 1834; this.expression(0); - this.state = 1845; + this.state = 1835; this.match(MySqlParser.RR_BRACKET); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 1847; + this.state = 1837; this.checkConstraintDefinition(); } break; @@ -7277,45 +7249,45 @@ export class MySqlParser extends SQLParserBase { } public checkConstraintDefinition(): CheckConstraintDefinitionContext { let localContext = new CheckConstraintDefinitionContext(this.context, this.state); - this.enterRule(localContext, 90, MySqlParser.RULE_checkConstraintDefinition); + this.enterRule(localContext, 88, MySqlParser.RULE_checkConstraintDefinition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1851; + this.state = 1841; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 31) { { - this.state = 1850; + this.state = 1840; this.constraintSymbol(); } } - this.state = 1853; + this.state = 1843; this.match(MySqlParser.KW_CHECK); - this.state = 1854; + this.state = 1844; this.match(MySqlParser.LR_BRACKET); - this.state = 1855; + this.state = 1845; this.expression(0); - this.state = 1856; + this.state = 1846; this.match(MySqlParser.RR_BRACKET); - this.state = 1861; + this.state = 1851; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 170, this.context) ) { case 1: { - this.state = 1858; + this.state = 1848; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 114) { { - this.state = 1857; + this.state = 1847; this.match(MySqlParser.KW_NOT); } } - this.state = 1860; + this.state = 1850; this.match(MySqlParser.KW_ENFORCED); } break; @@ -7338,18 +7310,18 @@ export class MySqlParser extends SQLParserBase { } public constraintSymbol(): ConstraintSymbolContext { let localContext = new ConstraintSymbolContext(this.context, this.state); - this.enterRule(localContext, 92, MySqlParser.RULE_constraintSymbol); + this.enterRule(localContext, 90, MySqlParser.RULE_constraintSymbol); try { this.enterOuterAlt(localContext, 1); { - this.state = 1863; + this.state = 1853; this.match(MySqlParser.KW_CONSTRAINT); - this.state = 1865; + this.state = 1855; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 171, this.context) ) { case 1: { - this.state = 1864; + this.state = 1854; localContext._symbol_ = this.uid(); } break; @@ -7372,26 +7344,26 @@ export class MySqlParser extends SQLParserBase { } public columnDefinition(): ColumnDefinitionContext { let localContext = new ColumnDefinitionContext(this.context, this.state); - this.enterRule(localContext, 94, MySqlParser.RULE_columnDefinition); + this.enterRule(localContext, 92, MySqlParser.RULE_columnDefinition); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1867; + this.state = 1857; localContext._colType = this.dataType(); - this.state = 1871; + this.state = 1861; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 172, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1868; + this.state = 1858; this.columnConstraint(); } } } - this.state = 1873; + this.state = 1863; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 172, this.context); } @@ -7413,10 +7385,10 @@ export class MySqlParser extends SQLParserBase { } public columnConstraint(): ColumnConstraintContext { let localContext = new ColumnConstraintContext(this.context, this.state); - this.enterRule(localContext, 96, MySqlParser.RULE_columnConstraint); + this.enterRule(localContext, 94, MySqlParser.RULE_columnConstraint); let _la: number; try { - this.state = 1917; + this.state = 1907; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_NOT: @@ -7425,7 +7397,7 @@ export class MySqlParser extends SQLParserBase { localContext = new NullColumnConstraintContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 1874; + this.state = 1864; this.nullNotNull(); } break; @@ -7433,9 +7405,9 @@ export class MySqlParser extends SQLParserBase { localContext = new DefaultColumnConstraintContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 1875; + this.state = 1865; this.match(MySqlParser.KW_DEFAULT); - this.state = 1876; + this.state = 1866; this.defaultValue(); } break; @@ -7443,7 +7415,7 @@ export class MySqlParser extends SQLParserBase { localContext = new VisibilityColumnConstraintContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 1877; + this.state = 1867; this.match(MySqlParser.KW_VISIBLE); } break; @@ -7451,7 +7423,7 @@ export class MySqlParser extends SQLParserBase { localContext = new InvisibilityColumnConstraintContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 1878; + this.state = 1868; this.match(MySqlParser.KW_INVISIBLE); } break; @@ -7460,22 +7432,22 @@ export class MySqlParser extends SQLParserBase { localContext = new AutoIncrementColumnConstraintContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 1883; + this.state = 1873; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_AUTO_INCREMENT: { - this.state = 1879; + this.state = 1869; this.match(MySqlParser.KW_AUTO_INCREMENT); } break; case MySqlParser.KW_ON: { - this.state = 1880; + this.state = 1870; this.match(MySqlParser.KW_ON); - this.state = 1881; + this.state = 1871; this.match(MySqlParser.KW_UPDATE); - this.state = 1882; + this.state = 1872; this.currentTimestamp(); } break; @@ -7489,17 +7461,17 @@ export class MySqlParser extends SQLParserBase { localContext = new PrimaryKeyColumnConstraintContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 1886; + this.state = 1876; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 131) { { - this.state = 1885; + this.state = 1875; this.match(MySqlParser.KW_PRIMARY); } } - this.state = 1888; + this.state = 1878; this.match(MySqlParser.KW_KEY); } break; @@ -7507,14 +7479,14 @@ export class MySqlParser extends SQLParserBase { localContext = new UniqueKeyColumnConstraintContext(localContext); this.enterOuterAlt(localContext, 7); { - this.state = 1889; + this.state = 1879; this.match(MySqlParser.KW_UNIQUE); - this.state = 1891; + this.state = 1881; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 175, this.context) ) { case 1: { - this.state = 1890; + this.state = 1880; this.match(MySqlParser.KW_KEY); } break; @@ -7525,9 +7497,9 @@ export class MySqlParser extends SQLParserBase { localContext = new CommentColumnConstraintContext(localContext); this.enterOuterAlt(localContext, 8); { - this.state = 1893; + this.state = 1883; this.match(MySqlParser.KW_COMMENT); - this.state = 1894; + this.state = 1884; (localContext as CommentColumnConstraintContext)._comment = this.match(MySqlParser.STRING_LITERAL); } break; @@ -7535,9 +7507,9 @@ export class MySqlParser extends SQLParserBase { localContext = new FormatColumnConstraintContext(localContext); this.enterOuterAlt(localContext, 9); { - this.state = 1895; + this.state = 1885; this.match(MySqlParser.KW_COLUMN_FORMAT); - this.state = 1896; + this.state = 1886; (localContext as FormatColumnConstraintContext)._colformat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 42 || _la === 374 || _la === 403)) { @@ -7553,9 +7525,9 @@ export class MySqlParser extends SQLParserBase { localContext = new StorageColumnConstraintContext(localContext); this.enterOuterAlt(localContext, 10); { - this.state = 1897; + this.state = 1887; this.match(MySqlParser.KW_STORAGE); - this.state = 1898; + this.state = 1888; (localContext as StorageColumnConstraintContext)._storageval = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 42 || _la === 370 || _la === 802)) { @@ -7571,7 +7543,7 @@ export class MySqlParser extends SQLParserBase { localContext = new ReferenceColumnConstraintContext(localContext); this.enterOuterAlt(localContext, 11); { - this.state = 1899; + this.state = 1889; this.referenceDefinition(); } break; @@ -7579,9 +7551,9 @@ export class MySqlParser extends SQLParserBase { localContext = new CollateColumnConstraintContext(localContext); this.enterOuterAlt(localContext, 12); { - this.state = 1900; + this.state = 1890; this.match(MySqlParser.KW_COLLATE); - this.state = 1901; + this.state = 1891; this.collationName(); } break; @@ -7590,32 +7562,32 @@ export class MySqlParser extends SQLParserBase { localContext = new GeneratedColumnConstraintContext(localContext); this.enterOuterAlt(localContext, 13); { - this.state = 1904; + this.state = 1894; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 71) { { - this.state = 1902; + this.state = 1892; this.match(MySqlParser.KW_GENERATED); - this.state = 1903; + this.state = 1893; this.match(MySqlParser.KW_ALWAYS); } } - this.state = 1906; + this.state = 1896; this.match(MySqlParser.KW_AS); - this.state = 1907; + this.state = 1897; this.match(MySqlParser.LR_BRACKET); - this.state = 1908; + this.state = 1898; this.expression(0); - this.state = 1909; + this.state = 1899; this.match(MySqlParser.RR_BRACKET); - this.state = 1911; + this.state = 1901; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 648 || _la === 685) { { - this.state = 1910; + this.state = 1900; _la = this.tokenStream.LA(1); if(!(_la === 648 || _la === 685)) { this.errorHandler.recoverInline(this); @@ -7633,11 +7605,11 @@ export class MySqlParser extends SQLParserBase { localContext = new SerialDefaultColumnConstraintContext(localContext); this.enterOuterAlt(localContext, 14); { - this.state = 1913; + this.state = 1903; this.match(MySqlParser.KW_SERIAL); - this.state = 1914; + this.state = 1904; this.match(MySqlParser.KW_DEFAULT); - this.state = 1915; + this.state = 1905; this.match(MySqlParser.KW_VALUE); } break; @@ -7646,7 +7618,7 @@ export class MySqlParser extends SQLParserBase { localContext = new CheckExprContext(localContext); this.enterOuterAlt(localContext, 15); { - this.state = 1916; + this.state = 1906; this.checkConstraintDefinition(); } break; @@ -7670,33 +7642,33 @@ export class MySqlParser extends SQLParserBase { } public referenceDefinition(): ReferenceDefinitionContext { let localContext = new ReferenceDefinitionContext(this.context, this.state); - this.enterRule(localContext, 98, MySqlParser.RULE_referenceDefinition); + this.enterRule(localContext, 96, MySqlParser.RULE_referenceDefinition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1919; + this.state = 1909; this.match(MySqlParser.KW_REFERENCES); - this.state = 1920; + this.state = 1910; this.tableName(); - this.state = 1922; + this.state = 1912; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 179, this.context) ) { case 1: { - this.state = 1921; + this.state = 1911; this.indexColumnNames(); } break; } - this.state = 1926; + this.state = 1916; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 110) { { - this.state = 1924; + this.state = 1914; this.match(MySqlParser.KW_MATCH); - this.state = 1925; + this.state = 1915; localContext._matchType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 408 || _la === 526 || _la === 597)) { @@ -7709,12 +7681,12 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 1929; + this.state = 1919; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 181, this.context) ) { case 1: { - this.state = 1928; + this.state = 1918; this.referenceAction(); } break; @@ -7737,30 +7709,30 @@ export class MySqlParser extends SQLParserBase { } public referenceAction(): ReferenceActionContext { let localContext = new ReferenceActionContext(this.context, this.state); - this.enterRule(localContext, 100, MySqlParser.RULE_referenceAction); + this.enterRule(localContext, 98, MySqlParser.RULE_referenceAction); try { - this.state = 1947; + this.state = 1937; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 184, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1931; + this.state = 1921; this.match(MySqlParser.KW_ON); - this.state = 1932; + this.state = 1922; this.match(MySqlParser.KW_DELETE); - this.state = 1933; + this.state = 1923; localContext._onDelete = this.referenceControlType(); - this.state = 1937; + this.state = 1927; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 182, this.context) ) { case 1: { - this.state = 1934; + this.state = 1924; this.match(MySqlParser.KW_ON); - this.state = 1935; + this.state = 1925; this.match(MySqlParser.KW_UPDATE); - this.state = 1936; + this.state = 1926; localContext._onUpdate = this.referenceControlType(); } break; @@ -7770,22 +7742,22 @@ export class MySqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1939; + this.state = 1929; this.match(MySqlParser.KW_ON); - this.state = 1940; + this.state = 1930; this.match(MySqlParser.KW_UPDATE); - this.state = 1941; + this.state = 1931; localContext._onUpdate = this.referenceControlType(); - this.state = 1945; + this.state = 1935; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 183, this.context) ) { case 1: { - this.state = 1942; + this.state = 1932; this.match(MySqlParser.KW_ON); - this.state = 1943; + this.state = 1933; this.match(MySqlParser.KW_DELETE); - this.state = 1944; + this.state = 1934; localContext._onDelete = this.referenceControlType(); } break; @@ -7810,49 +7782,49 @@ export class MySqlParser extends SQLParserBase { } public referenceControlType(): ReferenceControlTypeContext { let localContext = new ReferenceControlTypeContext(this.context, this.state); - this.enterRule(localContext, 102, MySqlParser.RULE_referenceControlType); + this.enterRule(localContext, 100, MySqlParser.RULE_referenceControlType); try { - this.state = 1957; + this.state = 1947; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 185, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1949; + this.state = 1939; this.match(MySqlParser.KW_RESTRICT); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1950; + this.state = 1940; this.match(MySqlParser.KW_CASCADE); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1951; + this.state = 1941; this.match(MySqlParser.KW_SET); - this.state = 1952; + this.state = 1942; this.match(MySqlParser.KW_NULL_LITERAL); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1953; + this.state = 1943; this.match(MySqlParser.KW_NO); - this.state = 1954; + this.state = 1944; this.match(MySqlParser.KW_ACTION); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1955; + this.state = 1945; this.match(MySqlParser.KW_SET); - this.state = 1956; + this.state = 1946; this.match(MySqlParser.KW_DEFAULT); } break; @@ -7874,34 +7846,34 @@ export class MySqlParser extends SQLParserBase { } public tableOption(): TableOptionContext { let localContext = new TableOptionContext(this.context, this.state); - this.enterRule(localContext, 104, MySqlParser.RULE_tableOption); + this.enterRule(localContext, 102, MySqlParser.RULE_tableOption); let _la: number; try { - this.state = 2144; + this.state = 2134; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 223, this.context) ) { case 1: localContext = new TableOptionEngineContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 1959; + this.state = 1949; this.match(MySqlParser.KW_ENGINE); - this.state = 1961; + this.state = 1951; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1960; + this.state = 1950; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1964; + this.state = 1954; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 187, this.context) ) { case 1: { - this.state = 1963; + this.state = 1953; this.engineName(); } break; @@ -7912,19 +7884,19 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionEngineAttributeContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 1966; + this.state = 1956; this.match(MySqlParser.KW_ENGINE_ATTRIBUTE); - this.state = 1968; + this.state = 1958; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1967; + this.state = 1957; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1970; + this.state = 1960; this.match(MySqlParser.STRING_LITERAL); } break; @@ -7932,19 +7904,19 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionAutoExtendSizeContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 1971; + this.state = 1961; this.match(MySqlParser.KW_AUTOEXTEND_SIZE); - this.state = 1973; + this.state = 1963; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1972; + this.state = 1962; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1975; + this.state = 1965; this.decimalLiteral(); } break; @@ -7952,19 +7924,19 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionAutoIncrementContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 1976; + this.state = 1966; this.match(MySqlParser.KW_AUTO_INCREMENT); - this.state = 1978; + this.state = 1968; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1977; + this.state = 1967; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1980; + this.state = 1970; this.decimalLiteral(); } break; @@ -7972,19 +7944,19 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionAverageContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 1981; + this.state = 1971; this.match(MySqlParser.KW_AVG_ROW_LENGTH); - this.state = 1983; + this.state = 1973; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1982; + this.state = 1972; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1985; + this.state = 1975; this.decimalLiteral(); } break; @@ -7992,29 +7964,29 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionCharsetContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 1987; + this.state = 1977; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 42) { { - this.state = 1986; + this.state = 1976; this.match(MySqlParser.KW_DEFAULT); } } - this.state = 1989; + this.state = 1979; this.charSet(); - this.state = 1991; + this.state = 1981; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1990; + this.state = 1980; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 1995; + this.state = 1985; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_BINARY: @@ -8062,13 +8034,13 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.CHARSET_REVERSE_QOUTE_STRING: case MySqlParser.STRING_LITERAL: { - this.state = 1993; + this.state = 1983; this.charsetName(); } break; case MySqlParser.KW_DEFAULT: { - this.state = 1994; + this.state = 1984; this.match(MySqlParser.KW_DEFAULT); } break; @@ -8081,7 +8053,7 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionChecksumContext(localContext); this.enterOuterAlt(localContext, 7); { - this.state = 1997; + this.state = 1987; _la = this.tokenStream.LA(1); if(!(_la === 329 || _la === 522)) { this.errorHandler.recoverInline(this); @@ -8090,17 +8062,17 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1999; + this.state = 1989; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 1998; + this.state = 1988; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2001; + this.state = 1991; (localContext as TableOptionChecksumContext)._boolValue = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 871 || _la === 872)) { @@ -8116,29 +8088,29 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionCollateContext(localContext); this.enterOuterAlt(localContext, 8); { - this.state = 2003; + this.state = 1993; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 42) { { - this.state = 2002; + this.state = 1992; this.match(MySqlParser.KW_DEFAULT); } } - this.state = 2005; + this.state = 1995; this.match(MySqlParser.KW_COLLATE); - this.state = 2007; + this.state = 1997; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2006; + this.state = 1996; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2009; + this.state = 1999; this.collationName(); } break; @@ -8146,19 +8118,19 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionCommentContext(localContext); this.enterOuterAlt(localContext, 9); { - this.state = 2010; + this.state = 2000; this.match(MySqlParser.KW_COMMENT); - this.state = 2012; + this.state = 2002; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2011; + this.state = 2001; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2014; + this.state = 2004; (localContext as TableOptionCommentContext)._comment = this.match(MySqlParser.STRING_LITERAL); } break; @@ -8166,19 +8138,19 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionCompressionContext(localContext); this.enterOuterAlt(localContext, 10); { - this.state = 2015; + this.state = 2005; this.match(MySqlParser.KW_COMPRESSION); - this.state = 2017; + this.state = 2007; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2016; + this.state = 2006; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2019; + this.state = 2009; _la = this.tokenStream.LA(1); if(!(_la === 882 || _la === 889)) { this.errorHandler.recoverInline(this); @@ -8193,19 +8165,19 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionConnectionContext(localContext); this.enterOuterAlt(localContext, 11); { - this.state = 2020; + this.state = 2010; this.match(MySqlParser.KW_CONNECTION); - this.state = 2022; + this.state = 2012; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2021; + this.state = 2011; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2024; + this.state = 2014; this.match(MySqlParser.STRING_LITERAL); } break; @@ -8213,7 +8185,7 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionDataDirectoryContext(localContext); this.enterOuterAlt(localContext, 12); { - this.state = 2025; + this.state = 2015; _la = this.tokenStream.LA(1); if(!(_la === 82 || _la === 360)) { this.errorHandler.recoverInline(this); @@ -8222,19 +8194,19 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2026; + this.state = 2016; this.match(MySqlParser.KW_DIRECTORY); - this.state = 2028; + this.state = 2018; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2027; + this.state = 2017; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2030; + this.state = 2020; this.match(MySqlParser.STRING_LITERAL); } break; @@ -8242,19 +8214,19 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionDelayContext(localContext); this.enterOuterAlt(localContext, 13); { - this.state = 2031; + this.state = 2021; this.match(MySqlParser.KW_DELAY_KEY_WRITE); - this.state = 2033; + this.state = 2023; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2032; + this.state = 2022; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2035; + this.state = 2025; (localContext as TableOptionDelayContext)._boolValue = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 871 || _la === 872)) { @@ -8270,19 +8242,19 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionEncryptionContext(localContext); this.enterOuterAlt(localContext, 14); { - this.state = 2036; + this.state = 2026; this.match(MySqlParser.KW_ENCRYPTION); - this.state = 2038; + this.state = 2028; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2037; + this.state = 2027; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2040; + this.state = 2030; this.match(MySqlParser.STRING_LITERAL); } break; @@ -8290,7 +8262,7 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionPageCompressedContext(localContext); this.enterOuterAlt(localContext, 15); { - this.state = 2041; + this.state = 2031; _la = this.tokenStream.LA(1); if(!(_la === 523 || _la === 882)) { this.errorHandler.recoverInline(this); @@ -8299,17 +8271,17 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2043; + this.state = 2033; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2042; + this.state = 2032; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2045; + this.state = 2035; _la = this.tokenStream.LA(1); if(!(_la === 871 || _la === 872)) { this.errorHandler.recoverInline(this); @@ -8324,7 +8296,7 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionPageCompressionLevelContext(localContext); this.enterOuterAlt(localContext, 16); { - this.state = 2046; + this.state = 2036; _la = this.tokenStream.LA(1); if(!(_la === 524 || _la === 882)) { this.errorHandler.recoverInline(this); @@ -8333,17 +8305,17 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2048; + this.state = 2038; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2047; + this.state = 2037; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2050; + this.state = 2040; this.decimalLiteral(); } break; @@ -8351,19 +8323,19 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionEncryptionKeyIdContext(localContext); this.enterOuterAlt(localContext, 17); { - this.state = 2051; + this.state = 2041; this.match(MySqlParser.KW_ENCRYPTION_KEY_ID); - this.state = 2053; + this.state = 2043; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2052; + this.state = 2042; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2055; + this.state = 2045; this.decimalLiteral(); } break; @@ -8371,21 +8343,21 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionIndexDirectoryContext(localContext); this.enterOuterAlt(localContext, 18); { - this.state = 2056; + this.state = 2046; this.match(MySqlParser.KW_INDEX); - this.state = 2057; + this.state = 2047; this.match(MySqlParser.KW_DIRECTORY); - this.state = 2059; + this.state = 2049; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2058; + this.state = 2048; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2061; + this.state = 2051; this.match(MySqlParser.STRING_LITERAL); } break; @@ -8393,19 +8365,19 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionInsertMethodContext(localContext); this.enterOuterAlt(localContext, 19); { - this.state = 2062; + this.state = 2052; this.match(MySqlParser.KW_INSERT_METHOD); - this.state = 2064; + this.state = 2054; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2063; + this.state = 2053; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2066; + this.state = 2056; (localContext as TableOptionInsertMethodContext)._insertMethod = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 402 || _la === 445 || _la === 502)) { @@ -8421,19 +8393,19 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionKeyBlockSizeContext(localContext); this.enterOuterAlt(localContext, 20); { - this.state = 2067; + this.state = 2057; this.match(MySqlParser.KW_KEY_BLOCK_SIZE); - this.state = 2069; + this.state = 2059; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2068; + this.state = 2058; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2071; + this.state = 2061; this.fileSizeLiteral(); } break; @@ -8441,19 +8413,19 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionMaxRowsContext(localContext); this.enterOuterAlt(localContext, 21); { - this.state = 2072; + this.state = 2062; this.match(MySqlParser.KW_MAX_ROWS); - this.state = 2074; + this.state = 2064; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2073; + this.state = 2063; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2076; + this.state = 2066; this.decimalLiteral(); } break; @@ -8461,19 +8433,19 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionMinRowsContext(localContext); this.enterOuterAlt(localContext, 22); { - this.state = 2077; + this.state = 2067; this.match(MySqlParser.KW_MIN_ROWS); - this.state = 2079; + this.state = 2069; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2078; + this.state = 2068; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2081; + this.state = 2071; this.decimalLiteral(); } break; @@ -8481,19 +8453,19 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionPackKeysContext(localContext); this.enterOuterAlt(localContext, 23); { - this.state = 2082; + this.state = 2072; this.match(MySqlParser.KW_PACK_KEYS); - this.state = 2084; + this.state = 2074; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2083; + this.state = 2073; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2086; + this.state = 2076; (localContext as TableOptionPackKeysContext)._extBoolValue = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 42 || _la === 871 || _la === 872)) { @@ -8509,19 +8481,19 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionPasswordContext(localContext); this.enterOuterAlt(localContext, 24); { - this.state = 2087; + this.state = 2077; this.match(MySqlParser.KW_PASSWORD); - this.state = 2089; + this.state = 2079; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2088; + this.state = 2078; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2091; + this.state = 2081; this.match(MySqlParser.STRING_LITERAL); } break; @@ -8529,19 +8501,19 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionRowFormatContext(localContext); this.enterOuterAlt(localContext, 25); { - this.state = 2092; + this.state = 2082; this.match(MySqlParser.KW_ROW_FORMAT); - this.state = 2094; + this.state = 2084; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2093; + this.state = 2083; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2096; + this.state = 2086; (localContext as TableOptionRowFormatContext)._rowFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 42 || _la === 342 || _la === 345 || _la === 374 || _la === 403 || _la === 554 || _la === 889)) { @@ -8557,9 +8529,9 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionStartTransactionContext(localContext); this.enterOuterAlt(localContext, 26); { - this.state = 2097; + this.state = 2087; this.match(MySqlParser.KW_START); - this.state = 2098; + this.state = 2088; this.match(MySqlParser.KW_TRANSACTION); } break; @@ -8567,19 +8539,19 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionSecondaryEngineAttributeContext(localContext); this.enterOuterAlt(localContext, 27); { - this.state = 2099; + this.state = 2089; this.match(MySqlParser.KW_SECONDARY_ENGINE_ATTRIBUTE); - this.state = 2101; + this.state = 2091; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2100; + this.state = 2090; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2103; + this.state = 2093; this.match(MySqlParser.STRING_LITERAL); } break; @@ -8587,19 +8559,19 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionRecalculationContext(localContext); this.enterOuterAlt(localContext, 28); { - this.state = 2104; + this.state = 2094; this.match(MySqlParser.KW_STATS_AUTO_RECALC); - this.state = 2106; + this.state = 2096; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2105; + this.state = 2095; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2108; + this.state = 2098; (localContext as TableOptionRecalculationContext)._extBoolValue = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 42 || _la === 871 || _la === 872)) { @@ -8615,19 +8587,19 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionPersistentContext(localContext); this.enterOuterAlt(localContext, 29); { - this.state = 2109; + this.state = 2099; this.match(MySqlParser.KW_STATS_PERSISTENT); - this.state = 2111; + this.state = 2101; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2110; + this.state = 2100; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2113; + this.state = 2103; (localContext as TableOptionPersistentContext)._extBoolValue = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 42 || _la === 871 || _la === 872)) { @@ -8643,24 +8615,24 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionSamplePageContext(localContext); this.enterOuterAlt(localContext, 30); { - this.state = 2114; + this.state = 2104; this.match(MySqlParser.KW_STATS_SAMPLE_PAGES); - this.state = 2116; + this.state = 2106; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2115; + this.state = 2105; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2120; + this.state = 2110; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_DEFAULT: { - this.state = 2118; + this.state = 2108; this.match(MySqlParser.KW_DEFAULT); } break; @@ -8671,7 +8643,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.DECIMAL_LITERAL: case MySqlParser.REAL_LITERAL: { - this.state = 2119; + this.state = 2109; this.decimalLiteral(); } break; @@ -8684,16 +8656,16 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionTableSpaceContext(localContext); this.enterOuterAlt(localContext, 31); { - this.state = 2122; + this.state = 2112; this.match(MySqlParser.KW_TABLESPACE); - this.state = 2123; + this.state = 2113; this.tableSpaceName(); - this.state = 2125; + this.state = 2115; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 220, this.context) ) { case 1: { - this.state = 2124; + this.state = 2114; this.tableSpaceStorage(); } break; @@ -8704,11 +8676,11 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionTableTypeContext(localContext); this.enterOuterAlt(localContext, 32); { - this.state = 2127; + this.state = 2117; this.match(MySqlParser.KW_TABLE_TYPE); - this.state = 2128; + this.state = 2118; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 2129; + this.state = 2119; this.tableType(); } break; @@ -8716,7 +8688,7 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionTableSpaceContext(localContext); this.enterOuterAlt(localContext, 33); { - this.state = 2130; + this.state = 2120; this.tableSpaceStorage(); } break; @@ -8724,19 +8696,19 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionTransactionalContext(localContext); this.enterOuterAlt(localContext, 34); { - this.state = 2131; + this.state = 2121; this.match(MySqlParser.KW_TRANSACTIONAL); - this.state = 2133; + this.state = 2123; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2132; + this.state = 2122; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2135; + this.state = 2125; _la = this.tokenStream.LA(1); if(!(_la === 871 || _la === 872)) { this.errorHandler.recoverInline(this); @@ -8751,23 +8723,23 @@ export class MySqlParser extends SQLParserBase { localContext = new TableOptionUnionContext(localContext); this.enterOuterAlt(localContext, 35); { - this.state = 2136; + this.state = 2126; this.match(MySqlParser.KW_UNION); - this.state = 2138; + this.state = 2128; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2137; + this.state = 2127; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2140; + this.state = 2130; this.match(MySqlParser.LR_BRACKET); - this.state = 2141; + this.state = 2131; this.tableNames(); - this.state = 2142; + this.state = 2132; this.match(MySqlParser.RR_BRACKET); } break; @@ -8789,12 +8761,12 @@ export class MySqlParser extends SQLParserBase { } public tableType(): TableTypeContext { let localContext = new TableTypeContext(this.context, this.state); - this.enterRule(localContext, 106, MySqlParser.RULE_tableType); + this.enterRule(localContext, 104, MySqlParser.RULE_tableType); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2146; + this.state = 2136; _la = this.tokenStream.LA(1); if(!(_la === 494 || _la === 506)) { this.errorHandler.recoverInline(this); @@ -8821,14 +8793,14 @@ export class MySqlParser extends SQLParserBase { } public tableSpaceStorage(): TableSpaceStorageContext { let localContext = new TableSpaceStorageContext(this.context, this.state); - this.enterRule(localContext, 108, MySqlParser.RULE_tableSpaceStorage); + this.enterRule(localContext, 106, MySqlParser.RULE_tableSpaceStorage); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2148; + this.state = 2138; this.match(MySqlParser.KW_STORAGE); - this.state = 2149; + this.state = 2139; _la = this.tokenStream.LA(1); if(!(_la === 42 || _la === 370 || _la === 802)) { this.errorHandler.recoverInline(this); @@ -8855,48 +8827,48 @@ export class MySqlParser extends SQLParserBase { } public partitionDefinitions(): PartitionDefinitionsContext { let localContext = new PartitionDefinitionsContext(this.context, this.state); - this.enterRule(localContext, 110, MySqlParser.RULE_partitionDefinitions); + this.enterRule(localContext, 108, MySqlParser.RULE_partitionDefinitions); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2151; + this.state = 2141; this.match(MySqlParser.KW_PARTITION); - this.state = 2152; + this.state = 2142; this.match(MySqlParser.KW_BY); - this.state = 2153; + this.state = 2143; this.partitionFunctionDefinition(); - this.state = 2156; + this.state = 2146; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 528) { { - this.state = 2154; + this.state = 2144; this.match(MySqlParser.KW_PARTITIONS); - this.state = 2155; + this.state = 2145; localContext._count = this.decimalLiteral(); } } - this.state = 2165; + this.state = 2155; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 652) { { - this.state = 2158; + this.state = 2148; this.match(MySqlParser.KW_SUBPARTITION); - this.state = 2159; + this.state = 2149; this.match(MySqlParser.KW_BY); - this.state = 2160; + this.state = 2150; this.subpartitionFunctionDefinition(); - this.state = 2163; + this.state = 2153; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 653) { { - this.state = 2161; + this.state = 2151; this.match(MySqlParser.KW_SUBPARTITIONS); - this.state = 2162; + this.state = 2152; localContext._subCount = this.decimalLiteral(); } } @@ -8904,32 +8876,32 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 2178; + this.state = 2168; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 228, this.context) ) { case 1: { - this.state = 2167; + this.state = 2157; this.match(MySqlParser.LR_BRACKET); - this.state = 2168; + this.state = 2158; this.partitionDefinition(); - this.state = 2173; + this.state = 2163; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 2169; + this.state = 2159; this.match(MySqlParser.COMMA); - this.state = 2170; + this.state = 2160; this.partitionDefinition(); } } - this.state = 2175; + this.state = 2165; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2176; + this.state = 2166; this.match(MySqlParser.RR_BRACKET); } break; @@ -8952,33 +8924,33 @@ export class MySqlParser extends SQLParserBase { } public partitionFunctionDefinition(): PartitionFunctionDefinitionContext { let localContext = new PartitionFunctionDefinitionContext(this.context, this.state); - this.enterRule(localContext, 112, MySqlParser.RULE_partitionFunctionDefinition); + this.enterRule(localContext, 110, MySqlParser.RULE_partitionFunctionDefinition); let _la: number; try { - this.state = 2226; + this.state = 2216; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 235, this.context) ) { case 1: localContext = new PartitionFunctionHashContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2181; + this.state = 2171; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 101) { { - this.state = 2180; + this.state = 2170; this.match(MySqlParser.KW_LINEAR); } } - this.state = 2183; + this.state = 2173; this.match(MySqlParser.KW_HASH); - this.state = 2184; + this.state = 2174; this.match(MySqlParser.LR_BRACKET); - this.state = 2185; + this.state = 2175; this.expression(0); - this.state = 2186; + this.state = 2176; this.match(MySqlParser.RR_BRACKET); } break; @@ -8986,28 +8958,28 @@ export class MySqlParser extends SQLParserBase { localContext = new PartitionFunctionKeyContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2189; + this.state = 2179; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 101) { { - this.state = 2188; + this.state = 2178; this.match(MySqlParser.KW_LINEAR); } } - this.state = 2191; + this.state = 2181; this.match(MySqlParser.KW_KEY); - this.state = 2195; + this.state = 2185; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 308) { { - this.state = 2192; + this.state = 2182; this.match(MySqlParser.KW_ALGORITHM); - this.state = 2193; + this.state = 2183; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 2194; + this.state = 2184; (localContext as PartitionFunctionKeyContext)._algType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 872 || _la === 873)) { @@ -9020,19 +8992,19 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 2197; + this.state = 2187; this.match(MySqlParser.LR_BRACKET); - this.state = 2199; + this.state = 2189; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 232, this.context) ) { case 1: { - this.state = 2198; + this.state = 2188; this.columnNames(); } break; } - this.state = 2201; + this.state = 2191; this.match(MySqlParser.RR_BRACKET); } break; @@ -9040,30 +9012,30 @@ export class MySqlParser extends SQLParserBase { localContext = new PartitionFunctionRangeContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 2202; + this.state = 2192; this.match(MySqlParser.KW_RANGE); - this.state = 2212; + this.state = 2202; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.LR_BRACKET: { - this.state = 2203; + this.state = 2193; this.match(MySqlParser.LR_BRACKET); - this.state = 2204; + this.state = 2194; this.expression(0); - this.state = 2205; + this.state = 2195; this.match(MySqlParser.RR_BRACKET); } break; case MySqlParser.KW_COLUMNS: { - this.state = 2207; + this.state = 2197; this.match(MySqlParser.KW_COLUMNS); - this.state = 2208; + this.state = 2198; this.match(MySqlParser.LR_BRACKET); - this.state = 2209; + this.state = 2199; this.columnNames(); - this.state = 2210; + this.state = 2200; this.match(MySqlParser.RR_BRACKET); } break; @@ -9076,30 +9048,30 @@ export class MySqlParser extends SQLParserBase { localContext = new PartitionFunctionListContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 2214; + this.state = 2204; this.match(MySqlParser.KW_LIST); - this.state = 2224; + this.state = 2214; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.LR_BRACKET: { - this.state = 2215; + this.state = 2205; this.match(MySqlParser.LR_BRACKET); - this.state = 2216; + this.state = 2206; this.expression(0); - this.state = 2217; + this.state = 2207; this.match(MySqlParser.RR_BRACKET); } break; case MySqlParser.KW_COLUMNS: { - this.state = 2219; + this.state = 2209; this.match(MySqlParser.KW_COLUMNS); - this.state = 2220; + this.state = 2210; this.match(MySqlParser.LR_BRACKET); - this.state = 2221; + this.state = 2211; this.columnNames(); - this.state = 2222; + this.state = 2212; this.match(MySqlParser.RR_BRACKET); } break; @@ -9126,33 +9098,33 @@ export class MySqlParser extends SQLParserBase { } public subpartitionFunctionDefinition(): SubpartitionFunctionDefinitionContext { let localContext = new SubpartitionFunctionDefinitionContext(this.context, this.state); - this.enterRule(localContext, 114, MySqlParser.RULE_subpartitionFunctionDefinition); + this.enterRule(localContext, 112, MySqlParser.RULE_subpartitionFunctionDefinition); let _la: number; try { - this.state = 2249; + this.state = 2239; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 239, this.context) ) { case 1: localContext = new SubPartitionFunctionHashContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2229; + this.state = 2219; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 101) { { - this.state = 2228; + this.state = 2218; this.match(MySqlParser.KW_LINEAR); } } - this.state = 2231; + this.state = 2221; this.match(MySqlParser.KW_HASH); - this.state = 2232; + this.state = 2222; this.match(MySqlParser.LR_BRACKET); - this.state = 2233; + this.state = 2223; this.expression(0); - this.state = 2234; + this.state = 2224; this.match(MySqlParser.RR_BRACKET); } break; @@ -9160,28 +9132,28 @@ export class MySqlParser extends SQLParserBase { localContext = new SubPartitionFunctionKeyContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2237; + this.state = 2227; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 101) { { - this.state = 2236; + this.state = 2226; this.match(MySqlParser.KW_LINEAR); } } - this.state = 2239; + this.state = 2229; this.match(MySqlParser.KW_KEY); - this.state = 2243; + this.state = 2233; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 308) { { - this.state = 2240; + this.state = 2230; this.match(MySqlParser.KW_ALGORITHM); - this.state = 2241; + this.state = 2231; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 2242; + this.state = 2232; (localContext as SubPartitionFunctionKeyContext)._algType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 872 || _la === 873)) { @@ -9194,11 +9166,11 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 2245; + this.state = 2235; this.match(MySqlParser.LR_BRACKET); - this.state = 2246; + this.state = 2236; this.columnNames(); - this.state = 2247; + this.state = 2237; this.match(MySqlParser.RR_BRACKET); } break; @@ -9220,88 +9192,88 @@ export class MySqlParser extends SQLParserBase { } public partitionDefinition(): PartitionDefinitionContext { let localContext = new PartitionDefinitionContext(this.context, this.state); - this.enterRule(localContext, 116, MySqlParser.RULE_partitionDefinition); + this.enterRule(localContext, 114, MySqlParser.RULE_partitionDefinition); let _la: number; try { - this.state = 2397; + this.state = 2387; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 258, this.context) ) { case 1: localContext = new PartitionComparisonContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2251; + this.state = 2241; this.match(MySqlParser.KW_PARTITION); - this.state = 2252; + this.state = 2242; this.partitionName(); - this.state = 2253; + this.state = 2243; this.match(MySqlParser.KW_VALUES); - this.state = 2254; + this.state = 2244; this.match(MySqlParser.KW_LESS); - this.state = 2255; + this.state = 2245; this.match(MySqlParser.KW_THAN); - this.state = 2256; + this.state = 2246; this.match(MySqlParser.LR_BRACKET); - this.state = 2257; + this.state = 2247; this.partitionDefinerAtom(); - this.state = 2262; + this.state = 2252; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 2258; + this.state = 2248; this.match(MySqlParser.COMMA); - this.state = 2259; + this.state = 2249; this.partitionDefinerAtom(); } } - this.state = 2264; + this.state = 2254; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2265; + this.state = 2255; this.match(MySqlParser.RR_BRACKET); - this.state = 2269; + this.state = 2259; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 42 || _la === 82 || _la === 340 || _la === 360 || _la === 380 || ((((_la - 480)) & ~0x1F) === 0 && ((1 << (_la - 480)) & 16778241) !== 0) || _la === 647 || _la === 658) { { { - this.state = 2266; + this.state = 2256; this.partitionOption(); } } - this.state = 2271; + this.state = 2261; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2283; + this.state = 2273; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 866) { { - this.state = 2272; + this.state = 2262; this.match(MySqlParser.LR_BRACKET); - this.state = 2273; + this.state = 2263; this.subPartitionDefinition(); - this.state = 2278; + this.state = 2268; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 2274; + this.state = 2264; this.match(MySqlParser.COMMA); - this.state = 2275; + this.state = 2265; this.subPartitionDefinition(); } } - this.state = 2280; + this.state = 2270; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2281; + this.state = 2271; this.match(MySqlParser.RR_BRACKET); } } @@ -9312,58 +9284,58 @@ export class MySqlParser extends SQLParserBase { localContext = new PartitionComparisonContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2285; + this.state = 2275; this.match(MySqlParser.KW_PARTITION); - this.state = 2286; + this.state = 2276; this.partitionName(); - this.state = 2287; + this.state = 2277; this.match(MySqlParser.KW_VALUES); - this.state = 2288; + this.state = 2278; this.match(MySqlParser.KW_LESS); - this.state = 2289; + this.state = 2279; this.match(MySqlParser.KW_THAN); - this.state = 2290; + this.state = 2280; this.partitionDefinerAtom(); - this.state = 2294; + this.state = 2284; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 42 || _la === 82 || _la === 340 || _la === 360 || _la === 380 || ((((_la - 480)) & ~0x1F) === 0 && ((1 << (_la - 480)) & 16778241) !== 0) || _la === 647 || _la === 658) { { { - this.state = 2291; + this.state = 2281; this.partitionOption(); } } - this.state = 2296; + this.state = 2286; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2308; + this.state = 2298; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 866) { { - this.state = 2297; + this.state = 2287; this.match(MySqlParser.LR_BRACKET); - this.state = 2298; + this.state = 2288; this.subPartitionDefinition(); - this.state = 2303; + this.state = 2293; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 2299; + this.state = 2289; this.match(MySqlParser.COMMA); - this.state = 2300; + this.state = 2290; this.subPartitionDefinition(); } } - this.state = 2305; + this.state = 2295; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2306; + this.state = 2296; this.match(MySqlParser.RR_BRACKET); } } @@ -9374,76 +9346,76 @@ export class MySqlParser extends SQLParserBase { localContext = new PartitionListAtomContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 2310; + this.state = 2300; this.match(MySqlParser.KW_PARTITION); - this.state = 2311; + this.state = 2301; this.partitionName(); - this.state = 2312; + this.state = 2302; this.match(MySqlParser.KW_VALUES); - this.state = 2313; + this.state = 2303; this.match(MySqlParser.KW_IN); - this.state = 2314; + this.state = 2304; this.match(MySqlParser.LR_BRACKET); - this.state = 2315; + this.state = 2305; this.partitionDefinerAtom(); - this.state = 2320; + this.state = 2310; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 2316; + this.state = 2306; this.match(MySqlParser.COMMA); - this.state = 2317; + this.state = 2307; this.partitionDefinerAtom(); } } - this.state = 2322; + this.state = 2312; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2323; + this.state = 2313; this.match(MySqlParser.RR_BRACKET); - this.state = 2327; + this.state = 2317; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 42 || _la === 82 || _la === 340 || _la === 360 || _la === 380 || ((((_la - 480)) & ~0x1F) === 0 && ((1 << (_la - 480)) & 16778241) !== 0) || _la === 647 || _la === 658) { { { - this.state = 2324; + this.state = 2314; this.partitionOption(); } } - this.state = 2329; + this.state = 2319; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2341; + this.state = 2331; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 866) { { - this.state = 2330; + this.state = 2320; this.match(MySqlParser.LR_BRACKET); - this.state = 2331; + this.state = 2321; this.subPartitionDefinition(); - this.state = 2336; + this.state = 2326; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 2332; + this.state = 2322; this.match(MySqlParser.COMMA); - this.state = 2333; + this.state = 2323; this.subPartitionDefinition(); } } - this.state = 2338; + this.state = 2328; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2339; + this.state = 2329; this.match(MySqlParser.RR_BRACKET); } } @@ -9454,76 +9426,76 @@ export class MySqlParser extends SQLParserBase { localContext = new PartitionListVectorContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 2343; + this.state = 2333; this.match(MySqlParser.KW_PARTITION); - this.state = 2344; + this.state = 2334; this.partitionName(); - this.state = 2345; + this.state = 2335; this.match(MySqlParser.KW_VALUES); - this.state = 2346; + this.state = 2336; this.match(MySqlParser.KW_IN); - this.state = 2347; + this.state = 2337; this.match(MySqlParser.LR_BRACKET); - this.state = 2348; + this.state = 2338; this.partitionDefinerVector(); - this.state = 2353; + this.state = 2343; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 2349; + this.state = 2339; this.match(MySqlParser.COMMA); - this.state = 2350; + this.state = 2340; this.partitionDefinerVector(); } } - this.state = 2355; + this.state = 2345; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2356; + this.state = 2346; this.match(MySqlParser.RR_BRACKET); - this.state = 2360; + this.state = 2350; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 42 || _la === 82 || _la === 340 || _la === 360 || _la === 380 || ((((_la - 480)) & ~0x1F) === 0 && ((1 << (_la - 480)) & 16778241) !== 0) || _la === 647 || _la === 658) { { { - this.state = 2357; + this.state = 2347; this.partitionOption(); } } - this.state = 2362; + this.state = 2352; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2374; + this.state = 2364; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 866) { { - this.state = 2363; + this.state = 2353; this.match(MySqlParser.LR_BRACKET); - this.state = 2364; + this.state = 2354; this.subPartitionDefinition(); - this.state = 2369; + this.state = 2359; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 2365; + this.state = 2355; this.match(MySqlParser.COMMA); - this.state = 2366; + this.state = 2356; this.subPartitionDefinition(); } } - this.state = 2371; + this.state = 2361; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2372; + this.state = 2362; this.match(MySqlParser.RR_BRACKET); } } @@ -9534,50 +9506,50 @@ export class MySqlParser extends SQLParserBase { localContext = new PartitionSimpleContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 2376; + this.state = 2366; this.match(MySqlParser.KW_PARTITION); - this.state = 2377; + this.state = 2367; this.partitionName(); - this.state = 2381; + this.state = 2371; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 42 || _la === 82 || _la === 340 || _la === 360 || _la === 380 || ((((_la - 480)) & ~0x1F) === 0 && ((1 << (_la - 480)) & 16778241) !== 0) || _la === 647 || _la === 658) { { { - this.state = 2378; + this.state = 2368; this.partitionOption(); } } - this.state = 2383; + this.state = 2373; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2395; + this.state = 2385; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 866) { { - this.state = 2384; + this.state = 2374; this.match(MySqlParser.LR_BRACKET); - this.state = 2385; + this.state = 2375; this.subPartitionDefinition(); - this.state = 2390; + this.state = 2380; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 2386; + this.state = 2376; this.match(MySqlParser.COMMA); - this.state = 2387; + this.state = 2377; this.subPartitionDefinition(); } } - this.state = 2392; + this.state = 2382; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2393; + this.state = 2383; this.match(MySqlParser.RR_BRACKET); } } @@ -9602,29 +9574,29 @@ export class MySqlParser extends SQLParserBase { } public partitionDefinerAtom(): PartitionDefinerAtomContext { let localContext = new PartitionDefinerAtomContext(this.context, this.state); - this.enterRule(localContext, 118, MySqlParser.RULE_partitionDefinerAtom); + this.enterRule(localContext, 116, MySqlParser.RULE_partitionDefinerAtom); try { - this.state = 2402; + this.state = 2392; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 259, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2399; + this.state = 2389; this.constant(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2400; + this.state = 2390; this.expression(0); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2401; + this.state = 2391; this.match(MySqlParser.KW_MAXVALUE); } break; @@ -9646,32 +9618,32 @@ export class MySqlParser extends SQLParserBase { } public partitionDefinerVector(): PartitionDefinerVectorContext { let localContext = new PartitionDefinerVectorContext(this.context, this.state); - this.enterRule(localContext, 120, MySqlParser.RULE_partitionDefinerVector); + this.enterRule(localContext, 118, MySqlParser.RULE_partitionDefinerVector); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2404; + this.state = 2394; this.match(MySqlParser.LR_BRACKET); - this.state = 2405; + this.state = 2395; this.partitionDefinerAtom(); - this.state = 2408; + this.state = 2398; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 2406; + this.state = 2396; this.match(MySqlParser.COMMA); - this.state = 2407; + this.state = 2397; this.partitionDefinerAtom(); } } - this.state = 2410; + this.state = 2400; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 868); - this.state = 2412; + this.state = 2402; this.match(MySqlParser.RR_BRACKET); } } @@ -9691,26 +9663,26 @@ export class MySqlParser extends SQLParserBase { } public subPartitionDefinition(): SubPartitionDefinitionContext { let localContext = new SubPartitionDefinitionContext(this.context, this.state); - this.enterRule(localContext, 122, MySqlParser.RULE_subPartitionDefinition); + this.enterRule(localContext, 120, MySqlParser.RULE_subPartitionDefinition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2414; + this.state = 2404; this.match(MySqlParser.KW_SUBPARTITION); - this.state = 2415; + this.state = 2405; localContext._logicalName = this.uid(); - this.state = 2419; + this.state = 2409; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 42 || _la === 82 || _la === 340 || _la === 360 || _la === 380 || ((((_la - 480)) & ~0x1F) === 0 && ((1 << (_la - 480)) & 16778241) !== 0) || _la === 647 || _la === 658) { { { - this.state = 2416; + this.state = 2406; this.partitionOption(); } } - this.state = 2421; + this.state = 2411; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -9732,10 +9704,10 @@ export class MySqlParser extends SQLParserBase { } public partitionOption(): PartitionOptionContext { let localContext = new PartitionOptionContext(this.context, this.state); - this.enterRule(localContext, 124, MySqlParser.RULE_partitionOption); + this.enterRule(localContext, 122, MySqlParser.RULE_partitionOption); let _la: number; try { - this.state = 2470; + this.state = 2460; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_DEFAULT: @@ -9744,39 +9716,39 @@ export class MySqlParser extends SQLParserBase { localContext = new PartitionOptionEngineContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2423; + this.state = 2413; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 42) { { - this.state = 2422; + this.state = 2412; this.match(MySqlParser.KW_DEFAULT); } } - this.state = 2426; + this.state = 2416; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 647) { { - this.state = 2425; + this.state = 2415; this.match(MySqlParser.KW_STORAGE); } } - this.state = 2428; + this.state = 2418; this.match(MySqlParser.KW_ENGINE); - this.state = 2430; + this.state = 2420; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2429; + this.state = 2419; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2432; + this.state = 2422; this.engineName(); } break; @@ -9784,19 +9756,19 @@ export class MySqlParser extends SQLParserBase { localContext = new PartitionOptionCommentContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2433; + this.state = 2423; this.match(MySqlParser.KW_COMMENT); - this.state = 2435; + this.state = 2425; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2434; + this.state = 2424; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2437; + this.state = 2427; (localContext as PartitionOptionCommentContext)._comment = this.match(MySqlParser.STRING_LITERAL); } break; @@ -9804,21 +9776,21 @@ export class MySqlParser extends SQLParserBase { localContext = new PartitionOptionDataDirectoryContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 2438; + this.state = 2428; this.match(MySqlParser.KW_DATA); - this.state = 2439; + this.state = 2429; this.match(MySqlParser.KW_DIRECTORY); - this.state = 2441; + this.state = 2431; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2440; + this.state = 2430; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2443; + this.state = 2433; (localContext as PartitionOptionDataDirectoryContext)._dataDirectory = this.match(MySqlParser.STRING_LITERAL); } break; @@ -9826,21 +9798,21 @@ export class MySqlParser extends SQLParserBase { localContext = new PartitionOptionIndexDirectoryContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 2444; + this.state = 2434; this.match(MySqlParser.KW_INDEX); - this.state = 2445; + this.state = 2435; this.match(MySqlParser.KW_DIRECTORY); - this.state = 2447; + this.state = 2437; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2446; + this.state = 2436; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2449; + this.state = 2439; (localContext as PartitionOptionIndexDirectoryContext)._indexDirectory = this.match(MySqlParser.STRING_LITERAL); } break; @@ -9848,19 +9820,19 @@ export class MySqlParser extends SQLParserBase { localContext = new PartitionOptionMaxRowsContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 2450; + this.state = 2440; this.match(MySqlParser.KW_MAX_ROWS); - this.state = 2452; + this.state = 2442; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2451; + this.state = 2441; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2454; + this.state = 2444; (localContext as PartitionOptionMaxRowsContext)._maxRows = this.decimalLiteral(); } break; @@ -9868,19 +9840,19 @@ export class MySqlParser extends SQLParserBase { localContext = new PartitionOptionMinRowsContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 2455; + this.state = 2445; this.match(MySqlParser.KW_MIN_ROWS); - this.state = 2457; + this.state = 2447; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2456; + this.state = 2446; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2459; + this.state = 2449; (localContext as PartitionOptionMinRowsContext)._minRows = this.decimalLiteral(); } break; @@ -9888,19 +9860,19 @@ export class MySqlParser extends SQLParserBase { localContext = new PartitionOptionTableSpaceContext(localContext); this.enterOuterAlt(localContext, 7); { - this.state = 2460; + this.state = 2450; this.match(MySqlParser.KW_TABLESPACE); - this.state = 2462; + this.state = 2452; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2461; + this.state = 2451; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2464; + this.state = 2454; this.tableSpaceName(); } break; @@ -9908,19 +9880,19 @@ export class MySqlParser extends SQLParserBase { localContext = new PartitionOptionNodeGroupContext(localContext); this.enterOuterAlt(localContext, 8); { - this.state = 2465; + this.state = 2455; this.match(MySqlParser.KW_NODEGROUP); - this.state = 2467; + this.state = 2457; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2466; + this.state = 2456; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2469; + this.state = 2459; (localContext as PartitionOptionNodeGroupContext)._nodeGroup = this.uid(); } break; @@ -9944,19 +9916,19 @@ export class MySqlParser extends SQLParserBase { } public alterDatabase(): AlterDatabaseContext { let localContext = new AlterDatabaseContext(this.context, this.state); - this.enterRule(localContext, 126, MySqlParser.RULE_alterDatabase); + this.enterRule(localContext, 124, MySqlParser.RULE_alterDatabase); let _la: number; try { - this.state = 2490; + this.state = 2480; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 275, this.context) ) { case 1: localContext = new AlterSimpleDatabaseContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2472; + this.state = 2462; this.match(MySqlParser.KW_ALTER); - this.state = 2473; + this.state = 2463; (localContext as AlterSimpleDatabaseContext)._dbFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 39 || _la === 152)) { @@ -9966,27 +9938,27 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2475; + this.state = 2465; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 273, this.context) ) { case 1: { - this.state = 2474; + this.state = 2464; this.databaseName(); } break; } - this.state = 2478; + this.state = 2468; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 2477; + this.state = 2467; this.createDatabaseOption(); } } - this.state = 2480; + this.state = 2470; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (((((_la - 26)) & ~0x1F) === 0 && ((1 << (_la - 26)) & 65541) !== 0) || _la === 135 || _la === 224 || _la === 376 || _la === 823); @@ -9996,9 +9968,9 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterUpgradeNameContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2482; + this.state = 2472; this.match(MySqlParser.KW_ALTER); - this.state = 2483; + this.state = 2473; (localContext as AlterUpgradeNameContext)._dbFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 39 || _la === 152)) { @@ -10008,15 +9980,15 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2484; + this.state = 2474; this.databaseName(); - this.state = 2485; + this.state = 2475; this.match(MySqlParser.KW_UPGRADE); - this.state = 2486; + this.state = 2476; this.match(MySqlParser.KW_DATA); - this.state = 2487; + this.state = 2477; this.match(MySqlParser.KW_DIRECTORY); - this.state = 2488; + this.state = 2478; this.match(MySqlParser.KW_NAME); } break; @@ -10038,109 +10010,109 @@ export class MySqlParser extends SQLParserBase { } public alterEvent(): AlterEventContext { let localContext = new AlterEventContext(this.context, this.state); - this.enterRule(localContext, 128, MySqlParser.RULE_alterEvent); + this.enterRule(localContext, 126, MySqlParser.RULE_alterEvent); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2492; + this.state = 2482; this.match(MySqlParser.KW_ALTER); - this.state = 2494; + this.state = 2484; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 364) { { - this.state = 2493; + this.state = 2483; this.ownerStatement(); } } - this.state = 2496; + this.state = 2486; this.match(MySqlParser.KW_EVENT); - this.state = 2497; + this.state = 2487; localContext._event_name = this.fullId(); - this.state = 2501; + this.state = 2491; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 277, this.context) ) { case 1: { - this.state = 2498; + this.state = 2488; this.match(MySqlParser.KW_ON); - this.state = 2499; + this.state = 2489; this.match(MySqlParser.KW_SCHEDULE); - this.state = 2500; + this.state = 2490; this.scheduleExpression(); } break; } - this.state = 2509; + this.state = 2499; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 119) { { - this.state = 2503; + this.state = 2493; this.match(MySqlParser.KW_ON); - this.state = 2504; + this.state = 2494; this.match(MySqlParser.KW_COMPLETION); - this.state = 2506; + this.state = 2496; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 114) { { - this.state = 2505; + this.state = 2495; this.match(MySqlParser.KW_NOT); } } - this.state = 2508; + this.state = 2498; this.match(MySqlParser.KW_PRESERVE); } } - this.state = 2514; + this.state = 2504; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 280, this.context) ) { case 1: { - this.state = 2511; + this.state = 2501; this.match(MySqlParser.KW_RENAME); - this.state = 2512; + this.state = 2502; this.match(MySqlParser.KW_TO); - this.state = 2513; + this.state = 2503; localContext._new_event_name = this.fullId(); } break; } - this.state = 2517; + this.state = 2507; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 368 || _la === 375) { { - this.state = 2516; + this.state = 2506; this.enableType(); } } - this.state = 2521; + this.state = 2511; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 340) { { - this.state = 2519; + this.state = 2509; this.match(MySqlParser.KW_COMMENT); - this.state = 2520; + this.state = 2510; this.match(MySqlParser.STRING_LITERAL); } } - this.state = 2525; + this.state = 2515; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 283, this.context) ) { case 1: { - this.state = 2523; + this.state = 2513; this.match(MySqlParser.KW_DO); - this.state = 2524; + this.state = 2514; this.routineBody(); } break; @@ -10163,28 +10135,28 @@ export class MySqlParser extends SQLParserBase { } public alterFunction(): AlterFunctionContext { let localContext = new AlterFunctionContext(this.context, this.state); - this.enterRule(localContext, 130, MySqlParser.RULE_alterFunction); + this.enterRule(localContext, 128, MySqlParser.RULE_alterFunction); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2527; + this.state = 2517; this.match(MySqlParser.KW_ALTER); - this.state = 2528; + this.state = 2518; this.match(MySqlParser.KW_FUNCTION); - this.state = 2529; + this.state = 2519; this.functionName(); - this.state = 2533; + this.state = 2523; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 47 || ((((_la - 112)) & ~0x1F) === 0 && ((1 << (_la - 112)) & 16777221) !== 0) || _la === 162 || _la === 340 || _la === 354 || _la === 444 || _la === 502) { { { - this.state = 2530; + this.state = 2520; this.routineOption(); } } - this.state = 2535; + this.state = 2525; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -10206,21 +10178,21 @@ export class MySqlParser extends SQLParserBase { } public alterInstance(): AlterInstanceContext { let localContext = new AlterInstanceContext(this.context, this.state); - this.enterRule(localContext, 132, MySqlParser.RULE_alterInstance); + this.enterRule(localContext, 130, MySqlParser.RULE_alterInstance); try { this.enterOuterAlt(localContext, 1); { - this.state = 2536; + this.state = 2526; this.match(MySqlParser.KW_ALTER); - this.state = 2537; + this.state = 2527; this.match(MySqlParser.KW_INSTANCE); - this.state = 2538; + this.state = 2528; this.match(MySqlParser.KW_ROTATE); - this.state = 2539; + this.state = 2529; this.match(MySqlParser.KW_INNODB); - this.state = 2540; + this.state = 2530; this.match(MySqlParser.KW_MASTER); - this.state = 2541; + this.state = 2531; this.match(MySqlParser.KW_KEY); } } @@ -10240,70 +10212,70 @@ export class MySqlParser extends SQLParserBase { } public alterLogFileGroup(): AlterLogFileGroupContext { let localContext = new AlterLogFileGroupContext(this.context, this.state); - this.enterRule(localContext, 134, MySqlParser.RULE_alterLogFileGroup); + this.enterRule(localContext, 132, MySqlParser.RULE_alterLogFileGroup); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2543; + this.state = 2533; this.match(MySqlParser.KW_ALTER); - this.state = 2544; + this.state = 2534; this.match(MySqlParser.KW_LOGFILE); - this.state = 2545; + this.state = 2535; this.match(MySqlParser.KW_GROUP); - this.state = 2546; + this.state = 2536; localContext._logFileGroupName = this.uid(); - this.state = 2547; + this.state = 2537; this.match(MySqlParser.KW_ADD); - this.state = 2548; + this.state = 2538; this.match(MySqlParser.KW_UNDOFILE); - this.state = 2549; + this.state = 2539; this.match(MySqlParser.STRING_LITERAL); - this.state = 2555; + this.state = 2545; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 428) { { - this.state = 2550; + this.state = 2540; this.match(MySqlParser.KW_INITIAL_SIZE); - this.state = 2552; + this.state = 2542; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2551; + this.state = 2541; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2554; + this.state = 2544; this.fileSizeLiteral(); } } - this.state = 2558; + this.state = 2548; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 687) { { - this.state = 2557; + this.state = 2547; this.match(MySqlParser.KW_WAIT); } } - this.state = 2560; + this.state = 2550; this.match(MySqlParser.KW_ENGINE); - this.state = 2562; + this.state = 2552; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2561; + this.state = 2551; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2564; + this.state = 2554; this.engineName(); } } @@ -10323,28 +10295,28 @@ export class MySqlParser extends SQLParserBase { } public alterProcedure(): AlterProcedureContext { let localContext = new AlterProcedureContext(this.context, this.state); - this.enterRule(localContext, 136, MySqlParser.RULE_alterProcedure); + this.enterRule(localContext, 134, MySqlParser.RULE_alterProcedure); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2566; + this.state = 2556; this.match(MySqlParser.KW_ALTER); - this.state = 2567; + this.state = 2557; this.match(MySqlParser.KW_PROCEDURE); - this.state = 2568; + this.state = 2558; localContext._proc_name = this.fullId(); - this.state = 2572; + this.state = 2562; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 47 || ((((_la - 112)) & ~0x1F) === 0 && ((1 << (_la - 112)) & 16777221) !== 0) || _la === 162 || _la === 340 || _la === 354 || _la === 444 || _la === 502) { { { - this.state = 2569; + this.state = 2559; this.routineOption(); } } - this.state = 2574; + this.state = 2564; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -10366,40 +10338,40 @@ export class MySqlParser extends SQLParserBase { } public alterServer(): AlterServerContext { let localContext = new AlterServerContext(this.context, this.state); - this.enterRule(localContext, 138, MySqlParser.RULE_alterServer); + this.enterRule(localContext, 136, MySqlParser.RULE_alterServer); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2575; + this.state = 2565; this.match(MySqlParser.KW_ALTER); - this.state = 2576; + this.state = 2566; this.match(MySqlParser.KW_SERVER); - this.state = 2577; + this.state = 2567; localContext._serverName = this.uid(); - this.state = 2578; + this.state = 2568; this.match(MySqlParser.KW_OPTIONS); - this.state = 2579; + this.state = 2569; this.match(MySqlParser.LR_BRACKET); - this.state = 2580; + this.state = 2570; this.serverOption(); - this.state = 2585; + this.state = 2575; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 2581; + this.state = 2571; this.match(MySqlParser.COMMA); - this.state = 2582; + this.state = 2572; this.serverOption(); } } - this.state = 2587; + this.state = 2577; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2588; + this.state = 2578; this.match(MySqlParser.RR_BRACKET); } } @@ -10419,64 +10391,64 @@ export class MySqlParser extends SQLParserBase { } public alterTable(): AlterTableContext { let localContext = new AlterTableContext(this.context, this.state); - this.enterRule(localContext, 140, MySqlParser.RULE_alterTable); + this.enterRule(localContext, 138, MySqlParser.RULE_alterTable); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2590; + this.state = 2580; this.match(MySqlParser.KW_ALTER); - this.state = 2591; + this.state = 2581; this.match(MySqlParser.KW_TABLE); - this.state = 2592; + this.state = 2582; this.tableName(); - this.state = 2601; + this.state = 2591; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 292, this.context) ) { case 1: { - this.state = 2593; + this.state = 2583; this.alterOption(); - this.state = 2598; + this.state = 2588; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 2594; + this.state = 2584; this.match(MySqlParser.COMMA); - this.state = 2595; + this.state = 2585; this.alterOption(); } } - this.state = 2600; + this.state = 2590; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } break; } - this.state = 2610; + this.state = 2600; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 294, this.context) ) { case 1: { - this.state = 2603; + this.state = 2593; this.alterPartitionSpecification(); - this.state = 2607; + this.state = 2597; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 293, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 2604; + this.state = 2594; this.alterPartitionSpecification(); } } } - this.state = 2609; + this.state = 2599; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 293, this.context); } @@ -10501,28 +10473,28 @@ export class MySqlParser extends SQLParserBase { } public alterTableSpace(): AlterTableSpaceContext { let localContext = new AlterTableSpaceContext(this.context, this.state); - this.enterRule(localContext, 142, MySqlParser.RULE_alterTableSpace); + this.enterRule(localContext, 140, MySqlParser.RULE_alterTableSpace); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2612; + this.state = 2602; this.match(MySqlParser.KW_ALTER); - this.state = 2614; + this.state = 2604; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 180) { { - this.state = 2613; + this.state = 2603; this.match(MySqlParser.KW_UNDO); } } - this.state = 2616; + this.state = 2606; this.match(MySqlParser.KW_TABLESPACE); - this.state = 2617; + this.state = 2607; this.tableSpaceName(); - this.state = 2618; + this.state = 2608; _la = this.tokenStream.LA(1); if(!(_la === 6 || _la === 51)) { this.errorHandler.recoverInline(this); @@ -10531,86 +10503,86 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2619; + this.state = 2609; this.match(MySqlParser.KW_DATAFILE); - this.state = 2620; + this.state = 2610; this.match(MySqlParser.STRING_LITERAL); - this.state = 2626; + this.state = 2616; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 428) { { - this.state = 2621; + this.state = 2611; this.match(MySqlParser.KW_INITIAL_SIZE); - this.state = 2623; + this.state = 2613; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2622; + this.state = 2612; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2625; + this.state = 2615; this.fileSizeLiteral(); } } - this.state = 2629; + this.state = 2619; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 687) { { - this.state = 2628; + this.state = 2618; this.match(MySqlParser.KW_WAIT); } } - this.state = 2634; + this.state = 2624; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 299, this.context) ) { case 1: { - this.state = 2631; + this.state = 2621; this.match(MySqlParser.KW_RENAME); - this.state = 2632; + this.state = 2622; this.match(MySqlParser.KW_TO); - this.state = 2633; + this.state = 2623; this.tableSpaceNameCreate(); } break; } - this.state = 2641; + this.state = 2631; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 314) { { - this.state = 2636; + this.state = 2626; this.match(MySqlParser.KW_AUTOEXTEND_SIZE); - this.state = 2638; + this.state = 2628; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2637; + this.state = 2627; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2640; + this.state = 2630; this.fileSizeLiteral(); } } - this.state = 2645; + this.state = 2635; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 302, this.context) ) { case 1: { - this.state = 2643; + this.state = 2633; this.match(MySqlParser.KW_SET); - this.state = 2644; + this.state = 2634; _la = this.tokenStream.LA(1); if(!(_la === 5 || _la === 81)) { this.errorHandler.recoverInline(this); @@ -10622,68 +10594,68 @@ export class MySqlParser extends SQLParserBase { } break; } - this.state = 2652; + this.state = 2642; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 376) { { - this.state = 2647; + this.state = 2637; this.match(MySqlParser.KW_ENCRYPTION); - this.state = 2649; + this.state = 2639; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2648; + this.state = 2638; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2651; + this.state = 2641; this.match(MySqlParser.STRING_LITERAL); } } - this.state = 2659; + this.state = 2649; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 380) { { - this.state = 2654; + this.state = 2644; this.match(MySqlParser.KW_ENGINE); - this.state = 2656; + this.state = 2646; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2655; + this.state = 2645; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2658; + this.state = 2648; this.engineName(); } } - this.state = 2666; + this.state = 2656; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 825) { { - this.state = 2661; + this.state = 2651; this.match(MySqlParser.KW_ENGINE_ATTRIBUTE); - this.state = 2663; + this.state = 2653; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2662; + this.state = 2652; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2665; + this.state = 2655; this.match(MySqlParser.STRING_LITERAL); } } @@ -10706,23 +10678,23 @@ export class MySqlParser extends SQLParserBase { } public alterView(): AlterViewContext { let localContext = new AlterViewContext(this.context, this.state); - this.enterRule(localContext, 144, MySqlParser.RULE_alterView); + this.enterRule(localContext, 142, MySqlParser.RULE_alterView); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2668; + this.state = 2658; this.match(MySqlParser.KW_ALTER); - this.state = 2672; + this.state = 2662; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 308) { { - this.state = 2669; + this.state = 2659; this.match(MySqlParser.KW_ALGORITHM); - this.state = 2670; + this.state = 2660; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 2671; + this.state = 2661; localContext._algType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 486 || _la === 661 || _la === 670)) { @@ -10735,26 +10707,26 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 2675; + this.state = 2665; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 364) { { - this.state = 2674; + this.state = 2664; this.ownerStatement(); } } - this.state = 2680; + this.state = 2670; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 162) { { - this.state = 2677; + this.state = 2667; this.match(MySqlParser.KW_SQL); - this.state = 2678; + this.state = 2668; this.match(MySqlParser.KW_SECURITY); - this.state = 2679; + this.state = 2669; localContext._secContext = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 364 || _la === 436)) { @@ -10767,41 +10739,41 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 2682; + this.state = 2672; this.match(MySqlParser.KW_VIEW); - this.state = 2683; + this.state = 2673; this.viewName(); - this.state = 2688; + this.state = 2678; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 866) { { - this.state = 2684; + this.state = 2674; this.match(MySqlParser.LR_BRACKET); - this.state = 2685; + this.state = 2675; this.columnNames(); - this.state = 2686; + this.state = 2676; this.match(MySqlParser.RR_BRACKET); } } - this.state = 2690; + this.state = 2680; this.match(MySqlParser.KW_AS); - this.state = 2691; + this.state = 2681; this.selectStatement(); - this.state = 2698; + this.state = 2688; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 314, this.context) ) { case 1: { - this.state = 2692; + this.state = 2682; this.match(MySqlParser.KW_WITH); - this.state = 2694; + this.state = 2684; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 325 || _la === 450) { { - this.state = 2693; + this.state = 2683; localContext._checkOpt = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 325 || _la === 450)) { @@ -10814,9 +10786,9 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 2696; + this.state = 2686; this.match(MySqlParser.KW_CHECK); - this.state = 2697; + this.state = 2687; this.match(MySqlParser.KW_OPTION); } break; @@ -10839,42 +10811,42 @@ export class MySqlParser extends SQLParserBase { } public alterOption(): AlterOptionContext { let localContext = new AlterOptionContext(this.context, this.state); - this.enterRule(localContext, 146, MySqlParser.RULE_alterOption); + this.enterRule(localContext, 144, MySqlParser.RULE_alterOption); let _la: number; try { let alternative: number; - this.state = 2964; + this.state = 2954; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 358, this.context) ) { case 1: localContext = new AlterByTableOptionContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2700; + this.state = 2690; this.tableOption(); - this.state = 2707; + this.state = 2697; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 316, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 2702; + this.state = 2692; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 868) { { - this.state = 2701; + this.state = 2691; this.match(MySqlParser.COMMA); } } - this.state = 2704; + this.state = 2694; this.tableOption(); } } } - this.state = 2709; + this.state = 2699; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 316, this.context); } @@ -10884,36 +10856,36 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByAddColumnContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2710; + this.state = 2700; this.match(MySqlParser.KW_ADD); - this.state = 2712; + this.state = 2702; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 317, this.context) ) { case 1: { - this.state = 2711; + this.state = 2701; this.match(MySqlParser.KW_COLUMN); } break; } - this.state = 2714; + this.state = 2704; this.columnName(); - this.state = 2715; + this.state = 2705; this.columnDefinition(); - this.state = 2719; + this.state = 2709; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_FIRST: { - this.state = 2716; + this.state = 2706; this.match(MySqlParser.KW_FIRST); } break; case MySqlParser.KW_AFTER: { - this.state = 2717; + this.state = 2707; this.match(MySqlParser.KW_AFTER); - this.state = 2718; + this.state = 2708; this.columnName(); } break; @@ -10999,43 +10971,43 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByAddColumnsContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 2721; + this.state = 2711; this.match(MySqlParser.KW_ADD); - this.state = 2723; + this.state = 2713; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 29) { { - this.state = 2722; + this.state = 2712; this.match(MySqlParser.KW_COLUMN); } } - this.state = 2725; + this.state = 2715; this.match(MySqlParser.LR_BRACKET); - this.state = 2726; + this.state = 2716; this.columnName(); - this.state = 2727; + this.state = 2717; this.columnDefinition(); - this.state = 2734; + this.state = 2724; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 2728; + this.state = 2718; this.match(MySqlParser.COMMA); - this.state = 2729; + this.state = 2719; this.columnName(); - this.state = 2730; + this.state = 2720; this.columnDefinition(); } } - this.state = 2736; + this.state = 2726; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2737; + this.state = 2727; this.match(MySqlParser.RR_BRACKET); } break; @@ -11043,9 +11015,9 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByAddIndexContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 2739; + this.state = 2729; this.match(MySqlParser.KW_ADD); - this.state = 2740; + this.state = 2730; _la = this.tokenStream.LA(1); if(!(_la === 82 || _la === 92)) { this.errorHandler.recoverInline(this); @@ -11054,41 +11026,41 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2742; + this.state = 2732; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074302976) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18878481) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100679969) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 2741; + this.state = 2731; this.indexName(); } } - this.state = 2745; + this.state = 2735; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 188) { { - this.state = 2744; + this.state = 2734; this.indexType(); } } - this.state = 2747; + this.state = 2737; this.indexColumnNames(); - this.state = 2751; + this.state = 2741; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 323, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 2748; + this.state = 2738; this.indexOption(); } } } - this.state = 2753; + this.state = 2743; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 323, this.context); } @@ -11098,9 +11070,9 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByAddSpecialIndexContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 2754; + this.state = 2744; this.match(MySqlParser.KW_ADD); - this.state = 2755; + this.state = 2745; _la = this.tokenStream.LA(1); if(!(_la === 69 || _la === 161)) { this.errorHandler.recoverInline(this); @@ -11109,12 +11081,12 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2757; + this.state = 2747; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82 || _la === 92) { { - this.state = 2756; + this.state = 2746; _la = this.tokenStream.LA(1); if(!(_la === 82 || _la === 92)) { this.errorHandler.recoverInline(this); @@ -11126,31 +11098,31 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 2760; + this.state = 2750; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074302976) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18878481) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100679969) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 2759; + this.state = 2749; this.indexName(); } } - this.state = 2762; + this.state = 2752; this.indexColumnNames(); - this.state = 2766; + this.state = 2756; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 326, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 2763; + this.state = 2753; this.indexOption(); } } } - this.state = 2768; + this.state = 2758; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 326, this.context); } @@ -11160,21 +11132,21 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByAddPrimaryKeyContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 2769; + this.state = 2759; this.match(MySqlParser.KW_ADD); - this.state = 2774; + this.state = 2764; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 31) { { - this.state = 2770; + this.state = 2760; this.match(MySqlParser.KW_CONSTRAINT); - this.state = 2772; + this.state = 2762; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 327, this.context) ) { case 1: { - this.state = 2771; + this.state = 2761; (localContext as AlterByAddPrimaryKeyContext)._symbol_ = this.uid(); } break; @@ -11182,35 +11154,35 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 2776; + this.state = 2766; this.match(MySqlParser.KW_PRIMARY); - this.state = 2777; + this.state = 2767; this.match(MySqlParser.KW_KEY); - this.state = 2779; + this.state = 2769; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 188) { { - this.state = 2778; + this.state = 2768; this.indexType(); } } - this.state = 2781; + this.state = 2771; this.indexColumnNames(); - this.state = 2785; + this.state = 2775; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 330, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 2782; + this.state = 2772; this.indexOption(); } } } - this.state = 2787; + this.state = 2777; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 330, this.context); } @@ -11220,21 +11192,21 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByAddUniqueKeyContext(localContext); this.enterOuterAlt(localContext, 7); { - this.state = 2788; + this.state = 2778; this.match(MySqlParser.KW_ADD); - this.state = 2793; + this.state = 2783; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 31) { { - this.state = 2789; + this.state = 2779; this.match(MySqlParser.KW_CONSTRAINT); - this.state = 2791; + this.state = 2781; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074302976) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18878481) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100679969) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 2790; + this.state = 2780; (localContext as AlterByAddUniqueKeyContext)._symbol_ = this.uid(); } } @@ -11242,14 +11214,14 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 2795; + this.state = 2785; this.match(MySqlParser.KW_UNIQUE); - this.state = 2797; + this.state = 2787; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82 || _la === 92) { { - this.state = 2796; + this.state = 2786; _la = this.tokenStream.LA(1); if(!(_la === 82 || _la === 92)) { this.errorHandler.recoverInline(this); @@ -11261,41 +11233,41 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 2800; + this.state = 2790; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074302976) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18878481) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100679969) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 2799; + this.state = 2789; this.indexName(); } } - this.state = 2803; + this.state = 2793; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 188) { { - this.state = 2802; + this.state = 2792; this.indexType(); } } - this.state = 2805; + this.state = 2795; this.indexColumnNames(); - this.state = 2809; + this.state = 2799; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 336, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 2806; + this.state = 2796; this.indexOption(); } } } - this.state = 2811; + this.state = 2801; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 336, this.context); } @@ -11305,21 +11277,21 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByAddForeignKeyContext(localContext); this.enterOuterAlt(localContext, 8); { - this.state = 2812; + this.state = 2802; this.match(MySqlParser.KW_ADD); - this.state = 2817; + this.state = 2807; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 31) { { - this.state = 2813; + this.state = 2803; this.match(MySqlParser.KW_CONSTRAINT); - this.state = 2815; + this.state = 2805; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074302976) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18878481) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100679969) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 2814; + this.state = 2804; (localContext as AlterByAddForeignKeyContext)._symbol_ = this.uid(); } } @@ -11327,23 +11299,23 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 2819; + this.state = 2809; this.match(MySqlParser.KW_FOREIGN); - this.state = 2820; + this.state = 2810; this.match(MySqlParser.KW_KEY); - this.state = 2822; + this.state = 2812; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074302976) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18878481) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100679969) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 2821; + this.state = 2811; this.indexName(); } } - this.state = 2824; + this.state = 2814; this.indexColumnNames(); - this.state = 2825; + this.state = 2815; this.referenceDefinition(); } break; @@ -11351,14 +11323,14 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByAddCheckTableConstraintContext(localContext); this.enterOuterAlt(localContext, 9); { - this.state = 2827; + this.state = 2817; this.match(MySqlParser.KW_ADD); - this.state = 2829; + this.state = 2819; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 340, this.context) ) { case 1: { - this.state = 2828; + this.state = 2818; this.checkConstraintDefinition(); } break; @@ -11369,9 +11341,9 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByDropConstraintCheckContext(localContext); this.enterOuterAlt(localContext, 10); { - this.state = 2831; + this.state = 2821; this.match(MySqlParser.KW_DROP); - this.state = 2832; + this.state = 2822; _la = this.tokenStream.LA(1); if(!(_la === 27 || _la === 31)) { this.errorHandler.recoverInline(this); @@ -11380,7 +11352,7 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2833; + this.state = 2823; (localContext as AlterByDropConstraintCheckContext)._symbol_ = this.uid(); } break; @@ -11388,9 +11360,9 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByAlterCheckTableConstraintContext(localContext); this.enterOuterAlt(localContext, 11); { - this.state = 2834; + this.state = 2824; this.match(MySqlParser.KW_ALTER); - this.state = 2835; + this.state = 2825; _la = this.tokenStream.LA(1); if(!(_la === 27 || _la === 31)) { this.errorHandler.recoverInline(this); @@ -11399,24 +11371,24 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2836; + this.state = 2826; (localContext as AlterByAlterCheckTableConstraintContext)._symbol_ = this.uid(); - this.state = 2838; + this.state = 2828; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 114) { { - this.state = 2837; + this.state = 2827; this.match(MySqlParser.KW_NOT); } } - this.state = 2841; + this.state = 2831; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 57) { { - this.state = 2840; + this.state = 2830; this.match(MySqlParser.KW_ENFORCED); } } @@ -11427,19 +11399,19 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterBySetAlgorithmContext(localContext); this.enterOuterAlt(localContext, 12); { - this.state = 2843; + this.state = 2833; this.match(MySqlParser.KW_ALGORITHM); - this.state = 2845; + this.state = 2835; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2844; + this.state = 2834; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2847; + this.state = 2837; _la = this.tokenStream.LA(1); if(!(_la === 42 || _la === 357 || _la === 430 || _la === 434)) { this.errorHandler.recoverInline(this); @@ -11454,38 +11426,38 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByAlterColumnDefaultContext(localContext); this.enterOuterAlt(localContext, 13); { - this.state = 2848; + this.state = 2838; this.match(MySqlParser.KW_ALTER); - this.state = 2850; + this.state = 2840; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 344, this.context) ) { case 1: { - this.state = 2849; + this.state = 2839; this.match(MySqlParser.KW_COLUMN); } break; } - this.state = 2852; + this.state = 2842; this.columnName(); - this.state = 2860; + this.state = 2850; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 345, this.context) ) { case 1: { - this.state = 2853; + this.state = 2843; this.match(MySqlParser.KW_SET); - this.state = 2854; + this.state = 2844; this.match(MySqlParser.KW_DEFAULT); - this.state = 2855; + this.state = 2845; this.defaultValue(); } break; case 2: { - this.state = 2856; + this.state = 2846; this.match(MySqlParser.KW_SET); - this.state = 2857; + this.state = 2847; _la = this.tokenStream.LA(1); if(!(_la === 435 || _la === 686)) { this.errorHandler.recoverInline(this); @@ -11498,9 +11470,9 @@ export class MySqlParser extends SQLParserBase { break; case 3: { - this.state = 2858; + this.state = 2848; this.match(MySqlParser.KW_DROP); - this.state = 2859; + this.state = 2849; this.match(MySqlParser.KW_DEFAULT); } break; @@ -11511,13 +11483,13 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByAlterIndexVisibilityContext(localContext); this.enterOuterAlt(localContext, 14); { - this.state = 2862; + this.state = 2852; this.match(MySqlParser.KW_ALTER); - this.state = 2863; + this.state = 2853; this.match(MySqlParser.KW_INDEX); - this.state = 2864; + this.state = 2854; this.indexName(); - this.state = 2865; + this.state = 2855; _la = this.tokenStream.LA(1); if(!(_la === 435 || _la === 686)) { this.errorHandler.recoverInline(this); @@ -11532,38 +11504,38 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByChangeColumnContext(localContext); this.enterOuterAlt(localContext, 15); { - this.state = 2867; + this.state = 2857; this.match(MySqlParser.KW_CHANGE); - this.state = 2869; + this.state = 2859; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 346, this.context) ) { case 1: { - this.state = 2868; + this.state = 2858; this.match(MySqlParser.KW_COLUMN); } break; } - this.state = 2871; + this.state = 2861; (localContext as AlterByChangeColumnContext)._oldColumn = this.columnName(); - this.state = 2872; + this.state = 2862; (localContext as AlterByChangeColumnContext)._newColumn = this.columnNameCreate(); - this.state = 2873; + this.state = 2863; this.columnDefinition(); - this.state = 2877; + this.state = 2867; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_FIRST: { - this.state = 2874; + this.state = 2864; this.match(MySqlParser.KW_FIRST); } break; case MySqlParser.KW_AFTER: { - this.state = 2875; + this.state = 2865; this.match(MySqlParser.KW_AFTER); - this.state = 2876; + this.state = 2866; this.columnName(); } break; @@ -11649,42 +11621,42 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByDefaultCharsetContext(localContext); this.enterOuterAlt(localContext, 16); { - this.state = 2880; + this.state = 2870; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 42) { { - this.state = 2879; + this.state = 2869; this.match(MySqlParser.KW_DEFAULT); } } - this.state = 2882; + this.state = 2872; this.match(MySqlParser.KW_CHARACTER); - this.state = 2883; + this.state = 2873; this.match(MySqlParser.KW_SET); - this.state = 2884; + this.state = 2874; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 2885; + this.state = 2875; this.charsetName(); - this.state = 2891; + this.state = 2881; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 28) { { - this.state = 2886; + this.state = 2876; this.match(MySqlParser.KW_COLLATE); - this.state = 2888; + this.state = 2878; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2887; + this.state = 2877; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2890; + this.state = 2880; this.collationName(); } } @@ -11695,40 +11667,40 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByConvertCharsetContext(localContext); this.enterOuterAlt(localContext, 17); { - this.state = 2893; + this.state = 2883; this.match(MySqlParser.KW_CONVERT); - this.state = 2894; + this.state = 2884; this.match(MySqlParser.KW_TO); - this.state = 2898; + this.state = 2888; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_CHARSET: { - this.state = 2895; + this.state = 2885; this.match(MySqlParser.KW_CHARSET); } break; case MySqlParser.KW_CHARACTER: { - this.state = 2896; + this.state = 2886; this.match(MySqlParser.KW_CHARACTER); - this.state = 2897; + this.state = 2887; this.match(MySqlParser.KW_SET); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 2900; + this.state = 2890; this.charsetName(); - this.state = 2903; + this.state = 2893; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 28) { { - this.state = 2901; + this.state = 2891; this.match(MySqlParser.KW_COLLATE); - this.state = 2902; + this.state = 2892; this.collationName(); } } @@ -11739,7 +11711,7 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterKeysContext(localContext); this.enterOuterAlt(localContext, 18); { - this.state = 2905; + this.state = 2895; _la = this.tokenStream.LA(1); if(!(_la === 368 || _la === 375)) { this.errorHandler.recoverInline(this); @@ -11748,7 +11720,7 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2906; + this.state = 2896; this.match(MySqlParser.KW_KEYS); } break; @@ -11756,7 +11728,7 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterTableSpaceOptionContext(localContext); this.enterOuterAlt(localContext, 19); { - this.state = 2907; + this.state = 2897; _la = this.tokenStream.LA(1); if(!(_la === 369 || _la === 425)) { this.errorHandler.recoverInline(this); @@ -11765,7 +11737,7 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2908; + this.state = 2898; this.match(MySqlParser.KW_TABLESPACE); } break; @@ -11773,19 +11745,19 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByDropColumnContext(localContext); this.enterOuterAlt(localContext, 20); { - this.state = 2909; + this.state = 2899; this.match(MySqlParser.KW_DROP); - this.state = 2911; + this.state = 2901; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 353, this.context) ) { case 1: { - this.state = 2910; + this.state = 2900; this.match(MySqlParser.KW_COLUMN); } break; } - this.state = 2913; + this.state = 2903; this.columnName(); } break; @@ -11793,9 +11765,9 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByDropIndexContext(localContext); this.enterOuterAlt(localContext, 21); { - this.state = 2914; + this.state = 2904; this.match(MySqlParser.KW_DROP); - this.state = 2915; + this.state = 2905; _la = this.tokenStream.LA(1); if(!(_la === 82 || _la === 92)) { this.errorHandler.recoverInline(this); @@ -11804,7 +11776,7 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2916; + this.state = 2906; this.indexName(); } break; @@ -11812,11 +11784,11 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByDropPrimaryKeyContext(localContext); this.enterOuterAlt(localContext, 22); { - this.state = 2917; + this.state = 2907; this.match(MySqlParser.KW_DROP); - this.state = 2918; + this.state = 2908; this.match(MySqlParser.KW_PRIMARY); - this.state = 2919; + this.state = 2909; this.match(MySqlParser.KW_KEY); } break; @@ -11824,13 +11796,13 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByDropForeignKeyContext(localContext); this.enterOuterAlt(localContext, 23); { - this.state = 2920; + this.state = 2910; this.match(MySqlParser.KW_DROP); - this.state = 2921; + this.state = 2911; this.match(MySqlParser.KW_FOREIGN); - this.state = 2922; + this.state = 2912; this.match(MySqlParser.KW_KEY); - this.state = 2923; + this.state = 2913; (localContext as AlterByDropForeignKeyContext)._fk_symbol = this.uid(); } break; @@ -11838,7 +11810,7 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByForceContext(localContext); this.enterOuterAlt(localContext, 24); { - this.state = 2924; + this.state = 2914; this.match(MySqlParser.KW_FORCE); } break; @@ -11846,19 +11818,19 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByLockContext(localContext); this.enterOuterAlt(localContext, 25); { - this.state = 2925; + this.state = 2915; this.match(MySqlParser.KW_LOCK); - this.state = 2927; + this.state = 2917; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 2926; + this.state = 2916; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 2929; + this.state = 2919; (localContext as AlterByLockContext)._lockType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 42 || _la === 389 || _la === 505 || _la === 595)) { @@ -11874,36 +11846,36 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByModifyColumnContext(localContext); this.enterOuterAlt(localContext, 26); { - this.state = 2930; + this.state = 2920; this.match(MySqlParser.KW_MODIFY); - this.state = 2932; + this.state = 2922; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 355, this.context) ) { case 1: { - this.state = 2931; + this.state = 2921; this.match(MySqlParser.KW_COLUMN); } break; } - this.state = 2934; + this.state = 2924; this.columnName(); - this.state = 2935; + this.state = 2925; this.columnDefinition(); - this.state = 2939; + this.state = 2929; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_FIRST: { - this.state = 2936; + this.state = 2926; this.match(MySqlParser.KW_FIRST); } break; case MySqlParser.KW_AFTER: { - this.state = 2937; + this.state = 2927; this.match(MySqlParser.KW_AFTER); - this.state = 2938; + this.state = 2928; this.columnName(); } break; @@ -11989,11 +11961,11 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByOrderContext(localContext); this.enterOuterAlt(localContext, 27); { - this.state = 2941; + this.state = 2931; this.match(MySqlParser.KW_ORDER); - this.state = 2942; + this.state = 2932; this.match(MySqlParser.KW_BY); - this.state = 2943; + this.state = 2933; this.columnNames(); } break; @@ -12001,15 +11973,15 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByRenameColumnContext(localContext); this.enterOuterAlt(localContext, 28); { - this.state = 2944; + this.state = 2934; this.match(MySqlParser.KW_RENAME); - this.state = 2945; + this.state = 2935; this.match(MySqlParser.KW_COLUMN); - this.state = 2946; + this.state = 2936; (localContext as AlterByRenameColumnContext)._oldColumn = this.columnName(); - this.state = 2947; + this.state = 2937; this.match(MySqlParser.KW_TO); - this.state = 2948; + this.state = 2938; (localContext as AlterByRenameColumnContext)._newColumn = this.columnNameCreate(); } break; @@ -12017,9 +11989,9 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByRenameIndexContext(localContext); this.enterOuterAlt(localContext, 29); { - this.state = 2950; + this.state = 2940; this.match(MySqlParser.KW_RENAME); - this.state = 2951; + this.state = 2941; (localContext as AlterByRenameIndexContext)._indexFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 82 || _la === 92)) { @@ -12029,11 +12001,11 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2952; + this.state = 2942; this.indexName(); - this.state = 2953; + this.state = 2943; this.match(MySqlParser.KW_TO); - this.state = 2954; + this.state = 2944; this.indexNameCreate(); } break; @@ -12041,14 +12013,14 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByRenameContext(localContext); this.enterOuterAlt(localContext, 30); { - this.state = 2956; + this.state = 2946; this.match(MySqlParser.KW_RENAME); - this.state = 2958; + this.state = 2948; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 13 || _la === 176) { { - this.state = 2957; + this.state = 2947; (localContext as AlterByRenameContext)._renameFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 13 || _la === 176)) { @@ -12061,7 +12033,7 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 2960; + this.state = 2950; this.tableNameCreate(); } break; @@ -12069,7 +12041,7 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByValidateContext(localContext); this.enterOuterAlt(localContext, 31); { - this.state = 2961; + this.state = 2951; _la = this.tokenStream.LA(1); if(!(_la === 194 || _la === 690)) { this.errorHandler.recoverInline(this); @@ -12078,7 +12050,7 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2962; + this.state = 2952; this.match(MySqlParser.KW_VALIDATION); } break; @@ -12086,7 +12058,7 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterPartitionContext(localContext); this.enterOuterAlt(localContext, 32); { - this.state = 2963; + this.state = 2953; this.alterPartitionSpecification(); } break; @@ -12108,41 +12080,41 @@ export class MySqlParser extends SQLParserBase { } public alterPartitionSpecification(): AlterPartitionSpecificationContext { let localContext = new AlterPartitionSpecificationContext(this.context, this.state); - this.enterRule(localContext, 148, MySqlParser.RULE_alterPartitionSpecification); + this.enterRule(localContext, 146, MySqlParser.RULE_alterPartitionSpecification); let _la: number; try { - this.state = 3064; + this.state = 3054; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_ADD: localContext = new AlterByAddPartitionContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2966; + this.state = 2956; this.match(MySqlParser.KW_ADD); - this.state = 2967; + this.state = 2957; this.match(MySqlParser.KW_PARTITION); - this.state = 2968; + this.state = 2958; this.match(MySqlParser.LR_BRACKET); - this.state = 2969; + this.state = 2959; this.partitionDefinition(); - this.state = 2974; + this.state = 2964; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 2970; + this.state = 2960; this.match(MySqlParser.COMMA); - this.state = 2971; + this.state = 2961; this.partitionDefinition(); } } - this.state = 2976; + this.state = 2966; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2977; + this.state = 2967; this.match(MySqlParser.RR_BRACKET); } break; @@ -12150,11 +12122,11 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByDropPartitionContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2979; + this.state = 2969; this.match(MySqlParser.KW_DROP); - this.state = 2980; + this.state = 2970; this.match(MySqlParser.KW_PARTITION); - this.state = 2981; + this.state = 2971; this.partitionNames(); } break; @@ -12162,11 +12134,11 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByDiscardPartitionContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 2982; + this.state = 2972; this.match(MySqlParser.KW_DISCARD); - this.state = 2983; + this.state = 2973; this.match(MySqlParser.KW_PARTITION); - this.state = 2986; + this.state = 2976; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_ARRAY: @@ -12719,20 +12691,20 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.STRING_LITERAL: case MySqlParser.ID: { - this.state = 2984; + this.state = 2974; this.partitionNames(); } break; case MySqlParser.KW_ALL: { - this.state = 2985; + this.state = 2975; this.match(MySqlParser.KW_ALL); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 2988; + this.state = 2978; this.match(MySqlParser.KW_TABLESPACE); } break; @@ -12740,11 +12712,11 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByImportPartitionContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 2989; + this.state = 2979; this.match(MySqlParser.KW_IMPORT); - this.state = 2990; + this.state = 2980; this.match(MySqlParser.KW_PARTITION); - this.state = 2993; + this.state = 2983; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_ARRAY: @@ -13297,20 +13269,20 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.STRING_LITERAL: case MySqlParser.ID: { - this.state = 2991; + this.state = 2981; this.partitionNames(); } break; case MySqlParser.KW_ALL: { - this.state = 2992; + this.state = 2982; this.match(MySqlParser.KW_ALL); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 2995; + this.state = 2985; this.match(MySqlParser.KW_TABLESPACE); } break; @@ -13318,11 +13290,11 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByTruncatePartitionContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 2996; + this.state = 2986; this.match(MySqlParser.KW_TRUNCATE); - this.state = 2997; + this.state = 2987; this.match(MySqlParser.KW_PARTITION); - this.state = 3000; + this.state = 2990; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_ARRAY: @@ -13875,13 +13847,13 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.STRING_LITERAL: case MySqlParser.ID: { - this.state = 2998; + this.state = 2988; this.partitionNames(); } break; case MySqlParser.KW_ALL: { - this.state = 2999; + this.state = 2989; this.match(MySqlParser.KW_ALL); } break; @@ -13894,11 +13866,11 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByCoalescePartitionContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 3002; + this.state = 2992; this.match(MySqlParser.KW_COALESCE); - this.state = 3003; + this.state = 2993; this.match(MySqlParser.KW_PARTITION); - this.state = 3004; + this.state = 2994; this.decimalLiteral(); } break; @@ -13906,35 +13878,35 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByReorganizePartitionContext(localContext); this.enterOuterAlt(localContext, 7); { - this.state = 3005; + this.state = 2995; this.match(MySqlParser.KW_REORGANIZE); - this.state = 3006; + this.state = 2996; this.match(MySqlParser.KW_PARTITION); - this.state = 3007; + this.state = 2997; this.partitionNames(); - this.state = 3008; + this.state = 2998; this.match(MySqlParser.KW_INTO); - this.state = 3009; + this.state = 2999; this.match(MySqlParser.LR_BRACKET); - this.state = 3010; + this.state = 3000; this.partitionDefinition(); - this.state = 3015; + this.state = 3005; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 3011; + this.state = 3001; this.match(MySqlParser.COMMA); - this.state = 3012; + this.state = 3002; this.partitionDefinition(); } } - this.state = 3017; + this.state = 3007; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3018; + this.state = 3008; this.match(MySqlParser.RR_BRACKET); } break; @@ -13942,24 +13914,24 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByExchangePartitionContext(localContext); this.enterOuterAlt(localContext, 8); { - this.state = 3020; + this.state = 3010; this.match(MySqlParser.KW_EXCHANGE); - this.state = 3021; + this.state = 3011; this.match(MySqlParser.KW_PARTITION); - this.state = 3022; + this.state = 3012; this.partitionName(); - this.state = 3023; + this.state = 3013; this.match(MySqlParser.KW_WITH); - this.state = 3024; + this.state = 3014; this.match(MySqlParser.KW_TABLE); - this.state = 3025; + this.state = 3015; this.tableName(); - this.state = 3028; + this.state = 3018; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 364, this.context) ) { case 1: { - this.state = 3026; + this.state = 3016; (localContext as AlterByExchangePartitionContext)._validationFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 194 || _la === 690)) { @@ -13969,7 +13941,7 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3027; + this.state = 3017; this.match(MySqlParser.KW_VALIDATION); } break; @@ -13980,11 +13952,11 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByAnalyzePartitionContext(localContext); this.enterOuterAlt(localContext, 9); { - this.state = 3030; + this.state = 3020; this.match(MySqlParser.KW_ANALYZE); - this.state = 3031; + this.state = 3021; this.match(MySqlParser.KW_PARTITION); - this.state = 3034; + this.state = 3024; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_ARRAY: @@ -14537,13 +14509,13 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.STRING_LITERAL: case MySqlParser.ID: { - this.state = 3032; + this.state = 3022; this.partitionNames(); } break; case MySqlParser.KW_ALL: { - this.state = 3033; + this.state = 3023; this.match(MySqlParser.KW_ALL); } break; @@ -14556,11 +14528,11 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByCheckPartitionContext(localContext); this.enterOuterAlt(localContext, 10); { - this.state = 3036; + this.state = 3026; this.match(MySqlParser.KW_CHECK); - this.state = 3037; + this.state = 3027; this.match(MySqlParser.KW_PARTITION); - this.state = 3040; + this.state = 3030; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_ARRAY: @@ -15113,13 +15085,13 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.STRING_LITERAL: case MySqlParser.ID: { - this.state = 3038; + this.state = 3028; this.partitionNames(); } break; case MySqlParser.KW_ALL: { - this.state = 3039; + this.state = 3029; this.match(MySqlParser.KW_ALL); } break; @@ -15132,11 +15104,11 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByOptimizePartitionContext(localContext); this.enterOuterAlt(localContext, 11); { - this.state = 3042; + this.state = 3032; this.match(MySqlParser.KW_OPTIMIZE); - this.state = 3043; + this.state = 3033; this.match(MySqlParser.KW_PARTITION); - this.state = 3046; + this.state = 3036; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_ARRAY: @@ -15689,13 +15661,13 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.STRING_LITERAL: case MySqlParser.ID: { - this.state = 3044; + this.state = 3034; this.partitionNames(); } break; case MySqlParser.KW_ALL: { - this.state = 3045; + this.state = 3035; this.match(MySqlParser.KW_ALL); } break; @@ -15708,11 +15680,11 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByRebuildPartitionContext(localContext); this.enterOuterAlt(localContext, 12); { - this.state = 3048; + this.state = 3038; this.match(MySqlParser.KW_REBUILD); - this.state = 3049; + this.state = 3039; this.match(MySqlParser.KW_PARTITION); - this.state = 3052; + this.state = 3042; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_ARRAY: @@ -16265,13 +16237,13 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.STRING_LITERAL: case MySqlParser.ID: { - this.state = 3050; + this.state = 3040; this.partitionNames(); } break; case MySqlParser.KW_ALL: { - this.state = 3051; + this.state = 3041; this.match(MySqlParser.KW_ALL); } break; @@ -16284,11 +16256,11 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByRepairPartitionContext(localContext); this.enterOuterAlt(localContext, 13); { - this.state = 3054; + this.state = 3044; this.match(MySqlParser.KW_REPAIR); - this.state = 3055; + this.state = 3045; this.match(MySqlParser.KW_PARTITION); - this.state = 3058; + this.state = 3048; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_ARRAY: @@ -16841,13 +16813,13 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.STRING_LITERAL: case MySqlParser.ID: { - this.state = 3056; + this.state = 3046; this.partitionNames(); } break; case MySqlParser.KW_ALL: { - this.state = 3057; + this.state = 3047; this.match(MySqlParser.KW_ALL); } break; @@ -16860,9 +16832,9 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByRemovePartitioningContext(localContext); this.enterOuterAlt(localContext, 14); { - this.state = 3060; + this.state = 3050; this.match(MySqlParser.KW_REMOVE); - this.state = 3061; + this.state = 3051; this.match(MySqlParser.KW_PARTITIONING); } break; @@ -16870,9 +16842,9 @@ export class MySqlParser extends SQLParserBase { localContext = new AlterByUpgradePartitioningContext(localContext); this.enterOuterAlt(localContext, 15); { - this.state = 3062; + this.state = 3052; this.match(MySqlParser.KW_UPGRADE); - this.state = 3063; + this.state = 3053; this.match(MySqlParser.KW_PARTITIONING); } break; @@ -16896,14 +16868,14 @@ export class MySqlParser extends SQLParserBase { } public dropDatabase(): DropDatabaseContext { let localContext = new DropDatabaseContext(this.context, this.state); - this.enterRule(localContext, 150, MySqlParser.RULE_dropDatabase); + this.enterRule(localContext, 148, MySqlParser.RULE_dropDatabase); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3066; + this.state = 3056; this.match(MySqlParser.KW_DROP); - this.state = 3067; + this.state = 3057; localContext._dbFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 39 || _la === 152)) { @@ -16913,17 +16885,17 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3069; + this.state = 3059; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 371, this.context) ) { case 1: { - this.state = 3068; + this.state = 3058; this.ifExists(); } break; } - this.state = 3071; + this.state = 3061; this.databaseName(); } } @@ -16943,25 +16915,25 @@ export class MySqlParser extends SQLParserBase { } public dropEvent(): DropEventContext { let localContext = new DropEventContext(this.context, this.state); - this.enterRule(localContext, 152, MySqlParser.RULE_dropEvent); + this.enterRule(localContext, 150, MySqlParser.RULE_dropEvent); try { this.enterOuterAlt(localContext, 1); { - this.state = 3073; + this.state = 3063; this.match(MySqlParser.KW_DROP); - this.state = 3074; + this.state = 3064; this.match(MySqlParser.KW_EVENT); - this.state = 3076; + this.state = 3066; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 372, this.context) ) { case 1: { - this.state = 3075; + this.state = 3065; this.ifExists(); } break; } - this.state = 3078; + this.state = 3068; localContext._event_name = this.fullId(); } } @@ -16981,22 +16953,22 @@ export class MySqlParser extends SQLParserBase { } public dropIndex(): DropIndexContext { let localContext = new DropIndexContext(this.context, this.state); - this.enterRule(localContext, 154, MySqlParser.RULE_dropIndex); + this.enterRule(localContext, 152, MySqlParser.RULE_dropIndex); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3080; + this.state = 3070; this.match(MySqlParser.KW_DROP); - this.state = 3081; + this.state = 3071; this.match(MySqlParser.KW_INDEX); - this.state = 3083; + this.state = 3073; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 373, this.context) ) { case 1: { - this.state = 3082; + this.state = 3072; localContext._inTimeAction = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 508 || _la === 514)) { @@ -17009,36 +16981,36 @@ export class MySqlParser extends SQLParserBase { } break; } - this.state = 3085; + this.state = 3075; this.indexName(); - this.state = 3086; + this.state = 3076; this.match(MySqlParser.KW_ON); - this.state = 3087; + this.state = 3077; this.tableName(); - this.state = 3100; + this.state = 3090; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 377, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { - this.state = 3098; + this.state = 3088; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_ALGORITHM: { - this.state = 3088; + this.state = 3078; this.match(MySqlParser.KW_ALGORITHM); - this.state = 3090; + this.state = 3080; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 3089; + this.state = 3079; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 3092; + this.state = 3082; localContext._algType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 42 || _la === 357 || _la === 430)) { @@ -17052,19 +17024,19 @@ export class MySqlParser extends SQLParserBase { break; case MySqlParser.KW_LOCK: { - this.state = 3093; + this.state = 3083; this.match(MySqlParser.KW_LOCK); - this.state = 3095; + this.state = 3085; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 3094; + this.state = 3084; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 3097; + this.state = 3087; localContext._lockType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 42 || _la === 389 || _la === 505 || _la === 595)) { @@ -17081,7 +17053,7 @@ export class MySqlParser extends SQLParserBase { } } } - this.state = 3102; + this.state = 3092; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 377, this.context); } @@ -17103,32 +17075,32 @@ export class MySqlParser extends SQLParserBase { } public dropLogFileGroup(): DropLogFileGroupContext { let localContext = new DropLogFileGroupContext(this.context, this.state); - this.enterRule(localContext, 156, MySqlParser.RULE_dropLogFileGroup); + this.enterRule(localContext, 154, MySqlParser.RULE_dropLogFileGroup); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3103; + this.state = 3093; this.match(MySqlParser.KW_DROP); - this.state = 3104; + this.state = 3094; this.match(MySqlParser.KW_LOGFILE); - this.state = 3105; + this.state = 3095; this.match(MySqlParser.KW_GROUP); - this.state = 3106; + this.state = 3096; localContext._logFileGroupName = this.uid(); - this.state = 3107; + this.state = 3097; this.match(MySqlParser.KW_ENGINE); - this.state = 3109; + this.state = 3099; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 3108; + this.state = 3098; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 3111; + this.state = 3101; this.engineName(); } } @@ -17148,25 +17120,25 @@ export class MySqlParser extends SQLParserBase { } public dropProcedure(): DropProcedureContext { let localContext = new DropProcedureContext(this.context, this.state); - this.enterRule(localContext, 158, MySqlParser.RULE_dropProcedure); + this.enterRule(localContext, 156, MySqlParser.RULE_dropProcedure); try { this.enterOuterAlt(localContext, 1); { - this.state = 3113; + this.state = 3103; this.match(MySqlParser.KW_DROP); - this.state = 3114; + this.state = 3104; this.match(MySqlParser.KW_PROCEDURE); - this.state = 3116; + this.state = 3106; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 379, this.context) ) { case 1: { - this.state = 3115; + this.state = 3105; this.ifExists(); } break; } - this.state = 3118; + this.state = 3108; localContext._sp_name = this.fullId(); } } @@ -17186,25 +17158,25 @@ export class MySqlParser extends SQLParserBase { } public dropFunction(): DropFunctionContext { let localContext = new DropFunctionContext(this.context, this.state); - this.enterRule(localContext, 160, MySqlParser.RULE_dropFunction); + this.enterRule(localContext, 158, MySqlParser.RULE_dropFunction); try { this.enterOuterAlt(localContext, 1); { - this.state = 3120; + this.state = 3110; this.match(MySqlParser.KW_DROP); - this.state = 3121; + this.state = 3111; this.match(MySqlParser.KW_FUNCTION); - this.state = 3123; + this.state = 3113; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 380, this.context) ) { case 1: { - this.state = 3122; + this.state = 3112; this.ifExists(); } break; } - this.state = 3125; + this.state = 3115; this.functionName(); } } @@ -17224,25 +17196,25 @@ export class MySqlParser extends SQLParserBase { } public dropServer(): DropServerContext { let localContext = new DropServerContext(this.context, this.state); - this.enterRule(localContext, 162, MySqlParser.RULE_dropServer); + this.enterRule(localContext, 160, MySqlParser.RULE_dropServer); try { this.enterOuterAlt(localContext, 1); { - this.state = 3127; + this.state = 3117; this.match(MySqlParser.KW_DROP); - this.state = 3128; + this.state = 3118; this.match(MySqlParser.KW_SERVER); - this.state = 3130; + this.state = 3120; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 381, this.context) ) { case 1: { - this.state = 3129; + this.state = 3119; this.ifExists(); } break; } - this.state = 3132; + this.state = 3122; localContext._serverName = this.uid(); } } @@ -17262,30 +17234,30 @@ export class MySqlParser extends SQLParserBase { } public dropSpatial(): DropSpatialContext { let localContext = new DropSpatialContext(this.context, this.state); - this.enterRule(localContext, 164, MySqlParser.RULE_dropSpatial); + this.enterRule(localContext, 162, MySqlParser.RULE_dropSpatial); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3134; + this.state = 3124; this.match(MySqlParser.KW_DROP); - this.state = 3135; + this.state = 3125; this.match(MySqlParser.KW_SPATIAL); - this.state = 3136; + this.state = 3126; this.match(MySqlParser.KW_REFERENCE); - this.state = 3137; + this.state = 3127; this.match(MySqlParser.KW_SYSTEM); - this.state = 3139; + this.state = 3129; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 78) { { - this.state = 3138; + this.state = 3128; this.ifExists(); } } - this.state = 3141; + this.state = 3131; this.match(MySqlParser.DECIMAL_LITERAL); } } @@ -17305,43 +17277,43 @@ export class MySqlParser extends SQLParserBase { } public dropTable(): DropTableContext { let localContext = new DropTableContext(this.context, this.state); - this.enterRule(localContext, 166, MySqlParser.RULE_dropTable); + this.enterRule(localContext, 164, MySqlParser.RULE_dropTable); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3143; + this.state = 3133; this.match(MySqlParser.KW_DROP); - this.state = 3145; + this.state = 3135; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 660) { { - this.state = 3144; + this.state = 3134; this.match(MySqlParser.KW_TEMPORARY); } } - this.state = 3147; + this.state = 3137; this.match(MySqlParser.KW_TABLE); - this.state = 3149; + this.state = 3139; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 384, this.context) ) { case 1: { - this.state = 3148; + this.state = 3138; this.ifExists(); } break; } - this.state = 3151; + this.state = 3141; this.tableNames(); - this.state = 3153; + this.state = 3143; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 22 || _la === 146) { { - this.state = 3152; + this.state = 3142; localContext._dropType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 22 || _la === 146)) { @@ -17372,45 +17344,45 @@ export class MySqlParser extends SQLParserBase { } public dropTableSpace(): DropTableSpaceContext { let localContext = new DropTableSpaceContext(this.context, this.state); - this.enterRule(localContext, 168, MySqlParser.RULE_dropTableSpace); + this.enterRule(localContext, 166, MySqlParser.RULE_dropTableSpace); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3155; + this.state = 3145; this.match(MySqlParser.KW_DROP); - this.state = 3157; + this.state = 3147; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 180) { { - this.state = 3156; + this.state = 3146; this.match(MySqlParser.KW_UNDO); } } - this.state = 3159; + this.state = 3149; this.match(MySqlParser.KW_TABLESPACE); - this.state = 3160; + this.state = 3150; this.tableSpaceName(); - this.state = 3166; + this.state = 3156; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 380) { { - this.state = 3161; + this.state = 3151; this.match(MySqlParser.KW_ENGINE); - this.state = 3163; + this.state = 3153; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 3162; + this.state = 3152; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 3165; + this.state = 3155; this.engineName(); } } @@ -17433,25 +17405,25 @@ export class MySqlParser extends SQLParserBase { } public dropTrigger(): DropTriggerContext { let localContext = new DropTriggerContext(this.context, this.state); - this.enterRule(localContext, 170, MySqlParser.RULE_dropTrigger); + this.enterRule(localContext, 168, MySqlParser.RULE_dropTrigger); try { this.enterOuterAlt(localContext, 1); { - this.state = 3168; + this.state = 3158; this.match(MySqlParser.KW_DROP); - this.state = 3169; + this.state = 3159; this.match(MySqlParser.KW_TRIGGER); - this.state = 3171; + this.state = 3161; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 389, this.context) ) { case 1: { - this.state = 3170; + this.state = 3160; this.ifExists(); } break; } - this.state = 3173; + this.state = 3163; localContext._trigger_name = this.fullId(); } } @@ -17471,49 +17443,49 @@ export class MySqlParser extends SQLParserBase { } public dropView(): DropViewContext { let localContext = new DropViewContext(this.context, this.state); - this.enterRule(localContext, 172, MySqlParser.RULE_dropView); + this.enterRule(localContext, 170, MySqlParser.RULE_dropView); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3175; + this.state = 3165; this.match(MySqlParser.KW_DROP); - this.state = 3176; + this.state = 3166; this.match(MySqlParser.KW_VIEW); - this.state = 3178; + this.state = 3168; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 390, this.context) ) { case 1: { - this.state = 3177; + this.state = 3167; this.ifExists(); } break; } - this.state = 3180; + this.state = 3170; this.viewName(); - this.state = 3185; + this.state = 3175; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 3181; + this.state = 3171; this.match(MySqlParser.COMMA); - this.state = 3182; + this.state = 3172; this.viewName(); } } - this.state = 3187; + this.state = 3177; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3189; + this.state = 3179; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 22 || _la === 146) { { - this.state = 3188; + this.state = 3178; localContext._dropType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 22 || _la === 146)) { @@ -17544,25 +17516,25 @@ export class MySqlParser extends SQLParserBase { } public dropRole(): DropRoleContext { let localContext = new DropRoleContext(this.context, this.state); - this.enterRule(localContext, 174, MySqlParser.RULE_dropRole); + this.enterRule(localContext, 172, MySqlParser.RULE_dropRole); try { this.enterOuterAlt(localContext, 1); { - this.state = 3191; + this.state = 3181; this.match(MySqlParser.KW_DROP); - this.state = 3192; + this.state = 3182; this.match(MySqlParser.KW_ROLE); - this.state = 3194; + this.state = 3184; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 393, this.context) ) { case 1: { - this.state = 3193; + this.state = 3183; this.ifExists(); } break; } - this.state = 3196; + this.state = 3186; this.userOrRoleNames(); } } @@ -17582,64 +17554,64 @@ export class MySqlParser extends SQLParserBase { } public setRole(): SetRoleContext { let localContext = new SetRoleContext(this.context, this.state); - this.enterRule(localContext, 176, MySqlParser.RULE_setRole); + this.enterRule(localContext, 174, MySqlParser.RULE_setRole); let _la: number; try { - this.state = 3218; + this.state = 3208; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 396, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3198; + this.state = 3188; this.match(MySqlParser.KW_SET); - this.state = 3199; + this.state = 3189; this.match(MySqlParser.KW_DEFAULT); - this.state = 3200; + this.state = 3190; this.match(MySqlParser.KW_ROLE); - this.state = 3204; + this.state = 3194; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 394, this.context) ) { case 1: { - this.state = 3201; + this.state = 3191; this.match(MySqlParser.KW_NONE); } break; case 2: { - this.state = 3202; + this.state = 3192; this.match(MySqlParser.KW_ALL); } break; case 3: { - this.state = 3203; + this.state = 3193; this.userOrRoleNames(); } break; } - this.state = 3206; + this.state = 3196; this.match(MySqlParser.KW_TO); { - this.state = 3207; + this.state = 3197; this.userOrRoleName(); } - this.state = 3212; + this.state = 3202; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 3208; + this.state = 3198; this.match(MySqlParser.COMMA); { - this.state = 3209; + this.state = 3199; this.userOrRoleName(); } } } - this.state = 3214; + this.state = 3204; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -17648,11 +17620,11 @@ export class MySqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3215; + this.state = 3205; this.match(MySqlParser.KW_SET); - this.state = 3216; + this.state = 3206; this.match(MySqlParser.KW_ROLE); - this.state = 3217; + this.state = 3207; this.roleOption(); } break; @@ -17674,30 +17646,30 @@ export class MySqlParser extends SQLParserBase { } public renameTable(): RenameTableContext { let localContext = new RenameTableContext(this.context, this.state); - this.enterRule(localContext, 178, MySqlParser.RULE_renameTable); + this.enterRule(localContext, 176, MySqlParser.RULE_renameTable); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3220; + this.state = 3210; this.match(MySqlParser.KW_RENAME); - this.state = 3221; + this.state = 3211; this.match(MySqlParser.KW_TABLE); - this.state = 3222; + this.state = 3212; this.renameTableClause(); - this.state = 3227; + this.state = 3217; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 3223; + this.state = 3213; this.match(MySqlParser.COMMA); - this.state = 3224; + this.state = 3214; this.renameTableClause(); } } - this.state = 3229; + this.state = 3219; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -17719,15 +17691,15 @@ export class MySqlParser extends SQLParserBase { } public renameTableClause(): RenameTableClauseContext { let localContext = new RenameTableClauseContext(this.context, this.state); - this.enterRule(localContext, 180, MySqlParser.RULE_renameTableClause); + this.enterRule(localContext, 178, MySqlParser.RULE_renameTableClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 3230; + this.state = 3220; this.tableName(); - this.state = 3231; + this.state = 3221; this.match(MySqlParser.KW_TO); - this.state = 3232; + this.state = 3222; this.tableNameCreate(); } } @@ -17747,24 +17719,24 @@ export class MySqlParser extends SQLParserBase { } public truncateTable(): TruncateTableContext { let localContext = new TruncateTableContext(this.context, this.state); - this.enterRule(localContext, 182, MySqlParser.RULE_truncateTable); + this.enterRule(localContext, 180, MySqlParser.RULE_truncateTable); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3234; + this.state = 3224; this.match(MySqlParser.KW_TRUNCATE); - this.state = 3236; + this.state = 3226; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 173) { { - this.state = 3235; + this.state = 3225; this.match(MySqlParser.KW_TABLE); } } - this.state = 3238; + this.state = 3228; this.tableName(); } } @@ -17784,38 +17756,38 @@ export class MySqlParser extends SQLParserBase { } public callStatement(): CallStatementContext { let localContext = new CallStatementContext(this.context, this.state); - this.enterRule(localContext, 184, MySqlParser.RULE_callStatement); + this.enterRule(localContext, 182, MySqlParser.RULE_callStatement); try { this.enterOuterAlt(localContext, 1); { - this.state = 3240; + this.state = 3230; this.match(MySqlParser.KW_CALL); - this.state = 3241; + this.state = 3231; localContext._sp_name = this.fullId(); - this.state = 3248; + this.state = 3238; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 400, this.context) ) { case 1: { - this.state = 3242; + this.state = 3232; this.match(MySqlParser.LR_BRACKET); - this.state = 3245; + this.state = 3235; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 399, this.context) ) { case 1: { - this.state = 3243; + this.state = 3233; this.constants(); } break; case 2: { - this.state = 3244; + this.state = 3234; this.expressions(); } break; } - this.state = 3247; + this.state = 3237; this.match(MySqlParser.RR_BRACKET); } break; @@ -17838,22 +17810,22 @@ export class MySqlParser extends SQLParserBase { } public deleteStatement(): DeleteStatementContext { let localContext = new DeleteStatementContext(this.context, this.state); - this.enterRule(localContext, 186, MySqlParser.RULE_deleteStatement); + this.enterRule(localContext, 184, MySqlParser.RULE_deleteStatement); try { - this.state = 3252; + this.state = 3242; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 401, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3250; + this.state = 3240; this.singleDeleteStatement(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3251; + this.state = 3241; this.multipleDeleteStatement(); } break; @@ -17875,13 +17847,13 @@ export class MySqlParser extends SQLParserBase { } public doStatement(): DoStatementContext { let localContext = new DoStatementContext(this.context, this.state); - this.enterRule(localContext, 188, MySqlParser.RULE_doStatement); + this.enterRule(localContext, 186, MySqlParser.RULE_doStatement); try { this.enterOuterAlt(localContext, 1); { - this.state = 3254; + this.state = 3244; this.match(MySqlParser.KW_DO); - this.state = 3255; + this.state = 3245; this.expressions(); } } @@ -17901,36 +17873,36 @@ export class MySqlParser extends SQLParserBase { } public handlerStatement(): HandlerStatementContext { let localContext = new HandlerStatementContext(this.context, this.state); - this.enterRule(localContext, 190, MySqlParser.RULE_handlerStatement); + this.enterRule(localContext, 188, MySqlParser.RULE_handlerStatement); try { - this.state = 3261; + this.state = 3251; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 402, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3257; + this.state = 3247; this.handlerOpenStatement(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3258; + this.state = 3248; this.handlerReadIndexStatement(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3259; + this.state = 3249; this.handlerReadStatement(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 3260; + this.state = 3250; this.handlerCloseStatement(); } break; @@ -17952,19 +17924,19 @@ export class MySqlParser extends SQLParserBase { } public insertStatement(): InsertStatementContext { let localContext = new InsertStatementContext(this.context, this.state); - this.enterRule(localContext, 192, MySqlParser.RULE_insertStatement); + this.enterRule(localContext, 190, MySqlParser.RULE_insertStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3263; + this.state = 3253; this.match(MySqlParser.KW_INSERT); - this.state = 3265; + this.state = 3255; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 43 || _la === 76 || _la === 107) { { - this.state = 3264; + this.state = 3254; localContext._priority = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 43 || _la === 76 || _la === 107)) { @@ -17977,89 +17949,89 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 3268; + this.state = 3258; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 79) { { - this.state = 3267; + this.state = 3257; this.match(MySqlParser.KW_IGNORE); } } - this.state = 3271; + this.state = 3261; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 88) { { - this.state = 3270; + this.state = 3260; this.match(MySqlParser.KW_INTO); } } - this.state = 3273; + this.state = 3263; this.tableName(); - this.state = 3280; + this.state = 3270; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 130) { { - this.state = 3274; + this.state = 3264; this.match(MySqlParser.KW_PARTITION); - this.state = 3275; + this.state = 3265; this.match(MySqlParser.LR_BRACKET); - this.state = 3277; + this.state = 3267; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074302976) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18878481) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100679969) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 3276; + this.state = 3266; this.partitionNames(); } } - this.state = 3279; + this.state = 3269; this.match(MySqlParser.RR_BRACKET); } } - this.state = 3293; + this.state = 3283; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 411, this.context) ) { case 1: { - this.state = 3283; + this.state = 3273; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 408, this.context) ) { case 1: { - this.state = 3282; + this.state = 3272; this.fullColumnNames(); } break; } - this.state = 3287; + this.state = 3277; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 409, this.context) ) { case 1: { - this.state = 3285; + this.state = 3275; this.valuesOrValueList(); } break; case 2: { - this.state = 3286; + this.state = 3276; this.selectOrTableOrValues(); } break; } - this.state = 3290; + this.state = 3280; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 410, this.context) ) { case 1: { - this.state = 3289; + this.state = 3279; this.asRowAlias(); } break; @@ -18068,50 +18040,50 @@ export class MySqlParser extends SQLParserBase { break; case 2: { - this.state = 3292; + this.state = 3282; this.setAssignmentList(); } break; } - this.state = 3296; + this.state = 3286; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 13) { { - this.state = 3295; + this.state = 3285; this.asRowAlias(); } } - this.state = 3310; + this.state = 3300; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 119) { { - this.state = 3298; + this.state = 3288; this.match(MySqlParser.KW_ON); - this.state = 3299; + this.state = 3289; this.match(MySqlParser.KW_DUPLICATE); - this.state = 3300; + this.state = 3290; this.match(MySqlParser.KW_KEY); - this.state = 3301; + this.state = 3291; this.match(MySqlParser.KW_UPDATE); - this.state = 3302; + this.state = 3292; localContext._duplicatedFirst = this.updatedElement(); - this.state = 3307; + this.state = 3297; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 3303; + this.state = 3293; this.match(MySqlParser.COMMA); - this.state = 3304; + this.state = 3294; localContext._updatedElement = this.updatedElement(); localContext._duplicatedElements.push(localContext._updatedElement); } } - this.state = 3309; + this.state = 3299; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -18136,20 +18108,20 @@ export class MySqlParser extends SQLParserBase { } public asRowAlias(): AsRowAliasContext { let localContext = new AsRowAliasContext(this.context, this.state); - this.enterRule(localContext, 194, MySqlParser.RULE_asRowAlias); + this.enterRule(localContext, 192, MySqlParser.RULE_asRowAlias); try { this.enterOuterAlt(localContext, 1); { - this.state = 3312; + this.state = 3302; this.match(MySqlParser.KW_AS); - this.state = 3313; + this.state = 3303; localContext._rowAlias = this.uid(); - this.state = 3315; + this.state = 3305; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 415, this.context) ) { case 1: { - this.state = 3314; + this.state = 3304; this.fullColumnNames(); } break; @@ -18172,32 +18144,32 @@ export class MySqlParser extends SQLParserBase { } public selectOrTableOrValues(): SelectOrTableOrValuesContext { let localContext = new SelectOrTableOrValuesContext(this.context, this.state); - this.enterRule(localContext, 196, MySqlParser.RULE_selectOrTableOrValues); + this.enterRule(localContext, 194, MySqlParser.RULE_selectOrTableOrValues); try { - this.state = 3321; + this.state = 3311; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_SELECT: case MySqlParser.LR_BRACKET: this.enterOuterAlt(localContext, 1); { - this.state = 3317; + this.state = 3307; this.selectStatement(); } break; case MySqlParser.KW_TABLE: this.enterOuterAlt(localContext, 2); { - this.state = 3318; + this.state = 3308; this.match(MySqlParser.KW_TABLE); - this.state = 3319; + this.state = 3309; this.tableName(); } break; case MySqlParser.KW_VALUES: this.enterOuterAlt(localContext, 3); { - this.state = 3320; + this.state = 3310; this.rowValuesList(); } break; @@ -18221,27 +18193,27 @@ export class MySqlParser extends SQLParserBase { } public interSectStatement(): InterSectStatementContext { let localContext = new InterSectStatementContext(this.context, this.state); - this.enterRule(localContext, 198, MySqlParser.RULE_interSectStatement); + this.enterRule(localContext, 196, MySqlParser.RULE_interSectStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3323; + this.state = 3313; this.interSectQuery(); - this.state = 3329; + this.state = 3319; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 3324; + this.state = 3314; this.match(MySqlParser.KW_INTERSECT); - this.state = 3326; + this.state = 3316; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 7 || _la === 49) { { - this.state = 3325; + this.state = 3315; _la = this.tokenStream.LA(1); if(!(_la === 7 || _la === 49)) { this.errorHandler.recoverInline(this); @@ -18253,11 +18225,11 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 3328; + this.state = 3318; this.interSectQuery(); } } - this.state = 3331; + this.state = 3321; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 828); @@ -18279,29 +18251,29 @@ export class MySqlParser extends SQLParserBase { } public interSectQuery(): InterSectQueryContext { let localContext = new InterSectQueryContext(this.context, this.state); - this.enterRule(localContext, 200, MySqlParser.RULE_interSectQuery); + this.enterRule(localContext, 198, MySqlParser.RULE_interSectQuery); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3334; + this.state = 3324; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 866) { { - this.state = 3333; + this.state = 3323; this.match(MySqlParser.LR_BRACKET); } } - this.state = 3336; + this.state = 3326; this.querySpecification(); - this.state = 3338; + this.state = 3328; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 420, this.context) ) { case 1: { - this.state = 3337; + this.state = 3327; this.match(MySqlParser.RR_BRACKET); } break; @@ -18324,21 +18296,21 @@ export class MySqlParser extends SQLParserBase { } public loadDataStatement(): LoadDataStatementContext { let localContext = new LoadDataStatementContext(this.context, this.state); - this.enterRule(localContext, 202, MySqlParser.RULE_loadDataStatement); + this.enterRule(localContext, 200, MySqlParser.RULE_loadDataStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3340; + this.state = 3330; this.match(MySqlParser.KW_LOAD); - this.state = 3341; + this.state = 3331; this.match(MySqlParser.KW_DATA); - this.state = 3343; + this.state = 3333; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 107 || _la === 347) { { - this.state = 3342; + this.state = 3332; localContext._priority = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 107 || _la === 347)) { @@ -18351,26 +18323,26 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 3346; + this.state = 3336; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 450) { { - this.state = 3345; + this.state = 3335; this.match(MySqlParser.KW_LOCAL); } } - this.state = 3348; + this.state = 3338; this.match(MySqlParser.KW_INFILE); - this.state = 3349; + this.state = 3339; localContext._filename = this.match(MySqlParser.STRING_LITERAL); - this.state = 3351; + this.state = 3341; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 79 || _la === 143) { { - this.state = 3350; + this.state = 3340; localContext._violation = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 79 || _la === 143)) { @@ -18383,48 +18355,48 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 3353; + this.state = 3343; this.match(MySqlParser.KW_INTO); - this.state = 3354; + this.state = 3344; this.match(MySqlParser.KW_TABLE); - this.state = 3355; + this.state = 3345; this.tableName(); - this.state = 3361; + this.state = 3351; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 130) { { - this.state = 3356; + this.state = 3346; this.match(MySqlParser.KW_PARTITION); - this.state = 3357; + this.state = 3347; this.match(MySqlParser.LR_BRACKET); - this.state = 3358; + this.state = 3348; this.partitionNames(); - this.state = 3359; + this.state = 3349; this.match(MySqlParser.RR_BRACKET); } } - this.state = 3366; + this.state = 3356; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 26) { { - this.state = 3363; + this.state = 3353; this.match(MySqlParser.KW_CHARACTER); - this.state = 3364; + this.state = 3354; this.match(MySqlParser.KW_SET); - this.state = 3365; + this.state = 3355; localContext._charset = this.charsetName(); } } - this.state = 3374; + this.state = 3364; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 337 || _la === 398) { { - this.state = 3368; + this.state = 3358; localContext._fieldsFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 337 || _la === 398)) { @@ -18434,57 +18406,57 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3370; + this.state = 3360; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 3369; + this.state = 3359; this.selectFieldsInto(); } } - this.state = 3372; + this.state = 3362; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 56 || _la === 58 || _la === 123 || _la === 174); } } - this.state = 3382; + this.state = 3372; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 102) { { - this.state = 3376; + this.state = 3366; this.match(MySqlParser.KW_LINES); - this.state = 3378; + this.state = 3368; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 3377; + this.state = 3367; this.selectLinesInto(); } } - this.state = 3380; + this.state = 3370; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 171 || _la === 174); } } - this.state = 3388; + this.state = 3378; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 79) { { - this.state = 3384; + this.state = 3374; this.match(MySqlParser.KW_IGNORE); - this.state = 3385; + this.state = 3375; this.decimalLiteral(); - this.state = 3386; + this.state = 3376; localContext._linesFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 102 || _la === 587)) { @@ -18497,58 +18469,58 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 3401; + this.state = 3391; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 432, this.context) ) { case 1: { - this.state = 3390; + this.state = 3380; this.match(MySqlParser.LR_BRACKET); - this.state = 3391; + this.state = 3381; this.assignmentField(); - this.state = 3396; + this.state = 3386; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 3392; + this.state = 3382; this.match(MySqlParser.COMMA); - this.state = 3393; + this.state = 3383; this.assignmentField(); } } - this.state = 3398; + this.state = 3388; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3399; + this.state = 3389; this.match(MySqlParser.RR_BRACKET); } break; } - this.state = 3412; + this.state = 3402; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 434, this.context) ) { case 1: { - this.state = 3403; + this.state = 3393; this.match(MySqlParser.KW_SET); - this.state = 3404; + this.state = 3394; this.updatedElement(); - this.state = 3409; + this.state = 3399; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 3405; + this.state = 3395; this.match(MySqlParser.COMMA); - this.state = 3406; + this.state = 3396; this.updatedElement(); } } - this.state = 3411; + this.state = 3401; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -18573,21 +18545,21 @@ export class MySqlParser extends SQLParserBase { } public loadXmlStatement(): LoadXmlStatementContext { let localContext = new LoadXmlStatementContext(this.context, this.state); - this.enterRule(localContext, 204, MySqlParser.RULE_loadXmlStatement); + this.enterRule(localContext, 202, MySqlParser.RULE_loadXmlStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3414; + this.state = 3404; this.match(MySqlParser.KW_LOAD); - this.state = 3415; + this.state = 3405; this.match(MySqlParser.KW_XML); - this.state = 3417; + this.state = 3407; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 107 || _la === 347) { { - this.state = 3416; + this.state = 3406; localContext._priority = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 107 || _la === 347)) { @@ -18600,26 +18572,26 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 3420; + this.state = 3410; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 450) { { - this.state = 3419; + this.state = 3409; this.match(MySqlParser.KW_LOCAL); } } - this.state = 3422; + this.state = 3412; this.match(MySqlParser.KW_INFILE); - this.state = 3423; + this.state = 3413; localContext._filename = this.match(MySqlParser.STRING_LITERAL); - this.state = 3425; + this.state = 3415; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 79 || _la === 143) { { - this.state = 3424; + this.state = 3414; localContext._violation = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 79 || _la === 143)) { @@ -18632,55 +18604,55 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 3427; + this.state = 3417; this.match(MySqlParser.KW_INTO); - this.state = 3428; + this.state = 3418; this.match(MySqlParser.KW_TABLE); - this.state = 3429; + this.state = 3419; this.tableName(); - this.state = 3433; + this.state = 3423; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 26) { { - this.state = 3430; + this.state = 3420; this.match(MySqlParser.KW_CHARACTER); - this.state = 3431; + this.state = 3421; this.match(MySqlParser.KW_SET); - this.state = 3432; + this.state = 3422; localContext._charset = this.charsetName(); } } - this.state = 3445; + this.state = 3435; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 587) { { - this.state = 3435; + this.state = 3425; this.match(MySqlParser.KW_ROWS); - this.state = 3436; + this.state = 3426; this.match(MySqlParser.KW_IDENTIFIED); - this.state = 3437; + this.state = 3427; this.match(MySqlParser.KW_BY); - this.state = 3439; + this.state = 3429; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 859) { { - this.state = 3438; + this.state = 3428; this.match(MySqlParser.LESS_SYMBOL); } } - this.state = 3441; + this.state = 3431; localContext._tag = this.match(MySqlParser.STRING_LITERAL); - this.state = 3443; + this.state = 3433; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 858) { { - this.state = 3442; + this.state = 3432; this.match(MySqlParser.GREATER_SYMBOL); } } @@ -18688,16 +18660,16 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 3451; + this.state = 3441; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 79) { { - this.state = 3447; + this.state = 3437; this.match(MySqlParser.KW_IGNORE); - this.state = 3448; + this.state = 3438; this.decimalLiteral(); - this.state = 3449; + this.state = 3439; localContext._linesFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 102 || _la === 587)) { @@ -18710,58 +18682,58 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 3464; + this.state = 3454; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 444, this.context) ) { case 1: { - this.state = 3453; + this.state = 3443; this.match(MySqlParser.LR_BRACKET); - this.state = 3454; + this.state = 3444; this.assignmentField(); - this.state = 3459; + this.state = 3449; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 3455; + this.state = 3445; this.match(MySqlParser.COMMA); - this.state = 3456; + this.state = 3446; this.assignmentField(); } } - this.state = 3461; + this.state = 3451; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3462; + this.state = 3452; this.match(MySqlParser.RR_BRACKET); } break; } - this.state = 3475; + this.state = 3465; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 446, this.context) ) { case 1: { - this.state = 3466; + this.state = 3456; this.match(MySqlParser.KW_SET); - this.state = 3467; + this.state = 3457; this.updatedElement(); - this.state = 3472; + this.state = 3462; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 3468; + this.state = 3458; this.match(MySqlParser.COMMA); - this.state = 3469; + this.state = 3459; this.updatedElement(); } } - this.state = 3474; + this.state = 3464; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -18786,63 +18758,63 @@ export class MySqlParser extends SQLParserBase { } public parenthesizedQuery(): ParenthesizedQueryContext { let localContext = new ParenthesizedQueryContext(this.context, this.state); - this.enterRule(localContext, 206, MySqlParser.RULE_parenthesizedQuery); + this.enterRule(localContext, 204, MySqlParser.RULE_parenthesizedQuery); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3477; + this.state = 3467; this.match(MySqlParser.LR_BRACKET); - this.state = 3478; + this.state = 3468; this.parenthesizedQueryExpression(); - this.state = 3480; + this.state = 3470; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 125) { { - this.state = 3479; + this.state = 3469; this.orderByClause(); } } - this.state = 3483; + this.state = 3473; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3482; + this.state = 3472; this.limitClause(); } } - this.state = 3485; + this.state = 3475; this.match(MySqlParser.RR_BRACKET); - this.state = 3487; + this.state = 3477; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 125) { { - this.state = 3486; + this.state = 3476; this.orderByClause(); } } - this.state = 3490; + this.state = 3480; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3489; + this.state = 3479; this.limitClause(); } } - this.state = 3493; + this.state = 3483; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 88) { { - this.state = 3492; + this.state = 3482; this.intoClause(); } } @@ -18865,19 +18837,19 @@ export class MySqlParser extends SQLParserBase { } public replaceStatement(): ReplaceStatementContext { let localContext = new ReplaceStatementContext(this.context, this.state); - this.enterRule(localContext, 208, MySqlParser.RULE_replaceStatement); + this.enterRule(localContext, 206, MySqlParser.RULE_replaceStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3495; + this.state = 3485; this.match(MySqlParser.KW_REPLACE); - this.state = 3497; + this.state = 3487; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 43 || _la === 107) { { - this.state = 3496; + this.state = 3486; localContext._priority = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 43 || _la === 107)) { @@ -18890,35 +18862,35 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 3500; + this.state = 3490; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 88) { { - this.state = 3499; + this.state = 3489; this.match(MySqlParser.KW_INTO); } } - this.state = 3502; + this.state = 3492; this.tableName(); - this.state = 3508; + this.state = 3498; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 130) { { - this.state = 3503; + this.state = 3493; this.match(MySqlParser.KW_PARTITION); - this.state = 3504; + this.state = 3494; this.match(MySqlParser.LR_BRACKET); - this.state = 3505; + this.state = 3495; this.partitionNames(); - this.state = 3506; + this.state = 3496; this.match(MySqlParser.RR_BRACKET); } } - this.state = 3518; + this.state = 3508; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_SELECT: @@ -18927,27 +18899,27 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_VALUE: case MySqlParser.LR_BRACKET: { - this.state = 3514; + this.state = 3504; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 455, this.context) ) { case 1: { - this.state = 3510; + this.state = 3500; this.match(MySqlParser.LR_BRACKET); - this.state = 3511; + this.state = 3501; this.columnNames(); - this.state = 3512; + this.state = 3502; this.match(MySqlParser.RR_BRACKET); } break; } - this.state = 3516; + this.state = 3506; this.replaceStatementValuesOrSelectOrTable(); } break; case MySqlParser.KW_SET: { - this.state = 3517; + this.state = 3507; this.setAssignmentList(); } break; @@ -18972,48 +18944,48 @@ export class MySqlParser extends SQLParserBase { } public selectStatement(): SelectStatementContext { let localContext = new SelectStatementContext(this.context, this.state); - this.enterRule(localContext, 210, MySqlParser.RULE_selectStatement); + this.enterRule(localContext, 208, MySqlParser.RULE_selectStatement); let _la: number; try { let alternative: number; - this.state = 3579; + this.state = 3569; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_SELECT: localContext = new UnionAndLateralSelectContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3520; + this.state = 3510; this.querySpecification(); - this.state = 3524; + this.state = 3514; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 457, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3521; + this.state = 3511; this.unionStatement(); } } } - this.state = 3526; + this.state = 3516; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 457, this.context); } - this.state = 3535; + this.state = 3525; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 460, this.context) ) { case 1: { - this.state = 3527; + this.state = 3517; this.match(MySqlParser.KW_UNION); - this.state = 3529; + this.state = 3519; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 7 || _la === 49) { { - this.state = 3528; + this.state = 3518; (localContext as UnionAndLateralSelectContext)._unionType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 7 || _la === 49)) { @@ -19026,18 +18998,18 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 3533; + this.state = 3523; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_SELECT: { - this.state = 3531; + this.state = 3521; this.querySpecification(); } break; case MySqlParser.LR_BRACKET: { - this.state = 3532; + this.state = 3522; this.queryExpression(); } break; @@ -19047,60 +19019,60 @@ export class MySqlParser extends SQLParserBase { } break; } - this.state = 3541; + this.state = 3531; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 461, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3537; + this.state = 3527; this.match(MySqlParser.COMMA); - this.state = 3538; + this.state = 3528; this.lateralStatement(); } } } - this.state = 3543; + this.state = 3533; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 461, this.context); } - this.state = 3545; + this.state = 3535; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 462, this.context) ) { case 1: { - this.state = 3544; + this.state = 3534; this.orderByClause(); } break; } - this.state = 3548; + this.state = 3538; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 463, this.context) ) { case 1: { - this.state = 3547; + this.state = 3537; this.limitClause(); } break; } - this.state = 3551; + this.state = 3541; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 464, this.context) ) { case 1: { - this.state = 3550; + this.state = 3540; this.lockClause(); } break; } - this.state = 3554; + this.state = 3544; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 465, this.context) ) { case 1: { - this.state = 3553; + this.state = 3543; this.intoClause(); } break; @@ -19111,37 +19083,37 @@ export class MySqlParser extends SQLParserBase { localContext = new SelectExpressionContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3556; + this.state = 3546; this.queryExpression(); - this.state = 3560; + this.state = 3550; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 466, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3557; + this.state = 3547; this.unionStatement(); } } } - this.state = 3562; + this.state = 3552; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 466, this.context); } - this.state = 3568; + this.state = 3558; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 468, this.context) ) { case 1: { - this.state = 3563; + this.state = 3553; this.match(MySqlParser.KW_UNION); - this.state = 3565; + this.state = 3555; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 7 || _la === 49) { { - this.state = 3564; + this.state = 3554; (localContext as SelectExpressionContext)._unionType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 7 || _la === 49)) { @@ -19154,37 +19126,37 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 3567; + this.state = 3557; this.queryExpression(); } break; } - this.state = 3571; + this.state = 3561; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 469, this.context) ) { case 1: { - this.state = 3570; + this.state = 3560; this.orderByClause(); } break; } - this.state = 3574; + this.state = 3564; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 470, this.context) ) { case 1: { - this.state = 3573; + this.state = 3563; this.limitClause(); } break; } - this.state = 3577; + this.state = 3567; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 471, this.context) ) { case 1: { - this.state = 3576; + this.state = 3566; this.lockClause(); } break; @@ -19211,49 +19183,49 @@ export class MySqlParser extends SQLParserBase { } public setOperations(): SetOperationsContext { let localContext = new SetOperationsContext(this.context, this.state); - this.enterRule(localContext, 212, MySqlParser.RULE_setOperations); + this.enterRule(localContext, 210, MySqlParser.RULE_setOperations); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3582; + this.state = 3572; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 194) { { - this.state = 3581; + this.state = 3571; this.withClause(); } } - this.state = 3584; + this.state = 3574; this.queryExpressionBody(0); - this.state = 3586; + this.state = 3576; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 125) { { - this.state = 3585; + this.state = 3575; this.orderByClause(); } } - this.state = 3589; + this.state = 3579; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3588; + this.state = 3578; this.limitClause(); } } - this.state = 3592; + this.state = 3582; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 88) { { - this.state = 3591; + this.state = 3581; this.intoClause(); } } @@ -19286,19 +19258,19 @@ export class MySqlParser extends SQLParserBase { let parentState = this.state; let localContext = new QueryExpressionBodyContext(this.context, parentState); let previousContext = localContext; - let _startState = 214; - this.enterRecursionRule(localContext, 214, MySqlParser.RULE_queryExpressionBody, _p); + let _startState = 212; + this.enterRecursionRule(localContext, 212, MySqlParser.RULE_queryExpressionBody, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { { - this.state = 3595; + this.state = 3585; this.queryItem(0); } this.context!.stop = this.tokenStream.LT(-1); - this.state = 3611; + this.state = 3601; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 480, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { @@ -19308,25 +19280,25 @@ export class MySqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 3609; + this.state = 3599; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 479, this.context) ) { case 1: { localContext = new QueryExpressionBodyContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, MySqlParser.RULE_queryExpressionBody); - this.state = 3597; + this.state = 3587; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 3598; + this.state = 3588; this.match(MySqlParser.KW_UNION); - this.state = 3600; + this.state = 3590; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 7 || _la === 49) { { - this.state = 3599; + this.state = 3589; _la = this.tokenStream.LA(1); if(!(_la === 7 || _la === 49)) { this.errorHandler.recoverInline(this); @@ -19338,7 +19310,7 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 3602; + this.state = 3592; this.queryItem(0); } break; @@ -19346,18 +19318,18 @@ export class MySqlParser extends SQLParserBase { { localContext = new QueryExpressionBodyContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, MySqlParser.RULE_queryExpressionBody); - this.state = 3603; + this.state = 3593; if (!(this.precpred(this.context, 1))) { throw this.createFailedPredicateException("this.precpred(this.context, 1)"); } - this.state = 3604; + this.state = 3594; this.match(MySqlParser.KW_EXCEPT); - this.state = 3606; + this.state = 3596; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 7 || _la === 49) { { - this.state = 3605; + this.state = 3595; _la = this.tokenStream.LA(1); if(!(_la === 7 || _la === 49)) { this.errorHandler.recoverInline(this); @@ -19369,14 +19341,14 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 3608; + this.state = 3598; this.queryItem(0); } break; } } } - this.state = 3613; + this.state = 3603; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 480, this.context); } @@ -19408,19 +19380,19 @@ export class MySqlParser extends SQLParserBase { let parentState = this.state; let localContext = new QueryItemContext(this.context, parentState); let previousContext = localContext; - let _startState = 216; - this.enterRecursionRule(localContext, 216, MySqlParser.RULE_queryItem, _p); + let _startState = 214; + this.enterRecursionRule(localContext, 214, MySqlParser.RULE_queryItem, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { { - this.state = 3615; + this.state = 3605; this.queryPrimary(); } this.context!.stop = this.tokenStream.LT(-1); - this.state = 3625; + this.state = 3615; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 482, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { @@ -19433,18 +19405,18 @@ export class MySqlParser extends SQLParserBase { { localContext = new QueryItemContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, MySqlParser.RULE_queryItem); - this.state = 3617; + this.state = 3607; if (!(this.precpred(this.context, 1))) { throw this.createFailedPredicateException("this.precpred(this.context, 1)"); } - this.state = 3618; + this.state = 3608; this.match(MySqlParser.KW_INTERSECT); - this.state = 3620; + this.state = 3610; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 7 || _la === 49) { { - this.state = 3619; + this.state = 3609; _la = this.tokenStream.LA(1); if(!(_la === 7 || _la === 49)) { this.errorHandler.recoverInline(this); @@ -19456,12 +19428,12 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 3622; + this.state = 3612; this.queryPrimary(); } } } - this.state = 3627; + this.state = 3617; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 482, this.context); } @@ -19483,57 +19455,57 @@ export class MySqlParser extends SQLParserBase { } public queryPrimary(): QueryPrimaryContext { let localContext = new QueryPrimaryContext(this.context, this.state); - this.enterRule(localContext, 218, MySqlParser.RULE_queryPrimary); + this.enterRule(localContext, 216, MySqlParser.RULE_queryPrimary); let _la: number; try { - this.state = 3642; + this.state = 3632; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 486, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3628; + this.state = 3618; this.queryBlock(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3629; + this.state = 3619; this.match(MySqlParser.LR_BRACKET); - this.state = 3630; + this.state = 3620; this.queryExpressionBody(0); - this.state = 3632; + this.state = 3622; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 125) { { - this.state = 3631; + this.state = 3621; this.orderByClause(); } } - this.state = 3635; + this.state = 3625; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3634; + this.state = 3624; this.limitClause(); } } - this.state = 3638; + this.state = 3628; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 88) { { - this.state = 3637; + this.state = 3627; this.intoClause(); } } - this.state = 3640; + this.state = 3630; this.match(MySqlParser.RR_BRACKET); } break; @@ -19555,22 +19527,22 @@ export class MySqlParser extends SQLParserBase { } public updateStatement(): UpdateStatementContext { let localContext = new UpdateStatementContext(this.context, this.state); - this.enterRule(localContext, 220, MySqlParser.RULE_updateStatement); + this.enterRule(localContext, 218, MySqlParser.RULE_updateStatement); try { - this.state = 3646; + this.state = 3636; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 487, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3644; + this.state = 3634; this.singleUpdateStatement(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3645; + this.state = 3635; this.multipleUpdateStatement(); } break; @@ -19592,34 +19564,34 @@ export class MySqlParser extends SQLParserBase { } public valuesStatement(): ValuesStatementContext { let localContext = new ValuesStatementContext(this.context, this.state); - this.enterRule(localContext, 222, MySqlParser.RULE_valuesStatement); + this.enterRule(localContext, 220, MySqlParser.RULE_valuesStatement); try { this.enterOuterAlt(localContext, 1); { - this.state = 3648; + this.state = 3638; this.rowValuesList(); - this.state = 3652; + this.state = 3642; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 488, this.context) ) { case 1: { - this.state = 3649; + this.state = 3639; this.match(MySqlParser.KW_ORDER); - this.state = 3650; + this.state = 3640; this.match(MySqlParser.KW_BY); - this.state = 3651; + this.state = 3641; this.indexColumnName(); } break; } - this.state = 3656; + this.state = 3646; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 489, this.context) ) { case 1: { - this.state = 3654; + this.state = 3644; this.match(MySqlParser.KW_LIMIT); - this.state = 3655; + this.state = 3645; this.limitClauseAtom(); } break; @@ -19642,20 +19614,20 @@ export class MySqlParser extends SQLParserBase { } public parenthesizedQueryExpression(): ParenthesizedQueryExpressionContext { let localContext = new ParenthesizedQueryExpressionContext(this.context, this.state); - this.enterRule(localContext, 224, MySqlParser.RULE_parenthesizedQueryExpression); + this.enterRule(localContext, 222, MySqlParser.RULE_parenthesizedQueryExpression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3658; + this.state = 3648; this.queryBlock(); - this.state = 3663; + this.state = 3653; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 59 || _la === 181 || _la === 828) { { { - this.state = 3659; + this.state = 3649; _la = this.tokenStream.LA(1); if(!(_la === 59 || _la === 181 || _la === 828)) { this.errorHandler.recoverInline(this); @@ -19664,40 +19636,40 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3660; + this.state = 3650; this.queryBlock(); } } - this.state = 3665; + this.state = 3655; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3667; + this.state = 3657; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 491, this.context) ) { case 1: { - this.state = 3666; + this.state = 3656; this.orderByClause(); } break; } - this.state = 3670; + this.state = 3660; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 492, this.context) ) { case 1: { - this.state = 3669; + this.state = 3659; this.limitClause(); } break; } - this.state = 3673; + this.state = 3663; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 88) { { - this.state = 3672; + this.state = 3662; this.intoClause(); } } @@ -19720,30 +19692,30 @@ export class MySqlParser extends SQLParserBase { } public queryBlock(): QueryBlockContext { let localContext = new QueryBlockContext(this.context, this.state); - this.enterRule(localContext, 226, MySqlParser.RULE_queryBlock); + this.enterRule(localContext, 224, MySqlParser.RULE_queryBlock); try { - this.state = 3678; + this.state = 3668; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_SELECT: case MySqlParser.LR_BRACKET: this.enterOuterAlt(localContext, 1); { - this.state = 3675; + this.state = 3665; this.selectStatement(); } break; case MySqlParser.KW_TABLE: this.enterOuterAlt(localContext, 2); { - this.state = 3676; + this.state = 3666; this.tableStatement(); } break; case MySqlParser.KW_VALUES: this.enterOuterAlt(localContext, 3); { - this.state = 3677; + this.state = 3667; this.valuesStatement(); } break; @@ -19767,38 +19739,38 @@ export class MySqlParser extends SQLParserBase { } public replaceStatementValuesOrSelectOrTable(): ReplaceStatementValuesOrSelectOrTableContext { let localContext = new ReplaceStatementValuesOrSelectOrTableContext(this.context, this.state); - this.enterRule(localContext, 228, MySqlParser.RULE_replaceStatementValuesOrSelectOrTable); + this.enterRule(localContext, 226, MySqlParser.RULE_replaceStatementValuesOrSelectOrTable); try { - this.state = 3685; + this.state = 3675; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 495, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3680; + this.state = 3670; this.selectStatement(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3681; + this.state = 3671; this.match(MySqlParser.KW_TABLE); - this.state = 3682; + this.state = 3672; this.tableName(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3683; + this.state = 3673; this.valuesOrValueList(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 3684; + this.state = 3674; this.rowValuesList(); } break; @@ -19820,34 +19792,34 @@ export class MySqlParser extends SQLParserBase { } public rowValuesList(): RowValuesListContext { let localContext = new RowValuesListContext(this.context, this.state); - this.enterRule(localContext, 230, MySqlParser.RULE_rowValuesList); + this.enterRule(localContext, 228, MySqlParser.RULE_rowValuesList); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3687; + this.state = 3677; this.match(MySqlParser.KW_VALUES); - this.state = 3688; + this.state = 3678; this.match(MySqlParser.KW_ROW); - this.state = 3689; + this.state = 3679; this.expressionsWithDefaults(); - this.state = 3695; + this.state = 3685; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 496, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3690; + this.state = 3680; this.match(MySqlParser.COMMA); - this.state = 3691; + this.state = 3681; this.match(MySqlParser.KW_ROW); - this.state = 3692; + this.state = 3682; this.expressionsWithDefaults(); } } } - this.state = 3697; + this.state = 3687; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 496, this.context); } @@ -19869,29 +19841,29 @@ export class MySqlParser extends SQLParserBase { } public setAssignmentList(): SetAssignmentListContext { let localContext = new SetAssignmentListContext(this.context, this.state); - this.enterRule(localContext, 232, MySqlParser.RULE_setAssignmentList); + this.enterRule(localContext, 230, MySqlParser.RULE_setAssignmentList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3698; + this.state = 3688; this.match(MySqlParser.KW_SET); - this.state = 3699; + this.state = 3689; localContext._setFirst = this.updatedElement(); - this.state = 3704; + this.state = 3694; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 3700; + this.state = 3690; this.match(MySqlParser.COMMA); - this.state = 3701; + this.state = 3691; localContext._updatedElement = this.updatedElement(); localContext._setElements.push(localContext._updatedElement); } } - this.state = 3706; + this.state = 3696; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -19913,15 +19885,15 @@ export class MySqlParser extends SQLParserBase { } public updatedElement(): UpdatedElementContext { let localContext = new UpdatedElementContext(this.context, this.state); - this.enterRule(localContext, 234, MySqlParser.RULE_updatedElement); + this.enterRule(localContext, 232, MySqlParser.RULE_updatedElement); try { this.enterOuterAlt(localContext, 1); { - this.state = 3707; + this.state = 3697; this.columnName(); - this.state = 3708; + this.state = 3698; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 3709; + this.state = 3699; this.expressionOrDefault(); } } @@ -19941,9 +19913,9 @@ export class MySqlParser extends SQLParserBase { } public assignmentField(): AssignmentFieldContext { let localContext = new AssignmentFieldContext(this.context, this.state); - this.enterRule(localContext, 236, MySqlParser.RULE_assignmentField); + this.enterRule(localContext, 234, MySqlParser.RULE_assignmentField); try { - this.state = 3713; + this.state = 3703; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_ARRAY: @@ -20497,14 +20469,14 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.ID: this.enterOuterAlt(localContext, 1); { - this.state = 3711; + this.state = 3701; localContext._var_name = this.uid(); } break; case MySqlParser.LOCAL_ID: this.enterOuterAlt(localContext, 2); { - this.state = 3712; + this.state = 3702; this.match(MySqlParser.LOCAL_ID); } break; @@ -20528,19 +20500,19 @@ export class MySqlParser extends SQLParserBase { } public lockClause(): LockClauseContext { let localContext = new LockClauseContext(this.context, this.state); - this.enterRule(localContext, 238, MySqlParser.RULE_lockClause); + this.enterRule(localContext, 236, MySqlParser.RULE_lockClause); let _la: number; try { let alternative: number; - this.state = 3736; + this.state = 3726; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_FOR: this.enterOuterAlt(localContext, 1); { - this.state = 3715; + this.state = 3705; this.match(MySqlParser.KW_FOR); - this.state = 3716; + this.state = 3706; _la = this.tokenStream.LA(1); if(!(_la === 185 || _la === 594)) { this.errorHandler.recoverInline(this); @@ -20549,42 +20521,42 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3726; + this.state = 3716; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 500, this.context) ) { case 1: { - this.state = 3717; + this.state = 3707; this.match(MySqlParser.KW_OF); - this.state = 3718; + this.state = 3708; this.tableName(); - this.state = 3723; + this.state = 3713; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 499, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3719; + this.state = 3709; this.match(MySqlParser.COMMA); - this.state = 3720; + this.state = 3710; this.tableName(); } } } - this.state = 3725; + this.state = 3715; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 499, this.context); } } break; } - this.state = 3730; + this.state = 3720; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 501, this.context) ) { case 1: { - this.state = 3728; + this.state = 3718; _la = this.tokenStream.LA(1); if(!(_la === 159 || _la === 503)) { this.errorHandler.recoverInline(this); @@ -20593,7 +20565,7 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3729; + this.state = 3719; this.match(MySqlParser.KW_LOCKED); } break; @@ -20603,13 +20575,13 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_LOCK: this.enterOuterAlt(localContext, 2); { - this.state = 3732; + this.state = 3722; this.match(MySqlParser.KW_LOCK); - this.state = 3733; + this.state = 3723; this.match(MySqlParser.KW_IN); - this.state = 3734; + this.state = 3724; this.match(MySqlParser.KW_SHARE); - this.state = 3735; + this.state = 3725; this.match(MySqlParser.KW_MODE); } break; @@ -20633,113 +20605,113 @@ export class MySqlParser extends SQLParserBase { } public singleDeleteStatement(): SingleDeleteStatementContext { let localContext = new SingleDeleteStatementContext(this.context, this.state); - this.enterRule(localContext, 240, MySqlParser.RULE_singleDeleteStatement); + this.enterRule(localContext, 238, MySqlParser.RULE_singleDeleteStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3738; + this.state = 3728; this.match(MySqlParser.KW_DELETE); - this.state = 3740; + this.state = 3730; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 107) { { - this.state = 3739; + this.state = 3729; localContext._priority = this.match(MySqlParser.KW_LOW_PRIORITY); } } - this.state = 3743; + this.state = 3733; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 549) { { - this.state = 3742; + this.state = 3732; this.match(MySqlParser.KW_QUICK); } } - this.state = 3746; + this.state = 3736; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 79) { { - this.state = 3745; + this.state = 3735; this.match(MySqlParser.KW_IGNORE); } } - this.state = 3748; + this.state = 3738; this.match(MySqlParser.KW_FROM); - this.state = 3749; + this.state = 3739; this.tableName(); - this.state = 3754; + this.state = 3744; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 507, this.context) ) { case 1: { - this.state = 3751; + this.state = 3741; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 13) { { - this.state = 3750; + this.state = 3740; this.match(MySqlParser.KW_AS); } } - this.state = 3753; + this.state = 3743; localContext._table_alias = this.uid(); } break; } - this.state = 3761; + this.state = 3751; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 130) { { - this.state = 3756; + this.state = 3746; this.match(MySqlParser.KW_PARTITION); - this.state = 3757; + this.state = 3747; this.match(MySqlParser.LR_BRACKET); - this.state = 3758; + this.state = 3748; this.partitionNames(); - this.state = 3759; + this.state = 3749; this.match(MySqlParser.RR_BRACKET); } } - this.state = 3765; + this.state = 3755; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 192) { { - this.state = 3763; + this.state = 3753; this.match(MySqlParser.KW_WHERE); - this.state = 3764; + this.state = 3754; this.expression(0); } } - this.state = 3768; + this.state = 3758; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 125) { { - this.state = 3767; + this.state = 3757; this.orderByClause(); } } - this.state = 3772; + this.state = 3762; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3770; + this.state = 3760; this.match(MySqlParser.KW_LIMIT); - this.state = 3771; + this.state = 3761; this.limitClauseAtom(); } } @@ -20762,44 +20734,44 @@ export class MySqlParser extends SQLParserBase { } public multipleDeleteStatement(): MultipleDeleteStatementContext { let localContext = new MultipleDeleteStatementContext(this.context, this.state); - this.enterRule(localContext, 242, MySqlParser.RULE_multipleDeleteStatement); + this.enterRule(localContext, 240, MySqlParser.RULE_multipleDeleteStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3774; + this.state = 3764; this.match(MySqlParser.KW_DELETE); - this.state = 3776; + this.state = 3766; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 107) { { - this.state = 3775; + this.state = 3765; localContext._priority = this.match(MySqlParser.KW_LOW_PRIORITY); } } - this.state = 3779; + this.state = 3769; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 513, this.context) ) { case 1: { - this.state = 3778; + this.state = 3768; this.match(MySqlParser.KW_QUICK); } break; } - this.state = 3782; + this.state = 3772; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 79) { { - this.state = 3781; + this.state = 3771; this.match(MySqlParser.KW_IGNORE); } } - this.state = 3823; + this.state = 3813; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_ARRAY: @@ -21352,117 +21324,117 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.STRING_LITERAL: case MySqlParser.ID: { - this.state = 3784; + this.state = 3774; this.tableName(); - this.state = 3787; + this.state = 3777; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 865) { { - this.state = 3785; + this.state = 3775; this.match(MySqlParser.DOT); - this.state = 3786; + this.state = 3776; this.match(MySqlParser.STAR); } } - this.state = 3797; + this.state = 3787; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 3789; + this.state = 3779; this.match(MySqlParser.COMMA); - this.state = 3790; + this.state = 3780; this.tableName(); - this.state = 3793; + this.state = 3783; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 865) { { - this.state = 3791; + this.state = 3781; this.match(MySqlParser.DOT); - this.state = 3792; + this.state = 3782; this.match(MySqlParser.STAR); } } } } - this.state = 3799; + this.state = 3789; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3800; + this.state = 3790; this.match(MySqlParser.KW_FROM); - this.state = 3801; + this.state = 3791; this.tableSources(); } break; case MySqlParser.KW_FROM: { - this.state = 3803; + this.state = 3793; this.match(MySqlParser.KW_FROM); - this.state = 3804; + this.state = 3794; this.tableName(); - this.state = 3807; + this.state = 3797; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 865) { { - this.state = 3805; + this.state = 3795; this.match(MySqlParser.DOT); - this.state = 3806; + this.state = 3796; this.match(MySqlParser.STAR); } } - this.state = 3817; + this.state = 3807; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 3809; + this.state = 3799; this.match(MySqlParser.COMMA); - this.state = 3810; + this.state = 3800; this.tableName(); - this.state = 3813; + this.state = 3803; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 865) { { - this.state = 3811; + this.state = 3801; this.match(MySqlParser.DOT); - this.state = 3812; + this.state = 3802; this.match(MySqlParser.STAR); } } } } - this.state = 3819; + this.state = 3809; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3820; + this.state = 3810; this.match(MySqlParser.KW_USING); - this.state = 3821; + this.state = 3811; this.tableSources(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 3827; + this.state = 3817; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 192) { { - this.state = 3825; + this.state = 3815; this.match(MySqlParser.KW_WHERE); - this.state = 3826; + this.state = 3816; this.expression(0); } } @@ -21485,33 +21457,33 @@ export class MySqlParser extends SQLParserBase { } public handlerOpenStatement(): HandlerOpenStatementContext { let localContext = new HandlerOpenStatementContext(this.context, this.state); - this.enterRule(localContext, 244, MySqlParser.RULE_handlerOpenStatement); + this.enterRule(localContext, 242, MySqlParser.RULE_handlerOpenStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3829; + this.state = 3819; this.match(MySqlParser.KW_HANDLER); - this.state = 3830; + this.state = 3820; this.tableName(); - this.state = 3831; + this.state = 3821; this.match(MySqlParser.KW_OPEN); - this.state = 3836; + this.state = 3826; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 524, this.context) ) { case 1: { - this.state = 3833; + this.state = 3823; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 13) { { - this.state = 3832; + this.state = 3822; this.match(MySqlParser.KW_AS); } } - this.state = 3835; + this.state = 3825; localContext._table_alias = this.uid(); } break; @@ -21534,33 +21506,33 @@ export class MySqlParser extends SQLParserBase { } public handlerReadIndexStatement(): HandlerReadIndexStatementContext { let localContext = new HandlerReadIndexStatementContext(this.context, this.state); - this.enterRule(localContext, 246, MySqlParser.RULE_handlerReadIndexStatement); + this.enterRule(localContext, 244, MySqlParser.RULE_handlerReadIndexStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3838; + this.state = 3828; this.match(MySqlParser.KW_HANDLER); - this.state = 3839; + this.state = 3829; this.tableName(); - this.state = 3840; + this.state = 3830; this.match(MySqlParser.KW_READ); - this.state = 3841; + this.state = 3831; this.indexName(); - this.state = 3848; + this.state = 3838; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.EQUAL_SYMBOL: case MySqlParser.GREATER_SYMBOL: case MySqlParser.LESS_SYMBOL: { - this.state = 3842; + this.state = 3832; this.comparisonBase(); - this.state = 3843; + this.state = 3833; this.match(MySqlParser.LR_BRACKET); - this.state = 3844; + this.state = 3834; this.constants(); - this.state = 3845; + this.state = 3835; this.match(MySqlParser.RR_BRACKET); } break; @@ -21569,7 +21541,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_NEXT: case MySqlParser.KW_PREV: { - this.state = 3847; + this.state = 3837; localContext._moveOrder = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 402 || _la === 445 || _la === 501 || _la === 542)) { @@ -21584,26 +21556,26 @@ export class MySqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 3852; + this.state = 3842; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 192) { { - this.state = 3850; + this.state = 3840; this.match(MySqlParser.KW_WHERE); - this.state = 3851; + this.state = 3841; this.expression(0); } } - this.state = 3856; + this.state = 3846; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3854; + this.state = 3844; this.match(MySqlParser.KW_LIMIT); - this.state = 3855; + this.state = 3845; this.limitClauseAtom(); } } @@ -21626,18 +21598,18 @@ export class MySqlParser extends SQLParserBase { } public handlerReadStatement(): HandlerReadStatementContext { let localContext = new HandlerReadStatementContext(this.context, this.state); - this.enterRule(localContext, 248, MySqlParser.RULE_handlerReadStatement); + this.enterRule(localContext, 246, MySqlParser.RULE_handlerReadStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3858; + this.state = 3848; this.match(MySqlParser.KW_HANDLER); - this.state = 3859; + this.state = 3849; this.tableName(); - this.state = 3860; + this.state = 3850; this.match(MySqlParser.KW_READ); - this.state = 3861; + this.state = 3851; localContext._moveOrder = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 402 || _la === 501)) { @@ -21647,26 +21619,26 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3864; + this.state = 3854; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 192) { { - this.state = 3862; + this.state = 3852; this.match(MySqlParser.KW_WHERE); - this.state = 3863; + this.state = 3853; this.expression(0); } } - this.state = 3868; + this.state = 3858; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3866; + this.state = 3856; this.match(MySqlParser.KW_LIMIT); - this.state = 3867; + this.state = 3857; this.limitClauseAtom(); } } @@ -21689,15 +21661,15 @@ export class MySqlParser extends SQLParserBase { } public handlerCloseStatement(): HandlerCloseStatementContext { let localContext = new HandlerCloseStatementContext(this.context, this.state); - this.enterRule(localContext, 250, MySqlParser.RULE_handlerCloseStatement); + this.enterRule(localContext, 248, MySqlParser.RULE_handlerCloseStatement); try { this.enterOuterAlt(localContext, 1); { - this.state = 3870; + this.state = 3860; this.match(MySqlParser.KW_HANDLER); - this.state = 3871; + this.state = 3861; this.tableName(); - this.state = 3872; + this.state = 3862; this.match(MySqlParser.KW_CLOSE); } } @@ -21717,32 +21689,32 @@ export class MySqlParser extends SQLParserBase { } public importTableStatement(): ImportTableStatementContext { let localContext = new ImportTableStatementContext(this.context, this.state); - this.enterRule(localContext, 252, MySqlParser.RULE_importTableStatement); + this.enterRule(localContext, 250, MySqlParser.RULE_importTableStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3874; + this.state = 3864; this.match(MySqlParser.KW_IMPORT); - this.state = 3875; + this.state = 3865; this.match(MySqlParser.KW_TABLE); - this.state = 3876; + this.state = 3866; this.match(MySqlParser.KW_FROM); - this.state = 3877; + this.state = 3867; this.stringLiteral(); - this.state = 3882; + this.state = 3872; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 3878; + this.state = 3868; this.match(MySqlParser.COMMA); - this.state = 3879; + this.state = 3869; this.stringLiteral(); } } - this.state = 3884; + this.state = 3874; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -21764,103 +21736,103 @@ export class MySqlParser extends SQLParserBase { } public singleUpdateStatement(): SingleUpdateStatementContext { let localContext = new SingleUpdateStatementContext(this.context, this.state); - this.enterRule(localContext, 254, MySqlParser.RULE_singleUpdateStatement); + this.enterRule(localContext, 252, MySqlParser.RULE_singleUpdateStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3885; + this.state = 3875; this.match(MySqlParser.KW_UPDATE); - this.state = 3887; + this.state = 3877; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 107) { { - this.state = 3886; + this.state = 3876; localContext._priority = this.match(MySqlParser.KW_LOW_PRIORITY); } } - this.state = 3890; + this.state = 3880; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 79) { { - this.state = 3889; + this.state = 3879; this.match(MySqlParser.KW_IGNORE); } } - this.state = 3892; + this.state = 3882; this.tableName(); - this.state = 3897; + this.state = 3887; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074311168) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18878481) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100679969) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 3894; + this.state = 3884; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 13) { { - this.state = 3893; + this.state = 3883; this.match(MySqlParser.KW_AS); } } - this.state = 3896; + this.state = 3886; localContext._table_alias = this.uid(); } } - this.state = 3899; + this.state = 3889; this.match(MySqlParser.KW_SET); - this.state = 3900; + this.state = 3890; this.updatedElement(); - this.state = 3905; + this.state = 3895; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 3901; + this.state = 3891; this.match(MySqlParser.COMMA); - this.state = 3902; + this.state = 3892; this.updatedElement(); } } - this.state = 3907; + this.state = 3897; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3910; + this.state = 3900; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 192) { { - this.state = 3908; + this.state = 3898; this.match(MySqlParser.KW_WHERE); - this.state = 3909; + this.state = 3899; this.expression(0); } } - this.state = 3913; + this.state = 3903; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 125) { { - this.state = 3912; + this.state = 3902; this.orderByClause(); } } - this.state = 3916; + this.state = 3906; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3915; + this.state = 3905; this.limitClause(); } } @@ -21883,63 +21855,63 @@ export class MySqlParser extends SQLParserBase { } public multipleUpdateStatement(): MultipleUpdateStatementContext { let localContext = new MultipleUpdateStatementContext(this.context, this.state); - this.enterRule(localContext, 256, MySqlParser.RULE_multipleUpdateStatement); + this.enterRule(localContext, 254, MySqlParser.RULE_multipleUpdateStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3918; + this.state = 3908; this.match(MySqlParser.KW_UPDATE); - this.state = 3920; + this.state = 3910; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 107) { { - this.state = 3919; + this.state = 3909; localContext._priority = this.match(MySqlParser.KW_LOW_PRIORITY); } } - this.state = 3923; + this.state = 3913; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 79) { { - this.state = 3922; + this.state = 3912; this.match(MySqlParser.KW_IGNORE); } } - this.state = 3925; + this.state = 3915; this.tableSources(); - this.state = 3926; + this.state = 3916; this.match(MySqlParser.KW_SET); - this.state = 3927; + this.state = 3917; this.updatedElement(); - this.state = 3932; + this.state = 3922; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 3928; + this.state = 3918; this.match(MySqlParser.COMMA); - this.state = 3929; + this.state = 3919; this.updatedElement(); } } - this.state = 3934; + this.state = 3924; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3937; + this.state = 3927; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 192) { { - this.state = 3935; + this.state = 3925; this.match(MySqlParser.KW_WHERE); - this.state = 3936; + this.state = 3926; this.expression(0); } } @@ -21962,32 +21934,32 @@ export class MySqlParser extends SQLParserBase { } public orderByClause(): OrderByClauseContext { let localContext = new OrderByClauseContext(this.context, this.state); - this.enterRule(localContext, 258, MySqlParser.RULE_orderByClause); + this.enterRule(localContext, 256, MySqlParser.RULE_orderByClause); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3939; + this.state = 3929; this.match(MySqlParser.KW_ORDER); - this.state = 3940; + this.state = 3930; this.match(MySqlParser.KW_BY); - this.state = 3941; + this.state = 3931; this.orderByExpression(); - this.state = 3946; + this.state = 3936; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 543, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3942; + this.state = 3932; this.match(MySqlParser.COMMA); - this.state = 3943; + this.state = 3933; this.orderByExpression(); } } } - this.state = 3948; + this.state = 3938; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 543, this.context); } @@ -22009,19 +21981,19 @@ export class MySqlParser extends SQLParserBase { } public orderByExpression(): OrderByExpressionContext { let localContext = new OrderByExpressionContext(this.context, this.state); - this.enterRule(localContext, 260, MySqlParser.RULE_orderByExpression); + this.enterRule(localContext, 258, MySqlParser.RULE_orderByExpression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3949; + this.state = 3939; this.expression(0); - this.state = 3951; + this.state = 3941; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 544, this.context) ) { case 1: { - this.state = 3950; + this.state = 3940; localContext._order = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 14 || _la === 45)) { @@ -22052,28 +22024,28 @@ export class MySqlParser extends SQLParserBase { } public tableSources(): TableSourcesContext { let localContext = new TableSourcesContext(this.context, this.state); - this.enterRule(localContext, 262, MySqlParser.RULE_tableSources); + this.enterRule(localContext, 260, MySqlParser.RULE_tableSources); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3953; + this.state = 3943; this.tableSource(); - this.state = 3958; + this.state = 3948; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 545, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3954; + this.state = 3944; this.match(MySqlParser.COMMA); - this.state = 3955; + this.state = 3945; this.tableSource(); } } } - this.state = 3960; + this.state = 3950; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 545, this.context); } @@ -22095,32 +22067,32 @@ export class MySqlParser extends SQLParserBase { } public tableSource(): TableSourceContext { let localContext = new TableSourceContext(this.context, this.state); - this.enterRule(localContext, 264, MySqlParser.RULE_tableSource); + this.enterRule(localContext, 262, MySqlParser.RULE_tableSource); let _la: number; try { let alternative: number; - this.state = 3979; + this.state = 3969; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 548, this.context) ) { case 1: localContext = new TableSourceBaseContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3961; + this.state = 3951; this.tableSourceItem(); - this.state = 3965; + this.state = 3955; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 546, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3962; + this.state = 3952; this.joinPart(); } } } - this.state = 3967; + this.state = 3957; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 546, this.context); } @@ -22130,25 +22102,25 @@ export class MySqlParser extends SQLParserBase { localContext = new TableSourceNestedContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3968; + this.state = 3958; this.match(MySqlParser.LR_BRACKET); - this.state = 3969; + this.state = 3959; this.tableSourceItem(); - this.state = 3973; + this.state = 3963; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 35 || ((((_la - 84)) & ~0x1F) === 0 && ((1 << (_la - 84)) & 536887425) !== 0) || _la === 150 || _la === 172) { { { - this.state = 3970; + this.state = 3960; this.joinPart(); } } - this.state = 3975; + this.state = 3965; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3976; + this.state = 3966; this.match(MySqlParser.RR_BRACKET); } break; @@ -22156,7 +22128,7 @@ export class MySqlParser extends SQLParserBase { localContext = new TableJsonContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 3978; + this.state = 3968; this.jsonTable(); } break; @@ -22178,77 +22150,77 @@ export class MySqlParser extends SQLParserBase { } public tableSourceItem(): TableSourceItemContext { let localContext = new TableSourceItemContext(this.context, this.state); - this.enterRule(localContext, 266, MySqlParser.RULE_tableSourceItem); + this.enterRule(localContext, 264, MySqlParser.RULE_tableSourceItem); let _la: number; try { let alternative: number; - this.state = 4020; + this.state = 4010; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 557, this.context) ) { case 1: localContext = new AtomTableItemContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3981; + this.state = 3971; this.tableName(); - this.state = 3987; + this.state = 3977; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 549, this.context) ) { case 1: { - this.state = 3982; + this.state = 3972; this.match(MySqlParser.KW_PARTITION); - this.state = 3983; + this.state = 3973; this.match(MySqlParser.LR_BRACKET); - this.state = 3984; + this.state = 3974; this.partitionNames(); - this.state = 3985; + this.state = 3975; this.match(MySqlParser.RR_BRACKET); } break; } - this.state = 3993; + this.state = 3983; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 551, this.context) ) { case 1: { - this.state = 3990; + this.state = 3980; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 13) { { - this.state = 3989; + this.state = 3979; this.match(MySqlParser.KW_AS); } } - this.state = 3992; + this.state = 3982; (localContext as AtomTableItemContext)._alias = this.uid(); } break; } - this.state = 4003; + this.state = 3993; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 553, this.context) ) { case 1: { - this.state = 3995; + this.state = 3985; this.indexHint(); - this.state = 4000; + this.state = 3990; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 552, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3996; + this.state = 3986; this.match(MySqlParser.COMMA); - this.state = 3997; + this.state = 3987; this.indexHint(); } } } - this.state = 4002; + this.state = 3992; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 552, this.context); } @@ -22261,36 +22233,36 @@ export class MySqlParser extends SQLParserBase { localContext = new SubqueryTableItemContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 4006; + this.state = 3996; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 95) { { - this.state = 4005; + this.state = 3995; this.match(MySqlParser.KW_LATERAL); } } - this.state = 4008; + this.state = 3998; this.atomSubQueryTableSource(); - this.state = 4010; + this.state = 4000; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 13) { { - this.state = 4009; + this.state = 3999; this.match(MySqlParser.KW_AS); } } - this.state = 4012; + this.state = 4002; (localContext as SubqueryTableItemContext)._alias = this.uid(); - this.state = 4014; + this.state = 4004; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 556, this.context) ) { case 1: { - this.state = 4013; + this.state = 4003; this.fullColumnNames(); } break; @@ -22301,11 +22273,11 @@ export class MySqlParser extends SQLParserBase { localContext = new TableSourcesItemContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 4016; + this.state = 4006; this.match(MySqlParser.LR_BRACKET); - this.state = 4017; + this.state = 4007; this.tableSources(); - this.state = 4018; + this.state = 4008; this.match(MySqlParser.RR_BRACKET); } break; @@ -22327,26 +22299,26 @@ export class MySqlParser extends SQLParserBase { } public atomSubQueryTableSource(): AtomSubQueryTableSourceContext { let localContext = new AtomSubQueryTableSourceContext(this.context, this.state); - this.enterRule(localContext, 268, MySqlParser.RULE_atomSubQueryTableSource); + this.enterRule(localContext, 266, MySqlParser.RULE_atomSubQueryTableSource); try { - this.state = 4027; + this.state = 4017; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 558, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4022; + this.state = 4012; this.selectStatement(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4023; + this.state = 4013; this.match(MySqlParser.LR_BRACKET); - this.state = 4024; + this.state = 4014; localContext._parenthesisSubquery = this.selectStatement(); - this.state = 4025; + this.state = 4015; this.match(MySqlParser.RR_BRACKET); } break; @@ -22368,15 +22340,15 @@ export class MySqlParser extends SQLParserBase { } public fullColumnNames(): FullColumnNamesContext { let localContext = new FullColumnNamesContext(this.context, this.state); - this.enterRule(localContext, 270, MySqlParser.RULE_fullColumnNames); + this.enterRule(localContext, 268, MySqlParser.RULE_fullColumnNames); try { this.enterOuterAlt(localContext, 1); { - this.state = 4029; + this.state = 4019; this.match(MySqlParser.LR_BRACKET); - this.state = 4030; + this.state = 4020; this.columnNames(); - this.state = 4031; + this.state = 4021; this.match(MySqlParser.RR_BRACKET); } } @@ -22396,12 +22368,12 @@ export class MySqlParser extends SQLParserBase { } public indexHint(): IndexHintContext { let localContext = new IndexHintContext(this.context, this.state); - this.enterRule(localContext, 272, MySqlParser.RULE_indexHint); + this.enterRule(localContext, 270, MySqlParser.RULE_indexHint); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4033; + this.state = 4023; localContext._indexHintAction = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 66 || _la === 79 || _la === 187)) { @@ -22411,7 +22383,7 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4034; + this.state = 4024; localContext._keyFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 82 || _la === 92)) { @@ -22421,31 +22393,31 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4037; + this.state = 4027; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 65) { { - this.state = 4035; + this.state = 4025; this.match(MySqlParser.KW_FOR); - this.state = 4036; + this.state = 4026; this.indexHintType(); } } - this.state = 4039; + this.state = 4029; this.match(MySqlParser.LR_BRACKET); - this.state = 4041; + this.state = 4031; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074302976) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18878481) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100679969) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 4040; + this.state = 4030; this.indexNames(); } } - this.state = 4043; + this.state = 4033; this.match(MySqlParser.RR_BRACKET); } } @@ -22465,33 +22437,33 @@ export class MySqlParser extends SQLParserBase { } public indexHintType(): IndexHintTypeContext { let localContext = new IndexHintTypeContext(this.context, this.state); - this.enterRule(localContext, 274, MySqlParser.RULE_indexHintType); + this.enterRule(localContext, 272, MySqlParser.RULE_indexHintType); try { - this.state = 4050; + this.state = 4040; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_JOIN: this.enterOuterAlt(localContext, 1); { - this.state = 4045; + this.state = 4035; this.match(MySqlParser.KW_JOIN); } break; case MySqlParser.KW_ORDER: this.enterOuterAlt(localContext, 2); { - this.state = 4046; + this.state = 4036; this.match(MySqlParser.KW_ORDER); - this.state = 4047; + this.state = 4037; this.match(MySqlParser.KW_BY); } break; case MySqlParser.KW_GROUP: this.enterOuterAlt(localContext, 3); { - this.state = 4048; + this.state = 4038; this.match(MySqlParser.KW_GROUP); - this.state = 4049; + this.state = 4039; this.match(MySqlParser.KW_BY); } break; @@ -22515,11 +22487,11 @@ export class MySqlParser extends SQLParserBase { } public joinPart(): JoinPartContext { let localContext = new JoinPartContext(this.context, this.state); - this.enterRule(localContext, 276, MySqlParser.RULE_joinPart); + this.enterRule(localContext, 274, MySqlParser.RULE_joinPart); let _la: number; try { let alternative: number; - this.state = 4101; + this.state = 4091; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_CROSS: @@ -22528,12 +22500,12 @@ export class MySqlParser extends SQLParserBase { localContext = new InnerJoinContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 4053; + this.state = 4043; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 35 || _la === 84) { { - this.state = 4052; + this.state = 4042; _la = this.tokenStream.LA(1); if(!(_la === 35 || _la === 84)) { this.errorHandler.recoverInline(this); @@ -22545,33 +22517,33 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 4055; + this.state = 4045; this.match(MySqlParser.KW_JOIN); - this.state = 4057; + this.state = 4047; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 563, this.context) ) { case 1: { - this.state = 4056; + this.state = 4046; this.match(MySqlParser.KW_LATERAL); } break; } - this.state = 4059; + this.state = 4049; this.tableSourceItem(); - this.state = 4063; + this.state = 4053; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 564, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 4060; + this.state = 4050; this.joinSpec(); } } } - this.state = 4065; + this.state = 4055; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 564, this.context); } @@ -22581,23 +22553,23 @@ export class MySqlParser extends SQLParserBase { localContext = new StraightJoinContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 4066; + this.state = 4056; this.match(MySqlParser.KW_STRAIGHT_JOIN); - this.state = 4067; + this.state = 4057; this.tableSourceItem(); - this.state = 4071; + this.state = 4061; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 565, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 4068; + this.state = 4058; this.joinSpec(); } } } - this.state = 4073; + this.state = 4063; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 565, this.context); } @@ -22608,7 +22580,7 @@ export class MySqlParser extends SQLParserBase { localContext = new OuterJoinContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 4074; + this.state = 4064; _la = this.tokenStream.LA(1); if(!(_la === 98 || _la === 150)) { this.errorHandler.recoverInline(this); @@ -22617,43 +22589,43 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4076; + this.state = 4066; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 127) { { - this.state = 4075; + this.state = 4065; this.match(MySqlParser.KW_OUTER); } } - this.state = 4078; + this.state = 4068; this.match(MySqlParser.KW_JOIN); - this.state = 4080; + this.state = 4070; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 567, this.context) ) { case 1: { - this.state = 4079; + this.state = 4069; this.match(MySqlParser.KW_LATERAL); } break; } - this.state = 4082; + this.state = 4072; this.tableSourceItem(); - this.state = 4086; + this.state = 4076; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 568, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 4083; + this.state = 4073; this.joinSpec(); } } } - this.state = 4088; + this.state = 4078; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 568, this.context); } @@ -22663,26 +22635,26 @@ export class MySqlParser extends SQLParserBase { localContext = new NaturalJoinContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 4089; + this.state = 4079; this.match(MySqlParser.KW_NATURAL); - this.state = 4097; + this.state = 4087; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 84 || _la === 98 || _la === 150) { { - this.state = 4092; + this.state = 4082; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_INNER: { - this.state = 4090; + this.state = 4080; this.match(MySqlParser.KW_INNER); } break; case MySqlParser.KW_LEFT: case MySqlParser.KW_RIGHT: { - this.state = 4091; + this.state = 4081; _la = this.tokenStream.LA(1); if(!(_la === 98 || _la === 150)) { this.errorHandler.recoverInline(this); @@ -22696,12 +22668,12 @@ export class MySqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 4095; + this.state = 4085; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 127) { { - this.state = 4094; + this.state = 4084; this.match(MySqlParser.KW_OUTER); } } @@ -22709,9 +22681,9 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 4099; + this.state = 4089; this.match(MySqlParser.KW_JOIN); - this.state = 4100; + this.state = 4090; this.tableSourceItem(); } break; @@ -22735,29 +22707,29 @@ export class MySqlParser extends SQLParserBase { } public joinSpec(): JoinSpecContext { let localContext = new JoinSpecContext(this.context, this.state); - this.enterRule(localContext, 278, MySqlParser.RULE_joinSpec); + this.enterRule(localContext, 276, MySqlParser.RULE_joinSpec); try { - this.state = 4113; + this.state = 4103; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_ON: this.enterOuterAlt(localContext, 1); { { - this.state = 4103; + this.state = 4093; this.match(MySqlParser.KW_ON); - this.state = 4106; + this.state = 4096; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 573, this.context) ) { case 1: { - this.state = 4104; + this.state = 4094; this.expression(0); } break; case 2: { - this.state = 4105; + this.state = 4095; this.columnNamePathAllowEmpty(); } break; @@ -22768,13 +22740,13 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_USING: this.enterOuterAlt(localContext, 2); { - this.state = 4108; + this.state = 4098; this.match(MySqlParser.KW_USING); - this.state = 4109; + this.state = 4099; this.match(MySqlParser.LR_BRACKET); - this.state = 4110; + this.state = 4100; this.columnNames(); - this.state = 4111; + this.state = 4101; this.match(MySqlParser.RR_BRACKET); } break; @@ -22798,30 +22770,30 @@ export class MySqlParser extends SQLParserBase { } public queryExpression(): QueryExpressionContext { let localContext = new QueryExpressionContext(this.context, this.state); - this.enterRule(localContext, 280, MySqlParser.RULE_queryExpression); + this.enterRule(localContext, 278, MySqlParser.RULE_queryExpression); try { - this.state = 4123; + this.state = 4113; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 575, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4115; + this.state = 4105; this.match(MySqlParser.LR_BRACKET); - this.state = 4116; + this.state = 4106; this.querySpecification(); - this.state = 4117; + this.state = 4107; this.match(MySqlParser.RR_BRACKET); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4119; + this.state = 4109; this.match(MySqlParser.LR_BRACKET); - this.state = 4120; + this.state = 4110; this.queryExpression(); - this.state = 4121; + this.state = 4111; this.match(MySqlParser.RR_BRACKET); } break; @@ -22843,109 +22815,109 @@ export class MySqlParser extends SQLParserBase { } public querySpecification(): QuerySpecificationContext { let localContext = new QuerySpecificationContext(this.context, this.state); - this.enterRule(localContext, 282, MySqlParser.RULE_querySpecification); + this.enterRule(localContext, 280, MySqlParser.RULE_querySpecification); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 4125; + this.state = 4115; this.match(MySqlParser.KW_SELECT); - this.state = 4129; + this.state = 4119; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 576, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 4126; + this.state = 4116; this.selectSpec(); } } } - this.state = 4131; + this.state = 4121; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 576, this.context); } - this.state = 4132; + this.state = 4122; this.selectElements(); - this.state = 4134; + this.state = 4124; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 577, this.context) ) { case 1: { - this.state = 4133; + this.state = 4123; this.intoClause(); } break; } - this.state = 4136; + this.state = 4126; this.fromClause(); - this.state = 4138; + this.state = 4128; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 578, this.context) ) { case 1: { - this.state = 4137; + this.state = 4127; this.groupByClause(); } break; } - this.state = 4141; + this.state = 4131; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 579, this.context) ) { case 1: { - this.state = 4140; + this.state = 4130; this.havingClause(); } break; } - this.state = 4144; + this.state = 4134; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 580, this.context) ) { case 1: { - this.state = 4143; + this.state = 4133; this.windowClause(); } break; } - this.state = 4147; + this.state = 4137; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 581, this.context) ) { case 1: { - this.state = 4146; + this.state = 4136; this.orderByClause(); } break; } - this.state = 4150; + this.state = 4140; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 582, this.context) ) { case 1: { - this.state = 4149; + this.state = 4139; this.limitClause(); } break; } - this.state = 4153; + this.state = 4143; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 583, this.context) ) { case 1: { - this.state = 4152; + this.state = 4142; this.intoClause(); } break; } - this.state = 4156; + this.state = 4146; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 584, this.context) ) { case 1: { - this.state = 4155; + this.state = 4145; this.unionStatement(); } break; @@ -22968,19 +22940,19 @@ export class MySqlParser extends SQLParserBase { } public unionStatement(): UnionStatementContext { let localContext = new UnionStatementContext(this.context, this.state); - this.enterRule(localContext, 284, MySqlParser.RULE_unionStatement); + this.enterRule(localContext, 282, MySqlParser.RULE_unionStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4158; + this.state = 4148; this.match(MySqlParser.KW_UNION); - this.state = 4160; + this.state = 4150; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 7 || _la === 49) { { - this.state = 4159; + this.state = 4149; localContext._unionType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 7 || _la === 49)) { @@ -22993,18 +22965,18 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 4164; + this.state = 4154; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_SELECT: { - this.state = 4162; + this.state = 4152; this.querySpecification(); } break; case MySqlParser.LR_BRACKET: { - this.state = 4163; + this.state = 4153; this.queryExpression(); } break; @@ -23029,69 +23001,69 @@ export class MySqlParser extends SQLParserBase { } public lateralStatement(): LateralStatementContext { let localContext = new LateralStatementContext(this.context, this.state); - this.enterRule(localContext, 286, MySqlParser.RULE_lateralStatement); + this.enterRule(localContext, 284, MySqlParser.RULE_lateralStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4166; + this.state = 4156; this.match(MySqlParser.KW_LATERAL); - this.state = 4181; + this.state = 4171; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 590, this.context) ) { case 1: { - this.state = 4167; + this.state = 4157; this.querySpecification(); } break; case 2: { - this.state = 4168; + this.state = 4158; this.queryExpression(); } break; case 3: { { - this.state = 4169; + this.state = 4159; this.match(MySqlParser.LR_BRACKET); - this.state = 4172; + this.state = 4162; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_SELECT: { - this.state = 4170; + this.state = 4160; this.querySpecification(); } break; case MySqlParser.LR_BRACKET: { - this.state = 4171; + this.state = 4161; this.queryExpression(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 4174; + this.state = 4164; this.match(MySqlParser.RR_BRACKET); - this.state = 4179; + this.state = 4169; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 589, this.context) ) { case 1: { - this.state = 4176; + this.state = 4166; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 13) { { - this.state = 4175; + this.state = 4165; this.match(MySqlParser.KW_AS); } } - this.state = 4178; + this.state = 4168; localContext._alias = this.uid(); } break; @@ -23118,47 +23090,47 @@ export class MySqlParser extends SQLParserBase { } public jsonTable(): JsonTableContext { let localContext = new JsonTableContext(this.context, this.state); - this.enterRule(localContext, 288, MySqlParser.RULE_jsonTable); + this.enterRule(localContext, 286, MySqlParser.RULE_jsonTable); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4183; + this.state = 4173; this.match(MySqlParser.KW_JSON_TABLE); - this.state = 4184; + this.state = 4174; this.match(MySqlParser.LR_BRACKET); - this.state = 4185; + this.state = 4175; this.match(MySqlParser.STRING_LITERAL); - this.state = 4186; + this.state = 4176; this.match(MySqlParser.COMMA); - this.state = 4187; + this.state = 4177; this.match(MySqlParser.STRING_LITERAL); - this.state = 4188; + this.state = 4178; this.match(MySqlParser.KW_COLUMNS); - this.state = 4189; + this.state = 4179; this.match(MySqlParser.LR_BRACKET); - this.state = 4190; + this.state = 4180; this.jsonColumnList(); - this.state = 4191; + this.state = 4181; this.match(MySqlParser.RR_BRACKET); - this.state = 4192; + this.state = 4182; this.match(MySqlParser.RR_BRACKET); - this.state = 4197; + this.state = 4187; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 592, this.context) ) { case 1: { - this.state = 4194; + this.state = 4184; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 13) { { - this.state = 4193; + this.state = 4183; this.match(MySqlParser.KW_AS); } } - this.state = 4196; + this.state = 4186; localContext._alias = this.uid(); } break; @@ -23181,26 +23153,26 @@ export class MySqlParser extends SQLParserBase { } public jsonColumnList(): JsonColumnListContext { let localContext = new JsonColumnListContext(this.context, this.state); - this.enterRule(localContext, 290, MySqlParser.RULE_jsonColumnList); + this.enterRule(localContext, 288, MySqlParser.RULE_jsonColumnList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4199; + this.state = 4189; this.jsonColumn(); - this.state = 4204; + this.state = 4194; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 4200; + this.state = 4190; this.match(MySqlParser.COMMA); - this.state = 4201; + this.state = 4191; this.jsonColumn(); } } - this.state = 4206; + this.state = 4196; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -23222,25 +23194,25 @@ export class MySqlParser extends SQLParserBase { } public jsonColumn(): JsonColumnContext { let localContext = new JsonColumnContext(this.context, this.state); - this.enterRule(localContext, 292, MySqlParser.RULE_jsonColumn); + this.enterRule(localContext, 290, MySqlParser.RULE_jsonColumn); let _la: number; try { - this.state = 4236; + this.state = 4226; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 599, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4207; + this.state = 4197; this.columnName(); - this.state = 4224; + this.state = 4214; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_FOR: { - this.state = 4208; + this.state = 4198; this.match(MySqlParser.KW_FOR); - this.state = 4209; + this.state = 4199; this.match(MySqlParser.KW_ORDINALITY); } break; @@ -23304,33 +23276,33 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_POINT: case MySqlParser.KW_POLYGON: { - this.state = 4210; + this.state = 4200; this.dataType(); - this.state = 4222; + this.state = 4212; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_PATH: { - this.state = 4211; + this.state = 4201; this.match(MySqlParser.KW_PATH); - this.state = 4212; + this.state = 4202; this.match(MySqlParser.STRING_LITERAL); - this.state = 4214; + this.state = 4204; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 594, this.context) ) { case 1: { - this.state = 4213; + this.state = 4203; this.jsonOnEmpty(); } break; } - this.state = 4217; + this.state = 4207; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 42 || _la === 116 || _la === 382) { { - this.state = 4216; + this.state = 4206; this.jsonOnError(); } } @@ -23339,11 +23311,11 @@ export class MySqlParser extends SQLParserBase { break; case MySqlParser.KW_EXISTS: { - this.state = 4219; + this.state = 4209; this.match(MySqlParser.KW_EXISTS); - this.state = 4220; + this.state = 4210; this.match(MySqlParser.KW_PATH); - this.state = 4221; + this.state = 4211; this.match(MySqlParser.STRING_LITERAL); } break; @@ -23360,27 +23332,27 @@ export class MySqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4226; + this.state = 4216; this.match(MySqlParser.KW_NESTED); - this.state = 4228; + this.state = 4218; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 257) { { - this.state = 4227; + this.state = 4217; this.match(MySqlParser.KW_PATH); } } - this.state = 4230; + this.state = 4220; this.match(MySqlParser.STRING_LITERAL); - this.state = 4231; + this.state = 4221; this.match(MySqlParser.KW_COLUMNS); - this.state = 4232; + this.state = 4222; this.match(MySqlParser.LR_BRACKET); - this.state = 4233; + this.state = 4223; this.jsonColumnList(); - this.state = 4234; + this.state = 4224; this.match(MySqlParser.RR_BRACKET); } break; @@ -23402,39 +23374,39 @@ export class MySqlParser extends SQLParserBase { } public jsonOnEmpty(): JsonOnEmptyContext { let localContext = new JsonOnEmptyContext(this.context, this.state); - this.enterRule(localContext, 294, MySqlParser.RULE_jsonOnEmpty); + this.enterRule(localContext, 292, MySqlParser.RULE_jsonOnEmpty); try { this.enterOuterAlt(localContext, 1); { - this.state = 4242; + this.state = 4232; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_NULL_LITERAL: { - this.state = 4238; + this.state = 4228; this.match(MySqlParser.KW_NULL_LITERAL); } break; case MySqlParser.KW_ERROR: { - this.state = 4239; + this.state = 4229; this.match(MySqlParser.KW_ERROR); } break; case MySqlParser.KW_DEFAULT: { - this.state = 4240; + this.state = 4230; this.match(MySqlParser.KW_DEFAULT); - this.state = 4241; + this.state = 4231; this.defaultValue(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 4244; + this.state = 4234; this.match(MySqlParser.KW_ON); - this.state = 4245; + this.state = 4235; this.match(MySqlParser.KW_EMPTY); } } @@ -23454,39 +23426,39 @@ export class MySqlParser extends SQLParserBase { } public jsonOnError(): JsonOnErrorContext { let localContext = new JsonOnErrorContext(this.context, this.state); - this.enterRule(localContext, 296, MySqlParser.RULE_jsonOnError); + this.enterRule(localContext, 294, MySqlParser.RULE_jsonOnError); try { this.enterOuterAlt(localContext, 1); { - this.state = 4251; + this.state = 4241; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_NULL_LITERAL: { - this.state = 4247; + this.state = 4237; this.match(MySqlParser.KW_NULL_LITERAL); } break; case MySqlParser.KW_ERROR: { - this.state = 4248; + this.state = 4238; this.match(MySqlParser.KW_ERROR); } break; case MySqlParser.KW_DEFAULT: { - this.state = 4249; + this.state = 4239; this.match(MySqlParser.KW_DEFAULT); - this.state = 4250; + this.state = 4240; this.defaultValue(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 4253; + this.state = 4243; this.match(MySqlParser.KW_ON); - this.state = 4254; + this.state = 4244; this.match(MySqlParser.KW_ERROR); } } @@ -23506,10 +23478,10 @@ export class MySqlParser extends SQLParserBase { } public selectSpec(): SelectSpecContext { let localContext = new SelectSpecContext(this.context, this.state); - this.enterRule(localContext, 298, MySqlParser.RULE_selectSpec); + this.enterRule(localContext, 296, MySqlParser.RULE_selectSpec); let _la: number; try { - this.state = 4264; + this.state = 4254; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_ALL: @@ -23517,7 +23489,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_DISTINCTROW: this.enterOuterAlt(localContext, 1); { - this.state = 4256; + this.state = 4246; _la = this.tokenStream.LA(1); if(!(_la === 7 || _la === 49 || _la === 50)) { this.errorHandler.recoverInline(this); @@ -23531,35 +23503,35 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_HIGH_PRIORITY: this.enterOuterAlt(localContext, 2); { - this.state = 4257; + this.state = 4247; this.match(MySqlParser.KW_HIGH_PRIORITY); } break; case MySqlParser.KW_STRAIGHT_JOIN: this.enterOuterAlt(localContext, 3); { - this.state = 4258; + this.state = 4248; this.match(MySqlParser.KW_STRAIGHT_JOIN); } break; case MySqlParser.KW_SQL_SMALL_RESULT: this.enterOuterAlt(localContext, 4); { - this.state = 4259; + this.state = 4249; this.match(MySqlParser.KW_SQL_SMALL_RESULT); } break; case MySqlParser.KW_SQL_BIG_RESULT: this.enterOuterAlt(localContext, 5); { - this.state = 4260; + this.state = 4250; this.match(MySqlParser.KW_SQL_BIG_RESULT); } break; case MySqlParser.KW_SQL_BUFFER_RESULT: this.enterOuterAlt(localContext, 6); { - this.state = 4261; + this.state = 4251; this.match(MySqlParser.KW_SQL_BUFFER_RESULT); } break; @@ -23567,7 +23539,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_SQL_NO_CACHE: this.enterOuterAlt(localContext, 7); { - this.state = 4262; + this.state = 4252; _la = this.tokenStream.LA(1); if(!(_la === 637 || _la === 638)) { this.errorHandler.recoverInline(this); @@ -23581,7 +23553,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_SQL_CALC_FOUND_ROWS: this.enterOuterAlt(localContext, 8); { - this.state = 4263; + this.state = 4253; this.match(MySqlParser.KW_SQL_CALC_FOUND_ROWS); } break; @@ -23605,42 +23577,42 @@ export class MySqlParser extends SQLParserBase { } public selectElements(): SelectElementsContext { let localContext = new SelectElementsContext(this.context, this.state); - this.enterRule(localContext, 300, MySqlParser.RULE_selectElements); + this.enterRule(localContext, 298, MySqlParser.RULE_selectElements); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 4268; + this.state = 4258; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 603, this.context) ) { case 1: { - this.state = 4266; + this.state = 4256; this.pureAllColumns(); } break; case 2: { - this.state = 4267; + this.state = 4257; this.selectElement(); } break; } - this.state = 4274; + this.state = 4264; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 604, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 4270; + this.state = 4260; this.match(MySqlParser.COMMA); - this.state = 4271; + this.state = 4261; this.selectElement(); } } } - this.state = 4276; + this.state = 4266; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 604, this.context); } @@ -23662,17 +23634,17 @@ export class MySqlParser extends SQLParserBase { } public selectElement(): SelectElementContext { let localContext = new SelectElementContext(this.context, this.state); - this.enterRule(localContext, 302, MySqlParser.RULE_selectElement); + this.enterRule(localContext, 300, MySqlParser.RULE_selectElement); let _la: number; try { - this.state = 4297; + this.state = 4287; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 609, this.context) ) { case 1: localContext = new SelectElement_starContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 4277; + this.state = 4267; this.tableAllColumns(); } break; @@ -23680,24 +23652,24 @@ export class MySqlParser extends SQLParserBase { localContext = new SelectElement_labelContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 4278; + this.state = 4268; this.selectLiteralColumnName(); - this.state = 4283; + this.state = 4273; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 606, this.context) ) { case 1: { - this.state = 4280; + this.state = 4270; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 13) { { - this.state = 4279; + this.state = 4269; this.match(MySqlParser.KW_AS); } } - this.state = 4282; + this.state = 4272; (localContext as SelectElement_labelContext)._alias = this.uid(); } break; @@ -23708,24 +23680,24 @@ export class MySqlParser extends SQLParserBase { localContext = new SelectElement_exprContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 4285; + this.state = 4275; this.selectExpressionColumnName(); - this.state = 4290; + this.state = 4280; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 608, this.context) ) { case 1: { - this.state = 4287; + this.state = 4277; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 13) { { - this.state = 4286; + this.state = 4276; this.match(MySqlParser.KW_AS); } } - this.state = 4289; + this.state = 4279; (localContext as SelectElement_exprContext)._alias = this.uid(); } break; @@ -23736,15 +23708,15 @@ export class MySqlParser extends SQLParserBase { localContext = new SelectElement_dot_emptyContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 4292; + this.state = 4282; this.uid(); - this.state = 4293; + this.state = 4283; this.match(MySqlParser.DOT); - this.state = 4294; + this.state = 4284; if (!(this.shouldMatchEmpty())) { throw this.createFailedPredicateException("this.shouldMatchEmpty()"); } - this.state = 4295; + this.state = 4285; this.emptyColumn(); } break; @@ -23766,15 +23738,15 @@ export class MySqlParser extends SQLParserBase { } public tableAllColumns(): TableAllColumnsContext { let localContext = new TableAllColumnsContext(this.context, this.state); - this.enterRule(localContext, 304, MySqlParser.RULE_tableAllColumns); + this.enterRule(localContext, 302, MySqlParser.RULE_tableAllColumns); try { this.enterOuterAlt(localContext, 1); { - this.state = 4299; + this.state = 4289; this.fullId(); - this.state = 4300; + this.state = 4290; this.match(MySqlParser.DOT); - this.state = 4301; + this.state = 4291; this.match(MySqlParser.STAR); } } @@ -23794,11 +23766,11 @@ export class MySqlParser extends SQLParserBase { } public pureAllColumns(): PureAllColumnsContext { let localContext = new PureAllColumnsContext(this.context, this.state); - this.enterRule(localContext, 306, MySqlParser.RULE_pureAllColumns); + this.enterRule(localContext, 304, MySqlParser.RULE_pureAllColumns); try { this.enterOuterAlt(localContext, 1); { - this.state = 4303; + this.state = 4293; this.match(MySqlParser.STAR); } } @@ -23818,11 +23790,11 @@ export class MySqlParser extends SQLParserBase { } public selectLiteralColumnName(): SelectLiteralColumnNameContext { let localContext = new SelectLiteralColumnNameContext(this.context, this.state); - this.enterRule(localContext, 308, MySqlParser.RULE_selectLiteralColumnName); + this.enterRule(localContext, 306, MySqlParser.RULE_selectLiteralColumnName); try { this.enterOuterAlt(localContext, 1); { - this.state = 4305; + this.state = 4295; this.columnName(); } } @@ -23842,28 +23814,28 @@ export class MySqlParser extends SQLParserBase { } public selectExpressionColumnName(): SelectExpressionColumnNameContext { let localContext = new SelectExpressionColumnNameContext(this.context, this.state); - this.enterRule(localContext, 310, MySqlParser.RULE_selectExpressionColumnName); + this.enterRule(localContext, 308, MySqlParser.RULE_selectExpressionColumnName); try { - this.state = 4313; + this.state = 4303; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 611, this.context) ) { case 1: localContext = new SelectExpressionElementContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 4309; + this.state = 4299; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 610, this.context) ) { case 1: { - this.state = 4307; + this.state = 4297; this.match(MySqlParser.LOCAL_ID); - this.state = 4308; + this.state = 4298; this.match(MySqlParser.VAR_ASSIGN); } break; } - this.state = 4311; + this.state = 4301; this.expression(0); } break; @@ -23871,7 +23843,7 @@ export class MySqlParser extends SQLParserBase { localContext = new SelectFunctionElementContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 4312; + this.state = 4302; this.functionCall(); } break; @@ -23893,36 +23865,36 @@ export class MySqlParser extends SQLParserBase { } public intoClause(): IntoClauseContext { let localContext = new IntoClauseContext(this.context, this.state); - this.enterRule(localContext, 312, MySqlParser.RULE_intoClause); + this.enterRule(localContext, 310, MySqlParser.RULE_intoClause); let _la: number; try { let alternative: number; - this.state = 4351; + this.state = 4341; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 618, this.context) ) { case 1: localContext = new SelectIntoVariablesContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 4315; + this.state = 4305; this.match(MySqlParser.KW_INTO); - this.state = 4316; + this.state = 4306; this.assignmentField(); - this.state = 4321; + this.state = 4311; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 612, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 4317; + this.state = 4307; this.match(MySqlParser.COMMA); - this.state = 4318; + this.state = 4308; this.assignmentField(); } } } - this.state = 4323; + this.state = 4313; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 612, this.context); } @@ -23932,11 +23904,11 @@ export class MySqlParser extends SQLParserBase { localContext = new SelectIntoDumpFileContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 4324; + this.state = 4314; this.match(MySqlParser.KW_INTO); - this.state = 4325; + this.state = 4315; this.match(MySqlParser.KW_DUMPFILE); - this.state = 4326; + this.state = 4316; this.match(MySqlParser.STRING_LITERAL); } break; @@ -23945,32 +23917,32 @@ export class MySqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 3); { { - this.state = 4327; + this.state = 4317; this.match(MySqlParser.KW_INTO); - this.state = 4328; + this.state = 4318; this.match(MySqlParser.KW_OUTFILE); - this.state = 4329; + this.state = 4319; (localContext as SelectIntoTextFileContext)._filename = this.match(MySqlParser.STRING_LITERAL); - this.state = 4333; + this.state = 4323; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 613, this.context) ) { case 1: { - this.state = 4330; + this.state = 4320; this.match(MySqlParser.KW_CHARACTER); - this.state = 4331; + this.state = 4321; this.match(MySqlParser.KW_SET); - this.state = 4332; + this.state = 4322; (localContext as SelectIntoTextFileContext)._charset = this.charsetName(); } break; } - this.state = 4341; + this.state = 4331; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 615, this.context) ) { case 1: { - this.state = 4335; + this.state = 4325; (localContext as SelectIntoTextFileContext)._fieldsFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 337 || _la === 398)) { @@ -23980,7 +23952,7 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4337; + this.state = 4327; this.errorHandler.sync(this); alternative = 1; do { @@ -23988,7 +23960,7 @@ export class MySqlParser extends SQLParserBase { case 1: { { - this.state = 4336; + this.state = 4326; this.selectFieldsInto(); } } @@ -23996,21 +23968,21 @@ export class MySqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 4339; + this.state = 4329; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 614, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } break; } - this.state = 4349; + this.state = 4339; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 617, this.context) ) { case 1: { - this.state = 4343; + this.state = 4333; this.match(MySqlParser.KW_LINES); - this.state = 4345; + this.state = 4335; this.errorHandler.sync(this); alternative = 1; do { @@ -24018,7 +23990,7 @@ export class MySqlParser extends SQLParserBase { case 1: { { - this.state = 4344; + this.state = 4334; this.selectLinesInto(); } } @@ -24026,7 +23998,7 @@ export class MySqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 4347; + this.state = 4337; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 616, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); @@ -24054,20 +24026,20 @@ export class MySqlParser extends SQLParserBase { } public selectFieldsInto(): SelectFieldsIntoContext { let localContext = new SelectFieldsIntoContext(this.context, this.state); - this.enterRule(localContext, 314, MySqlParser.RULE_selectFieldsInto); + this.enterRule(localContext, 312, MySqlParser.RULE_selectFieldsInto); let _la: number; try { - this.state = 4365; + this.state = 4355; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_TERMINATED: this.enterOuterAlt(localContext, 1); { - this.state = 4353; + this.state = 4343; this.match(MySqlParser.KW_TERMINATED); - this.state = 4354; + this.state = 4344; this.match(MySqlParser.KW_BY); - this.state = 4355; + this.state = 4345; localContext._terminationField = this.match(MySqlParser.STRING_LITERAL); } break; @@ -24075,32 +24047,32 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_OPTIONALLY: this.enterOuterAlt(localContext, 2); { - this.state = 4357; + this.state = 4347; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 123) { { - this.state = 4356; + this.state = 4346; this.match(MySqlParser.KW_OPTIONALLY); } } - this.state = 4359; + this.state = 4349; this.match(MySqlParser.KW_ENCLOSED); - this.state = 4360; + this.state = 4350; this.match(MySqlParser.KW_BY); - this.state = 4361; + this.state = 4351; localContext._enClosion = this.match(MySqlParser.STRING_LITERAL); } break; case MySqlParser.KW_ESCAPED: this.enterOuterAlt(localContext, 3); { - this.state = 4362; + this.state = 4352; this.match(MySqlParser.KW_ESCAPED); - this.state = 4363; + this.state = 4353; this.match(MySqlParser.KW_BY); - this.state = 4364; + this.state = 4354; localContext._escaping = this.match(MySqlParser.STRING_LITERAL); } break; @@ -24124,30 +24096,30 @@ export class MySqlParser extends SQLParserBase { } public selectLinesInto(): SelectLinesIntoContext { let localContext = new SelectLinesIntoContext(this.context, this.state); - this.enterRule(localContext, 316, MySqlParser.RULE_selectLinesInto); + this.enterRule(localContext, 314, MySqlParser.RULE_selectLinesInto); try { - this.state = 4373; + this.state = 4363; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_STARTING: this.enterOuterAlt(localContext, 1); { - this.state = 4367; + this.state = 4357; this.match(MySqlParser.KW_STARTING); - this.state = 4368; + this.state = 4358; this.match(MySqlParser.KW_BY); - this.state = 4369; + this.state = 4359; localContext._starting = this.match(MySqlParser.STRING_LITERAL); } break; case MySqlParser.KW_TERMINATED: this.enterOuterAlt(localContext, 2); { - this.state = 4370; + this.state = 4360; this.match(MySqlParser.KW_TERMINATED); - this.state = 4371; + this.state = 4361; this.match(MySqlParser.KW_BY); - this.state = 4372; + this.state = 4362; localContext._terminationLine = this.match(MySqlParser.STRING_LITERAL); } break; @@ -24171,41 +24143,41 @@ export class MySqlParser extends SQLParserBase { } public fromClause(): FromClauseContext { let localContext = new FromClauseContext(this.context, this.state); - this.enterRule(localContext, 318, MySqlParser.RULE_fromClause); + this.enterRule(localContext, 316, MySqlParser.RULE_fromClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 4377; + this.state = 4367; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 622, this.context) ) { case 1: { - this.state = 4375; + this.state = 4365; this.match(MySqlParser.KW_FROM); - this.state = 4376; + this.state = 4366; this.tableSources(); } break; } - this.state = 4384; + this.state = 4374; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 624, this.context) ) { case 1: { - this.state = 4379; + this.state = 4369; this.match(MySqlParser.KW_WHERE); - this.state = 4382; + this.state = 4372; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 623, this.context) ) { case 1: { - this.state = 4380; + this.state = 4370; localContext._whereExpr = this.expression(0); } break; case 2: { - this.state = 4381; + this.state = 4371; this.columnNamePathAllowEmpty(); } break; @@ -24231,43 +24203,43 @@ export class MySqlParser extends SQLParserBase { } public groupByClause(): GroupByClauseContext { let localContext = new GroupByClauseContext(this.context, this.state); - this.enterRule(localContext, 320, MySqlParser.RULE_groupByClause); + this.enterRule(localContext, 318, MySqlParser.RULE_groupByClause); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 4386; + this.state = 4376; this.match(MySqlParser.KW_GROUP); - this.state = 4387; + this.state = 4377; this.match(MySqlParser.KW_BY); - this.state = 4388; + this.state = 4378; this.groupByItem(); - this.state = 4393; + this.state = 4383; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 625, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 4389; + this.state = 4379; this.match(MySqlParser.COMMA); - this.state = 4390; + this.state = 4380; this.groupByItem(); } } } - this.state = 4395; + this.state = 4385; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 625, this.context); } - this.state = 4398; + this.state = 4388; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 626, this.context) ) { case 1: { - this.state = 4396; + this.state = 4386; this.match(MySqlParser.KW_WITH); - this.state = 4397; + this.state = 4387; this.match(MySqlParser.KW_ROLLUP); } break; @@ -24290,13 +24262,13 @@ export class MySqlParser extends SQLParserBase { } public havingClause(): HavingClauseContext { let localContext = new HavingClauseContext(this.context, this.state); - this.enterRule(localContext, 322, MySqlParser.RULE_havingClause); + this.enterRule(localContext, 320, MySqlParser.RULE_havingClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 4400; + this.state = 4390; this.match(MySqlParser.KW_HAVING); - this.state = 4401; + this.state = 4391; localContext._havingExpr = this.expression(0); } } @@ -24316,46 +24288,46 @@ export class MySqlParser extends SQLParserBase { } public windowClause(): WindowClauseContext { let localContext = new WindowClauseContext(this.context, this.state); - this.enterRule(localContext, 324, MySqlParser.RULE_windowClause); + this.enterRule(localContext, 322, MySqlParser.RULE_windowClause); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 4403; + this.state = 4393; this.match(MySqlParser.KW_WINDOW); - this.state = 4404; + this.state = 4394; this.windowName(); - this.state = 4405; + this.state = 4395; this.match(MySqlParser.KW_AS); - this.state = 4406; + this.state = 4396; this.match(MySqlParser.LR_BRACKET); - this.state = 4407; + this.state = 4397; this.windowSpec(); - this.state = 4408; + this.state = 4398; this.match(MySqlParser.RR_BRACKET); - this.state = 4418; + this.state = 4408; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 627, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 4409; + this.state = 4399; this.match(MySqlParser.COMMA); - this.state = 4410; + this.state = 4400; this.windowName(); - this.state = 4411; + this.state = 4401; this.match(MySqlParser.KW_AS); - this.state = 4412; + this.state = 4402; this.match(MySqlParser.LR_BRACKET); - this.state = 4413; + this.state = 4403; this.windowSpec(); - this.state = 4414; + this.state = 4404; this.match(MySqlParser.RR_BRACKET); } } } - this.state = 4420; + this.state = 4410; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 627, this.context); } @@ -24377,19 +24349,19 @@ export class MySqlParser extends SQLParserBase { } public groupByItem(): GroupByItemContext { let localContext = new GroupByItemContext(this.context, this.state); - this.enterRule(localContext, 326, MySqlParser.RULE_groupByItem); + this.enterRule(localContext, 324, MySqlParser.RULE_groupByItem); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4421; + this.state = 4411; this.expression(0); - this.state = 4423; + this.state = 4413; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 628, this.context) ) { case 1: { - this.state = 4422; + this.state = 4412; localContext._order = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 14 || _la === 45)) { @@ -24420,40 +24392,40 @@ export class MySqlParser extends SQLParserBase { } public limitClause(): LimitClauseContext { let localContext = new LimitClauseContext(this.context, this.state); - this.enterRule(localContext, 328, MySqlParser.RULE_limitClause); + this.enterRule(localContext, 326, MySqlParser.RULE_limitClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 4425; + this.state = 4415; this.match(MySqlParser.KW_LIMIT); - this.state = 4436; + this.state = 4426; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 630, this.context) ) { case 1: { - this.state = 4429; + this.state = 4419; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 629, this.context) ) { case 1: { - this.state = 4426; + this.state = 4416; localContext._offset = this.limitClauseAtom(); - this.state = 4427; + this.state = 4417; this.match(MySqlParser.COMMA); } break; } - this.state = 4431; + this.state = 4421; localContext._limit = this.limitClauseAtom(); } break; case 2: { - this.state = 4432; + this.state = 4422; localContext._limit = this.limitClauseAtom(); - this.state = 4433; + this.state = 4423; this.match(MySqlParser.KW_OFFSET); - this.state = 4434; + this.state = 4424; localContext._offset = this.limitClauseAtom(); } break; @@ -24476,9 +24448,9 @@ export class MySqlParser extends SQLParserBase { } public limitClauseAtom(): LimitClauseAtomContext { let localContext = new LimitClauseAtomContext(this.context, this.state); - this.enterRule(localContext, 330, MySqlParser.RULE_limitClauseAtom); + this.enterRule(localContext, 328, MySqlParser.RULE_limitClauseAtom); try { - this.state = 4441; + this.state = 4431; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.ZERO_DECIMAL: @@ -24489,7 +24461,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.REAL_LITERAL: this.enterOuterAlt(localContext, 1); { - this.state = 4438; + this.state = 4428; this.decimalLiteral(); } break; @@ -24497,7 +24469,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.GLOBAL_ID: this.enterOuterAlt(localContext, 2); { - this.state = 4439; + this.state = 4429; this.mysqlVariable(); } break; @@ -25050,7 +25022,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.ID: this.enterOuterAlt(localContext, 3); { - this.state = 4440; + this.state = 4430; this.simpleId(); } break; @@ -25074,35 +25046,35 @@ export class MySqlParser extends SQLParserBase { } public startTransaction(): StartTransactionContext { let localContext = new StartTransactionContext(this.context, this.state); - this.enterRule(localContext, 332, MySqlParser.RULE_startTransaction); + this.enterRule(localContext, 330, MySqlParser.RULE_startTransaction); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4443; + this.state = 4433; this.match(MySqlParser.KW_START); - this.state = 4444; + this.state = 4434; this.match(MySqlParser.KW_TRANSACTION); - this.state = 4453; + this.state = 4443; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 633, this.context) ) { case 1: { - this.state = 4445; + this.state = 4435; this.transactionMode(); - this.state = 4450; + this.state = 4440; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 4446; + this.state = 4436; this.match(MySqlParser.COMMA); - this.state = 4447; + this.state = 4437; this.transactionMode(); } } - this.state = 4452; + this.state = 4442; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -25127,19 +25099,19 @@ export class MySqlParser extends SQLParserBase { } public beginWork(): BeginWorkContext { let localContext = new BeginWorkContext(this.context, this.state); - this.enterRule(localContext, 334, MySqlParser.RULE_beginWork); + this.enterRule(localContext, 332, MySqlParser.RULE_beginWork); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4455; + this.state = 4445; this.match(MySqlParser.KW_BEGIN); - this.state = 4457; + this.state = 4447; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 691) { { - this.state = 4456; + this.state = 4446; this.match(MySqlParser.KW_WORK); } } @@ -25162,61 +25134,61 @@ export class MySqlParser extends SQLParserBase { } public commitWork(): CommitWorkContext { let localContext = new CommitWorkContext(this.context, this.state); - this.enterRule(localContext, 336, MySqlParser.RULE_commitWork); + this.enterRule(localContext, 334, MySqlParser.RULE_commitWork); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4459; + this.state = 4449; this.match(MySqlParser.KW_COMMIT); - this.state = 4461; + this.state = 4451; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 691) { { - this.state = 4460; + this.state = 4450; this.match(MySqlParser.KW_WORK); } } - this.state = 4468; + this.state = 4458; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 11) { { - this.state = 4463; + this.state = 4453; this.match(MySqlParser.KW_AND); - this.state = 4465; + this.state = 4455; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 502) { { - this.state = 4464; + this.state = 4454; localContext._noChain = this.match(MySqlParser.KW_NO); } } - this.state = 4467; + this.state = 4457; this.match(MySqlParser.KW_CHAIN); } } - this.state = 4474; + this.state = 4464; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 639, this.context) ) { case 1: { - this.state = 4471; + this.state = 4461; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 502) { { - this.state = 4470; + this.state = 4460; localContext._noRelease = this.match(MySqlParser.KW_NO); } } - this.state = 4473; + this.state = 4463; this.match(MySqlParser.KW_RELEASE); } break; @@ -25239,61 +25211,61 @@ export class MySqlParser extends SQLParserBase { } public rollbackWork(): RollbackWorkContext { let localContext = new RollbackWorkContext(this.context, this.state); - this.enterRule(localContext, 338, MySqlParser.RULE_rollbackWork); + this.enterRule(localContext, 336, MySqlParser.RULE_rollbackWork); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4476; + this.state = 4466; this.match(MySqlParser.KW_ROLLBACK); - this.state = 4478; + this.state = 4468; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 691) { { - this.state = 4477; + this.state = 4467; this.match(MySqlParser.KW_WORK); } } - this.state = 4485; + this.state = 4475; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 11) { { - this.state = 4480; + this.state = 4470; this.match(MySqlParser.KW_AND); - this.state = 4482; + this.state = 4472; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 502) { { - this.state = 4481; + this.state = 4471; localContext._noChain = this.match(MySqlParser.KW_NO); } } - this.state = 4484; + this.state = 4474; this.match(MySqlParser.KW_CHAIN); } } - this.state = 4491; + this.state = 4481; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 644, this.context) ) { case 1: { - this.state = 4488; + this.state = 4478; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 502) { { - this.state = 4487; + this.state = 4477; localContext._noRelease = this.match(MySqlParser.KW_NO); } } - this.state = 4490; + this.state = 4480; this.match(MySqlParser.KW_RELEASE); } break; @@ -25316,13 +25288,13 @@ export class MySqlParser extends SQLParserBase { } public savePointStatement(): SavePointStatementContext { let localContext = new SavePointStatementContext(this.context, this.state); - this.enterRule(localContext, 340, MySqlParser.RULE_savePointStatement); + this.enterRule(localContext, 338, MySqlParser.RULE_savePointStatement); try { this.enterOuterAlt(localContext, 1); { - this.state = 4493; + this.state = 4483; this.match(MySqlParser.KW_SAVEPOINT); - this.state = 4494; + this.state = 4484; localContext._identifier = this.uid(); } } @@ -25342,36 +25314,36 @@ export class MySqlParser extends SQLParserBase { } public rollbackStatement(): RollbackStatementContext { let localContext = new RollbackStatementContext(this.context, this.state); - this.enterRule(localContext, 342, MySqlParser.RULE_rollbackStatement); + this.enterRule(localContext, 340, MySqlParser.RULE_rollbackStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4496; + this.state = 4486; this.match(MySqlParser.KW_ROLLBACK); - this.state = 4498; + this.state = 4488; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 691) { { - this.state = 4497; + this.state = 4487; this.match(MySqlParser.KW_WORK); } } - this.state = 4500; + this.state = 4490; this.match(MySqlParser.KW_TO); - this.state = 4502; + this.state = 4492; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 646, this.context) ) { case 1: { - this.state = 4501; + this.state = 4491; this.match(MySqlParser.KW_SAVEPOINT); } break; } - this.state = 4504; + this.state = 4494; localContext._identifier = this.uid(); } } @@ -25391,15 +25363,15 @@ export class MySqlParser extends SQLParserBase { } public releaseStatement(): ReleaseStatementContext { let localContext = new ReleaseStatementContext(this.context, this.state); - this.enterRule(localContext, 344, MySqlParser.RULE_releaseStatement); + this.enterRule(localContext, 342, MySqlParser.RULE_releaseStatement); try { this.enterOuterAlt(localContext, 1); { - this.state = 4506; + this.state = 4496; this.match(MySqlParser.KW_RELEASE); - this.state = 4507; + this.state = 4497; this.match(MySqlParser.KW_SAVEPOINT); - this.state = 4508; + this.state = 4498; localContext._identifier = this.uid(); } } @@ -25419,14 +25391,14 @@ export class MySqlParser extends SQLParserBase { } public lockTables(): LockTablesContext { let localContext = new LockTablesContext(this.context, this.state); - this.enterRule(localContext, 346, MySqlParser.RULE_lockTables); + this.enterRule(localContext, 344, MySqlParser.RULE_lockTables); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4510; + this.state = 4500; this.match(MySqlParser.KW_LOCK); - this.state = 4511; + this.state = 4501; _la = this.tokenStream.LA(1); if(!(_la === 173 || _la === 752)) { this.errorHandler.recoverInline(this); @@ -25435,21 +25407,21 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4512; + this.state = 4502; this.lockTableElement(); - this.state = 4517; + this.state = 4507; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 4513; + this.state = 4503; this.match(MySqlParser.COMMA); - this.state = 4514; + this.state = 4504; this.lockTableElement(); } } - this.state = 4519; + this.state = 4509; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -25471,13 +25443,13 @@ export class MySqlParser extends SQLParserBase { } public unlockTables(): UnlockTablesContext { let localContext = new UnlockTablesContext(this.context, this.state); - this.enterRule(localContext, 348, MySqlParser.RULE_unlockTables); + this.enterRule(localContext, 346, MySqlParser.RULE_unlockTables); try { this.enterOuterAlt(localContext, 1); { - this.state = 4520; + this.state = 4510; this.match(MySqlParser.KW_UNLOCK); - this.state = 4521; + this.state = 4511; this.match(MySqlParser.KW_TABLES); } } @@ -25497,18 +25469,18 @@ export class MySqlParser extends SQLParserBase { } public setAutocommitStatement(): SetAutocommitStatementContext { let localContext = new SetAutocommitStatementContext(this.context, this.state); - this.enterRule(localContext, 350, MySqlParser.RULE_setAutocommitStatement); + this.enterRule(localContext, 348, MySqlParser.RULE_setAutocommitStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4523; + this.state = 4513; this.match(MySqlParser.KW_SET); - this.state = 4524; + this.state = 4514; this.match(MySqlParser.KW_AUTOCOMMIT); - this.state = 4525; + this.state = 4515; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4526; + this.state = 4516; localContext._autocommitValue = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 871 || _la === 872)) { @@ -25536,19 +25508,19 @@ export class MySqlParser extends SQLParserBase { } public setTransactionStatement(): SetTransactionStatementContext { let localContext = new SetTransactionStatementContext(this.context, this.state); - this.enterRule(localContext, 352, MySqlParser.RULE_setTransactionStatement); + this.enterRule(localContext, 350, MySqlParser.RULE_setTransactionStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4528; + this.state = 4518; this.match(MySqlParser.KW_SET); - this.state = 4530; + this.state = 4520; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 413 || _la === 593) { { - this.state = 4529; + this.state = 4519; localContext._transactionContext = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 413 || _la === 593)) { @@ -25561,23 +25533,23 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 4532; + this.state = 4522; this.match(MySqlParser.KW_TRANSACTION); - this.state = 4533; + this.state = 4523; this.transactionOption(); - this.state = 4538; + this.state = 4528; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 4534; + this.state = 4524; this.match(MySqlParser.COMMA); - this.state = 4535; + this.state = 4525; this.transactionOption(); } } - this.state = 4540; + this.state = 4530; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -25599,37 +25571,37 @@ export class MySqlParser extends SQLParserBase { } public transactionMode(): TransactionModeContext { let localContext = new TransactionModeContext(this.context, this.state); - this.enterRule(localContext, 354, MySqlParser.RULE_transactionMode); + this.enterRule(localContext, 352, MySqlParser.RULE_transactionMode); try { - this.state = 4548; + this.state = 4538; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 650, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4541; + this.state = 4531; this.match(MySqlParser.KW_WITH); - this.state = 4542; + this.state = 4532; this.match(MySqlParser.KW_CONSISTENT); - this.state = 4543; + this.state = 4533; this.match(MySqlParser.KW_SNAPSHOT); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4544; + this.state = 4534; this.match(MySqlParser.KW_READ); - this.state = 4545; + this.state = 4535; this.match(MySqlParser.KW_WRITE); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4546; + this.state = 4536; this.match(MySqlParser.KW_READ); - this.state = 4547; + this.state = 4537; this.match(MySqlParser.KW_ONLY); } break; @@ -25651,34 +25623,34 @@ export class MySqlParser extends SQLParserBase { } public lockTableElement(): LockTableElementContext { let localContext = new LockTableElementContext(this.context, this.state); - this.enterRule(localContext, 356, MySqlParser.RULE_lockTableElement); + this.enterRule(localContext, 354, MySqlParser.RULE_lockTableElement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4550; + this.state = 4540; this.tableName(); - this.state = 4555; + this.state = 4545; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074311168) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18878481) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100679969) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 4552; + this.state = 4542; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 13) { { - this.state = 4551; + this.state = 4541; this.match(MySqlParser.KW_AS); } } - this.state = 4554; + this.state = 4544; localContext._alias = this.uid(); } } - this.state = 4557; + this.state = 4547; this.lockAction(); } } @@ -25698,23 +25670,23 @@ export class MySqlParser extends SQLParserBase { } public lockAction(): LockActionContext { let localContext = new LockActionContext(this.context, this.state); - this.enterRule(localContext, 358, MySqlParser.RULE_lockAction); + this.enterRule(localContext, 356, MySqlParser.RULE_lockAction); let _la: number; try { - this.state = 4567; + this.state = 4557; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_READ: this.enterOuterAlt(localContext, 1); { - this.state = 4559; + this.state = 4549; this.match(MySqlParser.KW_READ); - this.state = 4561; + this.state = 4551; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 450) { { - this.state = 4560; + this.state = 4550; this.match(MySqlParser.KW_LOCAL); } } @@ -25725,17 +25697,17 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_WRITE: this.enterOuterAlt(localContext, 2); { - this.state = 4564; + this.state = 4554; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 107) { { - this.state = 4563; + this.state = 4553; this.match(MySqlParser.KW_LOW_PRIORITY); } } - this.state = 4566; + this.state = 4556; this.match(MySqlParser.KW_WRITE); } break; @@ -25759,37 +25731,37 @@ export class MySqlParser extends SQLParserBase { } public transactionOption(): TransactionOptionContext { let localContext = new TransactionOptionContext(this.context, this.state); - this.enterRule(localContext, 360, MySqlParser.RULE_transactionOption); + this.enterRule(localContext, 358, MySqlParser.RULE_transactionOption); try { - this.state = 4576; + this.state = 4566; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 656, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4569; + this.state = 4559; this.match(MySqlParser.KW_ISOLATION); - this.state = 4570; + this.state = 4560; this.match(MySqlParser.KW_LEVEL); - this.state = 4571; + this.state = 4561; this.transactionLevel(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4572; + this.state = 4562; this.match(MySqlParser.KW_READ); - this.state = 4573; + this.state = 4563; this.match(MySqlParser.KW_WRITE); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4574; + this.state = 4564; this.match(MySqlParser.KW_READ); - this.state = 4575; + this.state = 4565; this.match(MySqlParser.KW_ONLY); } break; @@ -25811,42 +25783,42 @@ export class MySqlParser extends SQLParserBase { } public transactionLevel(): TransactionLevelContext { let localContext = new TransactionLevelContext(this.context, this.state); - this.enterRule(localContext, 362, MySqlParser.RULE_transactionLevel); + this.enterRule(localContext, 360, MySqlParser.RULE_transactionLevel); try { - this.state = 4585; + this.state = 4575; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 657, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4578; + this.state = 4568; this.match(MySqlParser.KW_REPEATABLE); - this.state = 4579; + this.state = 4569; this.match(MySqlParser.KW_READ); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4580; + this.state = 4570; this.match(MySqlParser.KW_READ); - this.state = 4581; + this.state = 4571; this.match(MySqlParser.KW_COMMITTED); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4582; + this.state = 4572; this.match(MySqlParser.KW_READ); - this.state = 4583; + this.state = 4573; this.match(MySqlParser.KW_UNCOMMITTED); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4584; + this.state = 4574; this.match(MySqlParser.KW_SERIALIZABLE); } break; @@ -25868,41 +25840,41 @@ export class MySqlParser extends SQLParserBase { } public changeMaster(): ChangeMasterContext { let localContext = new ChangeMasterContext(this.context, this.state); - this.enterRule(localContext, 364, MySqlParser.RULE_changeMaster); + this.enterRule(localContext, 362, MySqlParser.RULE_changeMaster); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4587; + this.state = 4577; this.match(MySqlParser.KW_CHANGE); - this.state = 4588; + this.state = 4578; this.match(MySqlParser.KW_MASTER); - this.state = 4589; + this.state = 4579; this.match(MySqlParser.KW_TO); - this.state = 4590; + this.state = 4580; this.masterOption(); - this.state = 4595; + this.state = 4585; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 4591; + this.state = 4581; this.match(MySqlParser.COMMA); - this.state = 4592; + this.state = 4582; this.masterOption(); } } - this.state = 4597; + this.state = 4587; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 4599; + this.state = 4589; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 65) { { - this.state = 4598; + this.state = 4588; this.channelOption(); } } @@ -25925,41 +25897,41 @@ export class MySqlParser extends SQLParserBase { } public changeReplicationFilter(): ChangeReplicationFilterContext { let localContext = new ChangeReplicationFilterContext(this.context, this.state); - this.enterRule(localContext, 366, MySqlParser.RULE_changeReplicationFilter); + this.enterRule(localContext, 364, MySqlParser.RULE_changeReplicationFilter); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4601; + this.state = 4591; this.match(MySqlParser.KW_CHANGE); - this.state = 4602; + this.state = 4592; this.match(MySqlParser.KW_REPLICATION); - this.state = 4603; + this.state = 4593; this.match(MySqlParser.KW_FILTER); - this.state = 4604; + this.state = 4594; this.replicationFilter(); - this.state = 4609; + this.state = 4599; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 4605; + this.state = 4595; this.match(MySqlParser.COMMA); - this.state = 4606; + this.state = 4596; this.replicationFilter(); } } - this.state = 4611; + this.state = 4601; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 4613; + this.state = 4603; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 65) { { - this.state = 4612; + this.state = 4602; this.channelOption(); } } @@ -25982,43 +25954,43 @@ export class MySqlParser extends SQLParserBase { } public changeReplicationSource(): ChangeReplicationSourceContext { let localContext = new ChangeReplicationSourceContext(this.context, this.state); - this.enterRule(localContext, 368, MySqlParser.RULE_changeReplicationSource); + this.enterRule(localContext, 366, MySqlParser.RULE_changeReplicationSource); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4615; + this.state = 4605; this.match(MySqlParser.KW_CHANGE); - this.state = 4616; + this.state = 4606; this.match(MySqlParser.KW_REPLICATION); - this.state = 4617; + this.state = 4607; this.match(MySqlParser.KW_SOURCE); - this.state = 4618; + this.state = 4608; this.match(MySqlParser.KW_TO); - this.state = 4619; + this.state = 4609; this.replicationSourceOption(); - this.state = 4624; + this.state = 4614; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 4620; + this.state = 4610; this.match(MySqlParser.COMMA); - this.state = 4621; + this.state = 4611; this.replicationSourceOption(); } } - this.state = 4626; + this.state = 4616; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 4628; + this.state = 4618; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 65) { { - this.state = 4627; + this.state = 4617; this.channelOption(); } } @@ -26041,14 +26013,14 @@ export class MySqlParser extends SQLParserBase { } public purgeBinaryLogs(): PurgeBinaryLogsContext { let localContext = new PurgeBinaryLogsContext(this.context, this.state); - this.enterRule(localContext, 370, MySqlParser.RULE_purgeBinaryLogs); + this.enterRule(localContext, 368, MySqlParser.RULE_purgeBinaryLogs); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4630; + this.state = 4620; this.match(MySqlParser.KW_PURGE); - this.state = 4631; + this.state = 4621; localContext._purgeFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 228 || _la === 453)) { @@ -26058,24 +26030,24 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4632; + this.state = 4622; this.match(MySqlParser.KW_LOGS); - this.state = 4637; + this.state = 4627; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_TO: { - this.state = 4633; + this.state = 4623; this.match(MySqlParser.KW_TO); - this.state = 4634; + this.state = 4624; localContext._fileName = this.match(MySqlParser.STRING_LITERAL); } break; case MySqlParser.KW_BEFORE: { - this.state = 4635; + this.state = 4625; this.match(MySqlParser.KW_BEFORE); - this.state = 4636; + this.state = 4626; localContext._timeValue = this.match(MySqlParser.STRING_LITERAL); } break; @@ -26100,14 +26072,14 @@ export class MySqlParser extends SQLParserBase { } public startSlaveOrReplica(): StartSlaveOrReplicaContext { let localContext = new StartSlaveOrReplicaContext(this.context, this.state); - this.enterRule(localContext, 372, MySqlParser.RULE_startSlaveOrReplica); + this.enterRule(localContext, 370, MySqlParser.RULE_startSlaveOrReplica); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4639; + this.state = 4629; this.match(MySqlParser.KW_START); - this.state = 4640; + this.state = 4630; _la = this.tokenStream.LA(1); if(!(_la === 563 || _la === 598)) { this.errorHandler.recoverInline(this); @@ -26116,64 +26088,64 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4649; + this.state = 4639; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 438 || _la === 639) { { - this.state = 4641; + this.state = 4631; this.threadType(); - this.state = 4646; + this.state = 4636; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 4642; + this.state = 4632; this.match(MySqlParser.COMMA); - this.state = 4643; + this.state = 4633; this.threadType(); } } - this.state = 4648; + this.state = 4638; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 4653; + this.state = 4643; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 676) { { - this.state = 4651; + this.state = 4641; this.match(MySqlParser.KW_UNTIL); - this.state = 4652; + this.state = 4642; this.untilOption(); } } - this.state = 4658; + this.state = 4648; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 363 || _la === 529 || _la === 535 || _la === 678) { { { - this.state = 4655; + this.state = 4645; this.connectionOptions(); } } - this.state = 4660; + this.state = 4650; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 4662; + this.state = 4652; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 65) { { - this.state = 4661; + this.state = 4651; this.channelOption(); } } @@ -26196,14 +26168,14 @@ export class MySqlParser extends SQLParserBase { } public stopSlaveOrReplica(): StopSlaveOrReplicaContext { let localContext = new StopSlaveOrReplicaContext(this.context, this.state); - this.enterRule(localContext, 374, MySqlParser.RULE_stopSlaveOrReplica); + this.enterRule(localContext, 372, MySqlParser.RULE_stopSlaveOrReplica); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4664; + this.state = 4654; this.match(MySqlParser.KW_STOP); - this.state = 4665; + this.state = 4655; _la = this.tokenStream.LA(1); if(!(_la === 563 || _la === 598)) { this.errorHandler.recoverInline(this); @@ -26212,38 +26184,38 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4674; + this.state = 4664; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 438 || _la === 639) { { - this.state = 4666; + this.state = 4656; this.threadType(); - this.state = 4671; + this.state = 4661; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 4667; + this.state = 4657; this.match(MySqlParser.COMMA); - this.state = 4668; + this.state = 4658; this.threadType(); } } - this.state = 4673; + this.state = 4663; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 4677; + this.state = 4667; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 65) { { - this.state = 4676; + this.state = 4666; this.channelOption(); } } @@ -26266,57 +26238,57 @@ export class MySqlParser extends SQLParserBase { } public startGroupReplication(): StartGroupReplicationContext { let localContext = new StartGroupReplicationContext(this.context, this.state); - this.enterRule(localContext, 376, MySqlParser.RULE_startGroupReplication); + this.enterRule(localContext, 374, MySqlParser.RULE_startGroupReplication); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4679; + this.state = 4669; this.match(MySqlParser.KW_START); - this.state = 4680; + this.state = 4670; this.match(MySqlParser.KW_GROUP_REPLICATION); - this.state = 4684; + this.state = 4674; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 678) { { - this.state = 4681; + this.state = 4671; this.match(MySqlParser.KW_USER); - this.state = 4682; + this.state = 4672; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4683; + this.state = 4673; this.match(MySqlParser.STRING_LITERAL); } } - this.state = 4690; + this.state = 4680; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 674, this.context) ) { case 1: { - this.state = 4686; + this.state = 4676; this.match(MySqlParser.COMMA); - this.state = 4687; + this.state = 4677; this.match(MySqlParser.KW_PASSWORD); - this.state = 4688; + this.state = 4678; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4689; + this.state = 4679; this.match(MySqlParser.STRING_LITERAL); } break; } - this.state = 4696; + this.state = 4686; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 868) { { - this.state = 4692; + this.state = 4682; this.match(MySqlParser.COMMA); - this.state = 4693; + this.state = 4683; this.match(MySqlParser.KW_DEFAULT_AUTH); - this.state = 4694; + this.state = 4684; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4695; + this.state = 4685; this.match(MySqlParser.STRING_LITERAL); } } @@ -26339,13 +26311,13 @@ export class MySqlParser extends SQLParserBase { } public stopGroupReplication(): StopGroupReplicationContext { let localContext = new StopGroupReplicationContext(this.context, this.state); - this.enterRule(localContext, 378, MySqlParser.RULE_stopGroupReplication); + this.enterRule(localContext, 376, MySqlParser.RULE_stopGroupReplication); try { this.enterOuterAlt(localContext, 1); { - this.state = 4698; + this.state = 4688; this.match(MySqlParser.KW_STOP); - this.state = 4699; + this.state = 4689; this.match(MySqlParser.KW_GROUP_REPLICATION); } } @@ -26365,10 +26337,10 @@ export class MySqlParser extends SQLParserBase { } public masterOption(): MasterOptionContext { let localContext = new MasterOptionContext(this.context, this.state); - this.enterRule(localContext, 380, MySqlParser.RULE_masterOption); + this.enterRule(localContext, 378, MySqlParser.RULE_masterOption); let _la: number; try { - this.state = 4728; + this.state = 4718; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_MASTER_BIND: @@ -26392,11 +26364,11 @@ export class MySqlParser extends SQLParserBase { localContext = new MasterStringOptionContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 4701; + this.state = 4691; this.stringMasterOption(); - this.state = 4702; + this.state = 4692; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4703; + this.state = 4693; this.match(MySqlParser.STRING_LITERAL); } break; @@ -26411,11 +26383,11 @@ export class MySqlParser extends SQLParserBase { localContext = new MasterDecimalOptionContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 4705; + this.state = 4695; this.decimalMasterOption(); - this.state = 4706; + this.state = 4696; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4707; + this.state = 4697; this.decimalLiteral(); } break; @@ -26429,11 +26401,11 @@ export class MySqlParser extends SQLParserBase { localContext = new MasterBoolOptionContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 4709; + this.state = 4699; this.boolMasterOption(); - this.state = 4710; + this.state = 4700; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4711; + this.state = 4701; (localContext as MasterBoolOptionContext)._boolVal = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 871 || _la === 872)) { @@ -26451,7 +26423,7 @@ export class MySqlParser extends SQLParserBase { localContext = new V8AddMasterOptionContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 4713; + this.state = 4703; this.v8NewMasterOption(); } break; @@ -26459,39 +26431,39 @@ export class MySqlParser extends SQLParserBase { localContext = new MasterUidListOptionContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 4714; + this.state = 4704; this.match(MySqlParser.KW_IGNORE_SERVER_IDS); - this.state = 4715; + this.state = 4705; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4716; + this.state = 4706; this.match(MySqlParser.LR_BRACKET); - this.state = 4725; + this.state = 4715; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074302976) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18878481) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100679969) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 4717; + this.state = 4707; (localContext as MasterUidListOptionContext)._server_id = this.uid(); - this.state = 4722; + this.state = 4712; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 4718; + this.state = 4708; this.match(MySqlParser.COMMA); - this.state = 4719; + this.state = 4709; (localContext as MasterUidListOptionContext)._server_id = this.uid(); } } - this.state = 4724; + this.state = 4714; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 4727; + this.state = 4717; this.match(MySqlParser.RR_BRACKET); } break; @@ -26515,12 +26487,12 @@ export class MySqlParser extends SQLParserBase { } public stringMasterOption(): StringMasterOptionContext { let localContext = new StringMasterOptionContext(this.context, this.state); - this.enterRule(localContext, 382, MySqlParser.RULE_stringMasterOption); + this.enterRule(localContext, 380, MySqlParser.RULE_stringMasterOption); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4730; + this.state = 4720; _la = this.tokenStream.LA(1); if(!(_la === 108 || ((((_la - 455)) & ~0x1F) === 0 && ((1 << (_la - 455)) & 4190897) !== 0) || _la === 499 || _la === 557)) { this.errorHandler.recoverInline(this); @@ -26547,12 +26519,12 @@ export class MySqlParser extends SQLParserBase { } public decimalMasterOption(): DecimalMasterOptionContext { let localContext = new DecimalMasterOptionContext(this.context, this.state); - this.enterRule(localContext, 384, MySqlParser.RULE_decimalMasterOption); + this.enterRule(localContext, 382, MySqlParser.RULE_decimalMasterOption); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4732; + this.state = 4722; _la = this.tokenStream.LA(1); if(!(((((_la - 456)) & ~0x1F) === 0 && ((1 << (_la - 456)) & 2097831) !== 0) || _la === 558)) { this.errorHandler.recoverInline(this); @@ -26579,12 +26551,12 @@ export class MySqlParser extends SQLParserBase { } public boolMasterOption(): BoolMasterOptionContext { let localContext = new BoolMasterOptionContext(this.context, this.state); - this.enterRule(localContext, 386, MySqlParser.RULE_boolMasterOption); + this.enterRule(localContext, 384, MySqlParser.RULE_boolMasterOption); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4734; + this.state = 4724; _la = this.tokenStream.LA(1); if(!(_la === 109 || _la === 411 || _la === 416 || _la === 454 || _la === 466 || _la === 573 || _la === 617)) { this.errorHandler.recoverInline(this); @@ -26611,20 +26583,20 @@ export class MySqlParser extends SQLParserBase { } public v8NewMasterOption(): V8NewMasterOptionContext { let localContext = new V8NewMasterOptionContext(this.context, this.state); - this.enterRule(localContext, 388, MySqlParser.RULE_v8NewMasterOption); + this.enterRule(localContext, 386, MySqlParser.RULE_v8NewMasterOption); let _la: number; try { - this.state = 4749; + this.state = 4739; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_PRIVILEGE_CHECKS_USER: this.enterOuterAlt(localContext, 1); { - this.state = 4736; + this.state = 4726; this.match(MySqlParser.KW_PRIVILEGE_CHECKS_USER); - this.state = 4737; + this.state = 4727; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4738; + this.state = 4728; _la = this.tokenStream.LA(1); if(!(_la === 116 || _la === 882)) { this.errorHandler.recoverInline(this); @@ -26638,11 +26610,11 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_REQUIRE_TABLE_PRIMARY_KEY_CHECK: this.enterOuterAlt(localContext, 2); { - this.state = 4739; + this.state = 4729; this.match(MySqlParser.KW_REQUIRE_TABLE_PRIMARY_KEY_CHECK); - this.state = 4740; + this.state = 4730; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4741; + this.state = 4731; _la = this.tokenStream.LA(1); if(!(_la === 118 || _la === 119 || _la === 507)) { this.errorHandler.recoverInline(this); @@ -26656,22 +26628,22 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_ASSIGN_GTIDS_TO_ANONYMOUS_TRANSACTIONS: this.enterOuterAlt(localContext, 3); { - this.state = 4742; + this.state = 4732; this.match(MySqlParser.KW_ASSIGN_GTIDS_TO_ANONYMOUS_TRANSACTIONS); - this.state = 4743; + this.state = 4733; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4747; + this.state = 4737; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_OFF: { - this.state = 4744; + this.state = 4734; this.match(MySqlParser.KW_OFF); } break; case MySqlParser.KW_LOCAL: { - this.state = 4745; + this.state = 4735; this.match(MySqlParser.KW_LOCAL); } break; @@ -26683,7 +26655,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.DECIMAL_LITERAL: case MySqlParser.REAL_LITERAL: { - this.state = 4746; + this.state = 4736; this.gtuidSet(); } break; @@ -26712,10 +26684,10 @@ export class MySqlParser extends SQLParserBase { } public replicationSourceOption(): ReplicationSourceOptionContext { let localContext = new ReplicationSourceOptionContext(this.context, this.state); - this.enterRule(localContext, 390, MySqlParser.RULE_replicationSourceOption); + this.enterRule(localContext, 388, MySqlParser.RULE_replicationSourceOption); let _la: number; try { - this.state = 4778; + this.state = 4768; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_NETWORK_NAMESPACE: @@ -26739,11 +26711,11 @@ export class MySqlParser extends SQLParserBase { localContext = new SourceStringOptionContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 4751; + this.state = 4741; this.stringSourceOption(); - this.state = 4752; + this.state = 4742; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4753; + this.state = 4743; this.match(MySqlParser.STRING_LITERAL); } break; @@ -26758,11 +26730,11 @@ export class MySqlParser extends SQLParserBase { localContext = new SourceDecimalOptionContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 4755; + this.state = 4745; this.decimalSourceOption(); - this.state = 4756; + this.state = 4746; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4757; + this.state = 4747; this.decimalLiteral(); } break; @@ -26776,11 +26748,11 @@ export class MySqlParser extends SQLParserBase { localContext = new SourceBoolOptionContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 4759; + this.state = 4749; this.boolSourceOption(); - this.state = 4760; + this.state = 4750; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4761; + this.state = 4751; (localContext as SourceBoolOptionContext)._boolVal = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 871 || _la === 872)) { @@ -26798,7 +26770,7 @@ export class MySqlParser extends SQLParserBase { localContext = new SourceOtherOptionContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 4763; + this.state = 4753; this.otherSourceOption(); } break; @@ -26806,39 +26778,39 @@ export class MySqlParser extends SQLParserBase { localContext = new SourceUidListOptionContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 4764; + this.state = 4754; this.match(MySqlParser.KW_IGNORE_SERVER_IDS); - this.state = 4765; + this.state = 4755; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4766; + this.state = 4756; this.match(MySqlParser.LR_BRACKET); - this.state = 4775; + this.state = 4765; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074302976) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18878481) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100679969) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 4767; + this.state = 4757; (localContext as SourceUidListOptionContext)._server_id = this.uid(); - this.state = 4772; + this.state = 4762; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 4768; + this.state = 4758; this.match(MySqlParser.COMMA); - this.state = 4769; + this.state = 4759; (localContext as SourceUidListOptionContext)._server_id = this.uid(); } } - this.state = 4774; + this.state = 4764; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 4777; + this.state = 4767; this.match(MySqlParser.RR_BRACKET); } break; @@ -26862,12 +26834,12 @@ export class MySqlParser extends SQLParserBase { } public stringSourceOption(): StringSourceOptionContext { let localContext = new StringSourceOptionContext(this.context, this.state); - this.enterRule(localContext, 392, MySqlParser.RULE_stringSourceOption); + this.enterRule(localContext, 390, MySqlParser.RULE_stringSourceOption); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4780; + this.state = 4770; _la = this.tokenStream.LA(1); if(!(_la === 499 || _la === 557 || ((((_la - 606)) & ~0x1F) === 0 && ((1 << (_la - 606)) & 125771823) !== 0))) { this.errorHandler.recoverInline(this); @@ -26894,12 +26866,12 @@ export class MySqlParser extends SQLParserBase { } public decimalSourceOption(): DecimalSourceOptionContext { let localContext = new DecimalSourceOptionContext(this.context, this.state); - this.enterRule(localContext, 394, MySqlParser.RULE_decimalSourceOption); + this.enterRule(localContext, 392, MySqlParser.RULE_decimalSourceOption); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4782; + this.state = 4772; _la = this.tokenStream.LA(1); if(!(_la === 558 || ((((_la - 610)) & ~0x1F) === 0 && ((1 << (_la - 610)) & 1397) !== 0))) { this.errorHandler.recoverInline(this); @@ -26926,12 +26898,12 @@ export class MySqlParser extends SQLParserBase { } public boolSourceOption(): BoolSourceOptionContext { let localContext = new BoolSourceOptionContext(this.context, this.state); - this.enterRule(localContext, 396, MySqlParser.RULE_boolSourceOption); + this.enterRule(localContext, 394, MySqlParser.RULE_boolSourceOption); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4784; + this.state = 4774; _la = this.tokenStream.LA(1); if(!(_la === 412 || _la === 416 || _la === 573 || ((((_la - 613)) & ~0x1F) === 0 && ((1 << (_la - 613)) & 65809) !== 0))) { this.errorHandler.recoverInline(this); @@ -26958,20 +26930,20 @@ export class MySqlParser extends SQLParserBase { } public otherSourceOption(): OtherSourceOptionContext { let localContext = new OtherSourceOptionContext(this.context, this.state); - this.enterRule(localContext, 398, MySqlParser.RULE_otherSourceOption); + this.enterRule(localContext, 396, MySqlParser.RULE_otherSourceOption); let _la: number; try { - this.state = 4799; + this.state = 4789; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_PRIVILEGE_CHECKS_USER: this.enterOuterAlt(localContext, 1); { - this.state = 4786; + this.state = 4776; this.match(MySqlParser.KW_PRIVILEGE_CHECKS_USER); - this.state = 4787; + this.state = 4777; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4788; + this.state = 4778; _la = this.tokenStream.LA(1); if(!(_la === 116 || _la === 882)) { this.errorHandler.recoverInline(this); @@ -26985,11 +26957,11 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_REQUIRE_TABLE_PRIMARY_KEY_CHECK: this.enterOuterAlt(localContext, 2); { - this.state = 4789; + this.state = 4779; this.match(MySqlParser.KW_REQUIRE_TABLE_PRIMARY_KEY_CHECK); - this.state = 4790; + this.state = 4780; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4791; + this.state = 4781; _la = this.tokenStream.LA(1); if(!(_la === 70 || _la === 118 || _la === 119 || _la === 507)) { this.errorHandler.recoverInline(this); @@ -27003,22 +26975,22 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_ASSIGN_GTIDS_TO_ANONYMOUS_TRANSACTIONS: this.enterOuterAlt(localContext, 3); { - this.state = 4792; + this.state = 4782; this.match(MySqlParser.KW_ASSIGN_GTIDS_TO_ANONYMOUS_TRANSACTIONS); - this.state = 4793; + this.state = 4783; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4797; + this.state = 4787; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_OFF: { - this.state = 4794; + this.state = 4784; this.match(MySqlParser.KW_OFF); } break; case MySqlParser.KW_LOCAL: { - this.state = 4795; + this.state = 4785; this.match(MySqlParser.KW_LOCAL); } break; @@ -27030,7 +27002,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.DECIMAL_LITERAL: case MySqlParser.REAL_LITERAL: { - this.state = 4796; + this.state = 4786; this.gtuidSet(); } break; @@ -27059,15 +27031,15 @@ export class MySqlParser extends SQLParserBase { } public channelOption(): ChannelOptionContext { let localContext = new ChannelOptionContext(this.context, this.state); - this.enterRule(localContext, 400, MySqlParser.RULE_channelOption); + this.enterRule(localContext, 398, MySqlParser.RULE_channelOption); try { this.enterOuterAlt(localContext, 1); { - this.state = 4801; + this.state = 4791; this.match(MySqlParser.KW_FOR); - this.state = 4802; + this.state = 4792; this.match(MySqlParser.KW_CHANNEL); - this.state = 4803; + this.state = 4793; this.match(MySqlParser.STRING_LITERAL); } } @@ -27087,41 +27059,41 @@ export class MySqlParser extends SQLParserBase { } public replicationFilter(): ReplicationFilterContext { let localContext = new ReplicationFilterContext(this.context, this.state); - this.enterRule(localContext, 402, MySqlParser.RULE_replicationFilter); + this.enterRule(localContext, 400, MySqlParser.RULE_replicationFilter); let _la: number; try { - this.state = 4868; + this.state = 4858; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_REPLICATE_DO_DB: localContext = new DoDbReplicationContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 4805; + this.state = 4795; this.match(MySqlParser.KW_REPLICATE_DO_DB); - this.state = 4806; + this.state = 4796; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4807; + this.state = 4797; this.match(MySqlParser.LR_BRACKET); - this.state = 4808; + this.state = 4798; this.databaseName(); - this.state = 4813; + this.state = 4803; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 4809; + this.state = 4799; this.match(MySqlParser.COMMA); - this.state = 4810; + this.state = 4800; this.databaseName(); } } - this.state = 4815; + this.state = 4805; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 4816; + this.state = 4806; this.match(MySqlParser.RR_BRACKET); } break; @@ -27129,31 +27101,31 @@ export class MySqlParser extends SQLParserBase { localContext = new IgnoreDbReplicationContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 4818; + this.state = 4808; this.match(MySqlParser.KW_REPLICATE_IGNORE_DB); - this.state = 4819; + this.state = 4809; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4820; + this.state = 4810; this.match(MySqlParser.LR_BRACKET); - this.state = 4821; + this.state = 4811; this.databaseName(); - this.state = 4826; + this.state = 4816; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 4822; + this.state = 4812; this.match(MySqlParser.COMMA); - this.state = 4823; + this.state = 4813; this.databaseName(); } } - this.state = 4828; + this.state = 4818; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 4829; + this.state = 4819; this.match(MySqlParser.RR_BRACKET); } break; @@ -27161,15 +27133,15 @@ export class MySqlParser extends SQLParserBase { localContext = new DoTableReplicationContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 4831; + this.state = 4821; this.match(MySqlParser.KW_REPLICATE_DO_TABLE); - this.state = 4832; + this.state = 4822; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4833; + this.state = 4823; this.match(MySqlParser.LR_BRACKET); - this.state = 4834; + this.state = 4824; this.tableNames(); - this.state = 4835; + this.state = 4825; this.match(MySqlParser.RR_BRACKET); } break; @@ -27177,15 +27149,15 @@ export class MySqlParser extends SQLParserBase { localContext = new IgnoreTableReplicationContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 4837; + this.state = 4827; this.match(MySqlParser.KW_REPLICATE_IGNORE_TABLE); - this.state = 4838; + this.state = 4828; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4839; + this.state = 4829; this.match(MySqlParser.LR_BRACKET); - this.state = 4840; + this.state = 4830; this.tableNames(); - this.state = 4841; + this.state = 4831; this.match(MySqlParser.RR_BRACKET); } break; @@ -27193,15 +27165,15 @@ export class MySqlParser extends SQLParserBase { localContext = new WildDoTableReplicationContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 4843; + this.state = 4833; this.match(MySqlParser.KW_REPLICATE_WILD_DO_TABLE); - this.state = 4844; + this.state = 4834; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4845; + this.state = 4835; this.match(MySqlParser.LR_BRACKET); - this.state = 4846; + this.state = 4836; this.simpleStrings(); - this.state = 4847; + this.state = 4837; this.match(MySqlParser.RR_BRACKET); } break; @@ -27209,15 +27181,15 @@ export class MySqlParser extends SQLParserBase { localContext = new WildIgnoreTableReplicationContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 4849; + this.state = 4839; this.match(MySqlParser.KW_REPLICATE_WILD_IGNORE_TABLE); - this.state = 4850; + this.state = 4840; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4851; + this.state = 4841; this.match(MySqlParser.LR_BRACKET); - this.state = 4852; + this.state = 4842; this.simpleStrings(); - this.state = 4853; + this.state = 4843; this.match(MySqlParser.RR_BRACKET); } break; @@ -27225,31 +27197,31 @@ export class MySqlParser extends SQLParserBase { localContext = new RewriteDbReplicationContext(localContext); this.enterOuterAlt(localContext, 7); { - this.state = 4855; + this.state = 4845; this.match(MySqlParser.KW_REPLICATE_REWRITE_DB); - this.state = 4856; + this.state = 4846; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4857; + this.state = 4847; this.match(MySqlParser.LR_BRACKET); - this.state = 4858; + this.state = 4848; this.tablePair(); - this.state = 4863; + this.state = 4853; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 4859; + this.state = 4849; this.match(MySqlParser.COMMA); - this.state = 4860; + this.state = 4850; this.tablePair(); } } - this.state = 4865; + this.state = 4855; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 4866; + this.state = 4856; this.match(MySqlParser.RR_BRACKET); } break; @@ -27273,19 +27245,19 @@ export class MySqlParser extends SQLParserBase { } public tablePair(): TablePairContext { let localContext = new TablePairContext(this.context, this.state); - this.enterRule(localContext, 404, MySqlParser.RULE_tablePair); + this.enterRule(localContext, 402, MySqlParser.RULE_tablePair); try { this.enterOuterAlt(localContext, 1); { - this.state = 4870; + this.state = 4860; this.match(MySqlParser.LR_BRACKET); - this.state = 4871; + this.state = 4861; localContext._firstTable = this.tableName(); - this.state = 4872; + this.state = 4862; this.match(MySqlParser.COMMA); - this.state = 4873; + this.state = 4863; localContext._secondTable = this.tableName(); - this.state = 4874; + this.state = 4864; this.match(MySqlParser.RR_BRACKET); } } @@ -27305,12 +27277,12 @@ export class MySqlParser extends SQLParserBase { } public threadType(): ThreadTypeContext { let localContext = new ThreadTypeContext(this.context, this.state); - this.enterRule(localContext, 406, MySqlParser.RULE_threadType); + this.enterRule(localContext, 404, MySqlParser.RULE_threadType); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4876; + this.state = 4866; _la = this.tokenStream.LA(1); if(!(_la === 438 || _la === 639)) { this.errorHandler.recoverInline(this); @@ -27337,10 +27309,10 @@ export class MySqlParser extends SQLParserBase { } public untilOption(): UntilOptionContext { let localContext = new UntilOptionContext(this.context, this.state); - this.enterRule(localContext, 408, MySqlParser.RULE_untilOption); + this.enterRule(localContext, 406, MySqlParser.RULE_untilOption); let _la: number; try { - this.state = 4903; + this.state = 4893; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_SQL_AFTER_GTIDS: @@ -27348,7 +27320,7 @@ export class MySqlParser extends SQLParserBase { localContext = new GtidsUntilOptionContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 4878; + this.state = 4868; (localContext as GtidsUntilOptionContext)._gtids = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 633 || _la === 635)) { @@ -27358,9 +27330,9 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4879; + this.state = 4869; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4880; + this.state = 4870; this.gtuidSet(); } break; @@ -27368,19 +27340,19 @@ export class MySqlParser extends SQLParserBase { localContext = new MasterLogUntilOptionContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 4881; + this.state = 4871; this.match(MySqlParser.KW_MASTER_LOG_FILE); - this.state = 4882; + this.state = 4872; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4883; + this.state = 4873; this.match(MySqlParser.STRING_LITERAL); - this.state = 4884; + this.state = 4874; this.match(MySqlParser.COMMA); - this.state = 4885; + this.state = 4875; this.match(MySqlParser.KW_MASTER_LOG_POS); - this.state = 4886; + this.state = 4876; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4887; + this.state = 4877; this.decimalLiteral(); } break; @@ -27388,19 +27360,19 @@ export class MySqlParser extends SQLParserBase { localContext = new SourceLogUntilOptionContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 4888; + this.state = 4878; this.match(MySqlParser.KW_SOURCE_LOG_FILE); - this.state = 4889; + this.state = 4879; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4890; + this.state = 4880; this.match(MySqlParser.STRING_LITERAL); - this.state = 4891; + this.state = 4881; this.match(MySqlParser.COMMA); - this.state = 4892; + this.state = 4882; this.match(MySqlParser.KW_SOURCE_LOG_POS); - this.state = 4893; + this.state = 4883; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4894; + this.state = 4884; this.decimalLiteral(); } break; @@ -27408,19 +27380,19 @@ export class MySqlParser extends SQLParserBase { localContext = new RelayLogUntilOptionContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 4895; + this.state = 4885; this.match(MySqlParser.KW_RELAY_LOG_FILE); - this.state = 4896; + this.state = 4886; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4897; + this.state = 4887; this.match(MySqlParser.STRING_LITERAL); - this.state = 4898; + this.state = 4888; this.match(MySqlParser.COMMA); - this.state = 4899; + this.state = 4889; this.match(MySqlParser.KW_RELAY_LOG_POS); - this.state = 4900; + this.state = 4890; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4901; + this.state = 4891; this.decimalLiteral(); } break; @@ -27428,7 +27400,7 @@ export class MySqlParser extends SQLParserBase { localContext = new SqlGapsUntilOptionContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 4902; + this.state = 4892; this.match(MySqlParser.KW_SQL_AFTER_MTS_GAPS); } break; @@ -27452,20 +27424,20 @@ export class MySqlParser extends SQLParserBase { } public connectionOptions(): ConnectionOptionsContext { let localContext = new ConnectionOptionsContext(this.context, this.state); - this.enterRule(localContext, 410, MySqlParser.RULE_connectionOptions); + this.enterRule(localContext, 408, MySqlParser.RULE_connectionOptions); try { - this.state = 4917; + this.state = 4907; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_USER: localContext = new UserConnectionOptionContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 4905; + this.state = 4895; this.match(MySqlParser.KW_USER); - this.state = 4906; + this.state = 4896; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4907; + this.state = 4897; (localContext as UserConnectionOptionContext)._conOptUser = this.match(MySqlParser.STRING_LITERAL); } break; @@ -27473,11 +27445,11 @@ export class MySqlParser extends SQLParserBase { localContext = new PasswordConnectionOptionContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 4908; + this.state = 4898; this.match(MySqlParser.KW_PASSWORD); - this.state = 4909; + this.state = 4899; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4910; + this.state = 4900; (localContext as PasswordConnectionOptionContext)._conOptPassword = this.match(MySqlParser.STRING_LITERAL); } break; @@ -27485,11 +27457,11 @@ export class MySqlParser extends SQLParserBase { localContext = new DefaultAuthConnectionOptionContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 4911; + this.state = 4901; this.match(MySqlParser.KW_DEFAULT_AUTH); - this.state = 4912; + this.state = 4902; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4913; + this.state = 4903; (localContext as DefaultAuthConnectionOptionContext)._conOptDefAuth = this.match(MySqlParser.STRING_LITERAL); } break; @@ -27497,11 +27469,11 @@ export class MySqlParser extends SQLParserBase { localContext = new PluginDirConnectionOptionContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 4914; + this.state = 4904; this.match(MySqlParser.KW_PLUGIN_DIR); - this.state = 4915; + this.state = 4905; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 4916; + this.state = 4906; (localContext as PluginDirConnectionOptionContext)._conOptPluginDir = this.match(MySqlParser.STRING_LITERAL); } break; @@ -27525,10 +27497,10 @@ export class MySqlParser extends SQLParserBase { } public gtuidSet(): GtuidSetContext { let localContext = new GtuidSetContext(this.context, this.state); - this.enterRule(localContext, 412, MySqlParser.RULE_gtuidSet); + this.enterRule(localContext, 410, MySqlParser.RULE_gtuidSet); try { let alternative: number; - this.state = 4928; + this.state = 4918; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.ZERO_DECIMAL: @@ -27539,23 +27511,23 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.REAL_LITERAL: this.enterOuterAlt(localContext, 1); { - this.state = 4919; + this.state = 4909; this.uuidSet(); - this.state = 4924; + this.state = 4914; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 692, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 4920; + this.state = 4910; this.match(MySqlParser.COMMA); - this.state = 4921; + this.state = 4911; this.uuidSet(); } } } - this.state = 4926; + this.state = 4916; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 692, this.context); } @@ -27564,7 +27536,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.STRING_LITERAL: this.enterOuterAlt(localContext, 2); { - this.state = 4927; + this.state = 4917; this.match(MySqlParser.STRING_LITERAL); } break; @@ -27588,14 +27560,14 @@ export class MySqlParser extends SQLParserBase { } public xaStartTransaction(): XaStartTransactionContext { let localContext = new XaStartTransactionContext(this.context, this.state); - this.enterRule(localContext, 414, MySqlParser.RULE_xaStartTransaction); + this.enterRule(localContext, 412, MySqlParser.RULE_xaStartTransaction); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4930; + this.state = 4920; this.match(MySqlParser.KW_XA); - this.state = 4931; + this.state = 4921; localContext._xaStart = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 317 || _la === 640)) { @@ -27605,14 +27577,14 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4932; + this.state = 4922; this.xid(); - this.state = 4934; + this.state = 4924; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 91 || _la === 577) { { - this.state = 4933; + this.state = 4923; localContext._xaAction = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 91 || _la === 577)) { @@ -27643,32 +27615,32 @@ export class MySqlParser extends SQLParserBase { } public xaEndTransaction(): XaEndTransactionContext { let localContext = new XaEndTransactionContext(this.context, this.state); - this.enterRule(localContext, 416, MySqlParser.RULE_xaEndTransaction); + this.enterRule(localContext, 414, MySqlParser.RULE_xaEndTransaction); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4936; + this.state = 4926; this.match(MySqlParser.KW_XA); - this.state = 4937; + this.state = 4927; this.match(MySqlParser.KW_END); - this.state = 4938; + this.state = 4928; this.xid(); - this.state = 4944; + this.state = 4934; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 654) { { - this.state = 4939; + this.state = 4929; this.match(MySqlParser.KW_SUSPEND); - this.state = 4942; + this.state = 4932; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 65) { { - this.state = 4940; + this.state = 4930; this.match(MySqlParser.KW_FOR); - this.state = 4941; + this.state = 4931; this.match(MySqlParser.KW_MIGRATE); } } @@ -27694,15 +27666,15 @@ export class MySqlParser extends SQLParserBase { } public xaPrepareStatement(): XaPrepareStatementContext { let localContext = new XaPrepareStatementContext(this.context, this.state); - this.enterRule(localContext, 418, MySqlParser.RULE_xaPrepareStatement); + this.enterRule(localContext, 416, MySqlParser.RULE_xaPrepareStatement); try { this.enterOuterAlt(localContext, 1); { - this.state = 4946; + this.state = 4936; this.match(MySqlParser.KW_XA); - this.state = 4947; + this.state = 4937; this.match(MySqlParser.KW_PREPARE); - this.state = 4948; + this.state = 4938; this.xid(); } } @@ -27722,25 +27694,25 @@ export class MySqlParser extends SQLParserBase { } public xaCommitWork(): XaCommitWorkContext { let localContext = new XaCommitWorkContext(this.context, this.state); - this.enterRule(localContext, 420, MySqlParser.RULE_xaCommitWork); + this.enterRule(localContext, 418, MySqlParser.RULE_xaCommitWork); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4950; + this.state = 4940; this.match(MySqlParser.KW_XA); - this.state = 4951; + this.state = 4941; this.match(MySqlParser.KW_COMMIT); - this.state = 4952; + this.state = 4942; this.xid(); - this.state = 4955; + this.state = 4945; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 513) { { - this.state = 4953; + this.state = 4943; this.match(MySqlParser.KW_ONE); - this.state = 4954; + this.state = 4944; this.match(MySqlParser.KW_PHASE); } } @@ -27763,15 +27735,15 @@ export class MySqlParser extends SQLParserBase { } public xaRollbackWork(): XaRollbackWorkContext { let localContext = new XaRollbackWorkContext(this.context, this.state); - this.enterRule(localContext, 422, MySqlParser.RULE_xaRollbackWork); + this.enterRule(localContext, 420, MySqlParser.RULE_xaRollbackWork); try { this.enterOuterAlt(localContext, 1); { - this.state = 4957; + this.state = 4947; this.match(MySqlParser.KW_XA); - this.state = 4958; + this.state = 4948; this.match(MySqlParser.KW_ROLLBACK); - this.state = 4959; + this.state = 4949; this.xid(); } } @@ -27791,23 +27763,23 @@ export class MySqlParser extends SQLParserBase { } public xaRecoverWork(): XaRecoverWorkContext { let localContext = new XaRecoverWorkContext(this.context, this.state); - this.enterRule(localContext, 424, MySqlParser.RULE_xaRecoverWork); + this.enterRule(localContext, 422, MySqlParser.RULE_xaRecoverWork); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4961; + this.state = 4951; this.match(MySqlParser.KW_XA); - this.state = 4962; + this.state = 4952; this.match(MySqlParser.KW_RECOVER); - this.state = 4965; + this.state = 4955; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 33) { { - this.state = 4963; + this.state = 4953; this.match(MySqlParser.KW_CONVERT); - this.state = 4964; + this.state = 4954; this.xid(); } } @@ -27830,28 +27802,28 @@ export class MySqlParser extends SQLParserBase { } public prepareStatement(): PrepareStatementContext { let localContext = new PrepareStatementContext(this.context, this.state); - this.enterRule(localContext, 426, MySqlParser.RULE_prepareStatement); + this.enterRule(localContext, 424, MySqlParser.RULE_prepareStatement); try { this.enterOuterAlt(localContext, 1); { - this.state = 4967; + this.state = 4957; this.match(MySqlParser.KW_PREPARE); - this.state = 4968; + this.state = 4958; localContext._stmt_name = this.uid(); - this.state = 4969; + this.state = 4959; this.match(MySqlParser.KW_FROM); - this.state = 4972; + this.state = 4962; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.STRING_LITERAL: { - this.state = 4970; + this.state = 4960; localContext._query = this.match(MySqlParser.STRING_LITERAL); } break; case MySqlParser.LOCAL_ID: { - this.state = 4971; + this.state = 4961; localContext._variable = this.match(MySqlParser.LOCAL_ID); } break; @@ -27876,23 +27848,23 @@ export class MySqlParser extends SQLParserBase { } public executeStatement(): ExecuteStatementContext { let localContext = new ExecuteStatementContext(this.context, this.state); - this.enterRule(localContext, 428, MySqlParser.RULE_executeStatement); + this.enterRule(localContext, 426, MySqlParser.RULE_executeStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4974; + this.state = 4964; this.match(MySqlParser.KW_EXECUTE); - this.state = 4975; + this.state = 4965; localContext._stmt_name = this.uid(); - this.state = 4978; + this.state = 4968; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 188) { { - this.state = 4976; + this.state = 4966; this.match(MySqlParser.KW_USING); - this.state = 4977; + this.state = 4967; this.userVariables(); } } @@ -27915,12 +27887,12 @@ export class MySqlParser extends SQLParserBase { } public deallocatePrepare(): DeallocatePrepareContext { let localContext = new DeallocatePrepareContext(this.context, this.state); - this.enterRule(localContext, 430, MySqlParser.RULE_deallocatePrepare); + this.enterRule(localContext, 428, MySqlParser.RULE_deallocatePrepare); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4980; + this.state = 4970; localContext._dropFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 51 || _la === 362)) { @@ -27930,9 +27902,9 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4981; + this.state = 4971; this.match(MySqlParser.KW_PREPARE); - this.state = 4982; + this.state = 4972; localContext._stmt_name = this.uid(); } } @@ -27952,22 +27924,22 @@ export class MySqlParser extends SQLParserBase { } public routineBody(): RoutineBodyContext { let localContext = new RoutineBodyContext(this.context, this.state); - this.enterRule(localContext, 432, MySqlParser.RULE_routineBody); + this.enterRule(localContext, 430, MySqlParser.RULE_routineBody); try { - this.state = 4986; + this.state = 4976; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 701, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4984; + this.state = 4974; this.blockStatement(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4985; + this.state = 4975; this.sqlStatement(); } break; @@ -27989,120 +27961,120 @@ export class MySqlParser extends SQLParserBase { } public blockStatement(): BlockStatementContext { let localContext = new BlockStatementContext(this.context, this.state); - this.enterRule(localContext, 434, MySqlParser.RULE_blockStatement); + this.enterRule(localContext, 432, MySqlParser.RULE_blockStatement); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 4991; + this.state = 4981; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 702, this.context) ) { case 1: { - this.state = 4988; + this.state = 4978; localContext._begin = this.uid(); - this.state = 4989; + this.state = 4979; this.match(MySqlParser.COLON_SYMB); } break; } - this.state = 4993; + this.state = 4983; this.match(MySqlParser.KW_BEGIN); - this.state = 4999; + this.state = 4989; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 703, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 4994; + this.state = 4984; this.declareVariable(); - this.state = 4995; + this.state = 4985; this.match(MySqlParser.SEMI); } } } - this.state = 5001; + this.state = 4991; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 703, this.context); } - this.state = 5007; + this.state = 4997; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 704, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 5002; + this.state = 4992; this.declareCondition(); - this.state = 5003; + this.state = 4993; this.match(MySqlParser.SEMI); } } } - this.state = 5009; + this.state = 4999; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 704, this.context); } - this.state = 5015; + this.state = 5005; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 705, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 5010; + this.state = 5000; this.declareCursor(); - this.state = 5011; + this.state = 5001; this.match(MySqlParser.SEMI); } } } - this.state = 5017; + this.state = 5007; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 705, this.context); } - this.state = 5023; + this.state = 5013; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 41) { { { - this.state = 5018; + this.state = 5008; this.declareHandler(); - this.state = 5019; + this.state = 5009; this.match(MySqlParser.SEMI); } } - this.state = 5025; + this.state = 5015; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 5029; + this.state = 5019; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 707, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 5026; + this.state = 5016; this.procedureSqlStatement(); } } } - this.state = 5031; + this.state = 5021; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 707, this.context); } - this.state = 5032; + this.state = 5022; this.match(MySqlParser.KW_END); - this.state = 5034; + this.state = 5024; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 708, this.context) ) { case 1: { - this.state = 5033; + this.state = 5023; localContext._end = this.uid(); } break; @@ -28125,52 +28097,52 @@ export class MySqlParser extends SQLParserBase { } public caseStatement(): CaseStatementContext { let localContext = new CaseStatementContext(this.context, this.state); - this.enterRule(localContext, 436, MySqlParser.RULE_caseStatement); + this.enterRule(localContext, 434, MySqlParser.RULE_caseStatement); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 5036; + this.state = 5026; this.match(MySqlParser.KW_CASE); - this.state = 5039; + this.state = 5029; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 709, this.context) ) { case 1: { - this.state = 5037; + this.state = 5027; localContext._case_value = this.uid(); } break; case 2: { - this.state = 5038; + this.state = 5028; this.expression(0); } break; } - this.state = 5042; + this.state = 5032; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 5041; + this.state = 5031; this.caseAlternative(); } } - this.state = 5044; + this.state = 5034; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 191); - this.state = 5052; + this.state = 5042; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53) { { - this.state = 5046; + this.state = 5036; this.match(MySqlParser.KW_ELSE); - this.state = 5048; + this.state = 5038; this.errorHandler.sync(this); alternative = 1; do { @@ -28178,7 +28150,7 @@ export class MySqlParser extends SQLParserBase { case 1: { { - this.state = 5047; + this.state = 5037; this.procedureSqlStatement(); } } @@ -28186,16 +28158,16 @@ export class MySqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 5050; + this.state = 5040; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 711, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } - this.state = 5054; + this.state = 5044; this.match(MySqlParser.KW_END); - this.state = 5055; + this.state = 5045; this.match(MySqlParser.KW_CASE); } } @@ -28215,19 +28187,19 @@ export class MySqlParser extends SQLParserBase { } public ifStatement(): IfStatementContext { let localContext = new IfStatementContext(this.context, this.state); - this.enterRule(localContext, 438, MySqlParser.RULE_ifStatement); + this.enterRule(localContext, 436, MySqlParser.RULE_ifStatement); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 5057; + this.state = 5047; this.match(MySqlParser.KW_IF); - this.state = 5058; + this.state = 5048; this.expression(0); - this.state = 5059; + this.state = 5049; this.match(MySqlParser.KW_THEN); - this.state = 5061; + this.state = 5051; this.errorHandler.sync(this); alternative = 1; do { @@ -28235,7 +28207,7 @@ export class MySqlParser extends SQLParserBase { case 1: { { - this.state = 5060; + this.state = 5050; localContext._procedureSqlStatement = this.procedureSqlStatement(); localContext._thenStatements.push(localContext._procedureSqlStatement); } @@ -28244,32 +28216,32 @@ export class MySqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 5063; + this.state = 5053; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 713, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); - this.state = 5068; + this.state = 5058; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 54) { { { - this.state = 5065; + this.state = 5055; this.elseIfAlternative(); } } - this.state = 5070; + this.state = 5060; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 5077; + this.state = 5067; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53) { { - this.state = 5071; + this.state = 5061; this.match(MySqlParser.KW_ELSE); - this.state = 5073; + this.state = 5063; this.errorHandler.sync(this); alternative = 1; do { @@ -28277,7 +28249,7 @@ export class MySqlParser extends SQLParserBase { case 1: { { - this.state = 5072; + this.state = 5062; localContext._procedureSqlStatement = this.procedureSqlStatement(); localContext._elseStatements.push(localContext._procedureSqlStatement); } @@ -28286,16 +28258,16 @@ export class MySqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 5075; + this.state = 5065; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 715, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } - this.state = 5079; + this.state = 5069; this.match(MySqlParser.KW_END); - this.state = 5080; + this.state = 5070; this.match(MySqlParser.KW_IF); } } @@ -28315,13 +28287,13 @@ export class MySqlParser extends SQLParserBase { } public iterateStatement(): IterateStatementContext { let localContext = new IterateStatementContext(this.context, this.state); - this.enterRule(localContext, 440, MySqlParser.RULE_iterateStatement); + this.enterRule(localContext, 438, MySqlParser.RULE_iterateStatement); try { this.enterOuterAlt(localContext, 1); { - this.state = 5082; + this.state = 5072; this.match(MySqlParser.KW_ITERATE); - this.state = 5083; + this.state = 5073; localContext._label = this.uid(); } } @@ -28341,13 +28313,13 @@ export class MySqlParser extends SQLParserBase { } public leaveStatement(): LeaveStatementContext { let localContext = new LeaveStatementContext(this.context, this.state); - this.enterRule(localContext, 442, MySqlParser.RULE_leaveStatement); + this.enterRule(localContext, 440, MySqlParser.RULE_leaveStatement); try { this.enterOuterAlt(localContext, 1); { - this.state = 5085; + this.state = 5075; this.match(MySqlParser.KW_LEAVE); - this.state = 5086; + this.state = 5076; localContext._label = this.uid(); } } @@ -28367,27 +28339,27 @@ export class MySqlParser extends SQLParserBase { } public loopStatement(): LoopStatementContext { let localContext = new LoopStatementContext(this.context, this.state); - this.enterRule(localContext, 444, MySqlParser.RULE_loopStatement); + this.enterRule(localContext, 442, MySqlParser.RULE_loopStatement); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 5091; + this.state = 5081; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074302976) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18878481) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100679969) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 5088; + this.state = 5078; localContext._begin_label = this.uid(); - this.state = 5089; + this.state = 5079; this.match(MySqlParser.COLON_SYMB); } } - this.state = 5093; + this.state = 5083; this.match(MySqlParser.KW_LOOP); - this.state = 5095; + this.state = 5085; this.errorHandler.sync(this); alternative = 1; do { @@ -28395,7 +28367,7 @@ export class MySqlParser extends SQLParserBase { case 1: { { - this.state = 5094; + this.state = 5084; this.procedureSqlStatement(); } } @@ -28403,20 +28375,20 @@ export class MySqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 5097; + this.state = 5087; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 718, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); - this.state = 5099; + this.state = 5089; this.match(MySqlParser.KW_END); - this.state = 5100; + this.state = 5090; this.match(MySqlParser.KW_LOOP); - this.state = 5102; + this.state = 5092; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074302976) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18878481) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100679969) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 5101; + this.state = 5091; localContext._end_label = this.uid(); } } @@ -28439,27 +28411,27 @@ export class MySqlParser extends SQLParserBase { } public repeatStatement(): RepeatStatementContext { let localContext = new RepeatStatementContext(this.context, this.state); - this.enterRule(localContext, 446, MySqlParser.RULE_repeatStatement); + this.enterRule(localContext, 444, MySqlParser.RULE_repeatStatement); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 5107; + this.state = 5097; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 720, this.context) ) { case 1: { - this.state = 5104; + this.state = 5094; localContext._begin_label = this.uid(); - this.state = 5105; + this.state = 5095; this.match(MySqlParser.COLON_SYMB); } break; } - this.state = 5109; + this.state = 5099; this.match(MySqlParser.KW_REPEAT); - this.state = 5111; + this.state = 5101; this.errorHandler.sync(this); alternative = 1; do { @@ -28467,7 +28439,7 @@ export class MySqlParser extends SQLParserBase { case 1: { { - this.state = 5110; + this.state = 5100; this.procedureSqlStatement(); } } @@ -28475,24 +28447,24 @@ export class MySqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 5113; + this.state = 5103; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 721, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); - this.state = 5115; + this.state = 5105; this.match(MySqlParser.KW_UNTIL); - this.state = 5116; + this.state = 5106; this.expression(0); - this.state = 5117; + this.state = 5107; this.match(MySqlParser.KW_END); - this.state = 5118; + this.state = 5108; this.match(MySqlParser.KW_REPEAT); - this.state = 5120; + this.state = 5110; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074302976) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18878481) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100679969) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 5119; + this.state = 5109; localContext._end_label = this.uid(); } } @@ -28515,13 +28487,13 @@ export class MySqlParser extends SQLParserBase { } public returnStatement(): ReturnStatementContext { let localContext = new ReturnStatementContext(this.context, this.state); - this.enterRule(localContext, 448, MySqlParser.RULE_returnStatement); + this.enterRule(localContext, 446, MySqlParser.RULE_returnStatement); try { this.enterOuterAlt(localContext, 1); { - this.state = 5122; + this.state = 5112; this.match(MySqlParser.KW_RETURN); - this.state = 5123; + this.state = 5113; this.expression(0); } } @@ -28541,31 +28513,31 @@ export class MySqlParser extends SQLParserBase { } public whileStatement(): WhileStatementContext { let localContext = new WhileStatementContext(this.context, this.state); - this.enterRule(localContext, 450, MySqlParser.RULE_whileStatement); + this.enterRule(localContext, 448, MySqlParser.RULE_whileStatement); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 5128; + this.state = 5118; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074302976) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18878481) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100679969) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 5125; + this.state = 5115; localContext._begin_label = this.uid(); - this.state = 5126; + this.state = 5116; this.match(MySqlParser.COLON_SYMB); } } - this.state = 5130; + this.state = 5120; this.match(MySqlParser.KW_WHILE); - this.state = 5131; + this.state = 5121; this.expression(0); - this.state = 5132; + this.state = 5122; this.match(MySqlParser.KW_DO); - this.state = 5134; + this.state = 5124; this.errorHandler.sync(this); alternative = 1; do { @@ -28573,7 +28545,7 @@ export class MySqlParser extends SQLParserBase { case 1: { { - this.state = 5133; + this.state = 5123; this.procedureSqlStatement(); } } @@ -28581,20 +28553,20 @@ export class MySqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 5136; + this.state = 5126; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 724, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); - this.state = 5138; + this.state = 5128; this.match(MySqlParser.KW_END); - this.state = 5139; + this.state = 5129; this.match(MySqlParser.KW_WHILE); - this.state = 5141; + this.state = 5131; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074302976) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014219) !== 0) || ((((_la - 74)) & ~0x1F) === 0 && ((1 << (_la - 74)) & 18878481) !== 0) || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 100679969) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 1049605) !== 0) || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 5374495) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 4294967295) !== 0) || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 4261412607) !== 0) || ((((_la - 317)) & ~0x1F) === 0 && ((1 << (_la - 317)) & 4160741375) !== 0) || ((((_la - 349)) & ~0x1F) === 0 && ((1 << (_la - 349)) & 4026531839) !== 0) || ((((_la - 381)) & ~0x1F) === 0 && ((1 << (_la - 381)) & 1055907839) !== 0) || ((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 4294885367) !== 0) || ((((_la - 445)) & ~0x1F) === 0 && ((1 << (_la - 445)) & 3757571071) !== 0) || ((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 3755999231) !== 0) || ((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3751780349) !== 0) || ((((_la - 542)) & ~0x1F) === 0 && ((1 << (_la - 542)) & 2141183997) !== 0) || ((((_la - 575)) & ~0x1F) === 0 && ((1 << (_la - 575)) & 2147483645) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 4278189053) !== 0) || ((((_la - 697)) & ~0x1F) === 0 && ((1 << (_la - 697)) & 1644099327) !== 0) || ((((_la - 729)) & ~0x1F) === 0 && ((1 << (_la - 729)) & 4294900735) !== 0) || ((((_la - 761)) & ~0x1F) === 0 && ((1 << (_la - 761)) & 4294967295) !== 0) || ((((_la - 793)) & ~0x1F) === 0 && ((1 << (_la - 793)) & 4288675839) !== 0) || ((((_la - 825)) & ~0x1F) === 0 && ((1 << (_la - 825)) & 2147527671) !== 0) || ((((_la - 879)) & ~0x1F) === 0 && ((1 << (_la - 879)) & 1033) !== 0)) { { - this.state = 5140; + this.state = 5130; localContext._end_label = this.uid(); } } @@ -28617,19 +28589,19 @@ export class MySqlParser extends SQLParserBase { } public cursorStatement(): CursorStatementContext { let localContext = new CursorStatementContext(this.context, this.state); - this.enterRule(localContext, 452, MySqlParser.RULE_cursorStatement); + this.enterRule(localContext, 450, MySqlParser.RULE_cursorStatement); let _la: number; try { - this.state = 5158; + this.state = 5148; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_CLOSE: localContext = new CloseCursorContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 5143; + this.state = 5133; this.match(MySqlParser.KW_CLOSE); - this.state = 5144; + this.state = 5134; (localContext as CloseCursorContext)._cursor_name = this.uid(); } break; @@ -28637,33 +28609,33 @@ export class MySqlParser extends SQLParserBase { localContext = new FetchCursorContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 5145; + this.state = 5135; this.match(MySqlParser.KW_FETCH); - this.state = 5150; + this.state = 5140; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 727, this.context) ) { case 1: { - this.state = 5147; + this.state = 5137; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 501) { { - this.state = 5146; + this.state = 5136; this.match(MySqlParser.KW_NEXT); } } - this.state = 5149; + this.state = 5139; this.match(MySqlParser.KW_FROM); } break; } - this.state = 5152; + this.state = 5142; (localContext as FetchCursorContext)._cursor_name = this.uid(); - this.state = 5153; + this.state = 5143; this.match(MySqlParser.KW_INTO); - this.state = 5154; + this.state = 5144; (localContext as FetchCursorContext)._var_names = this.uidList(); } break; @@ -28671,9 +28643,9 @@ export class MySqlParser extends SQLParserBase { localContext = new OpenCursorContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 5156; + this.state = 5146; this.match(MySqlParser.KW_OPEN); - this.state = 5157; + this.state = 5147; (localContext as OpenCursorContext)._cursor_name = this.uid(); } break; @@ -28697,25 +28669,25 @@ export class MySqlParser extends SQLParserBase { } public declareVariable(): DeclareVariableContext { let localContext = new DeclareVariableContext(this.context, this.state); - this.enterRule(localContext, 454, MySqlParser.RULE_declareVariable); + this.enterRule(localContext, 452, MySqlParser.RULE_declareVariable); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5160; + this.state = 5150; this.match(MySqlParser.KW_DECLARE); - this.state = 5161; + this.state = 5151; localContext._var_names = this.uidList(); - this.state = 5162; + this.state = 5152; this.dataType(); - this.state = 5165; + this.state = 5155; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 42) { { - this.state = 5163; + this.state = 5153; this.match(MySqlParser.KW_DEFAULT); - this.state = 5164; + this.state = 5154; this.expression(0); } } @@ -28738,20 +28710,20 @@ export class MySqlParser extends SQLParserBase { } public declareCondition(): DeclareConditionContext { let localContext = new DeclareConditionContext(this.context, this.state); - this.enterRule(localContext, 456, MySqlParser.RULE_declareCondition); + this.enterRule(localContext, 454, MySqlParser.RULE_declareCondition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5167; + this.state = 5157; this.match(MySqlParser.KW_DECLARE); - this.state = 5168; + this.state = 5158; localContext._condition_name = this.uid(); - this.state = 5169; + this.state = 5159; this.match(MySqlParser.KW_CONDITION); - this.state = 5170; + this.state = 5160; this.match(MySqlParser.KW_FOR); - this.state = 5177; + this.state = 5167; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.ZERO_DECIMAL: @@ -28761,25 +28733,25 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.DECIMAL_LITERAL: case MySqlParser.REAL_LITERAL: { - this.state = 5171; + this.state = 5161; this.decimalLiteral(); } break; case MySqlParser.KW_SQLSTATE: { - this.state = 5172; + this.state = 5162; this.match(MySqlParser.KW_SQLSTATE); - this.state = 5174; + this.state = 5164; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 682) { { - this.state = 5173; + this.state = 5163; this.match(MySqlParser.KW_VALUE); } } - this.state = 5176; + this.state = 5166; this.match(MySqlParser.STRING_LITERAL); } break; @@ -28804,19 +28776,19 @@ export class MySqlParser extends SQLParserBase { } public declareCursor(): DeclareCursorContext { let localContext = new DeclareCursorContext(this.context, this.state); - this.enterRule(localContext, 458, MySqlParser.RULE_declareCursor); + this.enterRule(localContext, 456, MySqlParser.RULE_declareCursor); try { this.enterOuterAlt(localContext, 1); { - this.state = 5179; + this.state = 5169; this.match(MySqlParser.KW_DECLARE); - this.state = 5180; + this.state = 5170; localContext._condition_name = this.uid(); - this.state = 5181; + this.state = 5171; this.match(MySqlParser.KW_CURSOR); - this.state = 5182; + this.state = 5172; this.match(MySqlParser.KW_FOR); - this.state = 5183; + this.state = 5173; this.selectStatement(); } } @@ -28836,14 +28808,14 @@ export class MySqlParser extends SQLParserBase { } public declareHandler(): DeclareHandlerContext { let localContext = new DeclareHandlerContext(this.context, this.state); - this.enterRule(localContext, 460, MySqlParser.RULE_declareHandler); + this.enterRule(localContext, 458, MySqlParser.RULE_declareHandler); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5185; + this.state = 5175; this.match(MySqlParser.KW_DECLARE); - this.state = 5186; + this.state = 5176; localContext._handlerAction = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 32 || _la === 61 || _la === 180)) { @@ -28853,29 +28825,29 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5187; + this.state = 5177; this.match(MySqlParser.KW_HANDLER); - this.state = 5188; + this.state = 5178; this.match(MySqlParser.KW_FOR); - this.state = 5189; + this.state = 5179; this.handlerConditionValue(); - this.state = 5194; + this.state = 5184; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 5190; + this.state = 5180; this.match(MySqlParser.COMMA); - this.state = 5191; + this.state = 5181; this.handlerConditionValue(); } } - this.state = 5196; + this.state = 5186; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 5197; + this.state = 5187; this.routineBody(); } } @@ -28895,10 +28867,10 @@ export class MySqlParser extends SQLParserBase { } public handlerConditionValue(): HandlerConditionValueContext { let localContext = new HandlerConditionValueContext(this.context, this.state); - this.enterRule(localContext, 462, MySqlParser.RULE_handlerConditionValue); + this.enterRule(localContext, 460, MySqlParser.RULE_handlerConditionValue); let _la: number; try { - this.state = 5210; + this.state = 5200; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.ZERO_DECIMAL: @@ -28910,7 +28882,7 @@ export class MySqlParser extends SQLParserBase { localContext = new HandlerConditionCodeContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 5199; + this.state = 5189; this.decimalLiteral(); } break; @@ -28918,19 +28890,19 @@ export class MySqlParser extends SQLParserBase { localContext = new HandlerConditionStateContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 5200; + this.state = 5190; this.match(MySqlParser.KW_SQLSTATE); - this.state = 5202; + this.state = 5192; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 682) { { - this.state = 5201; + this.state = 5191; this.match(MySqlParser.KW_VALUE); } } - this.state = 5204; + this.state = 5194; this.match(MySqlParser.STRING_LITERAL); } break; @@ -29486,7 +29458,7 @@ export class MySqlParser extends SQLParserBase { localContext = new HandlerConditionNameContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 5205; + this.state = 5195; (localContext as HandlerConditionNameContext)._condition_name = this.uid(); } break; @@ -29494,7 +29466,7 @@ export class MySqlParser extends SQLParserBase { localContext = new HandlerConditionWarningContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 5206; + this.state = 5196; this.match(MySqlParser.KW_SQLWARNING); } break; @@ -29502,9 +29474,9 @@ export class MySqlParser extends SQLParserBase { localContext = new HandlerConditionNotfoundContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 5207; + this.state = 5197; this.match(MySqlParser.KW_NOT); - this.state = 5208; + this.state = 5198; this.match(MySqlParser.KW_FOUND); } break; @@ -29512,7 +29484,7 @@ export class MySqlParser extends SQLParserBase { localContext = new HandlerConditionExceptionContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 5209; + this.state = 5199; this.match(MySqlParser.KW_SQLEXCEPTION); } break; @@ -29536,27 +29508,27 @@ export class MySqlParser extends SQLParserBase { } public procedureSqlStatement(): ProcedureSqlStatementContext { let localContext = new ProcedureSqlStatementContext(this.context, this.state); - this.enterRule(localContext, 464, MySqlParser.RULE_procedureSqlStatement); + this.enterRule(localContext, 462, MySqlParser.RULE_procedureSqlStatement); try { this.enterOuterAlt(localContext, 1); { - this.state = 5214; + this.state = 5204; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 735, this.context) ) { case 1: { - this.state = 5212; + this.state = 5202; this.compoundStatement(); } break; case 2: { - this.state = 5213; + this.state = 5203; this.sqlStatement(); } break; } - this.state = 5216; + this.state = 5206; this.match(MySqlParser.SEMI); } } @@ -29576,32 +29548,32 @@ export class MySqlParser extends SQLParserBase { } public caseAlternative(): CaseAlternativeContext { let localContext = new CaseAlternativeContext(this.context, this.state); - this.enterRule(localContext, 466, MySqlParser.RULE_caseAlternative); + this.enterRule(localContext, 464, MySqlParser.RULE_caseAlternative); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 5218; + this.state = 5208; this.match(MySqlParser.KW_WHEN); - this.state = 5221; + this.state = 5211; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 736, this.context) ) { case 1: { - this.state = 5219; + this.state = 5209; this.constant(); } break; case 2: { - this.state = 5220; + this.state = 5210; this.expression(0); } break; } - this.state = 5223; + this.state = 5213; this.match(MySqlParser.KW_THEN); - this.state = 5225; + this.state = 5215; this.errorHandler.sync(this); alternative = 1; do { @@ -29609,7 +29581,7 @@ export class MySqlParser extends SQLParserBase { case 1: { { - this.state = 5224; + this.state = 5214; this.procedureSqlStatement(); } } @@ -29617,7 +29589,7 @@ export class MySqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 5227; + this.state = 5217; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 737, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); @@ -29639,18 +29611,18 @@ export class MySqlParser extends SQLParserBase { } public elseIfAlternative(): ElseIfAlternativeContext { let localContext = new ElseIfAlternativeContext(this.context, this.state); - this.enterRule(localContext, 468, MySqlParser.RULE_elseIfAlternative); + this.enterRule(localContext, 466, MySqlParser.RULE_elseIfAlternative); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 5229; + this.state = 5219; this.match(MySqlParser.KW_ELSEIF); - this.state = 5230; + this.state = 5220; this.expression(0); - this.state = 5231; + this.state = 5221; this.match(MySqlParser.KW_THEN); - this.state = 5233; + this.state = 5223; this.errorHandler.sync(this); alternative = 1; do { @@ -29658,7 +29630,7 @@ export class MySqlParser extends SQLParserBase { case 1: { { - this.state = 5232; + this.state = 5222; this.procedureSqlStatement(); } } @@ -29666,7 +29638,7 @@ export class MySqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 5235; + this.state = 5225; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 738, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); @@ -29688,46 +29660,46 @@ export class MySqlParser extends SQLParserBase { } public alterUser(): AlterUserContext { let localContext = new AlterUserContext(this.context, this.state); - this.enterRule(localContext, 470, MySqlParser.RULE_alterUser); + this.enterRule(localContext, 468, MySqlParser.RULE_alterUser); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5237; + this.state = 5227; this.match(MySqlParser.KW_ALTER); - this.state = 5238; + this.state = 5228; this.match(MySqlParser.KW_USER); - this.state = 5240; + this.state = 5230; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 739, this.context) ) { case 1: { - this.state = 5239; + this.state = 5229; this.ifExists(); } break; } - this.state = 5298; + this.state = 5288; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 751, this.context) ) { case 1: { { - this.state = 5242; + this.state = 5232; this.userSpecification(); - this.state = 5247; + this.state = 5237; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 5243; + this.state = 5233; this.match(MySqlParser.COMMA); - this.state = 5244; + this.state = 5234; this.userSpecification(); } } - this.state = 5249; + this.state = 5239; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -29737,37 +29709,37 @@ export class MySqlParser extends SQLParserBase { case 2: { { - this.state = 5250; + this.state = 5240; this.alterUserAuthOption(); - this.state = 5255; + this.state = 5245; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 5251; + this.state = 5241; this.match(MySqlParser.COMMA); - this.state = 5252; + this.state = 5242; this.alterUserAuthOption(); } } - this.state = 5257; + this.state = 5247; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 5272; + this.state = 5262; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 144) { { - this.state = 5258; + this.state = 5248; this.match(MySqlParser.KW_REQUIRE); - this.state = 5270; + this.state = 5260; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_NONE: { - this.state = 5259; + this.state = 5249; this.match(MySqlParser.KW_NONE); } break; @@ -29777,29 +29749,29 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_SUBJECT: case MySqlParser.KW_X509: { - this.state = 5260; + this.state = 5250; this.tlsOption(); - this.state = 5267; + this.state = 5257; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 11 || _la === 169 || _la === 331 || _la === 441 || _la === 651 || _la === 693) { { { - this.state = 5262; + this.state = 5252; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 11) { { - this.state = 5261; + this.state = 5251; this.match(MySqlParser.KW_AND); } } - this.state = 5264; + this.state = 5254; this.tlsOption(); } } - this.state = 5269; + this.state = 5259; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -29811,49 +29783,49 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 5280; + this.state = 5270; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 747, this.context) ) { case 1: { - this.state = 5274; + this.state = 5264; this.match(MySqlParser.KW_WITH); - this.state = 5276; + this.state = 5266; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 5275; + this.state = 5265; this.userResourceOption(); } } - this.state = 5278; + this.state = 5268; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 51) !== 0)); } break; } - this.state = 5286; + this.state = 5276; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 304 || _la === 395 || _la === 529 || _la === 530) { { - this.state = 5284; + this.state = 5274; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_FAILED_LOGIN_ATTEMPTS: case MySqlParser.KW_PASSWORD: case MySqlParser.KW_PASSWORD_LOCK_TIME: { - this.state = 5282; + this.state = 5272; this.userPasswordOption(); } break; case MySqlParser.KW_ACCOUNT: { - this.state = 5283; + this.state = 5273; this.userLockOption(); } break; @@ -29861,16 +29833,16 @@ export class MySqlParser extends SQLParserBase { throw new antlr.NoViableAltException(this); } } - this.state = 5288; + this.state = 5278; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 5291; + this.state = 5281; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 15 || _la === 340) { { - this.state = 5289; + this.state = 5279; _la = this.tokenStream.LA(1); if(!(_la === 15 || _la === 340)) { this.errorHandler.recoverInline(this); @@ -29879,7 +29851,7 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5290; + this.state = 5280; this.match(MySqlParser.STRING_LITERAL); } } @@ -29891,14 +29863,14 @@ export class MySqlParser extends SQLParserBase { { { { - this.state = 5293; + this.state = 5283; this.userOrRoleName(); } - this.state = 5294; + this.state = 5284; this.match(MySqlParser.KW_DEFAULT); - this.state = 5295; + this.state = 5285; this.match(MySqlParser.KW_ROLE); - this.state = 5296; + this.state = 5286; this.roleOption(); } } @@ -29922,90 +29894,90 @@ export class MySqlParser extends SQLParserBase { } public createUser(): CreateUserContext { let localContext = new CreateUserContext(this.context, this.state); - this.enterRule(localContext, 472, MySqlParser.RULE_createUser); + this.enterRule(localContext, 470, MySqlParser.RULE_createUser); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5300; + this.state = 5290; this.match(MySqlParser.KW_CREATE); - this.state = 5301; + this.state = 5291; this.match(MySqlParser.KW_USER); - this.state = 5303; + this.state = 5293; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 78) { { - this.state = 5302; + this.state = 5292; this.ifNotExists(); } } - this.state = 5305; + this.state = 5295; this.userName(); - this.state = 5307; + this.state = 5297; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 423) { { - this.state = 5306; + this.state = 5296; this.createUserAuthOption(); } } - this.state = 5316; + this.state = 5306; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 5309; + this.state = 5299; this.match(MySqlParser.COMMA); - this.state = 5310; + this.state = 5300; this.userName(); - this.state = 5312; + this.state = 5302; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 423) { { - this.state = 5311; + this.state = 5301; this.createUserAuthOption(); } } } } - this.state = 5318; + this.state = 5308; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 5322; + this.state = 5312; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 42) { { - this.state = 5319; + this.state = 5309; this.match(MySqlParser.KW_DEFAULT); - this.state = 5320; + this.state = 5310; this.match(MySqlParser.KW_ROLE); - this.state = 5321; + this.state = 5311; this.roleOption(); } } - this.state = 5338; + this.state = 5328; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 144) { { - this.state = 5324; + this.state = 5314; this.match(MySqlParser.KW_REQUIRE); - this.state = 5336; + this.state = 5326; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_NONE: { - this.state = 5325; + this.state = 5315; this.match(MySqlParser.KW_NONE); } break; @@ -30015,29 +29987,29 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_SUBJECT: case MySqlParser.KW_X509: { - this.state = 5326; + this.state = 5316; this.tlsOption(); - this.state = 5333; + this.state = 5323; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 11 || _la === 169 || _la === 331 || _la === 441 || _la === 651 || _la === 693) { { { - this.state = 5328; + this.state = 5318; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 11) { { - this.state = 5327; + this.state = 5317; this.match(MySqlParser.KW_AND); } } - this.state = 5330; + this.state = 5320; this.tlsOption(); } } - this.state = 5335; + this.state = 5325; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -30049,49 +30021,49 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 5346; + this.state = 5336; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 762, this.context) ) { case 1: { - this.state = 5340; + this.state = 5330; this.match(MySqlParser.KW_WITH); - this.state = 5342; + this.state = 5332; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 5341; + this.state = 5331; this.userResourceOption(); } } - this.state = 5344; + this.state = 5334; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (((((_la - 478)) & ~0x1F) === 0 && ((1 << (_la - 478)) & 51) !== 0)); } break; } - this.state = 5352; + this.state = 5342; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 304 || _la === 395 || _la === 529 || _la === 530) { { - this.state = 5350; + this.state = 5340; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_FAILED_LOGIN_ATTEMPTS: case MySqlParser.KW_PASSWORD: case MySqlParser.KW_PASSWORD_LOCK_TIME: { - this.state = 5348; + this.state = 5338; this.userPasswordOption(); } break; case MySqlParser.KW_ACCOUNT: { - this.state = 5349; + this.state = 5339; this.userLockOption(); } break; @@ -30099,16 +30071,16 @@ export class MySqlParser extends SQLParserBase { throw new antlr.NoViableAltException(this); } } - this.state = 5354; + this.state = 5344; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 5357; + this.state = 5347; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 15 || _la === 340) { { - this.state = 5355; + this.state = 5345; _la = this.tokenStream.LA(1); if(!(_la === 15 || _la === 340)) { this.errorHandler.recoverInline(this); @@ -30117,7 +30089,7 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5356; + this.state = 5346; this.match(MySqlParser.STRING_LITERAL); } } @@ -30140,40 +30112,40 @@ export class MySqlParser extends SQLParserBase { } public dropUser(): DropUserContext { let localContext = new DropUserContext(this.context, this.state); - this.enterRule(localContext, 474, MySqlParser.RULE_dropUser); + this.enterRule(localContext, 472, MySqlParser.RULE_dropUser); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5359; + this.state = 5349; this.match(MySqlParser.KW_DROP); - this.state = 5360; + this.state = 5350; this.match(MySqlParser.KW_USER); - this.state = 5362; + this.state = 5352; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 78) { { - this.state = 5361; + this.state = 5351; this.ifExists(); } } - this.state = 5364; + this.state = 5354; this.userName(); - this.state = 5369; + this.state = 5359; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 5365; + this.state = 5355; this.match(MySqlParser.COMMA); - this.state = 5366; + this.state = 5356; this.userName(); } } - this.state = 5371; + this.state = 5361; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -30195,73 +30167,73 @@ export class MySqlParser extends SQLParserBase { } public grantStatement(): GrantStatementContext { let localContext = new GrantStatementContext(this.context, this.state); - this.enterRule(localContext, 476, MySqlParser.RULE_grantStatement); + this.enterRule(localContext, 474, MySqlParser.RULE_grantStatement); let _la: number; try { let alternative: number; - this.state = 5461; + this.state = 5451; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 785, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5372; + this.state = 5362; this.match(MySqlParser.KW_GRANT); - this.state = 5373; + this.state = 5363; this.privilegeClause(); - this.state = 5378; + this.state = 5368; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 5374; + this.state = 5364; this.match(MySqlParser.COMMA); - this.state = 5375; + this.state = 5365; this.privilegeClause(); } } - this.state = 5380; + this.state = 5370; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 5381; + this.state = 5371; this.match(MySqlParser.KW_ON); - this.state = 5383; + this.state = 5373; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 769, this.context) ) { case 1: { - this.state = 5382; + this.state = 5372; this.privilegeObjectType(); } break; } - this.state = 5385; + this.state = 5375; this.privilegeLevel(); - this.state = 5386; + this.state = 5376; this.match(MySqlParser.KW_TO); - this.state = 5396; + this.state = 5386; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 771, this.context) ) { case 1: { { - this.state = 5387; + this.state = 5377; this.userAuthOption(); - this.state = 5392; + this.state = 5382; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 5388; + this.state = 5378; this.match(MySqlParser.COMMA); - this.state = 5389; + this.state = 5379; this.userAuthOption(); } } - this.state = 5394; + this.state = 5384; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -30270,24 +30242,24 @@ export class MySqlParser extends SQLParserBase { break; case 2: { - this.state = 5395; + this.state = 5385; this.userOrRoleNames(); } break; } - this.state = 5412; + this.state = 5402; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 144) { { - this.state = 5398; + this.state = 5388; this.match(MySqlParser.KW_REQUIRE); - this.state = 5410; + this.state = 5400; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_NONE: { - this.state = 5399; + this.state = 5389; localContext._tlsNone = this.match(MySqlParser.KW_NONE); } break; @@ -30297,29 +30269,29 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_SUBJECT: case MySqlParser.KW_X509: { - this.state = 5400; + this.state = 5390; this.tlsOption(); - this.state = 5407; + this.state = 5397; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 11 || _la === 169 || _la === 331 || _la === 441 || _la === 651 || _la === 693) { { { - this.state = 5402; + this.state = 5392; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 11) { { - this.state = 5401; + this.state = 5391; this.match(MySqlParser.KW_AND); } } - this.state = 5404; + this.state = 5394; this.tlsOption(); } } - this.state = 5409; + this.state = 5399; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -30331,27 +30303,27 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 5423; + this.state = 5413; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 778, this.context) ) { case 1: { - this.state = 5414; + this.state = 5404; this.match(MySqlParser.KW_WITH); - this.state = 5420; + this.state = 5410; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 777, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { - this.state = 5418; + this.state = 5408; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_GRANT: { - this.state = 5415; + this.state = 5405; this.match(MySqlParser.KW_GRANT); - this.state = 5416; + this.state = 5406; this.match(MySqlParser.KW_OPTION); } break; @@ -30360,7 +30332,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_MAX_UPDATES_PER_HOUR: case MySqlParser.KW_MAX_USER_CONNECTIONS: { - this.state = 5417; + this.state = 5407; this.userResourceOption(); } break; @@ -30369,32 +30341,32 @@ export class MySqlParser extends SQLParserBase { } } } - this.state = 5422; + this.state = 5412; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 777, this.context); } } break; } - this.state = 5432; + this.state = 5422; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 13) { { - this.state = 5425; + this.state = 5415; this.match(MySqlParser.KW_AS); - this.state = 5426; + this.state = 5416; this.userName(); - this.state = 5430; + this.state = 5420; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 779, this.context) ) { case 1: { - this.state = 5427; + this.state = 5417; this.match(MySqlParser.KW_WITH); - this.state = 5428; + this.state = 5418; this.match(MySqlParser.KW_ROLE); - this.state = 5429; + this.state = 5419; this.roleOption(); } break; @@ -30407,76 +30379,76 @@ export class MySqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5434; + this.state = 5424; this.match(MySqlParser.KW_GRANT); - this.state = 5437; + this.state = 5427; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 781, this.context) ) { case 1: { - this.state = 5435; + this.state = 5425; this.match(MySqlParser.KW_PROXY); - this.state = 5436; + this.state = 5426; this.match(MySqlParser.KW_ON); } break; } { - this.state = 5439; + this.state = 5429; this.userOrRoleName(); } - this.state = 5444; + this.state = 5434; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 5440; + this.state = 5430; this.match(MySqlParser.COMMA); { - this.state = 5441; + this.state = 5431; this.userOrRoleName(); } } } - this.state = 5446; + this.state = 5436; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 5447; + this.state = 5437; this.match(MySqlParser.KW_TO); { - this.state = 5448; + this.state = 5438; this.userOrRoleName(); } - this.state = 5453; + this.state = 5443; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 5449; + this.state = 5439; this.match(MySqlParser.COMMA); { - this.state = 5450; + this.state = 5440; this.userOrRoleName(); } } } - this.state = 5455; + this.state = 5445; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 5459; + this.state = 5449; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 784, this.context) ) { case 1: { - this.state = 5456; + this.state = 5446; this.match(MySqlParser.KW_WITH); - this.state = 5457; + this.state = 5447; this.match(MySqlParser.KW_ADMIN); - this.state = 5458; + this.state = 5448; this.match(MySqlParser.KW_OPTION); } break; @@ -30501,39 +30473,39 @@ export class MySqlParser extends SQLParserBase { } public roleOption(): RoleOptionContext { let localContext = new RoleOptionContext(this.context, this.state); - this.enterRule(localContext, 478, MySqlParser.RULE_roleOption); + this.enterRule(localContext, 476, MySqlParser.RULE_roleOption); let _la: number; try { - this.state = 5471; + this.state = 5461; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 787, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5463; + this.state = 5453; this.match(MySqlParser.KW_DEFAULT); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5464; + this.state = 5454; this.match(MySqlParser.KW_NONE); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5465; + this.state = 5455; this.match(MySqlParser.KW_ALL); - this.state = 5468; + this.state = 5458; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 59) { { - this.state = 5466; + this.state = 5456; this.match(MySqlParser.KW_EXCEPT); - this.state = 5467; + this.state = 5457; this.userOrRoleNames(); } } @@ -30543,7 +30515,7 @@ export class MySqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 5470; + this.state = 5460; this.userOrRoleNames(); } break; @@ -30565,50 +30537,50 @@ export class MySqlParser extends SQLParserBase { } public grantProxy(): GrantProxyContext { let localContext = new GrantProxyContext(this.context, this.state); - this.enterRule(localContext, 480, MySqlParser.RULE_grantProxy); + this.enterRule(localContext, 478, MySqlParser.RULE_grantProxy); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5473; + this.state = 5463; this.match(MySqlParser.KW_GRANT); - this.state = 5474; + this.state = 5464; this.match(MySqlParser.KW_PROXY); - this.state = 5475; + this.state = 5465; this.match(MySqlParser.KW_ON); - this.state = 5476; + this.state = 5466; localContext._fromFirst = this.userName(); - this.state = 5477; + this.state = 5467; this.match(MySqlParser.KW_TO); - this.state = 5478; + this.state = 5468; localContext._toFirst = this.userName(); - this.state = 5483; + this.state = 5473; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 5479; + this.state = 5469; this.match(MySqlParser.COMMA); - this.state = 5480; + this.state = 5470; localContext._userName = this.userName(); localContext._toOther.push(localContext._userName); } } - this.state = 5485; + this.state = 5475; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 5489; + this.state = 5479; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 789, this.context) ) { case 1: { - this.state = 5486; + this.state = 5476; this.match(MySqlParser.KW_WITH); - this.state = 5487; + this.state = 5477; this.match(MySqlParser.KW_GRANT); - this.state = 5488; + this.state = 5478; this.match(MySqlParser.KW_OPTION); } break; @@ -30631,69 +30603,69 @@ export class MySqlParser extends SQLParserBase { } public alterResourceGroup(): AlterResourceGroupContext { let localContext = new AlterResourceGroupContext(this.context, this.state); - this.enterRule(localContext, 482, MySqlParser.RULE_alterResourceGroup); + this.enterRule(localContext, 480, MySqlParser.RULE_alterResourceGroup); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5491; + this.state = 5481; this.match(MySqlParser.KW_ALTER); - this.state = 5492; + this.state = 5482; this.match(MySqlParser.KW_RESOURCE); - this.state = 5493; + this.state = 5483; this.match(MySqlParser.KW_GROUP); - this.state = 5494; + this.state = 5484; this.groupName(); - this.state = 5500; + this.state = 5490; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 190) { { - this.state = 5495; + this.state = 5485; this.match(MySqlParser.KW_VCPU); - this.state = 5497; + this.state = 5487; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 5496; + this.state = 5486; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 5499; + this.state = 5489; this.resourceGroupVCpuSpec(); } } - this.state = 5507; + this.state = 5497; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 837) { { - this.state = 5502; + this.state = 5492; this.match(MySqlParser.KW_THREAD_PRIORITY); - this.state = 5504; + this.state = 5494; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 5503; + this.state = 5493; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 5506; + this.state = 5496; this.decimalLiteral(); } } - this.state = 5513; + this.state = 5503; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 368 || _la === 375) { { - this.state = 5509; + this.state = 5499; _la = this.tokenStream.LA(1); if(!(_la === 368 || _la === 375)) { this.errorHandler.recoverInline(this); @@ -30702,12 +30674,12 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5511; + this.state = 5501; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 66) { { - this.state = 5510; + this.state = 5500; this.match(MySqlParser.KW_FORCE); } } @@ -30733,24 +30705,24 @@ export class MySqlParser extends SQLParserBase { } public createResourceGroup(): CreateResourceGroupContext { let localContext = new CreateResourceGroupContext(this.context, this.state); - this.enterRule(localContext, 484, MySqlParser.RULE_createResourceGroup); + this.enterRule(localContext, 482, MySqlParser.RULE_createResourceGroup); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5515; + this.state = 5505; this.match(MySqlParser.KW_CREATE); - this.state = 5516; + this.state = 5506; this.match(MySqlParser.KW_RESOURCE); - this.state = 5517; + this.state = 5507; this.match(MySqlParser.KW_GROUP); - this.state = 5518; + this.state = 5508; this.groupNameCreate(); - this.state = 5519; + this.state = 5509; this.match(MySqlParser.KW_TYPE); - this.state = 5520; + this.state = 5510; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 5521; + this.state = 5511; _la = this.tokenStream.LA(1); if(!(_la === 678 || _la === 835)) { this.errorHandler.recoverInline(this); @@ -30759,56 +30731,56 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5527; + this.state = 5517; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 190) { { - this.state = 5522; + this.state = 5512; this.match(MySqlParser.KW_VCPU); - this.state = 5524; + this.state = 5514; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 5523; + this.state = 5513; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 5526; + this.state = 5516; this.resourceGroupVCpuSpec(); } } - this.state = 5534; + this.state = 5524; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 837) { { - this.state = 5529; + this.state = 5519; this.match(MySqlParser.KW_THREAD_PRIORITY); - this.state = 5531; + this.state = 5521; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 5530; + this.state = 5520; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 5533; + this.state = 5523; this.decimalLiteral(); } } - this.state = 5537; + this.state = 5527; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 368 || _la === 375) { { - this.state = 5536; + this.state = 5526; _la = this.tokenStream.LA(1); if(!(_la === 368 || _la === 375)) { this.errorHandler.recoverInline(this); @@ -30838,25 +30810,25 @@ export class MySqlParser extends SQLParserBase { } public dropResourceGroup(): DropResourceGroupContext { let localContext = new DropResourceGroupContext(this.context, this.state); - this.enterRule(localContext, 486, MySqlParser.RULE_dropResourceGroup); + this.enterRule(localContext, 484, MySqlParser.RULE_dropResourceGroup); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5539; + this.state = 5529; this.match(MySqlParser.KW_DROP); - this.state = 5540; + this.state = 5530; this.match(MySqlParser.KW_RESOURCE); - this.state = 5541; + this.state = 5531; this.match(MySqlParser.KW_GROUP); - this.state = 5542; + this.state = 5532; this.groupName(); - this.state = 5544; + this.state = 5534; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 66) { { - this.state = 5543; + this.state = 5533; this.match(MySqlParser.KW_FORCE); } } @@ -30879,41 +30851,41 @@ export class MySqlParser extends SQLParserBase { } public setResourceGroup(): SetResourceGroupContext { let localContext = new SetResourceGroupContext(this.context, this.state); - this.enterRule(localContext, 488, MySqlParser.RULE_setResourceGroup); + this.enterRule(localContext, 486, MySqlParser.RULE_setResourceGroup); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5546; + this.state = 5536; this.match(MySqlParser.KW_SET); - this.state = 5547; + this.state = 5537; this.match(MySqlParser.KW_RESOURCE); - this.state = 5548; + this.state = 5538; this.match(MySqlParser.KW_GROUP); - this.state = 5549; + this.state = 5539; this.groupName(); - this.state = 5559; + this.state = 5549; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 65) { { - this.state = 5550; + this.state = 5540; this.match(MySqlParser.KW_FOR); - this.state = 5551; + this.state = 5541; this.decimalLiteral(); - this.state = 5556; + this.state = 5546; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 5552; + this.state = 5542; this.match(MySqlParser.COMMA); - this.state = 5553; + this.state = 5543; this.decimalLiteral(); } } - this.state = 5558; + this.state = 5548; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -30938,46 +30910,46 @@ export class MySqlParser extends SQLParserBase { } public resourceGroupVCpuSpec(): ResourceGroupVCpuSpecContext { let localContext = new ResourceGroupVCpuSpecContext(this.context, this.state); - this.enterRule(localContext, 490, MySqlParser.RULE_resourceGroupVCpuSpec); + this.enterRule(localContext, 488, MySqlParser.RULE_resourceGroupVCpuSpec); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 5566; + this.state = 5556; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 804, this.context) ) { case 1: { - this.state = 5561; + this.state = 5551; this.decimalLiteral(); } break; case 2: { - this.state = 5562; + this.state = 5552; this.decimalLiteral(); - this.state = 5563; + this.state = 5553; this.match(MySqlParser.MINUS); - this.state = 5564; + this.state = 5554; this.decimalLiteral(); } break; } - this.state = 5572; + this.state = 5562; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 805, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 5568; + this.state = 5558; this.match(MySqlParser.COMMA); - this.state = 5569; + this.state = 5559; this.resourceGroupVCpuSpec(); } } } - this.state = 5574; + this.state = 5564; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 805, this.context); } @@ -30999,30 +30971,30 @@ export class MySqlParser extends SQLParserBase { } public renameUser(): RenameUserContext { let localContext = new RenameUserContext(this.context, this.state); - this.enterRule(localContext, 492, MySqlParser.RULE_renameUser); + this.enterRule(localContext, 490, MySqlParser.RULE_renameUser); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5575; + this.state = 5565; this.match(MySqlParser.KW_RENAME); - this.state = 5576; + this.state = 5566; this.match(MySqlParser.KW_USER); - this.state = 5577; + this.state = 5567; this.renameUserClause(); - this.state = 5582; + this.state = 5572; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 5578; + this.state = 5568; this.match(MySqlParser.COMMA); - this.state = 5579; + this.state = 5569; this.renameUserClause(); } } - this.state = 5584; + this.state = 5574; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -31044,70 +31016,70 @@ export class MySqlParser extends SQLParserBase { } public revokeStatement(): RevokeStatementContext { let localContext = new RevokeStatementContext(this.context, this.state); - this.enterRule(localContext, 494, MySqlParser.RULE_revokeStatement); + this.enterRule(localContext, 492, MySqlParser.RULE_revokeStatement); let _la: number; try { - this.state = 5637; + this.state = 5627; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 817, this.context) ) { case 1: localContext = new DetailRevokeContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 5585; + this.state = 5575; this.match(MySqlParser.KW_REVOKE); - this.state = 5587; + this.state = 5577; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 78) { { - this.state = 5586; + this.state = 5576; this.ifExists(); } } - this.state = 5589; + this.state = 5579; this.privilegeClause(); - this.state = 5594; + this.state = 5584; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 5590; + this.state = 5580; this.match(MySqlParser.COMMA); - this.state = 5591; + this.state = 5581; this.privilegeClause(); } } - this.state = 5596; + this.state = 5586; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 5597; + this.state = 5587; this.match(MySqlParser.KW_ON); - this.state = 5599; + this.state = 5589; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 809, this.context) ) { case 1: { - this.state = 5598; + this.state = 5588; this.privilegeObjectType(); } break; } - this.state = 5601; + this.state = 5591; this.privilegeLevel(); - this.state = 5602; + this.state = 5592; this.match(MySqlParser.KW_FROM); - this.state = 5603; + this.state = 5593; this.userOrRoleNames(); - this.state = 5605; + this.state = 5595; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 79) { { - this.state = 5604; + this.state = 5594; this.ignoreUnknownUser(); } } @@ -31118,46 +31090,46 @@ export class MySqlParser extends SQLParserBase { localContext = new ShortRevokeContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 5607; + this.state = 5597; this.match(MySqlParser.KW_REVOKE); - this.state = 5609; + this.state = 5599; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 78) { { - this.state = 5608; + this.state = 5598; this.ifExists(); } } - this.state = 5611; + this.state = 5601; this.match(MySqlParser.KW_ALL); - this.state = 5613; + this.state = 5603; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 734) { { - this.state = 5612; + this.state = 5602; this.match(MySqlParser.KW_PRIVILEGES); } } - this.state = 5615; + this.state = 5605; this.match(MySqlParser.COMMA); - this.state = 5616; + this.state = 5606; this.match(MySqlParser.KW_GRANT); - this.state = 5617; + this.state = 5607; this.match(MySqlParser.KW_OPTION); - this.state = 5618; + this.state = 5608; this.match(MySqlParser.KW_FROM); - this.state = 5619; + this.state = 5609; this.userOrRoleNames(); - this.state = 5621; + this.state = 5611; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 79) { { - this.state = 5620; + this.state = 5610; this.ignoreUnknownUser(); } } @@ -31168,42 +31140,42 @@ export class MySqlParser extends SQLParserBase { localContext = new ProxyAndRoleRevokeContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 5623; + this.state = 5613; this.match(MySqlParser.KW_REVOKE); - this.state = 5625; + this.state = 5615; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 814, this.context) ) { case 1: { - this.state = 5624; + this.state = 5614; this.ifExists(); } break; } - this.state = 5629; + this.state = 5619; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 815, this.context) ) { case 1: { - this.state = 5627; + this.state = 5617; this.match(MySqlParser.KW_PROXY); - this.state = 5628; + this.state = 5618; this.match(MySqlParser.KW_ON); } break; } - this.state = 5631; + this.state = 5621; this.userOrRoleNames(); - this.state = 5632; + this.state = 5622; this.match(MySqlParser.KW_FROM); - this.state = 5633; + this.state = 5623; this.userOrRoleNames(); - this.state = 5635; + this.state = 5625; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 79) { { - this.state = 5634; + this.state = 5624; this.ignoreUnknownUser(); } } @@ -31228,15 +31200,15 @@ export class MySqlParser extends SQLParserBase { } public ignoreUnknownUser(): IgnoreUnknownUserContext { let localContext = new IgnoreUnknownUserContext(this.context, this.state); - this.enterRule(localContext, 496, MySqlParser.RULE_ignoreUnknownUser); + this.enterRule(localContext, 494, MySqlParser.RULE_ignoreUnknownUser); try { this.enterOuterAlt(localContext, 1); { - this.state = 5639; + this.state = 5629; this.match(MySqlParser.KW_IGNORE); - this.state = 5640; + this.state = 5630; this.match(MySqlParser.KW_UNKNOWN); - this.state = 5641; + this.state = 5631; this.match(MySqlParser.KW_USER); } } @@ -31256,12 +31228,12 @@ export class MySqlParser extends SQLParserBase { } public privilegeObjectType(): PrivilegeObjectTypeContext { let localContext = new PrivilegeObjectTypeContext(this.context, this.state); - this.enterRule(localContext, 498, MySqlParser.RULE_privilegeObjectType); + this.enterRule(localContext, 496, MySqlParser.RULE_privilegeObjectType); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5643; + this.state = 5633; _la = this.tokenStream.LA(1); if(!(_la === 132 || _la === 173 || _la === 409)) { this.errorHandler.recoverInline(this); @@ -31288,47 +31260,47 @@ export class MySqlParser extends SQLParserBase { } public setPasswordStatement(): SetPasswordStatementContext { let localContext = new SetPasswordStatementContext(this.context, this.state); - this.enterRule(localContext, 500, MySqlParser.RULE_setPasswordStatement); + this.enterRule(localContext, 498, MySqlParser.RULE_setPasswordStatement); let _la: number; try { - this.state = 5677; + this.state = 5667; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 824, this.context) ) { case 1: localContext = new V57Context(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 5645; + this.state = 5635; this.match(MySqlParser.KW_SET); - this.state = 5646; + this.state = 5636; this.match(MySqlParser.KW_PASSWORD); - this.state = 5649; + this.state = 5639; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 65) { { - this.state = 5647; + this.state = 5637; this.match(MySqlParser.KW_FOR); - this.state = 5648; + this.state = 5638; this.userName(); } } - this.state = 5651; + this.state = 5641; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 5654; + this.state = 5644; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_OLD_PASSWORD: case MySqlParser.KW_PASSWORD: { - this.state = 5652; + this.state = 5642; this.passwordFunctionClause(); } break; case MySqlParser.STRING_LITERAL: { - this.state = 5653; + this.state = 5643; this.match(MySqlParser.STRING_LITERAL); } break; @@ -31341,66 +31313,66 @@ export class MySqlParser extends SQLParserBase { localContext = new V80Context(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 5656; + this.state = 5646; this.match(MySqlParser.KW_SET); - this.state = 5657; + this.state = 5647; this.match(MySqlParser.KW_PASSWORD); - this.state = 5660; + this.state = 5650; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 65) { { - this.state = 5658; + this.state = 5648; this.match(MySqlParser.KW_FOR); - this.state = 5659; + this.state = 5649; this.userName(); } } - this.state = 5666; + this.state = 5656; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_TO: { - this.state = 5662; + this.state = 5652; this.match(MySqlParser.KW_TO); - this.state = 5663; + this.state = 5653; this.match(MySqlParser.KW_RANDOM); } break; case MySqlParser.EQUAL_SYMBOL: { - this.state = 5664; + this.state = 5654; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 5665; + this.state = 5655; this.match(MySqlParser.STRING_LITERAL); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 5670; + this.state = 5660; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 822, this.context) ) { case 1: { - this.state = 5668; + this.state = 5658; this.match(MySqlParser.KW_REPLACE); - this.state = 5669; + this.state = 5659; this.match(MySqlParser.STRING_LITERAL); } break; } - this.state = 5675; + this.state = 5665; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 147) { { - this.state = 5672; + this.state = 5662; this.match(MySqlParser.KW_RETAIN); - this.state = 5673; + this.state = 5663; this.match(MySqlParser.KW_CURRENT); - this.state = 5674; + this.state = 5664; this.match(MySqlParser.KW_PASSWORD); } } @@ -31425,13 +31397,13 @@ export class MySqlParser extends SQLParserBase { } public userSpecification(): UserSpecificationContext { let localContext = new UserSpecificationContext(this.context, this.state); - this.enterRule(localContext, 502, MySqlParser.RULE_userSpecification); + this.enterRule(localContext, 500, MySqlParser.RULE_userSpecification); try { this.enterOuterAlt(localContext, 1); { - this.state = 5679; + this.state = 5669; this.userName(); - this.state = 5680; + this.state = 5670; this.userPasswordOption(); } } @@ -31451,66 +31423,66 @@ export class MySqlParser extends SQLParserBase { } public alterUserAuthOption(): AlterUserAuthOptionContext { let localContext = new AlterUserAuthOptionContext(this.context, this.state); - this.enterRule(localContext, 504, MySqlParser.RULE_alterUserAuthOption); + this.enterRule(localContext, 502, MySqlParser.RULE_alterUserAuthOption); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 5682; + this.state = 5672; this.userName(); - this.state = 5708; + this.state = 5698; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 827, this.context) ) { case 1: { - this.state = 5683; + this.state = 5673; this.match(MySqlParser.KW_IDENTIFIED); - this.state = 5684; + this.state = 5674; this.match(MySqlParser.KW_BY); - this.state = 5685; + this.state = 5675; this.match(MySqlParser.STRING_LITERAL); - this.state = 5686; + this.state = 5676; this.authOptionClause(); } break; case 2: { - this.state = 5687; + this.state = 5677; this.match(MySqlParser.KW_IDENTIFIED); - this.state = 5688; + this.state = 5678; this.match(MySqlParser.KW_BY); - this.state = 5689; + this.state = 5679; this.match(MySqlParser.KW_RANDOM); - this.state = 5690; + this.state = 5680; this.match(MySqlParser.KW_PASSWORD); - this.state = 5691; + this.state = 5681; this.authOptionClause(); } break; case 3: { - this.state = 5692; + this.state = 5682; this.match(MySqlParser.KW_IDENTIFIED); - this.state = 5693; + this.state = 5683; this.match(MySqlParser.KW_WITH); - this.state = 5694; + this.state = 5684; this.authenticationRule(); } break; case 4: { - this.state = 5695; + this.state = 5685; this.match(MySqlParser.KW_DISCARD); - this.state = 5696; + this.state = 5686; this.match(MySqlParser.KW_OLD); - this.state = 5697; + this.state = 5687; this.match(MySqlParser.KW_PASSWORD); } break; case 5: { - this.state = 5703; + this.state = 5693; this.errorHandler.sync(this); alternative = 1; do { @@ -31518,7 +31490,7 @@ export class MySqlParser extends SQLParserBase { case 1: { { - this.state = 5698; + this.state = 5688; _la = this.tokenStream.LA(1); if(!(_la === 6 || _la === 51 || _la === 492)) { this.errorHandler.recoverInline(this); @@ -31527,14 +31499,14 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5699; + this.state = 5689; this.factor(); - this.state = 5701; + this.state = 5691; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 423) { { - this.state = 5700; + this.state = 5690; this.factorAuthOption(); } } @@ -31545,7 +31517,7 @@ export class MySqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 5705; + this.state = 5695; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 826, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); @@ -31553,7 +31525,7 @@ export class MySqlParser extends SQLParserBase { break; case 6: { - this.state = 5707; + this.state = 5697; this.registrationOption(); } break; @@ -31576,34 +31548,34 @@ export class MySqlParser extends SQLParserBase { } public createUserAuthOption(): CreateUserAuthOptionContext { let localContext = new CreateUserAuthOptionContext(this.context, this.state); - this.enterRule(localContext, 506, MySqlParser.RULE_createUserAuthOption); + this.enterRule(localContext, 504, MySqlParser.RULE_createUserAuthOption); let _la: number; try { - this.state = 5746; + this.state = 5736; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 834, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5710; + this.state = 5700; this.match(MySqlParser.KW_IDENTIFIED); - this.state = 5711; + this.state = 5701; this.match(MySqlParser.KW_BY); - this.state = 5717; + this.state = 5707; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.STRING_LITERAL: { - this.state = 5712; + this.state = 5702; this.match(MySqlParser.STRING_LITERAL); } break; case MySqlParser.KW_RANDOM: { { - this.state = 5713; + this.state = 5703; this.match(MySqlParser.KW_RANDOM); - this.state = 5714; + this.state = 5704; this.match(MySqlParser.KW_PASSWORD); } } @@ -31611,9 +31583,9 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_PASSWORD: { { - this.state = 5715; + this.state = 5705; this.match(MySqlParser.KW_PASSWORD); - this.state = 5716; + this.state = 5706; this.match(MySqlParser.STRING_LITERAL); } } @@ -31621,14 +31593,14 @@ export class MySqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 5721; + this.state = 5711; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 11) { { - this.state = 5719; + this.state = 5709; this.match(MySqlParser.KW_AND); - this.state = 5720; + this.state = 5710; this.createUserAuthOption(); } } @@ -31638,35 +31610,35 @@ export class MySqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5723; + this.state = 5713; this.match(MySqlParser.KW_IDENTIFIED); - this.state = 5724; + this.state = 5714; this.match(MySqlParser.KW_WITH); - this.state = 5725; + this.state = 5715; localContext._authPlugin = this.uid(); - this.state = 5734; + this.state = 5724; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_BY: { { - this.state = 5726; + this.state = 5716; this.match(MySqlParser.KW_BY); - this.state = 5730; + this.state = 5720; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.STRING_LITERAL: { - this.state = 5727; + this.state = 5717; this.match(MySqlParser.STRING_LITERAL); } break; case MySqlParser.KW_RANDOM: { { - this.state = 5728; + this.state = 5718; this.match(MySqlParser.KW_RANDOM); - this.state = 5729; + this.state = 5719; this.match(MySqlParser.KW_PASSWORD); } } @@ -31679,9 +31651,9 @@ export class MySqlParser extends SQLParserBase { break; case MySqlParser.KW_AS: { - this.state = 5732; + this.state = 5722; this.match(MySqlParser.KW_AS); - this.state = 5733; + this.state = 5723; this.match(MySqlParser.STRING_LITERAL); } break; @@ -31762,14 +31734,14 @@ export class MySqlParser extends SQLParserBase { default: break; } - this.state = 5738; + this.state = 5728; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 11) { { - this.state = 5736; + this.state = 5726; this.match(MySqlParser.KW_AND); - this.state = 5737; + this.state = 5727; this.createUserAuthOption(); } } @@ -31779,18 +31751,18 @@ export class MySqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5740; + this.state = 5730; this.match(MySqlParser.KW_IDENTIFIED); - this.state = 5741; + this.state = 5731; this.match(MySqlParser.KW_WITH); - this.state = 5742; + this.state = 5732; localContext._authPlugin = this.uid(); - this.state = 5744; + this.state = 5734; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 427) { { - this.state = 5743; + this.state = 5733; this.createUserInitialAuthOption(); } } @@ -31815,38 +31787,38 @@ export class MySqlParser extends SQLParserBase { } public createUserInitialAuthOption(): CreateUserInitialAuthOptionContext { let localContext = new CreateUserInitialAuthOptionContext(this.context, this.state); - this.enterRule(localContext, 508, MySqlParser.RULE_createUserInitialAuthOption); + this.enterRule(localContext, 506, MySqlParser.RULE_createUserInitialAuthOption); try { - this.state = 5765; + this.state = 5755; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 836, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5748; + this.state = 5738; this.match(MySqlParser.KW_INITIAL); - this.state = 5749; + this.state = 5739; this.match(MySqlParser.KW_AUTHENTICATION); - this.state = 5750; + this.state = 5740; this.match(MySqlParser.KW_IDENTIFIED); - this.state = 5751; + this.state = 5741; this.match(MySqlParser.KW_BY); - this.state = 5755; + this.state = 5745; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_RANDOM: { { - this.state = 5752; + this.state = 5742; this.match(MySqlParser.KW_RANDOM); - this.state = 5753; + this.state = 5743; this.match(MySqlParser.KW_PASSWORD); } } break; case MySqlParser.STRING_LITERAL: { - this.state = 5754; + this.state = 5744; this.match(MySqlParser.STRING_LITERAL); } break; @@ -31858,19 +31830,19 @@ export class MySqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5757; + this.state = 5747; this.match(MySqlParser.KW_INITIAL); - this.state = 5758; + this.state = 5748; this.match(MySqlParser.KW_AUTHENTICATION); - this.state = 5759; + this.state = 5749; this.match(MySqlParser.KW_IDENTIFIED); - this.state = 5760; + this.state = 5750; this.match(MySqlParser.KW_WITH); - this.state = 5761; + this.state = 5751; localContext._authPlugin = this.uid(); - this.state = 5762; + this.state = 5752; this.match(MySqlParser.KW_AS); - this.state = 5763; + this.state = 5753; this.match(MySqlParser.STRING_LITERAL); } break; @@ -31892,24 +31864,24 @@ export class MySqlParser extends SQLParserBase { } public userAuthOption(): UserAuthOptionContext { let localContext = new UserAuthOptionContext(this.context, this.state); - this.enterRule(localContext, 510, MySqlParser.RULE_userAuthOption); + this.enterRule(localContext, 508, MySqlParser.RULE_userAuthOption); try { - this.state = 5792; + this.state = 5782; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 837, this.context) ) { case 1: localContext = new HashAuthOptionContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 5767; + this.state = 5757; this.userName(); - this.state = 5768; + this.state = 5758; this.match(MySqlParser.KW_IDENTIFIED); - this.state = 5769; + this.state = 5759; this.match(MySqlParser.KW_BY); - this.state = 5770; + this.state = 5760; this.match(MySqlParser.KW_PASSWORD); - this.state = 5771; + this.state = 5761; (localContext as HashAuthOptionContext)._hashed = this.match(MySqlParser.STRING_LITERAL); } break; @@ -31917,17 +31889,17 @@ export class MySqlParser extends SQLParserBase { localContext = new RandomAuthOptionContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 5773; + this.state = 5763; this.userName(); - this.state = 5774; + this.state = 5764; this.match(MySqlParser.KW_IDENTIFIED); - this.state = 5775; + this.state = 5765; this.match(MySqlParser.KW_BY); - this.state = 5776; + this.state = 5766; this.match(MySqlParser.KW_RANDOM); - this.state = 5777; + this.state = 5767; this.match(MySqlParser.KW_PASSWORD); - this.state = 5778; + this.state = 5768; this.authOptionClause(); } break; @@ -31935,15 +31907,15 @@ export class MySqlParser extends SQLParserBase { localContext = new StringAuthOptionContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 5780; + this.state = 5770; this.userName(); - this.state = 5781; + this.state = 5771; this.match(MySqlParser.KW_IDENTIFIED); - this.state = 5782; + this.state = 5772; this.match(MySqlParser.KW_BY); - this.state = 5783; + this.state = 5773; this.match(MySqlParser.STRING_LITERAL); - this.state = 5784; + this.state = 5774; this.authOptionClause(); } break; @@ -31951,13 +31923,13 @@ export class MySqlParser extends SQLParserBase { localContext = new ModuleAuthOptionContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 5786; + this.state = 5776; this.userName(); - this.state = 5787; + this.state = 5777; this.match(MySqlParser.KW_IDENTIFIED); - this.state = 5788; + this.state = 5778; this.match(MySqlParser.KW_WITH); - this.state = 5789; + this.state = 5779; this.authenticationRule(); } break; @@ -31965,7 +31937,7 @@ export class MySqlParser extends SQLParserBase { localContext = new SimpleAuthOptionContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 5791; + this.state = 5781; this.userName(); } break; @@ -31987,33 +31959,33 @@ export class MySqlParser extends SQLParserBase { } public authOptionClause(): AuthOptionClauseContext { let localContext = new AuthOptionClauseContext(this.context, this.state); - this.enterRule(localContext, 512, MySqlParser.RULE_authOptionClause); + this.enterRule(localContext, 510, MySqlParser.RULE_authOptionClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5796; + this.state = 5786; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 838, this.context) ) { case 1: { - this.state = 5794; + this.state = 5784; this.match(MySqlParser.KW_REPLACE); - this.state = 5795; + this.state = 5785; this.match(MySqlParser.STRING_LITERAL); } break; } - this.state = 5801; + this.state = 5791; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 147) { { - this.state = 5798; + this.state = 5788; this.match(MySqlParser.KW_RETAIN); - this.state = 5799; + this.state = 5789; this.match(MySqlParser.KW_CURRENT); - this.state = 5800; + this.state = 5790; this.match(MySqlParser.KW_PASSWORD); } } @@ -32036,24 +32008,24 @@ export class MySqlParser extends SQLParserBase { } public authenticationRule(): AuthenticationRuleContext { let localContext = new AuthenticationRuleContext(this.context, this.state); - this.enterRule(localContext, 514, MySqlParser.RULE_authenticationRule); + this.enterRule(localContext, 512, MySqlParser.RULE_authenticationRule); let _la: number; try { - this.state = 5817; + this.state = 5807; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 842, this.context) ) { case 1: localContext = new ModuleContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 5803; + this.state = 5793; (localContext as ModuleContext)._authPlugin = this.uid(); - this.state = 5811; + this.state = 5801; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 841, this.context) ) { case 1: { - this.state = 5804; + this.state = 5794; _la = this.tokenStream.LA(1); if(!(_la === 13 || _la === 20 || _la === 188)) { this.errorHandler.recoverInline(this); @@ -32062,27 +32034,27 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5808; + this.state = 5798; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.STRING_LITERAL: { - this.state = 5805; + this.state = 5795; this.match(MySqlParser.STRING_LITERAL); } break; case MySqlParser.KW_RANDOM: { - this.state = 5806; + this.state = 5796; this.match(MySqlParser.KW_RANDOM); - this.state = 5807; + this.state = 5797; this.match(MySqlParser.KW_PASSWORD); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 5810; + this.state = 5800; this.authOptionClause(); } break; @@ -32093,11 +32065,11 @@ export class MySqlParser extends SQLParserBase { localContext = new PasswordModuleOptionContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 5813; + this.state = 5803; (localContext as PasswordModuleOptionContext)._authPlugin = this.uid(); - this.state = 5814; + this.state = 5804; this.match(MySqlParser.KW_USING); - this.state = 5815; + this.state = 5805; this.passwordFunctionClause(); } break; @@ -32119,49 +32091,49 @@ export class MySqlParser extends SQLParserBase { } public tlsOption(): TlsOptionContext { let localContext = new TlsOptionContext(this.context, this.state); - this.enterRule(localContext, 516, MySqlParser.RULE_tlsOption); + this.enterRule(localContext, 514, MySqlParser.RULE_tlsOption); try { - this.state = 5827; + this.state = 5817; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_SSL: this.enterOuterAlt(localContext, 1); { - this.state = 5819; + this.state = 5809; this.match(MySqlParser.KW_SSL); } break; case MySqlParser.KW_X509: this.enterOuterAlt(localContext, 2); { - this.state = 5820; + this.state = 5810; this.match(MySqlParser.KW_X509); } break; case MySqlParser.KW_CIPHER: this.enterOuterAlt(localContext, 3); { - this.state = 5821; + this.state = 5811; this.match(MySqlParser.KW_CIPHER); - this.state = 5822; + this.state = 5812; this.match(MySqlParser.STRING_LITERAL); } break; case MySqlParser.KW_ISSUER: this.enterOuterAlt(localContext, 4); { - this.state = 5823; + this.state = 5813; this.match(MySqlParser.KW_ISSUER); - this.state = 5824; + this.state = 5814; this.match(MySqlParser.STRING_LITERAL); } break; case MySqlParser.KW_SUBJECT: this.enterOuterAlt(localContext, 5); { - this.state = 5825; + this.state = 5815; this.match(MySqlParser.KW_SUBJECT); - this.state = 5826; + this.state = 5816; this.match(MySqlParser.STRING_LITERAL); } break; @@ -32185,44 +32157,44 @@ export class MySqlParser extends SQLParserBase { } public userResourceOption(): UserResourceOptionContext { let localContext = new UserResourceOptionContext(this.context, this.state); - this.enterRule(localContext, 518, MySqlParser.RULE_userResourceOption); + this.enterRule(localContext, 516, MySqlParser.RULE_userResourceOption); try { - this.state = 5837; + this.state = 5827; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_MAX_QUERIES_PER_HOUR: this.enterOuterAlt(localContext, 1); { - this.state = 5829; + this.state = 5819; this.match(MySqlParser.KW_MAX_QUERIES_PER_HOUR); - this.state = 5830; + this.state = 5820; this.decimalLiteral(); } break; case MySqlParser.KW_MAX_UPDATES_PER_HOUR: this.enterOuterAlt(localContext, 2); { - this.state = 5831; + this.state = 5821; this.match(MySqlParser.KW_MAX_UPDATES_PER_HOUR); - this.state = 5832; + this.state = 5822; this.decimalLiteral(); } break; case MySqlParser.KW_MAX_CONNECTIONS_PER_HOUR: this.enterOuterAlt(localContext, 3); { - this.state = 5833; + this.state = 5823; this.match(MySqlParser.KW_MAX_CONNECTIONS_PER_HOUR); - this.state = 5834; + this.state = 5824; this.decimalLiteral(); } break; case MySqlParser.KW_MAX_USER_CONNECTIONS: this.enterOuterAlt(localContext, 4); { - this.state = 5835; + this.state = 5825; this.match(MySqlParser.KW_MAX_USER_CONNECTIONS); - this.state = 5836; + this.state = 5826; this.decimalLiteral(); } break; @@ -32246,41 +32218,41 @@ export class MySqlParser extends SQLParserBase { } public userPasswordOption(): UserPasswordOptionContext { let localContext = new UserPasswordOptionContext(this.context, this.state); - this.enterRule(localContext, 520, MySqlParser.RULE_userPasswordOption); + this.enterRule(localContext, 518, MySqlParser.RULE_userPasswordOption); let _la: number; try { - this.state = 5877; + this.state = 5867; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 850, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5839; + this.state = 5829; this.match(MySqlParser.KW_PASSWORD); - this.state = 5840; + this.state = 5830; this.match(MySqlParser.KW_EXPIRE); - this.state = 5847; + this.state = 5837; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_DEFAULT: { - this.state = 5841; + this.state = 5831; localContext._expireType = this.match(MySqlParser.KW_DEFAULT); } break; case MySqlParser.KW_NEVER: { - this.state = 5842; + this.state = 5832; localContext._expireType = this.match(MySqlParser.KW_NEVER); } break; case MySqlParser.KW_INTERVAL: { - this.state = 5843; + this.state = 5833; localContext._expireType = this.match(MySqlParser.KW_INTERVAL); - this.state = 5844; + this.state = 5834; this.decimalLiteral(); - this.state = 5845; + this.state = 5835; this.match(MySqlParser.KW_DAY); } break; @@ -32363,16 +32335,16 @@ export class MySqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5849; + this.state = 5839; this.match(MySqlParser.KW_PASSWORD); - this.state = 5850; + this.state = 5840; this.match(MySqlParser.KW_HISTORY); - this.state = 5853; + this.state = 5843; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_DEFAULT: { - this.state = 5851; + this.state = 5841; this.match(MySqlParser.KW_DEFAULT); } break; @@ -32383,7 +32355,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.DECIMAL_LITERAL: case MySqlParser.REAL_LITERAL: { - this.state = 5852; + this.state = 5842; this.decimalLiteral(); } break; @@ -32395,18 +32367,18 @@ export class MySqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5855; + this.state = 5845; this.match(MySqlParser.KW_PASSWORD); - this.state = 5856; + this.state = 5846; this.match(MySqlParser.KW_REUSE); - this.state = 5857; + this.state = 5847; this.match(MySqlParser.KW_INTERVAL); - this.state = 5862; + this.state = 5852; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_DEFAULT: { - this.state = 5858; + this.state = 5848; this.match(MySqlParser.KW_DEFAULT); } break; @@ -32417,9 +32389,9 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.DECIMAL_LITERAL: case MySqlParser.REAL_LITERAL: { - this.state = 5859; + this.state = 5849; this.decimalLiteral(); - this.state = 5860; + this.state = 5850; this.match(MySqlParser.KW_DAY); } break; @@ -32431,18 +32403,18 @@ export class MySqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 5864; + this.state = 5854; this.match(MySqlParser.KW_PASSWORD); - this.state = 5865; + this.state = 5855; this.match(MySqlParser.KW_REQUIRE); - this.state = 5866; + this.state = 5856; this.match(MySqlParser.KW_CURRENT); - this.state = 5868; + this.state = 5858; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 42 || _la === 122) { { - this.state = 5867; + this.state = 5857; _la = this.tokenStream.LA(1); if(!(_la === 42 || _la === 122)) { this.errorHandler.recoverInline(this); @@ -32459,18 +32431,18 @@ export class MySqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 5870; + this.state = 5860; this.match(MySqlParser.KW_FAILED_LOGIN_ATTEMPTS); - this.state = 5871; + this.state = 5861; this.decimalLiteral(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 5872; + this.state = 5862; this.match(MySqlParser.KW_PASSWORD_LOCK_TIME); - this.state = 5875; + this.state = 5865; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.ZERO_DECIMAL: @@ -32480,13 +32452,13 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.DECIMAL_LITERAL: case MySqlParser.REAL_LITERAL: { - this.state = 5873; + this.state = 5863; this.decimalLiteral(); } break; case MySqlParser.KW_UNBOUNDED: { - this.state = 5874; + this.state = 5864; this.match(MySqlParser.KW_UNBOUNDED); } break; @@ -32513,14 +32485,14 @@ export class MySqlParser extends SQLParserBase { } public userLockOption(): UserLockOptionContext { let localContext = new UserLockOptionContext(this.context, this.state); - this.enterRule(localContext, 522, MySqlParser.RULE_userLockOption); + this.enterRule(localContext, 520, MySqlParser.RULE_userLockOption); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5879; + this.state = 5869; this.match(MySqlParser.KW_ACCOUNT); - this.state = 5880; + this.state = 5870; localContext._lockType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 104 || _la === 183)) { @@ -32548,48 +32520,48 @@ export class MySqlParser extends SQLParserBase { } public factorAuthOption(): FactorAuthOptionContext { let localContext = new FactorAuthOptionContext(this.context, this.state); - this.enterRule(localContext, 524, MySqlParser.RULE_factorAuthOption); + this.enterRule(localContext, 522, MySqlParser.RULE_factorAuthOption); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5882; + this.state = 5872; this.match(MySqlParser.KW_IDENTIFIED); - this.state = 5885; + this.state = 5875; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 194) { { - this.state = 5883; + this.state = 5873; this.match(MySqlParser.KW_WITH); - this.state = 5884; + this.state = 5874; localContext._authPlugin = this.uid(); } } - this.state = 5895; + this.state = 5885; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_BY: { { - this.state = 5887; + this.state = 5877; this.match(MySqlParser.KW_BY); - this.state = 5891; + this.state = 5881; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.STRING_LITERAL: { - this.state = 5888; + this.state = 5878; this.match(MySqlParser.STRING_LITERAL); } break; case MySqlParser.KW_RANDOM: { { - this.state = 5889; + this.state = 5879; this.match(MySqlParser.KW_RANDOM); - this.state = 5890; + this.state = 5880; this.match(MySqlParser.KW_PASSWORD); } } @@ -32602,9 +32574,9 @@ export class MySqlParser extends SQLParserBase { break; case MySqlParser.KW_AS: { - this.state = 5893; + this.state = 5883; this.match(MySqlParser.KW_AS); - this.state = 5894; + this.state = 5884; this.match(MySqlParser.STRING_LITERAL); } break; @@ -32629,47 +32601,47 @@ export class MySqlParser extends SQLParserBase { } public registrationOption(): RegistrationOptionContext { let localContext = new RegistrationOptionContext(this.context, this.state); - this.enterRule(localContext, 526, MySqlParser.RULE_registrationOption); + this.enterRule(localContext, 524, MySqlParser.RULE_registrationOption); try { - this.state = 5912; + this.state = 5902; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 854, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5897; + this.state = 5887; this.factor(); - this.state = 5898; + this.state = 5888; this.match(MySqlParser.KW_INITIATE); - this.state = 5899; + this.state = 5889; this.match(MySqlParser.KW_REGISTRATION); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5901; + this.state = 5891; this.factor(); - this.state = 5902; + this.state = 5892; this.match(MySqlParser.KW_FINISH); - this.state = 5903; + this.state = 5893; this.match(MySqlParser.KW_REGISTRATION); - this.state = 5904; + this.state = 5894; this.match(MySqlParser.KW_SET); - this.state = 5905; + this.state = 5895; this.match(MySqlParser.KW_CHALLENGE_RESPONSE); - this.state = 5906; + this.state = 5896; this.match(MySqlParser.KW_AS); - this.state = 5907; + this.state = 5897; this.match(MySqlParser.STRING_LITERAL); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5909; + this.state = 5899; this.factor(); - this.state = 5910; + this.state = 5900; this.match(MySqlParser.KW_UNREGISTER); } break; @@ -32691,12 +32663,12 @@ export class MySqlParser extends SQLParserBase { } public factor(): FactorContext { let localContext = new FactorContext(this.context, this.state); - this.enterRule(localContext, 528, MySqlParser.RULE_factor); + this.enterRule(localContext, 526, MySqlParser.RULE_factor); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5914; + this.state = 5904; _la = this.tokenStream.LA(1); if(!(_la === 873 || _la === 874)) { this.errorHandler.recoverInline(this); @@ -32705,7 +32677,7 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5915; + this.state = 5905; this.match(MySqlParser.KW_FACTOR); } } @@ -32725,23 +32697,23 @@ export class MySqlParser extends SQLParserBase { } public privilegeClause(): PrivilegeClauseContext { let localContext = new PrivilegeClauseContext(this.context, this.state); - this.enterRule(localContext, 530, MySqlParser.RULE_privilegeClause); + this.enterRule(localContext, 528, MySqlParser.RULE_privilegeClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5917; + this.state = 5907; this.privilege(); - this.state = 5922; + this.state = 5912; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 866) { { - this.state = 5918; + this.state = 5908; this.match(MySqlParser.LR_BRACKET); - this.state = 5919; + this.state = 5909; this.columnNames(); - this.state = 5920; + this.state = 5910; this.match(MySqlParser.RR_BRACKET); } } @@ -32764,23 +32736,23 @@ export class MySqlParser extends SQLParserBase { } public privilege(): PrivilegeContext { let localContext = new PrivilegeContext(this.context, this.state); - this.enterRule(localContext, 532, MySqlParser.RULE_privilege); + this.enterRule(localContext, 530, MySqlParser.RULE_privilege); let _la: number; try { - this.state = 6017; + this.state = 6007; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 860, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5924; + this.state = 5914; this.match(MySqlParser.KW_ALL); - this.state = 5926; + this.state = 5916; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 734) { { - this.state = 5925; + this.state = 5915; this.match(MySqlParser.KW_PRIVILEGES); } } @@ -32790,14 +32762,14 @@ export class MySqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5928; + this.state = 5918; this.match(MySqlParser.KW_ALTER); - this.state = 5930; + this.state = 5920; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 743) { { - this.state = 5929; + this.state = 5919; this.match(MySqlParser.KW_ROUTINE); } } @@ -32807,46 +32779,46 @@ export class MySqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5932; + this.state = 5922; this.match(MySqlParser.KW_CREATE); - this.state = 5940; + this.state = 5930; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_TEMPORARY: { - this.state = 5933; + this.state = 5923; this.match(MySqlParser.KW_TEMPORARY); - this.state = 5934; + this.state = 5924; this.match(MySqlParser.KW_TABLES); } break; case MySqlParser.KW_ROUTINE: { - this.state = 5935; + this.state = 5925; this.match(MySqlParser.KW_ROUTINE); } break; case MySqlParser.KW_VIEW: { - this.state = 5936; + this.state = 5926; this.match(MySqlParser.KW_VIEW); } break; case MySqlParser.KW_USER: { - this.state = 5937; + this.state = 5927; this.match(MySqlParser.KW_USER); } break; case MySqlParser.KW_TABLESPACE: { - this.state = 5938; + this.state = 5928; this.match(MySqlParser.KW_TABLESPACE); } break; case MySqlParser.KW_ROLE: { - this.state = 5939; + this.state = 5929; this.match(MySqlParser.KW_ROLE); } break; @@ -32862,21 +32834,21 @@ export class MySqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 5942; + this.state = 5932; this.match(MySqlParser.KW_DELETE); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 5943; + this.state = 5933; this.match(MySqlParser.KW_DROP); - this.state = 5945; + this.state = 5935; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 582) { { - this.state = 5944; + this.state = 5934; this.match(MySqlParser.KW_ROLE); } } @@ -32886,90 +32858,90 @@ export class MySqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 5947; + this.state = 5937; this.match(MySqlParser.KW_EVENT); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 5948; + this.state = 5938; this.match(MySqlParser.KW_EXECUTE); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 5949; + this.state = 5939; this.match(MySqlParser.KW_FILE); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 5950; + this.state = 5940; this.match(MySqlParser.KW_GRANT); - this.state = 5951; + this.state = 5941; this.match(MySqlParser.KW_OPTION); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 5952; + this.state = 5942; this.match(MySqlParser.KW_INDEX); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 5953; + this.state = 5943; this.match(MySqlParser.KW_INSERT); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 5954; + this.state = 5944; this.match(MySqlParser.KW_LOCK); - this.state = 5955; + this.state = 5945; this.match(MySqlParser.KW_TABLES); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 5956; + this.state = 5946; this.match(MySqlParser.KW_PROCESS); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 5957; + this.state = 5947; this.match(MySqlParser.KW_PROXY); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 5958; + this.state = 5948; this.match(MySqlParser.KW_REFERENCES); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 5959; + this.state = 5949; this.match(MySqlParser.KW_RELOAD); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 5960; + this.state = 5950; this.match(MySqlParser.KW_REPLICATION); - this.state = 5961; + this.state = 5951; _la = this.tokenStream.LA(1); if(!(_la === 333 || _la === 598)) { this.errorHandler.recoverInline(this); @@ -32983,16 +32955,16 @@ export class MySqlParser extends SQLParserBase { case 18: this.enterOuterAlt(localContext, 18); { - this.state = 5962; + this.state = 5952; this.match(MySqlParser.KW_SELECT); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 5963; + this.state = 5953; this.match(MySqlParser.KW_SHOW); - this.state = 5964; + this.state = 5954; _la = this.tokenStream.LA(1); if(!(_la === 40 || _la === 684)) { this.errorHandler.recoverInline(this); @@ -33006,339 +32978,339 @@ export class MySqlParser extends SQLParserBase { case 20: this.enterOuterAlt(localContext, 20); { - this.state = 5965; + this.state = 5955; this.match(MySqlParser.KW_SHUTDOWN); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 5966; + this.state = 5956; this.match(MySqlParser.KW_SUPER); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 5967; + this.state = 5957; this.match(MySqlParser.KW_TRIGGER); } break; case 23: this.enterOuterAlt(localContext, 23); { - this.state = 5968; + this.state = 5958; this.match(MySqlParser.KW_UPDATE); } break; case 24: this.enterOuterAlt(localContext, 24); { - this.state = 5969; + this.state = 5959; this.match(MySqlParser.KW_USAGE); } break; case 25: this.enterOuterAlt(localContext, 25); { - this.state = 5970; + this.state = 5960; this.match(MySqlParser.KW_APPLICATION_PASSWORD_ADMIN); } break; case 26: this.enterOuterAlt(localContext, 26); { - this.state = 5971; + this.state = 5961; this.match(MySqlParser.KW_AUDIT_ABORT_EXEMPT); } break; case 27: this.enterOuterAlt(localContext, 27); { - this.state = 5972; + this.state = 5962; this.match(MySqlParser.KW_AUDIT_ADMIN); } break; case 28: this.enterOuterAlt(localContext, 28); { - this.state = 5973; + this.state = 5963; this.match(MySqlParser.KW_AUTHENTICATION_POLICY_ADMIN); } break; case 29: this.enterOuterAlt(localContext, 29); { - this.state = 5974; + this.state = 5964; this.match(MySqlParser.KW_BACKUP_ADMIN); } break; case 30: this.enterOuterAlt(localContext, 30); { - this.state = 5975; + this.state = 5965; this.match(MySqlParser.KW_BINLOG_ADMIN); } break; case 31: this.enterOuterAlt(localContext, 31); { - this.state = 5976; + this.state = 5966; this.match(MySqlParser.KW_BINLOG_ENCRYPTION_ADMIN); } break; case 32: this.enterOuterAlt(localContext, 32); { - this.state = 5977; + this.state = 5967; this.match(MySqlParser.KW_CLONE_ADMIN); } break; case 33: this.enterOuterAlt(localContext, 33); { - this.state = 5978; + this.state = 5968; this.match(MySqlParser.KW_CONNECTION_ADMIN); } break; case 34: this.enterOuterAlt(localContext, 34); { - this.state = 5979; + this.state = 5969; this.match(MySqlParser.KW_ENCRYPTION_KEY_ADMIN); } break; case 35: this.enterOuterAlt(localContext, 35); { - this.state = 5980; + this.state = 5970; this.match(MySqlParser.KW_FIREWALL_ADMIN); } break; case 36: this.enterOuterAlt(localContext, 36); { - this.state = 5981; + this.state = 5971; this.match(MySqlParser.KW_FIREWALL_EXEMPT); } break; case 37: this.enterOuterAlt(localContext, 37); { - this.state = 5982; + this.state = 5972; this.match(MySqlParser.KW_FIREWALL_USER); } break; case 38: this.enterOuterAlt(localContext, 38); { - this.state = 5983; + this.state = 5973; this.match(MySqlParser.KW_FLUSH_OPTIMIZER_COSTS); } break; case 39: this.enterOuterAlt(localContext, 39); { - this.state = 5984; + this.state = 5974; this.match(MySqlParser.KW_FLUSH_STATUS); } break; case 40: this.enterOuterAlt(localContext, 40); { - this.state = 5985; + this.state = 5975; this.match(MySqlParser.KW_FLUSH_TABLES); } break; case 41: this.enterOuterAlt(localContext, 41); { - this.state = 5986; + this.state = 5976; this.match(MySqlParser.KW_FLUSH_USER_RESOURCES); } break; case 42: this.enterOuterAlt(localContext, 42); { - this.state = 5987; + this.state = 5977; this.match(MySqlParser.KW_GROUP_REPLICATION_ADMIN); } break; case 43: this.enterOuterAlt(localContext, 43); { - this.state = 5988; + this.state = 5978; this.match(MySqlParser.KW_INNODB_REDO_LOG_ARCHIVE); } break; case 44: this.enterOuterAlt(localContext, 44); { - this.state = 5989; + this.state = 5979; this.match(MySqlParser.KW_INNODB_REDO_LOG_ENABLE); } break; case 45: this.enterOuterAlt(localContext, 45); { - this.state = 5990; + this.state = 5980; this.match(MySqlParser.KW_NDB_STORED_USER); } break; case 46: this.enterOuterAlt(localContext, 46); { - this.state = 5991; + this.state = 5981; this.match(MySqlParser.KW_PASSWORDLESS_USER_ADMIN); } break; case 47: this.enterOuterAlt(localContext, 47); { - this.state = 5992; + this.state = 5982; this.match(MySqlParser.KW_PERSIST_RO_VARIABLES_ADMIN); } break; case 48: this.enterOuterAlt(localContext, 48); { - this.state = 5993; + this.state = 5983; this.match(MySqlParser.KW_REPLICATION_APPLIER); } break; case 49: this.enterOuterAlt(localContext, 49); { - this.state = 5994; + this.state = 5984; this.match(MySqlParser.KW_REPLICATION_SLAVE_ADMIN); } break; case 50: this.enterOuterAlt(localContext, 50); { - this.state = 5995; + this.state = 5985; this.match(MySqlParser.KW_RESOURCE_GROUP_ADMIN); } break; case 51: this.enterOuterAlt(localContext, 51); { - this.state = 5996; + this.state = 5986; this.match(MySqlParser.KW_RESOURCE_GROUP_USER); } break; case 52: this.enterOuterAlt(localContext, 52); { - this.state = 5997; + this.state = 5987; this.match(MySqlParser.KW_ROLE_ADMIN); } break; case 53: this.enterOuterAlt(localContext, 53); { - this.state = 5998; + this.state = 5988; this.match(MySqlParser.KW_SERVICE_CONNECTION_ADMIN); } break; case 54: this.enterOuterAlt(localContext, 54); { - this.state = 5999; + this.state = 5989; this.match(MySqlParser.KW_SESSION_VARIABLES_ADMIN); } break; case 55: this.enterOuterAlt(localContext, 55); { - this.state = 6000; + this.state = 5990; this.match(MySqlParser.KW_SET_USER_ID); } break; case 56: this.enterOuterAlt(localContext, 56); { - this.state = 6001; + this.state = 5991; this.match(MySqlParser.KW_SKIP_QUERY_REWRITE); } break; case 57: this.enterOuterAlt(localContext, 57); { - this.state = 6002; + this.state = 5992; this.match(MySqlParser.KW_SHOW_ROUTINE); } break; case 58: this.enterOuterAlt(localContext, 58); { - this.state = 6003; + this.state = 5993; this.match(MySqlParser.KW_SYSTEM_USER); } break; case 59: this.enterOuterAlt(localContext, 59); { - this.state = 6004; + this.state = 5994; this.match(MySqlParser.KW_SYSTEM_VARIABLES_ADMIN); } break; case 60: this.enterOuterAlt(localContext, 60); { - this.state = 6005; + this.state = 5995; this.match(MySqlParser.KW_TABLE_ENCRYPTION_ADMIN); } break; case 61: this.enterOuterAlt(localContext, 61); { - this.state = 6006; + this.state = 5996; this.match(MySqlParser.KW_TP_CONNECTION_ADMIN); } break; case 62: this.enterOuterAlt(localContext, 62); { - this.state = 6007; + this.state = 5997; this.match(MySqlParser.KW_VERSION_TOKEN_ADMIN); } break; case 63: this.enterOuterAlt(localContext, 63); { - this.state = 6008; + this.state = 5998; this.match(MySqlParser.KW_XA_RECOVER_ADMIN); } break; case 64: this.enterOuterAlt(localContext, 64); { - this.state = 6009; + this.state = 5999; this.match(MySqlParser.KW_LOAD); - this.state = 6010; + this.state = 6000; this.match(MySqlParser.KW_FROM); - this.state = 6011; + this.state = 6001; this.match(MySqlParser.KW_S3); } break; case 65: this.enterOuterAlt(localContext, 65); { - this.state = 6012; + this.state = 6002; this.match(MySqlParser.KW_SELECT); - this.state = 6013; + this.state = 6003; this.match(MySqlParser.KW_INTO); - this.state = 6014; + this.state = 6004; this.match(MySqlParser.KW_S3); } break; case 66: this.enterOuterAlt(localContext, 66); { - this.state = 6015; + this.state = 6005; this.match(MySqlParser.KW_INVOKE); - this.state = 6016; + this.state = 6006; this.match(MySqlParser.KW_LAMBDA); } break; @@ -33360,16 +33332,16 @@ export class MySqlParser extends SQLParserBase { } public privilegeLevel(): PrivilegeLevelContext { let localContext = new PrivilegeLevelContext(this.context, this.state); - this.enterRule(localContext, 534, MySqlParser.RULE_privilegeLevel); + this.enterRule(localContext, 532, MySqlParser.RULE_privilegeLevel); try { - this.state = 6035; + this.state = 6025; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 861, this.context) ) { case 1: localContext = new CurrentSchemaPriviLevelContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 6019; + this.state = 6009; this.match(MySqlParser.STAR); } break; @@ -33377,11 +33349,11 @@ export class MySqlParser extends SQLParserBase { localContext = new GlobalPrivLevelContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 6020; + this.state = 6010; this.match(MySqlParser.STAR); - this.state = 6021; + this.state = 6011; this.match(MySqlParser.DOT); - this.state = 6022; + this.state = 6012; this.match(MySqlParser.STAR); } break; @@ -33389,11 +33361,11 @@ export class MySqlParser extends SQLParserBase { localContext = new DefiniteSchemaPrivLevelContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 6023; + this.state = 6013; this.uid(); - this.state = 6024; + this.state = 6014; this.match(MySqlParser.DOT); - this.state = 6025; + this.state = 6015; this.match(MySqlParser.STAR); } break; @@ -33401,11 +33373,11 @@ export class MySqlParser extends SQLParserBase { localContext = new DefiniteFullTablePrivLevelContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 6027; + this.state = 6017; this.uid(); - this.state = 6028; + this.state = 6018; this.match(MySqlParser.DOT); - this.state = 6029; + this.state = 6019; this.uid(); } break; @@ -33413,9 +33385,9 @@ export class MySqlParser extends SQLParserBase { localContext = new DefiniteFullTablePrivLevel2Context(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 6031; + this.state = 6021; this.uid(); - this.state = 6032; + this.state = 6022; this.dottedId(); } break; @@ -33423,7 +33395,7 @@ export class MySqlParser extends SQLParserBase { localContext = new DefiniteTablePrivLevelContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 6034; + this.state = 6024; this.uid(); } break; @@ -33445,15 +33417,15 @@ export class MySqlParser extends SQLParserBase { } public renameUserClause(): RenameUserClauseContext { let localContext = new RenameUserClauseContext(this.context, this.state); - this.enterRule(localContext, 536, MySqlParser.RULE_renameUserClause); + this.enterRule(localContext, 534, MySqlParser.RULE_renameUserClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 6037; + this.state = 6027; localContext._fromFirst = this.userName(); - this.state = 6038; + this.state = 6028; this.match(MySqlParser.KW_TO); - this.state = 6039; + this.state = 6029; localContext._toFirst = this.userName(); } } @@ -33473,70 +33445,70 @@ export class MySqlParser extends SQLParserBase { } public analyzeTable(): AnalyzeTableContext { let localContext = new AnalyzeTableContext(this.context, this.state); - this.enterRule(localContext, 538, MySqlParser.RULE_analyzeTable); + this.enterRule(localContext, 536, MySqlParser.RULE_analyzeTable); let _la: number; try { - this.state = 6089; + this.state = 6079; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 868, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6041; + this.state = 6031; this.match(MySqlParser.KW_ANALYZE); - this.state = 6043; + this.state = 6033; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 115 || _la === 450) { { - this.state = 6042; + this.state = 6032; this.tableActionOption(); } } - this.state = 6045; + this.state = 6035; this.match(MySqlParser.KW_TABLE); - this.state = 6046; + this.state = 6036; this.tableNames(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6047; + this.state = 6037; this.match(MySqlParser.KW_ANALYZE); - this.state = 6049; + this.state = 6039; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 115 || _la === 450) { { - this.state = 6048; + this.state = 6038; this.tableActionOption(); } } - this.state = 6051; + this.state = 6041; this.match(MySqlParser.KW_TABLE); - this.state = 6052; + this.state = 6042; this.tableName(); - this.state = 6053; + this.state = 6043; this.match(MySqlParser.KW_UPDATE); - this.state = 6054; + this.state = 6044; this.match(MySqlParser.KW_HISTOGRAM); - this.state = 6055; + this.state = 6045; this.match(MySqlParser.KW_ON); - this.state = 6056; + this.state = 6046; this.columnNames(); - this.state = 6061; + this.state = 6051; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 864, this.context) ) { case 1: { - this.state = 6057; + this.state = 6047; this.match(MySqlParser.KW_WITH); - this.state = 6058; + this.state = 6048; this.decimalLiteral(); - this.state = 6059; + this.state = 6049; this.match(MySqlParser.KW_BUCKETS); } break; @@ -33546,40 +33518,40 @@ export class MySqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6063; + this.state = 6053; this.match(MySqlParser.KW_ANALYZE); - this.state = 6065; + this.state = 6055; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 115 || _la === 450) { { - this.state = 6064; + this.state = 6054; this.tableActionOption(); } } - this.state = 6067; + this.state = 6057; this.match(MySqlParser.KW_TABLE); - this.state = 6068; + this.state = 6058; this.tableName(); - this.state = 6069; + this.state = 6059; this.match(MySqlParser.KW_UPDATE); - this.state = 6070; + this.state = 6060; this.match(MySqlParser.KW_HISTOGRAM); - this.state = 6071; + this.state = 6061; this.match(MySqlParser.KW_ON); - this.state = 6072; + this.state = 6062; this.columnName(); - this.state = 6076; + this.state = 6066; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 188) { { - this.state = 6073; + this.state = 6063; this.match(MySqlParser.KW_USING); - this.state = 6074; + this.state = 6064; this.match(MySqlParser.KW_DATA); - this.state = 6075; + this.state = 6065; this.match(MySqlParser.STRING_LITERAL); } } @@ -33589,29 +33561,29 @@ export class MySqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 6078; + this.state = 6068; this.match(MySqlParser.KW_ANALYZE); - this.state = 6080; + this.state = 6070; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 115 || _la === 450) { { - this.state = 6079; + this.state = 6069; this.tableActionOption(); } } - this.state = 6082; + this.state = 6072; this.match(MySqlParser.KW_TABLE); - this.state = 6083; + this.state = 6073; this.tableName(); - this.state = 6084; + this.state = 6074; this.match(MySqlParser.KW_DROP); - this.state = 6085; + this.state = 6075; this.match(MySqlParser.KW_HISTOGRAM); - this.state = 6086; + this.state = 6076; this.match(MySqlParser.KW_ON); - this.state = 6087; + this.state = 6077; this.columnNames(); } break; @@ -33633,28 +33605,28 @@ export class MySqlParser extends SQLParserBase { } public checkTable(): CheckTableContext { let localContext = new CheckTableContext(this.context, this.state); - this.enterRule(localContext, 540, MySqlParser.RULE_checkTable); + this.enterRule(localContext, 538, MySqlParser.RULE_checkTable); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6091; + this.state = 6081; this.match(MySqlParser.KW_CHECK); - this.state = 6092; + this.state = 6082; this.match(MySqlParser.KW_TABLE); - this.state = 6093; + this.state = 6083; this.tableNames(); - this.state = 6097; + this.state = 6087; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 65 || _la === 327 || _la === 392 || _la === 396 || _la === 484 || _la === 549) { { { - this.state = 6094; + this.state = 6084; this.checkTableOption(); } } - this.state = 6099; + this.state = 6089; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -33676,23 +33648,23 @@ export class MySqlParser extends SQLParserBase { } public checksumTable(): ChecksumTableContext { let localContext = new ChecksumTableContext(this.context, this.state); - this.enterRule(localContext, 542, MySqlParser.RULE_checksumTable); + this.enterRule(localContext, 540, MySqlParser.RULE_checksumTable); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6100; + this.state = 6090; this.match(MySqlParser.KW_CHECKSUM); - this.state = 6101; + this.state = 6091; this.match(MySqlParser.KW_TABLE); - this.state = 6102; + this.state = 6092; this.tableNames(); - this.state = 6104; + this.state = 6094; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 392 || _la === 549) { { - this.state = 6103; + this.state = 6093; localContext._actionOption = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 392 || _la === 549)) { @@ -33723,24 +33695,24 @@ export class MySqlParser extends SQLParserBase { } public optimizeTable(): OptimizeTableContext { let localContext = new OptimizeTableContext(this.context, this.state); - this.enterRule(localContext, 544, MySqlParser.RULE_optimizeTable); + this.enterRule(localContext, 542, MySqlParser.RULE_optimizeTable); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6106; + this.state = 6096; this.match(MySqlParser.KW_OPTIMIZE); - this.state = 6108; + this.state = 6098; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 115 || _la === 450) { { - this.state = 6107; + this.state = 6097; this.tableActionOption(); } } - this.state = 6110; + this.state = 6100; _la = this.tokenStream.LA(1); if(!(_la === 173 || _la === 752)) { this.errorHandler.recoverInline(this); @@ -33749,7 +33721,7 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6111; + this.state = 6101; this.tableNames(); } } @@ -33769,53 +33741,53 @@ export class MySqlParser extends SQLParserBase { } public repairTable(): RepairTableContext { let localContext = new RepairTableContext(this.context, this.state); - this.enterRule(localContext, 546, MySqlParser.RULE_repairTable); + this.enterRule(localContext, 544, MySqlParser.RULE_repairTable); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6113; + this.state = 6103; this.match(MySqlParser.KW_REPAIR); - this.state = 6115; + this.state = 6105; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 115 || _la === 450) { { - this.state = 6114; + this.state = 6104; this.tableActionOption(); } } - this.state = 6117; + this.state = 6107; this.match(MySqlParser.KW_TABLE); - this.state = 6118; + this.state = 6108; this.tableNames(); - this.state = 6120; + this.state = 6110; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 549) { { - this.state = 6119; + this.state = 6109; this.match(MySqlParser.KW_QUICK); } } - this.state = 6123; + this.state = 6113; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 392) { { - this.state = 6122; + this.state = 6112; this.match(MySqlParser.KW_EXTENDED); } } - this.state = 6126; + this.state = 6116; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 679) { { - this.state = 6125; + this.state = 6115; this.match(MySqlParser.KW_USE_FRM); } } @@ -33838,12 +33810,12 @@ export class MySqlParser extends SQLParserBase { } public tableActionOption(): TableActionOptionContext { let localContext = new TableActionOptionContext(this.context, this.state); - this.enterRule(localContext, 548, MySqlParser.RULE_tableActionOption); + this.enterRule(localContext, 546, MySqlParser.RULE_tableActionOption); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6128; + this.state = 6118; _la = this.tokenStream.LA(1); if(!(_la === 115 || _la === 450)) { this.errorHandler.recoverInline(this); @@ -33870,52 +33842,52 @@ export class MySqlParser extends SQLParserBase { } public checkTableOption(): CheckTableOptionContext { let localContext = new CheckTableOptionContext(this.context, this.state); - this.enterRule(localContext, 550, MySqlParser.RULE_checkTableOption); + this.enterRule(localContext, 548, MySqlParser.RULE_checkTableOption); try { - this.state = 6137; + this.state = 6127; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_FOR: this.enterOuterAlt(localContext, 1); { - this.state = 6130; + this.state = 6120; this.match(MySqlParser.KW_FOR); - this.state = 6131; + this.state = 6121; this.match(MySqlParser.KW_UPGRADE); } break; case MySqlParser.KW_QUICK: this.enterOuterAlt(localContext, 2); { - this.state = 6132; + this.state = 6122; this.match(MySqlParser.KW_QUICK); } break; case MySqlParser.KW_FAST: this.enterOuterAlt(localContext, 3); { - this.state = 6133; + this.state = 6123; this.match(MySqlParser.KW_FAST); } break; case MySqlParser.KW_MEDIUM: this.enterOuterAlt(localContext, 4); { - this.state = 6134; + this.state = 6124; this.match(MySqlParser.KW_MEDIUM); } break; case MySqlParser.KW_EXTENDED: this.enterOuterAlt(localContext, 5); { - this.state = 6135; + this.state = 6125; this.match(MySqlParser.KW_EXTENDED); } break; case MySqlParser.KW_CHANGED: this.enterOuterAlt(localContext, 6); { - this.state = 6136; + this.state = 6126; this.match(MySqlParser.KW_CHANGED); } break; @@ -33939,55 +33911,55 @@ export class MySqlParser extends SQLParserBase { } public installComponent(): InstallComponentContext { let localContext = new InstallComponentContext(this.context, this.state); - this.enterRule(localContext, 552, MySqlParser.RULE_installComponent); + this.enterRule(localContext, 550, MySqlParser.RULE_installComponent); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6139; + this.state = 6129; this.match(MySqlParser.KW_INSTALL); - this.state = 6140; + this.state = 6130; this.match(MySqlParser.KW_COMPONENT); - this.state = 6141; + this.state = 6131; localContext._component_name = this.uid(); - this.state = 6146; + this.state = 6136; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 6142; + this.state = 6132; this.match(MySqlParser.COMMA); - this.state = 6143; + this.state = 6133; localContext._component_name = this.uid(); } } - this.state = 6148; + this.state = 6138; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 6158; + this.state = 6148; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 879, this.context) ) { case 1: { - this.state = 6149; + this.state = 6139; this.match(MySqlParser.KW_SET); - this.state = 6150; + this.state = 6140; this.variableExpr(); - this.state = 6155; + this.state = 6145; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 6151; + this.state = 6141; this.match(MySqlParser.COMMA); - this.state = 6152; + this.state = 6142; this.variableExpr(); } } - this.state = 6157; + this.state = 6147; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -34012,12 +33984,12 @@ export class MySqlParser extends SQLParserBase { } public variableExpr(): VariableExprContext { let localContext = new VariableExprContext(this.context, this.state); - this.enterRule(localContext, 554, MySqlParser.RULE_variableExpr); + this.enterRule(localContext, 552, MySqlParser.RULE_variableExpr); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6160; + this.state = 6150; _la = this.tokenStream.LA(1); if(!(_la === 413 || _la === 531 || _la === 893 || _la === 894)) { this.errorHandler.recoverInline(this); @@ -34026,11 +33998,11 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6161; + this.state = 6151; localContext._system_var_name = this.fullId(); - this.state = 6162; + this.state = 6152; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 6163; + this.state = 6153; this.expression(0); } } @@ -34050,30 +34022,30 @@ export class MySqlParser extends SQLParserBase { } public uninstallComponent(): UninstallComponentContext { let localContext = new UninstallComponentContext(this.context, this.state); - this.enterRule(localContext, 556, MySqlParser.RULE_uninstallComponent); + this.enterRule(localContext, 554, MySqlParser.RULE_uninstallComponent); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6165; + this.state = 6155; this.match(MySqlParser.KW_UNINSTALL); - this.state = 6166; + this.state = 6156; this.match(MySqlParser.KW_COMPONENT); - this.state = 6167; + this.state = 6157; localContext._component_name = this.uid(); - this.state = 6172; + this.state = 6162; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 6168; + this.state = 6158; this.match(MySqlParser.COMMA); - this.state = 6169; + this.state = 6159; localContext._component_name = this.uid(); } } - this.state = 6174; + this.state = 6164; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -34095,19 +34067,19 @@ export class MySqlParser extends SQLParserBase { } public installPlugin(): InstallPluginContext { let localContext = new InstallPluginContext(this.context, this.state); - this.enterRule(localContext, 558, MySqlParser.RULE_installPlugin); + this.enterRule(localContext, 556, MySqlParser.RULE_installPlugin); try { this.enterOuterAlt(localContext, 1); { - this.state = 6175; + this.state = 6165; this.match(MySqlParser.KW_INSTALL); - this.state = 6176; + this.state = 6166; this.match(MySqlParser.KW_PLUGIN); - this.state = 6177; + this.state = 6167; localContext._pluginName = this.uid(); - this.state = 6178; + this.state = 6168; this.match(MySqlParser.KW_SONAME); - this.state = 6179; + this.state = 6169; this.match(MySqlParser.STRING_LITERAL); } } @@ -34127,15 +34099,15 @@ export class MySqlParser extends SQLParserBase { } public uninstallPlugin(): UninstallPluginContext { let localContext = new UninstallPluginContext(this.context, this.state); - this.enterRule(localContext, 560, MySqlParser.RULE_uninstallPlugin); + this.enterRule(localContext, 558, MySqlParser.RULE_uninstallPlugin); try { this.enterOuterAlt(localContext, 1); { - this.state = 6181; + this.state = 6171; this.match(MySqlParser.KW_UNINSTALL); - this.state = 6182; + this.state = 6172; this.match(MySqlParser.KW_PLUGIN); - this.state = 6183; + this.state = 6173; localContext._pluginName = this.uid(); } } @@ -34155,96 +34127,96 @@ export class MySqlParser extends SQLParserBase { } public cloneStatement(): CloneStatementContext { let localContext = new CloneStatementContext(this.context, this.state); - this.enterRule(localContext, 562, MySqlParser.RULE_cloneStatement); + this.enterRule(localContext, 560, MySqlParser.RULE_cloneStatement); let _la: number; try { - this.state = 6215; + this.state = 6205; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 886, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6185; + this.state = 6175; this.match(MySqlParser.KW_CLONE); - this.state = 6186; + this.state = 6176; this.match(MySqlParser.KW_LOCAL); - this.state = 6187; + this.state = 6177; this.match(MySqlParser.KW_DATA); - this.state = 6188; + this.state = 6178; this.match(MySqlParser.KW_DIRECTORY); - this.state = 6190; + this.state = 6180; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 6189; + this.state = 6179; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 6192; + this.state = 6182; this.match(MySqlParser.STRING_LITERAL); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6193; + this.state = 6183; this.match(MySqlParser.KW_CLONE); - this.state = 6194; + this.state = 6184; this.match(MySqlParser.KW_INSTANCE); - this.state = 6195; + this.state = 6185; this.match(MySqlParser.KW_FROM); - this.state = 6196; + this.state = 6186; this.userHostPort(); - this.state = 6197; + this.state = 6187; this.match(MySqlParser.KW_IDENTIFIED); - this.state = 6198; + this.state = 6188; this.match(MySqlParser.KW_BY); - this.state = 6199; + this.state = 6189; this.match(MySqlParser.STRING_LITERAL); - this.state = 6206; + this.state = 6196; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 360) { { - this.state = 6200; + this.state = 6190; this.match(MySqlParser.KW_DATA); - this.state = 6201; + this.state = 6191; this.match(MySqlParser.KW_DIRECTORY); - this.state = 6203; + this.state = 6193; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 857) { { - this.state = 6202; + this.state = 6192; this.match(MySqlParser.EQUAL_SYMBOL); } } - this.state = 6205; + this.state = 6195; this.match(MySqlParser.STRING_LITERAL); } } - this.state = 6213; + this.state = 6203; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 144) { { - this.state = 6208; + this.state = 6198; this.match(MySqlParser.KW_REQUIRE); - this.state = 6210; + this.state = 6200; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 502) { { - this.state = 6209; + this.state = 6199; this.match(MySqlParser.KW_NO); } } - this.state = 6212; + this.state = 6202; this.match(MySqlParser.KW_SSL); } } @@ -34269,21 +34241,21 @@ export class MySqlParser extends SQLParserBase { } public setStatement(): SetStatementContext { let localContext = new SetStatementContext(this.context, this.state); - this.enterRule(localContext, 564, MySqlParser.RULE_setStatement); + this.enterRule(localContext, 562, MySqlParser.RULE_setStatement); let _la: number; try { - this.state = 6269; + this.state = 6259; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 894, this.context) ) { case 1: localContext = new SetVariableContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 6217; + this.state = 6207; this.match(MySqlParser.KW_SET); - this.state = 6218; + this.state = 6208; this.variableClause(); - this.state = 6219; + this.state = 6209; _la = this.tokenStream.LA(1); if(!(_la === 841 || _la === 857)) { this.errorHandler.recoverInline(this); @@ -34292,33 +34264,33 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6222; + this.state = 6212; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 887, this.context) ) { case 1: { - this.state = 6220; + this.state = 6210; this.expression(0); } break; case 2: { - this.state = 6221; + this.state = 6211; this.match(MySqlParser.KW_ON); } break; } - this.state = 6233; + this.state = 6223; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 6224; + this.state = 6214; this.match(MySqlParser.COMMA); - this.state = 6225; + this.state = 6215; this.variableClause(); - this.state = 6226; + this.state = 6216; _la = this.tokenStream.LA(1); if(!(_la === 841 || _la === 857)) { this.errorHandler.recoverInline(this); @@ -34327,25 +34299,25 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6229; + this.state = 6219; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 888, this.context) ) { case 1: { - this.state = 6227; + this.state = 6217; this.expression(0); } break; case 2: { - this.state = 6228; + this.state = 6218; this.match(MySqlParser.KW_ON); } break; } } } - this.state = 6235; + this.state = 6225; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -34355,11 +34327,11 @@ export class MySqlParser extends SQLParserBase { localContext = new SetCharsetContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 6236; + this.state = 6226; this.match(MySqlParser.KW_SET); - this.state = 6237; + this.state = 6227; this.charSet(); - this.state = 6240; + this.state = 6230; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_BINARY: @@ -34407,13 +34379,13 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.CHARSET_REVERSE_QOUTE_STRING: case MySqlParser.STRING_LITERAL: { - this.state = 6238; + this.state = 6228; this.charsetName(); } break; case MySqlParser.KW_DEFAULT: { - this.state = 6239; + this.state = 6229; this.match(MySqlParser.KW_DEFAULT); } break; @@ -34426,11 +34398,11 @@ export class MySqlParser extends SQLParserBase { localContext = new SetNamesContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 6242; + this.state = 6232; this.match(MySqlParser.KW_SET); - this.state = 6243; + this.state = 6233; this.match(MySqlParser.KW_NAMES); - this.state = 6250; + this.state = 6240; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_BINARY: @@ -34478,16 +34450,16 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.CHARSET_REVERSE_QOUTE_STRING: case MySqlParser.STRING_LITERAL: { - this.state = 6244; + this.state = 6234; this.charsetName(); - this.state = 6247; + this.state = 6237; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 28) { { - this.state = 6245; + this.state = 6235; this.match(MySqlParser.KW_COLLATE); - this.state = 6246; + this.state = 6236; this.collationName(); } } @@ -34496,7 +34468,7 @@ export class MySqlParser extends SQLParserBase { break; case MySqlParser.KW_DEFAULT: { - this.state = 6249; + this.state = 6239; this.match(MySqlParser.KW_DEFAULT); } break; @@ -34509,7 +34481,7 @@ export class MySqlParser extends SQLParserBase { localContext = new SetPasswordContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 6252; + this.state = 6242; this.setPasswordStatement(); } break; @@ -34517,7 +34489,7 @@ export class MySqlParser extends SQLParserBase { localContext = new SetTransactionContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 6253; + this.state = 6243; this.setTransactionStatement(); } break; @@ -34525,7 +34497,7 @@ export class MySqlParser extends SQLParserBase { localContext = new SetAutocommitContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 6254; + this.state = 6244; this.setAutocommitStatement(); } break; @@ -34533,11 +34505,11 @@ export class MySqlParser extends SQLParserBase { localContext = new SetNewValueInsideTriggerContext(localContext); this.enterOuterAlt(localContext, 7); { - this.state = 6255; + this.state = 6245; this.match(MySqlParser.KW_SET); - this.state = 6256; + this.state = 6246; (localContext as SetNewValueInsideTriggerContext)._system_var_name = this.fullId(); - this.state = 6257; + this.state = 6247; _la = this.tokenStream.LA(1); if(!(_la === 841 || _la === 857)) { this.errorHandler.recoverInline(this); @@ -34546,19 +34518,19 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6258; + this.state = 6248; this.expression(0); - this.state = 6266; + this.state = 6256; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 6259; + this.state = 6249; this.match(MySqlParser.COMMA); - this.state = 6260; + this.state = 6250; (localContext as SetNewValueInsideTriggerContext)._system_var_name = this.fullId(); - this.state = 6261; + this.state = 6251; _la = this.tokenStream.LA(1); if(!(_la === 841 || _la === 857)) { this.errorHandler.recoverInline(this); @@ -34567,11 +34539,11 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6262; + this.state = 6252; this.expression(0); } } - this.state = 6268; + this.state = 6258; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -34595,19 +34567,19 @@ export class MySqlParser extends SQLParserBase { } public showStatement(): ShowStatementContext { let localContext = new ShowStatementContext(this.context, this.state); - this.enterRule(localContext, 566, MySqlParser.RULE_showStatement); + this.enterRule(localContext, 564, MySqlParser.RULE_showStatement); let _la: number; try { - this.state = 6455; + this.state = 6445; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 923, this.context) ) { case 1: localContext = new ShowMasterLogsContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 6271; + this.state = 6261; this.match(MySqlParser.KW_SHOW); - this.state = 6272; + this.state = 6262; (localContext as ShowMasterLogsContext)._logFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 228 || _la === 453)) { @@ -34617,7 +34589,7 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6273; + this.state = 6263; this.match(MySqlParser.KW_LOGS); } break; @@ -34625,9 +34597,9 @@ export class MySqlParser extends SQLParserBase { localContext = new ShowLogEventsContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 6274; + this.state = 6264; this.match(MySqlParser.KW_SHOW); - this.state = 6275; + this.state = 6265; (localContext as ShowLogEventsContext)._logFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 318 || _la === 559)) { @@ -34637,62 +34609,62 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6276; + this.state = 6266; this.match(MySqlParser.KW_EVENTS); - this.state = 6279; + this.state = 6269; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80) { { - this.state = 6277; + this.state = 6267; this.match(MySqlParser.KW_IN); - this.state = 6278; + this.state = 6268; (localContext as ShowLogEventsContext)._filename = this.match(MySqlParser.STRING_LITERAL); } } - this.state = 6283; + this.state = 6273; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 68) { { - this.state = 6281; + this.state = 6271; this.match(MySqlParser.KW_FROM); - this.state = 6282; + this.state = 6272; (localContext as ShowLogEventsContext)._fromPosition = this.decimalLiteral(); } } - this.state = 6292; + this.state = 6282; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 6285; + this.state = 6275; this.match(MySqlParser.KW_LIMIT); - this.state = 6289; + this.state = 6279; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 897, this.context) ) { case 1: { - this.state = 6286; + this.state = 6276; (localContext as ShowLogEventsContext)._offset = this.decimalLiteral(); - this.state = 6287; + this.state = 6277; this.match(MySqlParser.COMMA); } break; } - this.state = 6291; + this.state = 6281; (localContext as ShowLogEventsContext)._rowCount = this.decimalLiteral(); } } - this.state = 6295; + this.state = 6285; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 65) { { - this.state = 6294; + this.state = 6284; this.channelOption(); } } @@ -34703,16 +34675,16 @@ export class MySqlParser extends SQLParserBase { localContext = new ShowObjectFilterContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 6297; + this.state = 6287; this.match(MySqlParser.KW_SHOW); - this.state = 6298; + this.state = 6288; this.showCommonEntity(); - this.state = 6300; + this.state = 6290; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 99 || _la === 192) { { - this.state = 6299; + this.state = 6289; this.showFilter(); } } @@ -34723,29 +34695,29 @@ export class MySqlParser extends SQLParserBase { localContext = new ShowColumnsContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 6302; + this.state = 6292; this.match(MySqlParser.KW_SHOW); - this.state = 6304; + this.state = 6294; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 392) { { - this.state = 6303; + this.state = 6293; this.match(MySqlParser.KW_EXTENDED); } } - this.state = 6307; + this.state = 6297; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 408) { { - this.state = 6306; + this.state = 6296; this.match(MySqlParser.KW_FULL); } } - this.state = 6309; + this.state = 6299; (localContext as ShowColumnsContext)._columnsFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 337 || _la === 398)) { @@ -34755,7 +34727,7 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6310; + this.state = 6300; (localContext as ShowColumnsContext)._tableFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 68 || _la === 80)) { @@ -34765,14 +34737,14 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6311; + this.state = 6301; this.tableName(); - this.state = 6314; + this.state = 6304; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 68 || _la === 80) { { - this.state = 6312; + this.state = 6302; (localContext as ShowColumnsContext)._schemaFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 68 || _la === 80)) { @@ -34782,17 +34754,17 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6313; + this.state = 6303; this.databaseName(); } } - this.state = 6317; + this.state = 6307; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 99 || _la === 192) { { - this.state = 6316; + this.state = 6306; this.showFilter(); } } @@ -34803,11 +34775,11 @@ export class MySqlParser extends SQLParserBase { localContext = new ShowCreateDbContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 6319; + this.state = 6309; this.match(MySqlParser.KW_SHOW); - this.state = 6320; + this.state = 6310; this.match(MySqlParser.KW_CREATE); - this.state = 6321; + this.state = 6311; _la = this.tokenStream.LA(1); if(!(_la === 39 || _la === 152)) { this.errorHandler.recoverInline(this); @@ -34816,17 +34788,17 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6323; + this.state = 6313; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 905, this.context) ) { case 1: { - this.state = 6322; + this.state = 6312; this.ifNotExists(); } break; } - this.state = 6325; + this.state = 6315; this.databaseName(); } break; @@ -34834,11 +34806,11 @@ export class MySqlParser extends SQLParserBase { localContext = new ShowCreateFullIdObjectContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 6326; + this.state = 6316; this.match(MySqlParser.KW_SHOW); - this.state = 6327; + this.state = 6317; this.match(MySqlParser.KW_CREATE); - this.state = 6328; + this.state = 6318; _la = this.tokenStream.LA(1); if(!(_la === 132 || _la === 178 || _la === 385)) { this.errorHandler.recoverInline(this); @@ -34847,7 +34819,7 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6329; + this.state = 6319; this.fullId(); } break; @@ -34855,13 +34827,13 @@ export class MySqlParser extends SQLParserBase { localContext = new ShowCreateFunctionContext(localContext); this.enterOuterAlt(localContext, 7); { - this.state = 6330; + this.state = 6320; this.match(MySqlParser.KW_SHOW); - this.state = 6331; + this.state = 6321; this.match(MySqlParser.KW_CREATE); - this.state = 6332; + this.state = 6322; this.match(MySqlParser.KW_FUNCTION); - this.state = 6333; + this.state = 6323; this.functionName(); } break; @@ -34869,13 +34841,13 @@ export class MySqlParser extends SQLParserBase { localContext = new ShowCreateViewContext(localContext); this.enterOuterAlt(localContext, 8); { - this.state = 6334; + this.state = 6324; this.match(MySqlParser.KW_SHOW); - this.state = 6335; + this.state = 6325; this.match(MySqlParser.KW_CREATE); - this.state = 6336; + this.state = 6326; this.match(MySqlParser.KW_VIEW); - this.state = 6337; + this.state = 6327; this.viewName(); } break; @@ -34883,13 +34855,13 @@ export class MySqlParser extends SQLParserBase { localContext = new ShowCreateTableContext(localContext); this.enterOuterAlt(localContext, 9); { - this.state = 6338; + this.state = 6328; this.match(MySqlParser.KW_SHOW); - this.state = 6339; + this.state = 6329; this.match(MySqlParser.KW_CREATE); - this.state = 6340; + this.state = 6330; this.match(MySqlParser.KW_TABLE); - this.state = 6341; + this.state = 6331; this.tableName(); } break; @@ -34897,13 +34869,13 @@ export class MySqlParser extends SQLParserBase { localContext = new ShowCreateUserContext(localContext); this.enterOuterAlt(localContext, 10); { - this.state = 6342; + this.state = 6332; this.match(MySqlParser.KW_SHOW); - this.state = 6343; + this.state = 6333; this.match(MySqlParser.KW_CREATE); - this.state = 6344; + this.state = 6334; this.match(MySqlParser.KW_USER); - this.state = 6345; + this.state = 6335; this.userName(); } break; @@ -34911,13 +34883,13 @@ export class MySqlParser extends SQLParserBase { localContext = new ShowEngineContext(localContext); this.enterOuterAlt(localContext, 11); { - this.state = 6346; + this.state = 6336; this.match(MySqlParser.KW_SHOW); - this.state = 6347; + this.state = 6337; this.match(MySqlParser.KW_ENGINE); - this.state = 6348; + this.state = 6338; this.engineName(); - this.state = 6349; + this.state = 6339; (localContext as ShowEngineContext)._engineOption = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 493 || _la === 645)) { @@ -34933,9 +34905,9 @@ export class MySqlParser extends SQLParserBase { localContext = new ShowGlobalInfoContext(localContext); this.enterOuterAlt(localContext, 12); { - this.state = 6351; + this.state = 6341; this.match(MySqlParser.KW_SHOW); - this.state = 6352; + this.state = 6342; this.showGlobalInfoClause(); } break; @@ -34943,9 +34915,9 @@ export class MySqlParser extends SQLParserBase { localContext = new ShowErrorsContext(localContext); this.enterOuterAlt(localContext, 13); { - this.state = 6353; + this.state = 6343; this.match(MySqlParser.KW_SHOW); - this.state = 6354; + this.state = 6344; (localContext as ShowErrorsContext)._errorFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 383 || _la === 688)) { @@ -34955,26 +34927,26 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6362; + this.state = 6352; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 6355; + this.state = 6345; this.match(MySqlParser.KW_LIMIT); - this.state = 6359; + this.state = 6349; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 906, this.context) ) { case 1: { - this.state = 6356; + this.state = 6346; (localContext as ShowErrorsContext)._offset = this.decimalLiteral(); - this.state = 6357; + this.state = 6347; this.match(MySqlParser.COMMA); } break; } - this.state = 6361; + this.state = 6351; (localContext as ShowErrorsContext)._rowCount = this.decimalLiteral(); } } @@ -34985,17 +34957,17 @@ export class MySqlParser extends SQLParserBase { localContext = new ShowCountErrorsContext(localContext); this.enterOuterAlt(localContext, 14); { - this.state = 6364; + this.state = 6354; this.match(MySqlParser.KW_SHOW); - this.state = 6365; + this.state = 6355; this.match(MySqlParser.KW_COUNT); - this.state = 6366; + this.state = 6356; this.match(MySqlParser.LR_BRACKET); - this.state = 6367; + this.state = 6357; this.match(MySqlParser.STAR); - this.state = 6368; + this.state = 6358; this.match(MySqlParser.RR_BRACKET); - this.state = 6369; + this.state = 6359; (localContext as ShowCountErrorsContext)._errorFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 383 || _la === 688)) { @@ -35011,16 +34983,16 @@ export class MySqlParser extends SQLParserBase { localContext = new ShowSchemaFilterContext(localContext); this.enterOuterAlt(localContext, 15); { - this.state = 6370; + this.state = 6360; this.match(MySqlParser.KW_SHOW); - this.state = 6371; + this.state = 6361; this.showSchemaEntity(); - this.state = 6374; + this.state = 6364; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 68 || _la === 80) { { - this.state = 6372; + this.state = 6362; (localContext as ShowSchemaFilterContext)._schemaFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 68 || _la === 80)) { @@ -35030,17 +35002,17 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6373; + this.state = 6363; this.databaseName(); } } - this.state = 6377; + this.state = 6367; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 99 || _la === 192) { { - this.state = 6376; + this.state = 6366; this.showFilter(); } } @@ -35051,13 +35023,13 @@ export class MySqlParser extends SQLParserBase { localContext = new ShowPercedureCodeContext(localContext); this.enterOuterAlt(localContext, 16); { - this.state = 6379; + this.state = 6369; this.match(MySqlParser.KW_SHOW); - this.state = 6380; + this.state = 6370; this.match(MySqlParser.KW_PROCEDURE); - this.state = 6381; + this.state = 6371; this.match(MySqlParser.KW_CODE); - this.state = 6382; + this.state = 6372; (localContext as ShowPercedureCodeContext)._proc_name = this.fullId(); } break; @@ -35065,13 +35037,13 @@ export class MySqlParser extends SQLParserBase { localContext = new ShowFunctionCodeContext(localContext); this.enterOuterAlt(localContext, 17); { - this.state = 6383; + this.state = 6373; this.match(MySqlParser.KW_SHOW); - this.state = 6384; + this.state = 6374; this.match(MySqlParser.KW_FUNCTION); - this.state = 6385; + this.state = 6375; this.match(MySqlParser.KW_CODE); - this.state = 6386; + this.state = 6376; this.functionName(); } break; @@ -35079,27 +35051,27 @@ export class MySqlParser extends SQLParserBase { localContext = new ShowGrantsContext(localContext); this.enterOuterAlt(localContext, 18); { - this.state = 6387; + this.state = 6377; this.match(MySqlParser.KW_SHOW); - this.state = 6388; + this.state = 6378; this.match(MySqlParser.KW_GRANTS); - this.state = 6395; + this.state = 6385; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 65) { { - this.state = 6389; + this.state = 6379; this.match(MySqlParser.KW_FOR); - this.state = 6390; + this.state = 6380; this.userOrRoleName(); - this.state = 6393; + this.state = 6383; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 188) { { - this.state = 6391; + this.state = 6381; this.match(MySqlParser.KW_USING); - this.state = 6392; + this.state = 6382; this.userOrRoleNames(); } } @@ -35113,19 +35085,19 @@ export class MySqlParser extends SQLParserBase { localContext = new ShowIndexesContext(localContext); this.enterOuterAlt(localContext, 19); { - this.state = 6397; + this.state = 6387; this.match(MySqlParser.KW_SHOW); - this.state = 6399; + this.state = 6389; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 392) { { - this.state = 6398; + this.state = 6388; this.match(MySqlParser.KW_EXTENDED); } } - this.state = 6401; + this.state = 6391; (localContext as ShowIndexesContext)._indexFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 82 || _la === 93 || _la === 426)) { @@ -35135,7 +35107,7 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6402; + this.state = 6392; (localContext as ShowIndexesContext)._tableFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 68 || _la === 80)) { @@ -35145,14 +35117,14 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6403; + this.state = 6393; this.tableName(); - this.state = 6406; + this.state = 6396; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 68 || _la === 80) { { - this.state = 6404; + this.state = 6394; (localContext as ShowIndexesContext)._schemaFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 68 || _la === 80)) { @@ -35162,19 +35134,19 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6405; + this.state = 6395; this.databaseName(); } } - this.state = 6410; + this.state = 6400; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 192) { { - this.state = 6408; + this.state = 6398; this.match(MySqlParser.KW_WHERE); - this.state = 6409; + this.state = 6399; this.expression(0); } } @@ -35185,18 +35157,18 @@ export class MySqlParser extends SQLParserBase { localContext = new ShowOpenTablesContext(localContext); this.enterOuterAlt(localContext, 20); { - this.state = 6412; + this.state = 6402; this.match(MySqlParser.KW_SHOW); - this.state = 6413; + this.state = 6403; this.match(MySqlParser.KW_OPEN); - this.state = 6414; + this.state = 6404; this.match(MySqlParser.KW_TABLES); - this.state = 6417; + this.state = 6407; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 68 || _la === 80) { { - this.state = 6415; + this.state = 6405; _la = this.tokenStream.LA(1); if(!(_la === 68 || _la === 80)) { this.errorHandler.recoverInline(this); @@ -35205,17 +35177,17 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6416; + this.state = 6406; this.databaseName(); } } - this.state = 6420; + this.state = 6410; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 99 || _la === 192) { { - this.state = 6419; + this.state = 6409; this.showFilter(); } } @@ -35226,67 +35198,67 @@ export class MySqlParser extends SQLParserBase { localContext = new ShowProfileContext(localContext); this.enterOuterAlt(localContext, 21); { - this.state = 6422; + this.state = 6412; this.match(MySqlParser.KW_SHOW); - this.state = 6423; + this.state = 6413; this.match(MySqlParser.KW_PROFILE); - this.state = 6432; + this.state = 6422; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 7 || _la === 320 || _la === 355 || _la === 358 || _la === 439 || _la === 521 || _la === 605 || _la === 655 || _la === 802) { { - this.state = 6424; + this.state = 6414; this.showProfileType(); - this.state = 6429; + this.state = 6419; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 6425; + this.state = 6415; this.match(MySqlParser.COMMA); - this.state = 6426; + this.state = 6416; this.showProfileType(); } } - this.state = 6431; + this.state = 6421; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 6437; + this.state = 6427; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 65) { { - this.state = 6434; + this.state = 6424; this.match(MySqlParser.KW_FOR); - this.state = 6435; + this.state = 6425; this.match(MySqlParser.KW_QUERY); - this.state = 6436; + this.state = 6426; (localContext as ShowProfileContext)._queryCount = this.decimalLiteral(); } } - this.state = 6445; + this.state = 6435; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 6439; + this.state = 6429; this.match(MySqlParser.KW_LIMIT); - this.state = 6440; + this.state = 6430; (localContext as ShowProfileContext)._rowCount = this.decimalLiteral(); - this.state = 6443; + this.state = 6433; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 509) { { - this.state = 6441; + this.state = 6431; this.match(MySqlParser.KW_OFFSET); - this.state = 6442; + this.state = 6432; (localContext as ShowProfileContext)._offset = this.decimalLiteral(); } } @@ -35300,9 +35272,9 @@ export class MySqlParser extends SQLParserBase { localContext = new ShowSlaveStatusContext(localContext); this.enterOuterAlt(localContext, 22); { - this.state = 6447; + this.state = 6437; this.match(MySqlParser.KW_SHOW); - this.state = 6448; + this.state = 6438; _la = this.tokenStream.LA(1); if(!(_la === 563 || _la === 598)) { this.errorHandler.recoverInline(this); @@ -35311,14 +35283,14 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6449; + this.state = 6439; this.match(MySqlParser.KW_STATUS); - this.state = 6451; + this.state = 6441; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 65) { { - this.state = 6450; + this.state = 6440; this.channelOption(); } } @@ -35329,9 +35301,9 @@ export class MySqlParser extends SQLParserBase { localContext = new ShowReplicasContext(localContext); this.enterOuterAlt(localContext, 23); { - this.state = 6453; + this.state = 6443; this.match(MySqlParser.KW_SHOW); - this.state = 6454; + this.state = 6444; this.match(MySqlParser.KW_REPLICAS); } break; @@ -35353,23 +35325,23 @@ export class MySqlParser extends SQLParserBase { } public variableClause(): VariableClauseContext { let localContext = new VariableClauseContext(this.context, this.state); - this.enterRule(localContext, 568, MySqlParser.RULE_variableClause); + this.enterRule(localContext, 566, MySqlParser.RULE_variableClause); let _la: number; try { - this.state = 6467; + this.state = 6457; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.LOCAL_ID: this.enterOuterAlt(localContext, 1); { - this.state = 6457; + this.state = 6447; this.match(MySqlParser.LOCAL_ID); } break; case MySqlParser.GLOBAL_ID: this.enterOuterAlt(localContext, 2); { - this.state = 6458; + this.state = 6448; this.match(MySqlParser.GLOBAL_ID); } break; @@ -35927,24 +35899,24 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.ID: this.enterOuterAlt(localContext, 3); { - this.state = 6464; + this.state = 6454; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 925, this.context) ) { case 1: { - this.state = 6461; + this.state = 6451; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 870) { { - this.state = 6459; + this.state = 6449; this.match(MySqlParser.AT_SIGN); - this.state = 6460; + this.state = 6450; this.match(MySqlParser.AT_SIGN); } } - this.state = 6463; + this.state = 6453; _la = this.tokenStream.LA(1); if(!(_la === 413 || _la === 450 || _la === 531 || _la === 532 || _la === 593)) { this.errorHandler.recoverInline(this); @@ -35956,7 +35928,7 @@ export class MySqlParser extends SQLParserBase { } break; } - this.state = 6466; + this.state = 6456; localContext._target = this.uid(); } break; @@ -35980,64 +35952,64 @@ export class MySqlParser extends SQLParserBase { } public showCommonEntity(): ShowCommonEntityContext { let localContext = new ShowCommonEntityContext(this.context, this.state); - this.enterRule(localContext, 570, MySqlParser.RULE_showCommonEntity); + this.enterRule(localContext, 568, MySqlParser.RULE_showCommonEntity); let _la: number; try { - this.state = 6483; + this.state = 6473; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_CHARACTER: this.enterOuterAlt(localContext, 1); { - this.state = 6469; + this.state = 6459; this.match(MySqlParser.KW_CHARACTER); - this.state = 6470; + this.state = 6460; this.match(MySqlParser.KW_SET); } break; case MySqlParser.KW_CHARSET: this.enterOuterAlt(localContext, 2); { - this.state = 6471; + this.state = 6461; this.match(MySqlParser.KW_CHARSET); } break; case MySqlParser.KW_COLLATION: this.enterOuterAlt(localContext, 3); { - this.state = 6472; + this.state = 6462; this.match(MySqlParser.KW_COLLATION); } break; case MySqlParser.KW_DATABASES: this.enterOuterAlt(localContext, 4); { - this.state = 6473; + this.state = 6463; this.match(MySqlParser.KW_DATABASES); } break; case MySqlParser.KW_SCHEMAS: this.enterOuterAlt(localContext, 5); { - this.state = 6474; + this.state = 6464; this.match(MySqlParser.KW_SCHEMAS); } break; case MySqlParser.KW_FUNCTION: this.enterOuterAlt(localContext, 6); { - this.state = 6475; + this.state = 6465; this.match(MySqlParser.KW_FUNCTION); - this.state = 6476; + this.state = 6466; this.match(MySqlParser.KW_STATUS); } break; case MySqlParser.KW_PROCEDURE: this.enterOuterAlt(localContext, 7); { - this.state = 6477; + this.state = 6467; this.match(MySqlParser.KW_PROCEDURE); - this.state = 6478; + this.state = 6468; this.match(MySqlParser.KW_STATUS); } break; @@ -36047,12 +36019,12 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_VARIABLES: this.enterOuterAlt(localContext, 8); { - this.state = 6480; + this.state = 6470; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 413 || _la === 593) { { - this.state = 6479; + this.state = 6469; _la = this.tokenStream.LA(1); if(!(_la === 413 || _la === 593)) { this.errorHandler.recoverInline(this); @@ -36064,7 +36036,7 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 6482; + this.state = 6472; _la = this.tokenStream.LA(1); if(!(_la === 645 || _la === 683)) { this.errorHandler.recoverInline(this); @@ -36095,26 +36067,26 @@ export class MySqlParser extends SQLParserBase { } public showFilter(): ShowFilterContext { let localContext = new ShowFilterContext(this.context, this.state); - this.enterRule(localContext, 572, MySqlParser.RULE_showFilter); + this.enterRule(localContext, 570, MySqlParser.RULE_showFilter); try { - this.state = 6489; + this.state = 6479; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_LIKE: this.enterOuterAlt(localContext, 1); { - this.state = 6485; + this.state = 6475; this.match(MySqlParser.KW_LIKE); - this.state = 6486; + this.state = 6476; this.match(MySqlParser.STRING_LITERAL); } break; case MySqlParser.KW_WHERE: this.enterOuterAlt(localContext, 2); { - this.state = 6487; + this.state = 6477; this.match(MySqlParser.KW_WHERE); - this.state = 6488; + this.state = 6478; this.expression(0); } break; @@ -36138,50 +36110,50 @@ export class MySqlParser extends SQLParserBase { } public showGlobalInfoClause(): ShowGlobalInfoClauseContext { let localContext = new ShowGlobalInfoClauseContext(this.context, this.state); - this.enterRule(localContext, 574, MySqlParser.RULE_showGlobalInfoClause); + this.enterRule(localContext, 572, MySqlParser.RULE_showGlobalInfoClause); let _la: number; try { - this.state = 6508; + this.state = 6498; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_ENGINES: case MySqlParser.KW_STORAGE: this.enterOuterAlt(localContext, 1); { - this.state = 6492; + this.state = 6482; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 647) { { - this.state = 6491; + this.state = 6481; this.match(MySqlParser.KW_STORAGE); } } - this.state = 6494; + this.state = 6484; this.match(MySqlParser.KW_ENGINES); } break; case MySqlParser.KW_MASTER: this.enterOuterAlt(localContext, 2); { - this.state = 6495; + this.state = 6485; this.match(MySqlParser.KW_MASTER); - this.state = 6496; + this.state = 6486; this.match(MySqlParser.KW_STATUS); } break; case MySqlParser.KW_PLUGINS: this.enterOuterAlt(localContext, 3); { - this.state = 6497; + this.state = 6487; this.match(MySqlParser.KW_PLUGINS); } break; case MySqlParser.KW_PRIVILEGES: this.enterOuterAlt(localContext, 4); { - this.state = 6498; + this.state = 6488; this.match(MySqlParser.KW_PRIVILEGES); } break; @@ -36189,47 +36161,47 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_PROCESSLIST: this.enterOuterAlt(localContext, 5); { - this.state = 6500; + this.state = 6490; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 408) { { - this.state = 6499; + this.state = 6489; this.match(MySqlParser.KW_FULL); } } - this.state = 6502; + this.state = 6492; this.match(MySqlParser.KW_PROCESSLIST); } break; case MySqlParser.KW_PROFILES: this.enterOuterAlt(localContext, 6); { - this.state = 6503; + this.state = 6493; this.match(MySqlParser.KW_PROFILES); } break; case MySqlParser.KW_SLAVE: this.enterOuterAlt(localContext, 7); { - this.state = 6504; + this.state = 6494; this.match(MySqlParser.KW_SLAVE); - this.state = 6505; + this.state = 6495; this.match(MySqlParser.KW_HOSTS); } break; case MySqlParser.KW_AUTHORS: this.enterOuterAlt(localContext, 8); { - this.state = 6506; + this.state = 6496; this.match(MySqlParser.KW_AUTHORS); } break; case MySqlParser.KW_CONTRIBUTORS: this.enterOuterAlt(localContext, 9); { - this.state = 6507; + this.state = 6497; this.match(MySqlParser.KW_CONTRIBUTORS); } break; @@ -36253,25 +36225,25 @@ export class MySqlParser extends SQLParserBase { } public showSchemaEntity(): ShowSchemaEntityContext { let localContext = new ShowSchemaEntityContext(this.context, this.state); - this.enterRule(localContext, 576, MySqlParser.RULE_showSchemaEntity); + this.enterRule(localContext, 574, MySqlParser.RULE_showSchemaEntity); let _la: number; try { - this.state = 6521; + this.state = 6511; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_EVENTS: this.enterOuterAlt(localContext, 1); { - this.state = 6510; + this.state = 6500; this.match(MySqlParser.KW_EVENTS); } break; case MySqlParser.KW_TABLE: this.enterOuterAlt(localContext, 2); { - this.state = 6511; + this.state = 6501; this.match(MySqlParser.KW_TABLE); - this.state = 6512; + this.state = 6502; this.match(MySqlParser.KW_STATUS); } break; @@ -36280,34 +36252,34 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_TABLES: this.enterOuterAlt(localContext, 3); { - this.state = 6514; + this.state = 6504; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 392) { { - this.state = 6513; + this.state = 6503; this.match(MySqlParser.KW_EXTENDED); } } - this.state = 6517; + this.state = 6507; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 408) { { - this.state = 6516; + this.state = 6506; this.match(MySqlParser.KW_FULL); } } - this.state = 6519; + this.state = 6509; this.match(MySqlParser.KW_TABLES); } break; case MySqlParser.KW_TRIGGERS: this.enterOuterAlt(localContext, 4); { - this.state = 6520; + this.state = 6510; this.match(MySqlParser.KW_TRIGGERS); } break; @@ -36331,77 +36303,77 @@ export class MySqlParser extends SQLParserBase { } public showProfileType(): ShowProfileTypeContext { let localContext = new ShowProfileTypeContext(this.context, this.state); - this.enterRule(localContext, 578, MySqlParser.RULE_showProfileType); + this.enterRule(localContext, 576, MySqlParser.RULE_showProfileType); try { - this.state = 6535; + this.state = 6525; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_ALL: this.enterOuterAlt(localContext, 1); { - this.state = 6523; + this.state = 6513; this.match(MySqlParser.KW_ALL); } break; case MySqlParser.KW_BLOCK: this.enterOuterAlt(localContext, 2); { - this.state = 6524; + this.state = 6514; this.match(MySqlParser.KW_BLOCK); - this.state = 6525; + this.state = 6515; this.match(MySqlParser.KW_IO); } break; case MySqlParser.KW_CONTEXT: this.enterOuterAlt(localContext, 3); { - this.state = 6526; + this.state = 6516; this.match(MySqlParser.KW_CONTEXT); - this.state = 6527; + this.state = 6517; this.match(MySqlParser.KW_SWITCHES); } break; case MySqlParser.KW_CPU: this.enterOuterAlt(localContext, 4); { - this.state = 6528; + this.state = 6518; this.match(MySqlParser.KW_CPU); } break; case MySqlParser.KW_IPC: this.enterOuterAlt(localContext, 5); { - this.state = 6529; + this.state = 6519; this.match(MySqlParser.KW_IPC); } break; case MySqlParser.KW_MEMORY: this.enterOuterAlt(localContext, 6); { - this.state = 6530; + this.state = 6520; this.match(MySqlParser.KW_MEMORY); } break; case MySqlParser.KW_PAGE: this.enterOuterAlt(localContext, 7); { - this.state = 6531; + this.state = 6521; this.match(MySqlParser.KW_PAGE); - this.state = 6532; + this.state = 6522; this.match(MySqlParser.KW_FAULTS); } break; case MySqlParser.KW_SOURCE: this.enterOuterAlt(localContext, 8); { - this.state = 6533; + this.state = 6523; this.match(MySqlParser.KW_SOURCE); } break; case MySqlParser.KW_SWAPS: this.enterOuterAlt(localContext, 9); { - this.state = 6534; + this.state = 6524; this.match(MySqlParser.KW_SWAPS); } break; @@ -36425,13 +36397,13 @@ export class MySqlParser extends SQLParserBase { } public binLogStatement(): BinLogStatementContext { let localContext = new BinLogStatementContext(this.context, this.state); - this.enterRule(localContext, 580, MySqlParser.RULE_binLogStatement); + this.enterRule(localContext, 578, MySqlParser.RULE_binLogStatement); try { this.enterOuterAlt(localContext, 1); { - this.state = 6537; + this.state = 6527; this.match(MySqlParser.KW_BINLOG); - this.state = 6538; + this.state = 6528; this.match(MySqlParser.STRING_LITERAL); } } @@ -36451,35 +36423,35 @@ export class MySqlParser extends SQLParserBase { } public cacheIndexStatement(): CacheIndexStatementContext { let localContext = new CacheIndexStatementContext(this.context, this.state); - this.enterRule(localContext, 582, MySqlParser.RULE_cacheIndexStatement); + this.enterRule(localContext, 580, MySqlParser.RULE_cacheIndexStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6540; + this.state = 6530; this.match(MySqlParser.KW_CACHE); - this.state = 6541; + this.state = 6531; this.match(MySqlParser.KW_INDEX); - this.state = 6559; + this.state = 6549; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 939, this.context) ) { case 1: { - this.state = 6542; + this.state = 6532; this.tableIndex(); - this.state = 6547; + this.state = 6537; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 6543; + this.state = 6533; this.match(MySqlParser.COMMA); - this.state = 6544; + this.state = 6534; this.tableIndex(); } } - this.state = 6549; + this.state = 6539; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -36487,13 +36459,13 @@ export class MySqlParser extends SQLParserBase { break; case 2: { - this.state = 6550; + this.state = 6540; this.tableName(); - this.state = 6551; + this.state = 6541; this.match(MySqlParser.KW_PARTITION); - this.state = 6552; + this.state = 6542; this.match(MySqlParser.LR_BRACKET); - this.state = 6555; + this.state = 6545; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_ARRAY: @@ -37046,27 +37018,27 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.STRING_LITERAL: case MySqlParser.ID: { - this.state = 6553; + this.state = 6543; this.partitionNames(); } break; case MySqlParser.KW_ALL: { - this.state = 6554; + this.state = 6544; this.match(MySqlParser.KW_ALL); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 6557; + this.state = 6547; this.match(MySqlParser.RR_BRACKET); } break; } - this.state = 6561; + this.state = 6551; this.match(MySqlParser.KW_IN); - this.state = 6562; + this.state = 6552; this.databaseName(); } } @@ -37086,38 +37058,38 @@ export class MySqlParser extends SQLParserBase { } public flushStatement(): FlushStatementContext { let localContext = new FlushStatementContext(this.context, this.state); - this.enterRule(localContext, 584, MySqlParser.RULE_flushStatement); + this.enterRule(localContext, 582, MySqlParser.RULE_flushStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6564; + this.state = 6554; this.match(MySqlParser.KW_FLUSH); - this.state = 6566; + this.state = 6556; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 115 || _la === 450) { { - this.state = 6565; + this.state = 6555; this.tableActionOption(); } } - this.state = 6568; + this.state = 6558; this.flushOption(); - this.state = 6573; + this.state = 6563; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 6569; + this.state = 6559; this.match(MySqlParser.COMMA); - this.state = 6570; + this.state = 6560; this.flushOption(); } } - this.state = 6575; + this.state = 6565; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -37139,19 +37111,19 @@ export class MySqlParser extends SQLParserBase { } public killStatement(): KillStatementContext { let localContext = new KillStatementContext(this.context, this.state); - this.enterRule(localContext, 586, MySqlParser.RULE_killStatement); + this.enterRule(localContext, 584, MySqlParser.RULE_killStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6576; + this.state = 6566; this.match(MySqlParser.KW_KILL); - this.state = 6578; + this.state = 6568; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 942, this.context) ) { case 1: { - this.state = 6577; + this.state = 6567; localContext._connectionFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 349 || _la === 548)) { @@ -37164,7 +37136,7 @@ export class MySqlParser extends SQLParserBase { } break; } - this.state = 6580; + this.state = 6570; this.expression(0); } } @@ -37184,34 +37156,34 @@ export class MySqlParser extends SQLParserBase { } public loadIndexIntoCache(): LoadIndexIntoCacheContext { let localContext = new LoadIndexIntoCacheContext(this.context, this.state); - this.enterRule(localContext, 588, MySqlParser.RULE_loadIndexIntoCache); + this.enterRule(localContext, 586, MySqlParser.RULE_loadIndexIntoCache); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6582; + this.state = 6572; this.match(MySqlParser.KW_LOAD); - this.state = 6583; + this.state = 6573; this.match(MySqlParser.KW_INDEX); - this.state = 6584; + this.state = 6574; this.match(MySqlParser.KW_INTO); - this.state = 6585; + this.state = 6575; this.match(MySqlParser.KW_CACHE); - this.state = 6586; + this.state = 6576; this.loadedTableIndexes(); - this.state = 6591; + this.state = 6581; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 6587; + this.state = 6577; this.match(MySqlParser.COMMA); - this.state = 6588; + this.state = 6578; this.loadedTableIndexes(); } } - this.state = 6593; + this.state = 6583; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -37233,28 +37205,28 @@ export class MySqlParser extends SQLParserBase { } public resetStatement(): ResetStatementContext { let localContext = new ResetStatementContext(this.context, this.state); - this.enterRule(localContext, 590, MySqlParser.RULE_resetStatement); + this.enterRule(localContext, 588, MySqlParser.RULE_resetStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6594; + this.state = 6584; this.match(MySqlParser.KW_RESET); - this.state = 6595; + this.state = 6585; this.resetOption(); - this.state = 6600; + this.state = 6590; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 6596; + this.state = 6586; this.match(MySqlParser.COMMA); - this.state = 6597; + this.state = 6587; this.resetOption(); } } - this.state = 6602; + this.state = 6592; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -37276,38 +37248,38 @@ export class MySqlParser extends SQLParserBase { } public resetOption(): ResetOptionContext { let localContext = new ResetOptionContext(this.context, this.state); - this.enterRule(localContext, 592, MySqlParser.RULE_resetOption); + this.enterRule(localContext, 590, MySqlParser.RULE_resetOption); try { - this.state = 6608; + this.state = 6598; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_MASTER: this.enterOuterAlt(localContext, 1); { - this.state = 6603; + this.state = 6593; this.match(MySqlParser.KW_MASTER); } break; case MySqlParser.KW_REPLICA: this.enterOuterAlt(localContext, 2); { - this.state = 6604; + this.state = 6594; this.match(MySqlParser.KW_REPLICA); } break; case MySqlParser.KW_QUERY: this.enterOuterAlt(localContext, 3); { - this.state = 6605; + this.state = 6595; this.match(MySqlParser.KW_QUERY); - this.state = 6606; + this.state = 6596; this.match(MySqlParser.KW_CACHE); } break; case MySqlParser.KW_SLAVE: this.enterOuterAlt(localContext, 4); { - this.state = 6607; + this.state = 6597; this.match(MySqlParser.KW_SLAVE); } break; @@ -37331,30 +37303,30 @@ export class MySqlParser extends SQLParserBase { } public resetPersist(): ResetPersistContext { let localContext = new ResetPersistContext(this.context, this.state); - this.enterRule(localContext, 594, MySqlParser.RULE_resetPersist); + this.enterRule(localContext, 592, MySqlParser.RULE_resetPersist); try { this.enterOuterAlt(localContext, 1); { - this.state = 6610; + this.state = 6600; this.match(MySqlParser.KW_RESET); - this.state = 6611; + this.state = 6601; this.match(MySqlParser.KW_PERSIST); - this.state = 6616; + this.state = 6606; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 947, this.context) ) { case 1: { - this.state = 6613; + this.state = 6603; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 946, this.context) ) { case 1: { - this.state = 6612; + this.state = 6602; this.ifExists(); } break; } - this.state = 6615; + this.state = 6605; localContext._system_var_name = this.uid(); } break; @@ -37377,14 +37349,14 @@ export class MySqlParser extends SQLParserBase { } public resetAllChannel(): ResetAllChannelContext { let localContext = new ResetAllChannelContext(this.context, this.state); - this.enterRule(localContext, 596, MySqlParser.RULE_resetAllChannel); + this.enterRule(localContext, 594, MySqlParser.RULE_resetAllChannel); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6618; + this.state = 6608; this.match(MySqlParser.KW_RESET); - this.state = 6619; + this.state = 6609; _la = this.tokenStream.LA(1); if(!(_la === 563 || _la === 598)) { this.errorHandler.recoverInline(this); @@ -37393,22 +37365,22 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6621; + this.state = 6611; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 7) { { - this.state = 6620; + this.state = 6610; this.match(MySqlParser.KW_ALL); } } - this.state = 6624; + this.state = 6614; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 65) { { - this.state = 6623; + this.state = 6613; this.channelOption(); } } @@ -37431,11 +37403,11 @@ export class MySqlParser extends SQLParserBase { } public reStartStatement(): ReStartStatementContext { let localContext = new ReStartStatementContext(this.context, this.state); - this.enterRule(localContext, 598, MySqlParser.RULE_reStartStatement); + this.enterRule(localContext, 596, MySqlParser.RULE_reStartStatement); try { this.enterOuterAlt(localContext, 1); { - this.state = 6626; + this.state = 6616; this.match(MySqlParser.KW_RESTART); } } @@ -37455,11 +37427,11 @@ export class MySqlParser extends SQLParserBase { } public shutdownStatement(): ShutdownStatementContext { let localContext = new ShutdownStatementContext(this.context, this.state); - this.enterRule(localContext, 600, MySqlParser.RULE_shutdownStatement); + this.enterRule(localContext, 598, MySqlParser.RULE_shutdownStatement); try { this.enterOuterAlt(localContext, 1); { - this.state = 6628; + this.state = 6618; this.match(MySqlParser.KW_SHUTDOWN); } } @@ -37479,19 +37451,19 @@ export class MySqlParser extends SQLParserBase { } public tableIndex(): TableIndexContext { let localContext = new TableIndexContext(this.context, this.state); - this.enterRule(localContext, 602, MySqlParser.RULE_tableIndex); + this.enterRule(localContext, 600, MySqlParser.RULE_tableIndex); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6630; + this.state = 6620; this.tableName(); - this.state = 6636; + this.state = 6626; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82 || _la === 92) { { - this.state = 6631; + this.state = 6621; localContext._indexFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 82 || _la === 92)) { @@ -37501,11 +37473,11 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6632; + this.state = 6622; this.match(MySqlParser.LR_BRACKET); - this.state = 6633; + this.state = 6623; this.indexNames(); - this.state = 6634; + this.state = 6624; this.match(MySqlParser.RR_BRACKET); } } @@ -37528,28 +37500,28 @@ export class MySqlParser extends SQLParserBase { } public flushOption(): FlushOptionContext { let localContext = new FlushOptionContext(this.context, this.state); - this.enterRule(localContext, 604, MySqlParser.RULE_flushOption); + this.enterRule(localContext, 602, MySqlParser.RULE_flushOption); let _la: number; try { - this.state = 6670; + this.state = 6660; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 957, this.context) ) { case 1: localContext = new SimpleFlushOptionContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 6656; + this.state = 6646; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_DES_KEY_FILE: { - this.state = 6638; + this.state = 6628; this.match(MySqlParser.KW_DES_KEY_FILE); } break; case MySqlParser.KW_HOSTS: { - this.state = 6639; + this.state = 6629; this.match(MySqlParser.KW_HOSTS); } break; @@ -37561,12 +37533,12 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_RELAY: case MySqlParser.KW_SLOW: { - this.state = 6641; + this.state = 6631; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 228 || ((((_la - 380)) & ~0x1F) === 0 && ((1 << (_la - 380)) & 1073741829) !== 0) || _la === 556 || _la === 599) { { - this.state = 6640; + this.state = 6630; _la = this.tokenStream.LA(1); if(!(_la === 228 || ((((_la - 380)) & ~0x1F) === 0 && ((1 << (_la - 380)) & 1073741829) !== 0) || _la === 556 || _la === 599)) { this.errorHandler.recoverInline(this); @@ -37578,56 +37550,56 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 6643; + this.state = 6633; this.match(MySqlParser.KW_LOGS); } break; case MySqlParser.KW_OPTIMIZER_COSTS: { - this.state = 6644; + this.state = 6634; this.match(MySqlParser.KW_OPTIMIZER_COSTS); } break; case MySqlParser.KW_PRIVILEGES: { - this.state = 6645; + this.state = 6635; this.match(MySqlParser.KW_PRIVILEGES); } break; case MySqlParser.KW_QUERY: { - this.state = 6646; + this.state = 6636; this.match(MySqlParser.KW_QUERY); - this.state = 6647; + this.state = 6637; this.match(MySqlParser.KW_CACHE); } break; case MySqlParser.KW_STATUS: { - this.state = 6648; + this.state = 6638; this.match(MySqlParser.KW_STATUS); } break; case MySqlParser.KW_USER_RESOURCES: { - this.state = 6649; + this.state = 6639; this.match(MySqlParser.KW_USER_RESOURCES); } break; case MySqlParser.KW_TABLES: { - this.state = 6650; + this.state = 6640; this.match(MySqlParser.KW_TABLES); - this.state = 6654; + this.state = 6644; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 952, this.context) ) { case 1: { - this.state = 6651; + this.state = 6641; this.match(MySqlParser.KW_WITH); - this.state = 6652; + this.state = 6642; this.match(MySqlParser.KW_READ); - this.state = 6653; + this.state = 6643; this.match(MySqlParser.KW_LOCK); } break; @@ -37643,16 +37615,16 @@ export class MySqlParser extends SQLParserBase { localContext = new ChannelFlushOptionContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 6658; + this.state = 6648; this.match(MySqlParser.KW_RELAY); - this.state = 6659; + this.state = 6649; this.match(MySqlParser.KW_LOGS); - this.state = 6661; + this.state = 6651; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 65) { { - this.state = 6660; + this.state = 6650; this.channelOption(); } } @@ -37663,7 +37635,7 @@ export class MySqlParser extends SQLParserBase { localContext = new TableFlushOptionContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 6663; + this.state = 6653; _la = this.tokenStream.LA(1); if(!(_la === 173 || _la === 752)) { this.errorHandler.recoverInline(this); @@ -37672,22 +37644,22 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6665; + this.state = 6655; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 955, this.context) ) { case 1: { - this.state = 6664; + this.state = 6654; this.tableNames(); } break; } - this.state = 6668; + this.state = 6658; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 956, this.context) ) { case 1: { - this.state = 6667; + this.state = 6657; this.flushTableOption(); } break; @@ -37712,28 +37684,28 @@ export class MySqlParser extends SQLParserBase { } public flushTableOption(): FlushTableOptionContext { let localContext = new FlushTableOptionContext(this.context, this.state); - this.enterRule(localContext, 606, MySqlParser.RULE_flushTableOption); + this.enterRule(localContext, 604, MySqlParser.RULE_flushTableOption); try { - this.state = 6677; + this.state = 6667; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_WITH: this.enterOuterAlt(localContext, 1); { - this.state = 6672; + this.state = 6662; this.match(MySqlParser.KW_WITH); - this.state = 6673; + this.state = 6663; this.match(MySqlParser.KW_READ); - this.state = 6674; + this.state = 6664; this.match(MySqlParser.KW_LOCK); } break; case MySqlParser.KW_FOR: this.enterOuterAlt(localContext, 2); { - this.state = 6675; + this.state = 6665; this.match(MySqlParser.KW_FOR); - this.state = 6676; + this.state = 6666; this.match(MySqlParser.KW_EXPORT); } break; @@ -37757,23 +37729,23 @@ export class MySqlParser extends SQLParserBase { } public loadedTableIndexes(): LoadedTableIndexesContext { let localContext = new LoadedTableIndexesContext(this.context, this.state); - this.enterRule(localContext, 608, MySqlParser.RULE_loadedTableIndexes); + this.enterRule(localContext, 606, MySqlParser.RULE_loadedTableIndexes); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6679; + this.state = 6669; this.tableName(); - this.state = 6687; + this.state = 6677; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 130) { { - this.state = 6680; + this.state = 6670; this.match(MySqlParser.KW_PARTITION); - this.state = 6681; + this.state = 6671; this.match(MySqlParser.LR_BRACKET); - this.state = 6684; + this.state = 6674; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_ARRAY: @@ -38326,35 +38298,35 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.STRING_LITERAL: case MySqlParser.ID: { - this.state = 6682; + this.state = 6672; this.partitionNames(); } break; case MySqlParser.KW_ALL: { - this.state = 6683; + this.state = 6673; this.match(MySqlParser.KW_ALL); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 6686; + this.state = 6676; this.match(MySqlParser.RR_BRACKET); } } - this.state = 6696; + this.state = 6686; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 962, this.context) ) { case 1: { - this.state = 6690; + this.state = 6680; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82 || _la === 92) { { - this.state = 6689; + this.state = 6679; localContext._indexFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 82 || _la === 92)) { @@ -38367,23 +38339,23 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 6692; + this.state = 6682; this.match(MySqlParser.LR_BRACKET); - this.state = 6693; + this.state = 6683; this.indexNames(); - this.state = 6694; + this.state = 6684; this.match(MySqlParser.RR_BRACKET); } break; } - this.state = 6700; + this.state = 6690; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 79) { { - this.state = 6698; + this.state = 6688; this.match(MySqlParser.KW_IGNORE); - this.state = 6699; + this.state = 6689; this.match(MySqlParser.KW_LEAVES); } } @@ -38406,12 +38378,12 @@ export class MySqlParser extends SQLParserBase { } public simpleDescribeStatement(): SimpleDescribeStatementContext { let localContext = new SimpleDescribeStatementContext(this.context, this.state); - this.enterRule(localContext, 610, MySqlParser.RULE_simpleDescribeStatement); + this.enterRule(localContext, 608, MySqlParser.RULE_simpleDescribeStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6702; + this.state = 6692; localContext._command = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 45)) & ~0x1F) === 0 && ((1 << (_la - 45)) & 131075) !== 0))) { @@ -38421,20 +38393,20 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6703; + this.state = 6693; this.tableName(); - this.state = 6706; + this.state = 6696; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 964, this.context) ) { case 1: { - this.state = 6704; + this.state = 6694; localContext._column = this.columnName(); } break; case 2: { - this.state = 6705; + this.state = 6695; localContext._pattern = this.match(MySqlParser.STRING_LITERAL); } break; @@ -38457,12 +38429,12 @@ export class MySqlParser extends SQLParserBase { } public fullDescribeStatement(): FullDescribeStatementContext { let localContext = new FullDescribeStatementContext(this.context, this.state); - this.enterRule(localContext, 612, MySqlParser.RULE_fullDescribeStatement); + this.enterRule(localContext, 610, MySqlParser.RULE_fullDescribeStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6708; + this.state = 6698; localContext._command = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 45)) & ~0x1F) === 0 && ((1 << (_la - 45)) & 131075) !== 0))) { @@ -38472,28 +38444,28 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6714; + this.state = 6704; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_EXTENDED: { - this.state = 6709; + this.state = 6699; this.match(MySqlParser.KW_EXTENDED); } break; case MySqlParser.KW_PARTITIONS: { - this.state = 6710; + this.state = 6700; this.match(MySqlParser.KW_PARTITIONS); } break; case MySqlParser.KW_FORMAT: { - this.state = 6711; + this.state = 6701; this.match(MySqlParser.KW_FORMAT); - this.state = 6712; + this.state = 6702; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 6713; + this.state = 6703; _la = this.tokenStream.LA(1); if(!(_la === 442 || _la === 663 || _la === 666)) { this.errorHandler.recoverInline(this); @@ -38515,7 +38487,7 @@ export class MySqlParser extends SQLParserBase { default: break; } - this.state = 6716; + this.state = 6706; this.describeObjectClause(); } } @@ -38535,12 +38507,12 @@ export class MySqlParser extends SQLParserBase { } public analyzeDescribeStatement(): AnalyzeDescribeStatementContext { let localContext = new AnalyzeDescribeStatementContext(this.context, this.state); - this.enterRule(localContext, 614, MySqlParser.RULE_analyzeDescribeStatement); + this.enterRule(localContext, 612, MySqlParser.RULE_analyzeDescribeStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6718; + this.state = 6708; localContext._command = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 45)) & ~0x1F) === 0 && ((1 << (_la - 45)) & 131075) !== 0))) { @@ -38550,23 +38522,23 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6719; + this.state = 6709; this.match(MySqlParser.KW_ANALYZE); - this.state = 6723; + this.state = 6713; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 826) { { - this.state = 6720; + this.state = 6710; this.match(MySqlParser.KW_FORMAT); - this.state = 6721; + this.state = 6711; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 6722; + this.state = 6712; this.match(MySqlParser.KW_TREE); } } - this.state = 6725; + this.state = 6715; this.selectStatement(); } } @@ -38586,13 +38558,13 @@ export class MySqlParser extends SQLParserBase { } public helpStatement(): HelpStatementContext { let localContext = new HelpStatementContext(this.context, this.state); - this.enterRule(localContext, 616, MySqlParser.RULE_helpStatement); + this.enterRule(localContext, 614, MySqlParser.RULE_helpStatement); try { this.enterOuterAlt(localContext, 1); { - this.state = 6727; + this.state = 6717; this.match(MySqlParser.KW_HELP); - this.state = 6728; + this.state = 6718; this.match(MySqlParser.STRING_LITERAL); } } @@ -38612,13 +38584,13 @@ export class MySqlParser extends SQLParserBase { } public useStatement(): UseStatementContext { let localContext = new UseStatementContext(this.context, this.state); - this.enterRule(localContext, 618, MySqlParser.RULE_useStatement); + this.enterRule(localContext, 616, MySqlParser.RULE_useStatement); try { this.enterOuterAlt(localContext, 1); { - this.state = 6730; + this.state = 6720; this.match(MySqlParser.KW_USE); - this.state = 6731; + this.state = 6721; this.databaseName(); } } @@ -38638,73 +38610,73 @@ export class MySqlParser extends SQLParserBase { } public signalStatement(): SignalStatementContext { let localContext = new SignalStatementContext(this.context, this.state); - this.enterRule(localContext, 620, MySqlParser.RULE_signalStatement); + this.enterRule(localContext, 618, MySqlParser.RULE_signalStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6733; + this.state = 6723; this.match(MySqlParser.KW_SIGNAL); - this.state = 6741; + this.state = 6731; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_SQLSTATE: { { - this.state = 6734; + this.state = 6724; this.match(MySqlParser.KW_SQLSTATE); - this.state = 6736; + this.state = 6726; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 682) { { - this.state = 6735; + this.state = 6725; this.match(MySqlParser.KW_VALUE); } } - this.state = 6738; + this.state = 6728; this.stringLiteral(); } } break; case MySqlParser.ID: { - this.state = 6739; + this.state = 6729; this.match(MySqlParser.ID); } break; case MySqlParser.REVERSE_QUOTE_ID: { - this.state = 6740; + this.state = 6730; this.match(MySqlParser.REVERSE_QUOTE_ID); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 6752; + this.state = 6742; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 970, this.context) ) { case 1: { - this.state = 6743; + this.state = 6733; this.match(MySqlParser.KW_SET); - this.state = 6744; + this.state = 6734; this.signalConditionInformation(); - this.state = 6749; + this.state = 6739; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 6745; + this.state = 6735; this.match(MySqlParser.COMMA); - this.state = 6746; + this.state = 6736; this.signalConditionInformation(); } } - this.state = 6751; + this.state = 6741; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -38729,45 +38701,45 @@ export class MySqlParser extends SQLParserBase { } public resignalStatement(): ResignalStatementContext { let localContext = new ResignalStatementContext(this.context, this.state); - this.enterRule(localContext, 622, MySqlParser.RULE_resignalStatement); + this.enterRule(localContext, 620, MySqlParser.RULE_resignalStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6754; + this.state = 6744; this.match(MySqlParser.KW_RESIGNAL); - this.state = 6762; + this.state = 6752; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_SQLSTATE: { { - this.state = 6755; + this.state = 6745; this.match(MySqlParser.KW_SQLSTATE); - this.state = 6757; + this.state = 6747; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 682) { { - this.state = 6756; + this.state = 6746; this.match(MySqlParser.KW_VALUE); } } - this.state = 6759; + this.state = 6749; this.stringLiteral(); } } break; case MySqlParser.ID: { - this.state = 6760; + this.state = 6750; this.match(MySqlParser.ID); } break; case MySqlParser.REVERSE_QUOTE_ID: { - this.state = 6761; + this.state = 6751; this.match(MySqlParser.REVERSE_QUOTE_ID); } break; @@ -38838,28 +38810,28 @@ export class MySqlParser extends SQLParserBase { default: break; } - this.state = 6773; + this.state = 6763; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 974, this.context) ) { case 1: { - this.state = 6764; + this.state = 6754; this.match(MySqlParser.KW_SET); - this.state = 6765; + this.state = 6755; this.signalConditionInformation(); - this.state = 6770; + this.state = 6760; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 6766; + this.state = 6756; this.match(MySqlParser.COMMA); - this.state = 6767; + this.state = 6757; this.signalConditionInformation(); } } - this.state = 6772; + this.state = 6762; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -38884,12 +38856,12 @@ export class MySqlParser extends SQLParserBase { } public signalConditionInformation(): SignalConditionInformationContext { let localContext = new SignalConditionInformationContext(this.context, this.state); - this.enterRule(localContext, 624, MySqlParser.RULE_signalConditionInformation); + this.enterRule(localContext, 622, MySqlParser.RULE_signalConditionInformation); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6775; + this.state = 6765; _la = this.tokenStream.LA(1); if(!(((((_la - 332)) & ~0x1F) === 0 && ((1 << (_la - 332)) & 137887873) !== 0) || _la === 487 || _la === 495 || _la === 650 || _la === 657 || _la === 822 || _la === 832)) { this.errorHandler.recoverInline(this); @@ -38898,29 +38870,29 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6776; + this.state = 6766; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 6781; + this.state = 6771; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.START_NATIONAL_STRING_LITERAL: case MySqlParser.STRING_LITERAL: case MySqlParser.STRING_CHARSET_NAME: { - this.state = 6777; + this.state = 6767; this.stringLiteral(); } break; case MySqlParser.DECIMAL_LITERAL: { - this.state = 6778; + this.state = 6768; this.match(MySqlParser.DECIMAL_LITERAL); } break; case MySqlParser.LOCAL_ID: case MySqlParser.GLOBAL_ID: { - this.state = 6779; + this.state = 6769; this.mysqlVariable(); } break; @@ -39472,7 +39444,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.MOD: case MySqlParser.ID: { - this.state = 6780; + this.state = 6770; this.simpleId(); } break; @@ -39497,38 +39469,38 @@ export class MySqlParser extends SQLParserBase { } public withStatement(): WithStatementContext { let localContext = new WithStatementContext(this.context, this.state); - this.enterRule(localContext, 626, MySqlParser.RULE_withStatement); + this.enterRule(localContext, 624, MySqlParser.RULE_withStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6783; + this.state = 6773; this.match(MySqlParser.KW_WITH); - this.state = 6785; + this.state = 6775; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 976, this.context) ) { case 1: { - this.state = 6784; + this.state = 6774; this.match(MySqlParser.KW_RECURSIVE); } break; } - this.state = 6787; + this.state = 6777; this.commonTableExpressions(); - this.state = 6792; + this.state = 6782; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 6788; + this.state = 6778; this.match(MySqlParser.COMMA); - this.state = 6789; + this.state = 6779; this.commonTableExpressions(); } } - this.state = 6794; + this.state = 6784; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -39550,30 +39522,30 @@ export class MySqlParser extends SQLParserBase { } public tableStatement(): TableStatementContext { let localContext = new TableStatementContext(this.context, this.state); - this.enterRule(localContext, 628, MySqlParser.RULE_tableStatement); + this.enterRule(localContext, 626, MySqlParser.RULE_tableStatement); try { this.enterOuterAlt(localContext, 1); { - this.state = 6795; + this.state = 6785; this.match(MySqlParser.KW_TABLE); - this.state = 6796; + this.state = 6786; this.tableName(); - this.state = 6798; + this.state = 6788; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 978, this.context) ) { case 1: { - this.state = 6797; + this.state = 6787; this.orderByClause(); } break; } - this.state = 6801; + this.state = 6791; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 979, this.context) ) { case 1: { - this.state = 6800; + this.state = 6790; this.limitClause(); } break; @@ -39596,19 +39568,19 @@ export class MySqlParser extends SQLParserBase { } public diagnosticsStatement(): DiagnosticsStatementContext { let localContext = new DiagnosticsStatementContext(this.context, this.state); - this.enterRule(localContext, 630, MySqlParser.RULE_diagnosticsStatement); + this.enterRule(localContext, 628, MySqlParser.RULE_diagnosticsStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6803; + this.state = 6793; this.match(MySqlParser.KW_GET); - this.state = 6805; + this.state = 6795; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36 || _la === 170) { { - this.state = 6804; + this.state = 6794; _la = this.tokenStream.LA(1); if(!(_la === 36 || _la === 170)) { this.errorHandler.recoverInline(this); @@ -39620,19 +39592,19 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 6807; + this.state = 6797; this.match(MySqlParser.KW_DIAGNOSTICS); - this.state = 6839; + this.state = 6829; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 984, this.context) ) { case 1: { { - this.state = 6808; + this.state = 6798; this.variableClause(); - this.state = 6809; + this.state = 6799; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 6810; + this.state = 6800; _la = this.tokenStream.LA(1); if(!(_la === 117 || _la === 831)) { this.errorHandler.recoverInline(this); @@ -39641,19 +39613,19 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6818; + this.state = 6808; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 6811; + this.state = 6801; this.match(MySqlParser.COMMA); - this.state = 6812; + this.state = 6802; this.variableClause(); - this.state = 6813; + this.state = 6803; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 6814; + this.state = 6804; _la = this.tokenStream.LA(1); if(!(_la === 117 || _la === 831)) { this.errorHandler.recoverInline(this); @@ -39664,7 +39636,7 @@ export class MySqlParser extends SQLParserBase { } } } - this.state = 6820; + this.state = 6810; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -39674,9 +39646,9 @@ export class MySqlParser extends SQLParserBase { case 2: { { - this.state = 6821; + this.state = 6811; this.match(MySqlParser.KW_CONDITION); - this.state = 6824; + this.state = 6814; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.ZERO_DECIMAL: @@ -39686,7 +39658,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.DECIMAL_LITERAL: case MySqlParser.REAL_LITERAL: { - this.state = 6822; + this.state = 6812; this.decimalLiteral(); } break; @@ -40245,36 +40217,36 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.LOCAL_ID: case MySqlParser.GLOBAL_ID: { - this.state = 6823; + this.state = 6813; this.variableClause(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 6826; + this.state = 6816; this.variableClause(); - this.state = 6827; + this.state = 6817; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 6828; + this.state = 6818; this.diagnosticsConditionInformationName(); - this.state = 6836; + this.state = 6826; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 6829; + this.state = 6819; this.match(MySqlParser.COMMA); - this.state = 6830; + this.state = 6820; this.variableClause(); - this.state = 6831; + this.state = 6821; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 6832; + this.state = 6822; this.diagnosticsConditionInformationName(); } } - this.state = 6838; + this.state = 6828; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -40300,12 +40272,12 @@ export class MySqlParser extends SQLParserBase { } public diagnosticsConditionInformationName(): DiagnosticsConditionInformationNameContext { let localContext = new DiagnosticsConditionInformationNameContext(this.context, this.state); - this.enterRule(localContext, 632, MySqlParser.RULE_diagnosticsConditionInformationName); + this.enterRule(localContext, 630, MySqlParser.RULE_diagnosticsConditionInformationName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6841; + this.state = 6831; _la = this.tokenStream.LA(1); if(!(((((_la - 332)) & ~0x1F) === 0 && ((1 << (_la - 332)) & 137887873) !== 0) || _la === 487 || _la === 495 || _la === 578 || _la === 650 || _la === 657 || _la === 822 || _la === 832)) { this.errorHandler.recoverInline(this); @@ -40332,9 +40304,9 @@ export class MySqlParser extends SQLParserBase { } public describeObjectClause(): DescribeObjectClauseContext { let localContext = new DescribeObjectClauseContext(this.context, this.state); - this.enterRule(localContext, 634, MySqlParser.RULE_describeObjectClause); + this.enterRule(localContext, 632, MySqlParser.RULE_describeObjectClause); try { - this.state = 6853; + this.state = 6843; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_DELETE: @@ -40346,37 +40318,37 @@ export class MySqlParser extends SQLParserBase { localContext = new DescribeStatementsContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 6848; + this.state = 6838; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_SELECT: case MySqlParser.LR_BRACKET: { - this.state = 6843; + this.state = 6833; this.selectStatement(); } break; case MySqlParser.KW_DELETE: { - this.state = 6844; + this.state = 6834; this.deleteStatement(); } break; case MySqlParser.KW_INSERT: { - this.state = 6845; + this.state = 6835; this.insertStatement(); } break; case MySqlParser.KW_REPLACE: { - this.state = 6846; + this.state = 6836; this.replaceStatement(); } break; case MySqlParser.KW_UPDATE: { - this.state = 6847; + this.state = 6837; this.updateStatement(); } break; @@ -40389,11 +40361,11 @@ export class MySqlParser extends SQLParserBase { localContext = new DescribeConnectionContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 6850; + this.state = 6840; this.match(MySqlParser.KW_FOR); - this.state = 6851; + this.state = 6841; this.match(MySqlParser.KW_CONNECTION); - this.state = 6852; + this.state = 6842; (localContext as DescribeConnectionContext)._connection_id = this.uid(); } break; @@ -40417,11 +40389,11 @@ export class MySqlParser extends SQLParserBase { } public databaseNameCreate(): DatabaseNameCreateContext { let localContext = new DatabaseNameCreateContext(this.context, this.state); - this.enterRule(localContext, 636, MySqlParser.RULE_databaseNameCreate); + this.enterRule(localContext, 634, MySqlParser.RULE_databaseNameCreate); try { this.enterOuterAlt(localContext, 1); { - this.state = 6855; + this.state = 6845; this.fullId(); } } @@ -40441,11 +40413,11 @@ export class MySqlParser extends SQLParserBase { } public databaseName(): DatabaseNameContext { let localContext = new DatabaseNameContext(this.context, this.state); - this.enterRule(localContext, 638, MySqlParser.RULE_databaseName); + this.enterRule(localContext, 636, MySqlParser.RULE_databaseName); try { this.enterOuterAlt(localContext, 1); { - this.state = 6857; + this.state = 6847; this.fullId(); } } @@ -40465,11 +40437,11 @@ export class MySqlParser extends SQLParserBase { } public functionNameCreate(): FunctionNameCreateContext { let localContext = new FunctionNameCreateContext(this.context, this.state); - this.enterRule(localContext, 640, MySqlParser.RULE_functionNameCreate); + this.enterRule(localContext, 638, MySqlParser.RULE_functionNameCreate); try { this.enterOuterAlt(localContext, 1); { - this.state = 6859; + this.state = 6849; this.fullId(); } } @@ -40489,11 +40461,11 @@ export class MySqlParser extends SQLParserBase { } public functionName(): FunctionNameContext { let localContext = new FunctionNameContext(this.context, this.state); - this.enterRule(localContext, 642, MySqlParser.RULE_functionName); + this.enterRule(localContext, 640, MySqlParser.RULE_functionName); try { this.enterOuterAlt(localContext, 1); { - this.state = 6861; + this.state = 6851; this.fullId(); } } @@ -40513,11 +40485,11 @@ export class MySqlParser extends SQLParserBase { } public viewNameCreate(): ViewNameCreateContext { let localContext = new ViewNameCreateContext(this.context, this.state); - this.enterRule(localContext, 644, MySqlParser.RULE_viewNameCreate); + this.enterRule(localContext, 642, MySqlParser.RULE_viewNameCreate); try { this.enterOuterAlt(localContext, 1); { - this.state = 6863; + this.state = 6853; this.fullId(); } } @@ -40537,11 +40509,11 @@ export class MySqlParser extends SQLParserBase { } public viewName(): ViewNameContext { let localContext = new ViewNameContext(this.context, this.state); - this.enterRule(localContext, 646, MySqlParser.RULE_viewName); + this.enterRule(localContext, 644, MySqlParser.RULE_viewName); try { this.enterOuterAlt(localContext, 1); { - this.state = 6865; + this.state = 6855; this.fullId(); } } @@ -40561,11 +40533,11 @@ export class MySqlParser extends SQLParserBase { } public indexNameCreate(): IndexNameCreateContext { let localContext = new IndexNameCreateContext(this.context, this.state); - this.enterRule(localContext, 648, MySqlParser.RULE_indexNameCreate); + this.enterRule(localContext, 646, MySqlParser.RULE_indexNameCreate); try { this.enterOuterAlt(localContext, 1); { - this.state = 6867; + this.state = 6857; this.uid(); } } @@ -40585,26 +40557,26 @@ export class MySqlParser extends SQLParserBase { } public indexNames(): IndexNamesContext { let localContext = new IndexNamesContext(this.context, this.state); - this.enterRule(localContext, 650, MySqlParser.RULE_indexNames); + this.enterRule(localContext, 648, MySqlParser.RULE_indexNames); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6869; + this.state = 6859; this.indexName(); - this.state = 6874; + this.state = 6864; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 6870; + this.state = 6860; this.match(MySqlParser.COMMA); - this.state = 6871; + this.state = 6861; this.indexName(); } } - this.state = 6876; + this.state = 6866; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -40626,11 +40598,11 @@ export class MySqlParser extends SQLParserBase { } public indexName(): IndexNameContext { let localContext = new IndexNameContext(this.context, this.state); - this.enterRule(localContext, 652, MySqlParser.RULE_indexName); + this.enterRule(localContext, 650, MySqlParser.RULE_indexName); try { this.enterOuterAlt(localContext, 1); { - this.state = 6877; + this.state = 6867; this.uid(); } } @@ -40650,11 +40622,11 @@ export class MySqlParser extends SQLParserBase { } public groupNameCreate(): GroupNameCreateContext { let localContext = new GroupNameCreateContext(this.context, this.state); - this.enterRule(localContext, 654, MySqlParser.RULE_groupNameCreate); + this.enterRule(localContext, 652, MySqlParser.RULE_groupNameCreate); try { this.enterOuterAlt(localContext, 1); { - this.state = 6879; + this.state = 6869; this.uid(); } } @@ -40674,11 +40646,11 @@ export class MySqlParser extends SQLParserBase { } public groupName(): GroupNameContext { let localContext = new GroupNameContext(this.context, this.state); - this.enterRule(localContext, 656, MySqlParser.RULE_groupName); + this.enterRule(localContext, 654, MySqlParser.RULE_groupName); try { this.enterOuterAlt(localContext, 1); { - this.state = 6881; + this.state = 6871; this.uid(); } } @@ -40698,11 +40670,11 @@ export class MySqlParser extends SQLParserBase { } public tableNameCreate(): TableNameCreateContext { let localContext = new TableNameCreateContext(this.context, this.state); - this.enterRule(localContext, 658, MySqlParser.RULE_tableNameCreate); + this.enterRule(localContext, 656, MySqlParser.RULE_tableNameCreate); try { this.enterOuterAlt(localContext, 1); { - this.state = 6883; + this.state = 6873; this.fullId(); } } @@ -40722,28 +40694,28 @@ export class MySqlParser extends SQLParserBase { } public tableNames(): TableNamesContext { let localContext = new TableNamesContext(this.context, this.state); - this.enterRule(localContext, 660, MySqlParser.RULE_tableNames); + this.enterRule(localContext, 658, MySqlParser.RULE_tableNames); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 6885; + this.state = 6875; this.tableName(); - this.state = 6890; + this.state = 6880; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 988, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 6886; + this.state = 6876; this.match(MySqlParser.COMMA); - this.state = 6887; + this.state = 6877; this.tableName(); } } } - this.state = 6892; + this.state = 6882; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 988, this.context); } @@ -40765,11 +40737,11 @@ export class MySqlParser extends SQLParserBase { } public tableName(): TableNameContext { let localContext = new TableNameContext(this.context, this.state); - this.enterRule(localContext, 662, MySqlParser.RULE_tableName); + this.enterRule(localContext, 660, MySqlParser.RULE_tableName); try { this.enterOuterAlt(localContext, 1); { - this.state = 6893; + this.state = 6883; this.fullId(); } } @@ -40789,26 +40761,26 @@ export class MySqlParser extends SQLParserBase { } public userOrRoleNames(): UserOrRoleNamesContext { let localContext = new UserOrRoleNamesContext(this.context, this.state); - this.enterRule(localContext, 664, MySqlParser.RULE_userOrRoleNames); + this.enterRule(localContext, 662, MySqlParser.RULE_userOrRoleNames); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6895; + this.state = 6885; this.userOrRoleName(); - this.state = 6900; + this.state = 6890; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 6896; + this.state = 6886; this.match(MySqlParser.COMMA); - this.state = 6897; + this.state = 6887; this.userOrRoleName(); } } - this.state = 6902; + this.state = 6892; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -40830,22 +40802,22 @@ export class MySqlParser extends SQLParserBase { } public userOrRoleName(): UserOrRoleNameContext { let localContext = new UserOrRoleNameContext(this.context, this.state); - this.enterRule(localContext, 666, MySqlParser.RULE_userOrRoleName); + this.enterRule(localContext, 664, MySqlParser.RULE_userOrRoleName); try { - this.state = 6905; + this.state = 6895; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 990, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6903; + this.state = 6893; this.userName(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6904; + this.state = 6894; this.uid(); } break; @@ -40867,30 +40839,30 @@ export class MySqlParser extends SQLParserBase { } public columnNameCreate(): ColumnNameCreateContext { let localContext = new ColumnNameCreateContext(this.context, this.state); - this.enterRule(localContext, 668, MySqlParser.RULE_columnNameCreate); + this.enterRule(localContext, 666, MySqlParser.RULE_columnNameCreate); let _la: number; try { - this.state = 6921; + this.state = 6911; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 995, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6907; + this.state = 6897; this.uid(); - this.state = 6912; + this.state = 6902; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 865) { { - this.state = 6908; + this.state = 6898; this.dottedId(); - this.state = 6910; + this.state = 6900; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 865) { { - this.state = 6909; + this.state = 6899; this.dottedId(); } } @@ -40903,24 +40875,24 @@ export class MySqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6915; + this.state = 6905; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 993, this.context) ) { case 1: { - this.state = 6914; + this.state = 6904; this.matchWildcard(); } break; } - this.state = 6917; + this.state = 6907; this.dottedId(); - this.state = 6919; + this.state = 6909; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 865) { { - this.state = 6918; + this.state = 6908; this.dottedId(); } } @@ -40945,28 +40917,28 @@ export class MySqlParser extends SQLParserBase { } public columnNames(): ColumnNamesContext { let localContext = new ColumnNamesContext(this.context, this.state); - this.enterRule(localContext, 670, MySqlParser.RULE_columnNames); + this.enterRule(localContext, 668, MySqlParser.RULE_columnNames); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 6923; + this.state = 6913; this.columnName(); - this.state = 6928; + this.state = 6918; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 996, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 6924; + this.state = 6914; this.match(MySqlParser.COMMA); - this.state = 6925; + this.state = 6915; this.columnName(); } } } - this.state = 6930; + this.state = 6920; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 996, this.context); } @@ -40988,7 +40960,7 @@ export class MySqlParser extends SQLParserBase { } public emptyColumn(): EmptyColumnContext { let localContext = new EmptyColumnContext(this.context, this.state); - this.enterRule(localContext, 672, MySqlParser.RULE_emptyColumn); + this.enterRule(localContext, 670, MySqlParser.RULE_emptyColumn); try { this.enterOuterAlt(localContext, 1); // tslint:disable-next-line:no-empty @@ -41011,29 +40983,29 @@ export class MySqlParser extends SQLParserBase { } public columnName(): ColumnNameContext { let localContext = new ColumnNameContext(this.context, this.state); - this.enterRule(localContext, 674, MySqlParser.RULE_columnName); + this.enterRule(localContext, 672, MySqlParser.RULE_columnName); try { - this.state = 6949; + this.state = 6939; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1001, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6933; + this.state = 6923; this.uid(); - this.state = 6938; + this.state = 6928; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 998, this.context) ) { case 1: { - this.state = 6934; + this.state = 6924; this.dottedId(); - this.state = 6936; + this.state = 6926; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 997, this.context) ) { case 1: { - this.state = 6935; + this.state = 6925; this.dottedId(); } break; @@ -41046,24 +41018,24 @@ export class MySqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6941; + this.state = 6931; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 999, this.context) ) { case 1: { - this.state = 6940; + this.state = 6930; this.matchWildcard(); } break; } - this.state = 6943; + this.state = 6933; this.dottedId(); - this.state = 6945; + this.state = 6935; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1000, this.context) ) { case 1: { - this.state = 6944; + this.state = 6934; this.dottedId(); } break; @@ -41073,11 +41045,11 @@ export class MySqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6947; + this.state = 6937; if (!(this.shouldMatchEmpty())) { throw this.createFailedPredicateException("this.shouldMatchEmpty()"); } - this.state = 6948; + this.state = 6938; this.emptyColumn(); } break; @@ -41099,29 +41071,29 @@ export class MySqlParser extends SQLParserBase { } public columnNamePath(): ColumnNamePathContext { let localContext = new ColumnNamePathContext(this.context, this.state); - this.enterRule(localContext, 676, MySqlParser.RULE_columnNamePath); + this.enterRule(localContext, 674, MySqlParser.RULE_columnNamePath); try { - this.state = 6965; + this.state = 6955; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1006, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6951; + this.state = 6941; this.uid(); - this.state = 6956; + this.state = 6946; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1003, this.context) ) { case 1: { - this.state = 6952; + this.state = 6942; this.dottedId(); - this.state = 6954; + this.state = 6944; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1002, this.context) ) { case 1: { - this.state = 6953; + this.state = 6943; this.dottedId(); } break; @@ -41134,24 +41106,24 @@ export class MySqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6959; + this.state = 6949; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1004, this.context) ) { case 1: { - this.state = 6958; + this.state = 6948; this.matchWildcard(); } break; } - this.state = 6961; + this.state = 6951; this.dottedId(); - this.state = 6963; + this.state = 6953; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1005, this.context) ) { case 1: { - this.state = 6962; + this.state = 6952; this.dottedId(); } break; @@ -41176,40 +41148,40 @@ export class MySqlParser extends SQLParserBase { } public columnNamePathAllowEmpty(): ColumnNamePathAllowEmptyContext { let localContext = new ColumnNamePathAllowEmptyContext(this.context, this.state); - this.enterRule(localContext, 678, MySqlParser.RULE_columnNamePathAllowEmpty); + this.enterRule(localContext, 676, MySqlParser.RULE_columnNamePathAllowEmpty); try { - this.state = 6976; + this.state = 6966; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1009, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6967; + this.state = 6957; if (!(this.shouldMatchEmpty())) { throw this.createFailedPredicateException("this.shouldMatchEmpty()"); } - this.state = 6968; + this.state = 6958; this.emptyColumn(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6969; + this.state = 6959; this.uid(); - this.state = 6974; + this.state = 6964; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1008, this.context) ) { case 1: { - this.state = 6970; + this.state = 6960; this.dottedId(); - this.state = 6972; + this.state = 6962; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1007, this.context) ) { case 1: { - this.state = 6971; + this.state = 6961; this.dottedId(); } break; @@ -41237,11 +41209,11 @@ export class MySqlParser extends SQLParserBase { } public tableSpaceNameCreate(): TableSpaceNameCreateContext { let localContext = new TableSpaceNameCreateContext(this.context, this.state); - this.enterRule(localContext, 680, MySqlParser.RULE_tableSpaceNameCreate); + this.enterRule(localContext, 678, MySqlParser.RULE_tableSpaceNameCreate); try { this.enterOuterAlt(localContext, 1); { - this.state = 6978; + this.state = 6968; this.uid(); } } @@ -41261,11 +41233,11 @@ export class MySqlParser extends SQLParserBase { } public tableSpaceName(): TableSpaceNameContext { let localContext = new TableSpaceNameContext(this.context, this.state); - this.enterRule(localContext, 682, MySqlParser.RULE_tableSpaceName); + this.enterRule(localContext, 680, MySqlParser.RULE_tableSpaceName); try { this.enterOuterAlt(localContext, 1); { - this.state = 6980; + this.state = 6970; this.uid(); } } @@ -41285,11 +41257,11 @@ export class MySqlParser extends SQLParserBase { } public partitionNameCreate(): PartitionNameCreateContext { let localContext = new PartitionNameCreateContext(this.context, this.state); - this.enterRule(localContext, 684, MySqlParser.RULE_partitionNameCreate); + this.enterRule(localContext, 682, MySqlParser.RULE_partitionNameCreate); try { this.enterOuterAlt(localContext, 1); { - this.state = 6982; + this.state = 6972; this.uid(); } } @@ -41309,28 +41281,28 @@ export class MySqlParser extends SQLParserBase { } public partitionNames(): PartitionNamesContext { let localContext = new PartitionNamesContext(this.context, this.state); - this.enterRule(localContext, 686, MySqlParser.RULE_partitionNames); + this.enterRule(localContext, 684, MySqlParser.RULE_partitionNames); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 6984; + this.state = 6974; this.partitionName(); - this.state = 6989; + this.state = 6979; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1010, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 6985; + this.state = 6975; this.match(MySqlParser.COMMA); - this.state = 6986; + this.state = 6976; this.partitionName(); } } } - this.state = 6991; + this.state = 6981; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1010, this.context); } @@ -41352,11 +41324,11 @@ export class MySqlParser extends SQLParserBase { } public partitionName(): PartitionNameContext { let localContext = new PartitionNameContext(this.context, this.state); - this.enterRule(localContext, 688, MySqlParser.RULE_partitionName); + this.enterRule(localContext, 686, MySqlParser.RULE_partitionName); try { this.enterOuterAlt(localContext, 1); { - this.state = 6992; + this.state = 6982; this.uid(); } } @@ -41376,28 +41348,28 @@ export class MySqlParser extends SQLParserBase { } public indexColumnName(): IndexColumnNameContext { let localContext = new IndexColumnNameContext(this.context, this.state); - this.enterRule(localContext, 690, MySqlParser.RULE_indexColumnName); + this.enterRule(localContext, 688, MySqlParser.RULE_indexColumnName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7002; + this.state = 6992; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1012, this.context) ) { case 1: { - this.state = 6994; + this.state = 6984; this.uid(); - this.state = 6999; + this.state = 6989; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1011, this.context) ) { case 1: { - this.state = 6995; + this.state = 6985; this.match(MySqlParser.LR_BRACKET); - this.state = 6996; + this.state = 6986; this.decimalLiteral(); - this.state = 6997; + this.state = 6987; this.match(MySqlParser.RR_BRACKET); } break; @@ -41406,17 +41378,17 @@ export class MySqlParser extends SQLParserBase { break; case 2: { - this.state = 7001; + this.state = 6991; this.expression(0); } break; } - this.state = 7005; + this.state = 6995; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1013, this.context) ) { case 1: { - this.state = 7004; + this.state = 6994; localContext._sortType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 14 || _la === 45)) { @@ -41447,15 +41419,15 @@ export class MySqlParser extends SQLParserBase { } public userHostPort(): UserHostPortContext { let localContext = new UserHostPortContext(this.context, this.state); - this.enterRule(localContext, 692, MySqlParser.RULE_userHostPort); + this.enterRule(localContext, 690, MySqlParser.RULE_userHostPort); try { this.enterOuterAlt(localContext, 1); { - this.state = 7007; + this.state = 6997; this.userAtHost(); - this.state = 7008; + this.state = 6998; this.match(MySqlParser.COLON_SYMB); - this.state = 7009; + this.state = 6999; this.decimalLiteral(); } } @@ -41475,13 +41447,13 @@ export class MySqlParser extends SQLParserBase { } public userAtHost(): UserAtHostContext { let localContext = new UserAtHostContext(this.context, this.state); - this.enterRule(localContext, 694, MySqlParser.RULE_userAtHost); + this.enterRule(localContext, 692, MySqlParser.RULE_userAtHost); try { this.enterOuterAlt(localContext, 1); { - this.state = 7011; + this.state = 7001; this.simpleUserName(); - this.state = 7012; + this.state = 7002; this.match(MySqlParser.HOST_IP_ADDRESS); } } @@ -41501,36 +41473,36 @@ export class MySqlParser extends SQLParserBase { } public simpleUserName(): SimpleUserNameContext { let localContext = new SimpleUserNameContext(this.context, this.state); - this.enterRule(localContext, 696, MySqlParser.RULE_simpleUserName); + this.enterRule(localContext, 694, MySqlParser.RULE_simpleUserName); try { - this.state = 7018; + this.state = 7008; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1014, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7014; + this.state = 7004; this.match(MySqlParser.STRING_LITERAL); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7015; + this.state = 7005; this.match(MySqlParser.ID); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7016; + this.state = 7006; this.match(MySqlParser.KW_ADMIN); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7017; + this.state = 7007; this.keywordsCanBeId(); } break; @@ -41552,12 +41524,12 @@ export class MySqlParser extends SQLParserBase { } public hostName(): HostNameContext { let localContext = new HostNameContext(this.context, this.state); - this.enterRule(localContext, 698, MySqlParser.RULE_hostName); + this.enterRule(localContext, 696, MySqlParser.RULE_hostName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7020; + this.state = 7010; _la = this.tokenStream.LA(1); if(!(((((_la - 870)) & ~0x1F) === 0 && ((1 << (_la - 870)) & 6291457) !== 0))) { this.errorHandler.recoverInline(this); @@ -41584,23 +41556,23 @@ export class MySqlParser extends SQLParserBase { } public userName(): UserNameContext { let localContext = new UserNameContext(this.context, this.state); - this.enterRule(localContext, 700, MySqlParser.RULE_userName); + this.enterRule(localContext, 698, MySqlParser.RULE_userName); let _la: number; try { - this.state = 7027; + this.state = 7017; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1016, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7022; + this.state = 7012; this.simpleUserName(); - this.state = 7024; + this.state = 7014; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 870)) & ~0x1F) === 0 && ((1 << (_la - 870)) & 6291457) !== 0)) { { - this.state = 7023; + this.state = 7013; this.hostName(); } } @@ -41610,7 +41582,7 @@ export class MySqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7026; + this.state = 7016; this.currentUserExpression(); } break; @@ -41632,12 +41604,12 @@ export class MySqlParser extends SQLParserBase { } public mysqlVariable(): MysqlVariableContext { let localContext = new MysqlVariableContext(this.context, this.state); - this.enterRule(localContext, 702, MySqlParser.RULE_mysqlVariable); + this.enterRule(localContext, 700, MySqlParser.RULE_mysqlVariable); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7029; + this.state = 7019; _la = this.tokenStream.LA(1); if(!(_la === 892 || _la === 893)) { this.errorHandler.recoverInline(this); @@ -41664,36 +41636,36 @@ export class MySqlParser extends SQLParserBase { } public charsetName(): CharsetNameContext { let localContext = new CharsetNameContext(this.context, this.state); - this.enterRule(localContext, 704, MySqlParser.RULE_charsetName); + this.enterRule(localContext, 702, MySqlParser.RULE_charsetName); try { - this.state = 7035; + this.state = 7025; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1017, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7031; + this.state = 7021; this.match(MySqlParser.KW_BINARY); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7032; + this.state = 7022; this.charsetNameBase(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7033; + this.state = 7023; this.match(MySqlParser.STRING_LITERAL); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7034; + this.state = 7024; this.match(MySqlParser.CHARSET_REVERSE_QOUTE_STRING); } break; @@ -41715,11 +41687,11 @@ export class MySqlParser extends SQLParserBase { } public collationName(): CollationNameContext { let localContext = new CollationNameContext(this.context, this.state); - this.enterRule(localContext, 706, MySqlParser.RULE_collationName); + this.enterRule(localContext, 704, MySqlParser.RULE_collationName); try { this.enterOuterAlt(localContext, 1); { - this.state = 7037; + this.state = 7027; this.uid(); } } @@ -41739,9 +41711,9 @@ export class MySqlParser extends SQLParserBase { } public engineName(): EngineNameContext { let localContext = new EngineNameContext(this.context, this.state); - this.enterRule(localContext, 708, MySqlParser.RULE_engineName); + this.enterRule(localContext, 706, MySqlParser.RULE_engineName); try { - this.state = 7042; + this.state = 7032; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_CONNECT: @@ -41759,21 +41731,21 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_TOKUDB: this.enterOuterAlt(localContext, 1); { - this.state = 7039; + this.state = 7029; this.engineNameBase(); } break; case MySqlParser.ID: this.enterOuterAlt(localContext, 2); { - this.state = 7040; + this.state = 7030; this.match(MySqlParser.ID); } break; case MySqlParser.STRING_LITERAL: this.enterOuterAlt(localContext, 3); { - this.state = 7041; + this.state = 7031; this.match(MySqlParser.STRING_LITERAL); } break; @@ -41797,12 +41769,12 @@ export class MySqlParser extends SQLParserBase { } public engineNameBase(): EngineNameBaseContext { let localContext = new EngineNameBaseContext(this.context, this.state); - this.enterRule(localContext, 710, MySqlParser.RULE_engineNameBase); + this.enterRule(localContext, 708, MySqlParser.RULE_engineNameBase); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7044; + this.state = 7034; _la = this.tokenStream.LA(1); if(!(_la === 348 || ((((_la - 797)) & ~0x1F) === 0 && ((1 << (_la - 797)) & 4095) !== 0))) { this.errorHandler.recoverInline(this); @@ -41829,46 +41801,46 @@ export class MySqlParser extends SQLParserBase { } public uuidSet(): UuidSetContext { let localContext = new UuidSetContext(this.context, this.state); - this.enterRule(localContext, 712, MySqlParser.RULE_uuidSet); + this.enterRule(localContext, 710, MySqlParser.RULE_uuidSet); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7046; + this.state = 7036; this.decimalLiteral(); - this.state = 7047; + this.state = 7037; this.match(MySqlParser.MINUS); - this.state = 7048; + this.state = 7038; this.decimalLiteral(); - this.state = 7049; + this.state = 7039; this.match(MySqlParser.MINUS); - this.state = 7050; + this.state = 7040; this.decimalLiteral(); - this.state = 7051; + this.state = 7041; this.match(MySqlParser.MINUS); - this.state = 7052; + this.state = 7042; this.decimalLiteral(); - this.state = 7053; + this.state = 7043; this.match(MySqlParser.MINUS); - this.state = 7054; + this.state = 7044; this.decimalLiteral(); - this.state = 7060; + this.state = 7050; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 7055; + this.state = 7045; this.match(MySqlParser.COLON_SYMB); - this.state = 7056; + this.state = 7046; this.decimalLiteral(); - this.state = 7057; + this.state = 7047; this.match(MySqlParser.MINUS); - this.state = 7058; + this.state = 7048; this.decimalLiteral(); } } - this.state = 7062; + this.state = 7052; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 878); @@ -41890,30 +41862,30 @@ export class MySqlParser extends SQLParserBase { } public xid(): XidContext { let localContext = new XidContext(this.context, this.state); - this.enterRule(localContext, 714, MySqlParser.RULE_xid); + this.enterRule(localContext, 712, MySqlParser.RULE_xid); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7064; + this.state = 7054; localContext._globalTableUid = this.xuidStringId(); - this.state = 7071; + this.state = 7061; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 868) { { - this.state = 7065; + this.state = 7055; this.match(MySqlParser.COMMA); - this.state = 7066; + this.state = 7056; localContext._qualifier = this.xuidStringId(); - this.state = 7069; + this.state = 7059; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 868) { { - this.state = 7067; + this.state = 7057; this.match(MySqlParser.COMMA); - this.state = 7068; + this.state = 7058; localContext._idFormat = this.decimalLiteral(); } } @@ -41939,40 +41911,40 @@ export class MySqlParser extends SQLParserBase { } public xuidStringId(): XuidStringIdContext { let localContext = new XuidStringIdContext(this.context, this.state); - this.enterRule(localContext, 716, MySqlParser.RULE_xuidStringId); + this.enterRule(localContext, 714, MySqlParser.RULE_xuidStringId); let _la: number; try { - this.state = 7080; + this.state = 7070; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.STRING_LITERAL: this.enterOuterAlt(localContext, 1); { - this.state = 7073; + this.state = 7063; this.match(MySqlParser.STRING_LITERAL); } break; case MySqlParser.BIT_STRING: this.enterOuterAlt(localContext, 2); { - this.state = 7074; + this.state = 7064; this.match(MySqlParser.BIT_STRING); } break; case MySqlParser.HEXADECIMAL_LITERAL: this.enterOuterAlt(localContext, 3); { - this.state = 7076; + this.state = 7066; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 7075; + this.state = 7065; this.match(MySqlParser.HEXADECIMAL_LITERAL); } } - this.state = 7078; + this.state = 7068; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 884); @@ -41998,18 +41970,18 @@ export class MySqlParser extends SQLParserBase { } public fullId(): FullIdContext { let localContext = new FullIdContext(this.context, this.state); - this.enterRule(localContext, 718, MySqlParser.RULE_fullId); + this.enterRule(localContext, 716, MySqlParser.RULE_fullId); try { this.enterOuterAlt(localContext, 1); { - this.state = 7082; + this.state = 7072; this.uid(); - this.state = 7084; + this.state = 7074; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1024, this.context) ) { case 1: { - this.state = 7083; + this.state = 7073; this.dottedId(); } break; @@ -42032,26 +42004,26 @@ export class MySqlParser extends SQLParserBase { } public uidList(): UidListContext { let localContext = new UidListContext(this.context, this.state); - this.enterRule(localContext, 720, MySqlParser.RULE_uidList); + this.enterRule(localContext, 718, MySqlParser.RULE_uidList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7086; + this.state = 7076; this.uid(); - this.state = 7091; + this.state = 7081; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 7087; + this.state = 7077; this.match(MySqlParser.COMMA); - this.state = 7088; + this.state = 7078; this.uid(); } } - this.state = 7093; + this.state = 7083; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -42073,9 +42045,9 @@ export class MySqlParser extends SQLParserBase { } public uid(): UidContext { let localContext = new UidContext(this.context, this.state); - this.enterRule(localContext, 722, MySqlParser.RULE_uid); + this.enterRule(localContext, 720, MySqlParser.RULE_uid); try { - this.state = 7097; + this.state = 7087; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_ARRAY: @@ -42627,21 +42599,21 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.ID: this.enterOuterAlt(localContext, 1); { - this.state = 7094; + this.state = 7084; this.simpleId(); } break; case MySqlParser.CHARSET_REVERSE_QOUTE_STRING: this.enterOuterAlt(localContext, 2); { - this.state = 7095; + this.state = 7085; this.match(MySqlParser.CHARSET_REVERSE_QOUTE_STRING); } break; case MySqlParser.STRING_LITERAL: this.enterOuterAlt(localContext, 3); { - this.state = 7096; + this.state = 7086; this.match(MySqlParser.STRING_LITERAL); } break; @@ -42665,71 +42637,71 @@ export class MySqlParser extends SQLParserBase { } public simpleId(): SimpleIdContext { let localContext = new SimpleIdContext(this.context, this.state); - this.enterRule(localContext, 724, MySqlParser.RULE_simpleId); + this.enterRule(localContext, 722, MySqlParser.RULE_simpleId); try { - this.state = 7108; + this.state = 7098; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1027, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7099; + this.state = 7089; this.match(MySqlParser.ID); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7100; + this.state = 7090; this.charsetNameBase(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7101; + this.state = 7091; this.transactionLevelBase(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7102; + this.state = 7092; this.engineNameBase(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7103; + this.state = 7093; this.privilegesBase(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 7104; + this.state = 7094; this.intervalTypeBase(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 7105; + this.state = 7095; this.dataTypeBase(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 7106; + this.state = 7096; this.keywordsCanBeId(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 7107; + this.state = 7097; this.scalarFunctionName(); } break; @@ -42751,26 +42723,26 @@ export class MySqlParser extends SQLParserBase { } public dottedId(): DottedIdContext { let localContext = new DottedIdContext(this.context, this.state); - this.enterRule(localContext, 726, MySqlParser.RULE_dottedId); + this.enterRule(localContext, 724, MySqlParser.RULE_dottedId); try { - this.state = 7114; + this.state = 7104; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1028, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7110; + this.state = 7100; this.match(MySqlParser.DOT); - this.state = 7111; + this.state = 7101; this.match(MySqlParser.ID); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7112; + this.state = 7102; this.match(MySqlParser.DOT); - this.state = 7113; + this.state = 7103; this.uid(); } break; @@ -42792,12 +42764,12 @@ export class MySqlParser extends SQLParserBase { } public decimalLiteral(): DecimalLiteralContext { let localContext = new DecimalLiteralContext(this.context, this.state); - this.enterRule(localContext, 728, MySqlParser.RULE_decimalLiteral); + this.enterRule(localContext, 726, MySqlParser.RULE_decimalLiteral); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7116; + this.state = 7106; _la = this.tokenStream.LA(1); if(!(((((_la - 871)) & ~0x1F) === 0 && ((1 << (_la - 871)) & 20495) !== 0))) { this.errorHandler.recoverInline(this); @@ -42824,15 +42796,15 @@ export class MySqlParser extends SQLParserBase { } public fileSizeLiteral(): FileSizeLiteralContext { let localContext = new FileSizeLiteralContext(this.context, this.state); - this.enterRule(localContext, 730, MySqlParser.RULE_fileSizeLiteral); + this.enterRule(localContext, 728, MySqlParser.RULE_fileSizeLiteral); try { - this.state = 7120; + this.state = 7110; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.FILESIZE_LITERAL: this.enterOuterAlt(localContext, 1); { - this.state = 7118; + this.state = 7108; this.match(MySqlParser.FILESIZE_LITERAL); } break; @@ -42844,7 +42816,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.REAL_LITERAL: this.enterOuterAlt(localContext, 2); { - this.state = 7119; + this.state = 7109; this.decimalLiteral(); } break; @@ -42868,46 +42840,46 @@ export class MySqlParser extends SQLParserBase { } public stringLiteral(): StringLiteralContext { let localContext = new StringLiteralContext(this.context, this.state); - this.enterRule(localContext, 732, MySqlParser.RULE_stringLiteral); + this.enterRule(localContext, 730, MySqlParser.RULE_stringLiteral); let _la: number; try { let alternative: number; - this.state = 7145; + this.state = 7135; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1036, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7127; + this.state = 7117; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.STRING_LITERAL: case MySqlParser.STRING_CHARSET_NAME: { - this.state = 7123; + this.state = 7113; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 888) { { - this.state = 7122; + this.state = 7112; this.match(MySqlParser.STRING_CHARSET_NAME); } } - this.state = 7125; + this.state = 7115; this.match(MySqlParser.STRING_LITERAL); } break; case MySqlParser.START_NATIONAL_STRING_LITERAL: { - this.state = 7126; + this.state = 7116; this.match(MySqlParser.START_NATIONAL_STRING_LITERAL); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 7130; + this.state = 7120; this.errorHandler.sync(this); alternative = 1; do { @@ -42915,7 +42887,7 @@ export class MySqlParser extends SQLParserBase { case 1: { { - this.state = 7129; + this.state = 7119; this.match(MySqlParser.STRING_LITERAL); } } @@ -42923,7 +42895,7 @@ export class MySqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 7132; + this.state = 7122; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1032, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); @@ -42932,43 +42904,43 @@ export class MySqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7139; + this.state = 7129; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.STRING_LITERAL: case MySqlParser.STRING_CHARSET_NAME: { - this.state = 7135; + this.state = 7125; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 888) { { - this.state = 7134; + this.state = 7124; this.match(MySqlParser.STRING_CHARSET_NAME); } } - this.state = 7137; + this.state = 7127; this.match(MySqlParser.STRING_LITERAL); } break; case MySqlParser.START_NATIONAL_STRING_LITERAL: { - this.state = 7138; + this.state = 7128; this.match(MySqlParser.START_NATIONAL_STRING_LITERAL); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 7143; + this.state = 7133; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1035, this.context) ) { case 1: { - this.state = 7141; + this.state = 7131; this.match(MySqlParser.KW_COLLATE); - this.state = 7142; + this.state = 7132; this.collationName(); } break; @@ -42993,12 +42965,12 @@ export class MySqlParser extends SQLParserBase { } public booleanLiteral(): BooleanLiteralContext { let localContext = new BooleanLiteralContext(this.context, this.state); - this.enterRule(localContext, 734, MySqlParser.RULE_booleanLiteral); + this.enterRule(localContext, 732, MySqlParser.RULE_booleanLiteral); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7147; + this.state = 7137; _la = this.tokenStream.LA(1); if(!(_la === 63 || _la === 179)) { this.errorHandler.recoverInline(this); @@ -43025,22 +42997,22 @@ export class MySqlParser extends SQLParserBase { } public hexadecimalLiteral(): HexadecimalLiteralContext { let localContext = new HexadecimalLiteralContext(this.context, this.state); - this.enterRule(localContext, 736, MySqlParser.RULE_hexadecimalLiteral); + this.enterRule(localContext, 734, MySqlParser.RULE_hexadecimalLiteral); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7150; + this.state = 7140; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 888) { { - this.state = 7149; + this.state = 7139; this.match(MySqlParser.STRING_CHARSET_NAME); } } - this.state = 7152; + this.state = 7142; this.match(MySqlParser.HEXADECIMAL_LITERAL); } } @@ -43060,22 +43032,22 @@ export class MySqlParser extends SQLParserBase { } public nullNotNull(): NullNotNullContext { let localContext = new NullNotNullContext(this.context, this.state); - this.enterRule(localContext, 738, MySqlParser.RULE_nullNotNull); + this.enterRule(localContext, 736, MySqlParser.RULE_nullNotNull); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7155; + this.state = 7145; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 114) { { - this.state = 7154; + this.state = 7144; this.match(MySqlParser.KW_NOT); } } - this.state = 7157; + this.state = 7147; _la = this.tokenStream.LA(1); if(!(_la === 116 || _la === 886)) { this.errorHandler.recoverInline(this); @@ -43102,77 +43074,77 @@ export class MySqlParser extends SQLParserBase { } public constant(): ConstantContext { let localContext = new ConstantContext(this.context, this.state); - this.enterRule(localContext, 740, MySqlParser.RULE_constant); + this.enterRule(localContext, 738, MySqlParser.RULE_constant); let _la: number; try { - this.state = 7171; + this.state = 7161; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1040, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7159; + this.state = 7149; this.stringLiteral(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7160; + this.state = 7150; this.decimalLiteral(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7161; + this.state = 7151; this.match(MySqlParser.MINUS); - this.state = 7162; + this.state = 7152; this.decimalLiteral(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7163; + this.state = 7153; this.hexadecimalLiteral(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7164; + this.state = 7154; this.booleanLiteral(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 7165; + this.state = 7155; this.match(MySqlParser.REAL_LITERAL); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 7166; + this.state = 7156; this.match(MySqlParser.BIT_STRING); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 7168; + this.state = 7158; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 114) { { - this.state = 7167; + this.state = 7157; this.match(MySqlParser.KW_NOT); } } - this.state = 7170; + this.state = 7160; localContext._nullLiteral = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 116 || _la === 886)) { @@ -43202,18 +43174,18 @@ export class MySqlParser extends SQLParserBase { } public dataType(): DataTypeContext { let localContext = new DataTypeContext(this.context, this.state); - this.enterRule(localContext, 742, MySqlParser.RULE_dataType); + this.enterRule(localContext, 740, MySqlParser.RULE_dataType); let _la: number; try { let alternative: number; - this.state = 7299; + this.state = 7289; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1069, this.context) ) { case 1: localContext = new StringDataTypeContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7173; + this.state = 7163; (localContext as StringDataTypeContext)._typeName = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 26 || ((((_la - 224)) & ~0x1F) === 0 && ((1 << (_la - 224)) & 31239) !== 0) || _la === 498)) { @@ -43223,62 +43195,62 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7175; + this.state = 7165; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 240) { { - this.state = 7174; + this.state = 7164; this.match(MySqlParser.KW_VARYING); } } - this.state = 7178; + this.state = 7168; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1042, this.context) ) { case 1: { - this.state = 7177; + this.state = 7167; this.lengthOneDimension(); } break; } - this.state = 7181; + this.state = 7171; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1043, this.context) ) { case 1: { - this.state = 7180; + this.state = 7170; this.match(MySqlParser.KW_BINARY); } break; } - this.state = 7186; + this.state = 7176; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1044, this.context) ) { case 1: { - this.state = 7183; + this.state = 7173; this.charSet(); - this.state = 7184; + this.state = 7174; this.charsetName(); } break; } - this.state = 7191; + this.state = 7181; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1045, this.context) ) { case 1: { - this.state = 7188; + this.state = 7178; this.match(MySqlParser.KW_COLLATE); - this.state = 7189; + this.state = 7179; this.collationName(); } break; case 2: { - this.state = 7190; + this.state = 7180; this.match(MySqlParser.KW_BINARY); } break; @@ -43289,9 +43261,9 @@ export class MySqlParser extends SQLParserBase { localContext = new NationalVaryingStringDataTypeContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 7193; + this.state = 7183; this.match(MySqlParser.KW_NATIONAL); - this.state = 7194; + this.state = 7184; (localContext as NationalVaryingStringDataTypeContext)._typeName = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 26 || _la === 224)) { @@ -43301,24 +43273,24 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7195; + this.state = 7185; this.match(MySqlParser.KW_VARYING); - this.state = 7197; + this.state = 7187; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1046, this.context) ) { case 1: { - this.state = 7196; + this.state = 7186; this.lengthOneDimension(); } break; } - this.state = 7200; + this.state = 7190; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1047, this.context) ) { case 1: { - this.state = 7199; + this.state = 7189; this.match(MySqlParser.KW_BINARY); } break; @@ -43329,9 +43301,9 @@ export class MySqlParser extends SQLParserBase { localContext = new NationalStringDataTypeContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 7202; + this.state = 7192; this.match(MySqlParser.KW_NATIONAL); - this.state = 7203; + this.state = 7193; (localContext as NationalStringDataTypeContext)._typeName = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 26 || _la === 224 || _la === 225)) { @@ -43341,22 +43313,22 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7205; + this.state = 7195; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1048, this.context) ) { case 1: { - this.state = 7204; + this.state = 7194; this.lengthOneDimension(); } break; } - this.state = 7208; + this.state = 7198; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1049, this.context) ) { case 1: { - this.state = 7207; + this.state = 7197; this.match(MySqlParser.KW_BINARY); } break; @@ -43367,26 +43339,26 @@ export class MySqlParser extends SQLParserBase { localContext = new NationalStringDataTypeContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 7210; + this.state = 7200; this.match(MySqlParser.KW_NCHAR); - this.state = 7211; + this.state = 7201; (localContext as NationalStringDataTypeContext)._typeName = this.match(MySqlParser.KW_VARCHAR); - this.state = 7213; + this.state = 7203; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1050, this.context) ) { case 1: { - this.state = 7212; + this.state = 7202; this.lengthOneDimension(); } break; } - this.state = 7216; + this.state = 7206; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1051, this.context) ) { case 1: { - this.state = 7215; + this.state = 7205; this.match(MySqlParser.KW_BINARY); } break; @@ -43397,7 +43369,7 @@ export class MySqlParser extends SQLParserBase { localContext = new DimensionDataTypeContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 7218; + this.state = 7208; (localContext as DimensionDataTypeContext)._typeName = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 198)) & ~0x1F) === 0 && ((1 << (_la - 198)) & 4095) !== 0))) { @@ -43407,24 +43379,24 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7220; + this.state = 7210; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1052, this.context) ) { case 1: { - this.state = 7219; + this.state = 7209; this.lengthOneDimension(); } break; } - this.state = 7225; + this.state = 7215; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1053, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7222; + this.state = 7212; _la = this.tokenStream.LA(1); if(!(_la === 184 || _la === 197 || _la === 596)) { this.errorHandler.recoverInline(this); @@ -43436,7 +43408,7 @@ export class MySqlParser extends SQLParserBase { } } } - this.state = 7227; + this.state = 7217; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1053, this.context); } @@ -43446,26 +43418,26 @@ export class MySqlParser extends SQLParserBase { localContext = new DimensionDataTypeContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 7228; + this.state = 7218; (localContext as DimensionDataTypeContext)._typeName = this.match(MySqlParser.KW_REAL); - this.state = 7230; + this.state = 7220; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1054, this.context) ) { case 1: { - this.state = 7229; + this.state = 7219; this.lengthTwoDimension(); } break; } - this.state = 7235; + this.state = 7225; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1055, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7232; + this.state = 7222; _la = this.tokenStream.LA(1); if(!(_la === 184 || _la === 197 || _la === 596)) { this.errorHandler.recoverInline(this); @@ -43477,7 +43449,7 @@ export class MySqlParser extends SQLParserBase { } } } - this.state = 7237; + this.state = 7227; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1055, this.context); } @@ -43487,36 +43459,36 @@ export class MySqlParser extends SQLParserBase { localContext = new DimensionDataTypeContext(localContext); this.enterOuterAlt(localContext, 7); { - this.state = 7238; + this.state = 7228; (localContext as DimensionDataTypeContext)._typeName = this.match(MySqlParser.KW_DOUBLE); - this.state = 7240; + this.state = 7230; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 212) { { - this.state = 7239; + this.state = 7229; this.match(MySqlParser.KW_PRECISION); } } - this.state = 7243; + this.state = 7233; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1057, this.context) ) { case 1: { - this.state = 7242; + this.state = 7232; this.lengthTwoDimension(); } break; } - this.state = 7248; + this.state = 7238; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1058, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7245; + this.state = 7235; _la = this.tokenStream.LA(1); if(!(_la === 184 || _la === 197 || _la === 596)) { this.errorHandler.recoverInline(this); @@ -43528,7 +43500,7 @@ export class MySqlParser extends SQLParserBase { } } } - this.state = 7250; + this.state = 7240; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1058, this.context); } @@ -43538,7 +43510,7 @@ export class MySqlParser extends SQLParserBase { localContext = new DimensionDataTypeContext(localContext); this.enterOuterAlt(localContext, 8); { - this.state = 7251; + this.state = 7241; (localContext as DimensionDataTypeContext)._typeName = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 213)) & ~0x1F) === 0 && ((1 << (_la - 213)) & 63) !== 0) || _la === 403)) { @@ -43548,24 +43520,24 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7253; + this.state = 7243; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1059, this.context) ) { case 1: { - this.state = 7252; + this.state = 7242; this.lengthTwoOptionalDimension(); } break; } - this.state = 7258; + this.state = 7248; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1060, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7255; + this.state = 7245; _la = this.tokenStream.LA(1); if(!(_la === 184 || _la === 197 || _la === 596)) { this.errorHandler.recoverInline(this); @@ -43577,7 +43549,7 @@ export class MySqlParser extends SQLParserBase { } } } - this.state = 7260; + this.state = 7250; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1060, this.context); } @@ -43587,7 +43559,7 @@ export class MySqlParser extends SQLParserBase { localContext = new SimpleDataTypeContext(localContext); this.enterOuterAlt(localContext, 9); { - this.state = 7261; + this.state = 7251; (localContext as SimpleDataTypeContext)._typeName = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 4237313) !== 0) || _la === 321 || _la === 322)) { @@ -43603,7 +43575,7 @@ export class MySqlParser extends SQLParserBase { localContext = new DimensionDataTypeContext(localContext); this.enterOuterAlt(localContext, 10); { - this.state = 7262; + this.state = 7252; (localContext as DimensionDataTypeContext)._typeName = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 220)) & ~0x1F) === 0 && ((1 << (_la - 220)) & 2831) !== 0) || _la === 319)) { @@ -43613,12 +43585,12 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7264; + this.state = 7254; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1061, this.context) ) { case 1: { - this.state = 7263; + this.state = 7253; this.lengthOneDimension(); } break; @@ -43629,7 +43601,7 @@ export class MySqlParser extends SQLParserBase { localContext = new CollectionDataTypeContext(localContext); this.enterOuterAlt(localContext, 11); { - this.state = 7266; + this.state = 7256; (localContext as CollectionDataTypeContext)._typeName = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 155 || _la === 239)) { @@ -43639,26 +43611,26 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7267; + this.state = 7257; this.collectionOptions(); - this.state = 7269; + this.state = 7259; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1062, this.context) ) { case 1: { - this.state = 7268; + this.state = 7258; this.match(MySqlParser.KW_BINARY); } break; } - this.state = 7274; + this.state = 7264; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1063, this.context) ) { case 1: { - this.state = 7271; + this.state = 7261; this.charSet(); - this.state = 7272; + this.state = 7262; this.charsetName(); } break; @@ -43669,7 +43641,7 @@ export class MySqlParser extends SQLParserBase { localContext = new SpatialDataTypeContext(localContext); this.enterOuterAlt(localContext, 12); { - this.state = 7276; + this.state = 7266; (localContext as SpatialDataTypeContext)._typeName = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 442 || ((((_la - 813)) & ~0x1F) === 0 && ((1 << (_la - 813)) & 511) !== 0))) { @@ -43679,14 +43651,14 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7279; + this.state = 7269; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1064, this.context) ) { case 1: { - this.state = 7277; + this.state = 7267; this.match(MySqlParser.KW_SRID); - this.state = 7278; + this.state = 7268; this.decimalLiteral(); } break; @@ -43697,48 +43669,48 @@ export class MySqlParser extends SQLParserBase { localContext = new LongVarcharDataTypeContext(localContext); this.enterOuterAlt(localContext, 13); { - this.state = 7281; + this.state = 7271; (localContext as LongVarcharDataTypeContext)._typeName = this.match(MySqlParser.KW_LONG); - this.state = 7283; + this.state = 7273; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 225) { { - this.state = 7282; + this.state = 7272; this.match(MySqlParser.KW_VARCHAR); } } - this.state = 7286; + this.state = 7276; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1066, this.context) ) { case 1: { - this.state = 7285; + this.state = 7275; this.match(MySqlParser.KW_BINARY); } break; } - this.state = 7291; + this.state = 7281; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1067, this.context) ) { case 1: { - this.state = 7288; + this.state = 7278; this.charSet(); - this.state = 7289; + this.state = 7279; this.charsetName(); } break; } - this.state = 7295; + this.state = 7285; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1068, this.context) ) { case 1: { - this.state = 7293; + this.state = 7283; this.match(MySqlParser.KW_COLLATE); - this.state = 7294; + this.state = 7284; this.collationName(); } break; @@ -43749,9 +43721,9 @@ export class MySqlParser extends SQLParserBase { localContext = new LongVarbinaryDataTypeContext(localContext); this.enterOuterAlt(localContext, 14); { - this.state = 7297; + this.state = 7287; this.match(MySqlParser.KW_LONG); - this.state = 7298; + this.state = 7288; this.match(MySqlParser.KW_VARBINARY); } break; @@ -43773,32 +43745,32 @@ export class MySqlParser extends SQLParserBase { } public collectionOptions(): CollectionOptionsContext { let localContext = new CollectionOptionsContext(this.context, this.state); - this.enterRule(localContext, 744, MySqlParser.RULE_collectionOptions); + this.enterRule(localContext, 742, MySqlParser.RULE_collectionOptions); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7301; + this.state = 7291; this.match(MySqlParser.LR_BRACKET); - this.state = 7302; + this.state = 7292; this.match(MySqlParser.STRING_LITERAL); - this.state = 7307; + this.state = 7297; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 7303; + this.state = 7293; this.match(MySqlParser.COMMA); - this.state = 7304; + this.state = 7294; this.match(MySqlParser.STRING_LITERAL); } } - this.state = 7309; + this.state = 7299; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 7310; + this.state = 7300; this.match(MySqlParser.RR_BRACKET); } } @@ -43818,18 +43790,18 @@ export class MySqlParser extends SQLParserBase { } public convertedDataType(): ConvertedDataTypeContext { let localContext = new ConvertedDataTypeContext(this.context, this.state); - this.enterRule(localContext, 746, MySqlParser.RULE_convertedDataType); + this.enterRule(localContext, 744, MySqlParser.RULE_convertedDataType); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7334; + this.state = 7324; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_BINARY: case MySqlParser.KW_NCHAR: { - this.state = 7312; + this.state = 7302; localContext._typeName = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 228 || _la === 498)) { @@ -43839,12 +43811,12 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7314; + this.state = 7304; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 866) { { - this.state = 7313; + this.state = 7303; this.lengthOneDimension(); } } @@ -43853,26 +43825,26 @@ export class MySqlParser extends SQLParserBase { break; case MySqlParser.KW_CHAR: { - this.state = 7316; + this.state = 7306; localContext._typeName = this.match(MySqlParser.KW_CHAR); - this.state = 7318; + this.state = 7308; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 866) { { - this.state = 7317; + this.state = 7307; this.lengthOneDimension(); } } - this.state = 7323; + this.state = 7313; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 26 || _la === 224 || _la === 823) { { - this.state = 7320; + this.state = 7310; this.charSet(); - this.state = 7321; + this.state = 7311; this.charsetName(); } } @@ -43886,7 +43858,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_DATETIME: case MySqlParser.KW_JSON: { - this.state = 7325; + this.state = 7315; localContext._typeName = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 202)) & ~0x1F) === 0 && ((1 << (_la - 202)) & 1441857) !== 0) || _la === 442)) { @@ -43901,7 +43873,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_DECIMAL: case MySqlParser.KW_DEC: { - this.state = 7326; + this.state = 7316; localContext._typeName = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 216 || _la === 217)) { @@ -43911,12 +43883,12 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7328; + this.state = 7318; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 866) { { - this.state = 7327; + this.state = 7317; this.lengthTwoOptionalDimension(); } } @@ -43926,7 +43898,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_UNSIGNED: case MySqlParser.KW_SIGNED: { - this.state = 7330; + this.state = 7320; _la = this.tokenStream.LA(1); if(!(_la === 184 || _la === 596)) { this.errorHandler.recoverInline(this); @@ -43935,12 +43907,12 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7332; + this.state = 7322; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 202 || _la === 208) { { - this.state = 7331; + this.state = 7321; _la = this.tokenStream.LA(1); if(!(_la === 202 || _la === 208)) { this.errorHandler.recoverInline(this); @@ -43957,12 +43929,12 @@ export class MySqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 7337; + this.state = 7327; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 12) { { - this.state = 7336; + this.state = 7326; this.match(MySqlParser.KW_ARRAY); } } @@ -43985,15 +43957,15 @@ export class MySqlParser extends SQLParserBase { } public lengthOneDimension(): LengthOneDimensionContext { let localContext = new LengthOneDimensionContext(this.context, this.state); - this.enterRule(localContext, 748, MySqlParser.RULE_lengthOneDimension); + this.enterRule(localContext, 746, MySqlParser.RULE_lengthOneDimension); try { this.enterOuterAlt(localContext, 1); { - this.state = 7339; + this.state = 7329; this.match(MySqlParser.LR_BRACKET); - this.state = 7340; + this.state = 7330; this.decimalLiteral(); - this.state = 7341; + this.state = 7331; this.match(MySqlParser.RR_BRACKET); } } @@ -44013,19 +43985,19 @@ export class MySqlParser extends SQLParserBase { } public lengthTwoDimension(): LengthTwoDimensionContext { let localContext = new LengthTwoDimensionContext(this.context, this.state); - this.enterRule(localContext, 750, MySqlParser.RULE_lengthTwoDimension); + this.enterRule(localContext, 748, MySqlParser.RULE_lengthTwoDimension); try { this.enterOuterAlt(localContext, 1); { - this.state = 7343; + this.state = 7333; this.match(MySqlParser.LR_BRACKET); - this.state = 7344; + this.state = 7334; this.decimalLiteral(); - this.state = 7345; + this.state = 7335; this.match(MySqlParser.COMMA); - this.state = 7346; + this.state = 7336; this.decimalLiteral(); - this.state = 7347; + this.state = 7337; this.match(MySqlParser.RR_BRACKET); } } @@ -44045,28 +44017,28 @@ export class MySqlParser extends SQLParserBase { } public lengthTwoOptionalDimension(): LengthTwoOptionalDimensionContext { let localContext = new LengthTwoOptionalDimensionContext(this.context, this.state); - this.enterRule(localContext, 752, MySqlParser.RULE_lengthTwoOptionalDimension); + this.enterRule(localContext, 750, MySqlParser.RULE_lengthTwoOptionalDimension); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7349; + this.state = 7339; this.match(MySqlParser.LR_BRACKET); - this.state = 7350; + this.state = 7340; this.decimalLiteral(); - this.state = 7353; + this.state = 7343; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 868) { { - this.state = 7351; + this.state = 7341; this.match(MySqlParser.COMMA); - this.state = 7352; + this.state = 7342; this.decimalLiteral(); } } - this.state = 7355; + this.state = 7345; this.match(MySqlParser.RR_BRACKET); } } @@ -44086,32 +44058,32 @@ export class MySqlParser extends SQLParserBase { } public indexColumnNames(): IndexColumnNamesContext { let localContext = new IndexColumnNamesContext(this.context, this.state); - this.enterRule(localContext, 754, MySqlParser.RULE_indexColumnNames); + this.enterRule(localContext, 752, MySqlParser.RULE_indexColumnNames); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7357; + this.state = 7347; this.match(MySqlParser.LR_BRACKET); - this.state = 7358; + this.state = 7348; this.indexColumnName(); - this.state = 7363; + this.state = 7353; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 7359; + this.state = 7349; this.match(MySqlParser.COMMA); - this.state = 7360; + this.state = 7350; this.indexColumnName(); } } - this.state = 7365; + this.state = 7355; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 7366; + this.state = 7356; this.match(MySqlParser.RR_BRACKET); } } @@ -44131,26 +44103,26 @@ export class MySqlParser extends SQLParserBase { } public expressions(): ExpressionsContext { let localContext = new ExpressionsContext(this.context, this.state); - this.enterRule(localContext, 756, MySqlParser.RULE_expressions); + this.enterRule(localContext, 754, MySqlParser.RULE_expressions); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7368; + this.state = 7358; this.expression(0); - this.state = 7373; + this.state = 7363; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 7369; + this.state = 7359; this.match(MySqlParser.COMMA); - this.state = 7370; + this.state = 7360; this.expression(0); } } - this.state = 7375; + this.state = 7365; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -44172,12 +44144,12 @@ export class MySqlParser extends SQLParserBase { } public valuesOrValueList(): ValuesOrValueListContext { let localContext = new ValuesOrValueListContext(this.context, this.state); - this.enterRule(localContext, 758, MySqlParser.RULE_valuesOrValueList); + this.enterRule(localContext, 756, MySqlParser.RULE_valuesOrValueList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7376; + this.state = 7366; _la = this.tokenStream.LA(1); if(!(_la === 189 || _la === 682)) { this.errorHandler.recoverInline(this); @@ -44186,21 +44158,21 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7377; + this.state = 7367; this.expressionsWithDefaults(); - this.state = 7382; + this.state = 7372; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 7378; + this.state = 7368; this.match(MySqlParser.COMMA); - this.state = 7379; + this.state = 7369; this.expressionsWithDefaults(); } } - this.state = 7384; + this.state = 7374; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -44222,32 +44194,32 @@ export class MySqlParser extends SQLParserBase { } public expressionsWithDefaults(): ExpressionsWithDefaultsContext { let localContext = new ExpressionsWithDefaultsContext(this.context, this.state); - this.enterRule(localContext, 760, MySqlParser.RULE_expressionsWithDefaults); + this.enterRule(localContext, 758, MySqlParser.RULE_expressionsWithDefaults); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7385; + this.state = 7375; this.match(MySqlParser.LR_BRACKET); - this.state = 7386; + this.state = 7376; this.expressionOrDefault(); - this.state = 7391; + this.state = 7381; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 7387; + this.state = 7377; this.match(MySqlParser.COMMA); - this.state = 7388; + this.state = 7378; this.expressionOrDefault(); } } - this.state = 7393; + this.state = 7383; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 7394; + this.state = 7384; this.match(MySqlParser.RR_BRACKET); } } @@ -44267,22 +44239,22 @@ export class MySqlParser extends SQLParserBase { } public expressionOrDefault(): ExpressionOrDefaultContext { let localContext = new ExpressionOrDefaultContext(this.context, this.state); - this.enterRule(localContext, 762, MySqlParser.RULE_expressionOrDefault); + this.enterRule(localContext, 760, MySqlParser.RULE_expressionOrDefault); try { - this.state = 7398; + this.state = 7388; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1083, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7396; + this.state = 7386; this.expression(0); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7397; + this.state = 7387; this.match(MySqlParser.KW_DEFAULT); } break; @@ -44304,26 +44276,26 @@ export class MySqlParser extends SQLParserBase { } public constants(): ConstantsContext { let localContext = new ConstantsContext(this.context, this.state); - this.enterRule(localContext, 764, MySqlParser.RULE_constants); + this.enterRule(localContext, 762, MySqlParser.RULE_constants); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7400; + this.state = 7390; this.constant(); - this.state = 7405; + this.state = 7395; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 7401; + this.state = 7391; this.match(MySqlParser.COMMA); - this.state = 7402; + this.state = 7392; this.constant(); } } - this.state = 7407; + this.state = 7397; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -44345,26 +44317,26 @@ export class MySqlParser extends SQLParserBase { } public simpleStrings(): SimpleStringsContext { let localContext = new SimpleStringsContext(this.context, this.state); - this.enterRule(localContext, 766, MySqlParser.RULE_simpleStrings); + this.enterRule(localContext, 764, MySqlParser.RULE_simpleStrings); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7408; + this.state = 7398; this.match(MySqlParser.STRING_LITERAL); - this.state = 7413; + this.state = 7403; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 7409; + this.state = 7399; this.match(MySqlParser.COMMA); - this.state = 7410; + this.state = 7400; this.match(MySqlParser.STRING_LITERAL); } } - this.state = 7415; + this.state = 7405; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -44386,26 +44358,26 @@ export class MySqlParser extends SQLParserBase { } public userVariables(): UserVariablesContext { let localContext = new UserVariablesContext(this.context, this.state); - this.enterRule(localContext, 768, MySqlParser.RULE_userVariables); + this.enterRule(localContext, 766, MySqlParser.RULE_userVariables); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7416; + this.state = 7406; this.match(MySqlParser.LOCAL_ID); - this.state = 7421; + this.state = 7411; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 7417; + this.state = 7407; this.match(MySqlParser.COMMA); - this.state = 7418; + this.state = 7408; this.match(MySqlParser.LOCAL_ID); } } - this.state = 7423; + this.state = 7413; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -44427,67 +44399,67 @@ export class MySqlParser extends SQLParserBase { } public defaultValue(): DefaultValueContext { let localContext = new DefaultValueContext(this.context, this.state); - this.enterRule(localContext, 770, MySqlParser.RULE_defaultValue); + this.enterRule(localContext, 768, MySqlParser.RULE_defaultValue); try { - this.state = 7450; + this.state = 7440; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1089, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7424; + this.state = 7414; this.match(MySqlParser.KW_NULL_LITERAL); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7425; + this.state = 7415; this.match(MySqlParser.KW_CAST); - this.state = 7426; + this.state = 7416; this.match(MySqlParser.LR_BRACKET); - this.state = 7427; + this.state = 7417; this.expression(0); - this.state = 7428; + this.state = 7418; this.match(MySqlParser.KW_AS); - this.state = 7429; + this.state = 7419; this.convertedDataType(); - this.state = 7430; + this.state = 7420; this.match(MySqlParser.RR_BRACKET); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7433; + this.state = 7423; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1087, this.context) ) { case 1: { - this.state = 7432; + this.state = 7422; this.unaryOperator(); } break; } - this.state = 7435; + this.state = 7425; this.constant(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7436; + this.state = 7426; this.currentTimestamp(); - this.state = 7440; + this.state = 7430; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1088, this.context) ) { case 1: { - this.state = 7437; + this.state = 7427; this.match(MySqlParser.KW_ON); - this.state = 7438; + this.state = 7428; this.match(MySqlParser.KW_UPDATE); - this.state = 7439; + this.state = 7429; this.currentTimestamp(); } break; @@ -44497,22 +44469,22 @@ export class MySqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7442; + this.state = 7432; this.match(MySqlParser.LR_BRACKET); - this.state = 7443; + this.state = 7433; this.expression(0); - this.state = 7444; + this.state = 7434; this.match(MySqlParser.RR_BRACKET); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 7446; + this.state = 7436; this.match(MySqlParser.LR_BRACKET); - this.state = 7447; + this.state = 7437; this.fullId(); - this.state = 7448; + this.state = 7438; this.match(MySqlParser.RR_BRACKET); } break; @@ -44534,19 +44506,19 @@ export class MySqlParser extends SQLParserBase { } public currentTimestamp(): CurrentTimestampContext { let localContext = new CurrentTimestampContext(this.context, this.state); - this.enterRule(localContext, 772, MySqlParser.RULE_currentTimestamp); + this.enterRule(localContext, 770, MySqlParser.RULE_currentTimestamp); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7466; + this.state = 7456; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_CURRENT_TIMESTAMP: case MySqlParser.KW_LOCALTIME: case MySqlParser.KW_LOCALTIMESTAMP: { - this.state = 7452; + this.state = 7442; _la = this.tokenStream.LA(1); if(!(((((_la - 287)) & ~0x1F) === 0 && ((1 << (_la - 287)) & 131) !== 0))) { this.errorHandler.recoverInline(this); @@ -44555,24 +44527,24 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7458; + this.state = 7448; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1091, this.context) ) { case 1: { - this.state = 7453; + this.state = 7443; this.match(MySqlParser.LR_BRACKET); - this.state = 7455; + this.state = 7445; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 871)) & ~0x1F) === 0 && ((1 << (_la - 871)) & 20495) !== 0)) { { - this.state = 7454; + this.state = 7444; this.decimalLiteral(); } } - this.state = 7457; + this.state = 7447; this.match(MySqlParser.RR_BRACKET); } break; @@ -44581,21 +44553,21 @@ export class MySqlParser extends SQLParserBase { break; case MySqlParser.KW_NOW: { - this.state = 7460; + this.state = 7450; this.match(MySqlParser.KW_NOW); - this.state = 7461; + this.state = 7451; this.match(MySqlParser.LR_BRACKET); - this.state = 7463; + this.state = 7453; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 871)) & ~0x1F) === 0 && ((1 << (_la - 871)) & 20495) !== 0)) { { - this.state = 7462; + this.state = 7452; this.decimalLiteral(); } } - this.state = 7465; + this.state = 7455; this.match(MySqlParser.RR_BRACKET); } break; @@ -44620,13 +44592,13 @@ export class MySqlParser extends SQLParserBase { } public ifExists(): IfExistsContext { let localContext = new IfExistsContext(this.context, this.state); - this.enterRule(localContext, 774, MySqlParser.RULE_ifExists); + this.enterRule(localContext, 772, MySqlParser.RULE_ifExists); try { this.enterOuterAlt(localContext, 1); { - this.state = 7468; + this.state = 7458; this.match(MySqlParser.KW_IF); - this.state = 7469; + this.state = 7459; this.match(MySqlParser.KW_EXISTS); } } @@ -44646,15 +44618,15 @@ export class MySqlParser extends SQLParserBase { } public ifNotExists(): IfNotExistsContext { let localContext = new IfNotExistsContext(this.context, this.state); - this.enterRule(localContext, 776, MySqlParser.RULE_ifNotExists); + this.enterRule(localContext, 774, MySqlParser.RULE_ifNotExists); try { this.enterOuterAlt(localContext, 1); { - this.state = 7471; + this.state = 7461; this.match(MySqlParser.KW_IF); - this.state = 7472; + this.state = 7462; this.match(MySqlParser.KW_NOT); - this.state = 7473; + this.state = 7463; this.match(MySqlParser.KW_EXISTS); } } @@ -44674,13 +44646,13 @@ export class MySqlParser extends SQLParserBase { } public orReplace(): OrReplaceContext { let localContext = new OrReplaceContext(this.context, this.state); - this.enterRule(localContext, 778, MySqlParser.RULE_orReplace); + this.enterRule(localContext, 776, MySqlParser.RULE_orReplace); try { this.enterOuterAlt(localContext, 1); { - this.state = 7475; + this.state = 7465; this.match(MySqlParser.KW_OR); - this.state = 7476; + this.state = 7466; this.match(MySqlParser.KW_REPLACE); } } @@ -44700,16 +44672,16 @@ export class MySqlParser extends SQLParserBase { } public functionCall(): FunctionCallContext { let localContext = new FunctionCallContext(this.context, this.state); - this.enterRule(localContext, 780, MySqlParser.RULE_functionCall); + this.enterRule(localContext, 778, MySqlParser.RULE_functionCall); try { - this.state = 7500; + this.state = 7490; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1096, this.context) ) { case 1: localContext = new SpecificFunctionCallContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7478; + this.state = 7468; this.specificFunction(); } break; @@ -44717,7 +44689,7 @@ export class MySqlParser extends SQLParserBase { localContext = new AggregateFunctionCallContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 7479; + this.state = 7469; this.aggregateWindowedFunction(); } break; @@ -44725,7 +44697,7 @@ export class MySqlParser extends SQLParserBase { localContext = new NonAggregateFunctionCallContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 7480; + this.state = 7470; this.nonAggregateWindowedFunction(); } break; @@ -44733,26 +44705,26 @@ export class MySqlParser extends SQLParserBase { localContext = new ScalarFunctionCallContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 7481; + this.state = 7471; this.scalarFunctionName(); - this.state = 7488; + this.state = 7478; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1094, this.context) ) { case 1: { - this.state = 7482; + this.state = 7472; this.match(MySqlParser.LR_BRACKET); - this.state = 7483; + this.state = 7473; this.match(MySqlParser.RR_BRACKET); } break; case 2: { - this.state = 7484; + this.state = 7474; this.match(MySqlParser.LR_BRACKET); - this.state = 7485; + this.state = 7475; this.functionArgs(); - this.state = 7486; + this.state = 7476; this.match(MySqlParser.RR_BRACKET); } break; @@ -44763,26 +44735,26 @@ export class MySqlParser extends SQLParserBase { localContext = new UdfFunctionCallContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 7490; + this.state = 7480; this.functionName(); - this.state = 7497; + this.state = 7487; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1095, this.context) ) { case 1: { - this.state = 7491; + this.state = 7481; this.match(MySqlParser.LR_BRACKET); - this.state = 7492; + this.state = 7482; this.match(MySqlParser.RR_BRACKET); } break; case 2: { - this.state = 7493; + this.state = 7483; this.match(MySqlParser.LR_BRACKET); - this.state = 7494; + this.state = 7484; this.functionArgs(); - this.state = 7495; + this.state = 7485; this.match(MySqlParser.RR_BRACKET); } break; @@ -44793,7 +44765,7 @@ export class MySqlParser extends SQLParserBase { localContext = new PasswordFunctionCallContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 7499; + this.state = 7489; this.passwordFunctionClause(); } break; @@ -44815,17 +44787,17 @@ export class MySqlParser extends SQLParserBase { } public specificFunction(): SpecificFunctionContext { let localContext = new SpecificFunctionContext(this.context, this.state); - this.enterRule(localContext, 782, MySqlParser.RULE_specificFunction); + this.enterRule(localContext, 780, MySqlParser.RULE_specificFunction); let _la: number; try { - this.state = 7681; + this.state = 7671; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1120, this.context) ) { case 1: localContext = new SimpleFunctionCallContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7502; + this.state = 7492; _la = this.tokenStream.LA(1); if(!(_la === 152 || ((((_la - 285)) & ~0x1F) === 0 && ((1 << (_la - 285)) & 262159) !== 0))) { this.errorHandler.recoverInline(this); @@ -44834,14 +44806,14 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7505; + this.state = 7495; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1097, this.context) ) { case 1: { - this.state = 7503; + this.state = 7493; this.match(MySqlParser.LR_BRACKET); - this.state = 7504; + this.state = 7494; this.match(MySqlParser.RR_BRACKET); } break; @@ -44852,7 +44824,7 @@ export class MySqlParser extends SQLParserBase { localContext = new CurrentUserContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 7507; + this.state = 7497; this.currentUserExpression(); } break; @@ -44860,17 +44832,17 @@ export class MySqlParser extends SQLParserBase { localContext = new DataTypeFunctionCallContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 7508; + this.state = 7498; this.match(MySqlParser.KW_CONVERT); - this.state = 7509; + this.state = 7499; this.match(MySqlParser.LR_BRACKET); - this.state = 7510; + this.state = 7500; this.expression(0); - this.state = 7511; + this.state = 7501; (localContext as DataTypeFunctionCallContext)._separator = this.match(MySqlParser.COMMA); - this.state = 7512; + this.state = 7502; this.convertedDataType(); - this.state = 7513; + this.state = 7503; this.match(MySqlParser.RR_BRACKET); } break; @@ -44878,17 +44850,17 @@ export class MySqlParser extends SQLParserBase { localContext = new DataTypeFunctionCallContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 7515; + this.state = 7505; this.match(MySqlParser.KW_CONVERT); - this.state = 7516; + this.state = 7506; this.match(MySqlParser.LR_BRACKET); - this.state = 7517; + this.state = 7507; this.expression(0); - this.state = 7518; + this.state = 7508; this.match(MySqlParser.KW_USING); - this.state = 7519; + this.state = 7509; this.charsetName(); - this.state = 7520; + this.state = 7510; this.match(MySqlParser.RR_BRACKET); } break; @@ -44896,17 +44868,17 @@ export class MySqlParser extends SQLParserBase { localContext = new DataTypeFunctionCallContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 7522; + this.state = 7512; this.match(MySqlParser.KW_CAST); - this.state = 7523; + this.state = 7513; this.match(MySqlParser.LR_BRACKET); - this.state = 7524; + this.state = 7514; this.expression(0); - this.state = 7525; + this.state = 7515; this.match(MySqlParser.KW_AS); - this.state = 7526; + this.state = 7516; this.convertedDataType(); - this.state = 7527; + this.state = 7517; this.match(MySqlParser.RR_BRACKET); } break; @@ -44914,13 +44886,13 @@ export class MySqlParser extends SQLParserBase { localContext = new ValuesFunctionCallContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 7529; + this.state = 7519; this.match(MySqlParser.KW_VALUES); - this.state = 7530; + this.state = 7520; this.match(MySqlParser.LR_BRACKET); - this.state = 7531; + this.state = 7521; this.columnName(); - this.state = 7532; + this.state = 7522; this.match(MySqlParser.RR_BRACKET); } break; @@ -44928,35 +44900,35 @@ export class MySqlParser extends SQLParserBase { localContext = new CaseFunctionCallContext(localContext); this.enterOuterAlt(localContext, 7); { - this.state = 7534; + this.state = 7524; this.match(MySqlParser.KW_CASE); - this.state = 7536; + this.state = 7526; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 7535; + this.state = 7525; this.caseFuncAlternative(); } } - this.state = 7538; + this.state = 7528; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 191); - this.state = 7542; + this.state = 7532; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53) { { - this.state = 7540; + this.state = 7530; this.match(MySqlParser.KW_ELSE); - this.state = 7541; + this.state = 7531; (localContext as CaseFunctionCallContext)._elseArg = this.functionArg(); } } - this.state = 7544; + this.state = 7534; this.match(MySqlParser.KW_END); } break; @@ -44964,37 +44936,37 @@ export class MySqlParser extends SQLParserBase { localContext = new CaseExpressionFunctionCallContext(localContext); this.enterOuterAlt(localContext, 8); { - this.state = 7546; + this.state = 7536; this.match(MySqlParser.KW_CASE); - this.state = 7547; + this.state = 7537; this.expression(0); - this.state = 7549; + this.state = 7539; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 7548; + this.state = 7538; this.caseFuncAlternative(); } } - this.state = 7551; + this.state = 7541; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 191); - this.state = 7555; + this.state = 7545; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53) { { - this.state = 7553; + this.state = 7543; this.match(MySqlParser.KW_ELSE); - this.state = 7554; + this.state = 7544; (localContext as CaseExpressionFunctionCallContext)._elseArg = this.functionArg(); } } - this.state = 7557; + this.state = 7547; this.match(MySqlParser.KW_END); } break; @@ -45002,25 +44974,25 @@ export class MySqlParser extends SQLParserBase { localContext = new CharFunctionCallContext(localContext); this.enterOuterAlt(localContext, 9); { - this.state = 7559; + this.state = 7549; this.match(MySqlParser.KW_CHAR); - this.state = 7560; + this.state = 7550; this.match(MySqlParser.LR_BRACKET); - this.state = 7561; + this.state = 7551; this.functionArgs(); - this.state = 7564; + this.state = 7554; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 188) { { - this.state = 7562; + this.state = 7552; this.match(MySqlParser.KW_USING); - this.state = 7563; + this.state = 7553; this.charsetName(); } } - this.state = 7566; + this.state = 7556; this.match(MySqlParser.RR_BRACKET); } break; @@ -45028,45 +45000,45 @@ export class MySqlParser extends SQLParserBase { localContext = new PositionFunctionCallContext(localContext); this.enterOuterAlt(localContext, 10); { - this.state = 7568; + this.state = 7558; this.match(MySqlParser.KW_POSITION); - this.state = 7569; + this.state = 7559; this.match(MySqlParser.LR_BRACKET); - this.state = 7572; + this.state = 7562; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1103, this.context) ) { case 1: { - this.state = 7570; + this.state = 7560; (localContext as PositionFunctionCallContext)._positionString = this.stringLiteral(); } break; case 2: { - this.state = 7571; + this.state = 7561; (localContext as PositionFunctionCallContext)._positionExpression = this.expression(0); } break; } - this.state = 7574; + this.state = 7564; this.match(MySqlParser.KW_IN); - this.state = 7577; + this.state = 7567; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1104, this.context) ) { case 1: { - this.state = 7575; + this.state = 7565; (localContext as PositionFunctionCallContext)._inString = this.stringLiteral(); } break; case 2: { - this.state = 7576; + this.state = 7566; (localContext as PositionFunctionCallContext)._inExpression = this.expression(0); } break; } - this.state = 7579; + this.state = 7569; this.match(MySqlParser.RR_BRACKET); } break; @@ -45074,7 +45046,7 @@ export class MySqlParser extends SQLParserBase { localContext = new SubstrFunctionCallContext(localContext); this.enterOuterAlt(localContext, 11); { - this.state = 7581; + this.state = 7571; _la = this.tokenStream.LA(1); if(!(_la === 297 || _la === 298)) { this.errorHandler.recoverInline(this); @@ -45083,61 +45055,61 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7582; + this.state = 7572; this.match(MySqlParser.LR_BRACKET); - this.state = 7585; + this.state = 7575; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1105, this.context) ) { case 1: { - this.state = 7583; + this.state = 7573; (localContext as SubstrFunctionCallContext)._sourceString = this.stringLiteral(); } break; case 2: { - this.state = 7584; + this.state = 7574; (localContext as SubstrFunctionCallContext)._sourceExpression = this.expression(0); } break; } - this.state = 7587; + this.state = 7577; this.match(MySqlParser.KW_FROM); - this.state = 7590; + this.state = 7580; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1106, this.context) ) { case 1: { - this.state = 7588; + this.state = 7578; (localContext as SubstrFunctionCallContext)._fromDecimal = this.decimalLiteral(); } break; case 2: { - this.state = 7589; + this.state = 7579; (localContext as SubstrFunctionCallContext)._fromExpression = this.expression(0); } break; } - this.state = 7597; + this.state = 7587; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 65) { { - this.state = 7592; + this.state = 7582; this.match(MySqlParser.KW_FOR); - this.state = 7595; + this.state = 7585; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1107, this.context) ) { case 1: { - this.state = 7593; + this.state = 7583; (localContext as SubstrFunctionCallContext)._forDecimal = this.decimalLiteral(); } break; case 2: { - this.state = 7594; + this.state = 7584; (localContext as SubstrFunctionCallContext)._forExpression = this.expression(0); } break; @@ -45145,7 +45117,7 @@ export class MySqlParser extends SQLParserBase { } } - this.state = 7599; + this.state = 7589; this.match(MySqlParser.RR_BRACKET); } break; @@ -45153,11 +45125,11 @@ export class MySqlParser extends SQLParserBase { localContext = new TrimFunctionCallContext(localContext); this.enterOuterAlt(localContext, 12); { - this.state = 7601; + this.state = 7591; this.match(MySqlParser.KW_TRIM); - this.state = 7602; + this.state = 7592; this.match(MySqlParser.LR_BRACKET); - this.state = 7603; + this.state = 7593; (localContext as TrimFunctionCallContext)._positioinForm = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 18 || _la === 96 || _la === 177)) { @@ -45167,41 +45139,41 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7606; + this.state = 7596; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1109, this.context) ) { case 1: { - this.state = 7604; + this.state = 7594; (localContext as TrimFunctionCallContext)._sourceString = this.stringLiteral(); } break; case 2: { - this.state = 7605; + this.state = 7595; (localContext as TrimFunctionCallContext)._sourceExpression = this.expression(0); } break; } - this.state = 7608; + this.state = 7598; this.match(MySqlParser.KW_FROM); - this.state = 7611; + this.state = 7601; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1110, this.context) ) { case 1: { - this.state = 7609; + this.state = 7599; (localContext as TrimFunctionCallContext)._fromString = this.stringLiteral(); } break; case 2: { - this.state = 7610; + this.state = 7600; (localContext as TrimFunctionCallContext)._fromExpression = this.expression(0); } break; } - this.state = 7613; + this.state = 7603; this.match(MySqlParser.RR_BRACKET); } break; @@ -45209,45 +45181,45 @@ export class MySqlParser extends SQLParserBase { localContext = new TrimFunctionCallContext(localContext); this.enterOuterAlt(localContext, 13); { - this.state = 7615; + this.state = 7605; this.match(MySqlParser.KW_TRIM); - this.state = 7616; + this.state = 7606; this.match(MySqlParser.LR_BRACKET); - this.state = 7619; + this.state = 7609; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1111, this.context) ) { case 1: { - this.state = 7617; + this.state = 7607; (localContext as TrimFunctionCallContext)._sourceString = this.stringLiteral(); } break; case 2: { - this.state = 7618; + this.state = 7608; (localContext as TrimFunctionCallContext)._sourceExpression = this.expression(0); } break; } - this.state = 7621; + this.state = 7611; this.match(MySqlParser.KW_FROM); - this.state = 7624; + this.state = 7614; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1112, this.context) ) { case 1: { - this.state = 7622; + this.state = 7612; (localContext as TrimFunctionCallContext)._fromString = this.stringLiteral(); } break; case 2: { - this.state = 7623; + this.state = 7613; (localContext as TrimFunctionCallContext)._fromExpression = this.expression(0); } break; } - this.state = 7626; + this.state = 7616; this.match(MySqlParser.RR_BRACKET); } break; @@ -45255,34 +45227,34 @@ export class MySqlParser extends SQLParserBase { localContext = new WeightFunctionCallContext(localContext); this.enterOuterAlt(localContext, 14); { - this.state = 7628; + this.state = 7618; this.match(MySqlParser.KW_WEIGHT_STRING); - this.state = 7629; + this.state = 7619; this.match(MySqlParser.LR_BRACKET); - this.state = 7632; + this.state = 7622; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1113, this.context) ) { case 1: { - this.state = 7630; + this.state = 7620; this.stringLiteral(); } break; case 2: { - this.state = 7631; + this.state = 7621; this.expression(0); } break; } - this.state = 7640; + this.state = 7630; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 13) { { - this.state = 7634; + this.state = 7624; this.match(MySqlParser.KW_AS); - this.state = 7635; + this.state = 7625; (localContext as WeightFunctionCallContext)._stringFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 224 || _la === 228)) { @@ -45292,26 +45264,26 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7636; + this.state = 7626; this.match(MySqlParser.LR_BRACKET); - this.state = 7637; + this.state = 7627; this.decimalLiteral(); - this.state = 7638; + this.state = 7628; this.match(MySqlParser.RR_BRACKET); } } - this.state = 7643; + this.state = 7633; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 448) { { - this.state = 7642; + this.state = 7632; this.levelsInWeightString(); } } - this.state = 7645; + this.state = 7635; this.match(MySqlParser.RR_BRACKET); } break; @@ -45319,31 +45291,31 @@ export class MySqlParser extends SQLParserBase { localContext = new ExtractFunctionCallContext(localContext); this.enterOuterAlt(localContext, 15); { - this.state = 7647; + this.state = 7637; this.match(MySqlParser.KW_EXTRACT); - this.state = 7648; + this.state = 7638; this.match(MySqlParser.LR_BRACKET); - this.state = 7649; + this.state = 7639; this.intervalType(); - this.state = 7650; + this.state = 7640; this.match(MySqlParser.KW_FROM); - this.state = 7653; + this.state = 7643; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1116, this.context) ) { case 1: { - this.state = 7651; + this.state = 7641; (localContext as ExtractFunctionCallContext)._sourceString = this.stringLiteral(); } break; case 2: { - this.state = 7652; + this.state = 7642; (localContext as ExtractFunctionCallContext)._sourceExpression = this.expression(0); } break; } - this.state = 7655; + this.state = 7645; this.match(MySqlParser.RR_BRACKET); } break; @@ -45351,11 +45323,11 @@ export class MySqlParser extends SQLParserBase { localContext = new GetFormatFunctionCallContext(localContext); this.enterOuterAlt(localContext, 16); { - this.state = 7657; + this.state = 7647; this.match(MySqlParser.KW_GET_FORMAT); - this.state = 7658; + this.state = 7648; this.match(MySqlParser.LR_BRACKET); - this.state = 7659; + this.state = 7649; (localContext as GetFormatFunctionCallContext)._datetimeFormat = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 11) !== 0))) { @@ -45365,11 +45337,11 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7660; + this.state = 7650; this.match(MySqlParser.COMMA); - this.state = 7661; + this.state = 7651; this.stringLiteral(); - this.state = 7662; + this.state = 7652; this.match(MySqlParser.RR_BRACKET); } break; @@ -45377,49 +45349,49 @@ export class MySqlParser extends SQLParserBase { localContext = new JsonValueFunctionCallContext(localContext); this.enterOuterAlt(localContext, 17); { - this.state = 7664; + this.state = 7654; this.match(MySqlParser.KW_JSON_VALUE); - this.state = 7665; + this.state = 7655; this.match(MySqlParser.LR_BRACKET); - this.state = 7666; + this.state = 7656; this.expression(0); - this.state = 7667; + this.state = 7657; this.match(MySqlParser.COMMA); - this.state = 7668; + this.state = 7658; this.expression(0); - this.state = 7671; + this.state = 7661; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 579) { { - this.state = 7669; + this.state = 7659; this.match(MySqlParser.KW_RETURNING); - this.state = 7670; + this.state = 7660; this.convertedDataType(); } } - this.state = 7674; + this.state = 7664; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1118, this.context) ) { case 1: { - this.state = 7673; + this.state = 7663; this.jsonOnEmpty(); } break; } - this.state = 7677; + this.state = 7667; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 42 || _la === 116 || _la === 382) { { - this.state = 7676; + this.state = 7666; this.jsonOnError(); } } - this.state = 7679; + this.state = 7669; this.match(MySqlParser.RR_BRACKET); } break; @@ -45441,17 +45413,17 @@ export class MySqlParser extends SQLParserBase { } public caseFuncAlternative(): CaseFuncAlternativeContext { let localContext = new CaseFuncAlternativeContext(this.context, this.state); - this.enterRule(localContext, 784, MySqlParser.RULE_caseFuncAlternative); + this.enterRule(localContext, 782, MySqlParser.RULE_caseFuncAlternative); try { this.enterOuterAlt(localContext, 1); { - this.state = 7683; + this.state = 7673; this.match(MySqlParser.KW_WHEN); - this.state = 7684; + this.state = 7674; localContext._condition = this.functionArg(); - this.state = 7685; + this.state = 7675; this.match(MySqlParser.KW_THEN); - this.state = 7686; + this.state = 7676; localContext._consequent = this.functionArg(); } } @@ -45471,33 +45443,33 @@ export class MySqlParser extends SQLParserBase { } public levelsInWeightString(): LevelsInWeightStringContext { let localContext = new LevelsInWeightStringContext(this.context, this.state); - this.enterRule(localContext, 786, MySqlParser.RULE_levelsInWeightString); + this.enterRule(localContext, 784, MySqlParser.RULE_levelsInWeightString); let _la: number; try { - this.state = 7702; + this.state = 7692; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1122, this.context) ) { case 1: localContext = new LevelWeightListContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7688; + this.state = 7678; this.match(MySqlParser.KW_LEVEL); - this.state = 7689; + this.state = 7679; this.levelInWeightListElement(); - this.state = 7694; + this.state = 7684; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 7690; + this.state = 7680; this.match(MySqlParser.COMMA); - this.state = 7691; + this.state = 7681; this.levelInWeightListElement(); } } - this.state = 7696; + this.state = 7686; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -45507,13 +45479,13 @@ export class MySqlParser extends SQLParserBase { localContext = new LevelWeightRangeContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 7697; + this.state = 7687; this.match(MySqlParser.KW_LEVEL); - this.state = 7698; + this.state = 7688; (localContext as LevelWeightRangeContext)._firstLevel = this.decimalLiteral(); - this.state = 7699; + this.state = 7689; this.match(MySqlParser.MINUS); - this.state = 7700; + this.state = 7690; (localContext as LevelWeightRangeContext)._lastLevel = this.decimalLiteral(); } break; @@ -45535,19 +45507,19 @@ export class MySqlParser extends SQLParserBase { } public levelInWeightListElement(): LevelInWeightListElementContext { let localContext = new LevelInWeightListElementContext(this.context, this.state); - this.enterRule(localContext, 788, MySqlParser.RULE_levelInWeightListElement); + this.enterRule(localContext, 786, MySqlParser.RULE_levelInWeightListElement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7704; + this.state = 7694; this.decimalLiteral(); - this.state = 7706; + this.state = 7696; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 14 || _la === 45 || _la === 830) { { - this.state = 7705; + this.state = 7695; localContext._orderType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 14 || _la === 45 || _la === 830)) { @@ -45578,10 +45550,10 @@ export class MySqlParser extends SQLParserBase { } public aggregateWindowedFunction(): AggregateWindowedFunctionContext { let localContext = new AggregateWindowedFunctionContext(this.context, this.state); - this.enterRule(localContext, 790, MySqlParser.RULE_aggregateWindowedFunction); + this.enterRule(localContext, 788, MySqlParser.RULE_aggregateWindowedFunction); let _la: number; try { - this.state = 7767; + this.state = 7757; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_AVG: @@ -45590,7 +45562,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_SUM: this.enterOuterAlt(localContext, 1); { - this.state = 7708; + this.state = 7698; _la = this.tokenStream.LA(1); if(!(((((_la - 258)) & ~0x1F) === 0 && ((1 << (_la - 258)) & 8400897) !== 0))) { this.errorHandler.recoverInline(this); @@ -45599,14 +45571,14 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7709; + this.state = 7699; this.match(MySqlParser.LR_BRACKET); - this.state = 7711; + this.state = 7701; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1124, this.context) ) { case 1: { - this.state = 7710; + this.state = 7700; localContext._aggregator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 7 || _la === 49)) { @@ -45619,16 +45591,16 @@ export class MySqlParser extends SQLParserBase { } break; } - this.state = 7713; + this.state = 7703; this.functionArg(); - this.state = 7714; + this.state = 7704; this.match(MySqlParser.RR_BRACKET); - this.state = 7716; + this.state = 7706; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1125, this.context) ) { case 1: { - this.state = 7715; + this.state = 7705; this.overClause(); } break; @@ -45638,52 +45610,52 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_COUNT: this.enterOuterAlt(localContext, 2); { - this.state = 7718; + this.state = 7708; this.match(MySqlParser.KW_COUNT); - this.state = 7719; + this.state = 7709; this.match(MySqlParser.LR_BRACKET); - this.state = 7727; + this.state = 7717; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1127, this.context) ) { case 1: { - this.state = 7720; + this.state = 7710; localContext._starArg = this.match(MySqlParser.STAR); } break; case 2: { - this.state = 7722; + this.state = 7712; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1126, this.context) ) { case 1: { - this.state = 7721; + this.state = 7711; localContext._aggregator = this.match(MySqlParser.KW_ALL); } break; } - this.state = 7724; + this.state = 7714; this.functionArg(); } break; case 3: { - this.state = 7725; + this.state = 7715; localContext._aggregator = this.match(MySqlParser.KW_DISTINCT); - this.state = 7726; + this.state = 7716; this.functionArgs(); } break; } - this.state = 7729; + this.state = 7719; this.match(MySqlParser.RR_BRACKET); - this.state = 7731; + this.state = 7721; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1128, this.context) ) { case 1: { - this.state = 7730; + this.state = 7720; this.overClause(); } break; @@ -45702,7 +45674,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_VARIANCE: this.enterOuterAlt(localContext, 3); { - this.state = 7733; + this.state = 7723; _la = this.tokenStream.LA(1); if(!(((((_la - 259)) & ~0x1F) === 0 && ((1 << (_la - 259)) & 62652423) !== 0))) { this.errorHandler.recoverInline(this); @@ -45711,28 +45683,28 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7734; + this.state = 7724; this.match(MySqlParser.LR_BRACKET); - this.state = 7736; + this.state = 7726; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1129, this.context) ) { case 1: { - this.state = 7735; + this.state = 7725; localContext._aggregator = this.match(MySqlParser.KW_ALL); } break; } - this.state = 7738; + this.state = 7728; this.functionArg(); - this.state = 7739; + this.state = 7729; this.match(MySqlParser.RR_BRACKET); - this.state = 7741; + this.state = 7731; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1130, this.context) ) { case 1: { - this.state = 7740; + this.state = 7730; this.overClause(); } break; @@ -45742,65 +45714,65 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_GROUP_CONCAT: this.enterOuterAlt(localContext, 4); { - this.state = 7743; + this.state = 7733; this.match(MySqlParser.KW_GROUP_CONCAT); - this.state = 7744; + this.state = 7734; this.match(MySqlParser.LR_BRACKET); - this.state = 7746; + this.state = 7736; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1131, this.context) ) { case 1: { - this.state = 7745; + this.state = 7735; localContext._aggregator = this.match(MySqlParser.KW_DISTINCT); } break; } - this.state = 7748; + this.state = 7738; this.functionArgs(); - this.state = 7759; + this.state = 7749; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 125) { { - this.state = 7749; + this.state = 7739; this.match(MySqlParser.KW_ORDER); - this.state = 7750; + this.state = 7740; this.match(MySqlParser.KW_BY); - this.state = 7751; + this.state = 7741; this.orderByExpression(); - this.state = 7756; + this.state = 7746; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 7752; + this.state = 7742; this.match(MySqlParser.COMMA); - this.state = 7753; + this.state = 7743; this.orderByExpression(); } } - this.state = 7758; + this.state = 7748; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 7763; + this.state = 7753; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 156) { { - this.state = 7761; + this.state = 7751; this.match(MySqlParser.KW_SEPARATOR); - this.state = 7762; + this.state = 7752; localContext._separator = this.match(MySqlParser.STRING_LITERAL); } } - this.state = 7765; + this.state = 7755; this.match(MySqlParser.RR_BRACKET); } break; @@ -45824,17 +45796,17 @@ export class MySqlParser extends SQLParserBase { } public nonAggregateWindowedFunction(): NonAggregateWindowedFunctionContext { let localContext = new NonAggregateWindowedFunctionContext(this.context, this.state); - this.enterRule(localContext, 792, MySqlParser.RULE_nonAggregateWindowedFunction); + this.enterRule(localContext, 790, MySqlParser.RULE_nonAggregateWindowedFunction); let _la: number; try { - this.state = 7807; + this.state = 7797; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_LAG: case MySqlParser.KW_LEAD: this.enterOuterAlt(localContext, 1); { - this.state = 7769; + this.state = 7759; _la = this.tokenStream.LA(1); if(!(_la === 267 || _la === 269)) { this.errorHandler.recoverInline(this); @@ -45843,37 +45815,37 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7770; + this.state = 7760; this.match(MySqlParser.LR_BRACKET); - this.state = 7771; + this.state = 7761; this.expression(0); - this.state = 7774; + this.state = 7764; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1136, this.context) ) { case 1: { - this.state = 7772; + this.state = 7762; this.match(MySqlParser.COMMA); - this.state = 7773; + this.state = 7763; this.decimalLiteral(); } break; } - this.state = 7778; + this.state = 7768; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 868) { { - this.state = 7776; + this.state = 7766; this.match(MySqlParser.COMMA); - this.state = 7777; + this.state = 7767; this.decimalLiteral(); } } - this.state = 7780; + this.state = 7770; this.match(MySqlParser.RR_BRACKET); - this.state = 7781; + this.state = 7771; this.overClause(); } break; @@ -45881,7 +45853,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_LAST_VALUE: this.enterOuterAlt(localContext, 2); { - this.state = 7783; + this.state = 7773; _la = this.tokenStream.LA(1); if(!(_la === 265 || _la === 268)) { this.errorHandler.recoverInline(this); @@ -45890,13 +45862,13 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7784; + this.state = 7774; this.match(MySqlParser.LR_BRACKET); - this.state = 7785; + this.state = 7775; this.expression(0); - this.state = 7786; + this.state = 7776; this.match(MySqlParser.RR_BRACKET); - this.state = 7787; + this.state = 7777; this.overClause(); } break; @@ -45907,7 +45879,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.KW_ROW_NUMBER: this.enterOuterAlt(localContext, 3); { - this.state = 7789; + this.state = 7779; _la = this.tokenStream.LA(1); if(!(((((_la - 263)) & ~0x1F) === 0 && ((1 << (_la - 263)) & 14339) !== 0))) { this.errorHandler.recoverInline(this); @@ -45916,45 +45888,45 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7790; + this.state = 7780; this.match(MySqlParser.LR_BRACKET); - this.state = 7791; + this.state = 7781; this.match(MySqlParser.RR_BRACKET); - this.state = 7792; + this.state = 7782; this.overClause(); } break; case MySqlParser.KW_NTH_VALUE: this.enterOuterAlt(localContext, 4); { - this.state = 7793; + this.state = 7783; this.match(MySqlParser.KW_NTH_VALUE); - this.state = 7794; + this.state = 7784; this.match(MySqlParser.LR_BRACKET); - this.state = 7795; + this.state = 7785; this.expression(0); - this.state = 7796; + this.state = 7786; this.match(MySqlParser.COMMA); - this.state = 7797; + this.state = 7787; this.decimalLiteral(); - this.state = 7798; + this.state = 7788; this.match(MySqlParser.RR_BRACKET); - this.state = 7799; + this.state = 7789; this.overClause(); } break; case MySqlParser.KW_NTILE: this.enterOuterAlt(localContext, 5); { - this.state = 7801; + this.state = 7791; this.match(MySqlParser.KW_NTILE); - this.state = 7802; + this.state = 7792; this.match(MySqlParser.LR_BRACKET); - this.state = 7803; + this.state = 7793; this.decimalLiteral(); - this.state = 7804; + this.state = 7794; this.match(MySqlParser.RR_BRACKET); - this.state = 7805; + this.state = 7795; this.overClause(); } break; @@ -45978,22 +45950,22 @@ export class MySqlParser extends SQLParserBase { } public overClause(): OverClauseContext { let localContext = new OverClauseContext(this.context, this.state); - this.enterRule(localContext, 794, MySqlParser.RULE_overClause); + this.enterRule(localContext, 792, MySqlParser.RULE_overClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 7809; + this.state = 7799; this.match(MySqlParser.KW_OVER); - this.state = 7815; + this.state = 7805; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.LR_BRACKET: { - this.state = 7810; + this.state = 7800; this.match(MySqlParser.LR_BRACKET); - this.state = 7811; + this.state = 7801; this.windowSpec(); - this.state = 7812; + this.state = 7802; this.match(MySqlParser.RR_BRACKET); } break; @@ -46547,7 +46519,7 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.STRING_LITERAL: case MySqlParser.ID: { - this.state = 7814; + this.state = 7804; this.windowName(); } break; @@ -46572,47 +46544,47 @@ export class MySqlParser extends SQLParserBase { } public windowSpec(): WindowSpecContext { let localContext = new WindowSpecContext(this.context, this.state); - this.enterRule(localContext, 796, MySqlParser.RULE_windowSpec); + this.enterRule(localContext, 794, MySqlParser.RULE_windowSpec); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7818; + this.state = 7808; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1140, this.context) ) { case 1: { - this.state = 7817; + this.state = 7807; this.windowName(); } break; } - this.state = 7821; + this.state = 7811; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 130) { { - this.state = 7820; + this.state = 7810; this.partitionClause(); } } - this.state = 7824; + this.state = 7814; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 125) { { - this.state = 7823; + this.state = 7813; this.orderByClause(); } } - this.state = 7827; + this.state = 7817; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 134 || _la === 587) { { - this.state = 7826; + this.state = 7816; this.frameClause(); } } @@ -46635,11 +46607,11 @@ export class MySqlParser extends SQLParserBase { } public windowName(): WindowNameContext { let localContext = new WindowNameContext(this.context, this.state); - this.enterRule(localContext, 798, MySqlParser.RULE_windowName); + this.enterRule(localContext, 796, MySqlParser.RULE_windowName); try { this.enterOuterAlt(localContext, 1); { - this.state = 7829; + this.state = 7819; this.uid(); } } @@ -46659,38 +46631,12 @@ export class MySqlParser extends SQLParserBase { } public frameClause(): FrameClauseContext { let localContext = new FrameClauseContext(this.context, this.state); - this.enterRule(localContext, 800, MySqlParser.RULE_frameClause); - try { - this.enterOuterAlt(localContext, 1); - { - this.state = 7831; - this.frameUnits(); - this.state = 7832; - this.frameExtent(); - } - } - 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 frameUnits(): FrameUnitsContext { - let localContext = new FrameUnitsContext(this.context, this.state); - this.enterRule(localContext, 802, MySqlParser.RULE_frameUnits); + this.enterRule(localContext, 798, MySqlParser.RULE_frameClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7834; + this.state = 7821; _la = this.tokenStream.LA(1); if(!(_la === 134 || _la === 587)) { this.errorHandler.recoverInline(this); @@ -46699,73 +46645,28 @@ export class MySqlParser extends SQLParserBase { 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 frameExtent(): FrameExtentContext { - let localContext = new FrameExtentContext(this.context, this.state); - this.enterRule(localContext, 804, MySqlParser.RULE_frameExtent); - try { - this.state = 7838; + this.state = 7828; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1144, this.context) ) { case 1: - this.enterOuterAlt(localContext, 1); { - this.state = 7836; + this.state = 7822; this.frameRange(); } break; case 2: - this.enterOuterAlt(localContext, 2); { - this.state = 7837; - this.frameBetween(); + this.state = 7823; + this.match(MySqlParser.KW_BETWEEN); + this.state = 7824; + this.frameRange(); + this.state = 7825; + this.match(MySqlParser.KW_AND); + this.state = 7826; + this.frameRange(); } 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 frameBetween(): FrameBetweenContext { - let localContext = new FrameBetweenContext(this.context, this.state); - this.enterRule(localContext, 806, MySqlParser.RULE_frameBetween); - try { - this.enterOuterAlt(localContext, 1); - { - this.state = 7840; - this.match(MySqlParser.KW_BETWEEN); - this.state = 7841; - this.frameRange(); - this.state = 7842; - this.match(MySqlParser.KW_AND); - this.state = 7843; - this.frameRange(); } } catch (re) { @@ -46784,27 +46685,27 @@ export class MySqlParser extends SQLParserBase { } public frameRange(): FrameRangeContext { let localContext = new FrameRangeContext(this.context, this.state); - this.enterRule(localContext, 808, MySqlParser.RULE_frameRange); + this.enterRule(localContext, 800, MySqlParser.RULE_frameRange); let _la: number; try { - this.state = 7852; + this.state = 7837; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1145, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7845; + this.state = 7830; this.match(MySqlParser.KW_CURRENT); - this.state = 7846; + this.state = 7831; this.match(MySqlParser.KW_ROW); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7847; + this.state = 7832; this.match(MySqlParser.KW_UNBOUNDED); - this.state = 7848; + this.state = 7833; _la = this.tokenStream.LA(1); if(!(_la === 405 || _la === 539)) { this.errorHandler.recoverInline(this); @@ -46818,9 +46719,9 @@ export class MySqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7849; + this.state = 7834; this.expression(0); - this.state = 7850; + this.state = 7835; _la = this.tokenStream.LA(1); if(!(_la === 405 || _la === 539)) { this.errorHandler.recoverInline(this); @@ -46849,30 +46750,30 @@ export class MySqlParser extends SQLParserBase { } public partitionClause(): PartitionClauseContext { let localContext = new PartitionClauseContext(this.context, this.state); - this.enterRule(localContext, 810, MySqlParser.RULE_partitionClause); + this.enterRule(localContext, 802, MySqlParser.RULE_partitionClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7854; + this.state = 7839; this.match(MySqlParser.KW_PARTITION); - this.state = 7855; + this.state = 7840; this.match(MySqlParser.KW_BY); - this.state = 7856; + this.state = 7841; this.expression(0); - this.state = 7861; + this.state = 7846; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 7857; + this.state = 7842; this.match(MySqlParser.COMMA); - this.state = 7858; + this.state = 7843; this.expression(0); } } - this.state = 7863; + this.state = 7848; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -46894,9 +46795,9 @@ export class MySqlParser extends SQLParserBase { } public scalarFunctionName(): ScalarFunctionNameContext { let localContext = new ScalarFunctionNameContext(this.context, this.state); - this.enterRule(localContext, 812, MySqlParser.RULE_scalarFunctionName); + this.enterRule(localContext, 804, MySqlParser.RULE_scalarFunctionName); try { - this.state = 7888; + this.state = 7873; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_DATABASE: @@ -46953,168 +46854,168 @@ export class MySqlParser extends SQLParserBase { case MySqlParser.MOD: this.enterOuterAlt(localContext, 1); { - this.state = 7864; + this.state = 7849; this.functionNameBase(); } break; case MySqlParser.KW_ASCII: this.enterOuterAlt(localContext, 2); { - this.state = 7865; + this.state = 7850; this.match(MySqlParser.KW_ASCII); } break; case MySqlParser.KW_CURDATE: this.enterOuterAlt(localContext, 3); { - this.state = 7866; + this.state = 7851; this.match(MySqlParser.KW_CURDATE); } break; case MySqlParser.KW_CURRENT_DATE: this.enterOuterAlt(localContext, 4); { - this.state = 7867; + this.state = 7852; this.match(MySqlParser.KW_CURRENT_DATE); } break; case MySqlParser.KW_CURRENT_TIME: this.enterOuterAlt(localContext, 5); { - this.state = 7868; + this.state = 7853; this.match(MySqlParser.KW_CURRENT_TIME); } break; case MySqlParser.KW_CURRENT_TIMESTAMP: this.enterOuterAlt(localContext, 6); { - this.state = 7869; + this.state = 7854; this.match(MySqlParser.KW_CURRENT_TIMESTAMP); } break; case MySqlParser.KW_CURTIME: this.enterOuterAlt(localContext, 7); { - this.state = 7870; + this.state = 7855; this.match(MySqlParser.KW_CURTIME); } break; case MySqlParser.KW_DATE_ADD: this.enterOuterAlt(localContext, 8); { - this.state = 7871; + this.state = 7856; this.match(MySqlParser.KW_DATE_ADD); } break; case MySqlParser.KW_DATE_SUB: this.enterOuterAlt(localContext, 9); { - this.state = 7872; + this.state = 7857; this.match(MySqlParser.KW_DATE_SUB); } break; case MySqlParser.KW_IF: this.enterOuterAlt(localContext, 10); { - this.state = 7873; + this.state = 7858; this.match(MySqlParser.KW_IF); } break; case MySqlParser.KW_INSERT: this.enterOuterAlt(localContext, 11); { - this.state = 7874; + this.state = 7859; this.match(MySqlParser.KW_INSERT); } break; case MySqlParser.KW_LOCALTIME: this.enterOuterAlt(localContext, 12); { - this.state = 7875; + this.state = 7860; this.match(MySqlParser.KW_LOCALTIME); } break; case MySqlParser.KW_LOCALTIMESTAMP: this.enterOuterAlt(localContext, 13); { - this.state = 7876; + this.state = 7861; this.match(MySqlParser.KW_LOCALTIMESTAMP); } break; case MySqlParser.KW_MID: this.enterOuterAlt(localContext, 14); { - this.state = 7877; + this.state = 7862; this.match(MySqlParser.KW_MID); } break; case MySqlParser.KW_NOW: this.enterOuterAlt(localContext, 15); { - this.state = 7878; + this.state = 7863; this.match(MySqlParser.KW_NOW); } break; case MySqlParser.KW_REPEAT: this.enterOuterAlt(localContext, 16); { - this.state = 7879; + this.state = 7864; this.match(MySqlParser.KW_REPEAT); } break; case MySqlParser.KW_REPLACE: this.enterOuterAlt(localContext, 17); { - this.state = 7880; + this.state = 7865; this.match(MySqlParser.KW_REPLACE); } break; case MySqlParser.KW_SUBSTR: this.enterOuterAlt(localContext, 18); { - this.state = 7881; + this.state = 7866; this.match(MySqlParser.KW_SUBSTR); } break; case MySqlParser.KW_SUBSTRING: this.enterOuterAlt(localContext, 19); { - this.state = 7882; + this.state = 7867; this.match(MySqlParser.KW_SUBSTRING); } break; case MySqlParser.KW_SYSDATE: this.enterOuterAlt(localContext, 20); { - this.state = 7883; + this.state = 7868; this.match(MySqlParser.KW_SYSDATE); } break; case MySqlParser.KW_TRIM: this.enterOuterAlt(localContext, 21); { - this.state = 7884; + this.state = 7869; this.match(MySqlParser.KW_TRIM); } break; case MySqlParser.KW_UTC_DATE: this.enterOuterAlt(localContext, 22); { - this.state = 7885; + this.state = 7870; this.match(MySqlParser.KW_UTC_DATE); } break; case MySqlParser.KW_UTC_TIME: this.enterOuterAlt(localContext, 23); { - this.state = 7886; + this.state = 7871; this.match(MySqlParser.KW_UTC_TIME); } break; case MySqlParser.KW_UTC_TIMESTAMP: this.enterOuterAlt(localContext, 24); { - this.state = 7887; + this.state = 7872; this.match(MySqlParser.KW_UTC_TIMESTAMP); } break; @@ -47138,12 +47039,12 @@ export class MySqlParser extends SQLParserBase { } public passwordFunctionClause(): PasswordFunctionClauseContext { let localContext = new PasswordFunctionClauseContext(this.context, this.state); - this.enterRule(localContext, 814, MySqlParser.RULE_passwordFunctionClause); + this.enterRule(localContext, 806, MySqlParser.RULE_passwordFunctionClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7890; + this.state = 7875; _la = this.tokenStream.LA(1); if(!(_la === 512 || _la === 529)) { this.errorHandler.recoverInline(this); @@ -47152,11 +47053,11 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7891; + this.state = 7876; this.match(MySqlParser.LR_BRACKET); - this.state = 7892; + this.state = 7877; this.functionArg(); - this.state = 7893; + this.state = 7878; this.match(MySqlParser.RR_BRACKET); } } @@ -47176,26 +47077,26 @@ export class MySqlParser extends SQLParserBase { } public functionArgs(): FunctionArgsContext { let localContext = new FunctionArgsContext(this.context, this.state); - this.enterRule(localContext, 816, MySqlParser.RULE_functionArgs); + this.enterRule(localContext, 808, MySqlParser.RULE_functionArgs); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7895; + this.state = 7880; this.functionArg(); - this.state = 7900; + this.state = 7885; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 7896; + this.state = 7881; this.match(MySqlParser.COMMA); - this.state = 7897; + this.state = 7882; this.functionArg(); } } - this.state = 7902; + this.state = 7887; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -47217,29 +47118,29 @@ export class MySqlParser extends SQLParserBase { } public functionArg(): FunctionArgContext { let localContext = new FunctionArgContext(this.context, this.state); - this.enterRule(localContext, 818, MySqlParser.RULE_functionArg); + this.enterRule(localContext, 810, MySqlParser.RULE_functionArg); try { - this.state = 7906; + this.state = 7891; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1149, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7903; + this.state = 7888; this.constant(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7904; + this.state = 7889; this.functionCall(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7905; + this.state = 7890; this.expression(0); } break; @@ -47271,14 +47172,14 @@ export class MySqlParser extends SQLParserBase { let parentState = this.state; let localContext = new ExpressionContext(this.context, parentState); let previousContext = localContext; - let _startState = 820; - this.enterRecursionRule(localContext, 820, MySqlParser.RULE_expression, _p); + let _startState = 812; + this.enterRecursionRule(localContext, 812, MySqlParser.RULE_expression, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 7919; + this.state = 7904; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1151, this.context) ) { case 1: @@ -47287,7 +47188,7 @@ export class MySqlParser extends SQLParserBase { this.context = localContext; previousContext = localContext; - this.state = 7909; + this.state = 7894; (localContext as NotExpressionContext)._notOperator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 114 || _la === 860)) { @@ -47297,7 +47198,7 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7910; + this.state = 7895; this.expression(4); } break; @@ -47306,21 +47207,21 @@ export class MySqlParser extends SQLParserBase { localContext = new IsExpressionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 7911; + this.state = 7896; this.predicate(0); - this.state = 7912; + this.state = 7897; this.match(MySqlParser.KW_IS); - this.state = 7914; + this.state = 7899; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 114) { { - this.state = 7913; + this.state = 7898; this.match(MySqlParser.KW_NOT); } } - this.state = 7916; + this.state = 7901; (localContext as IsExpressionContext)._testValue = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 63 || _la === 179 || _la === 674)) { @@ -47337,13 +47238,13 @@ export class MySqlParser extends SQLParserBase { localContext = new PredicateExpressionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 7918; + this.state = 7903; this.predicate(0); } break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 7927; + this.state = 7912; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1152, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { @@ -47356,18 +47257,18 @@ export class MySqlParser extends SQLParserBase { { localContext = new LogicalExpressionContext(new ExpressionContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, MySqlParser.RULE_expression); - this.state = 7921; + this.state = 7906; if (!(this.precpred(this.context, 3))) { throw this.createFailedPredicateException("this.precpred(this.context, 3)"); } - this.state = 7922; + this.state = 7907; this.logicalOperator(); - this.state = 7923; + this.state = 7908; this.expression(4); } } } - this.state = 7929; + this.state = 7914; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1152, this.context); } @@ -47399,8 +47300,8 @@ export class MySqlParser extends SQLParserBase { let parentState = this.state; let localContext = new PredicateContext(this.context, parentState); let previousContext = localContext; - let _startState = 822; - this.enterRecursionRule(localContext, 822, MySqlParser.RULE_predicate, _p); + let _startState = 814; + this.enterRecursionRule(localContext, 814, MySqlParser.RULE_predicate, _p); let _la: number; try { let alternative: number; @@ -47411,11 +47312,11 @@ export class MySqlParser extends SQLParserBase { this.context = localContext; previousContext = localContext; - this.state = 7931; + this.state = 7916; this.expressionAtom(0); } this.context!.stop = this.tokenStream.LT(-1); - this.state = 7996; + this.state = 7981; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1161, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { @@ -47425,34 +47326,34 @@ export class MySqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 7994; + this.state = 7979; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1160, this.context) ) { case 1: { localContext = new BetweenPredicateContext(new PredicateContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, MySqlParser.RULE_predicate); - this.state = 7933; + this.state = 7918; if (!(this.precpred(this.context, 6))) { throw this.createFailedPredicateException("this.precpred(this.context, 6)"); } - this.state = 7935; + this.state = 7920; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 114) { { - this.state = 7934; + this.state = 7919; this.match(MySqlParser.KW_NOT); } } - this.state = 7937; + this.state = 7922; this.match(MySqlParser.KW_BETWEEN); - this.state = 7938; + this.state = 7923; this.predicate(0); - this.state = 7939; + this.state = 7924; this.match(MySqlParser.KW_AND); - this.state = 7940; + this.state = 7925; this.predicate(7); } break; @@ -47460,15 +47361,15 @@ export class MySqlParser extends SQLParserBase { { localContext = new SoundsLikePredicateContext(new PredicateContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, MySqlParser.RULE_predicate); - this.state = 7942; + this.state = 7927; if (!(this.precpred(this.context, 5))) { throw this.createFailedPredicateException("this.precpred(this.context, 5)"); } - this.state = 7943; + this.state = 7928; this.match(MySqlParser.KW_SOUNDS); - this.state = 7944; + this.state = 7929; this.match(MySqlParser.KW_LIKE); - this.state = 7945; + this.state = 7930; this.predicate(6); } break; @@ -47476,21 +47377,21 @@ export class MySqlParser extends SQLParserBase { { localContext = new RegexpPredicateContext(new PredicateContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, MySqlParser.RULE_predicate); - this.state = 7946; + this.state = 7931; if (!(this.precpred(this.context, 3))) { throw this.createFailedPredicateException("this.precpred(this.context, 3)"); } - this.state = 7948; + this.state = 7933; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 114) { { - this.state = 7947; + this.state = 7932; this.match(MySqlParser.KW_NOT); } } - this.state = 7950; + this.state = 7935; (localContext as RegexpPredicateContext)._regex = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 139 || _la === 151)) { @@ -47500,7 +47401,7 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7951; + this.state = 7936; this.predicate(4); } break; @@ -47508,41 +47409,41 @@ export class MySqlParser extends SQLParserBase { { localContext = new InPredicateContext(new PredicateContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, MySqlParser.RULE_predicate); - this.state = 7952; + this.state = 7937; if (!(this.precpred(this.context, 9))) { throw this.createFailedPredicateException("this.precpred(this.context, 9)"); } - this.state = 7954; + this.state = 7939; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 114) { { - this.state = 7953; + this.state = 7938; this.match(MySqlParser.KW_NOT); } } - this.state = 7956; + this.state = 7941; this.match(MySqlParser.KW_IN); - this.state = 7957; + this.state = 7942; this.match(MySqlParser.LR_BRACKET); - this.state = 7960; + this.state = 7945; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1156, this.context) ) { case 1: { - this.state = 7958; + this.state = 7943; this.selectStatement(); } break; case 2: { - this.state = 7959; + this.state = 7944; this.expressions(); } break; } - this.state = 7962; + this.state = 7947; this.match(MySqlParser.RR_BRACKET); } break; @@ -47550,13 +47451,13 @@ export class MySqlParser extends SQLParserBase { { localContext = new IsNullPredicateContext(new PredicateContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, MySqlParser.RULE_predicate); - this.state = 7964; + this.state = 7949; if (!(this.precpred(this.context, 8))) { throw this.createFailedPredicateException("this.precpred(this.context, 8)"); } - this.state = 7965; + this.state = 7950; this.match(MySqlParser.KW_IS); - this.state = 7966; + this.state = 7951; this.nullNotNull(); } break; @@ -47564,18 +47465,18 @@ export class MySqlParser extends SQLParserBase { { localContext = new BinaryComparisonPredicateContext(new PredicateContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, MySqlParser.RULE_predicate); - this.state = 7967; + this.state = 7952; if (!(this.precpred(this.context, 7))) { throw this.createFailedPredicateException("this.precpred(this.context, 7)"); } - this.state = 7968; + this.state = 7953; this.comparisonOperator(); - this.state = 7975; + this.state = 7960; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1157, this.context) ) { case 1: { - this.state = 7969; + this.state = 7954; (localContext as BinaryComparisonPredicateContext)._quantifier = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 7 || _la === 309 || _la === 602)) { @@ -47585,17 +47486,17 @@ export class MySqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7970; + this.state = 7955; this.match(MySqlParser.LR_BRACKET); - this.state = 7971; + this.state = 7956; (localContext as BinaryComparisonPredicateContext)._subQuery = this.selectStatement(); - this.state = 7972; + this.state = 7957; this.match(MySqlParser.RR_BRACKET); } break; case 2: { - this.state = 7974; + this.state = 7959; (localContext as BinaryComparisonPredicateContext)._right = this.predicate(0); } break; @@ -47606,32 +47507,32 @@ export class MySqlParser extends SQLParserBase { { localContext = new LikePredicateContext(new PredicateContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, MySqlParser.RULE_predicate); - this.state = 7977; + this.state = 7962; if (!(this.precpred(this.context, 4))) { throw this.createFailedPredicateException("this.precpred(this.context, 4)"); } - this.state = 7979; + this.state = 7964; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 114) { { - this.state = 7978; + this.state = 7963; this.match(MySqlParser.KW_NOT); } } - this.state = 7981; + this.state = 7966; this.match(MySqlParser.KW_LIKE); - this.state = 7982; + this.state = 7967; this.predicate(0); - this.state = 7985; + this.state = 7970; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1159, this.context) ) { case 1: { - this.state = 7983; + this.state = 7968; this.match(MySqlParser.KW_ESCAPE); - this.state = 7984; + this.state = 7969; this.match(MySqlParser.STRING_LITERAL); } break; @@ -47642,26 +47543,26 @@ export class MySqlParser extends SQLParserBase { { localContext = new JsonMemberOfPredicateContext(new PredicateContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, MySqlParser.RULE_predicate); - this.state = 7987; + this.state = 7972; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 7988; + this.state = 7973; this.match(MySqlParser.KW_MEMBER); - this.state = 7989; + this.state = 7974; this.match(MySqlParser.KW_OF); - this.state = 7990; + this.state = 7975; this.match(MySqlParser.LR_BRACKET); - this.state = 7991; + this.state = 7976; this.predicate(0); - this.state = 7992; + this.state = 7977; this.match(MySqlParser.RR_BRACKET); } break; } } } - this.state = 7998; + this.state = 7983; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1161, this.context); } @@ -47693,14 +47594,14 @@ export class MySqlParser extends SQLParserBase { let parentState = this.state; let localContext = new ExpressionAtomContext(this.context, parentState); let previousContext = localContext; - let _startState = 824; - this.enterRecursionRule(localContext, 824, MySqlParser.RULE_expressionAtom, _p); + let _startState = 816; + this.enterRecursionRule(localContext, 816, MySqlParser.RULE_expressionAtom, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 8047; + this.state = 8032; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1164, this.context) ) { case 1: @@ -47709,7 +47610,7 @@ export class MySqlParser extends SQLParserBase { this.context = localContext; previousContext = localContext; - this.state = 8000; + this.state = 7985; this.constant(); } break; @@ -47718,7 +47619,7 @@ export class MySqlParser extends SQLParserBase { localContext = new FunctionCallExpressionAtomContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 8001; + this.state = 7986; this.functionCall(); } break; @@ -47727,7 +47628,7 @@ export class MySqlParser extends SQLParserBase { localContext = new MysqlVariableExpressionAtomContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 8002; + this.state = 7987; this.mysqlVariable(); } break; @@ -47736,9 +47637,9 @@ export class MySqlParser extends SQLParserBase { localContext = new UnaryExpressionAtomContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 8003; + this.state = 7988; this.unaryOperator(); - this.state = 8004; + this.state = 7989; this.expressionAtom(12); } break; @@ -47747,9 +47648,9 @@ export class MySqlParser extends SQLParserBase { localContext = new BinaryExpressionAtomContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 8006; + this.state = 7991; this.match(MySqlParser.KW_BINARY); - this.state = 8007; + this.state = 7992; this.expressionAtom(11); } break; @@ -47758,11 +47659,11 @@ export class MySqlParser extends SQLParserBase { localContext = new VariableAssignExpressionAtomContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 8008; + this.state = 7993; this.match(MySqlParser.LOCAL_ID); - this.state = 8009; + this.state = 7994; this.match(MySqlParser.VAR_ASSIGN); - this.state = 8010; + this.state = 7995; this.expressionAtom(10); } break; @@ -47771,27 +47672,27 @@ export class MySqlParser extends SQLParserBase { localContext = new NestedExpressionAtomContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 8011; + this.state = 7996; this.match(MySqlParser.LR_BRACKET); - this.state = 8012; + this.state = 7997; this.expression(0); - this.state = 8017; + this.state = 8002; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 868) { { { - this.state = 8013; + this.state = 7998; this.match(MySqlParser.COMMA); - this.state = 8014; + this.state = 7999; this.expression(0); } } - this.state = 8019; + this.state = 8004; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 8020; + this.state = 8005; this.match(MySqlParser.RR_BRACKET); } break; @@ -47800,29 +47701,29 @@ export class MySqlParser extends SQLParserBase { localContext = new NestedRowExpressionAtomContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 8022; + this.state = 8007; this.match(MySqlParser.KW_ROW); - this.state = 8023; + this.state = 8008; this.match(MySqlParser.LR_BRACKET); - this.state = 8024; + this.state = 8009; this.expression(0); - this.state = 8027; + this.state = 8012; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 8025; + this.state = 8010; this.match(MySqlParser.COMMA); - this.state = 8026; + this.state = 8011; this.expression(0); } } - this.state = 8029; + this.state = 8014; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 868); - this.state = 8031; + this.state = 8016; this.match(MySqlParser.RR_BRACKET); } break; @@ -47831,13 +47732,13 @@ export class MySqlParser extends SQLParserBase { localContext = new ExistsExpressionAtomContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 8033; + this.state = 8018; this.match(MySqlParser.KW_EXISTS); - this.state = 8034; + this.state = 8019; this.match(MySqlParser.LR_BRACKET); - this.state = 8035; + this.state = 8020; this.selectStatement(); - this.state = 8036; + this.state = 8021; this.match(MySqlParser.RR_BRACKET); } break; @@ -47846,11 +47747,11 @@ export class MySqlParser extends SQLParserBase { localContext = new SubqueryExpressionAtomContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 8038; + this.state = 8023; this.match(MySqlParser.LR_BRACKET); - this.state = 8039; + this.state = 8024; this.selectStatement(); - this.state = 8040; + this.state = 8025; this.match(MySqlParser.RR_BRACKET); } break; @@ -47859,11 +47760,11 @@ export class MySqlParser extends SQLParserBase { localContext = new IntervalExpressionAtomContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 8042; + this.state = 8027; this.match(MySqlParser.KW_INTERVAL); - this.state = 8043; + this.state = 8028; this.expression(0); - this.state = 8044; + this.state = 8029; this.intervalType(); } break; @@ -47872,13 +47773,13 @@ export class MySqlParser extends SQLParserBase { localContext = new ColumnNameExpressionAtomContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 8046; + this.state = 8031; this.columnNamePath(); } break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 8066; + this.state = 8051; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1166, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { @@ -47888,7 +47789,7 @@ export class MySqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 8064; + this.state = 8049; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1165, this.context) ) { case 1: @@ -47896,13 +47797,13 @@ export class MySqlParser extends SQLParserBase { localContext = new JsonExpressionAtomContext(new ExpressionAtomContext(parentContext, parentState)); (localContext as JsonExpressionAtomContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, MySqlParser.RULE_expressionAtom); - this.state = 8049; + this.state = 8034; if (!(this.precpred(this.context, 4))) { throw this.createFailedPredicateException("this.precpred(this.context, 4)"); } - this.state = 8050; + this.state = 8035; this.jsonOperator(); - this.state = 8051; + this.state = 8036; (localContext as JsonExpressionAtomContext)._right = this.expressionAtom(5); } break; @@ -47911,13 +47812,13 @@ export class MySqlParser extends SQLParserBase { localContext = new BitExpressionAtomContext(new ExpressionAtomContext(parentContext, parentState)); (localContext as BitExpressionAtomContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, MySqlParser.RULE_expressionAtom); - this.state = 8053; + this.state = 8038; if (!(this.precpred(this.context, 3))) { throw this.createFailedPredicateException("this.precpred(this.context, 3)"); } - this.state = 8054; + this.state = 8039; this.bitOperator(); - this.state = 8055; + this.state = 8040; (localContext as BitExpressionAtomContext)._right = this.expressionAtom(4); } break; @@ -47926,13 +47827,13 @@ export class MySqlParser extends SQLParserBase { localContext = new MathExpressionAtomContext(new ExpressionAtomContext(parentContext, parentState)); (localContext as MathExpressionAtomContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, MySqlParser.RULE_expressionAtom); - this.state = 8057; + this.state = 8042; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 8058; + this.state = 8043; this.mathOperator(); - this.state = 8059; + this.state = 8044; (localContext as MathExpressionAtomContext)._right = this.expressionAtom(3); } break; @@ -47940,20 +47841,20 @@ export class MySqlParser extends SQLParserBase { { localContext = new CollateExpressionAtomContext(new ExpressionAtomContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, MySqlParser.RULE_expressionAtom); - this.state = 8061; + this.state = 8046; if (!(this.precpred(this.context, 14))) { throw this.createFailedPredicateException("this.precpred(this.context, 14)"); } - this.state = 8062; + this.state = 8047; this.match(MySqlParser.KW_COLLATE); - this.state = 8063; + this.state = 8048; this.collationName(); } break; } } } - this.state = 8068; + this.state = 8053; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1166, this.context); } @@ -47975,12 +47876,12 @@ export class MySqlParser extends SQLParserBase { } public unaryOperator(): UnaryOperatorContext { let localContext = new UnaryOperatorContext(this.context, this.state); - this.enterRule(localContext, 826, MySqlParser.RULE_unaryOperator); + this.enterRule(localContext, 818, MySqlParser.RULE_unaryOperator); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8069; + this.state = 8054; _la = this.tokenStream.LA(1); if(!(_la === 114 || ((((_la - 853)) & ~0x1F) === 0 && ((1 << (_la - 853)) & 387) !== 0))) { this.errorHandler.recoverInline(this); @@ -48007,44 +47908,44 @@ export class MySqlParser extends SQLParserBase { } public comparisonOperator(): ComparisonOperatorContext { let localContext = new ComparisonOperatorContext(this.context, this.state); - this.enterRule(localContext, 828, MySqlParser.RULE_comparisonOperator); + this.enterRule(localContext, 820, MySqlParser.RULE_comparisonOperator); try { - this.state = 8079; + this.state = 8064; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1167, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8071; + this.state = 8056; this.match(MySqlParser.LESS_SYMBOL); - this.state = 8072; + this.state = 8057; this.match(MySqlParser.GREATER_SYMBOL); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8073; + this.state = 8058; this.match(MySqlParser.EXCLAMATION_SYMBOL); - this.state = 8074; + this.state = 8059; this.match(MySqlParser.EQUAL_SYMBOL); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 8075; + this.state = 8060; this.match(MySqlParser.LESS_SYMBOL); - this.state = 8076; + this.state = 8061; this.match(MySqlParser.EQUAL_SYMBOL); - this.state = 8077; + this.state = 8062; this.match(MySqlParser.GREATER_SYMBOL); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 8078; + this.state = 8063; this.comparisonBase(); } break; @@ -48066,47 +47967,47 @@ export class MySqlParser extends SQLParserBase { } public comparisonBase(): ComparisonBaseContext { let localContext = new ComparisonBaseContext(this.context, this.state); - this.enterRule(localContext, 830, MySqlParser.RULE_comparisonBase); + this.enterRule(localContext, 822, MySqlParser.RULE_comparisonBase); try { - this.state = 8088; + this.state = 8073; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1168, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8081; + this.state = 8066; this.match(MySqlParser.LESS_SYMBOL); - this.state = 8082; + this.state = 8067; this.match(MySqlParser.EQUAL_SYMBOL); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8083; + this.state = 8068; this.match(MySqlParser.GREATER_SYMBOL); - this.state = 8084; + this.state = 8069; this.match(MySqlParser.EQUAL_SYMBOL); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 8085; + this.state = 8070; this.match(MySqlParser.EQUAL_SYMBOL); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 8086; + this.state = 8071; this.match(MySqlParser.GREATER_SYMBOL); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 8087; + this.state = 8072; this.match(MySqlParser.LESS_SYMBOL); } break; @@ -48128,47 +48029,47 @@ export class MySqlParser extends SQLParserBase { } public logicalOperator(): LogicalOperatorContext { let localContext = new LogicalOperatorContext(this.context, this.state); - this.enterRule(localContext, 832, MySqlParser.RULE_logicalOperator); + this.enterRule(localContext, 824, MySqlParser.RULE_logicalOperator); try { - this.state = 8097; + this.state = 8082; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.KW_AND: this.enterOuterAlt(localContext, 1); { - this.state = 8090; + this.state = 8075; this.match(MySqlParser.KW_AND); } break; case MySqlParser.BIT_AND_OP: this.enterOuterAlt(localContext, 2); { - this.state = 8091; + this.state = 8076; this.match(MySqlParser.BIT_AND_OP); - this.state = 8092; + this.state = 8077; this.match(MySqlParser.BIT_AND_OP); } break; case MySqlParser.KW_XOR: this.enterOuterAlt(localContext, 3); { - this.state = 8093; + this.state = 8078; this.match(MySqlParser.KW_XOR); } break; case MySqlParser.KW_OR: this.enterOuterAlt(localContext, 4); { - this.state = 8094; + this.state = 8079; this.match(MySqlParser.KW_OR); } break; case MySqlParser.BIT_OR_OP: this.enterOuterAlt(localContext, 5); { - this.state = 8095; + this.state = 8080; this.match(MySqlParser.BIT_OR_OP); - this.state = 8096; + this.state = 8081; this.match(MySqlParser.BIT_OR_OP); } break; @@ -48192,47 +48093,47 @@ export class MySqlParser extends SQLParserBase { } public bitOperator(): BitOperatorContext { let localContext = new BitOperatorContext(this.context, this.state); - this.enterRule(localContext, 834, MySqlParser.RULE_bitOperator); + this.enterRule(localContext, 826, MySqlParser.RULE_bitOperator); try { - this.state = 8106; + this.state = 8091; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case MySqlParser.LESS_SYMBOL: this.enterOuterAlt(localContext, 1); { - this.state = 8099; + this.state = 8084; this.match(MySqlParser.LESS_SYMBOL); - this.state = 8100; + this.state = 8085; this.match(MySqlParser.LESS_SYMBOL); } break; case MySqlParser.GREATER_SYMBOL: this.enterOuterAlt(localContext, 2); { - this.state = 8101; + this.state = 8086; this.match(MySqlParser.GREATER_SYMBOL); - this.state = 8102; + this.state = 8087; this.match(MySqlParser.GREATER_SYMBOL); } break; case MySqlParser.BIT_AND_OP: this.enterOuterAlt(localContext, 3); { - this.state = 8103; + this.state = 8088; this.match(MySqlParser.BIT_AND_OP); } break; case MySqlParser.BIT_XOR_OP: this.enterOuterAlt(localContext, 4); { - this.state = 8104; + this.state = 8089; this.match(MySqlParser.BIT_XOR_OP); } break; case MySqlParser.BIT_OR_OP: this.enterOuterAlt(localContext, 5); { - this.state = 8105; + this.state = 8090; this.match(MySqlParser.BIT_OR_OP); } break; @@ -48256,12 +48157,12 @@ export class MySqlParser extends SQLParserBase { } public mathOperator(): MathOperatorContext { let localContext = new MathOperatorContext(this.context, this.state); - this.enterRule(localContext, 836, MySqlParser.RULE_mathOperator); + this.enterRule(localContext, 828, MySqlParser.RULE_mathOperator); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8108; + this.state = 8093; _la = this.tokenStream.LA(1); if(!(((((_la - 850)) & ~0x1F) === 0 && ((1 << (_la - 850)) & 127) !== 0))) { this.errorHandler.recoverInline(this); @@ -48288,28 +48189,28 @@ export class MySqlParser extends SQLParserBase { } public jsonOperator(): JsonOperatorContext { let localContext = new JsonOperatorContext(this.context, this.state); - this.enterRule(localContext, 838, MySqlParser.RULE_jsonOperator); + this.enterRule(localContext, 830, MySqlParser.RULE_jsonOperator); try { - this.state = 8115; + this.state = 8100; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1171, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8110; + this.state = 8095; this.match(MySqlParser.MINUS); - this.state = 8111; + this.state = 8096; this.match(MySqlParser.GREATER_SYMBOL); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8112; + this.state = 8097; this.match(MySqlParser.MINUS); - this.state = 8113; + this.state = 8098; this.match(MySqlParser.GREATER_SYMBOL); - this.state = 8114; + this.state = 8099; this.match(MySqlParser.GREATER_SYMBOL); } break; @@ -48331,12 +48232,12 @@ export class MySqlParser extends SQLParserBase { } public charsetNameBase(): CharsetNameBaseContext { let localContext = new CharsetNameBaseContext(this.context, this.state); - this.enterRule(localContext, 840, MySqlParser.RULE_charsetNameBase); + this.enterRule(localContext, 832, MySqlParser.RULE_charsetNameBase); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8117; + this.state = 8102; _la = this.tokenStream.LA(1); if(!(_la === 228 || ((((_la - 756)) & ~0x1F) === 0 && ((1 << (_la - 756)) & 4294967295) !== 0) || ((((_la - 788)) & ~0x1F) === 0 && ((1 << (_la - 788)) & 511) !== 0))) { this.errorHandler.recoverInline(this); @@ -48363,12 +48264,12 @@ export class MySqlParser extends SQLParserBase { } public transactionLevelBase(): TransactionLevelBaseContext { let localContext = new TransactionLevelBaseContext(this.context, this.state); - this.enterRule(localContext, 842, MySqlParser.RULE_transactionLevelBase); + this.enterRule(localContext, 834, MySqlParser.RULE_transactionLevelBase); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8119; + this.state = 8104; _la = this.tokenStream.LA(1); if(!(((((_la - 809)) & ~0x1F) === 0 && ((1 << (_la - 809)) & 15) !== 0))) { this.errorHandler.recoverInline(this); @@ -48395,12 +48296,12 @@ export class MySqlParser extends SQLParserBase { } public privilegesBase(): PrivilegesBaseContext { let localContext = new PrivilegesBaseContext(this.context, this.state); - this.enterRule(localContext, 844, MySqlParser.RULE_privilegesBase); + this.enterRule(localContext, 836, MySqlParser.RULE_privilegesBase); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8121; + this.state = 8106; _la = this.tokenStream.LA(1); if(!(((((_la - 717)) & ~0x1F) === 0 && ((1 << (_la - 717)) & 68026371) !== 0) || ((((_la - 749)) & ~0x1F) === 0 && ((1 << (_la - 749)) & 11) !== 0))) { this.errorHandler.recoverInline(this); @@ -48427,12 +48328,12 @@ export class MySqlParser extends SQLParserBase { } public intervalTypeBase(): IntervalTypeBaseContext { let localContext = new IntervalTypeBaseContext(this.context, this.state); - this.enterRule(localContext, 846, MySqlParser.RULE_intervalTypeBase); + this.enterRule(localContext, 838, MySqlParser.RULE_intervalTypeBase); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8123; + this.state = 8108; _la = this.tokenStream.LA(1); if(!(((((_la - 696)) & ~0x1F) === 0 && ((1 << (_la - 696)) & 255) !== 0))) { this.errorHandler.recoverInline(this); @@ -48459,12 +48360,12 @@ export class MySqlParser extends SQLParserBase { } public dataTypeBase(): DataTypeBaseContext { let localContext = new DataTypeBaseContext(this.context, this.state); - this.enterRule(localContext, 848, MySqlParser.RULE_dataTypeBase); + this.enterRule(localContext, 840, MySqlParser.RULE_dataTypeBase); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8125; + this.state = 8110; _la = this.tokenStream.LA(1); if(!(((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 1179679) !== 0))) { this.errorHandler.recoverInline(this); @@ -48491,12 +48392,12 @@ export class MySqlParser extends SQLParserBase { } public keywordsCanBeId(): KeywordsCanBeIdContext { let localContext = new KeywordsCanBeIdContext(this.context, this.state); - this.enterRule(localContext, 850, MySqlParser.RULE_keywordsCanBeId); + this.enterRule(localContext, 842, MySqlParser.RULE_keywordsCanBeId); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8127; + this.state = 8112; _la = this.tokenStream.LA(1); if(!((((_la) & ~0x1F) === 0 && ((1 << _la) & 1074302976) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 11014211) !== 0) || _la === 74 || _la === 95 || ((((_la - 117)) & ~0x1F) === 0 && ((1 << (_la - 117)) & 16673) !== 0) || _la === 160 || _la === 170 || ((((_la - 241)) & ~0x1F) === 0 && ((1 << (_la - 241)) & 1648345089) !== 0) || ((((_la - 277)) & ~0x1F) === 0 && ((1 << (_la - 277)) & 4160749823) !== 0) || ((((_la - 309)) & ~0x1F) === 0 && ((1 << (_la - 309)) & 4292870141) !== 0) || ((((_la - 341)) & ~0x1F) === 0 && ((1 << (_la - 341)) & 4294967287) !== 0) || ((((_la - 373)) & ~0x1F) === 0 && ((1 << (_la - 373)) & 4024434671) !== 0) || ((((_la - 406)) & ~0x1F) === 0 && ((1 << (_la - 406)) & 3747609503) !== 0) || ((((_la - 438)) & ~0x1F) === 0 && ((1 << (_la - 438)) & 4227727359) !== 0) || ((((_la - 470)) & ~0x1F) === 0 && ((1 << (_la - 470)) & 3758096239) !== 0) || ((((_la - 502)) & ~0x1F) === 0 && ((1 << (_la - 502)) & 2678062559) !== 0) || ((((_la - 534)) & ~0x1F) === 0 && ((1 << (_la - 534)) & 2682256863) !== 0) || ((((_la - 566)) & ~0x1F) === 0 && ((1 << (_la - 566)) & 4294965887) !== 0) || ((((_la - 598)) & ~0x1F) === 0 && ((1 << (_la - 598)) & 255) !== 0) || ((((_la - 633)) & ~0x1F) === 0 && ((1 << (_la - 633)) & 4294934527) !== 0) || ((((_la - 665)) & ~0x1F) === 0 && ((1 << (_la - 665)) & 2128608253) !== 0) || ((((_la - 704)) & ~0x1F) === 0 && ((1 << (_la - 704)) & 1053007341) !== 0) || ((((_la - 737)) & ~0x1F) === 0 && ((1 << (_la - 737)) & 478907) !== 0) || ((((_la - 802)) & ~0x1F) === 0 && ((1 << (_la - 802)) & 3230662657) !== 0) || _la === 838)) { this.errorHandler.recoverInline(this); @@ -48523,12 +48424,12 @@ export class MySqlParser extends SQLParserBase { } public functionNameBase(): FunctionNameBaseContext { let localContext = new FunctionNameBaseContext(this.context, this.state); - this.enterRule(localContext, 852, MySqlParser.RULE_functionNameBase); + this.enterRule(localContext, 844, MySqlParser.RULE_functionNameBase); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8129; + this.state = 8114; _la = this.tokenStream.LA(1); if(!(_la === 39 || _la === 98 || _la === 150 || _la === 152 || ((((_la - 219)) & ~0x1F) === 0 && ((1 << (_la - 219)) & 23) !== 0) || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 16375299) !== 0) || _la === 296 || _la === 435 || ((((_la - 686)) & ~0x1F) === 0 && ((1 << (_la - 686)) & 261121) !== 0) || _la === 746 || ((((_la - 813)) & ~0x1F) === 0 && ((1 << (_la - 813)) & 145190393) !== 0) || _la === 856)) { this.errorHandler.recoverInline(this); @@ -48556,21 +48457,21 @@ export class MySqlParser extends SQLParserBase { public override sempred(localContext: antlr.RuleContext | null, ruleIndex: number, predIndex: number): boolean { switch (ruleIndex) { - case 107: + case 106: return this.queryExpressionBody_sempred(localContext as QueryExpressionBodyContext, predIndex); - case 108: + case 107: return this.queryItem_sempred(localContext as QueryItemContext, predIndex); - case 151: + case 150: return this.selectElement_sempred(localContext as SelectElementContext, predIndex); - case 337: + case 336: return this.columnName_sempred(localContext as ColumnNameContext, predIndex); - case 339: + case 338: return this.columnNamePathAllowEmpty_sempred(localContext as ColumnNamePathAllowEmptyContext, predIndex); - case 410: + case 406: return this.expression_sempred(localContext as ExpressionContext, predIndex); - case 411: + case 407: return this.predicate_sempred(localContext as PredicateContext, predIndex); - case 412: + case 408: return this.expressionAtom_sempred(localContext as ExpressionAtomContext, predIndex); } return true; @@ -48655,7 +48556,7 @@ export class MySqlParser extends SQLParserBase { } public static readonly _serializedATN: number[] = [ - 4,1,895,8132,2,0,7,0,2,1,7,1,2,2,7,2,2,3,7,3,2,4,7,4,2,5,7,5,2,6, + 4,1,895,8117,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, @@ -48729,750 +48630,748 @@ export class MySqlParser extends SQLParserBase { 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,1,0,5,0,856,8,0, - 10,0,12,0,859,9,0,1,0,1,0,1,1,1,1,3,1,865,8,1,1,1,3,1,868,8,1,1, - 2,1,2,1,2,1,2,1,2,1,2,1,2,3,2,877,8,2,1,3,1,3,1,4,1,4,1,4,1,4,1, - 4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1, - 4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1, - 4,1,4,1,4,1,4,3,4,921,8,4,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1, - 5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,3,5,940,8,5,1,6,1,6,1,6,1,6,1,6,1, - 6,1,6,1,6,1,6,3,6,951,8,6,1,7,1,7,1,7,1,7,1,7,1,7,1,7,1,7,1,7,1, - 7,1,7,1,7,1,7,1,7,3,7,967,8,7,1,8,1,8,1,8,3,8,972,8,8,1,9,1,9,1, - 9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,3,9,984,8,9,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,1, - 10,1,10,1,10,3,10,1019,8,10,1,11,1,11,1,11,1,11,1,11,1,11,1,11,1, - 11,3,11,1029,8,11,1,12,1,12,1,12,3,12,1034,8,12,1,12,1,12,5,12,1038, - 8,12,10,12,12,12,1041,9,12,1,13,1,13,3,13,1045,8,13,1,13,1,13,3, - 13,1049,8,13,1,13,1,13,1,13,1,13,1,13,1,13,1,13,3,13,1058,8,13,1, - 13,3,13,1061,8,13,1,13,3,13,1064,8,13,1,13,1,13,3,13,1068,8,13,1, - 13,1,13,1,13,1,14,1,14,3,14,1075,8,14,1,14,3,14,1078,8,14,1,14,1, - 14,1,14,3,14,1083,8,14,1,14,1,14,1,14,1,14,5,14,1089,8,14,10,14, - 12,14,1092,9,14,1,14,1,14,3,14,1096,8,14,1,14,1,14,1,14,3,14,1101, - 8,14,1,14,5,14,1104,8,14,10,14,12,14,1107,9,14,1,15,1,15,1,15,1, - 15,1,15,1,15,1,15,1,15,1,15,3,15,1118,8,15,1,15,3,15,1121,8,15,1, - 15,1,15,3,15,1125,8,15,1,15,3,15,1128,8,15,1,15,1,15,3,15,1132,8, - 15,1,15,3,15,1135,8,15,1,15,1,15,3,15,1139,8,15,1,15,3,15,1142,8, - 15,1,15,3,15,1145,8,15,1,15,1,15,3,15,1149,8,15,1,15,3,15,1152,8, - 15,1,15,1,15,3,15,1156,8,15,1,15,1,15,1,16,1,16,3,16,1162,8,16,1, - 16,1,16,3,16,1166,8,16,1,16,1,16,1,16,3,16,1171,8,16,1,16,1,16,5, - 16,1175,8,16,10,16,12,16,1178,9,16,1,16,1,16,5,16,1182,8,16,10,16, - 12,16,1185,9,16,1,16,1,16,1,17,1,17,3,17,1191,8,17,1,17,3,17,1194, - 8,17,1,17,1,17,3,17,1198,8,17,1,17,1,17,1,17,3,17,1203,8,17,1,17, - 1,17,5,17,1207,8,17,10,17,12,17,1210,9,17,1,17,1,17,1,17,1,17,5, - 17,1216,8,17,10,17,12,17,1219,9,17,1,17,1,17,3,17,1223,8,17,1,18, - 1,18,3,18,1227,8,18,1,18,1,18,3,18,1231,8,18,1,18,1,18,1,18,1,18, - 1,18,1,18,1,19,1,19,1,19,3,19,1242,8,19,1,19,1,19,1,20,1,20,1,20, - 1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,5,20,1258,8,20,10,20, - 12,20,1261,9,20,1,20,1,20,1,21,1,21,3,21,1267,8,21,1,21,1,21,3,21, - 1271,8,21,1,21,1,21,3,21,1275,8,21,1,21,1,21,3,21,1279,8,21,1,21, - 5,21,1282,8,21,10,21,12,21,1285,9,21,3,21,1287,8,21,1,21,3,21,1290, - 8,21,1,21,3,21,1293,8,21,1,21,3,21,1296,8,21,1,21,1,21,1,21,1,21, - 3,21,1302,8,21,1,21,1,21,3,21,1306,8,21,1,21,1,21,1,21,1,21,1,21, - 1,21,1,21,1,21,3,21,1316,8,21,1,21,1,21,3,21,1320,8,21,1,21,1,21, - 3,21,1324,8,21,1,21,1,21,1,21,1,21,3,21,1330,8,21,1,21,5,21,1333, - 8,21,10,21,12,21,1336,9,21,3,21,1338,8,21,1,21,3,21,1341,8,21,3, - 21,1343,8,21,1,22,1,22,3,22,1347,8,22,1,22,1,22,1,22,1,22,1,22,3, - 22,1354,8,22,1,22,1,22,3,22,1358,8,22,1,22,3,22,1361,8,22,1,22,1, - 22,1,22,3,22,1366,8,22,1,22,1,22,3,22,1370,8,22,1,22,3,22,1373,8, - 22,1,22,1,22,3,22,1377,8,22,1,22,3,22,1380,8,22,1,23,1,23,3,23,1384, - 8,23,1,23,1,23,1,23,1,23,1,23,1,23,1,23,1,23,1,23,1,23,1,23,3,23, - 1397,8,23,1,23,3,23,1400,8,23,1,23,1,23,3,23,1404,8,23,1,23,3,23, - 1407,8,23,1,23,1,23,3,23,1411,8,23,1,23,3,23,1414,8,23,1,23,1,23, - 3,23,1418,8,23,1,23,3,23,1421,8,23,1,23,1,23,3,23,1425,8,23,1,23, - 3,23,1428,8,23,1,23,3,23,1431,8,23,1,23,1,23,3,23,1435,8,23,1,23, - 3,23,1438,8,23,1,23,1,23,3,23,1442,8,23,1,23,1,23,1,24,1,24,3,24, - 1448,8,24,1,24,3,24,1451,8,24,1,24,1,24,3,24,1455,8,24,1,24,1,24, - 1,24,1,24,1,24,1,24,1,24,1,24,1,24,1,24,3,24,1467,8,24,1,24,1,24, - 1,25,1,25,3,25,1473,8,25,1,25,1,25,1,26,1,26,1,26,1,26,1,26,5,26, - 1482,8,26,10,26,12,26,1485,9,26,1,26,1,26,3,26,1489,8,26,1,26,1, - 26,1,26,1,26,1,26,1,26,3,26,1497,8,26,1,27,1,27,3,27,1501,8,27,1, - 27,1,27,1,27,3,27,1506,8,27,1,27,3,27,1509,8,27,1,27,1,27,1,27,3, - 27,1514,8,27,1,27,1,27,1,27,1,27,1,27,1,27,5,27,1522,8,27,10,27, - 12,27,1525,9,27,1,27,1,27,3,27,1529,8,27,1,27,1,27,1,27,3,27,1534, - 8,27,1,27,1,27,1,27,1,27,3,27,1540,8,27,1,27,1,27,1,27,3,27,1545, - 8,27,1,27,1,27,3,27,1549,8,27,3,27,1551,8,27,1,28,3,28,1554,8,28, - 1,28,1,28,3,28,1558,8,28,1,28,1,28,3,28,1562,8,28,1,28,3,28,1565, - 8,28,1,28,1,28,3,28,1569,8,28,1,28,1,28,3,28,1573,8,28,1,28,1,28, - 3,28,1577,8,28,1,28,1,28,1,28,1,28,3,28,1583,8,28,1,28,3,28,1586, - 8,28,1,29,1,29,1,29,1,29,1,29,3,29,1593,8,29,1,30,1,30,1,30,3,30, - 1598,8,30,1,31,1,31,1,31,1,31,3,31,1604,8,31,1,32,1,32,1,32,5,32, - 1609,8,32,10,32,12,32,1612,9,32,1,32,1,32,1,32,3,32,1617,8,32,1, - 32,1,32,1,32,1,32,5,32,1623,8,32,10,32,12,32,1626,9,32,3,32,1628, - 8,32,1,32,1,32,1,32,5,32,1633,8,32,10,32,12,32,1636,9,32,3,32,1638, - 8,32,3,32,1640,8,32,1,33,1,33,1,33,1,33,3,33,1646,8,33,1,34,1,34, - 1,34,1,34,3,34,1652,8,34,1,34,1,34,1,35,1,35,1,35,1,35,1,35,1,35, - 1,35,1,35,1,35,1,35,1,35,1,35,1,35,3,35,1669,8,35,1,36,1,36,1,36, - 1,36,1,36,3,36,1676,8,36,1,37,1,37,1,37,1,38,1,38,3,38,1683,8,38, - 1,38,1,38,1,38,1,38,1,38,1,38,1,38,1,38,1,38,1,38,3,38,1695,8,38, - 1,38,1,38,1,38,3,38,1700,8,38,1,38,3,38,1703,8,38,1,39,3,39,1706, - 8,39,1,39,1,39,1,39,1,40,1,40,1,40,1,41,1,41,1,41,1,41,1,41,3,41, - 1719,8,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41, - 3,41,1732,8,41,1,41,1,41,1,41,3,41,1737,8,41,1,42,1,42,1,42,1,42, - 1,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42,3,42,1753,8,42, - 1,43,1,43,1,43,1,43,5,43,1759,8,43,10,43,12,43,1762,9,43,1,43,1, - 43,1,44,1,44,1,44,1,44,1,44,3,44,1771,8,44,1,44,3,44,1774,8,44,1, - 44,1,44,5,44,1778,8,44,10,44,12,44,1781,9,44,1,44,1,44,3,44,1785, - 8,44,1,44,3,44,1788,8,44,1,44,1,44,5,44,1792,8,44,10,44,12,44,1795, - 9,44,1,44,3,44,1798,8,44,1,44,1,44,1,44,3,44,1803,8,44,1,44,1,44, - 5,44,1807,8,44,10,44,12,44,1810,9,44,1,44,3,44,1813,8,44,1,44,1, - 44,3,44,1817,8,44,1,44,3,44,1820,8,44,1,44,3,44,1823,8,44,1,44,1, - 44,5,44,1827,8,44,10,44,12,44,1830,9,44,1,44,3,44,1833,8,44,1,44, - 1,44,1,44,3,44,1838,8,44,1,44,1,44,1,44,1,44,1,44,1,44,1,44,1,44, - 1,44,3,44,1849,8,44,1,45,3,45,1852,8,45,1,45,1,45,1,45,1,45,1,45, - 3,45,1859,8,45,1,45,3,45,1862,8,45,1,46,1,46,3,46,1866,8,46,1,47, - 1,47,5,47,1870,8,47,10,47,12,47,1873,9,47,1,48,1,48,1,48,1,48,1, - 48,1,48,1,48,1,48,1,48,3,48,1884,8,48,1,48,3,48,1887,8,48,1,48,1, - 48,1,48,3,48,1892,8,48,1,48,1,48,1,48,1,48,1,48,1,48,1,48,1,48,1, - 48,1,48,1,48,3,48,1905,8,48,1,48,1,48,1,48,1,48,1,48,3,48,1912,8, - 48,1,48,1,48,1,48,1,48,3,48,1918,8,48,1,49,1,49,1,49,3,49,1923,8, - 49,1,49,1,49,3,49,1927,8,49,1,49,3,49,1930,8,49,1,50,1,50,1,50,1, - 50,1,50,1,50,3,50,1938,8,50,1,50,1,50,1,50,1,50,1,50,1,50,3,50,1946, - 8,50,3,50,1948,8,50,1,51,1,51,1,51,1,51,1,51,1,51,1,51,1,51,3,51, - 1958,8,51,1,52,1,52,3,52,1962,8,52,1,52,3,52,1965,8,52,1,52,1,52, - 3,52,1969,8,52,1,52,1,52,1,52,3,52,1974,8,52,1,52,1,52,1,52,3,52, - 1979,8,52,1,52,1,52,1,52,3,52,1984,8,52,1,52,1,52,3,52,1988,8,52, - 1,52,1,52,3,52,1992,8,52,1,52,1,52,3,52,1996,8,52,1,52,1,52,3,52, - 2000,8,52,1,52,1,52,3,52,2004,8,52,1,52,1,52,3,52,2008,8,52,1,52, - 1,52,1,52,3,52,2013,8,52,1,52,1,52,1,52,3,52,2018,8,52,1,52,1,52, - 1,52,3,52,2023,8,52,1,52,1,52,1,52,1,52,3,52,2029,8,52,1,52,1,52, - 1,52,3,52,2034,8,52,1,52,1,52,1,52,3,52,2039,8,52,1,52,1,52,1,52, - 3,52,2044,8,52,1,52,1,52,1,52,3,52,2049,8,52,1,52,1,52,1,52,3,52, - 2054,8,52,1,52,1,52,1,52,1,52,3,52,2060,8,52,1,52,1,52,1,52,3,52, - 2065,8,52,1,52,1,52,1,52,3,52,2070,8,52,1,52,1,52,1,52,3,52,2075, - 8,52,1,52,1,52,1,52,3,52,2080,8,52,1,52,1,52,1,52,3,52,2085,8,52, - 1,52,1,52,1,52,3,52,2090,8,52,1,52,1,52,1,52,3,52,2095,8,52,1,52, - 1,52,1,52,1,52,1,52,3,52,2102,8,52,1,52,1,52,1,52,3,52,2107,8,52, - 1,52,1,52,1,52,3,52,2112,8,52,1,52,1,52,1,52,3,52,2117,8,52,1,52, - 1,52,3,52,2121,8,52,1,52,1,52,1,52,3,52,2126,8,52,1,52,1,52,1,52, - 1,52,1,52,1,52,3,52,2134,8,52,1,52,1,52,1,52,3,52,2139,8,52,1,52, - 1,52,1,52,1,52,3,52,2145,8,52,1,53,1,53,1,54,1,54,1,54,1,55,1,55, - 1,55,1,55,1,55,3,55,2157,8,55,1,55,1,55,1,55,1,55,1,55,3,55,2164, - 8,55,3,55,2166,8,55,1,55,1,55,1,55,1,55,5,55,2172,8,55,10,55,12, - 55,2175,9,55,1,55,1,55,3,55,2179,8,55,1,56,3,56,2182,8,56,1,56,1, - 56,1,56,1,56,1,56,1,56,3,56,2190,8,56,1,56,1,56,1,56,1,56,3,56,2196, - 8,56,1,56,1,56,3,56,2200,8,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56, - 1,56,1,56,1,56,1,56,3,56,2213,8,56,1,56,1,56,1,56,1,56,1,56,1,56, - 1,56,1,56,1,56,1,56,3,56,2225,8,56,3,56,2227,8,56,1,57,3,57,2230, - 8,57,1,57,1,57,1,57,1,57,1,57,1,57,3,57,2238,8,57,1,57,1,57,1,57, - 1,57,3,57,2244,8,57,1,57,1,57,1,57,1,57,3,57,2250,8,57,1,58,1,58, - 1,58,1,58,1,58,1,58,1,58,1,58,1,58,5,58,2261,8,58,10,58,12,58,2264, - 9,58,1,58,1,58,5,58,2268,8,58,10,58,12,58,2271,9,58,1,58,1,58,1, - 58,1,58,5,58,2277,8,58,10,58,12,58,2280,9,58,1,58,1,58,3,58,2284, - 8,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,5,58,2293,8,58,10,58,12, - 58,2296,9,58,1,58,1,58,1,58,1,58,5,58,2302,8,58,10,58,12,58,2305, - 9,58,1,58,1,58,3,58,2309,8,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58, - 1,58,5,58,2319,8,58,10,58,12,58,2322,9,58,1,58,1,58,5,58,2326,8, - 58,10,58,12,58,2329,9,58,1,58,1,58,1,58,1,58,5,58,2335,8,58,10,58, - 12,58,2338,9,58,1,58,1,58,3,58,2342,8,58,1,58,1,58,1,58,1,58,1,58, - 1,58,1,58,1,58,5,58,2352,8,58,10,58,12,58,2355,9,58,1,58,1,58,5, - 58,2359,8,58,10,58,12,58,2362,9,58,1,58,1,58,1,58,1,58,5,58,2368, - 8,58,10,58,12,58,2371,9,58,1,58,1,58,3,58,2375,8,58,1,58,1,58,1, - 58,5,58,2380,8,58,10,58,12,58,2383,9,58,1,58,1,58,1,58,1,58,5,58, - 2389,8,58,10,58,12,58,2392,9,58,1,58,1,58,3,58,2396,8,58,3,58,2398, - 8,58,1,59,1,59,1,59,3,59,2403,8,59,1,60,1,60,1,60,1,60,4,60,2409, - 8,60,11,60,12,60,2410,1,60,1,60,1,61,1,61,1,61,5,61,2418,8,61,10, - 61,12,61,2421,9,61,1,62,3,62,2424,8,62,1,62,3,62,2427,8,62,1,62, - 1,62,3,62,2431,8,62,1,62,1,62,1,62,3,62,2436,8,62,1,62,1,62,1,62, - 1,62,3,62,2442,8,62,1,62,1,62,1,62,1,62,3,62,2448,8,62,1,62,1,62, - 1,62,3,62,2453,8,62,1,62,1,62,1,62,3,62,2458,8,62,1,62,1,62,1,62, - 3,62,2463,8,62,1,62,1,62,1,62,3,62,2468,8,62,1,62,3,62,2471,8,62, - 1,63,1,63,1,63,3,63,2476,8,63,1,63,4,63,2479,8,63,11,63,12,63,2480, - 1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,3,63,2491,8,63,1,64,1,64, - 3,64,2495,8,64,1,64,1,64,1,64,1,64,1,64,3,64,2502,8,64,1,64,1,64, - 1,64,3,64,2507,8,64,1,64,3,64,2510,8,64,1,64,1,64,1,64,3,64,2515, - 8,64,1,64,3,64,2518,8,64,1,64,1,64,3,64,2522,8,64,1,64,1,64,3,64, - 2526,8,64,1,65,1,65,1,65,1,65,5,65,2532,8,65,10,65,12,65,2535,9, - 65,1,66,1,66,1,66,1,66,1,66,1,66,1,66,1,67,1,67,1,67,1,67,1,67,1, - 67,1,67,1,67,1,67,3,67,2553,8,67,1,67,3,67,2556,8,67,1,67,3,67,2559, - 8,67,1,67,1,67,3,67,2563,8,67,1,67,1,67,1,68,1,68,1,68,1,68,5,68, - 2571,8,68,10,68,12,68,2574,9,68,1,69,1,69,1,69,1,69,1,69,1,69,1, - 69,1,69,5,69,2584,8,69,10,69,12,69,2587,9,69,1,69,1,69,1,70,1,70, - 1,70,1,70,1,70,1,70,5,70,2597,8,70,10,70,12,70,2600,9,70,3,70,2602, - 8,70,1,70,1,70,5,70,2606,8,70,10,70,12,70,2609,9,70,3,70,2611,8, - 70,1,71,1,71,3,71,2615,8,71,1,71,1,71,1,71,1,71,1,71,1,71,1,71,3, - 71,2624,8,71,1,71,3,71,2627,8,71,1,71,3,71,2630,8,71,1,71,1,71,1, - 71,3,71,2635,8,71,1,71,1,71,3,71,2639,8,71,1,71,3,71,2642,8,71,1, - 71,1,71,3,71,2646,8,71,1,71,1,71,3,71,2650,8,71,1,71,3,71,2653,8, - 71,1,71,1,71,3,71,2657,8,71,1,71,3,71,2660,8,71,1,71,1,71,3,71,2664, - 8,71,1,71,3,71,2667,8,71,1,72,1,72,1,72,1,72,3,72,2673,8,72,1,72, - 3,72,2676,8,72,1,72,1,72,1,72,3,72,2681,8,72,1,72,1,72,1,72,1,72, - 1,72,1,72,3,72,2689,8,72,1,72,1,72,1,72,1,72,3,72,2695,8,72,1,72, - 1,72,3,72,2699,8,72,1,73,1,73,3,73,2703,8,73,1,73,5,73,2706,8,73, - 10,73,12,73,2709,9,73,1,73,1,73,3,73,2713,8,73,1,73,1,73,1,73,1, - 73,1,73,3,73,2720,8,73,1,73,1,73,3,73,2724,8,73,1,73,1,73,1,73,1, - 73,1,73,1,73,1,73,5,73,2733,8,73,10,73,12,73,2736,9,73,1,73,1,73, - 1,73,1,73,1,73,3,73,2743,8,73,1,73,3,73,2746,8,73,1,73,1,73,5,73, - 2750,8,73,10,73,12,73,2753,9,73,1,73,1,73,1,73,3,73,2758,8,73,1, - 73,3,73,2761,8,73,1,73,1,73,5,73,2765,8,73,10,73,12,73,2768,9,73, - 1,73,1,73,1,73,3,73,2773,8,73,3,73,2775,8,73,1,73,1,73,1,73,3,73, - 2780,8,73,1,73,1,73,5,73,2784,8,73,10,73,12,73,2787,9,73,1,73,1, - 73,1,73,3,73,2792,8,73,3,73,2794,8,73,1,73,1,73,3,73,2798,8,73,1, - 73,3,73,2801,8,73,1,73,3,73,2804,8,73,1,73,1,73,5,73,2808,8,73,10, - 73,12,73,2811,9,73,1,73,1,73,1,73,3,73,2816,8,73,3,73,2818,8,73, - 1,73,1,73,1,73,3,73,2823,8,73,1,73,1,73,1,73,1,73,1,73,3,73,2830, - 8,73,1,73,1,73,1,73,1,73,1,73,1,73,1,73,3,73,2839,8,73,1,73,3,73, - 2842,8,73,1,73,1,73,3,73,2846,8,73,1,73,1,73,1,73,3,73,2851,8,73, - 1,73,1,73,1,73,1,73,1,73,1,73,1,73,1,73,3,73,2861,8,73,1,73,1,73, - 1,73,1,73,1,73,1,73,1,73,3,73,2870,8,73,1,73,1,73,1,73,1,73,1,73, - 1,73,3,73,2878,8,73,1,73,3,73,2881,8,73,1,73,1,73,1,73,1,73,1,73, - 1,73,3,73,2889,8,73,1,73,3,73,2892,8,73,1,73,1,73,1,73,1,73,1,73, - 3,73,2899,8,73,1,73,1,73,1,73,3,73,2904,8,73,1,73,1,73,1,73,1,73, - 1,73,1,73,3,73,2912,8,73,1,73,1,73,1,73,1,73,1,73,1,73,1,73,1,73, - 1,73,1,73,1,73,1,73,1,73,1,73,3,73,2928,8,73,1,73,1,73,1,73,3,73, - 2933,8,73,1,73,1,73,1,73,1,73,1,73,3,73,2940,8,73,1,73,1,73,1,73, - 1,73,1,73,1,73,1,73,1,73,1,73,1,73,1,73,1,73,1,73,1,73,1,73,1,73, - 1,73,3,73,2959,8,73,1,73,1,73,1,73,1,73,3,73,2965,8,73,1,74,1,74, - 1,74,1,74,1,74,1,74,5,74,2973,8,74,10,74,12,74,2976,9,74,1,74,1, - 74,1,74,1,74,1,74,1,74,1,74,1,74,1,74,3,74,2987,8,74,1,74,1,74,1, - 74,1,74,1,74,3,74,2994,8,74,1,74,1,74,1,74,1,74,1,74,3,74,3001,8, - 74,1,74,1,74,1,74,1,74,1,74,1,74,1,74,1,74,1,74,1,74,1,74,5,74,3014, - 8,74,10,74,12,74,3017,9,74,1,74,1,74,1,74,1,74,1,74,1,74,1,74,1, - 74,1,74,1,74,3,74,3029,8,74,1,74,1,74,1,74,1,74,3,74,3035,8,74,1, - 74,1,74,1,74,1,74,3,74,3041,8,74,1,74,1,74,1,74,1,74,3,74,3047,8, - 74,1,74,1,74,1,74,1,74,3,74,3053,8,74,1,74,1,74,1,74,1,74,3,74,3059, - 8,74,1,74,1,74,1,74,1,74,3,74,3065,8,74,1,75,1,75,1,75,3,75,3070, - 8,75,1,75,1,75,1,76,1,76,1,76,3,76,3077,8,76,1,76,1,76,1,77,1,77, - 1,77,3,77,3084,8,77,1,77,1,77,1,77,1,77,1,77,3,77,3091,8,77,1,77, - 1,77,1,77,3,77,3096,8,77,1,77,5,77,3099,8,77,10,77,12,77,3102,9, - 77,1,78,1,78,1,78,1,78,1,78,1,78,3,78,3110,8,78,1,78,1,78,1,79,1, - 79,1,79,3,79,3117,8,79,1,79,1,79,1,80,1,80,1,80,3,80,3124,8,80,1, - 80,1,80,1,81,1,81,1,81,3,81,3131,8,81,1,81,1,81,1,82,1,82,1,82,1, - 82,1,82,3,82,3140,8,82,1,82,1,82,1,83,1,83,3,83,3146,8,83,1,83,1, - 83,3,83,3150,8,83,1,83,1,83,3,83,3154,8,83,1,84,1,84,3,84,3158,8, - 84,1,84,1,84,1,84,1,84,3,84,3164,8,84,1,84,3,84,3167,8,84,1,85,1, - 85,1,85,3,85,3172,8,85,1,85,1,85,1,86,1,86,1,86,3,86,3179,8,86,1, - 86,1,86,1,86,5,86,3184,8,86,10,86,12,86,3187,9,86,1,86,3,86,3190, - 8,86,1,87,1,87,1,87,3,87,3195,8,87,1,87,1,87,1,88,1,88,1,88,1,88, - 1,88,1,88,3,88,3205,8,88,1,88,1,88,1,88,1,88,5,88,3211,8,88,10,88, - 12,88,3214,9,88,1,88,1,88,1,88,3,88,3219,8,88,1,89,1,89,1,89,1,89, - 1,89,5,89,3226,8,89,10,89,12,89,3229,9,89,1,90,1,90,1,90,1,90,1, - 91,1,91,3,91,3237,8,91,1,91,1,91,1,92,1,92,1,92,1,92,1,92,3,92,3246, - 8,92,1,92,3,92,3249,8,92,1,93,1,93,3,93,3253,8,93,1,94,1,94,1,94, - 1,95,1,95,1,95,1,95,3,95,3262,8,95,1,96,1,96,3,96,3266,8,96,1,96, - 3,96,3269,8,96,1,96,3,96,3272,8,96,1,96,1,96,1,96,1,96,3,96,3278, - 8,96,1,96,3,96,3281,8,96,1,96,3,96,3284,8,96,1,96,1,96,3,96,3288, - 8,96,1,96,3,96,3291,8,96,1,96,3,96,3294,8,96,1,96,3,96,3297,8,96, - 1,96,1,96,1,96,1,96,1,96,1,96,1,96,5,96,3306,8,96,10,96,12,96,3309, - 9,96,3,96,3311,8,96,1,97,1,97,1,97,3,97,3316,8,97,1,98,1,98,1,98, - 1,98,3,98,3322,8,98,1,99,1,99,1,99,3,99,3327,8,99,1,99,4,99,3330, - 8,99,11,99,12,99,3331,1,100,3,100,3335,8,100,1,100,1,100,3,100,3339, - 8,100,1,101,1,101,1,101,3,101,3344,8,101,1,101,3,101,3347,8,101, - 1,101,1,101,1,101,3,101,3352,8,101,1,101,1,101,1,101,1,101,1,101, - 1,101,1,101,1,101,3,101,3362,8,101,1,101,1,101,1,101,3,101,3367, - 8,101,1,101,1,101,4,101,3371,8,101,11,101,12,101,3372,3,101,3375, - 8,101,1,101,1,101,4,101,3379,8,101,11,101,12,101,3380,3,101,3383, - 8,101,1,101,1,101,1,101,1,101,3,101,3389,8,101,1,101,1,101,1,101, - 1,101,5,101,3395,8,101,10,101,12,101,3398,9,101,1,101,1,101,3,101, - 3402,8,101,1,101,1,101,1,101,1,101,5,101,3408,8,101,10,101,12,101, - 3411,9,101,3,101,3413,8,101,1,102,1,102,1,102,3,102,3418,8,102,1, - 102,3,102,3421,8,102,1,102,1,102,1,102,3,102,3426,8,102,1,102,1, - 102,1,102,1,102,1,102,1,102,3,102,3434,8,102,1,102,1,102,1,102,1, - 102,3,102,3440,8,102,1,102,1,102,3,102,3444,8,102,3,102,3446,8,102, - 1,102,1,102,1,102,1,102,3,102,3452,8,102,1,102,1,102,1,102,1,102, - 5,102,3458,8,102,10,102,12,102,3461,9,102,1,102,1,102,3,102,3465, - 8,102,1,102,1,102,1,102,1,102,5,102,3471,8,102,10,102,12,102,3474, - 9,102,3,102,3476,8,102,1,103,1,103,1,103,3,103,3481,8,103,1,103, - 3,103,3484,8,103,1,103,1,103,3,103,3488,8,103,1,103,3,103,3491,8, - 103,1,103,3,103,3494,8,103,1,104,1,104,3,104,3498,8,104,1,104,3, - 104,3501,8,104,1,104,1,104,1,104,1,104,1,104,1,104,3,104,3509,8, - 104,1,104,1,104,1,104,1,104,3,104,3515,8,104,1,104,1,104,3,104,3519, - 8,104,1,105,1,105,5,105,3523,8,105,10,105,12,105,3526,9,105,1,105, - 1,105,3,105,3530,8,105,1,105,1,105,3,105,3534,8,105,3,105,3536,8, - 105,1,105,1,105,5,105,3540,8,105,10,105,12,105,3543,9,105,1,105, - 3,105,3546,8,105,1,105,3,105,3549,8,105,1,105,3,105,3552,8,105,1, - 105,3,105,3555,8,105,1,105,1,105,5,105,3559,8,105,10,105,12,105, - 3562,9,105,1,105,1,105,3,105,3566,8,105,1,105,3,105,3569,8,105,1, - 105,3,105,3572,8,105,1,105,3,105,3575,8,105,1,105,3,105,3578,8,105, - 3,105,3580,8,105,1,106,3,106,3583,8,106,1,106,1,106,3,106,3587,8, - 106,1,106,3,106,3590,8,106,1,106,3,106,3593,8,106,1,107,1,107,1, - 107,1,107,1,107,1,107,3,107,3601,8,107,1,107,1,107,1,107,1,107,3, - 107,3607,8,107,1,107,5,107,3610,8,107,10,107,12,107,3613,9,107,1, - 108,1,108,1,108,1,108,1,108,1,108,3,108,3621,8,108,1,108,5,108,3624, - 8,108,10,108,12,108,3627,9,108,1,109,1,109,1,109,1,109,3,109,3633, - 8,109,1,109,3,109,3636,8,109,1,109,3,109,3639,8,109,1,109,1,109, - 3,109,3643,8,109,1,110,1,110,3,110,3647,8,110,1,111,1,111,1,111, - 1,111,3,111,3653,8,111,1,111,1,111,3,111,3657,8,111,1,112,1,112, - 1,112,5,112,3662,8,112,10,112,12,112,3665,9,112,1,112,3,112,3668, - 8,112,1,112,3,112,3671,8,112,1,112,3,112,3674,8,112,1,113,1,113, - 1,113,3,113,3679,8,113,1,114,1,114,1,114,1,114,1,114,3,114,3686, - 8,114,1,115,1,115,1,115,1,115,1,115,1,115,5,115,3694,8,115,10,115, - 12,115,3697,9,115,1,116,1,116,1,116,1,116,5,116,3703,8,116,10,116, - 12,116,3706,9,116,1,117,1,117,1,117,1,117,1,118,1,118,3,118,3714, - 8,118,1,119,1,119,1,119,1,119,1,119,1,119,5,119,3722,8,119,10,119, - 12,119,3725,9,119,3,119,3727,8,119,1,119,1,119,3,119,3731,8,119, - 1,119,1,119,1,119,1,119,3,119,3737,8,119,1,120,1,120,3,120,3741, - 8,120,1,120,3,120,3744,8,120,1,120,3,120,3747,8,120,1,120,1,120, - 1,120,3,120,3752,8,120,1,120,3,120,3755,8,120,1,120,1,120,1,120, - 1,120,1,120,3,120,3762,8,120,1,120,1,120,3,120,3766,8,120,1,120, - 3,120,3769,8,120,1,120,1,120,3,120,3773,8,120,1,121,1,121,3,121, - 3777,8,121,1,121,3,121,3780,8,121,1,121,3,121,3783,8,121,1,121,1, - 121,1,121,3,121,3788,8,121,1,121,1,121,1,121,1,121,3,121,3794,8, - 121,5,121,3796,8,121,10,121,12,121,3799,9,121,1,121,1,121,1,121, - 1,121,1,121,1,121,1,121,3,121,3808,8,121,1,121,1,121,1,121,1,121, - 3,121,3814,8,121,5,121,3816,8,121,10,121,12,121,3819,9,121,1,121, - 1,121,1,121,3,121,3824,8,121,1,121,1,121,3,121,3828,8,121,1,122, - 1,122,1,122,1,122,3,122,3834,8,122,1,122,3,122,3837,8,122,1,123, - 1,123,1,123,1,123,1,123,1,123,1,123,1,123,1,123,1,123,3,123,3849, - 8,123,1,123,1,123,3,123,3853,8,123,1,123,1,123,3,123,3857,8,123, - 1,124,1,124,1,124,1,124,1,124,1,124,3,124,3865,8,124,1,124,1,124, - 3,124,3869,8,124,1,125,1,125,1,125,1,125,1,126,1,126,1,126,1,126, - 1,126,1,126,5,126,3881,8,126,10,126,12,126,3884,9,126,1,127,1,127, - 3,127,3888,8,127,1,127,3,127,3891,8,127,1,127,1,127,3,127,3895,8, - 127,1,127,3,127,3898,8,127,1,127,1,127,1,127,1,127,5,127,3904,8, - 127,10,127,12,127,3907,9,127,1,127,1,127,3,127,3911,8,127,1,127, - 3,127,3914,8,127,1,127,3,127,3917,8,127,1,128,1,128,3,128,3921,8, - 128,1,128,3,128,3924,8,128,1,128,1,128,1,128,1,128,1,128,5,128,3931, - 8,128,10,128,12,128,3934,9,128,1,128,1,128,3,128,3938,8,128,1,129, - 1,129,1,129,1,129,1,129,5,129,3945,8,129,10,129,12,129,3948,9,129, - 1,130,1,130,3,130,3952,8,130,1,131,1,131,1,131,5,131,3957,8,131, - 10,131,12,131,3960,9,131,1,132,1,132,5,132,3964,8,132,10,132,12, - 132,3967,9,132,1,132,1,132,1,132,5,132,3972,8,132,10,132,12,132, - 3975,9,132,1,132,1,132,1,132,3,132,3980,8,132,1,133,1,133,1,133, - 1,133,1,133,1,133,3,133,3988,8,133,1,133,3,133,3991,8,133,1,133, - 3,133,3994,8,133,1,133,1,133,1,133,5,133,3999,8,133,10,133,12,133, - 4002,9,133,3,133,4004,8,133,1,133,3,133,4007,8,133,1,133,1,133,3, - 133,4011,8,133,1,133,1,133,3,133,4015,8,133,1,133,1,133,1,133,1, - 133,3,133,4021,8,133,1,134,1,134,1,134,1,134,1,134,3,134,4028,8, - 134,1,135,1,135,1,135,1,135,1,136,1,136,1,136,1,136,3,136,4038,8, - 136,1,136,1,136,3,136,4042,8,136,1,136,1,136,1,137,1,137,1,137,1, - 137,1,137,3,137,4051,8,137,1,138,3,138,4054,8,138,1,138,1,138,3, - 138,4058,8,138,1,138,1,138,5,138,4062,8,138,10,138,12,138,4065,9, - 138,1,138,1,138,1,138,5,138,4070,8,138,10,138,12,138,4073,9,138, - 1,138,1,138,3,138,4077,8,138,1,138,1,138,3,138,4081,8,138,1,138, - 1,138,5,138,4085,8,138,10,138,12,138,4088,9,138,1,138,1,138,1,138, - 3,138,4093,8,138,1,138,3,138,4096,8,138,3,138,4098,8,138,1,138,1, - 138,3,138,4102,8,138,1,139,1,139,1,139,3,139,4107,8,139,1,139,1, - 139,1,139,1,139,1,139,3,139,4114,8,139,1,140,1,140,1,140,1,140,1, - 140,1,140,1,140,1,140,3,140,4124,8,140,1,141,1,141,5,141,4128,8, - 141,10,141,12,141,4131,9,141,1,141,1,141,3,141,4135,8,141,1,141, - 1,141,3,141,4139,8,141,1,141,3,141,4142,8,141,1,141,3,141,4145,8, - 141,1,141,3,141,4148,8,141,1,141,3,141,4151,8,141,1,141,3,141,4154, - 8,141,1,141,3,141,4157,8,141,1,142,1,142,3,142,4161,8,142,1,142, - 1,142,3,142,4165,8,142,1,143,1,143,1,143,1,143,1,143,1,143,3,143, - 4173,8,143,1,143,1,143,3,143,4177,8,143,1,143,3,143,4180,8,143,3, - 143,4182,8,143,1,144,1,144,1,144,1,144,1,144,1,144,1,144,1,144,1, - 144,1,144,1,144,3,144,4195,8,144,1,144,3,144,4198,8,144,1,145,1, - 145,1,145,5,145,4203,8,145,10,145,12,145,4206,9,145,1,146,1,146, - 1,146,1,146,1,146,1,146,1,146,3,146,4215,8,146,1,146,3,146,4218, - 8,146,1,146,1,146,1,146,3,146,4223,8,146,3,146,4225,8,146,1,146, - 1,146,3,146,4229,8,146,1,146,1,146,1,146,1,146,1,146,1,146,3,146, - 4237,8,146,1,147,1,147,1,147,1,147,3,147,4243,8,147,1,147,1,147, - 1,147,1,148,1,148,1,148,1,148,3,148,4252,8,148,1,148,1,148,1,148, - 1,149,1,149,1,149,1,149,1,149,1,149,1,149,1,149,3,149,4265,8,149, - 1,150,1,150,3,150,4269,8,150,1,150,1,150,5,150,4273,8,150,10,150, - 12,150,4276,9,150,1,151,1,151,1,151,3,151,4281,8,151,1,151,3,151, - 4284,8,151,1,151,1,151,3,151,4288,8,151,1,151,3,151,4291,8,151,1, - 151,1,151,1,151,1,151,1,151,3,151,4298,8,151,1,152,1,152,1,152,1, - 152,1,153,1,153,1,154,1,154,1,155,1,155,3,155,4310,8,155,1,155,1, - 155,3,155,4314,8,155,1,156,1,156,1,156,1,156,5,156,4320,8,156,10, - 156,12,156,4323,9,156,1,156,1,156,1,156,1,156,1,156,1,156,1,156, - 1,156,1,156,3,156,4334,8,156,1,156,1,156,4,156,4338,8,156,11,156, - 12,156,4339,3,156,4342,8,156,1,156,1,156,4,156,4346,8,156,11,156, - 12,156,4347,3,156,4350,8,156,3,156,4352,8,156,1,157,1,157,1,157, - 1,157,3,157,4358,8,157,1,157,1,157,1,157,1,157,1,157,1,157,3,157, - 4366,8,157,1,158,1,158,1,158,1,158,1,158,1,158,3,158,4374,8,158, - 1,159,1,159,3,159,4378,8,159,1,159,1,159,1,159,3,159,4383,8,159, - 3,159,4385,8,159,1,160,1,160,1,160,1,160,1,160,5,160,4392,8,160, - 10,160,12,160,4395,9,160,1,160,1,160,3,160,4399,8,160,1,161,1,161, - 1,161,1,162,1,162,1,162,1,162,1,162,1,162,1,162,1,162,1,162,1,162, - 1,162,1,162,1,162,5,162,4417,8,162,10,162,12,162,4420,9,162,1,163, - 1,163,3,163,4424,8,163,1,164,1,164,1,164,1,164,3,164,4430,8,164, - 1,164,1,164,1,164,1,164,1,164,3,164,4437,8,164,1,165,1,165,1,165, - 3,165,4442,8,165,1,166,1,166,1,166,1,166,1,166,5,166,4449,8,166, - 10,166,12,166,4452,9,166,3,166,4454,8,166,1,167,1,167,3,167,4458, - 8,167,1,168,1,168,3,168,4462,8,168,1,168,1,168,3,168,4466,8,168, - 1,168,3,168,4469,8,168,1,168,3,168,4472,8,168,1,168,3,168,4475,8, - 168,1,169,1,169,3,169,4479,8,169,1,169,1,169,3,169,4483,8,169,1, - 169,3,169,4486,8,169,1,169,3,169,4489,8,169,1,169,3,169,4492,8,169, - 1,170,1,170,1,170,1,171,1,171,3,171,4499,8,171,1,171,1,171,3,171, - 4503,8,171,1,171,1,171,1,172,1,172,1,172,1,172,1,173,1,173,1,173, - 1,173,1,173,5,173,4516,8,173,10,173,12,173,4519,9,173,1,174,1,174, - 1,174,1,175,1,175,1,175,1,175,1,175,1,176,1,176,3,176,4531,8,176, - 1,176,1,176,1,176,1,176,5,176,4537,8,176,10,176,12,176,4540,9,176, - 1,177,1,177,1,177,1,177,1,177,1,177,1,177,3,177,4549,8,177,1,178, - 1,178,3,178,4553,8,178,1,178,3,178,4556,8,178,1,178,1,178,1,179, - 1,179,3,179,4562,8,179,1,179,3,179,4565,8,179,1,179,3,179,4568,8, - 179,1,180,1,180,1,180,1,180,1,180,1,180,1,180,3,180,4577,8,180,1, - 181,1,181,1,181,1,181,1,181,1,181,1,181,3,181,4586,8,181,1,182,1, - 182,1,182,1,182,1,182,1,182,5,182,4594,8,182,10,182,12,182,4597, - 9,182,1,182,3,182,4600,8,182,1,183,1,183,1,183,1,183,1,183,1,183, - 5,183,4608,8,183,10,183,12,183,4611,9,183,1,183,3,183,4614,8,183, - 1,184,1,184,1,184,1,184,1,184,1,184,1,184,5,184,4623,8,184,10,184, - 12,184,4626,9,184,1,184,3,184,4629,8,184,1,185,1,185,1,185,1,185, - 1,185,1,185,1,185,3,185,4638,8,185,1,186,1,186,1,186,1,186,1,186, - 5,186,4645,8,186,10,186,12,186,4648,9,186,3,186,4650,8,186,1,186, - 1,186,3,186,4654,8,186,1,186,5,186,4657,8,186,10,186,12,186,4660, - 9,186,1,186,3,186,4663,8,186,1,187,1,187,1,187,1,187,1,187,5,187, - 4670,8,187,10,187,12,187,4673,9,187,3,187,4675,8,187,1,187,3,187, - 4678,8,187,1,188,1,188,1,188,1,188,1,188,3,188,4685,8,188,1,188, - 1,188,1,188,1,188,3,188,4691,8,188,1,188,1,188,1,188,1,188,3,188, - 4697,8,188,1,189,1,189,1,189,1,190,1,190,1,190,1,190,1,190,1,190, - 1,190,1,190,1,190,1,190,1,190,1,190,1,190,1,190,1,190,1,190,1,190, - 1,190,1,190,5,190,4721,8,190,10,190,12,190,4724,9,190,3,190,4726, - 8,190,1,190,3,190,4729,8,190,1,191,1,191,1,192,1,192,1,193,1,193, + 1,0,5,0,848,8,0,10,0,12,0,851,9,0,1,0,1,0,1,1,1,1,3,1,857,8,1,1, + 1,3,1,860,8,1,1,2,1,2,1,2,1,2,1,2,1,2,1,2,3,2,869,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,3,3,911,8,3,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1, + 4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,3,4,930,8,4,1,5,1,5,1,5,1, + 5,1,5,1,5,1,5,1,5,1,5,3,5,941,8,5,1,6,1,6,1,6,1,6,1,6,1,6,1,6,1, + 6,1,6,1,6,1,6,1,6,1,6,1,6,3,6,957,8,6,1,7,1,7,1,7,3,7,962,8,7,1, + 8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,974,8,8,1,9,1,9,1,9,1, + 9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1, + 9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,3,9,1009,8, + 9,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,3,10,1019,8,10,1,11,1, + 11,1,11,3,11,1024,8,11,1,11,1,11,5,11,1028,8,11,10,11,12,11,1031, + 9,11,1,12,1,12,3,12,1035,8,12,1,12,1,12,3,12,1039,8,12,1,12,1,12, + 1,12,1,12,1,12,1,12,1,12,3,12,1048,8,12,1,12,3,12,1051,8,12,1,12, + 3,12,1054,8,12,1,12,1,12,3,12,1058,8,12,1,12,1,12,1,12,1,13,1,13, + 3,13,1065,8,13,1,13,3,13,1068,8,13,1,13,1,13,1,13,3,13,1073,8,13, + 1,13,1,13,1,13,1,13,5,13,1079,8,13,10,13,12,13,1082,9,13,1,13,1, + 13,3,13,1086,8,13,1,13,1,13,1,13,3,13,1091,8,13,1,13,5,13,1094,8, + 13,10,13,12,13,1097,9,13,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14, + 1,14,3,14,1108,8,14,1,14,3,14,1111,8,14,1,14,1,14,3,14,1115,8,14, + 1,14,3,14,1118,8,14,1,14,1,14,3,14,1122,8,14,1,14,3,14,1125,8,14, + 1,14,1,14,3,14,1129,8,14,1,14,3,14,1132,8,14,1,14,3,14,1135,8,14, + 1,14,1,14,3,14,1139,8,14,1,14,3,14,1142,8,14,1,14,1,14,3,14,1146, + 8,14,1,14,1,14,1,15,1,15,3,15,1152,8,15,1,15,1,15,3,15,1156,8,15, + 1,15,1,15,1,15,3,15,1161,8,15,1,15,1,15,5,15,1165,8,15,10,15,12, + 15,1168,9,15,1,15,1,15,5,15,1172,8,15,10,15,12,15,1175,9,15,1,15, + 1,15,1,16,1,16,3,16,1181,8,16,1,16,3,16,1184,8,16,1,16,1,16,3,16, + 1188,8,16,1,16,1,16,1,16,3,16,1193,8,16,1,16,1,16,5,16,1197,8,16, + 10,16,12,16,1200,9,16,1,16,1,16,1,16,1,16,5,16,1206,8,16,10,16,12, + 16,1209,9,16,1,16,1,16,3,16,1213,8,16,1,17,1,17,3,17,1217,8,17,1, + 17,1,17,3,17,1221,8,17,1,17,1,17,1,17,1,17,1,17,1,17,1,18,1,18,1, + 18,3,18,1232,8,18,1,18,1,18,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1, + 19,1,19,1,19,1,19,1,19,5,19,1248,8,19,10,19,12,19,1251,9,19,1,19, + 1,19,1,20,1,20,3,20,1257,8,20,1,20,1,20,3,20,1261,8,20,1,20,1,20, + 3,20,1265,8,20,1,20,1,20,3,20,1269,8,20,1,20,5,20,1272,8,20,10,20, + 12,20,1275,9,20,3,20,1277,8,20,1,20,3,20,1280,8,20,1,20,3,20,1283, + 8,20,1,20,3,20,1286,8,20,1,20,1,20,1,20,1,20,3,20,1292,8,20,1,20, + 1,20,3,20,1296,8,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,1,20,3,20, + 1306,8,20,1,20,1,20,3,20,1310,8,20,1,20,1,20,3,20,1314,8,20,1,20, + 1,20,1,20,1,20,3,20,1320,8,20,1,20,5,20,1323,8,20,10,20,12,20,1326, + 9,20,3,20,1328,8,20,1,20,3,20,1331,8,20,3,20,1333,8,20,1,21,1,21, + 3,21,1337,8,21,1,21,1,21,1,21,1,21,1,21,3,21,1344,8,21,1,21,1,21, + 3,21,1348,8,21,1,21,3,21,1351,8,21,1,21,1,21,1,21,3,21,1356,8,21, + 1,21,1,21,3,21,1360,8,21,1,21,3,21,1363,8,21,1,21,1,21,3,21,1367, + 8,21,1,21,3,21,1370,8,21,1,22,1,22,3,22,1374,8,22,1,22,1,22,1,22, + 1,22,1,22,1,22,1,22,1,22,1,22,1,22,1,22,3,22,1387,8,22,1,22,3,22, + 1390,8,22,1,22,1,22,3,22,1394,8,22,1,22,3,22,1397,8,22,1,22,1,22, + 3,22,1401,8,22,1,22,3,22,1404,8,22,1,22,1,22,3,22,1408,8,22,1,22, + 3,22,1411,8,22,1,22,1,22,3,22,1415,8,22,1,22,3,22,1418,8,22,1,22, + 3,22,1421,8,22,1,22,1,22,3,22,1425,8,22,1,22,3,22,1428,8,22,1,22, + 1,22,3,22,1432,8,22,1,22,1,22,1,23,1,23,3,23,1438,8,23,1,23,3,23, + 1441,8,23,1,23,1,23,3,23,1445,8,23,1,23,1,23,1,23,1,23,1,23,1,23, + 1,23,1,23,1,23,1,23,3,23,1457,8,23,1,23,1,23,1,24,1,24,3,24,1463, + 8,24,1,24,1,24,1,25,1,25,1,25,1,25,1,25,5,25,1472,8,25,10,25,12, + 25,1475,9,25,1,25,1,25,3,25,1479,8,25,1,25,1,25,1,25,1,25,1,25,1, + 25,3,25,1487,8,25,1,26,1,26,3,26,1491,8,26,1,26,1,26,1,26,3,26,1496, + 8,26,1,26,3,26,1499,8,26,1,26,1,26,1,26,3,26,1504,8,26,1,26,1,26, + 1,26,1,26,1,26,1,26,5,26,1512,8,26,10,26,12,26,1515,9,26,1,26,1, + 26,3,26,1519,8,26,1,26,1,26,1,26,3,26,1524,8,26,1,26,1,26,1,26,1, + 26,3,26,1530,8,26,1,26,1,26,1,26,3,26,1535,8,26,1,26,1,26,3,26,1539, + 8,26,3,26,1541,8,26,1,27,3,27,1544,8,27,1,27,1,27,3,27,1548,8,27, + 1,27,1,27,3,27,1552,8,27,1,27,3,27,1555,8,27,1,27,1,27,3,27,1559, + 8,27,1,27,1,27,3,27,1563,8,27,1,27,1,27,3,27,1567,8,27,1,27,1,27, + 1,27,1,27,3,27,1573,8,27,1,27,3,27,1576,8,27,1,28,1,28,1,28,1,28, + 1,28,3,28,1583,8,28,1,29,1,29,1,29,3,29,1588,8,29,1,30,1,30,1,30, + 1,30,3,30,1594,8,30,1,31,1,31,1,31,5,31,1599,8,31,10,31,12,31,1602, + 9,31,1,31,1,31,1,31,3,31,1607,8,31,1,31,1,31,1,31,1,31,5,31,1613, + 8,31,10,31,12,31,1616,9,31,3,31,1618,8,31,1,31,1,31,1,31,5,31,1623, + 8,31,10,31,12,31,1626,9,31,3,31,1628,8,31,3,31,1630,8,31,1,32,1, + 32,1,32,1,32,3,32,1636,8,32,1,33,1,33,1,33,1,33,3,33,1642,8,33,1, + 33,1,33,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1, + 34,1,34,3,34,1659,8,34,1,35,1,35,1,35,1,35,1,35,3,35,1666,8,35,1, + 36,1,36,1,36,1,37,1,37,3,37,1673,8,37,1,37,1,37,1,37,1,37,1,37,1, + 37,1,37,1,37,1,37,1,37,3,37,1685,8,37,1,37,1,37,1,37,3,37,1690,8, + 37,1,37,3,37,1693,8,37,1,38,3,38,1696,8,38,1,38,1,38,1,38,1,39,1, + 39,1,39,1,40,1,40,1,40,1,40,1,40,3,40,1709,8,40,1,40,1,40,1,40,1, + 40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,3,40,1722,8,40,1,40,1,40,1, + 40,3,40,1727,8,40,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1, + 41,1,41,1,41,1,41,1,41,3,41,1743,8,41,1,42,1,42,1,42,1,42,5,42,1749, + 8,42,10,42,12,42,1752,9,42,1,42,1,42,1,43,1,43,1,43,1,43,1,43,3, + 43,1761,8,43,1,43,3,43,1764,8,43,1,43,1,43,5,43,1768,8,43,10,43, + 12,43,1771,9,43,1,43,1,43,3,43,1775,8,43,1,43,3,43,1778,8,43,1,43, + 1,43,5,43,1782,8,43,10,43,12,43,1785,9,43,1,43,3,43,1788,8,43,1, + 43,1,43,1,43,3,43,1793,8,43,1,43,1,43,5,43,1797,8,43,10,43,12,43, + 1800,9,43,1,43,3,43,1803,8,43,1,43,1,43,3,43,1807,8,43,1,43,3,43, + 1810,8,43,1,43,3,43,1813,8,43,1,43,1,43,5,43,1817,8,43,10,43,12, + 43,1820,9,43,1,43,3,43,1823,8,43,1,43,1,43,1,43,3,43,1828,8,43,1, + 43,1,43,1,43,1,43,1,43,1,43,1,43,1,43,1,43,3,43,1839,8,43,1,44,3, + 44,1842,8,44,1,44,1,44,1,44,1,44,1,44,3,44,1849,8,44,1,44,3,44,1852, + 8,44,1,45,1,45,3,45,1856,8,45,1,46,1,46,5,46,1860,8,46,10,46,12, + 46,1863,9,46,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,3,47,1874, + 8,47,1,47,3,47,1877,8,47,1,47,1,47,1,47,3,47,1882,8,47,1,47,1,47, + 1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,47,3,47,1895,8,47,1,47, + 1,47,1,47,1,47,1,47,3,47,1902,8,47,1,47,1,47,1,47,1,47,3,47,1908, + 8,47,1,48,1,48,1,48,3,48,1913,8,48,1,48,1,48,3,48,1917,8,48,1,48, + 3,48,1920,8,48,1,49,1,49,1,49,1,49,1,49,1,49,3,49,1928,8,49,1,49, + 1,49,1,49,1,49,1,49,1,49,3,49,1936,8,49,3,49,1938,8,49,1,50,1,50, + 1,50,1,50,1,50,1,50,1,50,1,50,3,50,1948,8,50,1,51,1,51,3,51,1952, + 8,51,1,51,3,51,1955,8,51,1,51,1,51,3,51,1959,8,51,1,51,1,51,1,51, + 3,51,1964,8,51,1,51,1,51,1,51,3,51,1969,8,51,1,51,1,51,1,51,3,51, + 1974,8,51,1,51,1,51,3,51,1978,8,51,1,51,1,51,3,51,1982,8,51,1,51, + 1,51,3,51,1986,8,51,1,51,1,51,3,51,1990,8,51,1,51,1,51,3,51,1994, + 8,51,1,51,1,51,3,51,1998,8,51,1,51,1,51,1,51,3,51,2003,8,51,1,51, + 1,51,1,51,3,51,2008,8,51,1,51,1,51,1,51,3,51,2013,8,51,1,51,1,51, + 1,51,1,51,3,51,2019,8,51,1,51,1,51,1,51,3,51,2024,8,51,1,51,1,51, + 1,51,3,51,2029,8,51,1,51,1,51,1,51,3,51,2034,8,51,1,51,1,51,1,51, + 3,51,2039,8,51,1,51,1,51,1,51,3,51,2044,8,51,1,51,1,51,1,51,1,51, + 3,51,2050,8,51,1,51,1,51,1,51,3,51,2055,8,51,1,51,1,51,1,51,3,51, + 2060,8,51,1,51,1,51,1,51,3,51,2065,8,51,1,51,1,51,1,51,3,51,2070, + 8,51,1,51,1,51,1,51,3,51,2075,8,51,1,51,1,51,1,51,3,51,2080,8,51, + 1,51,1,51,1,51,3,51,2085,8,51,1,51,1,51,1,51,1,51,1,51,3,51,2092, + 8,51,1,51,1,51,1,51,3,51,2097,8,51,1,51,1,51,1,51,3,51,2102,8,51, + 1,51,1,51,1,51,3,51,2107,8,51,1,51,1,51,3,51,2111,8,51,1,51,1,51, + 1,51,3,51,2116,8,51,1,51,1,51,1,51,1,51,1,51,1,51,3,51,2124,8,51, + 1,51,1,51,1,51,3,51,2129,8,51,1,51,1,51,1,51,1,51,3,51,2135,8,51, + 1,52,1,52,1,53,1,53,1,53,1,54,1,54,1,54,1,54,1,54,3,54,2147,8,54, + 1,54,1,54,1,54,1,54,1,54,3,54,2154,8,54,3,54,2156,8,54,1,54,1,54, + 1,54,1,54,5,54,2162,8,54,10,54,12,54,2165,9,54,1,54,1,54,3,54,2169, + 8,54,1,55,3,55,2172,8,55,1,55,1,55,1,55,1,55,1,55,1,55,3,55,2180, + 8,55,1,55,1,55,1,55,1,55,3,55,2186,8,55,1,55,1,55,3,55,2190,8,55, + 1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,3,55,2203, + 8,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,3,55,2215, + 8,55,3,55,2217,8,55,1,56,3,56,2220,8,56,1,56,1,56,1,56,1,56,1,56, + 1,56,3,56,2228,8,56,1,56,1,56,1,56,1,56,3,56,2234,8,56,1,56,1,56, + 1,56,1,56,3,56,2240,8,56,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57, + 1,57,5,57,2251,8,57,10,57,12,57,2254,9,57,1,57,1,57,5,57,2258,8, + 57,10,57,12,57,2261,9,57,1,57,1,57,1,57,1,57,5,57,2267,8,57,10,57, + 12,57,2270,9,57,1,57,1,57,3,57,2274,8,57,1,57,1,57,1,57,1,57,1,57, + 1,57,1,57,5,57,2283,8,57,10,57,12,57,2286,9,57,1,57,1,57,1,57,1, + 57,5,57,2292,8,57,10,57,12,57,2295,9,57,1,57,1,57,3,57,2299,8,57, + 1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,5,57,2309,8,57,10,57,12, + 57,2312,9,57,1,57,1,57,5,57,2316,8,57,10,57,12,57,2319,9,57,1,57, + 1,57,1,57,1,57,5,57,2325,8,57,10,57,12,57,2328,9,57,1,57,1,57,3, + 57,2332,8,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,5,57,2342,8, + 57,10,57,12,57,2345,9,57,1,57,1,57,5,57,2349,8,57,10,57,12,57,2352, + 9,57,1,57,1,57,1,57,1,57,5,57,2358,8,57,10,57,12,57,2361,9,57,1, + 57,1,57,3,57,2365,8,57,1,57,1,57,1,57,5,57,2370,8,57,10,57,12,57, + 2373,9,57,1,57,1,57,1,57,1,57,5,57,2379,8,57,10,57,12,57,2382,9, + 57,1,57,1,57,3,57,2386,8,57,3,57,2388,8,57,1,58,1,58,1,58,3,58,2393, + 8,58,1,59,1,59,1,59,1,59,4,59,2399,8,59,11,59,12,59,2400,1,59,1, + 59,1,60,1,60,1,60,5,60,2408,8,60,10,60,12,60,2411,9,60,1,61,3,61, + 2414,8,61,1,61,3,61,2417,8,61,1,61,1,61,3,61,2421,8,61,1,61,1,61, + 1,61,3,61,2426,8,61,1,61,1,61,1,61,1,61,3,61,2432,8,61,1,61,1,61, + 1,61,1,61,3,61,2438,8,61,1,61,1,61,1,61,3,61,2443,8,61,1,61,1,61, + 1,61,3,61,2448,8,61,1,61,1,61,1,61,3,61,2453,8,61,1,61,1,61,1,61, + 3,61,2458,8,61,1,61,3,61,2461,8,61,1,62,1,62,1,62,3,62,2466,8,62, + 1,62,4,62,2469,8,62,11,62,12,62,2470,1,62,1,62,1,62,1,62,1,62,1, + 62,1,62,1,62,3,62,2481,8,62,1,63,1,63,3,63,2485,8,63,1,63,1,63,1, + 63,1,63,1,63,3,63,2492,8,63,1,63,1,63,1,63,3,63,2497,8,63,1,63,3, + 63,2500,8,63,1,63,1,63,1,63,3,63,2505,8,63,1,63,3,63,2508,8,63,1, + 63,1,63,3,63,2512,8,63,1,63,1,63,3,63,2516,8,63,1,64,1,64,1,64,1, + 64,5,64,2522,8,64,10,64,12,64,2525,9,64,1,65,1,65,1,65,1,65,1,65, + 1,65,1,65,1,66,1,66,1,66,1,66,1,66,1,66,1,66,1,66,1,66,3,66,2543, + 8,66,1,66,3,66,2546,8,66,1,66,3,66,2549,8,66,1,66,1,66,3,66,2553, + 8,66,1,66,1,66,1,67,1,67,1,67,1,67,5,67,2561,8,67,10,67,12,67,2564, + 9,67,1,68,1,68,1,68,1,68,1,68,1,68,1,68,1,68,5,68,2574,8,68,10,68, + 12,68,2577,9,68,1,68,1,68,1,69,1,69,1,69,1,69,1,69,1,69,5,69,2587, + 8,69,10,69,12,69,2590,9,69,3,69,2592,8,69,1,69,1,69,5,69,2596,8, + 69,10,69,12,69,2599,9,69,3,69,2601,8,69,1,70,1,70,3,70,2605,8,70, + 1,70,1,70,1,70,1,70,1,70,1,70,1,70,3,70,2614,8,70,1,70,3,70,2617, + 8,70,1,70,3,70,2620,8,70,1,70,1,70,1,70,3,70,2625,8,70,1,70,1,70, + 3,70,2629,8,70,1,70,3,70,2632,8,70,1,70,1,70,3,70,2636,8,70,1,70, + 1,70,3,70,2640,8,70,1,70,3,70,2643,8,70,1,70,1,70,3,70,2647,8,70, + 1,70,3,70,2650,8,70,1,70,1,70,3,70,2654,8,70,1,70,3,70,2657,8,70, + 1,71,1,71,1,71,1,71,3,71,2663,8,71,1,71,3,71,2666,8,71,1,71,1,71, + 1,71,3,71,2671,8,71,1,71,1,71,1,71,1,71,1,71,1,71,3,71,2679,8,71, + 1,71,1,71,1,71,1,71,3,71,2685,8,71,1,71,1,71,3,71,2689,8,71,1,72, + 1,72,3,72,2693,8,72,1,72,5,72,2696,8,72,10,72,12,72,2699,9,72,1, + 72,1,72,3,72,2703,8,72,1,72,1,72,1,72,1,72,1,72,3,72,2710,8,72,1, + 72,1,72,3,72,2714,8,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,5,72,2723, + 8,72,10,72,12,72,2726,9,72,1,72,1,72,1,72,1,72,1,72,3,72,2733,8, + 72,1,72,3,72,2736,8,72,1,72,1,72,5,72,2740,8,72,10,72,12,72,2743, + 9,72,1,72,1,72,1,72,3,72,2748,8,72,1,72,3,72,2751,8,72,1,72,1,72, + 5,72,2755,8,72,10,72,12,72,2758,9,72,1,72,1,72,1,72,3,72,2763,8, + 72,3,72,2765,8,72,1,72,1,72,1,72,3,72,2770,8,72,1,72,1,72,5,72,2774, + 8,72,10,72,12,72,2777,9,72,1,72,1,72,1,72,3,72,2782,8,72,3,72,2784, + 8,72,1,72,1,72,3,72,2788,8,72,1,72,3,72,2791,8,72,1,72,3,72,2794, + 8,72,1,72,1,72,5,72,2798,8,72,10,72,12,72,2801,9,72,1,72,1,72,1, + 72,3,72,2806,8,72,3,72,2808,8,72,1,72,1,72,1,72,3,72,2813,8,72,1, + 72,1,72,1,72,1,72,1,72,3,72,2820,8,72,1,72,1,72,1,72,1,72,1,72,1, + 72,1,72,3,72,2829,8,72,1,72,3,72,2832,8,72,1,72,1,72,3,72,2836,8, + 72,1,72,1,72,1,72,3,72,2841,8,72,1,72,1,72,1,72,1,72,1,72,1,72,1, + 72,1,72,3,72,2851,8,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,3,72,2860, + 8,72,1,72,1,72,1,72,1,72,1,72,1,72,3,72,2868,8,72,1,72,3,72,2871, + 8,72,1,72,1,72,1,72,1,72,1,72,1,72,3,72,2879,8,72,1,72,3,72,2882, + 8,72,1,72,1,72,1,72,1,72,1,72,3,72,2889,8,72,1,72,1,72,1,72,3,72, + 2894,8,72,1,72,1,72,1,72,1,72,1,72,1,72,3,72,2902,8,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, + 2918,8,72,1,72,1,72,1,72,3,72,2923,8,72,1,72,1,72,1,72,1,72,1,72, + 3,72,2930,8,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,2949,8,72,1,72,1,72,1,72, + 1,72,3,72,2955,8,72,1,73,1,73,1,73,1,73,1,73,1,73,5,73,2963,8,73, + 10,73,12,73,2966,9,73,1,73,1,73,1,73,1,73,1,73,1,73,1,73,1,73,1, + 73,3,73,2977,8,73,1,73,1,73,1,73,1,73,1,73,3,73,2984,8,73,1,73,1, + 73,1,73,1,73,1,73,3,73,2991,8,73,1,73,1,73,1,73,1,73,1,73,1,73,1, + 73,1,73,1,73,1,73,1,73,5,73,3004,8,73,10,73,12,73,3007,9,73,1,73, + 1,73,1,73,1,73,1,73,1,73,1,73,1,73,1,73,1,73,3,73,3019,8,73,1,73, + 1,73,1,73,1,73,3,73,3025,8,73,1,73,1,73,1,73,1,73,3,73,3031,8,73, + 1,73,1,73,1,73,1,73,3,73,3037,8,73,1,73,1,73,1,73,1,73,3,73,3043, + 8,73,1,73,1,73,1,73,1,73,3,73,3049,8,73,1,73,1,73,1,73,1,73,3,73, + 3055,8,73,1,74,1,74,1,74,3,74,3060,8,74,1,74,1,74,1,75,1,75,1,75, + 3,75,3067,8,75,1,75,1,75,1,76,1,76,1,76,3,76,3074,8,76,1,76,1,76, + 1,76,1,76,1,76,3,76,3081,8,76,1,76,1,76,1,76,3,76,3086,8,76,1,76, + 5,76,3089,8,76,10,76,12,76,3092,9,76,1,77,1,77,1,77,1,77,1,77,1, + 77,3,77,3100,8,77,1,77,1,77,1,78,1,78,1,78,3,78,3107,8,78,1,78,1, + 78,1,79,1,79,1,79,3,79,3114,8,79,1,79,1,79,1,80,1,80,1,80,3,80,3121, + 8,80,1,80,1,80,1,81,1,81,1,81,1,81,1,81,3,81,3130,8,81,1,81,1,81, + 1,82,1,82,3,82,3136,8,82,1,82,1,82,3,82,3140,8,82,1,82,1,82,3,82, + 3144,8,82,1,83,1,83,3,83,3148,8,83,1,83,1,83,1,83,1,83,3,83,3154, + 8,83,1,83,3,83,3157,8,83,1,84,1,84,1,84,3,84,3162,8,84,1,84,1,84, + 1,85,1,85,1,85,3,85,3169,8,85,1,85,1,85,1,85,5,85,3174,8,85,10,85, + 12,85,3177,9,85,1,85,3,85,3180,8,85,1,86,1,86,1,86,3,86,3185,8,86, + 1,86,1,86,1,87,1,87,1,87,1,87,1,87,1,87,3,87,3195,8,87,1,87,1,87, + 1,87,1,87,5,87,3201,8,87,10,87,12,87,3204,9,87,1,87,1,87,1,87,3, + 87,3209,8,87,1,88,1,88,1,88,1,88,1,88,5,88,3216,8,88,10,88,12,88, + 3219,9,88,1,89,1,89,1,89,1,89,1,90,1,90,3,90,3227,8,90,1,90,1,90, + 1,91,1,91,1,91,1,91,1,91,3,91,3236,8,91,1,91,3,91,3239,8,91,1,92, + 1,92,3,92,3243,8,92,1,93,1,93,1,93,1,94,1,94,1,94,1,94,3,94,3252, + 8,94,1,95,1,95,3,95,3256,8,95,1,95,3,95,3259,8,95,1,95,3,95,3262, + 8,95,1,95,1,95,1,95,1,95,3,95,3268,8,95,1,95,3,95,3271,8,95,1,95, + 3,95,3274,8,95,1,95,1,95,3,95,3278,8,95,1,95,3,95,3281,8,95,1,95, + 3,95,3284,8,95,1,95,3,95,3287,8,95,1,95,1,95,1,95,1,95,1,95,1,95, + 1,95,5,95,3296,8,95,10,95,12,95,3299,9,95,3,95,3301,8,95,1,96,1, + 96,1,96,3,96,3306,8,96,1,97,1,97,1,97,1,97,3,97,3312,8,97,1,98,1, + 98,1,98,3,98,3317,8,98,1,98,4,98,3320,8,98,11,98,12,98,3321,1,99, + 3,99,3325,8,99,1,99,1,99,3,99,3329,8,99,1,100,1,100,1,100,3,100, + 3334,8,100,1,100,3,100,3337,8,100,1,100,1,100,1,100,3,100,3342,8, + 100,1,100,1,100,1,100,1,100,1,100,1,100,1,100,1,100,3,100,3352,8, + 100,1,100,1,100,1,100,3,100,3357,8,100,1,100,1,100,4,100,3361,8, + 100,11,100,12,100,3362,3,100,3365,8,100,1,100,1,100,4,100,3369,8, + 100,11,100,12,100,3370,3,100,3373,8,100,1,100,1,100,1,100,1,100, + 3,100,3379,8,100,1,100,1,100,1,100,1,100,5,100,3385,8,100,10,100, + 12,100,3388,9,100,1,100,1,100,3,100,3392,8,100,1,100,1,100,1,100, + 1,100,5,100,3398,8,100,10,100,12,100,3401,9,100,3,100,3403,8,100, + 1,101,1,101,1,101,3,101,3408,8,101,1,101,3,101,3411,8,101,1,101, + 1,101,1,101,3,101,3416,8,101,1,101,1,101,1,101,1,101,1,101,1,101, + 3,101,3424,8,101,1,101,1,101,1,101,1,101,3,101,3430,8,101,1,101, + 1,101,3,101,3434,8,101,3,101,3436,8,101,1,101,1,101,1,101,1,101, + 3,101,3442,8,101,1,101,1,101,1,101,1,101,5,101,3448,8,101,10,101, + 12,101,3451,9,101,1,101,1,101,3,101,3455,8,101,1,101,1,101,1,101, + 1,101,5,101,3461,8,101,10,101,12,101,3464,9,101,3,101,3466,8,101, + 1,102,1,102,1,102,3,102,3471,8,102,1,102,3,102,3474,8,102,1,102, + 1,102,3,102,3478,8,102,1,102,3,102,3481,8,102,1,102,3,102,3484,8, + 102,1,103,1,103,3,103,3488,8,103,1,103,3,103,3491,8,103,1,103,1, + 103,1,103,1,103,1,103,1,103,3,103,3499,8,103,1,103,1,103,1,103,1, + 103,3,103,3505,8,103,1,103,1,103,3,103,3509,8,103,1,104,1,104,5, + 104,3513,8,104,10,104,12,104,3516,9,104,1,104,1,104,3,104,3520,8, + 104,1,104,1,104,3,104,3524,8,104,3,104,3526,8,104,1,104,1,104,5, + 104,3530,8,104,10,104,12,104,3533,9,104,1,104,3,104,3536,8,104,1, + 104,3,104,3539,8,104,1,104,3,104,3542,8,104,1,104,3,104,3545,8,104, + 1,104,1,104,5,104,3549,8,104,10,104,12,104,3552,9,104,1,104,1,104, + 3,104,3556,8,104,1,104,3,104,3559,8,104,1,104,3,104,3562,8,104,1, + 104,3,104,3565,8,104,1,104,3,104,3568,8,104,3,104,3570,8,104,1,105, + 3,105,3573,8,105,1,105,1,105,3,105,3577,8,105,1,105,3,105,3580,8, + 105,1,105,3,105,3583,8,105,1,106,1,106,1,106,1,106,1,106,1,106,3, + 106,3591,8,106,1,106,1,106,1,106,1,106,3,106,3597,8,106,1,106,5, + 106,3600,8,106,10,106,12,106,3603,9,106,1,107,1,107,1,107,1,107, + 1,107,1,107,3,107,3611,8,107,1,107,5,107,3614,8,107,10,107,12,107, + 3617,9,107,1,108,1,108,1,108,1,108,3,108,3623,8,108,1,108,3,108, + 3626,8,108,1,108,3,108,3629,8,108,1,108,1,108,3,108,3633,8,108,1, + 109,1,109,3,109,3637,8,109,1,110,1,110,1,110,1,110,3,110,3643,8, + 110,1,110,1,110,3,110,3647,8,110,1,111,1,111,1,111,5,111,3652,8, + 111,10,111,12,111,3655,9,111,1,111,3,111,3658,8,111,1,111,3,111, + 3661,8,111,1,111,3,111,3664,8,111,1,112,1,112,1,112,3,112,3669,8, + 112,1,113,1,113,1,113,1,113,1,113,3,113,3676,8,113,1,114,1,114,1, + 114,1,114,1,114,1,114,5,114,3684,8,114,10,114,12,114,3687,9,114, + 1,115,1,115,1,115,1,115,5,115,3693,8,115,10,115,12,115,3696,9,115, + 1,116,1,116,1,116,1,116,1,117,1,117,3,117,3704,8,117,1,118,1,118, + 1,118,1,118,1,118,1,118,5,118,3712,8,118,10,118,12,118,3715,9,118, + 3,118,3717,8,118,1,118,1,118,3,118,3721,8,118,1,118,1,118,1,118, + 1,118,3,118,3727,8,118,1,119,1,119,3,119,3731,8,119,1,119,3,119, + 3734,8,119,1,119,3,119,3737,8,119,1,119,1,119,1,119,3,119,3742,8, + 119,1,119,3,119,3745,8,119,1,119,1,119,1,119,1,119,1,119,3,119,3752, + 8,119,1,119,1,119,3,119,3756,8,119,1,119,3,119,3759,8,119,1,119, + 1,119,3,119,3763,8,119,1,120,1,120,3,120,3767,8,120,1,120,3,120, + 3770,8,120,1,120,3,120,3773,8,120,1,120,1,120,1,120,3,120,3778,8, + 120,1,120,1,120,1,120,1,120,3,120,3784,8,120,5,120,3786,8,120,10, + 120,12,120,3789,9,120,1,120,1,120,1,120,1,120,1,120,1,120,1,120, + 3,120,3798,8,120,1,120,1,120,1,120,1,120,3,120,3804,8,120,5,120, + 3806,8,120,10,120,12,120,3809,9,120,1,120,1,120,1,120,3,120,3814, + 8,120,1,120,1,120,3,120,3818,8,120,1,121,1,121,1,121,1,121,3,121, + 3824,8,121,1,121,3,121,3827,8,121,1,122,1,122,1,122,1,122,1,122, + 1,122,1,122,1,122,1,122,1,122,3,122,3839,8,122,1,122,1,122,3,122, + 3843,8,122,1,122,1,122,3,122,3847,8,122,1,123,1,123,1,123,1,123, + 1,123,1,123,3,123,3855,8,123,1,123,1,123,3,123,3859,8,123,1,124, + 1,124,1,124,1,124,1,125,1,125,1,125,1,125,1,125,1,125,5,125,3871, + 8,125,10,125,12,125,3874,9,125,1,126,1,126,3,126,3878,8,126,1,126, + 3,126,3881,8,126,1,126,1,126,3,126,3885,8,126,1,126,3,126,3888,8, + 126,1,126,1,126,1,126,1,126,5,126,3894,8,126,10,126,12,126,3897, + 9,126,1,126,1,126,3,126,3901,8,126,1,126,3,126,3904,8,126,1,126, + 3,126,3907,8,126,1,127,1,127,3,127,3911,8,127,1,127,3,127,3914,8, + 127,1,127,1,127,1,127,1,127,1,127,5,127,3921,8,127,10,127,12,127, + 3924,9,127,1,127,1,127,3,127,3928,8,127,1,128,1,128,1,128,1,128, + 1,128,5,128,3935,8,128,10,128,12,128,3938,9,128,1,129,1,129,3,129, + 3942,8,129,1,130,1,130,1,130,5,130,3947,8,130,10,130,12,130,3950, + 9,130,1,131,1,131,5,131,3954,8,131,10,131,12,131,3957,9,131,1,131, + 1,131,1,131,5,131,3962,8,131,10,131,12,131,3965,9,131,1,131,1,131, + 1,131,3,131,3970,8,131,1,132,1,132,1,132,1,132,1,132,1,132,3,132, + 3978,8,132,1,132,3,132,3981,8,132,1,132,3,132,3984,8,132,1,132,1, + 132,1,132,5,132,3989,8,132,10,132,12,132,3992,9,132,3,132,3994,8, + 132,1,132,3,132,3997,8,132,1,132,1,132,3,132,4001,8,132,1,132,1, + 132,3,132,4005,8,132,1,132,1,132,1,132,1,132,3,132,4011,8,132,1, + 133,1,133,1,133,1,133,1,133,3,133,4018,8,133,1,134,1,134,1,134,1, + 134,1,135,1,135,1,135,1,135,3,135,4028,8,135,1,135,1,135,3,135,4032, + 8,135,1,135,1,135,1,136,1,136,1,136,1,136,1,136,3,136,4041,8,136, + 1,137,3,137,4044,8,137,1,137,1,137,3,137,4048,8,137,1,137,1,137, + 5,137,4052,8,137,10,137,12,137,4055,9,137,1,137,1,137,1,137,5,137, + 4060,8,137,10,137,12,137,4063,9,137,1,137,1,137,3,137,4067,8,137, + 1,137,1,137,3,137,4071,8,137,1,137,1,137,5,137,4075,8,137,10,137, + 12,137,4078,9,137,1,137,1,137,1,137,3,137,4083,8,137,1,137,3,137, + 4086,8,137,3,137,4088,8,137,1,137,1,137,3,137,4092,8,137,1,138,1, + 138,1,138,3,138,4097,8,138,1,138,1,138,1,138,1,138,1,138,3,138,4104, + 8,138,1,139,1,139,1,139,1,139,1,139,1,139,1,139,1,139,3,139,4114, + 8,139,1,140,1,140,5,140,4118,8,140,10,140,12,140,4121,9,140,1,140, + 1,140,3,140,4125,8,140,1,140,1,140,3,140,4129,8,140,1,140,3,140, + 4132,8,140,1,140,3,140,4135,8,140,1,140,3,140,4138,8,140,1,140,3, + 140,4141,8,140,1,140,3,140,4144,8,140,1,140,3,140,4147,8,140,1,141, + 1,141,3,141,4151,8,141,1,141,1,141,3,141,4155,8,141,1,142,1,142, + 1,142,1,142,1,142,1,142,3,142,4163,8,142,1,142,1,142,3,142,4167, + 8,142,1,142,3,142,4170,8,142,3,142,4172,8,142,1,143,1,143,1,143, + 1,143,1,143,1,143,1,143,1,143,1,143,1,143,1,143,3,143,4185,8,143, + 1,143,3,143,4188,8,143,1,144,1,144,1,144,5,144,4193,8,144,10,144, + 12,144,4196,9,144,1,145,1,145,1,145,1,145,1,145,1,145,1,145,3,145, + 4205,8,145,1,145,3,145,4208,8,145,1,145,1,145,1,145,3,145,4213,8, + 145,3,145,4215,8,145,1,145,1,145,3,145,4219,8,145,1,145,1,145,1, + 145,1,145,1,145,1,145,3,145,4227,8,145,1,146,1,146,1,146,1,146,3, + 146,4233,8,146,1,146,1,146,1,146,1,147,1,147,1,147,1,147,3,147,4242, + 8,147,1,147,1,147,1,147,1,148,1,148,1,148,1,148,1,148,1,148,1,148, + 1,148,3,148,4255,8,148,1,149,1,149,3,149,4259,8,149,1,149,1,149, + 5,149,4263,8,149,10,149,12,149,4266,9,149,1,150,1,150,1,150,3,150, + 4271,8,150,1,150,3,150,4274,8,150,1,150,1,150,3,150,4278,8,150,1, + 150,3,150,4281,8,150,1,150,1,150,1,150,1,150,1,150,3,150,4288,8, + 150,1,151,1,151,1,151,1,151,1,152,1,152,1,153,1,153,1,154,1,154, + 3,154,4300,8,154,1,154,1,154,3,154,4304,8,154,1,155,1,155,1,155, + 1,155,5,155,4310,8,155,10,155,12,155,4313,9,155,1,155,1,155,1,155, + 1,155,1,155,1,155,1,155,1,155,1,155,3,155,4324,8,155,1,155,1,155, + 4,155,4328,8,155,11,155,12,155,4329,3,155,4332,8,155,1,155,1,155, + 4,155,4336,8,155,11,155,12,155,4337,3,155,4340,8,155,3,155,4342, + 8,155,1,156,1,156,1,156,1,156,3,156,4348,8,156,1,156,1,156,1,156, + 1,156,1,156,1,156,3,156,4356,8,156,1,157,1,157,1,157,1,157,1,157, + 1,157,3,157,4364,8,157,1,158,1,158,3,158,4368,8,158,1,158,1,158, + 1,158,3,158,4373,8,158,3,158,4375,8,158,1,159,1,159,1,159,1,159, + 1,159,5,159,4382,8,159,10,159,12,159,4385,9,159,1,159,1,159,3,159, + 4389,8,159,1,160,1,160,1,160,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,5,161,4407,8,161,10,161, + 12,161,4410,9,161,1,162,1,162,3,162,4414,8,162,1,163,1,163,1,163, + 1,163,3,163,4420,8,163,1,163,1,163,1,163,1,163,1,163,3,163,4427, + 8,163,1,164,1,164,1,164,3,164,4432,8,164,1,165,1,165,1,165,1,165, + 1,165,5,165,4439,8,165,10,165,12,165,4442,9,165,3,165,4444,8,165, + 1,166,1,166,3,166,4448,8,166,1,167,1,167,3,167,4452,8,167,1,167, + 1,167,3,167,4456,8,167,1,167,3,167,4459,8,167,1,167,3,167,4462,8, + 167,1,167,3,167,4465,8,167,1,168,1,168,3,168,4469,8,168,1,168,1, + 168,3,168,4473,8,168,1,168,3,168,4476,8,168,1,168,3,168,4479,8,168, + 1,168,3,168,4482,8,168,1,169,1,169,1,169,1,170,1,170,3,170,4489, + 8,170,1,170,1,170,3,170,4493,8,170,1,170,1,170,1,171,1,171,1,171, + 1,171,1,172,1,172,1,172,1,172,1,172,5,172,4506,8,172,10,172,12,172, + 4509,9,172,1,173,1,173,1,173,1,174,1,174,1,174,1,174,1,174,1,175, + 1,175,3,175,4521,8,175,1,175,1,175,1,175,1,175,5,175,4527,8,175, + 10,175,12,175,4530,9,175,1,176,1,176,1,176,1,176,1,176,1,176,1,176, + 3,176,4539,8,176,1,177,1,177,3,177,4543,8,177,1,177,3,177,4546,8, + 177,1,177,1,177,1,178,1,178,3,178,4552,8,178,1,178,3,178,4555,8, + 178,1,178,3,178,4558,8,178,1,179,1,179,1,179,1,179,1,179,1,179,1, + 179,3,179,4567,8,179,1,180,1,180,1,180,1,180,1,180,1,180,1,180,3, + 180,4576,8,180,1,181,1,181,1,181,1,181,1,181,1,181,5,181,4584,8, + 181,10,181,12,181,4587,9,181,1,181,3,181,4590,8,181,1,182,1,182, + 1,182,1,182,1,182,1,182,5,182,4598,8,182,10,182,12,182,4601,9,182, + 1,182,3,182,4604,8,182,1,183,1,183,1,183,1,183,1,183,1,183,1,183, + 5,183,4613,8,183,10,183,12,183,4616,9,183,1,183,3,183,4619,8,183, + 1,184,1,184,1,184,1,184,1,184,1,184,1,184,3,184,4628,8,184,1,185, + 1,185,1,185,1,185,1,185,5,185,4635,8,185,10,185,12,185,4638,9,185, + 3,185,4640,8,185,1,185,1,185,3,185,4644,8,185,1,185,5,185,4647,8, + 185,10,185,12,185,4650,9,185,1,185,3,185,4653,8,185,1,186,1,186, + 1,186,1,186,1,186,5,186,4660,8,186,10,186,12,186,4663,9,186,3,186, + 4665,8,186,1,186,3,186,4668,8,186,1,187,1,187,1,187,1,187,1,187, + 3,187,4675,8,187,1,187,1,187,1,187,1,187,3,187,4681,8,187,1,187, + 1,187,1,187,1,187,3,187,4687,8,187,1,188,1,188,1,188,1,189,1,189, + 1,189,1,189,1,189,1,189,1,189,1,189,1,189,1,189,1,189,1,189,1,189, + 1,189,1,189,1,189,1,189,1,189,1,189,5,189,4711,8,189,10,189,12,189, + 4714,9,189,3,189,4716,8,189,1,189,3,189,4719,8,189,1,190,1,190,1, + 191,1,191,1,192,1,192,1,193,1,193,1,193,1,193,1,193,1,193,1,193, + 1,193,1,193,1,193,1,193,3,193,4738,8,193,3,193,4740,8,193,1,194, 1,194,1,194,1,194,1,194,1,194,1,194,1,194,1,194,1,194,1,194,1,194, - 3,194,4748,8,194,3,194,4750,8,194,1,195,1,195,1,195,1,195,1,195, - 1,195,1,195,1,195,1,195,1,195,1,195,1,195,1,195,1,195,1,195,1,195, - 1,195,1,195,1,195,5,195,4771,8,195,10,195,12,195,4774,9,195,3,195, - 4776,8,195,1,195,3,195,4779,8,195,1,196,1,196,1,197,1,197,1,198, - 1,198,1,199,1,199,1,199,1,199,1,199,1,199,1,199,1,199,1,199,1,199, - 1,199,3,199,4798,8,199,3,199,4800,8,199,1,200,1,200,1,200,1,200, - 1,201,1,201,1,201,1,201,1,201,1,201,5,201,4812,8,201,10,201,12,201, - 4815,9,201,1,201,1,201,1,201,1,201,1,201,1,201,1,201,1,201,5,201, - 4825,8,201,10,201,12,201,4828,9,201,1,201,1,201,1,201,1,201,1,201, - 1,201,1,201,1,201,1,201,1,201,1,201,1,201,1,201,1,201,1,201,1,201, - 1,201,1,201,1,201,1,201,1,201,1,201,1,201,1,201,1,201,1,201,1,201, - 1,201,1,201,1,201,1,201,1,201,5,201,4862,8,201,10,201,12,201,4865, - 9,201,1,201,1,201,3,201,4869,8,201,1,202,1,202,1,202,1,202,1,202, - 1,202,1,203,1,203,1,204,1,204,1,204,1,204,1,204,1,204,1,204,1,204, - 1,204,1,204,1,204,1,204,1,204,1,204,1,204,1,204,1,204,1,204,1,204, - 1,204,1,204,1,204,1,204,1,204,1,204,3,204,4904,8,204,1,205,1,205, - 1,205,1,205,1,205,1,205,1,205,1,205,1,205,1,205,1,205,1,205,3,205, - 4918,8,205,1,206,1,206,1,206,5,206,4923,8,206,10,206,12,206,4926, - 9,206,1,206,3,206,4929,8,206,1,207,1,207,1,207,1,207,3,207,4935, - 8,207,1,208,1,208,1,208,1,208,1,208,1,208,3,208,4943,8,208,3,208, - 4945,8,208,1,209,1,209,1,209,1,209,1,210,1,210,1,210,1,210,1,210, - 3,210,4956,8,210,1,211,1,211,1,211,1,211,1,212,1,212,1,212,1,212, - 3,212,4966,8,212,1,213,1,213,1,213,1,213,1,213,3,213,4973,8,213, - 1,214,1,214,1,214,1,214,3,214,4979,8,214,1,215,1,215,1,215,1,215, - 1,216,1,216,3,216,4987,8,216,1,217,1,217,1,217,3,217,4992,8,217, - 1,217,1,217,1,217,1,217,5,217,4998,8,217,10,217,12,217,5001,9,217, - 1,217,1,217,1,217,5,217,5006,8,217,10,217,12,217,5009,9,217,1,217, - 1,217,1,217,5,217,5014,8,217,10,217,12,217,5017,9,217,1,217,1,217, - 1,217,5,217,5022,8,217,10,217,12,217,5025,9,217,1,217,5,217,5028, - 8,217,10,217,12,217,5031,9,217,1,217,1,217,3,217,5035,8,217,1,218, - 1,218,1,218,3,218,5040,8,218,1,218,4,218,5043,8,218,11,218,12,218, - 5044,1,218,1,218,4,218,5049,8,218,11,218,12,218,5050,3,218,5053, - 8,218,1,218,1,218,1,218,1,219,1,219,1,219,1,219,4,219,5062,8,219, - 11,219,12,219,5063,1,219,5,219,5067,8,219,10,219,12,219,5070,9,219, - 1,219,1,219,4,219,5074,8,219,11,219,12,219,5075,3,219,5078,8,219, - 1,219,1,219,1,219,1,220,1,220,1,220,1,221,1,221,1,221,1,222,1,222, - 1,222,3,222,5092,8,222,1,222,1,222,4,222,5096,8,222,11,222,12,222, - 5097,1,222,1,222,1,222,3,222,5103,8,222,1,223,1,223,1,223,3,223, - 5108,8,223,1,223,1,223,4,223,5112,8,223,11,223,12,223,5113,1,223, - 1,223,1,223,1,223,1,223,3,223,5121,8,223,1,224,1,224,1,224,1,225, - 1,225,1,225,3,225,5129,8,225,1,225,1,225,1,225,1,225,4,225,5135, - 8,225,11,225,12,225,5136,1,225,1,225,1,225,3,225,5142,8,225,1,226, - 1,226,1,226,1,226,3,226,5148,8,226,1,226,3,226,5151,8,226,1,226, - 1,226,1,226,1,226,1,226,1,226,3,226,5159,8,226,1,227,1,227,1,227, - 1,227,1,227,3,227,5166,8,227,1,228,1,228,1,228,1,228,1,228,1,228, - 1,228,3,228,5175,8,228,1,228,3,228,5178,8,228,1,229,1,229,1,229, - 1,229,1,229,1,229,1,230,1,230,1,230,1,230,1,230,1,230,1,230,5,230, - 5193,8,230,10,230,12,230,5196,9,230,1,230,1,230,1,231,1,231,1,231, - 3,231,5203,8,231,1,231,1,231,1,231,1,231,1,231,1,231,3,231,5211, - 8,231,1,232,1,232,3,232,5215,8,232,1,232,1,232,1,233,1,233,1,233, - 3,233,5222,8,233,1,233,1,233,4,233,5226,8,233,11,233,12,233,5227, - 1,234,1,234,1,234,1,234,4,234,5234,8,234,11,234,12,234,5235,1,235, - 1,235,1,235,3,235,5241,8,235,1,235,1,235,1,235,5,235,5246,8,235, - 10,235,12,235,5249,9,235,1,235,1,235,1,235,5,235,5254,8,235,10,235, - 12,235,5257,9,235,1,235,1,235,1,235,1,235,3,235,5263,8,235,1,235, - 5,235,5266,8,235,10,235,12,235,5269,9,235,3,235,5271,8,235,3,235, - 5273,8,235,1,235,1,235,4,235,5277,8,235,11,235,12,235,5278,3,235, - 5281,8,235,1,235,1,235,5,235,5285,8,235,10,235,12,235,5288,9,235, - 1,235,1,235,3,235,5292,8,235,1,235,1,235,1,235,1,235,1,235,3,235, - 5299,8,235,1,236,1,236,1,236,3,236,5304,8,236,1,236,1,236,3,236, - 5308,8,236,1,236,1,236,1,236,3,236,5313,8,236,5,236,5315,8,236,10, - 236,12,236,5318,9,236,1,236,1,236,1,236,3,236,5323,8,236,1,236,1, - 236,1,236,1,236,3,236,5329,8,236,1,236,5,236,5332,8,236,10,236,12, - 236,5335,9,236,3,236,5337,8,236,3,236,5339,8,236,1,236,1,236,4,236, - 5343,8,236,11,236,12,236,5344,3,236,5347,8,236,1,236,1,236,5,236, - 5351,8,236,10,236,12,236,5354,9,236,1,236,1,236,3,236,5358,8,236, - 1,237,1,237,1,237,3,237,5363,8,237,1,237,1,237,1,237,5,237,5368, - 8,237,10,237,12,237,5371,9,237,1,238,1,238,1,238,1,238,5,238,5377, - 8,238,10,238,12,238,5380,9,238,1,238,1,238,3,238,5384,8,238,1,238, - 1,238,1,238,1,238,1,238,5,238,5391,8,238,10,238,12,238,5394,9,238, - 1,238,3,238,5397,8,238,1,238,1,238,1,238,1,238,3,238,5403,8,238, - 1,238,5,238,5406,8,238,10,238,12,238,5409,9,238,3,238,5411,8,238, - 3,238,5413,8,238,1,238,1,238,1,238,1,238,5,238,5419,8,238,10,238, - 12,238,5422,9,238,3,238,5424,8,238,1,238,1,238,1,238,1,238,1,238, - 3,238,5431,8,238,3,238,5433,8,238,1,238,1,238,1,238,3,238,5438,8, - 238,1,238,1,238,1,238,5,238,5443,8,238,10,238,12,238,5446,9,238, - 1,238,1,238,1,238,1,238,5,238,5452,8,238,10,238,12,238,5455,9,238, - 1,238,1,238,1,238,3,238,5460,8,238,3,238,5462,8,238,1,239,1,239, - 1,239,1,239,1,239,3,239,5469,8,239,1,239,3,239,5472,8,239,1,240, - 1,240,1,240,1,240,1,240,1,240,1,240,1,240,5,240,5482,8,240,10,240, - 12,240,5485,9,240,1,240,1,240,1,240,3,240,5490,8,240,1,241,1,241, - 1,241,1,241,1,241,1,241,3,241,5498,8,241,1,241,3,241,5501,8,241, - 1,241,1,241,3,241,5505,8,241,1,241,3,241,5508,8,241,1,241,1,241, - 3,241,5512,8,241,3,241,5514,8,241,1,242,1,242,1,242,1,242,1,242, - 1,242,1,242,1,242,1,242,3,242,5525,8,242,1,242,3,242,5528,8,242, - 1,242,1,242,3,242,5532,8,242,1,242,3,242,5535,8,242,1,242,3,242, - 5538,8,242,1,243,1,243,1,243,1,243,1,243,3,243,5545,8,243,1,244, - 1,244,1,244,1,244,1,244,1,244,1,244,1,244,5,244,5555,8,244,10,244, - 12,244,5558,9,244,3,244,5560,8,244,1,245,1,245,1,245,1,245,1,245, - 3,245,5567,8,245,1,245,1,245,5,245,5571,8,245,10,245,12,245,5574, - 9,245,1,246,1,246,1,246,1,246,1,246,5,246,5581,8,246,10,246,12,246, - 5584,9,246,1,247,1,247,3,247,5588,8,247,1,247,1,247,1,247,5,247, - 5593,8,247,10,247,12,247,5596,9,247,1,247,1,247,3,247,5600,8,247, - 1,247,1,247,1,247,1,247,3,247,5606,8,247,1,247,1,247,3,247,5610, - 8,247,1,247,1,247,3,247,5614,8,247,1,247,1,247,1,247,1,247,1,247, - 1,247,3,247,5622,8,247,1,247,1,247,3,247,5626,8,247,1,247,1,247, - 3,247,5630,8,247,1,247,1,247,1,247,1,247,3,247,5636,8,247,3,247, - 5638,8,247,1,248,1,248,1,248,1,248,1,249,1,249,1,250,1,250,1,250, - 1,250,3,250,5650,8,250,1,250,1,250,1,250,3,250,5655,8,250,1,250, - 1,250,1,250,1,250,3,250,5661,8,250,1,250,1,250,1,250,1,250,3,250, - 5667,8,250,1,250,1,250,3,250,5671,8,250,1,250,1,250,1,250,3,250, - 5676,8,250,3,250,5678,8,250,1,251,1,251,1,251,1,252,1,252,1,252, - 1,252,1,252,1,252,1,252,1,252,1,252,1,252,1,252,1,252,1,252,1,252, - 1,252,1,252,1,252,1,252,1,252,3,252,5702,8,252,4,252,5704,8,252, - 11,252,12,252,5705,1,252,3,252,5709,8,252,1,253,1,253,1,253,1,253, - 1,253,1,253,1,253,3,253,5718,8,253,1,253,1,253,3,253,5722,8,253, - 1,253,1,253,1,253,1,253,1,253,1,253,1,253,3,253,5731,8,253,1,253, - 1,253,3,253,5735,8,253,1,253,1,253,3,253,5739,8,253,1,253,1,253, - 1,253,1,253,3,253,5745,8,253,3,253,5747,8,253,1,254,1,254,1,254, - 1,254,1,254,1,254,1,254,3,254,5756,8,254,1,254,1,254,1,254,1,254, - 1,254,1,254,1,254,1,254,3,254,5766,8,254,1,255,1,255,1,255,1,255, - 1,255,1,255,1,255,1,255,1,255,1,255,1,255,1,255,1,255,1,255,1,255, - 1,255,1,255,1,255,1,255,1,255,1,255,1,255,1,255,1,255,1,255,3,255, - 5793,8,255,1,256,1,256,3,256,5797,8,256,1,256,1,256,1,256,3,256, - 5802,8,256,1,257,1,257,1,257,1,257,1,257,3,257,5809,8,257,1,257, - 3,257,5812,8,257,1,257,1,257,1,257,1,257,3,257,5818,8,257,1,258, - 1,258,1,258,1,258,1,258,1,258,1,258,1,258,3,258,5828,8,258,1,259, - 1,259,1,259,1,259,1,259,1,259,1,259,1,259,3,259,5838,8,259,1,260, - 1,260,1,260,1,260,1,260,1,260,1,260,1,260,3,260,5848,8,260,1,260, - 1,260,1,260,1,260,3,260,5854,8,260,1,260,1,260,1,260,1,260,1,260, - 1,260,1,260,3,260,5863,8,260,1,260,1,260,1,260,1,260,3,260,5869, - 8,260,1,260,1,260,1,260,1,260,1,260,3,260,5876,8,260,3,260,5878, - 8,260,1,261,1,261,1,261,1,262,1,262,1,262,3,262,5886,8,262,1,262, - 1,262,1,262,1,262,3,262,5892,8,262,1,262,1,262,3,262,5896,8,262, - 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,1,263,1,263,3,263,5913,8,263,1,264,1,264,1,264,1,265, - 1,265,1,265,1,265,1,265,3,265,5923,8,265,1,266,1,266,3,266,5927, - 8,266,1,266,1,266,3,266,5931,8,266,1,266,1,266,1,266,1,266,1,266, - 1,266,1,266,1,266,3,266,5941,8,266,1,266,1,266,1,266,3,266,5946, - 8,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266, - 1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266, - 1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266, - 1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266, - 1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266, - 1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266, - 1,266,1,266,1,266,1,266,1,266,3,266,6018,8,266,1,267,1,267,1,267, - 1,267,1,267,1,267,1,267,1,267,1,267,1,267,1,267,1,267,1,267,1,267, - 1,267,1,267,3,267,6036,8,267,1,268,1,268,1,268,1,268,1,269,1,269, - 3,269,6044,8,269,1,269,1,269,1,269,1,269,3,269,6050,8,269,1,269, - 1,269,1,269,1,269,1,269,1,269,1,269,1,269,1,269,1,269,3,269,6062, - 8,269,1,269,1,269,3,269,6066,8,269,1,269,1,269,1,269,1,269,1,269, - 1,269,1,269,1,269,1,269,3,269,6077,8,269,1,269,1,269,3,269,6081, - 8,269,1,269,1,269,1,269,1,269,1,269,1,269,1,269,3,269,6090,8,269, - 1,270,1,270,1,270,1,270,5,270,6096,8,270,10,270,12,270,6099,9,270, - 1,271,1,271,1,271,1,271,3,271,6105,8,271,1,272,1,272,3,272,6109, - 8,272,1,272,1,272,1,272,1,273,1,273,3,273,6116,8,273,1,273,1,273, - 1,273,3,273,6121,8,273,1,273,3,273,6124,8,273,1,273,3,273,6127,8, - 273,1,274,1,274,1,275,1,275,1,275,1,275,1,275,1,275,1,275,3,275, - 6138,8,275,1,276,1,276,1,276,1,276,1,276,5,276,6145,8,276,10,276, - 12,276,6148,9,276,1,276,1,276,1,276,1,276,5,276,6154,8,276,10,276, - 12,276,6157,9,276,3,276,6159,8,276,1,277,1,277,1,277,1,277,1,277, - 1,278,1,278,1,278,1,278,1,278,5,278,6171,8,278,10,278,12,278,6174, - 9,278,1,279,1,279,1,279,1,279,1,279,1,279,1,280,1,280,1,280,1,280, - 1,281,1,281,1,281,1,281,1,281,3,281,6191,8,281,1,281,1,281,1,281, - 1,281,1,281,1,281,1,281,1,281,1,281,1,281,1,281,3,281,6204,8,281, - 1,281,3,281,6207,8,281,1,281,1,281,3,281,6211,8,281,1,281,3,281, - 6214,8,281,3,281,6216,8,281,1,282,1,282,1,282,1,282,1,282,3,282, - 6223,8,282,1,282,1,282,1,282,1,282,1,282,3,282,6230,8,282,5,282, - 6232,8,282,10,282,12,282,6235,9,282,1,282,1,282,1,282,1,282,3,282, - 6241,8,282,1,282,1,282,1,282,1,282,1,282,3,282,6248,8,282,1,282, - 3,282,6251,8,282,1,282,1,282,1,282,1,282,1,282,1,282,1,282,1,282, - 1,282,1,282,1,282,1,282,5,282,6265,8,282,10,282,12,282,6268,9,282, - 3,282,6270,8,282,1,283,1,283,1,283,1,283,1,283,1,283,1,283,1,283, - 3,283,6280,8,283,1,283,1,283,3,283,6284,8,283,1,283,1,283,1,283, - 1,283,3,283,6290,8,283,1,283,3,283,6293,8,283,1,283,3,283,6296,8, - 283,1,283,1,283,1,283,3,283,6301,8,283,1,283,1,283,3,283,6305,8, - 283,1,283,3,283,6308,8,283,1,283,1,283,1,283,1,283,1,283,3,283,6315, - 8,283,1,283,3,283,6318,8,283,1,283,1,283,1,283,1,283,3,283,6324, - 8,283,1,283,1,283,1,283,1,283,1,283,1,283,1,283,1,283,1,283,1,283, - 1,283,1,283,1,283,1,283,1,283,1,283,1,283,1,283,1,283,1,283,1,283, - 1,283,1,283,1,283,1,283,1,283,1,283,1,283,1,283,1,283,1,283,1,283, - 1,283,1,283,3,283,6360,8,283,1,283,3,283,6363,8,283,1,283,1,283, - 1,283,1,283,1,283,1,283,1,283,1,283,1,283,1,283,3,283,6375,8,283, - 1,283,3,283,6378,8,283,1,283,1,283,1,283,1,283,1,283,1,283,1,283, - 1,283,1,283,1,283,1,283,1,283,1,283,1,283,3,283,6394,8,283,3,283, - 6396,8,283,1,283,1,283,3,283,6400,8,283,1,283,1,283,1,283,1,283, - 1,283,3,283,6407,8,283,1,283,1,283,3,283,6411,8,283,1,283,1,283, - 1,283,1,283,1,283,3,283,6418,8,283,1,283,3,283,6421,8,283,1,283, - 1,283,1,283,1,283,1,283,5,283,6428,8,283,10,283,12,283,6431,9,283, - 3,283,6433,8,283,1,283,1,283,1,283,3,283,6438,8,283,1,283,1,283, - 1,283,1,283,3,283,6444,8,283,3,283,6446,8,283,1,283,1,283,1,283, - 1,283,3,283,6452,8,283,1,283,1,283,3,283,6456,8,283,1,284,1,284, - 1,284,1,284,3,284,6462,8,284,1,284,3,284,6465,8,284,1,284,3,284, - 6468,8,284,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285, - 1,285,1,285,3,285,6481,8,285,1,285,3,285,6484,8,285,1,286,1,286, - 1,286,1,286,3,286,6490,8,286,1,287,3,287,6493,8,287,1,287,1,287, - 1,287,1,287,1,287,1,287,3,287,6501,8,287,1,287,1,287,1,287,1,287, - 1,287,1,287,3,287,6509,8,287,1,288,1,288,1,288,1,288,3,288,6515, - 8,288,1,288,3,288,6518,8,288,1,288,1,288,3,288,6522,8,288,1,289, - 1,289,1,289,1,289,1,289,1,289,1,289,1,289,1,289,1,289,1,289,1,289, - 3,289,6536,8,289,1,290,1,290,1,290,1,291,1,291,1,291,1,291,1,291, - 5,291,6546,8,291,10,291,12,291,6549,9,291,1,291,1,291,1,291,1,291, - 1,291,3,291,6556,8,291,1,291,1,291,3,291,6560,8,291,1,291,1,291, - 1,291,1,292,1,292,3,292,6567,8,292,1,292,1,292,1,292,5,292,6572, - 8,292,10,292,12,292,6575,9,292,1,293,1,293,3,293,6579,8,293,1,293, - 1,293,1,294,1,294,1,294,1,294,1,294,1,294,1,294,5,294,6590,8,294, - 10,294,12,294,6593,9,294,1,295,1,295,1,295,1,295,5,295,6599,8,295, - 10,295,12,295,6602,9,295,1,296,1,296,1,296,1,296,1,296,3,296,6609, - 8,296,1,297,1,297,1,297,3,297,6614,8,297,1,297,3,297,6617,8,297, - 1,298,1,298,1,298,3,298,6622,8,298,1,298,3,298,6625,8,298,1,299, - 1,299,1,300,1,300,1,301,1,301,1,301,1,301,1,301,1,301,3,301,6637, - 8,301,1,302,1,302,1,302,3,302,6642,8,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,6655,8,302,3,302, - 6657,8,302,1,302,1,302,1,302,3,302,6662,8,302,1,302,1,302,3,302, - 6666,8,302,1,302,3,302,6669,8,302,3,302,6671,8,302,1,303,1,303,1, - 303,1,303,1,303,3,303,6678,8,303,1,304,1,304,1,304,1,304,1,304,3, - 304,6685,8,304,1,304,3,304,6688,8,304,1,304,3,304,6691,8,304,1,304, - 1,304,1,304,1,304,3,304,6697,8,304,1,304,1,304,3,304,6701,8,304, - 1,305,1,305,1,305,1,305,3,305,6707,8,305,1,306,1,306,1,306,1,306, - 1,306,1,306,3,306,6715,8,306,1,306,1,306,1,307,1,307,1,307,1,307, - 1,307,3,307,6724,8,307,1,307,1,307,1,308,1,308,1,308,1,309,1,309, - 1,309,1,310,1,310,1,310,3,310,6737,8,310,1,310,1,310,1,310,3,310, - 6742,8,310,1,310,1,310,1,310,1,310,5,310,6748,8,310,10,310,12,310, - 6751,9,310,3,310,6753,8,310,1,311,1,311,1,311,3,311,6758,8,311,1, - 311,1,311,1,311,3,311,6763,8,311,1,311,1,311,1,311,1,311,5,311,6769, - 8,311,10,311,12,311,6772,9,311,3,311,6774,8,311,1,312,1,312,1,312, - 1,312,1,312,1,312,3,312,6782,8,312,1,313,1,313,3,313,6786,8,313, - 1,313,1,313,1,313,5,313,6791,8,313,10,313,12,313,6794,9,313,1,314, - 1,314,1,314,3,314,6799,8,314,1,314,3,314,6802,8,314,1,315,1,315, - 3,315,6806,8,315,1,315,1,315,1,315,1,315,1,315,1,315,1,315,1,315, - 1,315,5,315,6817,8,315,10,315,12,315,6820,9,315,1,315,1,315,1,315, - 3,315,6825,8,315,1,315,1,315,1,315,1,315,1,315,1,315,1,315,1,315, - 5,315,6835,8,315,10,315,12,315,6838,9,315,3,315,6840,8,315,1,316, - 1,316,1,317,1,317,1,317,1,317,1,317,3,317,6849,8,317,1,317,1,317, - 1,317,3,317,6854,8,317,1,318,1,318,1,319,1,319,1,320,1,320,1,321, - 1,321,1,322,1,322,1,323,1,323,1,324,1,324,1,325,1,325,1,325,5,325, - 6873,8,325,10,325,12,325,6876,9,325,1,326,1,326,1,327,1,327,1,328, - 1,328,1,329,1,329,1,330,1,330,1,330,5,330,6889,8,330,10,330,12,330, - 6892,9,330,1,331,1,331,1,332,1,332,1,332,5,332,6899,8,332,10,332, - 12,332,6902,9,332,1,333,1,333,3,333,6906,8,333,1,334,1,334,1,334, - 3,334,6911,8,334,3,334,6913,8,334,1,334,3,334,6916,8,334,1,334,1, - 334,3,334,6920,8,334,3,334,6922,8,334,1,335,1,335,1,335,5,335,6927, - 8,335,10,335,12,335,6930,9,335,1,336,1,336,1,337,1,337,1,337,3,337, - 6937,8,337,3,337,6939,8,337,1,337,3,337,6942,8,337,1,337,1,337,3, - 337,6946,8,337,1,337,1,337,3,337,6950,8,337,1,338,1,338,1,338,3, - 338,6955,8,338,3,338,6957,8,338,1,338,3,338,6960,8,338,1,338,1,338, - 3,338,6964,8,338,3,338,6966,8,338,1,339,1,339,1,339,1,339,1,339, - 3,339,6973,8,339,3,339,6975,8,339,3,339,6977,8,339,1,340,1,340,1, - 341,1,341,1,342,1,342,1,343,1,343,1,343,5,343,6988,8,343,10,343, - 12,343,6991,9,343,1,344,1,344,1,345,1,345,1,345,1,345,1,345,3,345, - 7000,8,345,1,345,3,345,7003,8,345,1,345,3,345,7006,8,345,1,346,1, - 346,1,346,1,346,1,347,1,347,1,347,1,348,1,348,1,348,1,348,3,348, - 7019,8,348,1,349,1,349,1,350,1,350,3,350,7025,8,350,1,350,3,350, - 7028,8,350,1,351,1,351,1,352,1,352,1,352,1,352,3,352,7036,8,352, - 1,353,1,353,1,354,1,354,1,354,3,354,7043,8,354,1,355,1,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,4,356,7061,8,356,11,356,12,356,7062,1,357,1,357,1,357, - 1,357,1,357,3,357,7070,8,357,3,357,7072,8,357,1,358,1,358,1,358, - 4,358,7077,8,358,11,358,12,358,7078,3,358,7081,8,358,1,359,1,359, - 3,359,7085,8,359,1,360,1,360,1,360,5,360,7090,8,360,10,360,12,360, - 7093,9,360,1,361,1,361,1,361,3,361,7098,8,361,1,362,1,362,1,362, - 1,362,1,362,1,362,1,362,1,362,1,362,3,362,7109,8,362,1,363,1,363, - 1,363,1,363,3,363,7115,8,363,1,364,1,364,1,365,1,365,3,365,7121, - 8,365,1,366,3,366,7124,8,366,1,366,1,366,3,366,7128,8,366,1,366, - 4,366,7131,8,366,11,366,12,366,7132,1,366,3,366,7136,8,366,1,366, - 1,366,3,366,7140,8,366,1,366,1,366,3,366,7144,8,366,3,366,7146,8, - 366,1,367,1,367,1,368,3,368,7151,8,368,1,368,1,368,1,369,3,369,7156, - 8,369,1,369,1,369,1,370,1,370,1,370,1,370,1,370,1,370,1,370,1,370, - 1,370,3,370,7169,8,370,1,370,3,370,7172,8,370,1,371,1,371,3,371, - 7176,8,371,1,371,3,371,7179,8,371,1,371,3,371,7182,8,371,1,371,1, - 371,1,371,3,371,7187,8,371,1,371,1,371,1,371,3,371,7192,8,371,1, - 371,1,371,1,371,1,371,3,371,7198,8,371,1,371,3,371,7201,8,371,1, - 371,1,371,1,371,3,371,7206,8,371,1,371,3,371,7209,8,371,1,371,1, - 371,1,371,3,371,7214,8,371,1,371,3,371,7217,8,371,1,371,1,371,3, - 371,7221,8,371,1,371,5,371,7224,8,371,10,371,12,371,7227,9,371,1, - 371,1,371,3,371,7231,8,371,1,371,5,371,7234,8,371,10,371,12,371, - 7237,9,371,1,371,1,371,3,371,7241,8,371,1,371,3,371,7244,8,371,1, - 371,5,371,7247,8,371,10,371,12,371,7250,9,371,1,371,1,371,3,371, - 7254,8,371,1,371,5,371,7257,8,371,10,371,12,371,7260,9,371,1,371, - 1,371,1,371,3,371,7265,8,371,1,371,1,371,1,371,3,371,7270,8,371, - 1,371,1,371,1,371,3,371,7275,8,371,1,371,1,371,1,371,3,371,7280, - 8,371,1,371,1,371,3,371,7284,8,371,1,371,3,371,7287,8,371,1,371, - 1,371,1,371,3,371,7292,8,371,1,371,1,371,3,371,7296,8,371,1,371, - 1,371,3,371,7300,8,371,1,372,1,372,1,372,1,372,5,372,7306,8,372, - 10,372,12,372,7309,9,372,1,372,1,372,1,373,1,373,3,373,7315,8,373, - 1,373,1,373,3,373,7319,8,373,1,373,1,373,1,373,3,373,7324,8,373, - 1,373,1,373,1,373,3,373,7329,8,373,1,373,1,373,3,373,7333,8,373, - 3,373,7335,8,373,1,373,3,373,7338,8,373,1,374,1,374,1,374,1,374, - 1,375,1,375,1,375,1,375,1,375,1,375,1,376,1,376,1,376,1,376,3,376, - 7354,8,376,1,376,1,376,1,377,1,377,1,377,1,377,5,377,7362,8,377, - 10,377,12,377,7365,9,377,1,377,1,377,1,378,1,378,1,378,5,378,7372, - 8,378,10,378,12,378,7375,9,378,1,379,1,379,1,379,1,379,5,379,7381, - 8,379,10,379,12,379,7384,9,379,1,380,1,380,1,380,1,380,5,380,7390, - 8,380,10,380,12,380,7393,9,380,1,380,1,380,1,381,1,381,3,381,7399, - 8,381,1,382,1,382,1,382,5,382,7404,8,382,10,382,12,382,7407,9,382, - 1,383,1,383,1,383,5,383,7412,8,383,10,383,12,383,7415,9,383,1,384, - 1,384,1,384,5,384,7420,8,384,10,384,12,384,7423,9,384,1,385,1,385, - 1,385,1,385,1,385,1,385,1,385,1,385,1,385,3,385,7434,8,385,1,385, - 1,385,1,385,1,385,1,385,3,385,7441,8,385,1,385,1,385,1,385,1,385, - 1,385,1,385,1,385,1,385,3,385,7451,8,385,1,386,1,386,1,386,3,386, - 7456,8,386,1,386,3,386,7459,8,386,1,386,1,386,1,386,3,386,7464,8, - 386,1,386,3,386,7467,8,386,1,387,1,387,1,387,1,388,1,388,1,388,1, - 388,1,389,1,389,1,389,1,390,1,390,1,390,1,390,1,390,1,390,1,390, - 1,390,1,390,1,390,3,390,7489,8,390,1,390,1,390,1,390,1,390,1,390, - 1,390,1,390,3,390,7498,8,390,1,390,3,390,7501,8,390,1,391,1,391, - 1,391,3,391,7506,8,391,1,391,1,391,1,391,1,391,1,391,1,391,1,391, - 1,391,1,391,1,391,1,391,1,391,1,391,1,391,1,391,1,391,1,391,1,391, - 1,391,1,391,1,391,1,391,1,391,1,391,1,391,1,391,1,391,1,391,1,391, - 4,391,7537,8,391,11,391,12,391,7538,1,391,1,391,3,391,7543,8,391, - 1,391,1,391,1,391,1,391,1,391,4,391,7550,8,391,11,391,12,391,7551, - 1,391,1,391,3,391,7556,8,391,1,391,1,391,1,391,1,391,1,391,1,391, - 1,391,3,391,7565,8,391,1,391,1,391,1,391,1,391,1,391,1,391,3,391, - 7573,8,391,1,391,1,391,1,391,3,391,7578,8,391,1,391,1,391,1,391, - 1,391,1,391,1,391,3,391,7586,8,391,1,391,1,391,1,391,3,391,7591, - 8,391,1,391,1,391,1,391,3,391,7596,8,391,3,391,7598,8,391,1,391, - 1,391,1,391,1,391,1,391,1,391,1,391,3,391,7607,8,391,1,391,1,391, - 1,391,3,391,7612,8,391,1,391,1,391,1,391,1,391,1,391,1,391,3,391, - 7620,8,391,1,391,1,391,1,391,3,391,7625,8,391,1,391,1,391,1,391, - 1,391,1,391,1,391,3,391,7633,8,391,1,391,1,391,1,391,1,391,1,391, - 1,391,3,391,7641,8,391,1,391,3,391,7644,8,391,1,391,1,391,1,391, - 1,391,1,391,1,391,1,391,1,391,3,391,7654,8,391,1,391,1,391,1,391, - 1,391,1,391,1,391,1,391,1,391,1,391,1,391,1,391,1,391,1,391,1,391, - 1,391,1,391,3,391,7672,8,391,1,391,3,391,7675,8,391,1,391,3,391, - 7678,8,391,1,391,1,391,3,391,7682,8,391,1,392,1,392,1,392,1,392, - 1,392,1,393,1,393,1,393,1,393,5,393,7693,8,393,10,393,12,393,7696, - 9,393,1,393,1,393,1,393,1,393,1,393,3,393,7703,8,393,1,394,1,394, - 3,394,7707,8,394,1,395,1,395,1,395,3,395,7712,8,395,1,395,1,395, - 1,395,3,395,7717,8,395,1,395,1,395,1,395,1,395,3,395,7723,8,395, - 1,395,1,395,1,395,3,395,7728,8,395,1,395,1,395,3,395,7732,8,395, - 1,395,1,395,1,395,3,395,7737,8,395,1,395,1,395,1,395,3,395,7742, - 8,395,1,395,1,395,1,395,3,395,7747,8,395,1,395,1,395,1,395,1,395, - 1,395,1,395,5,395,7755,8,395,10,395,12,395,7758,9,395,3,395,7760, - 8,395,1,395,1,395,3,395,7764,8,395,1,395,1,395,3,395,7768,8,395, - 1,396,1,396,1,396,1,396,1,396,3,396,7775,8,396,1,396,1,396,3,396, - 7779,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,3,396,7808,8,396,1,397, - 1,397,1,397,1,397,1,397,1,397,3,397,7816,8,397,1,398,3,398,7819, - 8,398,1,398,3,398,7822,8,398,1,398,3,398,7825,8,398,1,398,3,398, - 7828,8,398,1,399,1,399,1,400,1,400,1,400,1,401,1,401,1,402,1,402, - 3,402,7839,8,402,1,403,1,403,1,403,1,403,1,403,1,404,1,404,1,404, - 1,404,1,404,1,404,1,404,3,404,7853,8,404,1,405,1,405,1,405,1,405, - 1,405,5,405,7860,8,405,10,405,12,405,7863,9,405,1,406,1,406,1,406, - 1,406,1,406,1,406,1,406,1,406,1,406,1,406,1,406,1,406,1,406,1,406, - 1,406,1,406,1,406,1,406,1,406,1,406,1,406,1,406,1,406,1,406,3,406, - 7889,8,406,1,407,1,407,1,407,1,407,1,407,1,408,1,408,1,408,5,408, - 7899,8,408,10,408,12,408,7902,9,408,1,409,1,409,1,409,3,409,7907, - 8,409,1,410,1,410,1,410,1,410,1,410,1,410,3,410,7915,8,410,1,410, - 1,410,1,410,3,410,7920,8,410,1,410,1,410,1,410,1,410,5,410,7926, - 8,410,10,410,12,410,7929,9,410,1,411,1,411,1,411,1,411,1,411,3,411, - 7936,8,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411, - 1,411,1,411,3,411,7949,8,411,1,411,1,411,1,411,1,411,3,411,7955, - 8,411,1,411,1,411,1,411,1,411,3,411,7961,8,411,1,411,1,411,1,411, - 1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411,3,411, - 7976,8,411,1,411,1,411,3,411,7980,8,411,1,411,1,411,1,411,1,411, - 3,411,7986,8,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411,5,411, - 7995,8,411,10,411,12,411,7998,9,411,1,412,1,412,1,412,1,412,1,412, - 1,412,1,412,1,412,1,412,1,412,1,412,1,412,1,412,1,412,1,412,1,412, - 5,412,8016,8,412,10,412,12,412,8019,9,412,1,412,1,412,1,412,1,412, - 1,412,1,412,1,412,4,412,8028,8,412,11,412,12,412,8029,1,412,1,412, - 1,412,1,412,1,412,1,412,1,412,1,412,1,412,1,412,1,412,1,412,1,412, - 1,412,1,412,1,412,3,412,8048,8,412,1,412,1,412,1,412,1,412,1,412, - 1,412,1,412,1,412,1,412,1,412,1,412,1,412,1,412,1,412,1,412,5,412, - 8065,8,412,10,412,12,412,8068,9,412,1,413,1,413,1,414,1,414,1,414, - 1,414,1,414,1,414,1,414,1,414,3,414,8080,8,414,1,415,1,415,1,415, - 1,415,1,415,1,415,1,415,3,415,8089,8,415,1,416,1,416,1,416,1,416, - 1,416,1,416,1,416,3,416,8098,8,416,1,417,1,417,1,417,1,417,1,417, - 1,417,1,417,3,417,8107,8,417,1,418,1,418,1,419,1,419,1,419,1,419, - 1,419,3,419,8116,8,419,1,420,1,420,1,421,1,421,1,422,1,422,1,423, - 1,423,1,424,1,424,1,425,1,425,1,426,1,426,1,426,0,5,214,216,820, - 822,824,427,0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36, + 1,194,1,194,1,194,1,194,1,194,1,194,1,194,5,194,4761,8,194,10,194, + 12,194,4764,9,194,3,194,4766,8,194,1,194,3,194,4769,8,194,1,195, + 1,195,1,196,1,196,1,197,1,197,1,198,1,198,1,198,1,198,1,198,1,198, + 1,198,1,198,1,198,1,198,1,198,3,198,4788,8,198,3,198,4790,8,198, + 1,199,1,199,1,199,1,199,1,200,1,200,1,200,1,200,1,200,1,200,5,200, + 4802,8,200,10,200,12,200,4805,9,200,1,200,1,200,1,200,1,200,1,200, + 1,200,1,200,1,200,5,200,4815,8,200,10,200,12,200,4818,9,200,1,200, + 1,200,1,200,1,200,1,200,1,200,1,200,1,200,1,200,1,200,1,200,1,200, + 1,200,1,200,1,200,1,200,1,200,1,200,1,200,1,200,1,200,1,200,1,200, + 1,200,1,200,1,200,1,200,1,200,1,200,1,200,1,200,1,200,5,200,4852, + 8,200,10,200,12,200,4855,9,200,1,200,1,200,3,200,4859,8,200,1,201, + 1,201,1,201,1,201,1,201,1,201,1,202,1,202,1,203,1,203,1,203,1,203, + 1,203,1,203,1,203,1,203,1,203,1,203,1,203,1,203,1,203,1,203,1,203, + 1,203,1,203,1,203,1,203,1,203,1,203,1,203,1,203,1,203,1,203,3,203, + 4894,8,203,1,204,1,204,1,204,1,204,1,204,1,204,1,204,1,204,1,204, + 1,204,1,204,1,204,3,204,4908,8,204,1,205,1,205,1,205,5,205,4913, + 8,205,10,205,12,205,4916,9,205,1,205,3,205,4919,8,205,1,206,1,206, + 1,206,1,206,3,206,4925,8,206,1,207,1,207,1,207,1,207,1,207,1,207, + 3,207,4933,8,207,3,207,4935,8,207,1,208,1,208,1,208,1,208,1,209, + 1,209,1,209,1,209,1,209,3,209,4946,8,209,1,210,1,210,1,210,1,210, + 1,211,1,211,1,211,1,211,3,211,4956,8,211,1,212,1,212,1,212,1,212, + 1,212,3,212,4963,8,212,1,213,1,213,1,213,1,213,3,213,4969,8,213, + 1,214,1,214,1,214,1,214,1,215,1,215,3,215,4977,8,215,1,216,1,216, + 1,216,3,216,4982,8,216,1,216,1,216,1,216,1,216,5,216,4988,8,216, + 10,216,12,216,4991,9,216,1,216,1,216,1,216,5,216,4996,8,216,10,216, + 12,216,4999,9,216,1,216,1,216,1,216,5,216,5004,8,216,10,216,12,216, + 5007,9,216,1,216,1,216,1,216,5,216,5012,8,216,10,216,12,216,5015, + 9,216,1,216,5,216,5018,8,216,10,216,12,216,5021,9,216,1,216,1,216, + 3,216,5025,8,216,1,217,1,217,1,217,3,217,5030,8,217,1,217,4,217, + 5033,8,217,11,217,12,217,5034,1,217,1,217,4,217,5039,8,217,11,217, + 12,217,5040,3,217,5043,8,217,1,217,1,217,1,217,1,218,1,218,1,218, + 1,218,4,218,5052,8,218,11,218,12,218,5053,1,218,5,218,5057,8,218, + 10,218,12,218,5060,9,218,1,218,1,218,4,218,5064,8,218,11,218,12, + 218,5065,3,218,5068,8,218,1,218,1,218,1,218,1,219,1,219,1,219,1, + 220,1,220,1,220,1,221,1,221,1,221,3,221,5082,8,221,1,221,1,221,4, + 221,5086,8,221,11,221,12,221,5087,1,221,1,221,1,221,3,221,5093,8, + 221,1,222,1,222,1,222,3,222,5098,8,222,1,222,1,222,4,222,5102,8, + 222,11,222,12,222,5103,1,222,1,222,1,222,1,222,1,222,3,222,5111, + 8,222,1,223,1,223,1,223,1,224,1,224,1,224,3,224,5119,8,224,1,224, + 1,224,1,224,1,224,4,224,5125,8,224,11,224,12,224,5126,1,224,1,224, + 1,224,3,224,5132,8,224,1,225,1,225,1,225,1,225,3,225,5138,8,225, + 1,225,3,225,5141,8,225,1,225,1,225,1,225,1,225,1,225,1,225,3,225, + 5149,8,225,1,226,1,226,1,226,1,226,1,226,3,226,5156,8,226,1,227, + 1,227,1,227,1,227,1,227,1,227,1,227,3,227,5165,8,227,1,227,3,227, + 5168,8,227,1,228,1,228,1,228,1,228,1,228,1,228,1,229,1,229,1,229, + 1,229,1,229,1,229,1,229,5,229,5183,8,229,10,229,12,229,5186,9,229, + 1,229,1,229,1,230,1,230,1,230,3,230,5193,8,230,1,230,1,230,1,230, + 1,230,1,230,1,230,3,230,5201,8,230,1,231,1,231,3,231,5205,8,231, + 1,231,1,231,1,232,1,232,1,232,3,232,5212,8,232,1,232,1,232,4,232, + 5216,8,232,11,232,12,232,5217,1,233,1,233,1,233,1,233,4,233,5224, + 8,233,11,233,12,233,5225,1,234,1,234,1,234,3,234,5231,8,234,1,234, + 1,234,1,234,5,234,5236,8,234,10,234,12,234,5239,9,234,1,234,1,234, + 1,234,5,234,5244,8,234,10,234,12,234,5247,9,234,1,234,1,234,1,234, + 1,234,3,234,5253,8,234,1,234,5,234,5256,8,234,10,234,12,234,5259, + 9,234,3,234,5261,8,234,3,234,5263,8,234,1,234,1,234,4,234,5267,8, + 234,11,234,12,234,5268,3,234,5271,8,234,1,234,1,234,5,234,5275,8, + 234,10,234,12,234,5278,9,234,1,234,1,234,3,234,5282,8,234,1,234, + 1,234,1,234,1,234,1,234,3,234,5289,8,234,1,235,1,235,1,235,3,235, + 5294,8,235,1,235,1,235,3,235,5298,8,235,1,235,1,235,1,235,3,235, + 5303,8,235,5,235,5305,8,235,10,235,12,235,5308,9,235,1,235,1,235, + 1,235,3,235,5313,8,235,1,235,1,235,1,235,1,235,3,235,5319,8,235, + 1,235,5,235,5322,8,235,10,235,12,235,5325,9,235,3,235,5327,8,235, + 3,235,5329,8,235,1,235,1,235,4,235,5333,8,235,11,235,12,235,5334, + 3,235,5337,8,235,1,235,1,235,5,235,5341,8,235,10,235,12,235,5344, + 9,235,1,235,1,235,3,235,5348,8,235,1,236,1,236,1,236,3,236,5353, + 8,236,1,236,1,236,1,236,5,236,5358,8,236,10,236,12,236,5361,9,236, + 1,237,1,237,1,237,1,237,5,237,5367,8,237,10,237,12,237,5370,9,237, + 1,237,1,237,3,237,5374,8,237,1,237,1,237,1,237,1,237,1,237,5,237, + 5381,8,237,10,237,12,237,5384,9,237,1,237,3,237,5387,8,237,1,237, + 1,237,1,237,1,237,3,237,5393,8,237,1,237,5,237,5396,8,237,10,237, + 12,237,5399,9,237,3,237,5401,8,237,3,237,5403,8,237,1,237,1,237, + 1,237,1,237,5,237,5409,8,237,10,237,12,237,5412,9,237,3,237,5414, + 8,237,1,237,1,237,1,237,1,237,1,237,3,237,5421,8,237,3,237,5423, + 8,237,1,237,1,237,1,237,3,237,5428,8,237,1,237,1,237,1,237,5,237, + 5433,8,237,10,237,12,237,5436,9,237,1,237,1,237,1,237,1,237,5,237, + 5442,8,237,10,237,12,237,5445,9,237,1,237,1,237,1,237,3,237,5450, + 8,237,3,237,5452,8,237,1,238,1,238,1,238,1,238,1,238,3,238,5459, + 8,238,1,238,3,238,5462,8,238,1,239,1,239,1,239,1,239,1,239,1,239, + 1,239,1,239,5,239,5472,8,239,10,239,12,239,5475,9,239,1,239,1,239, + 1,239,3,239,5480,8,239,1,240,1,240,1,240,1,240,1,240,1,240,3,240, + 5488,8,240,1,240,3,240,5491,8,240,1,240,1,240,3,240,5495,8,240,1, + 240,3,240,5498,8,240,1,240,1,240,3,240,5502,8,240,3,240,5504,8,240, + 1,241,1,241,1,241,1,241,1,241,1,241,1,241,1,241,1,241,3,241,5515, + 8,241,1,241,3,241,5518,8,241,1,241,1,241,3,241,5522,8,241,1,241, + 3,241,5525,8,241,1,241,3,241,5528,8,241,1,242,1,242,1,242,1,242, + 1,242,3,242,5535,8,242,1,243,1,243,1,243,1,243,1,243,1,243,1,243, + 1,243,5,243,5545,8,243,10,243,12,243,5548,9,243,3,243,5550,8,243, + 1,244,1,244,1,244,1,244,1,244,3,244,5557,8,244,1,244,1,244,5,244, + 5561,8,244,10,244,12,244,5564,9,244,1,245,1,245,1,245,1,245,1,245, + 5,245,5571,8,245,10,245,12,245,5574,9,245,1,246,1,246,3,246,5578, + 8,246,1,246,1,246,1,246,5,246,5583,8,246,10,246,12,246,5586,9,246, + 1,246,1,246,3,246,5590,8,246,1,246,1,246,1,246,1,246,3,246,5596, + 8,246,1,246,1,246,3,246,5600,8,246,1,246,1,246,3,246,5604,8,246, + 1,246,1,246,1,246,1,246,1,246,1,246,3,246,5612,8,246,1,246,1,246, + 3,246,5616,8,246,1,246,1,246,3,246,5620,8,246,1,246,1,246,1,246, + 1,246,3,246,5626,8,246,3,246,5628,8,246,1,247,1,247,1,247,1,247, + 1,248,1,248,1,249,1,249,1,249,1,249,3,249,5640,8,249,1,249,1,249, + 1,249,3,249,5645,8,249,1,249,1,249,1,249,1,249,3,249,5651,8,249, + 1,249,1,249,1,249,1,249,3,249,5657,8,249,1,249,1,249,3,249,5661, + 8,249,1,249,1,249,1,249,3,249,5666,8,249,3,249,5668,8,249,1,250, + 1,250,1,250,1,251,1,251,1,251,1,251,1,251,1,251,1,251,1,251,1,251, + 1,251,1,251,1,251,1,251,1,251,1,251,1,251,1,251,1,251,1,251,3,251, + 5692,8,251,4,251,5694,8,251,11,251,12,251,5695,1,251,3,251,5699, + 8,251,1,252,1,252,1,252,1,252,1,252,1,252,1,252,3,252,5708,8,252, + 1,252,1,252,3,252,5712,8,252,1,252,1,252,1,252,1,252,1,252,1,252, + 1,252,3,252,5721,8,252,1,252,1,252,3,252,5725,8,252,1,252,1,252, + 3,252,5729,8,252,1,252,1,252,1,252,1,252,3,252,5735,8,252,3,252, + 5737,8,252,1,253,1,253,1,253,1,253,1,253,1,253,1,253,3,253,5746, + 8,253,1,253,1,253,1,253,1,253,1,253,1,253,1,253,1,253,3,253,5756, + 8,253,1,254,1,254,1,254,1,254,1,254,1,254,1,254,1,254,1,254,1,254, + 1,254,1,254,1,254,1,254,1,254,1,254,1,254,1,254,1,254,1,254,1,254, + 1,254,1,254,1,254,1,254,3,254,5783,8,254,1,255,1,255,3,255,5787, + 8,255,1,255,1,255,1,255,3,255,5792,8,255,1,256,1,256,1,256,1,256, + 1,256,3,256,5799,8,256,1,256,3,256,5802,8,256,1,256,1,256,1,256, + 1,256,3,256,5808,8,256,1,257,1,257,1,257,1,257,1,257,1,257,1,257, + 1,257,3,257,5818,8,257,1,258,1,258,1,258,1,258,1,258,1,258,1,258, + 1,258,3,258,5828,8,258,1,259,1,259,1,259,1,259,1,259,1,259,1,259, + 1,259,3,259,5838,8,259,1,259,1,259,1,259,1,259,3,259,5844,8,259, + 1,259,1,259,1,259,1,259,1,259,1,259,1,259,3,259,5853,8,259,1,259, + 1,259,1,259,1,259,3,259,5859,8,259,1,259,1,259,1,259,1,259,1,259, + 3,259,5866,8,259,3,259,5868,8,259,1,260,1,260,1,260,1,261,1,261, + 1,261,3,261,5876,8,261,1,261,1,261,1,261,1,261,3,261,5882,8,261, + 1,261,1,261,3,261,5886,8,261,1,262,1,262,1,262,1,262,1,262,1,262, + 1,262,1,262,1,262,1,262,1,262,1,262,1,262,1,262,1,262,3,262,5903, + 8,262,1,263,1,263,1,263,1,264,1,264,1,264,1,264,1,264,3,264,5913, + 8,264,1,265,1,265,3,265,5917,8,265,1,265,1,265,3,265,5921,8,265, + 1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265,3,265,5931,8,265, + 1,265,1,265,1,265,3,265,5936,8,265,1,265,1,265,1,265,1,265,1,265, + 1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265, + 1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265, + 1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265, + 1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265, + 1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265, + 1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265,1,265,3,265, + 6008,8,265,1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,266, + 1,266,1,266,1,266,1,266,1,266,1,266,1,266,3,266,6026,8,266,1,267, + 1,267,1,267,1,267,1,268,1,268,3,268,6034,8,268,1,268,1,268,1,268, + 1,268,3,268,6040,8,268,1,268,1,268,1,268,1,268,1,268,1,268,1,268, + 1,268,1,268,1,268,3,268,6052,8,268,1,268,1,268,3,268,6056,8,268, + 1,268,1,268,1,268,1,268,1,268,1,268,1,268,1,268,1,268,3,268,6067, + 8,268,1,268,1,268,3,268,6071,8,268,1,268,1,268,1,268,1,268,1,268, + 1,268,1,268,3,268,6080,8,268,1,269,1,269,1,269,1,269,5,269,6086, + 8,269,10,269,12,269,6089,9,269,1,270,1,270,1,270,1,270,3,270,6095, + 8,270,1,271,1,271,3,271,6099,8,271,1,271,1,271,1,271,1,272,1,272, + 3,272,6106,8,272,1,272,1,272,1,272,3,272,6111,8,272,1,272,3,272, + 6114,8,272,1,272,3,272,6117,8,272,1,273,1,273,1,274,1,274,1,274, + 1,274,1,274,1,274,1,274,3,274,6128,8,274,1,275,1,275,1,275,1,275, + 1,275,5,275,6135,8,275,10,275,12,275,6138,9,275,1,275,1,275,1,275, + 1,275,5,275,6144,8,275,10,275,12,275,6147,9,275,3,275,6149,8,275, + 1,276,1,276,1,276,1,276,1,276,1,277,1,277,1,277,1,277,1,277,5,277, + 6161,8,277,10,277,12,277,6164,9,277,1,278,1,278,1,278,1,278,1,278, + 1,278,1,279,1,279,1,279,1,279,1,280,1,280,1,280,1,280,1,280,3,280, + 6181,8,280,1,280,1,280,1,280,1,280,1,280,1,280,1,280,1,280,1,280, + 1,280,1,280,3,280,6194,8,280,1,280,3,280,6197,8,280,1,280,1,280, + 3,280,6201,8,280,1,280,3,280,6204,8,280,3,280,6206,8,280,1,281,1, + 281,1,281,1,281,1,281,3,281,6213,8,281,1,281,1,281,1,281,1,281,1, + 281,3,281,6220,8,281,5,281,6222,8,281,10,281,12,281,6225,9,281,1, + 281,1,281,1,281,1,281,3,281,6231,8,281,1,281,1,281,1,281,1,281,1, + 281,3,281,6238,8,281,1,281,3,281,6241,8,281,1,281,1,281,1,281,1, + 281,1,281,1,281,1,281,1,281,1,281,1,281,1,281,1,281,5,281,6255,8, + 281,10,281,12,281,6258,9,281,3,281,6260,8,281,1,282,1,282,1,282, + 1,282,1,282,1,282,1,282,1,282,3,282,6270,8,282,1,282,1,282,3,282, + 6274,8,282,1,282,1,282,1,282,1,282,3,282,6280,8,282,1,282,3,282, + 6283,8,282,1,282,3,282,6286,8,282,1,282,1,282,1,282,3,282,6291,8, + 282,1,282,1,282,3,282,6295,8,282,1,282,3,282,6298,8,282,1,282,1, + 282,1,282,1,282,1,282,3,282,6305,8,282,1,282,3,282,6308,8,282,1, + 282,1,282,1,282,1,282,3,282,6314,8,282,1,282,1,282,1,282,1,282,1, + 282,1,282,1,282,1,282,1,282,1,282,1,282,1,282,1,282,1,282,1,282, + 1,282,1,282,1,282,1,282,1,282,1,282,1,282,1,282,1,282,1,282,1,282, + 1,282,1,282,1,282,1,282,1,282,1,282,1,282,1,282,3,282,6350,8,282, + 1,282,3,282,6353,8,282,1,282,1,282,1,282,1,282,1,282,1,282,1,282, + 1,282,1,282,1,282,3,282,6365,8,282,1,282,3,282,6368,8,282,1,282, + 1,282,1,282,1,282,1,282,1,282,1,282,1,282,1,282,1,282,1,282,1,282, + 1,282,1,282,3,282,6384,8,282,3,282,6386,8,282,1,282,1,282,3,282, + 6390,8,282,1,282,1,282,1,282,1,282,1,282,3,282,6397,8,282,1,282, + 1,282,3,282,6401,8,282,1,282,1,282,1,282,1,282,1,282,3,282,6408, + 8,282,1,282,3,282,6411,8,282,1,282,1,282,1,282,1,282,1,282,5,282, + 6418,8,282,10,282,12,282,6421,9,282,3,282,6423,8,282,1,282,1,282, + 1,282,3,282,6428,8,282,1,282,1,282,1,282,1,282,3,282,6434,8,282, + 3,282,6436,8,282,1,282,1,282,1,282,1,282,3,282,6442,8,282,1,282, + 1,282,3,282,6446,8,282,1,283,1,283,1,283,1,283,3,283,6452,8,283, + 1,283,3,283,6455,8,283,1,283,3,283,6458,8,283,1,284,1,284,1,284, + 1,284,1,284,1,284,1,284,1,284,1,284,1,284,1,284,3,284,6471,8,284, + 1,284,3,284,6474,8,284,1,285,1,285,1,285,1,285,3,285,6480,8,285, + 1,286,3,286,6483,8,286,1,286,1,286,1,286,1,286,1,286,1,286,3,286, + 6491,8,286,1,286,1,286,1,286,1,286,1,286,1,286,3,286,6499,8,286, + 1,287,1,287,1,287,1,287,3,287,6505,8,287,1,287,3,287,6508,8,287, + 1,287,1,287,3,287,6512,8,287,1,288,1,288,1,288,1,288,1,288,1,288, + 1,288,1,288,1,288,1,288,1,288,1,288,3,288,6526,8,288,1,289,1,289, + 1,289,1,290,1,290,1,290,1,290,1,290,5,290,6536,8,290,10,290,12,290, + 6539,9,290,1,290,1,290,1,290,1,290,1,290,3,290,6546,8,290,1,290, + 1,290,3,290,6550,8,290,1,290,1,290,1,290,1,291,1,291,3,291,6557, + 8,291,1,291,1,291,1,291,5,291,6562,8,291,10,291,12,291,6565,9,291, + 1,292,1,292,3,292,6569,8,292,1,292,1,292,1,293,1,293,1,293,1,293, + 1,293,1,293,1,293,5,293,6580,8,293,10,293,12,293,6583,9,293,1,294, + 1,294,1,294,1,294,5,294,6589,8,294,10,294,12,294,6592,9,294,1,295, + 1,295,1,295,1,295,1,295,3,295,6599,8,295,1,296,1,296,1,296,3,296, + 6604,8,296,1,296,3,296,6607,8,296,1,297,1,297,1,297,3,297,6612,8, + 297,1,297,3,297,6615,8,297,1,298,1,298,1,299,1,299,1,300,1,300,1, + 300,1,300,1,300,1,300,3,300,6627,8,300,1,301,1,301,1,301,3,301,6632, + 8,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301, + 1,301,3,301,6645,8,301,3,301,6647,8,301,1,301,1,301,1,301,3,301, + 6652,8,301,1,301,1,301,3,301,6656,8,301,1,301,3,301,6659,8,301,3, + 301,6661,8,301,1,302,1,302,1,302,1,302,1,302,3,302,6668,8,302,1, + 303,1,303,1,303,1,303,1,303,3,303,6675,8,303,1,303,3,303,6678,8, + 303,1,303,3,303,6681,8,303,1,303,1,303,1,303,1,303,3,303,6687,8, + 303,1,303,1,303,3,303,6691,8,303,1,304,1,304,1,304,1,304,3,304,6697, + 8,304,1,305,1,305,1,305,1,305,1,305,1,305,3,305,6705,8,305,1,305, + 1,305,1,306,1,306,1,306,1,306,1,306,3,306,6714,8,306,1,306,1,306, + 1,307,1,307,1,307,1,308,1,308,1,308,1,309,1,309,1,309,3,309,6727, + 8,309,1,309,1,309,1,309,3,309,6732,8,309,1,309,1,309,1,309,1,309, + 5,309,6738,8,309,10,309,12,309,6741,9,309,3,309,6743,8,309,1,310, + 1,310,1,310,3,310,6748,8,310,1,310,1,310,1,310,3,310,6753,8,310, + 1,310,1,310,1,310,1,310,5,310,6759,8,310,10,310,12,310,6762,9,310, + 3,310,6764,8,310,1,311,1,311,1,311,1,311,1,311,1,311,3,311,6772, + 8,311,1,312,1,312,3,312,6776,8,312,1,312,1,312,1,312,5,312,6781, + 8,312,10,312,12,312,6784,9,312,1,313,1,313,1,313,3,313,6789,8,313, + 1,313,3,313,6792,8,313,1,314,1,314,3,314,6796,8,314,1,314,1,314, + 1,314,1,314,1,314,1,314,1,314,1,314,1,314,5,314,6807,8,314,10,314, + 12,314,6810,9,314,1,314,1,314,1,314,3,314,6815,8,314,1,314,1,314, + 1,314,1,314,1,314,1,314,1,314,1,314,5,314,6825,8,314,10,314,12,314, + 6828,9,314,3,314,6830,8,314,1,315,1,315,1,316,1,316,1,316,1,316, + 1,316,3,316,6839,8,316,1,316,1,316,1,316,3,316,6844,8,316,1,317, + 1,317,1,318,1,318,1,319,1,319,1,320,1,320,1,321,1,321,1,322,1,322, + 1,323,1,323,1,324,1,324,1,324,5,324,6863,8,324,10,324,12,324,6866, + 9,324,1,325,1,325,1,326,1,326,1,327,1,327,1,328,1,328,1,329,1,329, + 1,329,5,329,6879,8,329,10,329,12,329,6882,9,329,1,330,1,330,1,331, + 1,331,1,331,5,331,6889,8,331,10,331,12,331,6892,9,331,1,332,1,332, + 3,332,6896,8,332,1,333,1,333,1,333,3,333,6901,8,333,3,333,6903,8, + 333,1,333,3,333,6906,8,333,1,333,1,333,3,333,6910,8,333,3,333,6912, + 8,333,1,334,1,334,1,334,5,334,6917,8,334,10,334,12,334,6920,9,334, + 1,335,1,335,1,336,1,336,1,336,3,336,6927,8,336,3,336,6929,8,336, + 1,336,3,336,6932,8,336,1,336,1,336,3,336,6936,8,336,1,336,1,336, + 3,336,6940,8,336,1,337,1,337,1,337,3,337,6945,8,337,3,337,6947,8, + 337,1,337,3,337,6950,8,337,1,337,1,337,3,337,6954,8,337,3,337,6956, + 8,337,1,338,1,338,1,338,1,338,1,338,3,338,6963,8,338,3,338,6965, + 8,338,3,338,6967,8,338,1,339,1,339,1,340,1,340,1,341,1,341,1,342, + 1,342,1,342,5,342,6978,8,342,10,342,12,342,6981,9,342,1,343,1,343, + 1,344,1,344,1,344,1,344,1,344,3,344,6990,8,344,1,344,3,344,6993, + 8,344,1,344,3,344,6996,8,344,1,345,1,345,1,345,1,345,1,346,1,346, + 1,346,1,347,1,347,1,347,1,347,3,347,7009,8,347,1,348,1,348,1,349, + 1,349,3,349,7015,8,349,1,349,3,349,7018,8,349,1,350,1,350,1,351, + 1,351,1,351,1,351,3,351,7026,8,351,1,352,1,352,1,353,1,353,1,353, + 3,353,7033,8,353,1,354,1,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,4,355,7051,8,355, + 11,355,12,355,7052,1,356,1,356,1,356,1,356,1,356,3,356,7060,8,356, + 3,356,7062,8,356,1,357,1,357,1,357,4,357,7067,8,357,11,357,12,357, + 7068,3,357,7071,8,357,1,358,1,358,3,358,7075,8,358,1,359,1,359,1, + 359,5,359,7080,8,359,10,359,12,359,7083,9,359,1,360,1,360,1,360, + 3,360,7088,8,360,1,361,1,361,1,361,1,361,1,361,1,361,1,361,1,361, + 1,361,3,361,7099,8,361,1,362,1,362,1,362,1,362,3,362,7105,8,362, + 1,363,1,363,1,364,1,364,3,364,7111,8,364,1,365,3,365,7114,8,365, + 1,365,1,365,3,365,7118,8,365,1,365,4,365,7121,8,365,11,365,12,365, + 7122,1,365,3,365,7126,8,365,1,365,1,365,3,365,7130,8,365,1,365,1, + 365,3,365,7134,8,365,3,365,7136,8,365,1,366,1,366,1,367,3,367,7141, + 8,367,1,367,1,367,1,368,3,368,7146,8,368,1,368,1,368,1,369,1,369, + 1,369,1,369,1,369,1,369,1,369,1,369,1,369,3,369,7159,8,369,1,369, + 3,369,7162,8,369,1,370,1,370,3,370,7166,8,370,1,370,3,370,7169,8, + 370,1,370,3,370,7172,8,370,1,370,1,370,1,370,3,370,7177,8,370,1, + 370,1,370,1,370,3,370,7182,8,370,1,370,1,370,1,370,1,370,3,370,7188, + 8,370,1,370,3,370,7191,8,370,1,370,1,370,1,370,3,370,7196,8,370, + 1,370,3,370,7199,8,370,1,370,1,370,1,370,3,370,7204,8,370,1,370, + 3,370,7207,8,370,1,370,1,370,3,370,7211,8,370,1,370,5,370,7214,8, + 370,10,370,12,370,7217,9,370,1,370,1,370,3,370,7221,8,370,1,370, + 5,370,7224,8,370,10,370,12,370,7227,9,370,1,370,1,370,3,370,7231, + 8,370,1,370,3,370,7234,8,370,1,370,5,370,7237,8,370,10,370,12,370, + 7240,9,370,1,370,1,370,3,370,7244,8,370,1,370,5,370,7247,8,370,10, + 370,12,370,7250,9,370,1,370,1,370,1,370,3,370,7255,8,370,1,370,1, + 370,1,370,3,370,7260,8,370,1,370,1,370,1,370,3,370,7265,8,370,1, + 370,1,370,1,370,3,370,7270,8,370,1,370,1,370,3,370,7274,8,370,1, + 370,3,370,7277,8,370,1,370,1,370,1,370,3,370,7282,8,370,1,370,1, + 370,3,370,7286,8,370,1,370,1,370,3,370,7290,8,370,1,371,1,371,1, + 371,1,371,5,371,7296,8,371,10,371,12,371,7299,9,371,1,371,1,371, + 1,372,1,372,3,372,7305,8,372,1,372,1,372,3,372,7309,8,372,1,372, + 1,372,1,372,3,372,7314,8,372,1,372,1,372,1,372,3,372,7319,8,372, + 1,372,1,372,3,372,7323,8,372,3,372,7325,8,372,1,372,3,372,7328,8, + 372,1,373,1,373,1,373,1,373,1,374,1,374,1,374,1,374,1,374,1,374, + 1,375,1,375,1,375,1,375,3,375,7344,8,375,1,375,1,375,1,376,1,376, + 1,376,1,376,5,376,7352,8,376,10,376,12,376,7355,9,376,1,376,1,376, + 1,377,1,377,1,377,5,377,7362,8,377,10,377,12,377,7365,9,377,1,378, + 1,378,1,378,1,378,5,378,7371,8,378,10,378,12,378,7374,9,378,1,379, + 1,379,1,379,1,379,5,379,7380,8,379,10,379,12,379,7383,9,379,1,379, + 1,379,1,380,1,380,3,380,7389,8,380,1,381,1,381,1,381,5,381,7394, + 8,381,10,381,12,381,7397,9,381,1,382,1,382,1,382,5,382,7402,8,382, + 10,382,12,382,7405,9,382,1,383,1,383,1,383,5,383,7410,8,383,10,383, + 12,383,7413,9,383,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, + 1,384,3,384,7424,8,384,1,384,1,384,1,384,1,384,1,384,3,384,7431, + 8,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,3,384,7441, + 8,384,1,385,1,385,1,385,3,385,7446,8,385,1,385,3,385,7449,8,385, + 1,385,1,385,1,385,3,385,7454,8,385,1,385,3,385,7457,8,385,1,386, + 1,386,1,386,1,387,1,387,1,387,1,387,1,388,1,388,1,388,1,389,1,389, + 1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,3,389,7479,8,389, + 1,389,1,389,1,389,1,389,1,389,1,389,1,389,3,389,7488,8,389,1,389, + 3,389,7491,8,389,1,390,1,390,1,390,3,390,7496,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,4,390,7527,8,390,11,390,12,390,7528, + 1,390,1,390,3,390,7533,8,390,1,390,1,390,1,390,1,390,1,390,4,390, + 7540,8,390,11,390,12,390,7541,1,390,1,390,3,390,7546,8,390,1,390, + 1,390,1,390,1,390,1,390,1,390,1,390,3,390,7555,8,390,1,390,1,390, + 1,390,1,390,1,390,1,390,3,390,7563,8,390,1,390,1,390,1,390,3,390, + 7568,8,390,1,390,1,390,1,390,1,390,1,390,1,390,3,390,7576,8,390, + 1,390,1,390,1,390,3,390,7581,8,390,1,390,1,390,1,390,3,390,7586, + 8,390,3,390,7588,8,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390, + 3,390,7597,8,390,1,390,1,390,1,390,3,390,7602,8,390,1,390,1,390, + 1,390,1,390,1,390,1,390,3,390,7610,8,390,1,390,1,390,1,390,3,390, + 7615,8,390,1,390,1,390,1,390,1,390,1,390,1,390,3,390,7623,8,390, + 1,390,1,390,1,390,1,390,1,390,1,390,3,390,7631,8,390,1,390,3,390, + 7634,8,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,3,390, + 7644,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,3,390,7662,8,390,1,390, + 3,390,7665,8,390,1,390,3,390,7668,8,390,1,390,1,390,3,390,7672,8, + 390,1,391,1,391,1,391,1,391,1,391,1,392,1,392,1,392,1,392,5,392, + 7683,8,392,10,392,12,392,7686,9,392,1,392,1,392,1,392,1,392,1,392, + 3,392,7693,8,392,1,393,1,393,3,393,7697,8,393,1,394,1,394,1,394, + 3,394,7702,8,394,1,394,1,394,1,394,3,394,7707,8,394,1,394,1,394, + 1,394,1,394,3,394,7713,8,394,1,394,1,394,1,394,3,394,7718,8,394, + 1,394,1,394,3,394,7722,8,394,1,394,1,394,1,394,3,394,7727,8,394, + 1,394,1,394,1,394,3,394,7732,8,394,1,394,1,394,1,394,3,394,7737, + 8,394,1,394,1,394,1,394,1,394,1,394,1,394,5,394,7745,8,394,10,394, + 12,394,7748,9,394,3,394,7750,8,394,1,394,1,394,3,394,7754,8,394, + 1,394,1,394,3,394,7758,8,394,1,395,1,395,1,395,1,395,1,395,3,395, + 7765,8,395,1,395,1,395,3,395,7769,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,3,395,7798,8,395,1,396,1,396,1,396,1,396,1,396,1,396,3,396, + 7806,8,396,1,397,3,397,7809,8,397,1,397,3,397,7812,8,397,1,397,3, + 397,7815,8,397,1,397,3,397,7818,8,397,1,398,1,398,1,399,1,399,1, + 399,1,399,1,399,1,399,1,399,3,399,7829,8,399,1,400,1,400,1,400,1, + 400,1,400,1,400,1,400,3,400,7838,8,400,1,401,1,401,1,401,1,401,1, + 401,5,401,7845,8,401,10,401,12,401,7848,9,401,1,402,1,402,1,402, + 1,402,1,402,1,402,1,402,1,402,1,402,1,402,1,402,1,402,1,402,1,402, + 1,402,1,402,1,402,1,402,1,402,1,402,1,402,1,402,1,402,1,402,3,402, + 7874,8,402,1,403,1,403,1,403,1,403,1,403,1,404,1,404,1,404,5,404, + 7884,8,404,10,404,12,404,7887,9,404,1,405,1,405,1,405,3,405,7892, + 8,405,1,406,1,406,1,406,1,406,1,406,1,406,3,406,7900,8,406,1,406, + 1,406,1,406,3,406,7905,8,406,1,406,1,406,1,406,1,406,5,406,7911, + 8,406,10,406,12,406,7914,9,406,1,407,1,407,1,407,1,407,1,407,3,407, + 7921,8,407,1,407,1,407,1,407,1,407,1,407,1,407,1,407,1,407,1,407, + 1,407,1,407,3,407,7934,8,407,1,407,1,407,1,407,1,407,3,407,7940, + 8,407,1,407,1,407,1,407,1,407,3,407,7946,8,407,1,407,1,407,1,407, + 1,407,1,407,1,407,1,407,1,407,1,407,1,407,1,407,1,407,1,407,3,407, + 7961,8,407,1,407,1,407,3,407,7965,8,407,1,407,1,407,1,407,1,407, + 3,407,7971,8,407,1,407,1,407,1,407,1,407,1,407,1,407,1,407,5,407, + 7980,8,407,10,407,12,407,7983,9,407,1,408,1,408,1,408,1,408,1,408, + 1,408,1,408,1,408,1,408,1,408,1,408,1,408,1,408,1,408,1,408,1,408, + 5,408,8001,8,408,10,408,12,408,8004,9,408,1,408,1,408,1,408,1,408, + 1,408,1,408,1,408,4,408,8013,8,408,11,408,12,408,8014,1,408,1,408, + 1,408,1,408,1,408,1,408,1,408,1,408,1,408,1,408,1,408,1,408,1,408, + 1,408,1,408,1,408,3,408,8033,8,408,1,408,1,408,1,408,1,408,1,408, + 1,408,1,408,1,408,1,408,1,408,1,408,1,408,1,408,1,408,1,408,5,408, + 8050,8,408,10,408,12,408,8053,9,408,1,409,1,409,1,410,1,410,1,410, + 1,410,1,410,1,410,1,410,1,410,3,410,8065,8,410,1,411,1,411,1,411, + 1,411,1,411,1,411,1,411,3,411,8074,8,411,1,412,1,412,1,412,1,412, + 1,412,1,412,1,412,3,412,8083,8,412,1,413,1,413,1,413,1,413,1,413, + 1,413,1,413,3,413,8092,8,413,1,414,1,414,1,415,1,415,1,415,1,415, + 1,415,3,415,8101,8,415,1,416,1,416,1,417,1,417,1,418,1,418,1,419, + 1,419,1,420,1,420,1,421,1,421,1,422,1,422,1,422,0,5,212,214,812, + 814,816,423,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, @@ -49497,2912 +49396,2909 @@ export class MySqlParser extends SQLParserBase { 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,0,160, - 2,0,39,39,152,152,2,0,508,508,514,514,3,0,69,69,161,161,182,182, - 3,0,42,42,357,357,430,430,4,0,42,42,389,389,505,505,595,595,4,0, - 208,208,210,210,216,216,649,649,2,0,494,494,882,882,2,0,79,79,143, - 143,2,0,16,16,306,306,3,0,44,44,86,86,185,185,2,0,406,406,538,538, - 3,0,486,486,661,661,670,670,2,0,364,364,436,436,2,0,325,325,450, - 450,2,0,42,42,871,872,2,0,37,37,678,678,2,0,323,323,418,418,2,0, - 435,435,686,686,3,0,80,80,85,85,126,126,2,0,82,82,92,92,2,0,69,69, - 161,161,3,0,42,42,374,374,403,403,3,0,42,42,370,370,802,802,2,0, - 648,648,685,685,3,0,408,408,526,526,597,597,2,0,329,329,522,522, - 1,0,871,872,2,0,882,882,889,889,2,0,82,82,360,360,2,0,523,523,882, - 882,2,0,524,524,882,882,3,0,402,402,445,445,502,502,7,0,42,42,342, - 342,345,345,374,374,403,403,554,554,889,889,2,0,494,494,506,506, - 1,0,872,873,2,0,6,6,51,51,2,0,5,5,81,81,2,0,27,27,31,31,4,0,42,42, - 357,357,430,430,434,434,2,0,368,368,375,375,2,0,369,369,425,425, - 2,0,13,13,176,176,2,0,194,194,690,690,2,0,22,22,146,146,3,0,43,43, - 76,76,107,107,2,0,7,7,49,49,2,0,107,107,347,347,2,0,337,337,398, - 398,2,0,102,102,587,587,2,0,43,43,107,107,3,0,59,59,181,181,828, - 828,2,0,185,185,594,594,2,0,159,159,503,503,4,0,402,402,445,445, - 501,501,542,542,2,0,402,402,501,501,2,0,14,14,45,45,3,0,66,66,79, - 79,187,187,2,0,35,35,84,84,2,0,98,98,150,150,2,0,7,7,49,50,1,0,637, - 638,2,0,173,173,752,752,2,0,413,413,593,593,2,0,228,228,453,453, - 2,0,563,563,598,598,8,0,108,108,455,455,459,460,462,462,464,464, - 467,476,499,499,557,557,6,0,456,458,461,461,463,463,465,465,477, - 477,558,558,7,0,109,109,411,411,416,416,454,454,466,466,573,573, - 617,617,2,0,116,116,882,882,2,0,118,119,507,507,7,0,499,499,557, - 557,606,609,611,611,619,619,622,628,630,632,6,0,558,558,610,610, - 612,612,614,616,618,618,620,620,7,0,412,412,416,416,573,573,613, - 613,617,617,621,621,629,629,3,0,70,70,118,119,507,507,2,0,438,438, - 639,639,2,0,633,633,635,635,2,0,317,317,640,640,2,0,91,91,577,577, - 2,0,51,51,362,362,3,0,32,32,61,61,180,180,2,0,15,15,340,340,2,0, - 678,678,835,835,3,0,132,132,173,173,409,409,3,0,6,6,51,51,492,492, - 3,0,13,13,20,20,188,188,2,0,42,42,122,122,2,0,104,104,183,183,1, - 0,873,874,2,0,333,333,598,598,2,0,40,40,684,684,2,0,392,392,549, - 549,2,0,115,115,450,450,3,0,413,413,531,531,893,894,2,0,841,841, - 857,857,2,0,318,318,559,559,2,0,68,68,80,80,3,0,132,132,178,178, - 385,385,2,0,493,493,645,645,2,0,383,383,688,688,3,0,82,82,93,93, - 426,426,4,0,413,413,450,450,531,532,593,593,2,0,645,645,683,683, - 2,0,349,349,548,548,6,0,228,228,380,380,382,382,410,410,556,556, - 599,599,2,0,45,46,62,62,3,0,442,442,663,663,666,666,10,0,332,332, - 339,339,351,353,359,359,487,487,495,495,650,650,657,657,822,822, - 832,832,2,0,36,36,170,170,2,0,117,117,831,831,11,0,332,332,339,339, - 351,353,359,359,487,487,495,495,578,578,650,650,657,657,822,822, - 832,832,2,0,870,870,891,892,1,0,892,893,2,0,348,348,797,808,3,0, - 871,874,883,883,885,885,2,0,63,63,179,179,2,0,116,116,886,886,5, - 0,26,26,224,226,233,233,235,238,498,498,2,0,26,26,224,224,2,0,26, - 26,224,225,1,0,198,209,3,0,184,184,197,197,596,596,2,0,213,218,403, - 403,6,0,219,219,230,230,232,232,234,234,241,241,321,322,4,0,220, - 223,228,229,231,231,319,319,2,0,155,155,239,239,2,0,442,442,813, - 821,2,0,228,228,498,498,5,0,202,202,208,208,219,220,222,222,442, - 442,1,0,216,217,2,0,184,184,596,596,2,0,202,202,208,208,2,0,189, - 189,682,682,2,0,287,288,294,294,3,0,152,152,285,288,303,303,1,0, - 297,298,3,0,18,18,96,96,177,177,2,0,224,224,228,228,2,0,219,220, - 222,222,3,0,14,14,45,45,830,830,3,0,258,258,270,271,281,281,3,0, - 259,261,277,280,282,284,2,0,267,267,269,269,2,0,265,265,268,268, - 2,0,263,264,274,276,2,0,134,134,587,587,2,0,405,405,539,539,2,0, - 512,512,529,529,2,0,114,114,860,860,3,0,63,63,179,179,674,674,2, - 0,139,139,151,151,3,0,7,7,309,309,602,602,3,0,114,114,853,854,860, - 861,1,0,850,856,2,0,228,228,756,796,1,0,809,812,5,0,717,718,734, - 736,743,743,749,750,752,752,1,0,696,703,3,0,219,223,236,236,239, - 239,75,0,12,12,15,15,19,19,30,30,36,37,42,42,48,48,55,55,57,57,59, - 59,74,74,95,95,117,117,122,122,125,125,131,131,160,160,170,170,241, - 241,255,262,266,266,270,271,277,284,304,309,311,329,331,343,345, - 376,378,393,395,400,402,404,406,410,413,415,417,426,428,428,430, - 434,436,454,456,463,465,473,475,476,478,498,500,506,508,510,512, - 522,525,530,533,538,540,542,544,554,556,562,565,572,575,575,577, - 605,633,647,649,665,667,674,676,685,687,688,690,695,704,704,706, - 707,709,712,714,716,719,721,726,727,729,733,737,738,740,742,744, - 744,746,748,751,751,753,755,802,802,822,822,825,825,832,833,838, - 838,24,0,39,39,98,98,150,150,152,152,219,221,223,223,253,254,262, - 265,267,269,272,276,296,296,435,435,686,686,696,703,746,746,813, - 813,816,821,823,824,826,827,829,831,834,834,836,836,840,840,856, - 856,9501,0,857,1,0,0,0,2,867,1,0,0,0,4,876,1,0,0,0,6,878,1,0,0,0, - 8,920,1,0,0,0,10,939,1,0,0,0,12,950,1,0,0,0,14,966,1,0,0,0,16,971, - 1,0,0,0,18,983,1,0,0,0,20,1018,1,0,0,0,22,1028,1,0,0,0,24,1030,1, - 0,0,0,26,1042,1,0,0,0,28,1072,1,0,0,0,30,1108,1,0,0,0,32,1159,1, - 0,0,0,34,1188,1,0,0,0,36,1224,1,0,0,0,38,1238,1,0,0,0,40,1245,1, - 0,0,0,42,1342,1,0,0,0,44,1344,1,0,0,0,46,1381,1,0,0,0,48,1445,1, - 0,0,0,50,1470,1,0,0,0,52,1476,1,0,0,0,54,1498,1,0,0,0,56,1585,1, - 0,0,0,58,1592,1,0,0,0,60,1594,1,0,0,0,62,1599,1,0,0,0,64,1639,1, - 0,0,0,66,1645,1,0,0,0,68,1647,1,0,0,0,70,1668,1,0,0,0,72,1675,1, - 0,0,0,74,1677,1,0,0,0,76,1702,1,0,0,0,78,1705,1,0,0,0,80,1710,1, - 0,0,0,82,1736,1,0,0,0,84,1752,1,0,0,0,86,1754,1,0,0,0,88,1848,1, - 0,0,0,90,1851,1,0,0,0,92,1863,1,0,0,0,94,1867,1,0,0,0,96,1917,1, - 0,0,0,98,1919,1,0,0,0,100,1947,1,0,0,0,102,1957,1,0,0,0,104,2144, - 1,0,0,0,106,2146,1,0,0,0,108,2148,1,0,0,0,110,2151,1,0,0,0,112,2226, - 1,0,0,0,114,2249,1,0,0,0,116,2397,1,0,0,0,118,2402,1,0,0,0,120,2404, - 1,0,0,0,122,2414,1,0,0,0,124,2470,1,0,0,0,126,2490,1,0,0,0,128,2492, - 1,0,0,0,130,2527,1,0,0,0,132,2536,1,0,0,0,134,2543,1,0,0,0,136,2566, - 1,0,0,0,138,2575,1,0,0,0,140,2590,1,0,0,0,142,2612,1,0,0,0,144,2668, - 1,0,0,0,146,2964,1,0,0,0,148,3064,1,0,0,0,150,3066,1,0,0,0,152,3073, - 1,0,0,0,154,3080,1,0,0,0,156,3103,1,0,0,0,158,3113,1,0,0,0,160,3120, - 1,0,0,0,162,3127,1,0,0,0,164,3134,1,0,0,0,166,3143,1,0,0,0,168,3155, - 1,0,0,0,170,3168,1,0,0,0,172,3175,1,0,0,0,174,3191,1,0,0,0,176,3218, - 1,0,0,0,178,3220,1,0,0,0,180,3230,1,0,0,0,182,3234,1,0,0,0,184,3240, - 1,0,0,0,186,3252,1,0,0,0,188,3254,1,0,0,0,190,3261,1,0,0,0,192,3263, - 1,0,0,0,194,3312,1,0,0,0,196,3321,1,0,0,0,198,3323,1,0,0,0,200,3334, - 1,0,0,0,202,3340,1,0,0,0,204,3414,1,0,0,0,206,3477,1,0,0,0,208,3495, - 1,0,0,0,210,3579,1,0,0,0,212,3582,1,0,0,0,214,3594,1,0,0,0,216,3614, - 1,0,0,0,218,3642,1,0,0,0,220,3646,1,0,0,0,222,3648,1,0,0,0,224,3658, - 1,0,0,0,226,3678,1,0,0,0,228,3685,1,0,0,0,230,3687,1,0,0,0,232,3698, - 1,0,0,0,234,3707,1,0,0,0,236,3713,1,0,0,0,238,3736,1,0,0,0,240,3738, - 1,0,0,0,242,3774,1,0,0,0,244,3829,1,0,0,0,246,3838,1,0,0,0,248,3858, - 1,0,0,0,250,3870,1,0,0,0,252,3874,1,0,0,0,254,3885,1,0,0,0,256,3918, - 1,0,0,0,258,3939,1,0,0,0,260,3949,1,0,0,0,262,3953,1,0,0,0,264,3979, - 1,0,0,0,266,4020,1,0,0,0,268,4027,1,0,0,0,270,4029,1,0,0,0,272,4033, - 1,0,0,0,274,4050,1,0,0,0,276,4101,1,0,0,0,278,4113,1,0,0,0,280,4123, - 1,0,0,0,282,4125,1,0,0,0,284,4158,1,0,0,0,286,4166,1,0,0,0,288,4183, - 1,0,0,0,290,4199,1,0,0,0,292,4236,1,0,0,0,294,4242,1,0,0,0,296,4251, - 1,0,0,0,298,4264,1,0,0,0,300,4268,1,0,0,0,302,4297,1,0,0,0,304,4299, - 1,0,0,0,306,4303,1,0,0,0,308,4305,1,0,0,0,310,4313,1,0,0,0,312,4351, - 1,0,0,0,314,4365,1,0,0,0,316,4373,1,0,0,0,318,4377,1,0,0,0,320,4386, - 1,0,0,0,322,4400,1,0,0,0,324,4403,1,0,0,0,326,4421,1,0,0,0,328,4425, - 1,0,0,0,330,4441,1,0,0,0,332,4443,1,0,0,0,334,4455,1,0,0,0,336,4459, - 1,0,0,0,338,4476,1,0,0,0,340,4493,1,0,0,0,342,4496,1,0,0,0,344,4506, - 1,0,0,0,346,4510,1,0,0,0,348,4520,1,0,0,0,350,4523,1,0,0,0,352,4528, - 1,0,0,0,354,4548,1,0,0,0,356,4550,1,0,0,0,358,4567,1,0,0,0,360,4576, - 1,0,0,0,362,4585,1,0,0,0,364,4587,1,0,0,0,366,4601,1,0,0,0,368,4615, - 1,0,0,0,370,4630,1,0,0,0,372,4639,1,0,0,0,374,4664,1,0,0,0,376,4679, - 1,0,0,0,378,4698,1,0,0,0,380,4728,1,0,0,0,382,4730,1,0,0,0,384,4732, - 1,0,0,0,386,4734,1,0,0,0,388,4749,1,0,0,0,390,4778,1,0,0,0,392,4780, - 1,0,0,0,394,4782,1,0,0,0,396,4784,1,0,0,0,398,4799,1,0,0,0,400,4801, - 1,0,0,0,402,4868,1,0,0,0,404,4870,1,0,0,0,406,4876,1,0,0,0,408,4903, - 1,0,0,0,410,4917,1,0,0,0,412,4928,1,0,0,0,414,4930,1,0,0,0,416,4936, - 1,0,0,0,418,4946,1,0,0,0,420,4950,1,0,0,0,422,4957,1,0,0,0,424,4961, - 1,0,0,0,426,4967,1,0,0,0,428,4974,1,0,0,0,430,4980,1,0,0,0,432,4986, - 1,0,0,0,434,4991,1,0,0,0,436,5036,1,0,0,0,438,5057,1,0,0,0,440,5082, - 1,0,0,0,442,5085,1,0,0,0,444,5091,1,0,0,0,446,5107,1,0,0,0,448,5122, - 1,0,0,0,450,5128,1,0,0,0,452,5158,1,0,0,0,454,5160,1,0,0,0,456,5167, - 1,0,0,0,458,5179,1,0,0,0,460,5185,1,0,0,0,462,5210,1,0,0,0,464,5214, - 1,0,0,0,466,5218,1,0,0,0,468,5229,1,0,0,0,470,5237,1,0,0,0,472,5300, - 1,0,0,0,474,5359,1,0,0,0,476,5461,1,0,0,0,478,5471,1,0,0,0,480,5473, - 1,0,0,0,482,5491,1,0,0,0,484,5515,1,0,0,0,486,5539,1,0,0,0,488,5546, - 1,0,0,0,490,5566,1,0,0,0,492,5575,1,0,0,0,494,5637,1,0,0,0,496,5639, - 1,0,0,0,498,5643,1,0,0,0,500,5677,1,0,0,0,502,5679,1,0,0,0,504,5682, - 1,0,0,0,506,5746,1,0,0,0,508,5765,1,0,0,0,510,5792,1,0,0,0,512,5796, - 1,0,0,0,514,5817,1,0,0,0,516,5827,1,0,0,0,518,5837,1,0,0,0,520,5877, - 1,0,0,0,522,5879,1,0,0,0,524,5882,1,0,0,0,526,5912,1,0,0,0,528,5914, - 1,0,0,0,530,5917,1,0,0,0,532,6017,1,0,0,0,534,6035,1,0,0,0,536,6037, - 1,0,0,0,538,6089,1,0,0,0,540,6091,1,0,0,0,542,6100,1,0,0,0,544,6106, - 1,0,0,0,546,6113,1,0,0,0,548,6128,1,0,0,0,550,6137,1,0,0,0,552,6139, - 1,0,0,0,554,6160,1,0,0,0,556,6165,1,0,0,0,558,6175,1,0,0,0,560,6181, - 1,0,0,0,562,6215,1,0,0,0,564,6269,1,0,0,0,566,6455,1,0,0,0,568,6467, - 1,0,0,0,570,6483,1,0,0,0,572,6489,1,0,0,0,574,6508,1,0,0,0,576,6521, - 1,0,0,0,578,6535,1,0,0,0,580,6537,1,0,0,0,582,6540,1,0,0,0,584,6564, - 1,0,0,0,586,6576,1,0,0,0,588,6582,1,0,0,0,590,6594,1,0,0,0,592,6608, - 1,0,0,0,594,6610,1,0,0,0,596,6618,1,0,0,0,598,6626,1,0,0,0,600,6628, - 1,0,0,0,602,6630,1,0,0,0,604,6670,1,0,0,0,606,6677,1,0,0,0,608,6679, - 1,0,0,0,610,6702,1,0,0,0,612,6708,1,0,0,0,614,6718,1,0,0,0,616,6727, - 1,0,0,0,618,6730,1,0,0,0,620,6733,1,0,0,0,622,6754,1,0,0,0,624,6775, - 1,0,0,0,626,6783,1,0,0,0,628,6795,1,0,0,0,630,6803,1,0,0,0,632,6841, - 1,0,0,0,634,6853,1,0,0,0,636,6855,1,0,0,0,638,6857,1,0,0,0,640,6859, - 1,0,0,0,642,6861,1,0,0,0,644,6863,1,0,0,0,646,6865,1,0,0,0,648,6867, - 1,0,0,0,650,6869,1,0,0,0,652,6877,1,0,0,0,654,6879,1,0,0,0,656,6881, - 1,0,0,0,658,6883,1,0,0,0,660,6885,1,0,0,0,662,6893,1,0,0,0,664,6895, - 1,0,0,0,666,6905,1,0,0,0,668,6921,1,0,0,0,670,6923,1,0,0,0,672,6931, - 1,0,0,0,674,6949,1,0,0,0,676,6965,1,0,0,0,678,6976,1,0,0,0,680,6978, - 1,0,0,0,682,6980,1,0,0,0,684,6982,1,0,0,0,686,6984,1,0,0,0,688,6992, - 1,0,0,0,690,7002,1,0,0,0,692,7007,1,0,0,0,694,7011,1,0,0,0,696,7018, - 1,0,0,0,698,7020,1,0,0,0,700,7027,1,0,0,0,702,7029,1,0,0,0,704,7035, - 1,0,0,0,706,7037,1,0,0,0,708,7042,1,0,0,0,710,7044,1,0,0,0,712,7046, - 1,0,0,0,714,7064,1,0,0,0,716,7080,1,0,0,0,718,7082,1,0,0,0,720,7086, - 1,0,0,0,722,7097,1,0,0,0,724,7108,1,0,0,0,726,7114,1,0,0,0,728,7116, - 1,0,0,0,730,7120,1,0,0,0,732,7145,1,0,0,0,734,7147,1,0,0,0,736,7150, - 1,0,0,0,738,7155,1,0,0,0,740,7171,1,0,0,0,742,7299,1,0,0,0,744,7301, - 1,0,0,0,746,7334,1,0,0,0,748,7339,1,0,0,0,750,7343,1,0,0,0,752,7349, - 1,0,0,0,754,7357,1,0,0,0,756,7368,1,0,0,0,758,7376,1,0,0,0,760,7385, - 1,0,0,0,762,7398,1,0,0,0,764,7400,1,0,0,0,766,7408,1,0,0,0,768,7416, - 1,0,0,0,770,7450,1,0,0,0,772,7466,1,0,0,0,774,7468,1,0,0,0,776,7471, - 1,0,0,0,778,7475,1,0,0,0,780,7500,1,0,0,0,782,7681,1,0,0,0,784,7683, - 1,0,0,0,786,7702,1,0,0,0,788,7704,1,0,0,0,790,7767,1,0,0,0,792,7807, - 1,0,0,0,794,7809,1,0,0,0,796,7818,1,0,0,0,798,7829,1,0,0,0,800,7831, - 1,0,0,0,802,7834,1,0,0,0,804,7838,1,0,0,0,806,7840,1,0,0,0,808,7852, - 1,0,0,0,810,7854,1,0,0,0,812,7888,1,0,0,0,814,7890,1,0,0,0,816,7895, - 1,0,0,0,818,7906,1,0,0,0,820,7919,1,0,0,0,822,7930,1,0,0,0,824,8047, - 1,0,0,0,826,8069,1,0,0,0,828,8079,1,0,0,0,830,8088,1,0,0,0,832,8097, - 1,0,0,0,834,8106,1,0,0,0,836,8108,1,0,0,0,838,8115,1,0,0,0,840,8117, - 1,0,0,0,842,8119,1,0,0,0,844,8121,1,0,0,0,846,8123,1,0,0,0,848,8125, - 1,0,0,0,850,8127,1,0,0,0,852,8129,1,0,0,0,854,856,3,2,1,0,855,854, - 1,0,0,0,856,859,1,0,0,0,857,855,1,0,0,0,857,858,1,0,0,0,858,860, - 1,0,0,0,859,857,1,0,0,0,860,861,5,0,0,1,861,1,1,0,0,0,862,864,3, - 4,2,0,863,865,5,869,0,0,864,863,1,0,0,0,864,865,1,0,0,0,865,868, - 1,0,0,0,866,868,3,6,3,0,867,862,1,0,0,0,867,866,1,0,0,0,868,3,1, - 0,0,0,869,877,3,8,4,0,870,877,3,10,5,0,871,877,3,12,6,0,872,877, - 3,14,7,0,873,877,3,16,8,0,874,877,3,20,10,0,875,877,3,22,11,0,876, - 869,1,0,0,0,876,870,1,0,0,0,876,871,1,0,0,0,876,872,1,0,0,0,876, - 873,1,0,0,0,876,874,1,0,0,0,876,875,1,0,0,0,877,5,1,0,0,0,878,879, - 5,869,0,0,879,7,1,0,0,0,880,921,3,24,12,0,881,921,3,26,13,0,882, - 921,3,28,14,0,883,921,3,30,15,0,884,921,3,32,16,0,885,921,3,34,17, - 0,886,921,3,36,18,0,887,921,3,40,20,0,888,921,3,42,21,0,889,921, - 3,44,22,0,890,921,3,46,23,0,891,921,3,48,24,0,892,921,3,54,27,0, - 893,921,3,38,19,0,894,921,3,126,63,0,895,921,3,128,64,0,896,921, - 3,130,65,0,897,921,3,132,66,0,898,921,3,134,67,0,899,921,3,136,68, - 0,900,921,3,138,69,0,901,921,3,140,70,0,902,921,3,142,71,0,903,921, - 3,144,72,0,904,921,3,150,75,0,905,921,3,152,76,0,906,921,3,154,77, - 0,907,921,3,156,78,0,908,921,3,158,79,0,909,921,3,160,80,0,910,921, - 3,162,81,0,911,921,3,164,82,0,912,921,3,166,83,0,913,921,3,168,84, - 0,914,921,3,170,85,0,915,921,3,172,86,0,916,921,3,174,87,0,917,921, - 3,176,88,0,918,921,3,178,89,0,919,921,3,182,91,0,920,880,1,0,0,0, - 920,881,1,0,0,0,920,882,1,0,0,0,920,883,1,0,0,0,920,884,1,0,0,0, - 920,885,1,0,0,0,920,886,1,0,0,0,920,887,1,0,0,0,920,888,1,0,0,0, - 920,889,1,0,0,0,920,890,1,0,0,0,920,891,1,0,0,0,920,892,1,0,0,0, - 920,893,1,0,0,0,920,894,1,0,0,0,920,895,1,0,0,0,920,896,1,0,0,0, - 920,897,1,0,0,0,920,898,1,0,0,0,920,899,1,0,0,0,920,900,1,0,0,0, - 920,901,1,0,0,0,920,902,1,0,0,0,920,903,1,0,0,0,920,904,1,0,0,0, - 920,905,1,0,0,0,920,906,1,0,0,0,920,907,1,0,0,0,920,908,1,0,0,0, - 920,909,1,0,0,0,920,910,1,0,0,0,920,911,1,0,0,0,920,912,1,0,0,0, - 920,913,1,0,0,0,920,914,1,0,0,0,920,915,1,0,0,0,920,916,1,0,0,0, - 920,917,1,0,0,0,920,918,1,0,0,0,920,919,1,0,0,0,921,9,1,0,0,0,922, - 940,3,210,105,0,923,940,3,212,106,0,924,940,3,192,96,0,925,940,3, - 220,110,0,926,940,3,186,93,0,927,940,3,208,104,0,928,940,3,184,92, - 0,929,940,3,198,99,0,930,940,3,202,101,0,931,940,3,204,102,0,932, - 940,3,206,103,0,933,940,3,188,94,0,934,940,3,190,95,0,935,940,3, - 252,126,0,936,940,3,222,111,0,937,940,3,626,313,0,938,940,3,628, - 314,0,939,922,1,0,0,0,939,923,1,0,0,0,939,924,1,0,0,0,939,925,1, - 0,0,0,939,926,1,0,0,0,939,927,1,0,0,0,939,928,1,0,0,0,939,929,1, - 0,0,0,939,930,1,0,0,0,939,931,1,0,0,0,939,932,1,0,0,0,939,933,1, - 0,0,0,939,934,1,0,0,0,939,935,1,0,0,0,939,936,1,0,0,0,939,937,1, - 0,0,0,939,938,1,0,0,0,940,11,1,0,0,0,941,951,3,332,166,0,942,951, - 3,334,167,0,943,951,3,336,168,0,944,951,3,338,169,0,945,951,3,340, - 170,0,946,951,3,342,171,0,947,951,3,344,172,0,948,951,3,346,173, - 0,949,951,3,348,174,0,950,941,1,0,0,0,950,942,1,0,0,0,950,943,1, - 0,0,0,950,944,1,0,0,0,950,945,1,0,0,0,950,946,1,0,0,0,950,947,1, - 0,0,0,950,948,1,0,0,0,950,949,1,0,0,0,951,13,1,0,0,0,952,967,3,364, - 182,0,953,967,3,366,183,0,954,967,3,368,184,0,955,967,3,370,185, - 0,956,967,3,372,186,0,957,967,3,374,187,0,958,967,3,376,188,0,959, - 967,3,378,189,0,960,967,3,414,207,0,961,967,3,416,208,0,962,967, - 3,418,209,0,963,967,3,420,210,0,964,967,3,422,211,0,965,967,3,424, - 212,0,966,952,1,0,0,0,966,953,1,0,0,0,966,954,1,0,0,0,966,955,1, - 0,0,0,966,956,1,0,0,0,966,957,1,0,0,0,966,958,1,0,0,0,966,959,1, - 0,0,0,966,960,1,0,0,0,966,961,1,0,0,0,966,962,1,0,0,0,966,963,1, - 0,0,0,966,964,1,0,0,0,966,965,1,0,0,0,967,15,1,0,0,0,968,972,3,426, - 213,0,969,972,3,428,214,0,970,972,3,430,215,0,971,968,1,0,0,0,971, - 969,1,0,0,0,971,970,1,0,0,0,972,17,1,0,0,0,973,984,3,434,217,0,974, - 984,3,436,218,0,975,984,3,438,219,0,976,984,3,442,221,0,977,984, - 3,444,222,0,978,984,3,446,223,0,979,984,3,450,225,0,980,984,3,440, - 220,0,981,984,3,448,224,0,982,984,3,452,226,0,983,973,1,0,0,0,983, - 974,1,0,0,0,983,975,1,0,0,0,983,976,1,0,0,0,983,977,1,0,0,0,983, - 978,1,0,0,0,983,979,1,0,0,0,983,980,1,0,0,0,983,981,1,0,0,0,983, - 982,1,0,0,0,984,19,1,0,0,0,985,1019,3,470,235,0,986,1019,3,472,236, - 0,987,1019,3,474,237,0,988,1019,3,476,238,0,989,1019,3,480,240,0, - 990,1019,3,492,246,0,991,1019,3,494,247,0,992,1019,3,482,241,0,993, - 1019,3,484,242,0,994,1019,3,486,243,0,995,1019,3,488,244,0,996,1019, - 3,538,269,0,997,1019,3,540,270,0,998,1019,3,542,271,0,999,1019,3, - 544,272,0,1000,1019,3,546,273,0,1001,1019,3,552,276,0,1002,1019, - 3,556,278,0,1003,1019,3,558,279,0,1004,1019,3,560,280,0,1005,1019, - 3,562,281,0,1006,1019,3,564,282,0,1007,1019,3,566,283,0,1008,1019, - 3,580,290,0,1009,1019,3,582,291,0,1010,1019,3,584,292,0,1011,1019, - 3,586,293,0,1012,1019,3,588,294,0,1013,1019,3,590,295,0,1014,1019, - 3,594,297,0,1015,1019,3,596,298,0,1016,1019,3,598,299,0,1017,1019, - 3,600,300,0,1018,985,1,0,0,0,1018,986,1,0,0,0,1018,987,1,0,0,0,1018, - 988,1,0,0,0,1018,989,1,0,0,0,1018,990,1,0,0,0,1018,991,1,0,0,0,1018, - 992,1,0,0,0,1018,993,1,0,0,0,1018,994,1,0,0,0,1018,995,1,0,0,0,1018, - 996,1,0,0,0,1018,997,1,0,0,0,1018,998,1,0,0,0,1018,999,1,0,0,0,1018, - 1000,1,0,0,0,1018,1001,1,0,0,0,1018,1002,1,0,0,0,1018,1003,1,0,0, - 0,1018,1004,1,0,0,0,1018,1005,1,0,0,0,1018,1006,1,0,0,0,1018,1007, - 1,0,0,0,1018,1008,1,0,0,0,1018,1009,1,0,0,0,1018,1010,1,0,0,0,1018, - 1011,1,0,0,0,1018,1012,1,0,0,0,1018,1013,1,0,0,0,1018,1014,1,0,0, - 0,1018,1015,1,0,0,0,1018,1016,1,0,0,0,1018,1017,1,0,0,0,1019,21, - 1,0,0,0,1020,1029,3,612,306,0,1021,1029,3,610,305,0,1022,1029,3, - 614,307,0,1023,1029,3,616,308,0,1024,1029,3,618,309,0,1025,1029, - 3,620,310,0,1026,1029,3,622,311,0,1027,1029,3,630,315,0,1028,1020, - 1,0,0,0,1028,1021,1,0,0,0,1028,1022,1,0,0,0,1028,1023,1,0,0,0,1028, - 1024,1,0,0,0,1028,1025,1,0,0,0,1028,1026,1,0,0,0,1028,1027,1,0,0, - 0,1029,23,1,0,0,0,1030,1031,5,34,0,0,1031,1033,7,0,0,0,1032,1034, - 3,776,388,0,1033,1032,1,0,0,0,1033,1034,1,0,0,0,1034,1035,1,0,0, - 0,1035,1039,3,636,318,0,1036,1038,3,56,28,0,1037,1036,1,0,0,0,1038, - 1041,1,0,0,0,1039,1037,1,0,0,0,1039,1040,1,0,0,0,1040,25,1,0,0,0, - 1041,1039,1,0,0,0,1042,1044,5,34,0,0,1043,1045,3,62,31,0,1044,1043, - 1,0,0,0,1044,1045,1,0,0,0,1045,1046,1,0,0,0,1046,1048,5,385,0,0, - 1047,1049,3,776,388,0,1048,1047,1,0,0,0,1048,1049,1,0,0,0,1049,1050, - 1,0,0,0,1050,1051,3,718,359,0,1051,1052,5,119,0,0,1052,1053,5,590, - 0,0,1053,1060,3,64,32,0,1054,1055,5,119,0,0,1055,1057,5,343,0,0, - 1056,1058,5,114,0,0,1057,1056,1,0,0,0,1057,1058,1,0,0,0,1058,1059, - 1,0,0,0,1059,1061,5,541,0,0,1060,1054,1,0,0,0,1060,1061,1,0,0,0, - 1061,1063,1,0,0,0,1062,1064,3,72,36,0,1063,1062,1,0,0,0,1063,1064, - 1,0,0,0,1064,1067,1,0,0,0,1065,1066,5,340,0,0,1066,1068,5,882,0, - 0,1067,1065,1,0,0,0,1067,1068,1,0,0,0,1068,1069,1,0,0,0,1069,1070, - 5,371,0,0,1070,1071,3,432,216,0,1071,27,1,0,0,0,1072,1074,5,34,0, - 0,1073,1075,7,1,0,0,1074,1073,1,0,0,0,1074,1075,1,0,0,0,1075,1077, - 1,0,0,0,1076,1078,7,2,0,0,1077,1076,1,0,0,0,1077,1078,1,0,0,0,1078, - 1079,1,0,0,0,1079,1080,5,82,0,0,1080,1082,3,648,324,0,1081,1083, - 3,74,37,0,1082,1081,1,0,0,0,1082,1083,1,0,0,0,1083,1084,1,0,0,0, - 1084,1085,5,119,0,0,1085,1086,3,662,331,0,1086,1090,3,754,377,0, - 1087,1089,3,76,38,0,1088,1087,1,0,0,0,1089,1092,1,0,0,0,1090,1088, - 1,0,0,0,1090,1091,1,0,0,0,1091,1105,1,0,0,0,1092,1090,1,0,0,0,1093, - 1095,5,308,0,0,1094,1096,5,857,0,0,1095,1094,1,0,0,0,1095,1096,1, - 0,0,0,1096,1097,1,0,0,0,1097,1104,7,3,0,0,1098,1100,5,104,0,0,1099, - 1101,5,857,0,0,1100,1099,1,0,0,0,1100,1101,1,0,0,0,1101,1102,1,0, - 0,0,1102,1104,7,4,0,0,1103,1093,1,0,0,0,1103,1098,1,0,0,0,1104,1107, - 1,0,0,0,1105,1103,1,0,0,0,1105,1106,1,0,0,0,1106,29,1,0,0,0,1107, - 1105,1,0,0,0,1108,1109,5,34,0,0,1109,1110,5,451,0,0,1110,1111,5, - 74,0,0,1111,1112,3,722,361,0,1112,1113,5,6,0,0,1113,1114,5,671,0, - 0,1114,1120,5,882,0,0,1115,1117,5,428,0,0,1116,1118,5,857,0,0,1117, - 1116,1,0,0,0,1117,1118,1,0,0,0,1118,1119,1,0,0,0,1119,1121,3,730, - 365,0,1120,1115,1,0,0,0,1120,1121,1,0,0,0,1121,1127,1,0,0,0,1122, - 1124,5,672,0,0,1123,1125,5,857,0,0,1124,1123,1,0,0,0,1124,1125,1, - 0,0,0,1125,1126,1,0,0,0,1126,1128,3,730,365,0,1127,1122,1,0,0,0, - 1127,1128,1,0,0,0,1128,1134,1,0,0,0,1129,1131,5,553,0,0,1130,1132, - 5,857,0,0,1131,1130,1,0,0,0,1131,1132,1,0,0,0,1132,1133,1,0,0,0, - 1133,1135,3,730,365,0,1134,1129,1,0,0,0,1134,1135,1,0,0,0,1135,1141, - 1,0,0,0,1136,1138,5,504,0,0,1137,1139,5,857,0,0,1138,1137,1,0,0, - 0,1138,1139,1,0,0,0,1139,1140,1,0,0,0,1140,1142,3,722,361,0,1141, - 1136,1,0,0,0,1141,1142,1,0,0,0,1142,1144,1,0,0,0,1143,1145,5,687, - 0,0,1144,1143,1,0,0,0,1144,1145,1,0,0,0,1145,1151,1,0,0,0,1146,1148, - 5,340,0,0,1147,1149,5,857,0,0,1148,1147,1,0,0,0,1148,1149,1,0,0, - 0,1149,1150,1,0,0,0,1150,1152,5,882,0,0,1151,1146,1,0,0,0,1151,1152, - 1,0,0,0,1152,1153,1,0,0,0,1153,1155,5,380,0,0,1154,1156,5,857,0, - 0,1155,1154,1,0,0,0,1155,1156,1,0,0,0,1156,1157,1,0,0,0,1157,1158, - 3,708,354,0,1158,31,1,0,0,0,1159,1161,5,34,0,0,1160,1162,3,62,31, - 0,1161,1160,1,0,0,0,1161,1162,1,0,0,0,1162,1163,1,0,0,0,1163,1165, - 5,132,0,0,1164,1166,3,776,388,0,1165,1164,1,0,0,0,1165,1166,1,0, - 0,0,1166,1167,1,0,0,0,1167,1168,3,718,359,0,1168,1170,5,866,0,0, - 1169,1171,3,78,39,0,1170,1169,1,0,0,0,1170,1171,1,0,0,0,1171,1176, - 1,0,0,0,1172,1173,5,868,0,0,1173,1175,3,78,39,0,1174,1172,1,0,0, - 0,1175,1178,1,0,0,0,1176,1174,1,0,0,0,1176,1177,1,0,0,0,1177,1179, - 1,0,0,0,1178,1176,1,0,0,0,1179,1183,5,867,0,0,1180,1182,3,82,41, - 0,1181,1180,1,0,0,0,1182,1185,1,0,0,0,1183,1181,1,0,0,0,1183,1184, - 1,0,0,0,1184,1186,1,0,0,0,1185,1183,1,0,0,0,1186,1187,3,432,216, - 0,1187,33,1,0,0,0,1188,1190,5,34,0,0,1189,1191,3,62,31,0,1190,1189, - 1,0,0,0,1190,1191,1,0,0,0,1191,1193,1,0,0,0,1192,1194,5,307,0,0, - 1193,1192,1,0,0,0,1193,1194,1,0,0,0,1194,1195,1,0,0,0,1195,1197, - 5,409,0,0,1196,1198,3,776,388,0,1197,1196,1,0,0,0,1197,1198,1,0, - 0,0,1198,1199,1,0,0,0,1199,1200,3,640,320,0,1200,1202,5,866,0,0, - 1201,1203,3,80,40,0,1202,1201,1,0,0,0,1202,1203,1,0,0,0,1203,1208, - 1,0,0,0,1204,1205,5,868,0,0,1205,1207,3,80,40,0,1206,1204,1,0,0, - 0,1207,1210,1,0,0,0,1208,1206,1,0,0,0,1208,1209,1,0,0,0,1209,1211, - 1,0,0,0,1210,1208,1,0,0,0,1211,1212,5,867,0,0,1212,1213,5,580,0, - 0,1213,1217,3,742,371,0,1214,1216,3,82,41,0,1215,1214,1,0,0,0,1216, - 1219,1,0,0,0,1217,1215,1,0,0,0,1217,1218,1,0,0,0,1218,1222,1,0,0, - 0,1219,1217,1,0,0,0,1220,1223,3,432,216,0,1221,1223,3,448,224,0, - 1222,1220,1,0,0,0,1222,1221,1,0,0,0,1223,35,1,0,0,0,1224,1226,5, - 34,0,0,1225,1227,5,307,0,0,1226,1225,1,0,0,0,1226,1227,1,0,0,0,1227, - 1228,1,0,0,0,1228,1230,5,409,0,0,1229,1231,3,776,388,0,1230,1229, - 1,0,0,0,1230,1231,1,0,0,0,1231,1232,1,0,0,0,1232,1233,3,640,320, - 0,1233,1234,5,580,0,0,1234,1235,7,5,0,0,1235,1236,5,603,0,0,1236, - 1237,5,882,0,0,1237,37,1,0,0,0,1238,1239,5,34,0,0,1239,1241,5,582, - 0,0,1240,1242,3,776,388,0,1241,1240,1,0,0,0,1241,1242,1,0,0,0,1242, - 1243,1,0,0,0,1243,1244,3,664,332,0,1244,39,1,0,0,0,1245,1246,5,34, - 0,0,1246,1247,5,592,0,0,1247,1248,3,722,361,0,1248,1249,5,67,0,0, - 1249,1250,5,360,0,0,1250,1251,5,692,0,0,1251,1252,7,6,0,0,1252,1253, - 5,518,0,0,1253,1254,5,866,0,0,1254,1259,3,84,42,0,1255,1256,5,868, - 0,0,1256,1258,3,84,42,0,1257,1255,1,0,0,0,1258,1261,1,0,0,0,1259, - 1257,1,0,0,0,1259,1260,1,0,0,0,1260,1262,1,0,0,0,1261,1259,1,0,0, - 0,1262,1263,5,867,0,0,1263,41,1,0,0,0,1264,1266,5,34,0,0,1265,1267, - 5,660,0,0,1266,1265,1,0,0,0,1266,1267,1,0,0,0,1267,1268,1,0,0,0, - 1268,1270,5,173,0,0,1269,1271,3,776,388,0,1270,1269,1,0,0,0,1270, - 1271,1,0,0,0,1271,1272,1,0,0,0,1272,1274,3,658,329,0,1273,1275,3, - 86,43,0,1274,1273,1,0,0,0,1274,1275,1,0,0,0,1275,1286,1,0,0,0,1276, - 1283,3,104,52,0,1277,1279,5,868,0,0,1278,1277,1,0,0,0,1278,1279, - 1,0,0,0,1279,1280,1,0,0,0,1280,1282,3,104,52,0,1281,1278,1,0,0,0, - 1282,1285,1,0,0,0,1283,1281,1,0,0,0,1283,1284,1,0,0,0,1284,1287, - 1,0,0,0,1285,1283,1,0,0,0,1286,1276,1,0,0,0,1286,1287,1,0,0,0,1287, - 1289,1,0,0,0,1288,1290,3,110,55,0,1289,1288,1,0,0,0,1289,1290,1, - 0,0,0,1290,1292,1,0,0,0,1291,1293,7,7,0,0,1292,1291,1,0,0,0,1292, - 1293,1,0,0,0,1293,1295,1,0,0,0,1294,1296,5,13,0,0,1295,1294,1,0, - 0,0,1295,1296,1,0,0,0,1296,1297,1,0,0,0,1297,1298,3,210,105,0,1298, - 1343,1,0,0,0,1299,1301,5,34,0,0,1300,1302,5,660,0,0,1301,1300,1, - 0,0,0,1301,1302,1,0,0,0,1302,1303,1,0,0,0,1303,1305,5,173,0,0,1304, - 1306,3,776,388,0,1305,1304,1,0,0,0,1305,1306,1,0,0,0,1306,1307,1, - 0,0,0,1307,1315,3,658,329,0,1308,1309,5,99,0,0,1309,1316,3,662,331, - 0,1310,1311,5,866,0,0,1311,1312,5,99,0,0,1312,1313,3,662,331,0,1313, - 1314,5,867,0,0,1314,1316,1,0,0,0,1315,1308,1,0,0,0,1315,1310,1,0, - 0,0,1316,1343,1,0,0,0,1317,1319,5,34,0,0,1318,1320,5,660,0,0,1319, - 1318,1,0,0,0,1319,1320,1,0,0,0,1320,1321,1,0,0,0,1321,1323,5,173, - 0,0,1322,1324,3,776,388,0,1323,1322,1,0,0,0,1323,1324,1,0,0,0,1324, - 1325,1,0,0,0,1325,1326,3,658,329,0,1326,1337,3,86,43,0,1327,1334, - 3,104,52,0,1328,1330,5,868,0,0,1329,1328,1,0,0,0,1329,1330,1,0,0, - 0,1330,1331,1,0,0,0,1331,1333,3,104,52,0,1332,1329,1,0,0,0,1333, - 1336,1,0,0,0,1334,1332,1,0,0,0,1334,1335,1,0,0,0,1335,1338,1,0,0, - 0,1336,1334,1,0,0,0,1337,1327,1,0,0,0,1337,1338,1,0,0,0,1338,1340, - 1,0,0,0,1339,1341,3,110,55,0,1340,1339,1,0,0,0,1340,1341,1,0,0,0, - 1341,1343,1,0,0,0,1342,1264,1,0,0,0,1342,1299,1,0,0,0,1342,1317, - 1,0,0,0,1343,43,1,0,0,0,1344,1346,5,34,0,0,1345,1347,5,180,0,0,1346, - 1345,1,0,0,0,1346,1347,1,0,0,0,1347,1348,1,0,0,0,1348,1349,5,658, - 0,0,1349,1353,3,680,340,0,1350,1351,5,6,0,0,1351,1352,5,361,0,0, - 1352,1354,5,882,0,0,1353,1350,1,0,0,0,1353,1354,1,0,0,0,1354,1360, - 1,0,0,0,1355,1357,5,314,0,0,1356,1358,5,857,0,0,1357,1356,1,0,0, - 0,1357,1358,1,0,0,0,1358,1359,1,0,0,0,1359,1361,3,730,365,0,1360, - 1355,1,0,0,0,1360,1361,1,0,0,0,1361,1365,1,0,0,0,1362,1363,5,399, - 0,0,1363,1364,5,857,0,0,1364,1366,3,730,365,0,1365,1362,1,0,0,0, - 1365,1366,1,0,0,0,1366,1372,1,0,0,0,1367,1369,5,380,0,0,1368,1370, - 5,857,0,0,1369,1368,1,0,0,0,1369,1370,1,0,0,0,1370,1371,1,0,0,0, - 1371,1373,3,708,354,0,1372,1367,1,0,0,0,1372,1373,1,0,0,0,1373,1379, - 1,0,0,0,1374,1376,5,825,0,0,1375,1377,5,857,0,0,1376,1375,1,0,0, - 0,1376,1377,1,0,0,0,1377,1378,1,0,0,0,1378,1380,5,882,0,0,1379,1374, - 1,0,0,0,1379,1380,1,0,0,0,1380,45,1,0,0,0,1381,1383,5,34,0,0,1382, - 1384,5,180,0,0,1383,1382,1,0,0,0,1383,1384,1,0,0,0,1384,1385,1,0, - 0,0,1385,1386,5,658,0,0,1386,1387,3,680,340,0,1387,1388,5,6,0,0, - 1388,1389,5,361,0,0,1389,1390,5,882,0,0,1390,1391,5,187,0,0,1391, - 1392,5,451,0,0,1392,1393,5,74,0,0,1393,1399,3,722,361,0,1394,1396, - 5,393,0,0,1395,1397,5,857,0,0,1396,1395,1,0,0,0,1396,1397,1,0,0, - 0,1397,1398,1,0,0,0,1398,1400,3,730,365,0,1399,1394,1,0,0,0,1399, - 1400,1,0,0,0,1400,1406,1,0,0,0,1401,1403,5,428,0,0,1402,1404,5,857, - 0,0,1403,1402,1,0,0,0,1403,1404,1,0,0,0,1404,1405,1,0,0,0,1405,1407, - 3,730,365,0,1406,1401,1,0,0,0,1406,1407,1,0,0,0,1407,1413,1,0,0, - 0,1408,1410,5,314,0,0,1409,1411,5,857,0,0,1410,1409,1,0,0,0,1410, - 1411,1,0,0,0,1411,1412,1,0,0,0,1412,1414,3,730,365,0,1413,1408,1, - 0,0,0,1413,1414,1,0,0,0,1414,1420,1,0,0,0,1415,1417,5,481,0,0,1416, - 1418,5,857,0,0,1417,1416,1,0,0,0,1417,1418,1,0,0,0,1418,1419,1,0, - 0,0,1419,1421,3,730,365,0,1420,1415,1,0,0,0,1420,1421,1,0,0,0,1421, - 1427,1,0,0,0,1422,1424,5,504,0,0,1423,1425,5,857,0,0,1424,1423,1, - 0,0,0,1424,1425,1,0,0,0,1425,1426,1,0,0,0,1426,1428,3,722,361,0, - 1427,1422,1,0,0,0,1427,1428,1,0,0,0,1428,1430,1,0,0,0,1429,1431, - 5,687,0,0,1430,1429,1,0,0,0,1430,1431,1,0,0,0,1431,1437,1,0,0,0, - 1432,1434,5,340,0,0,1433,1435,5,857,0,0,1434,1433,1,0,0,0,1434,1435, - 1,0,0,0,1435,1436,1,0,0,0,1436,1438,5,882,0,0,1437,1432,1,0,0,0, - 1437,1438,1,0,0,0,1438,1439,1,0,0,0,1439,1441,5,380,0,0,1440,1442, - 5,857,0,0,1441,1440,1,0,0,0,1441,1442,1,0,0,0,1442,1443,1,0,0,0, - 1443,1444,3,708,354,0,1444,47,1,0,0,0,1445,1447,5,34,0,0,1446,1448, - 3,62,31,0,1447,1446,1,0,0,0,1447,1448,1,0,0,0,1448,1450,1,0,0,0, - 1449,1451,3,776,388,0,1450,1449,1,0,0,0,1450,1451,1,0,0,0,1451,1452, - 1,0,0,0,1452,1454,5,178,0,0,1453,1455,3,776,388,0,1454,1453,1,0, - 0,0,1454,1455,1,0,0,0,1455,1456,1,0,0,0,1456,1457,3,718,359,0,1457, - 1458,7,8,0,0,1458,1459,7,9,0,0,1459,1460,5,119,0,0,1460,1461,3,662, - 331,0,1461,1462,5,65,0,0,1462,1463,5,52,0,0,1463,1466,5,586,0,0, - 1464,1465,7,10,0,0,1465,1467,3,718,359,0,1466,1464,1,0,0,0,1466, - 1467,1,0,0,0,1467,1468,1,0,0,0,1468,1469,3,432,216,0,1469,49,1,0, - 0,0,1470,1472,5,194,0,0,1471,1473,5,552,0,0,1472,1471,1,0,0,0,1472, - 1473,1,0,0,0,1473,1474,1,0,0,0,1474,1475,3,52,26,0,1475,51,1,0,0, - 0,1476,1488,3,722,361,0,1477,1478,5,866,0,0,1478,1483,3,722,361, - 0,1479,1480,5,868,0,0,1480,1482,3,722,361,0,1481,1479,1,0,0,0,1482, - 1485,1,0,0,0,1483,1481,1,0,0,0,1483,1484,1,0,0,0,1484,1486,1,0,0, - 0,1485,1483,1,0,0,0,1486,1487,5,867,0,0,1487,1489,1,0,0,0,1488,1477, - 1,0,0,0,1488,1489,1,0,0,0,1489,1490,1,0,0,0,1490,1491,5,13,0,0,1491, - 1492,5,866,0,0,1492,1493,3,10,5,0,1493,1496,5,867,0,0,1494,1495, - 5,868,0,0,1495,1497,3,52,26,0,1496,1494,1,0,0,0,1496,1497,1,0,0, - 0,1497,53,1,0,0,0,1498,1500,5,34,0,0,1499,1501,3,778,389,0,1500, - 1499,1,0,0,0,1500,1501,1,0,0,0,1501,1505,1,0,0,0,1502,1503,5,308, - 0,0,1503,1504,5,857,0,0,1504,1506,7,11,0,0,1505,1502,1,0,0,0,1505, - 1506,1,0,0,0,1506,1508,1,0,0,0,1507,1509,3,62,31,0,1508,1507,1,0, - 0,0,1508,1509,1,0,0,0,1509,1513,1,0,0,0,1510,1511,5,162,0,0,1511, - 1512,5,591,0,0,1512,1514,7,12,0,0,1513,1510,1,0,0,0,1513,1514,1, - 0,0,0,1514,1515,1,0,0,0,1515,1516,5,684,0,0,1516,1528,3,644,322, - 0,1517,1518,5,866,0,0,1518,1523,3,668,334,0,1519,1520,5,868,0,0, - 1520,1522,3,668,334,0,1521,1519,1,0,0,0,1522,1525,1,0,0,0,1523,1521, - 1,0,0,0,1523,1524,1,0,0,0,1524,1526,1,0,0,0,1525,1523,1,0,0,0,1526, - 1527,5,867,0,0,1527,1529,1,0,0,0,1528,1517,1,0,0,0,1528,1529,1,0, - 0,0,1529,1530,1,0,0,0,1530,1550,5,13,0,0,1531,1533,5,866,0,0,1532, - 1534,3,50,25,0,1533,1532,1,0,0,0,1533,1534,1,0,0,0,1534,1535,1,0, - 0,0,1535,1536,3,210,105,0,1536,1537,5,867,0,0,1537,1551,1,0,0,0, - 1538,1540,3,50,25,0,1539,1538,1,0,0,0,1539,1540,1,0,0,0,1540,1541, - 1,0,0,0,1541,1548,3,210,105,0,1542,1544,5,194,0,0,1543,1545,7,13, - 0,0,1544,1543,1,0,0,0,1544,1545,1,0,0,0,1545,1546,1,0,0,0,1546,1547, - 5,27,0,0,1547,1549,5,121,0,0,1548,1542,1,0,0,0,1548,1549,1,0,0,0, - 1549,1551,1,0,0,0,1550,1531,1,0,0,0,1550,1539,1,0,0,0,1551,55,1, - 0,0,0,1552,1554,5,42,0,0,1553,1552,1,0,0,0,1553,1554,1,0,0,0,1554, - 1555,1,0,0,0,1555,1557,3,58,29,0,1556,1558,5,857,0,0,1557,1556,1, - 0,0,0,1557,1558,1,0,0,0,1558,1561,1,0,0,0,1559,1562,3,704,352,0, - 1560,1562,5,42,0,0,1561,1559,1,0,0,0,1561,1560,1,0,0,0,1562,1586, - 1,0,0,0,1563,1565,5,42,0,0,1564,1563,1,0,0,0,1564,1565,1,0,0,0,1565, - 1566,1,0,0,0,1566,1568,5,28,0,0,1567,1569,5,857,0,0,1568,1567,1, - 0,0,0,1568,1569,1,0,0,0,1569,1570,1,0,0,0,1570,1586,3,706,353,0, - 1571,1573,5,42,0,0,1572,1571,1,0,0,0,1572,1573,1,0,0,0,1573,1574, - 1,0,0,0,1574,1576,5,376,0,0,1575,1577,5,857,0,0,1576,1575,1,0,0, - 0,1576,1577,1,0,0,0,1577,1578,1,0,0,0,1578,1586,5,882,0,0,1579,1580, - 5,135,0,0,1580,1582,5,515,0,0,1581,1583,5,857,0,0,1582,1581,1,0, - 0,0,1582,1583,1,0,0,0,1583,1584,1,0,0,0,1584,1586,7,14,0,0,1585, - 1553,1,0,0,0,1585,1564,1,0,0,0,1585,1572,1,0,0,0,1585,1579,1,0,0, - 0,1586,57,1,0,0,0,1587,1588,5,26,0,0,1588,1593,5,155,0,0,1589,1593, - 5,823,0,0,1590,1591,5,224,0,0,1591,1593,5,155,0,0,1592,1587,1,0, - 0,0,1592,1589,1,0,0,0,1592,1590,1,0,0,0,1593,59,1,0,0,0,1594,1597, - 7,15,0,0,1595,1596,5,866,0,0,1596,1598,5,867,0,0,1597,1595,1,0,0, - 0,1597,1598,1,0,0,0,1598,61,1,0,0,0,1599,1600,5,364,0,0,1600,1603, - 5,857,0,0,1601,1604,3,700,350,0,1602,1604,3,60,30,0,1603,1601,1, - 0,0,0,1603,1602,1,0,0,0,1604,63,1,0,0,0,1605,1606,5,311,0,0,1606, - 1610,3,66,33,0,1607,1609,3,68,34,0,1608,1607,1,0,0,0,1609,1612,1, - 0,0,0,1610,1608,1,0,0,0,1610,1611,1,0,0,0,1611,1640,1,0,0,0,1612, - 1610,1,0,0,0,1613,1616,5,387,0,0,1614,1617,3,728,364,0,1615,1617, - 3,820,410,0,1616,1614,1,0,0,0,1616,1615,1,0,0,0,1617,1618,1,0,0, - 0,1618,1627,3,70,35,0,1619,1620,5,641,0,0,1620,1624,3,66,33,0,1621, - 1623,3,68,34,0,1622,1621,1,0,0,0,1623,1626,1,0,0,0,1624,1622,1,0, - 0,0,1624,1625,1,0,0,0,1625,1628,1,0,0,0,1626,1624,1,0,0,0,1627,1619, - 1,0,0,0,1627,1628,1,0,0,0,1628,1637,1,0,0,0,1629,1630,5,379,0,0, - 1630,1634,3,66,33,0,1631,1633,3,68,34,0,1632,1631,1,0,0,0,1633,1636, - 1,0,0,0,1634,1632,1,0,0,0,1634,1635,1,0,0,0,1635,1638,1,0,0,0,1636, - 1634,1,0,0,0,1637,1629,1,0,0,0,1637,1638,1,0,0,0,1638,1640,1,0,0, - 0,1639,1605,1,0,0,0,1639,1613,1,0,0,0,1640,65,1,0,0,0,1641,1646, - 5,287,0,0,1642,1646,3,732,366,0,1643,1646,3,728,364,0,1644,1646, - 3,820,410,0,1645,1641,1,0,0,0,1645,1642,1,0,0,0,1645,1643,1,0,0, - 0,1645,1644,1,0,0,0,1646,67,1,0,0,0,1647,1648,5,853,0,0,1648,1651, - 5,87,0,0,1649,1652,3,728,364,0,1650,1652,3,820,410,0,1651,1649,1, - 0,0,0,1651,1650,1,0,0,0,1652,1653,1,0,0,0,1653,1654,3,70,35,0,1654, - 69,1,0,0,0,1655,1669,3,846,423,0,1656,1669,5,223,0,0,1657,1669,5, - 242,0,0,1658,1669,5,243,0,0,1659,1669,5,244,0,0,1660,1669,5,245, - 0,0,1661,1669,5,246,0,0,1662,1669,5,247,0,0,1663,1669,5,248,0,0, - 1664,1669,5,249,0,0,1665,1669,5,250,0,0,1666,1669,5,251,0,0,1667, - 1669,5,252,0,0,1668,1655,1,0,0,0,1668,1656,1,0,0,0,1668,1657,1,0, - 0,0,1668,1658,1,0,0,0,1668,1659,1,0,0,0,1668,1660,1,0,0,0,1668,1661, - 1,0,0,0,1668,1662,1,0,0,0,1668,1663,1,0,0,0,1668,1664,1,0,0,0,1668, - 1665,1,0,0,0,1668,1666,1,0,0,0,1668,1667,1,0,0,0,1669,71,1,0,0,0, - 1670,1676,5,375,0,0,1671,1676,5,368,0,0,1672,1673,5,368,0,0,1673, - 1674,5,119,0,0,1674,1676,5,598,0,0,1675,1670,1,0,0,0,1675,1671,1, - 0,0,0,1675,1672,1,0,0,0,1676,73,1,0,0,0,1677,1678,5,188,0,0,1678, - 1679,7,16,0,0,1679,75,1,0,0,0,1680,1682,5,443,0,0,1681,1683,5,857, - 0,0,1682,1681,1,0,0,0,1682,1683,1,0,0,0,1683,1684,1,0,0,0,1684,1703, - 3,730,365,0,1685,1703,3,74,37,0,1686,1687,5,194,0,0,1687,1688,5, - 525,0,0,1688,1703,3,722,361,0,1689,1690,5,340,0,0,1690,1703,5,882, - 0,0,1691,1703,7,17,0,0,1692,1694,5,825,0,0,1693,1695,5,857,0,0,1694, - 1693,1,0,0,0,1694,1695,1,0,0,0,1695,1696,1,0,0,0,1696,1703,5,882, - 0,0,1697,1699,5,833,0,0,1698,1700,5,857,0,0,1699,1698,1,0,0,0,1699, - 1700,1,0,0,0,1700,1701,1,0,0,0,1701,1703,5,882,0,0,1702,1680,1,0, - 0,0,1702,1685,1,0,0,0,1702,1686,1,0,0,0,1702,1689,1,0,0,0,1702,1691, - 1,0,0,0,1702,1692,1,0,0,0,1702,1697,1,0,0,0,1703,77,1,0,0,0,1704, - 1706,7,18,0,0,1705,1704,1,0,0,0,1705,1706,1,0,0,0,1706,1707,1,0, - 0,0,1707,1708,3,722,361,0,1708,1709,3,742,371,0,1709,79,1,0,0,0, - 1710,1711,3,722,361,0,1711,1712,3,742,371,0,1712,81,1,0,0,0,1713, - 1714,5,340,0,0,1714,1737,5,882,0,0,1715,1716,5,444,0,0,1716,1737, - 5,162,0,0,1717,1719,5,114,0,0,1718,1717,1,0,0,0,1718,1719,1,0,0, - 0,1719,1720,1,0,0,0,1720,1737,5,47,0,0,1721,1722,5,354,0,0,1722, - 1732,5,162,0,0,1723,1724,5,502,0,0,1724,1732,5,162,0,0,1725,1726, - 5,136,0,0,1726,1727,5,162,0,0,1727,1732,5,360,0,0,1728,1729,5,112, - 0,0,1729,1730,5,162,0,0,1730,1732,5,360,0,0,1731,1721,1,0,0,0,1731, - 1723,1,0,0,0,1731,1725,1,0,0,0,1731,1728,1,0,0,0,1732,1737,1,0,0, - 0,1733,1734,5,162,0,0,1734,1735,5,591,0,0,1735,1737,7,12,0,0,1736, - 1713,1,0,0,0,1736,1715,1,0,0,0,1736,1718,1,0,0,0,1736,1731,1,0,0, - 0,1736,1733,1,0,0,0,1737,83,1,0,0,0,1738,1739,5,421,0,0,1739,1753, - 5,882,0,0,1740,1741,5,39,0,0,1741,1753,5,882,0,0,1742,1743,5,678, - 0,0,1743,1753,5,882,0,0,1744,1745,5,529,0,0,1745,1753,5,882,0,0, - 1746,1747,5,601,0,0,1747,1753,5,882,0,0,1748,1749,5,519,0,0,1749, - 1753,5,882,0,0,1750,1751,5,537,0,0,1751,1753,3,728,364,0,1752,1738, - 1,0,0,0,1752,1740,1,0,0,0,1752,1742,1,0,0,0,1752,1744,1,0,0,0,1752, - 1746,1,0,0,0,1752,1748,1,0,0,0,1752,1750,1,0,0,0,1753,85,1,0,0,0, - 1754,1755,5,866,0,0,1755,1760,3,88,44,0,1756,1757,5,868,0,0,1757, - 1759,3,88,44,0,1758,1756,1,0,0,0,1759,1762,1,0,0,0,1760,1758,1,0, - 0,0,1760,1761,1,0,0,0,1761,1763,1,0,0,0,1762,1760,1,0,0,0,1763,1764, - 5,867,0,0,1764,87,1,0,0,0,1765,1766,3,668,334,0,1766,1767,3,94,47, - 0,1767,1849,1,0,0,0,1768,1770,7,19,0,0,1769,1771,3,652,326,0,1770, - 1769,1,0,0,0,1770,1771,1,0,0,0,1771,1773,1,0,0,0,1772,1774,3,74, - 37,0,1773,1772,1,0,0,0,1773,1774,1,0,0,0,1774,1775,1,0,0,0,1775, - 1779,3,754,377,0,1776,1778,3,76,38,0,1777,1776,1,0,0,0,1778,1781, - 1,0,0,0,1779,1777,1,0,0,0,1779,1780,1,0,0,0,1780,1849,1,0,0,0,1781, - 1779,1,0,0,0,1782,1784,7,20,0,0,1783,1785,7,19,0,0,1784,1783,1,0, - 0,0,1784,1785,1,0,0,0,1785,1787,1,0,0,0,1786,1788,3,652,326,0,1787, - 1786,1,0,0,0,1787,1788,1,0,0,0,1788,1789,1,0,0,0,1789,1793,3,754, - 377,0,1790,1792,3,76,38,0,1791,1790,1,0,0,0,1792,1795,1,0,0,0,1793, - 1791,1,0,0,0,1793,1794,1,0,0,0,1794,1849,1,0,0,0,1795,1793,1,0,0, - 0,1796,1798,3,92,46,0,1797,1796,1,0,0,0,1797,1798,1,0,0,0,1798,1799, - 1,0,0,0,1799,1800,5,131,0,0,1800,1802,5,92,0,0,1801,1803,3,74,37, - 0,1802,1801,1,0,0,0,1802,1803,1,0,0,0,1803,1804,1,0,0,0,1804,1808, - 3,754,377,0,1805,1807,3,76,38,0,1806,1805,1,0,0,0,1807,1810,1,0, - 0,0,1808,1806,1,0,0,0,1808,1809,1,0,0,0,1809,1849,1,0,0,0,1810,1808, - 1,0,0,0,1811,1813,3,92,46,0,1812,1811,1,0,0,0,1812,1813,1,0,0,0, - 1813,1814,1,0,0,0,1814,1816,5,182,0,0,1815,1817,7,19,0,0,1816,1815, - 1,0,0,0,1816,1817,1,0,0,0,1817,1819,1,0,0,0,1818,1820,3,652,326, - 0,1819,1818,1,0,0,0,1819,1820,1,0,0,0,1820,1822,1,0,0,0,1821,1823, - 3,74,37,0,1822,1821,1,0,0,0,1822,1823,1,0,0,0,1823,1824,1,0,0,0, - 1824,1828,3,754,377,0,1825,1827,3,76,38,0,1826,1825,1,0,0,0,1827, - 1830,1,0,0,0,1828,1826,1,0,0,0,1828,1829,1,0,0,0,1829,1849,1,0,0, - 0,1830,1828,1,0,0,0,1831,1833,3,92,46,0,1832,1831,1,0,0,0,1832,1833, - 1,0,0,0,1833,1834,1,0,0,0,1834,1835,5,67,0,0,1835,1837,5,92,0,0, - 1836,1838,3,652,326,0,1837,1836,1,0,0,0,1837,1838,1,0,0,0,1838,1839, - 1,0,0,0,1839,1840,3,754,377,0,1840,1841,3,98,49,0,1841,1849,1,0, - 0,0,1842,1843,5,27,0,0,1843,1844,5,866,0,0,1844,1845,3,820,410,0, - 1845,1846,5,867,0,0,1846,1849,1,0,0,0,1847,1849,3,90,45,0,1848,1765, - 1,0,0,0,1848,1768,1,0,0,0,1848,1782,1,0,0,0,1848,1797,1,0,0,0,1848, - 1812,1,0,0,0,1848,1832,1,0,0,0,1848,1842,1,0,0,0,1848,1847,1,0,0, - 0,1849,89,1,0,0,0,1850,1852,3,92,46,0,1851,1850,1,0,0,0,1851,1852, - 1,0,0,0,1852,1853,1,0,0,0,1853,1854,5,27,0,0,1854,1855,5,866,0,0, - 1855,1856,3,820,410,0,1856,1861,5,867,0,0,1857,1859,5,114,0,0,1858, - 1857,1,0,0,0,1858,1859,1,0,0,0,1859,1860,1,0,0,0,1860,1862,5,57, - 0,0,1861,1858,1,0,0,0,1861,1862,1,0,0,0,1862,91,1,0,0,0,1863,1865, - 5,31,0,0,1864,1866,3,722,361,0,1865,1864,1,0,0,0,1865,1866,1,0,0, - 0,1866,93,1,0,0,0,1867,1871,3,742,371,0,1868,1870,3,96,48,0,1869, - 1868,1,0,0,0,1870,1873,1,0,0,0,1871,1869,1,0,0,0,1871,1872,1,0,0, - 0,1872,95,1,0,0,0,1873,1871,1,0,0,0,1874,1918,3,738,369,0,1875,1876, - 5,42,0,0,1876,1918,3,770,385,0,1877,1918,5,686,0,0,1878,1918,5,435, - 0,0,1879,1884,5,315,0,0,1880,1881,5,119,0,0,1881,1882,5,185,0,0, - 1882,1884,3,772,386,0,1883,1879,1,0,0,0,1883,1880,1,0,0,0,1884,1918, - 1,0,0,0,1885,1887,5,131,0,0,1886,1885,1,0,0,0,1886,1887,1,0,0,0, - 1887,1888,1,0,0,0,1888,1918,5,92,0,0,1889,1891,5,182,0,0,1890,1892, - 5,92,0,0,1891,1890,1,0,0,0,1891,1892,1,0,0,0,1892,1918,1,0,0,0,1893, - 1894,5,340,0,0,1894,1918,5,882,0,0,1895,1896,5,338,0,0,1896,1918, - 7,21,0,0,1897,1898,5,647,0,0,1898,1918,7,22,0,0,1899,1918,3,98,49, - 0,1900,1901,5,28,0,0,1901,1918,3,706,353,0,1902,1903,5,71,0,0,1903, - 1905,5,9,0,0,1904,1902,1,0,0,0,1904,1905,1,0,0,0,1905,1906,1,0,0, - 0,1906,1907,5,13,0,0,1907,1908,5,866,0,0,1908,1909,3,820,410,0,1909, - 1911,5,867,0,0,1910,1912,7,23,0,0,1911,1910,1,0,0,0,1911,1912,1, - 0,0,0,1912,1918,1,0,0,0,1913,1914,5,241,0,0,1914,1915,5,42,0,0,1915, - 1918,5,682,0,0,1916,1918,3,90,45,0,1917,1874,1,0,0,0,1917,1875,1, - 0,0,0,1917,1877,1,0,0,0,1917,1878,1,0,0,0,1917,1883,1,0,0,0,1917, - 1886,1,0,0,0,1917,1889,1,0,0,0,1917,1893,1,0,0,0,1917,1895,1,0,0, - 0,1917,1897,1,0,0,0,1917,1899,1,0,0,0,1917,1900,1,0,0,0,1917,1904, - 1,0,0,0,1917,1913,1,0,0,0,1917,1916,1,0,0,0,1918,97,1,0,0,0,1919, - 1920,5,138,0,0,1920,1922,3,662,331,0,1921,1923,3,754,377,0,1922, - 1921,1,0,0,0,1922,1923,1,0,0,0,1923,1926,1,0,0,0,1924,1925,5,110, - 0,0,1925,1927,7,24,0,0,1926,1924,1,0,0,0,1926,1927,1,0,0,0,1927, - 1929,1,0,0,0,1928,1930,3,100,50,0,1929,1928,1,0,0,0,1929,1930,1, - 0,0,0,1930,99,1,0,0,0,1931,1932,5,119,0,0,1932,1933,5,44,0,0,1933, - 1937,3,102,51,0,1934,1935,5,119,0,0,1935,1936,5,185,0,0,1936,1938, - 3,102,51,0,1937,1934,1,0,0,0,1937,1938,1,0,0,0,1938,1948,1,0,0,0, - 1939,1940,5,119,0,0,1940,1941,5,185,0,0,1941,1945,3,102,51,0,1942, - 1943,5,119,0,0,1943,1944,5,44,0,0,1944,1946,3,102,51,0,1945,1942, - 1,0,0,0,1945,1946,1,0,0,0,1946,1948,1,0,0,0,1947,1931,1,0,0,0,1947, - 1939,1,0,0,0,1948,101,1,0,0,0,1949,1958,5,146,0,0,1950,1958,5,22, - 0,0,1951,1952,5,155,0,0,1952,1958,5,116,0,0,1953,1954,5,502,0,0, - 1954,1958,5,305,0,0,1955,1956,5,155,0,0,1956,1958,5,42,0,0,1957, - 1949,1,0,0,0,1957,1950,1,0,0,0,1957,1951,1,0,0,0,1957,1953,1,0,0, - 0,1957,1955,1,0,0,0,1958,103,1,0,0,0,1959,1961,5,380,0,0,1960,1962, - 5,857,0,0,1961,1960,1,0,0,0,1961,1962,1,0,0,0,1962,1964,1,0,0,0, - 1963,1965,3,708,354,0,1964,1963,1,0,0,0,1964,1965,1,0,0,0,1965,2145, - 1,0,0,0,1966,1968,5,825,0,0,1967,1969,5,857,0,0,1968,1967,1,0,0, - 0,1968,1969,1,0,0,0,1969,1970,1,0,0,0,1970,2145,5,882,0,0,1971,1973, - 5,314,0,0,1972,1974,5,857,0,0,1973,1972,1,0,0,0,1973,1974,1,0,0, - 0,1974,1975,1,0,0,0,1975,2145,3,728,364,0,1976,1978,5,315,0,0,1977, - 1979,5,857,0,0,1978,1977,1,0,0,0,1978,1979,1,0,0,0,1979,1980,1,0, - 0,0,1980,2145,3,728,364,0,1981,1983,5,316,0,0,1982,1984,5,857,0, - 0,1983,1982,1,0,0,0,1983,1984,1,0,0,0,1984,1985,1,0,0,0,1985,2145, - 3,728,364,0,1986,1988,5,42,0,0,1987,1986,1,0,0,0,1987,1988,1,0,0, - 0,1988,1989,1,0,0,0,1989,1991,3,58,29,0,1990,1992,5,857,0,0,1991, - 1990,1,0,0,0,1991,1992,1,0,0,0,1992,1995,1,0,0,0,1993,1996,3,704, - 352,0,1994,1996,5,42,0,0,1995,1993,1,0,0,0,1995,1994,1,0,0,0,1996, - 2145,1,0,0,0,1997,1999,7,25,0,0,1998,2000,5,857,0,0,1999,1998,1, - 0,0,0,1999,2000,1,0,0,0,2000,2001,1,0,0,0,2001,2145,7,26,0,0,2002, - 2004,5,42,0,0,2003,2002,1,0,0,0,2003,2004,1,0,0,0,2004,2005,1,0, - 0,0,2005,2007,5,28,0,0,2006,2008,5,857,0,0,2007,2006,1,0,0,0,2007, - 2008,1,0,0,0,2008,2009,1,0,0,0,2009,2145,3,706,353,0,2010,2012,5, - 340,0,0,2011,2013,5,857,0,0,2012,2011,1,0,0,0,2012,2013,1,0,0,0, - 2013,2014,1,0,0,0,2014,2145,5,882,0,0,2015,2017,5,346,0,0,2016,2018, - 5,857,0,0,2017,2016,1,0,0,0,2017,2018,1,0,0,0,2018,2019,1,0,0,0, - 2019,2145,7,27,0,0,2020,2022,5,349,0,0,2021,2023,5,857,0,0,2022, - 2021,1,0,0,0,2022,2023,1,0,0,0,2023,2024,1,0,0,0,2024,2145,5,882, - 0,0,2025,2026,7,28,0,0,2026,2028,5,367,0,0,2027,2029,5,857,0,0,2028, - 2027,1,0,0,0,2028,2029,1,0,0,0,2029,2030,1,0,0,0,2030,2145,5,882, - 0,0,2031,2033,5,365,0,0,2032,2034,5,857,0,0,2033,2032,1,0,0,0,2033, - 2034,1,0,0,0,2034,2035,1,0,0,0,2035,2145,7,26,0,0,2036,2038,5,376, - 0,0,2037,2039,5,857,0,0,2038,2037,1,0,0,0,2038,2039,1,0,0,0,2039, - 2040,1,0,0,0,2040,2145,5,882,0,0,2041,2043,7,29,0,0,2042,2044,5, - 857,0,0,2043,2042,1,0,0,0,2043,2044,1,0,0,0,2044,2045,1,0,0,0,2045, - 2145,7,26,0,0,2046,2048,7,30,0,0,2047,2049,5,857,0,0,2048,2047,1, - 0,0,0,2048,2049,1,0,0,0,2049,2050,1,0,0,0,2050,2145,3,728,364,0, - 2051,2053,5,377,0,0,2052,2054,5,857,0,0,2053,2052,1,0,0,0,2053,2054, - 1,0,0,0,2054,2055,1,0,0,0,2055,2145,3,728,364,0,2056,2057,5,82,0, - 0,2057,2059,5,367,0,0,2058,2060,5,857,0,0,2059,2058,1,0,0,0,2059, - 2060,1,0,0,0,2060,2061,1,0,0,0,2061,2145,5,882,0,0,2062,2064,5,431, - 0,0,2063,2065,5,857,0,0,2064,2063,1,0,0,0,2064,2065,1,0,0,0,2065, - 2066,1,0,0,0,2066,2145,7,31,0,0,2067,2069,5,443,0,0,2068,2070,5, - 857,0,0,2069,2068,1,0,0,0,2069,2070,1,0,0,0,2070,2071,1,0,0,0,2071, - 2145,3,730,365,0,2072,2074,5,480,0,0,2073,2075,5,857,0,0,2074,2073, - 1,0,0,0,2074,2075,1,0,0,0,2075,2076,1,0,0,0,2076,2145,3,728,364, - 0,2077,2079,5,490,0,0,2078,2080,5,857,0,0,2079,2078,1,0,0,0,2079, - 2080,1,0,0,0,2080,2081,1,0,0,0,2081,2145,3,728,364,0,2082,2084,5, - 520,0,0,2083,2085,5,857,0,0,2084,2083,1,0,0,0,2084,2085,1,0,0,0, - 2085,2086,1,0,0,0,2086,2145,7,14,0,0,2087,2089,5,529,0,0,2088,2090, - 5,857,0,0,2089,2088,1,0,0,0,2089,2090,1,0,0,0,2090,2091,1,0,0,0, - 2091,2145,5,882,0,0,2092,2094,5,588,0,0,2093,2095,5,857,0,0,2094, - 2093,1,0,0,0,2094,2095,1,0,0,0,2095,2096,1,0,0,0,2096,2145,7,32, - 0,0,2097,2098,5,640,0,0,2098,2145,5,664,0,0,2099,2101,5,833,0,0, - 2100,2102,5,857,0,0,2101,2100,1,0,0,0,2101,2102,1,0,0,0,2102,2103, - 1,0,0,0,2103,2145,5,882,0,0,2104,2106,5,642,0,0,2105,2107,5,857, - 0,0,2106,2105,1,0,0,0,2106,2107,1,0,0,0,2107,2108,1,0,0,0,2108,2145, - 7,14,0,0,2109,2111,5,643,0,0,2110,2112,5,857,0,0,2111,2110,1,0,0, - 0,2111,2112,1,0,0,0,2112,2113,1,0,0,0,2113,2145,7,14,0,0,2114,2116, - 5,644,0,0,2115,2117,5,857,0,0,2116,2115,1,0,0,0,2116,2117,1,0,0, - 0,2117,2120,1,0,0,0,2118,2121,5,42,0,0,2119,2121,3,728,364,0,2120, - 2118,1,0,0,0,2120,2119,1,0,0,0,2121,2145,1,0,0,0,2122,2123,5,658, - 0,0,2123,2125,3,682,341,0,2124,2126,3,108,54,0,2125,2124,1,0,0,0, - 2125,2126,1,0,0,0,2126,2145,1,0,0,0,2127,2128,5,659,0,0,2128,2129, - 5,857,0,0,2129,2145,3,106,53,0,2130,2145,3,108,54,0,2131,2133,5, - 665,0,0,2132,2134,5,857,0,0,2133,2132,1,0,0,0,2133,2134,1,0,0,0, - 2134,2135,1,0,0,0,2135,2145,7,26,0,0,2136,2138,5,181,0,0,2137,2139, - 5,857,0,0,2138,2137,1,0,0,0,2138,2139,1,0,0,0,2139,2140,1,0,0,0, - 2140,2141,5,866,0,0,2141,2142,3,660,330,0,2142,2143,5,867,0,0,2143, - 2145,1,0,0,0,2144,1959,1,0,0,0,2144,1966,1,0,0,0,2144,1971,1,0,0, - 0,2144,1976,1,0,0,0,2144,1981,1,0,0,0,2144,1987,1,0,0,0,2144,1997, - 1,0,0,0,2144,2003,1,0,0,0,2144,2010,1,0,0,0,2144,2015,1,0,0,0,2144, - 2020,1,0,0,0,2144,2025,1,0,0,0,2144,2031,1,0,0,0,2144,2036,1,0,0, - 0,2144,2041,1,0,0,0,2144,2046,1,0,0,0,2144,2051,1,0,0,0,2144,2056, - 1,0,0,0,2144,2062,1,0,0,0,2144,2067,1,0,0,0,2144,2072,1,0,0,0,2144, - 2077,1,0,0,0,2144,2082,1,0,0,0,2144,2087,1,0,0,0,2144,2092,1,0,0, - 0,2144,2097,1,0,0,0,2144,2099,1,0,0,0,2144,2104,1,0,0,0,2144,2109, - 1,0,0,0,2144,2114,1,0,0,0,2144,2122,1,0,0,0,2144,2127,1,0,0,0,2144, - 2130,1,0,0,0,2144,2131,1,0,0,0,2144,2136,1,0,0,0,2145,105,1,0,0, - 0,2146,2147,7,33,0,0,2147,107,1,0,0,0,2148,2149,5,647,0,0,2149,2150, - 7,22,0,0,2150,109,1,0,0,0,2151,2152,5,130,0,0,2152,2153,5,20,0,0, - 2153,2156,3,112,56,0,2154,2155,5,528,0,0,2155,2157,3,728,364,0,2156, - 2154,1,0,0,0,2156,2157,1,0,0,0,2157,2165,1,0,0,0,2158,2159,5,652, - 0,0,2159,2160,5,20,0,0,2160,2163,3,114,57,0,2161,2162,5,653,0,0, - 2162,2164,3,728,364,0,2163,2161,1,0,0,0,2163,2164,1,0,0,0,2164,2166, - 1,0,0,0,2165,2158,1,0,0,0,2165,2166,1,0,0,0,2166,2178,1,0,0,0,2167, - 2168,5,866,0,0,2168,2173,3,116,58,0,2169,2170,5,868,0,0,2170,2172, - 3,116,58,0,2171,2169,1,0,0,0,2172,2175,1,0,0,0,2173,2171,1,0,0,0, - 2173,2174,1,0,0,0,2174,2176,1,0,0,0,2175,2173,1,0,0,0,2176,2177, - 5,867,0,0,2177,2179,1,0,0,0,2178,2167,1,0,0,0,2178,2179,1,0,0,0, - 2179,111,1,0,0,0,2180,2182,5,101,0,0,2181,2180,1,0,0,0,2181,2182, - 1,0,0,0,2182,2183,1,0,0,0,2183,2184,5,418,0,0,2184,2185,5,866,0, - 0,2185,2186,3,820,410,0,2186,2187,5,867,0,0,2187,2227,1,0,0,0,2188, - 2190,5,101,0,0,2189,2188,1,0,0,0,2189,2190,1,0,0,0,2190,2191,1,0, - 0,0,2191,2195,5,92,0,0,2192,2193,5,308,0,0,2193,2194,5,857,0,0,2194, - 2196,7,34,0,0,2195,2192,1,0,0,0,2195,2196,1,0,0,0,2196,2197,1,0, - 0,0,2197,2199,5,866,0,0,2198,2200,3,670,335,0,2199,2198,1,0,0,0, - 2199,2200,1,0,0,0,2200,2201,1,0,0,0,2201,2227,5,867,0,0,2202,2212, - 5,134,0,0,2203,2204,5,866,0,0,2204,2205,3,820,410,0,2205,2206,5, - 867,0,0,2206,2213,1,0,0,0,2207,2208,5,337,0,0,2208,2209,5,866,0, - 0,2209,2210,3,670,335,0,2210,2211,5,867,0,0,2211,2213,1,0,0,0,2212, - 2203,1,0,0,0,2212,2207,1,0,0,0,2213,2227,1,0,0,0,2214,2224,5,449, - 0,0,2215,2216,5,866,0,0,2216,2217,3,820,410,0,2217,2218,5,867,0, - 0,2218,2225,1,0,0,0,2219,2220,5,337,0,0,2220,2221,5,866,0,0,2221, - 2222,3,670,335,0,2222,2223,5,867,0,0,2223,2225,1,0,0,0,2224,2215, - 1,0,0,0,2224,2219,1,0,0,0,2225,2227,1,0,0,0,2226,2181,1,0,0,0,2226, - 2189,1,0,0,0,2226,2202,1,0,0,0,2226,2214,1,0,0,0,2227,113,1,0,0, - 0,2228,2230,5,101,0,0,2229,2228,1,0,0,0,2229,2230,1,0,0,0,2230,2231, - 1,0,0,0,2231,2232,5,418,0,0,2232,2233,5,866,0,0,2233,2234,3,820, - 410,0,2234,2235,5,867,0,0,2235,2250,1,0,0,0,2236,2238,5,101,0,0, - 2237,2236,1,0,0,0,2237,2238,1,0,0,0,2238,2239,1,0,0,0,2239,2243, - 5,92,0,0,2240,2241,5,308,0,0,2241,2242,5,857,0,0,2242,2244,7,34, - 0,0,2243,2240,1,0,0,0,2243,2244,1,0,0,0,2244,2245,1,0,0,0,2245,2246, - 5,866,0,0,2246,2247,3,670,335,0,2247,2248,5,867,0,0,2248,2250,1, - 0,0,0,2249,2229,1,0,0,0,2249,2237,1,0,0,0,2250,115,1,0,0,0,2251, - 2252,5,130,0,0,2252,2253,3,688,344,0,2253,2254,5,189,0,0,2254,2255, - 5,447,0,0,2255,2256,5,662,0,0,2256,2257,5,866,0,0,2257,2262,3,118, - 59,0,2258,2259,5,868,0,0,2259,2261,3,118,59,0,2260,2258,1,0,0,0, - 2261,2264,1,0,0,0,2262,2260,1,0,0,0,2262,2263,1,0,0,0,2263,2265, - 1,0,0,0,2264,2262,1,0,0,0,2265,2269,5,867,0,0,2266,2268,3,124,62, - 0,2267,2266,1,0,0,0,2268,2271,1,0,0,0,2269,2267,1,0,0,0,2269,2270, - 1,0,0,0,2270,2283,1,0,0,0,2271,2269,1,0,0,0,2272,2273,5,866,0,0, - 2273,2278,3,122,61,0,2274,2275,5,868,0,0,2275,2277,3,122,61,0,2276, - 2274,1,0,0,0,2277,2280,1,0,0,0,2278,2276,1,0,0,0,2278,2279,1,0,0, - 0,2279,2281,1,0,0,0,2280,2278,1,0,0,0,2281,2282,5,867,0,0,2282,2284, - 1,0,0,0,2283,2272,1,0,0,0,2283,2284,1,0,0,0,2284,2398,1,0,0,0,2285, - 2286,5,130,0,0,2286,2287,3,688,344,0,2287,2288,5,189,0,0,2288,2289, - 5,447,0,0,2289,2290,5,662,0,0,2290,2294,3,118,59,0,2291,2293,3,124, - 62,0,2292,2291,1,0,0,0,2293,2296,1,0,0,0,2294,2292,1,0,0,0,2294, - 2295,1,0,0,0,2295,2308,1,0,0,0,2296,2294,1,0,0,0,2297,2298,5,866, - 0,0,2298,2303,3,122,61,0,2299,2300,5,868,0,0,2300,2302,3,122,61, - 0,2301,2299,1,0,0,0,2302,2305,1,0,0,0,2303,2301,1,0,0,0,2303,2304, - 1,0,0,0,2304,2306,1,0,0,0,2305,2303,1,0,0,0,2306,2307,5,867,0,0, - 2307,2309,1,0,0,0,2308,2297,1,0,0,0,2308,2309,1,0,0,0,2309,2398, - 1,0,0,0,2310,2311,5,130,0,0,2311,2312,3,688,344,0,2312,2313,5,189, - 0,0,2313,2314,5,80,0,0,2314,2315,5,866,0,0,2315,2320,3,118,59,0, - 2316,2317,5,868,0,0,2317,2319,3,118,59,0,2318,2316,1,0,0,0,2319, - 2322,1,0,0,0,2320,2318,1,0,0,0,2320,2321,1,0,0,0,2321,2323,1,0,0, - 0,2322,2320,1,0,0,0,2323,2327,5,867,0,0,2324,2326,3,124,62,0,2325, - 2324,1,0,0,0,2326,2329,1,0,0,0,2327,2325,1,0,0,0,2327,2328,1,0,0, - 0,2328,2341,1,0,0,0,2329,2327,1,0,0,0,2330,2331,5,866,0,0,2331,2336, - 3,122,61,0,2332,2333,5,868,0,0,2333,2335,3,122,61,0,2334,2332,1, - 0,0,0,2335,2338,1,0,0,0,2336,2334,1,0,0,0,2336,2337,1,0,0,0,2337, - 2339,1,0,0,0,2338,2336,1,0,0,0,2339,2340,5,867,0,0,2340,2342,1,0, - 0,0,2341,2330,1,0,0,0,2341,2342,1,0,0,0,2342,2398,1,0,0,0,2343,2344, - 5,130,0,0,2344,2345,3,688,344,0,2345,2346,5,189,0,0,2346,2347,5, - 80,0,0,2347,2348,5,866,0,0,2348,2353,3,120,60,0,2349,2350,5,868, - 0,0,2350,2352,3,120,60,0,2351,2349,1,0,0,0,2352,2355,1,0,0,0,2353, - 2351,1,0,0,0,2353,2354,1,0,0,0,2354,2356,1,0,0,0,2355,2353,1,0,0, - 0,2356,2360,5,867,0,0,2357,2359,3,124,62,0,2358,2357,1,0,0,0,2359, - 2362,1,0,0,0,2360,2358,1,0,0,0,2360,2361,1,0,0,0,2361,2374,1,0,0, - 0,2362,2360,1,0,0,0,2363,2364,5,866,0,0,2364,2369,3,122,61,0,2365, - 2366,5,868,0,0,2366,2368,3,122,61,0,2367,2365,1,0,0,0,2368,2371, - 1,0,0,0,2369,2367,1,0,0,0,2369,2370,1,0,0,0,2370,2372,1,0,0,0,2371, - 2369,1,0,0,0,2372,2373,5,867,0,0,2373,2375,1,0,0,0,2374,2363,1,0, - 0,0,2374,2375,1,0,0,0,2375,2398,1,0,0,0,2376,2377,5,130,0,0,2377, - 2381,3,688,344,0,2378,2380,3,124,62,0,2379,2378,1,0,0,0,2380,2383, - 1,0,0,0,2381,2379,1,0,0,0,2381,2382,1,0,0,0,2382,2395,1,0,0,0,2383, - 2381,1,0,0,0,2384,2385,5,866,0,0,2385,2390,3,122,61,0,2386,2387, - 5,868,0,0,2387,2389,3,122,61,0,2388,2386,1,0,0,0,2389,2392,1,0,0, - 0,2390,2388,1,0,0,0,2390,2391,1,0,0,0,2391,2393,1,0,0,0,2392,2390, - 1,0,0,0,2393,2394,5,867,0,0,2394,2396,1,0,0,0,2395,2384,1,0,0,0, - 2395,2396,1,0,0,0,2396,2398,1,0,0,0,2397,2251,1,0,0,0,2397,2285, - 1,0,0,0,2397,2310,1,0,0,0,2397,2343,1,0,0,0,2397,2376,1,0,0,0,2398, - 117,1,0,0,0,2399,2403,3,740,370,0,2400,2403,3,820,410,0,2401,2403, - 5,111,0,0,2402,2399,1,0,0,0,2402,2400,1,0,0,0,2402,2401,1,0,0,0, - 2403,119,1,0,0,0,2404,2405,5,866,0,0,2405,2408,3,118,59,0,2406,2407, - 5,868,0,0,2407,2409,3,118,59,0,2408,2406,1,0,0,0,2409,2410,1,0,0, - 0,2410,2408,1,0,0,0,2410,2411,1,0,0,0,2411,2412,1,0,0,0,2412,2413, - 5,867,0,0,2413,121,1,0,0,0,2414,2415,5,652,0,0,2415,2419,3,722,361, - 0,2416,2418,3,124,62,0,2417,2416,1,0,0,0,2418,2421,1,0,0,0,2419, - 2417,1,0,0,0,2419,2420,1,0,0,0,2420,123,1,0,0,0,2421,2419,1,0,0, - 0,2422,2424,5,42,0,0,2423,2422,1,0,0,0,2423,2424,1,0,0,0,2424,2426, - 1,0,0,0,2425,2427,5,647,0,0,2426,2425,1,0,0,0,2426,2427,1,0,0,0, - 2427,2428,1,0,0,0,2428,2430,5,380,0,0,2429,2431,5,857,0,0,2430,2429, - 1,0,0,0,2430,2431,1,0,0,0,2431,2432,1,0,0,0,2432,2471,3,708,354, - 0,2433,2435,5,340,0,0,2434,2436,5,857,0,0,2435,2434,1,0,0,0,2435, - 2436,1,0,0,0,2436,2437,1,0,0,0,2437,2471,5,882,0,0,2438,2439,5,360, - 0,0,2439,2441,5,367,0,0,2440,2442,5,857,0,0,2441,2440,1,0,0,0,2441, - 2442,1,0,0,0,2442,2443,1,0,0,0,2443,2471,5,882,0,0,2444,2445,5,82, - 0,0,2445,2447,5,367,0,0,2446,2448,5,857,0,0,2447,2446,1,0,0,0,2447, - 2448,1,0,0,0,2448,2449,1,0,0,0,2449,2471,5,882,0,0,2450,2452,5,480, - 0,0,2451,2453,5,857,0,0,2452,2451,1,0,0,0,2452,2453,1,0,0,0,2453, - 2454,1,0,0,0,2454,2471,3,728,364,0,2455,2457,5,490,0,0,2456,2458, - 5,857,0,0,2457,2456,1,0,0,0,2457,2458,1,0,0,0,2458,2459,1,0,0,0, - 2459,2471,3,728,364,0,2460,2462,5,658,0,0,2461,2463,5,857,0,0,2462, - 2461,1,0,0,0,2462,2463,1,0,0,0,2463,2464,1,0,0,0,2464,2471,3,682, - 341,0,2465,2467,5,504,0,0,2466,2468,5,857,0,0,2467,2466,1,0,0,0, - 2467,2468,1,0,0,0,2468,2469,1,0,0,0,2469,2471,3,722,361,0,2470,2423, - 1,0,0,0,2470,2433,1,0,0,0,2470,2438,1,0,0,0,2470,2444,1,0,0,0,2470, - 2450,1,0,0,0,2470,2455,1,0,0,0,2470,2460,1,0,0,0,2470,2465,1,0,0, - 0,2471,125,1,0,0,0,2472,2473,5,8,0,0,2473,2475,7,0,0,0,2474,2476, - 3,638,319,0,2475,2474,1,0,0,0,2475,2476,1,0,0,0,2476,2478,1,0,0, - 0,2477,2479,3,56,28,0,2478,2477,1,0,0,0,2479,2480,1,0,0,0,2480,2478, - 1,0,0,0,2480,2481,1,0,0,0,2481,2491,1,0,0,0,2482,2483,5,8,0,0,2483, - 2484,7,0,0,0,2484,2485,3,638,319,0,2485,2486,5,677,0,0,2486,2487, - 5,360,0,0,2487,2488,5,367,0,0,2488,2489,5,496,0,0,2489,2491,1,0, - 0,0,2490,2472,1,0,0,0,2490,2482,1,0,0,0,2491,127,1,0,0,0,2492,2494, - 5,8,0,0,2493,2495,3,62,31,0,2494,2493,1,0,0,0,2494,2495,1,0,0,0, - 2495,2496,1,0,0,0,2496,2497,5,385,0,0,2497,2501,3,718,359,0,2498, - 2499,5,119,0,0,2499,2500,5,590,0,0,2500,2502,3,64,32,0,2501,2498, - 1,0,0,0,2501,2502,1,0,0,0,2502,2509,1,0,0,0,2503,2504,5,119,0,0, - 2504,2506,5,343,0,0,2505,2507,5,114,0,0,2506,2505,1,0,0,0,2506,2507, - 1,0,0,0,2507,2508,1,0,0,0,2508,2510,5,541,0,0,2509,2503,1,0,0,0, - 2509,2510,1,0,0,0,2510,2514,1,0,0,0,2511,2512,5,141,0,0,2512,2513, - 5,176,0,0,2513,2515,3,718,359,0,2514,2511,1,0,0,0,2514,2515,1,0, - 0,0,2515,2517,1,0,0,0,2516,2518,3,72,36,0,2517,2516,1,0,0,0,2517, - 2518,1,0,0,0,2518,2521,1,0,0,0,2519,2520,5,340,0,0,2520,2522,5,882, - 0,0,2521,2519,1,0,0,0,2521,2522,1,0,0,0,2522,2525,1,0,0,0,2523,2524, - 5,371,0,0,2524,2526,3,432,216,0,2525,2523,1,0,0,0,2525,2526,1,0, - 0,0,2526,129,1,0,0,0,2527,2528,5,8,0,0,2528,2529,5,409,0,0,2529, - 2533,3,642,321,0,2530,2532,3,82,41,0,2531,2530,1,0,0,0,2532,2535, - 1,0,0,0,2533,2531,1,0,0,0,2533,2534,1,0,0,0,2534,131,1,0,0,0,2535, - 2533,1,0,0,0,2536,2537,5,8,0,0,2537,2538,5,433,0,0,2538,2539,5,585, - 0,0,2539,2540,5,801,0,0,2540,2541,5,453,0,0,2541,2542,5,92,0,0,2542, - 133,1,0,0,0,2543,2544,5,8,0,0,2544,2545,5,451,0,0,2545,2546,5,74, - 0,0,2546,2547,3,722,361,0,2547,2548,5,6,0,0,2548,2549,5,671,0,0, - 2549,2555,5,882,0,0,2550,2552,5,428,0,0,2551,2553,5,857,0,0,2552, - 2551,1,0,0,0,2552,2553,1,0,0,0,2553,2554,1,0,0,0,2554,2556,3,730, - 365,0,2555,2550,1,0,0,0,2555,2556,1,0,0,0,2556,2558,1,0,0,0,2557, - 2559,5,687,0,0,2558,2557,1,0,0,0,2558,2559,1,0,0,0,2559,2560,1,0, - 0,0,2560,2562,5,380,0,0,2561,2563,5,857,0,0,2562,2561,1,0,0,0,2562, - 2563,1,0,0,0,2563,2564,1,0,0,0,2564,2565,3,708,354,0,2565,135,1, - 0,0,0,2566,2567,5,8,0,0,2567,2568,5,132,0,0,2568,2572,3,718,359, - 0,2569,2571,3,82,41,0,2570,2569,1,0,0,0,2571,2574,1,0,0,0,2572,2570, - 1,0,0,0,2572,2573,1,0,0,0,2573,137,1,0,0,0,2574,2572,1,0,0,0,2575, - 2576,5,8,0,0,2576,2577,5,592,0,0,2577,2578,3,722,361,0,2578,2579, - 5,518,0,0,2579,2580,5,866,0,0,2580,2585,3,84,42,0,2581,2582,5,868, - 0,0,2582,2584,3,84,42,0,2583,2581,1,0,0,0,2584,2587,1,0,0,0,2585, - 2583,1,0,0,0,2585,2586,1,0,0,0,2586,2588,1,0,0,0,2587,2585,1,0,0, - 0,2588,2589,5,867,0,0,2589,139,1,0,0,0,2590,2591,5,8,0,0,2591,2592, - 5,173,0,0,2592,2601,3,662,331,0,2593,2598,3,146,73,0,2594,2595,5, - 868,0,0,2595,2597,3,146,73,0,2596,2594,1,0,0,0,2597,2600,1,0,0,0, - 2598,2596,1,0,0,0,2598,2599,1,0,0,0,2599,2602,1,0,0,0,2600,2598, - 1,0,0,0,2601,2593,1,0,0,0,2601,2602,1,0,0,0,2602,2610,1,0,0,0,2603, - 2607,3,148,74,0,2604,2606,3,148,74,0,2605,2604,1,0,0,0,2606,2609, - 1,0,0,0,2607,2605,1,0,0,0,2607,2608,1,0,0,0,2608,2611,1,0,0,0,2609, - 2607,1,0,0,0,2610,2603,1,0,0,0,2610,2611,1,0,0,0,2611,141,1,0,0, - 0,2612,2614,5,8,0,0,2613,2615,5,180,0,0,2614,2613,1,0,0,0,2614,2615, - 1,0,0,0,2615,2616,1,0,0,0,2616,2617,5,658,0,0,2617,2618,3,682,341, - 0,2618,2619,7,35,0,0,2619,2620,5,361,0,0,2620,2626,5,882,0,0,2621, - 2623,5,428,0,0,2622,2624,5,857,0,0,2623,2622,1,0,0,0,2623,2624,1, - 0,0,0,2624,2625,1,0,0,0,2625,2627,3,730,365,0,2626,2621,1,0,0,0, - 2626,2627,1,0,0,0,2627,2629,1,0,0,0,2628,2630,5,687,0,0,2629,2628, - 1,0,0,0,2629,2630,1,0,0,0,2630,2634,1,0,0,0,2631,2632,5,141,0,0, - 2632,2633,5,176,0,0,2633,2635,3,680,340,0,2634,2631,1,0,0,0,2634, - 2635,1,0,0,0,2635,2641,1,0,0,0,2636,2638,5,314,0,0,2637,2639,5,857, - 0,0,2638,2637,1,0,0,0,2638,2639,1,0,0,0,2639,2640,1,0,0,0,2640,2642, - 3,730,365,0,2641,2636,1,0,0,0,2641,2642,1,0,0,0,2642,2645,1,0,0, - 0,2643,2644,5,155,0,0,2644,2646,7,36,0,0,2645,2643,1,0,0,0,2645, - 2646,1,0,0,0,2646,2652,1,0,0,0,2647,2649,5,376,0,0,2648,2650,5,857, - 0,0,2649,2648,1,0,0,0,2649,2650,1,0,0,0,2650,2651,1,0,0,0,2651,2653, - 5,882,0,0,2652,2647,1,0,0,0,2652,2653,1,0,0,0,2653,2659,1,0,0,0, - 2654,2656,5,380,0,0,2655,2657,5,857,0,0,2656,2655,1,0,0,0,2656,2657, - 1,0,0,0,2657,2658,1,0,0,0,2658,2660,3,708,354,0,2659,2654,1,0,0, - 0,2659,2660,1,0,0,0,2660,2666,1,0,0,0,2661,2663,5,825,0,0,2662,2664, - 5,857,0,0,2663,2662,1,0,0,0,2663,2664,1,0,0,0,2664,2665,1,0,0,0, - 2665,2667,5,882,0,0,2666,2661,1,0,0,0,2666,2667,1,0,0,0,2667,143, - 1,0,0,0,2668,2672,5,8,0,0,2669,2670,5,308,0,0,2670,2671,5,857,0, - 0,2671,2673,7,11,0,0,2672,2669,1,0,0,0,2672,2673,1,0,0,0,2673,2675, - 1,0,0,0,2674,2676,3,62,31,0,2675,2674,1,0,0,0,2675,2676,1,0,0,0, - 2676,2680,1,0,0,0,2677,2678,5,162,0,0,2678,2679,5,591,0,0,2679,2681, - 7,12,0,0,2680,2677,1,0,0,0,2680,2681,1,0,0,0,2681,2682,1,0,0,0,2682, - 2683,5,684,0,0,2683,2688,3,646,323,0,2684,2685,5,866,0,0,2685,2686, - 3,670,335,0,2686,2687,5,867,0,0,2687,2689,1,0,0,0,2688,2684,1,0, - 0,0,2688,2689,1,0,0,0,2689,2690,1,0,0,0,2690,2691,5,13,0,0,2691, - 2698,3,210,105,0,2692,2694,5,194,0,0,2693,2695,7,13,0,0,2694,2693, - 1,0,0,0,2694,2695,1,0,0,0,2695,2696,1,0,0,0,2696,2697,5,27,0,0,2697, - 2699,5,121,0,0,2698,2692,1,0,0,0,2698,2699,1,0,0,0,2699,145,1,0, - 0,0,2700,2707,3,104,52,0,2701,2703,5,868,0,0,2702,2701,1,0,0,0,2702, - 2703,1,0,0,0,2703,2704,1,0,0,0,2704,2706,3,104,52,0,2705,2702,1, - 0,0,0,2706,2709,1,0,0,0,2707,2705,1,0,0,0,2707,2708,1,0,0,0,2708, - 2965,1,0,0,0,2709,2707,1,0,0,0,2710,2712,5,6,0,0,2711,2713,5,29, - 0,0,2712,2711,1,0,0,0,2712,2713,1,0,0,0,2713,2714,1,0,0,0,2714,2715, - 3,674,337,0,2715,2719,3,94,47,0,2716,2720,5,402,0,0,2717,2718,5, - 306,0,0,2718,2720,3,674,337,0,2719,2716,1,0,0,0,2719,2717,1,0,0, - 0,2719,2720,1,0,0,0,2720,2965,1,0,0,0,2721,2723,5,6,0,0,2722,2724, - 5,29,0,0,2723,2722,1,0,0,0,2723,2724,1,0,0,0,2724,2725,1,0,0,0,2725, - 2726,5,866,0,0,2726,2727,3,674,337,0,2727,2734,3,94,47,0,2728,2729, - 5,868,0,0,2729,2730,3,674,337,0,2730,2731,3,94,47,0,2731,2733,1, - 0,0,0,2732,2728,1,0,0,0,2733,2736,1,0,0,0,2734,2732,1,0,0,0,2734, - 2735,1,0,0,0,2735,2737,1,0,0,0,2736,2734,1,0,0,0,2737,2738,5,867, - 0,0,2738,2965,1,0,0,0,2739,2740,5,6,0,0,2740,2742,7,19,0,0,2741, - 2743,3,652,326,0,2742,2741,1,0,0,0,2742,2743,1,0,0,0,2743,2745,1, - 0,0,0,2744,2746,3,74,37,0,2745,2744,1,0,0,0,2745,2746,1,0,0,0,2746, - 2747,1,0,0,0,2747,2751,3,754,377,0,2748,2750,3,76,38,0,2749,2748, - 1,0,0,0,2750,2753,1,0,0,0,2751,2749,1,0,0,0,2751,2752,1,0,0,0,2752, - 2965,1,0,0,0,2753,2751,1,0,0,0,2754,2755,5,6,0,0,2755,2757,7,20, - 0,0,2756,2758,7,19,0,0,2757,2756,1,0,0,0,2757,2758,1,0,0,0,2758, - 2760,1,0,0,0,2759,2761,3,652,326,0,2760,2759,1,0,0,0,2760,2761,1, - 0,0,0,2761,2762,1,0,0,0,2762,2766,3,754,377,0,2763,2765,3,76,38, - 0,2764,2763,1,0,0,0,2765,2768,1,0,0,0,2766,2764,1,0,0,0,2766,2767, - 1,0,0,0,2767,2965,1,0,0,0,2768,2766,1,0,0,0,2769,2774,5,6,0,0,2770, - 2772,5,31,0,0,2771,2773,3,722,361,0,2772,2771,1,0,0,0,2772,2773, - 1,0,0,0,2773,2775,1,0,0,0,2774,2770,1,0,0,0,2774,2775,1,0,0,0,2775, - 2776,1,0,0,0,2776,2777,5,131,0,0,2777,2779,5,92,0,0,2778,2780,3, - 74,37,0,2779,2778,1,0,0,0,2779,2780,1,0,0,0,2780,2781,1,0,0,0,2781, - 2785,3,754,377,0,2782,2784,3,76,38,0,2783,2782,1,0,0,0,2784,2787, - 1,0,0,0,2785,2783,1,0,0,0,2785,2786,1,0,0,0,2786,2965,1,0,0,0,2787, - 2785,1,0,0,0,2788,2793,5,6,0,0,2789,2791,5,31,0,0,2790,2792,3,722, - 361,0,2791,2790,1,0,0,0,2791,2792,1,0,0,0,2792,2794,1,0,0,0,2793, - 2789,1,0,0,0,2793,2794,1,0,0,0,2794,2795,1,0,0,0,2795,2797,5,182, - 0,0,2796,2798,7,19,0,0,2797,2796,1,0,0,0,2797,2798,1,0,0,0,2798, - 2800,1,0,0,0,2799,2801,3,652,326,0,2800,2799,1,0,0,0,2800,2801,1, - 0,0,0,2801,2803,1,0,0,0,2802,2804,3,74,37,0,2803,2802,1,0,0,0,2803, - 2804,1,0,0,0,2804,2805,1,0,0,0,2805,2809,3,754,377,0,2806,2808,3, - 76,38,0,2807,2806,1,0,0,0,2808,2811,1,0,0,0,2809,2807,1,0,0,0,2809, - 2810,1,0,0,0,2810,2965,1,0,0,0,2811,2809,1,0,0,0,2812,2817,5,6,0, - 0,2813,2815,5,31,0,0,2814,2816,3,722,361,0,2815,2814,1,0,0,0,2815, - 2816,1,0,0,0,2816,2818,1,0,0,0,2817,2813,1,0,0,0,2817,2818,1,0,0, - 0,2818,2819,1,0,0,0,2819,2820,5,67,0,0,2820,2822,5,92,0,0,2821,2823, - 3,652,326,0,2822,2821,1,0,0,0,2822,2823,1,0,0,0,2823,2824,1,0,0, - 0,2824,2825,3,754,377,0,2825,2826,3,98,49,0,2826,2965,1,0,0,0,2827, - 2829,5,6,0,0,2828,2830,3,90,45,0,2829,2828,1,0,0,0,2829,2830,1,0, - 0,0,2830,2965,1,0,0,0,2831,2832,5,51,0,0,2832,2833,7,37,0,0,2833, - 2965,3,722,361,0,2834,2835,5,8,0,0,2835,2836,7,37,0,0,2836,2838, - 3,722,361,0,2837,2839,5,114,0,0,2838,2837,1,0,0,0,2838,2839,1,0, - 0,0,2839,2841,1,0,0,0,2840,2842,5,57,0,0,2841,2840,1,0,0,0,2841, - 2842,1,0,0,0,2842,2965,1,0,0,0,2843,2845,5,308,0,0,2844,2846,5,857, - 0,0,2845,2844,1,0,0,0,2845,2846,1,0,0,0,2846,2847,1,0,0,0,2847,2965, - 7,38,0,0,2848,2850,5,8,0,0,2849,2851,5,29,0,0,2850,2849,1,0,0,0, - 2850,2851,1,0,0,0,2851,2852,1,0,0,0,2852,2860,3,674,337,0,2853,2854, - 5,155,0,0,2854,2855,5,42,0,0,2855,2861,3,770,385,0,2856,2857,5,155, - 0,0,2857,2861,7,17,0,0,2858,2859,5,51,0,0,2859,2861,5,42,0,0,2860, - 2853,1,0,0,0,2860,2856,1,0,0,0,2860,2858,1,0,0,0,2861,2965,1,0,0, - 0,2862,2863,5,8,0,0,2863,2864,5,82,0,0,2864,2865,3,652,326,0,2865, - 2866,7,17,0,0,2866,2965,1,0,0,0,2867,2869,5,25,0,0,2868,2870,5,29, - 0,0,2869,2868,1,0,0,0,2869,2870,1,0,0,0,2870,2871,1,0,0,0,2871,2872, - 3,674,337,0,2872,2873,3,668,334,0,2873,2877,3,94,47,0,2874,2878, - 5,402,0,0,2875,2876,5,306,0,0,2876,2878,3,674,337,0,2877,2874,1, - 0,0,0,2877,2875,1,0,0,0,2877,2878,1,0,0,0,2878,2965,1,0,0,0,2879, - 2881,5,42,0,0,2880,2879,1,0,0,0,2880,2881,1,0,0,0,2881,2882,1,0, - 0,0,2882,2883,5,26,0,0,2883,2884,5,155,0,0,2884,2885,5,857,0,0,2885, - 2891,3,704,352,0,2886,2888,5,28,0,0,2887,2889,5,857,0,0,2888,2887, - 1,0,0,0,2888,2889,1,0,0,0,2889,2890,1,0,0,0,2890,2892,3,706,353, - 0,2891,2886,1,0,0,0,2891,2892,1,0,0,0,2892,2965,1,0,0,0,2893,2894, - 5,33,0,0,2894,2898,5,176,0,0,2895,2899,5,823,0,0,2896,2897,5,26, - 0,0,2897,2899,5,155,0,0,2898,2895,1,0,0,0,2898,2896,1,0,0,0,2899, - 2900,1,0,0,0,2900,2903,3,704,352,0,2901,2902,5,28,0,0,2902,2904, - 3,706,353,0,2903,2901,1,0,0,0,2903,2904,1,0,0,0,2904,2965,1,0,0, - 0,2905,2906,7,39,0,0,2906,2965,5,93,0,0,2907,2908,7,40,0,0,2908, - 2965,5,658,0,0,2909,2911,5,51,0,0,2910,2912,5,29,0,0,2911,2910,1, - 0,0,0,2911,2912,1,0,0,0,2912,2913,1,0,0,0,2913,2965,3,674,337,0, - 2914,2915,5,51,0,0,2915,2916,7,19,0,0,2916,2965,3,652,326,0,2917, - 2918,5,51,0,0,2918,2919,5,131,0,0,2919,2965,5,92,0,0,2920,2921,5, - 51,0,0,2921,2922,5,67,0,0,2922,2923,5,92,0,0,2923,2965,3,722,361, - 0,2924,2965,5,66,0,0,2925,2927,5,104,0,0,2926,2928,5,857,0,0,2927, - 2926,1,0,0,0,2927,2928,1,0,0,0,2928,2929,1,0,0,0,2929,2965,7,4,0, - 0,2930,2932,5,492,0,0,2931,2933,5,29,0,0,2932,2931,1,0,0,0,2932, - 2933,1,0,0,0,2933,2934,1,0,0,0,2934,2935,3,674,337,0,2935,2939,3, - 94,47,0,2936,2940,5,402,0,0,2937,2938,5,306,0,0,2938,2940,3,674, - 337,0,2939,2936,1,0,0,0,2939,2937,1,0,0,0,2939,2940,1,0,0,0,2940, - 2965,1,0,0,0,2941,2942,5,125,0,0,2942,2943,5,20,0,0,2943,2965,3, - 670,335,0,2944,2945,5,141,0,0,2945,2946,5,29,0,0,2946,2947,3,674, - 337,0,2947,2948,5,176,0,0,2948,2949,3,668,334,0,2949,2965,1,0,0, - 0,2950,2951,5,141,0,0,2951,2952,7,19,0,0,2952,2953,3,652,326,0,2953, - 2954,5,176,0,0,2954,2955,3,648,324,0,2955,2965,1,0,0,0,2956,2958, - 5,141,0,0,2957,2959,7,41,0,0,2958,2957,1,0,0,0,2958,2959,1,0,0,0, - 2959,2960,1,0,0,0,2960,2965,3,658,329,0,2961,2962,7,42,0,0,2962, - 2965,5,681,0,0,2963,2965,3,148,74,0,2964,2700,1,0,0,0,2964,2710, - 1,0,0,0,2964,2721,1,0,0,0,2964,2739,1,0,0,0,2964,2754,1,0,0,0,2964, - 2769,1,0,0,0,2964,2788,1,0,0,0,2964,2812,1,0,0,0,2964,2827,1,0,0, - 0,2964,2831,1,0,0,0,2964,2834,1,0,0,0,2964,2843,1,0,0,0,2964,2848, - 1,0,0,0,2964,2862,1,0,0,0,2964,2867,1,0,0,0,2964,2880,1,0,0,0,2964, - 2893,1,0,0,0,2964,2905,1,0,0,0,2964,2907,1,0,0,0,2964,2909,1,0,0, - 0,2964,2914,1,0,0,0,2964,2917,1,0,0,0,2964,2920,1,0,0,0,2964,2924, - 1,0,0,0,2964,2925,1,0,0,0,2964,2930,1,0,0,0,2964,2941,1,0,0,0,2964, - 2944,1,0,0,0,2964,2950,1,0,0,0,2964,2956,1,0,0,0,2964,2961,1,0,0, - 0,2964,2963,1,0,0,0,2965,147,1,0,0,0,2966,2967,5,6,0,0,2967,2968, - 5,130,0,0,2968,2969,5,866,0,0,2969,2974,3,116,58,0,2970,2971,5,868, - 0,0,2971,2973,3,116,58,0,2972,2970,1,0,0,0,2973,2976,1,0,0,0,2974, - 2972,1,0,0,0,2974,2975,1,0,0,0,2975,2977,1,0,0,0,2976,2974,1,0,0, - 0,2977,2978,5,867,0,0,2978,3065,1,0,0,0,2979,2980,5,51,0,0,2980, - 2981,5,130,0,0,2981,3065,3,686,343,0,2982,2983,5,369,0,0,2983,2986, - 5,130,0,0,2984,2987,3,686,343,0,2985,2987,5,7,0,0,2986,2984,1,0, - 0,0,2986,2985,1,0,0,0,2987,2988,1,0,0,0,2988,3065,5,658,0,0,2989, - 2990,5,425,0,0,2990,2993,5,130,0,0,2991,2994,3,686,343,0,2992,2994, - 5,7,0,0,2993,2991,1,0,0,0,2993,2992,1,0,0,0,2994,2995,1,0,0,0,2995, - 3065,5,658,0,0,2996,2997,5,668,0,0,2997,3000,5,130,0,0,2998,3001, - 3,686,343,0,2999,3001,5,7,0,0,3000,2998,1,0,0,0,3000,2999,1,0,0, - 0,3001,3065,1,0,0,0,3002,3003,5,335,0,0,3003,3004,5,130,0,0,3004, - 3065,3,728,364,0,3005,3006,5,561,0,0,3006,3007,5,130,0,0,3007,3008, - 3,686,343,0,3008,3009,5,88,0,0,3009,3010,5,866,0,0,3010,3015,3,116, - 58,0,3011,3012,5,868,0,0,3012,3014,3,116,58,0,3013,3011,1,0,0,0, - 3014,3017,1,0,0,0,3015,3013,1,0,0,0,3015,3016,1,0,0,0,3016,3018, - 1,0,0,0,3017,3015,1,0,0,0,3018,3019,5,867,0,0,3019,3065,1,0,0,0, - 3020,3021,5,388,0,0,3021,3022,5,130,0,0,3022,3023,3,688,344,0,3023, - 3024,5,194,0,0,3024,3025,5,173,0,0,3025,3028,3,662,331,0,3026,3027, - 7,42,0,0,3027,3029,5,681,0,0,3028,3026,1,0,0,0,3028,3029,1,0,0,0, - 3029,3065,1,0,0,0,3030,3031,5,10,0,0,3031,3034,5,130,0,0,3032,3035, - 3,686,343,0,3033,3035,5,7,0,0,3034,3032,1,0,0,0,3034,3033,1,0,0, - 0,3035,3065,1,0,0,0,3036,3037,5,27,0,0,3037,3040,5,130,0,0,3038, - 3041,3,686,343,0,3039,3041,5,7,0,0,3040,3038,1,0,0,0,3040,3039,1, - 0,0,0,3041,3065,1,0,0,0,3042,3043,5,120,0,0,3043,3046,5,130,0,0, - 3044,3047,3,686,343,0,3045,3047,5,7,0,0,3046,3044,1,0,0,0,3046,3045, - 1,0,0,0,3047,3065,1,0,0,0,3048,3049,5,550,0,0,3049,3052,5,130,0, - 0,3050,3053,3,686,343,0,3051,3053,5,7,0,0,3052,3050,1,0,0,0,3052, - 3051,1,0,0,0,3053,3065,1,0,0,0,3054,3055,5,562,0,0,3055,3058,5,130, - 0,0,3056,3059,3,686,343,0,3057,3059,5,7,0,0,3058,3056,1,0,0,0,3058, - 3057,1,0,0,0,3059,3065,1,0,0,0,3060,3061,5,560,0,0,3061,3065,5,527, - 0,0,3062,3063,5,677,0,0,3063,3065,5,527,0,0,3064,2966,1,0,0,0,3064, - 2979,1,0,0,0,3064,2982,1,0,0,0,3064,2989,1,0,0,0,3064,2996,1,0,0, - 0,3064,3002,1,0,0,0,3064,3005,1,0,0,0,3064,3020,1,0,0,0,3064,3030, - 1,0,0,0,3064,3036,1,0,0,0,3064,3042,1,0,0,0,3064,3048,1,0,0,0,3064, - 3054,1,0,0,0,3064,3060,1,0,0,0,3064,3062,1,0,0,0,3065,149,1,0,0, - 0,3066,3067,5,51,0,0,3067,3069,7,0,0,0,3068,3070,3,774,387,0,3069, - 3068,1,0,0,0,3069,3070,1,0,0,0,3070,3071,1,0,0,0,3071,3072,3,638, - 319,0,3072,151,1,0,0,0,3073,3074,5,51,0,0,3074,3076,5,385,0,0,3075, - 3077,3,774,387,0,3076,3075,1,0,0,0,3076,3077,1,0,0,0,3077,3078,1, - 0,0,0,3078,3079,3,718,359,0,3079,153,1,0,0,0,3080,3081,5,51,0,0, - 3081,3083,5,82,0,0,3082,3084,7,1,0,0,3083,3082,1,0,0,0,3083,3084, - 1,0,0,0,3084,3085,1,0,0,0,3085,3086,3,652,326,0,3086,3087,5,119, - 0,0,3087,3100,3,662,331,0,3088,3090,5,308,0,0,3089,3091,5,857,0, - 0,3090,3089,1,0,0,0,3090,3091,1,0,0,0,3091,3092,1,0,0,0,3092,3099, - 7,3,0,0,3093,3095,5,104,0,0,3094,3096,5,857,0,0,3095,3094,1,0,0, - 0,3095,3096,1,0,0,0,3096,3097,1,0,0,0,3097,3099,7,4,0,0,3098,3088, - 1,0,0,0,3098,3093,1,0,0,0,3099,3102,1,0,0,0,3100,3098,1,0,0,0,3100, - 3101,1,0,0,0,3101,155,1,0,0,0,3102,3100,1,0,0,0,3103,3104,5,51,0, - 0,3104,3105,5,451,0,0,3105,3106,5,74,0,0,3106,3107,3,722,361,0,3107, - 3109,5,380,0,0,3108,3110,5,857,0,0,3109,3108,1,0,0,0,3109,3110,1, - 0,0,0,3110,3111,1,0,0,0,3111,3112,3,708,354,0,3112,157,1,0,0,0,3113, - 3114,5,51,0,0,3114,3116,5,132,0,0,3115,3117,3,774,387,0,3116,3115, - 1,0,0,0,3116,3117,1,0,0,0,3117,3118,1,0,0,0,3118,3119,3,718,359, - 0,3119,159,1,0,0,0,3120,3121,5,51,0,0,3121,3123,5,409,0,0,3122,3124, - 3,774,387,0,3123,3122,1,0,0,0,3123,3124,1,0,0,0,3124,3125,1,0,0, - 0,3125,3126,3,642,321,0,3126,161,1,0,0,0,3127,3128,5,51,0,0,3128, - 3130,5,592,0,0,3129,3131,3,774,387,0,3130,3129,1,0,0,0,3130,3131, - 1,0,0,0,3131,3132,1,0,0,0,3132,3133,3,722,361,0,3133,163,1,0,0,0, - 3134,3135,5,51,0,0,3135,3136,5,161,0,0,3136,3137,5,137,0,0,3137, - 3139,5,835,0,0,3138,3140,3,774,387,0,3139,3138,1,0,0,0,3139,3140, - 1,0,0,0,3140,3141,1,0,0,0,3141,3142,5,883,0,0,3142,165,1,0,0,0,3143, - 3145,5,51,0,0,3144,3146,5,660,0,0,3145,3144,1,0,0,0,3145,3146,1, - 0,0,0,3146,3147,1,0,0,0,3147,3149,5,173,0,0,3148,3150,3,774,387, - 0,3149,3148,1,0,0,0,3149,3150,1,0,0,0,3150,3151,1,0,0,0,3151,3153, - 3,660,330,0,3152,3154,7,43,0,0,3153,3152,1,0,0,0,3153,3154,1,0,0, - 0,3154,167,1,0,0,0,3155,3157,5,51,0,0,3156,3158,5,180,0,0,3157,3156, - 1,0,0,0,3157,3158,1,0,0,0,3158,3159,1,0,0,0,3159,3160,5,658,0,0, - 3160,3166,3,682,341,0,3161,3163,5,380,0,0,3162,3164,5,857,0,0,3163, - 3162,1,0,0,0,3163,3164,1,0,0,0,3164,3165,1,0,0,0,3165,3167,3,708, - 354,0,3166,3161,1,0,0,0,3166,3167,1,0,0,0,3167,169,1,0,0,0,3168, - 3169,5,51,0,0,3169,3171,5,178,0,0,3170,3172,3,774,387,0,3171,3170, - 1,0,0,0,3171,3172,1,0,0,0,3172,3173,1,0,0,0,3173,3174,3,718,359, - 0,3174,171,1,0,0,0,3175,3176,5,51,0,0,3176,3178,5,684,0,0,3177,3179, - 3,774,387,0,3178,3177,1,0,0,0,3178,3179,1,0,0,0,3179,3180,1,0,0, - 0,3180,3185,3,646,323,0,3181,3182,5,868,0,0,3182,3184,3,646,323, - 0,3183,3181,1,0,0,0,3184,3187,1,0,0,0,3185,3183,1,0,0,0,3185,3186, - 1,0,0,0,3186,3189,1,0,0,0,3187,3185,1,0,0,0,3188,3190,7,43,0,0,3189, - 3188,1,0,0,0,3189,3190,1,0,0,0,3190,173,1,0,0,0,3191,3192,5,51,0, - 0,3192,3194,5,582,0,0,3193,3195,3,774,387,0,3194,3193,1,0,0,0,3194, - 3195,1,0,0,0,3195,3196,1,0,0,0,3196,3197,3,664,332,0,3197,175,1, - 0,0,0,3198,3199,5,155,0,0,3199,3200,5,42,0,0,3200,3204,5,582,0,0, - 3201,3205,5,505,0,0,3202,3205,5,7,0,0,3203,3205,3,664,332,0,3204, - 3201,1,0,0,0,3204,3202,1,0,0,0,3204,3203,1,0,0,0,3205,3206,1,0,0, - 0,3206,3207,5,176,0,0,3207,3212,3,666,333,0,3208,3209,5,868,0,0, - 3209,3211,3,666,333,0,3210,3208,1,0,0,0,3211,3214,1,0,0,0,3212,3210, - 1,0,0,0,3212,3213,1,0,0,0,3213,3219,1,0,0,0,3214,3212,1,0,0,0,3215, - 3216,5,155,0,0,3216,3217,5,582,0,0,3217,3219,3,478,239,0,3218,3198, - 1,0,0,0,3218,3215,1,0,0,0,3219,177,1,0,0,0,3220,3221,5,141,0,0,3221, - 3222,5,173,0,0,3222,3227,3,180,90,0,3223,3224,5,868,0,0,3224,3226, - 3,180,90,0,3225,3223,1,0,0,0,3226,3229,1,0,0,0,3227,3225,1,0,0,0, - 3227,3228,1,0,0,0,3228,179,1,0,0,0,3229,3227,1,0,0,0,3230,3231,3, - 662,331,0,3231,3232,5,176,0,0,3232,3233,3,658,329,0,3233,181,1,0, - 0,0,3234,3236,5,668,0,0,3235,3237,5,173,0,0,3236,3235,1,0,0,0,3236, - 3237,1,0,0,0,3237,3238,1,0,0,0,3238,3239,3,662,331,0,3239,183,1, - 0,0,0,3240,3241,5,21,0,0,3241,3248,3,718,359,0,3242,3245,5,866,0, - 0,3243,3246,3,764,382,0,3244,3246,3,756,378,0,3245,3243,1,0,0,0, - 3245,3244,1,0,0,0,3245,3246,1,0,0,0,3246,3247,1,0,0,0,3247,3249, - 5,867,0,0,3248,3242,1,0,0,0,3248,3249,1,0,0,0,3249,185,1,0,0,0,3250, - 3253,3,240,120,0,3251,3253,3,242,121,0,3252,3250,1,0,0,0,3252,3251, - 1,0,0,0,3253,187,1,0,0,0,3254,3255,5,371,0,0,3255,3256,3,756,378, - 0,3256,189,1,0,0,0,3257,3262,3,244,122,0,3258,3262,3,246,123,0,3259, - 3262,3,248,124,0,3260,3262,3,250,125,0,3261,3257,1,0,0,0,3261,3258, - 1,0,0,0,3261,3259,1,0,0,0,3261,3260,1,0,0,0,3262,191,1,0,0,0,3263, - 3265,5,86,0,0,3264,3266,7,44,0,0,3265,3264,1,0,0,0,3265,3266,1,0, - 0,0,3266,3268,1,0,0,0,3267,3269,5,79,0,0,3268,3267,1,0,0,0,3268, - 3269,1,0,0,0,3269,3271,1,0,0,0,3270,3272,5,88,0,0,3271,3270,1,0, - 0,0,3271,3272,1,0,0,0,3272,3273,1,0,0,0,3273,3280,3,662,331,0,3274, - 3275,5,130,0,0,3275,3277,5,866,0,0,3276,3278,3,686,343,0,3277,3276, - 1,0,0,0,3277,3278,1,0,0,0,3278,3279,1,0,0,0,3279,3281,5,867,0,0, - 3280,3274,1,0,0,0,3280,3281,1,0,0,0,3281,3293,1,0,0,0,3282,3284, - 3,270,135,0,3283,3282,1,0,0,0,3283,3284,1,0,0,0,3284,3287,1,0,0, - 0,3285,3288,3,758,379,0,3286,3288,3,196,98,0,3287,3285,1,0,0,0,3287, - 3286,1,0,0,0,3287,3288,1,0,0,0,3288,3290,1,0,0,0,3289,3291,3,194, - 97,0,3290,3289,1,0,0,0,3290,3291,1,0,0,0,3291,3294,1,0,0,0,3292, - 3294,3,232,116,0,3293,3283,1,0,0,0,3293,3292,1,0,0,0,3294,3296,1, - 0,0,0,3295,3297,3,194,97,0,3296,3295,1,0,0,0,3296,3297,1,0,0,0,3297, - 3310,1,0,0,0,3298,3299,5,119,0,0,3299,3300,5,373,0,0,3300,3301,5, - 92,0,0,3301,3302,5,185,0,0,3302,3307,3,234,117,0,3303,3304,5,868, - 0,0,3304,3306,3,234,117,0,3305,3303,1,0,0,0,3306,3309,1,0,0,0,3307, - 3305,1,0,0,0,3307,3308,1,0,0,0,3308,3311,1,0,0,0,3309,3307,1,0,0, - 0,3310,3298,1,0,0,0,3310,3311,1,0,0,0,3311,193,1,0,0,0,3312,3313, - 5,13,0,0,3313,3315,3,722,361,0,3314,3316,3,270,135,0,3315,3314,1, - 0,0,0,3315,3316,1,0,0,0,3316,195,1,0,0,0,3317,3322,3,210,105,0,3318, - 3319,5,173,0,0,3319,3322,3,662,331,0,3320,3322,3,230,115,0,3321, - 3317,1,0,0,0,3321,3318,1,0,0,0,3321,3320,1,0,0,0,3322,197,1,0,0, - 0,3323,3329,3,200,100,0,3324,3326,5,828,0,0,3325,3327,7,45,0,0,3326, - 3325,1,0,0,0,3326,3327,1,0,0,0,3327,3328,1,0,0,0,3328,3330,3,200, - 100,0,3329,3324,1,0,0,0,3330,3331,1,0,0,0,3331,3329,1,0,0,0,3331, - 3332,1,0,0,0,3332,199,1,0,0,0,3333,3335,5,866,0,0,3334,3333,1,0, - 0,0,3334,3335,1,0,0,0,3335,3336,1,0,0,0,3336,3338,3,282,141,0,3337, - 3339,5,867,0,0,3338,3337,1,0,0,0,3338,3339,1,0,0,0,3339,201,1,0, - 0,0,3340,3341,5,103,0,0,3341,3343,5,360,0,0,3342,3344,7,46,0,0,3343, - 3342,1,0,0,0,3343,3344,1,0,0,0,3344,3346,1,0,0,0,3345,3347,5,450, - 0,0,3346,3345,1,0,0,0,3346,3347,1,0,0,0,3347,3348,1,0,0,0,3348,3349, - 5,83,0,0,3349,3351,5,882,0,0,3350,3352,7,7,0,0,3351,3350,1,0,0,0, - 3351,3352,1,0,0,0,3352,3353,1,0,0,0,3353,3354,5,88,0,0,3354,3355, - 5,173,0,0,3355,3361,3,662,331,0,3356,3357,5,130,0,0,3357,3358,5, - 866,0,0,3358,3359,3,686,343,0,3359,3360,5,867,0,0,3360,3362,1,0, - 0,0,3361,3356,1,0,0,0,3361,3362,1,0,0,0,3362,3366,1,0,0,0,3363,3364, - 5,26,0,0,3364,3365,5,155,0,0,3365,3367,3,704,352,0,3366,3363,1,0, - 0,0,3366,3367,1,0,0,0,3367,3374,1,0,0,0,3368,3370,7,47,0,0,3369, - 3371,3,314,157,0,3370,3369,1,0,0,0,3371,3372,1,0,0,0,3372,3370,1, - 0,0,0,3372,3373,1,0,0,0,3373,3375,1,0,0,0,3374,3368,1,0,0,0,3374, - 3375,1,0,0,0,3375,3382,1,0,0,0,3376,3378,5,102,0,0,3377,3379,3,316, - 158,0,3378,3377,1,0,0,0,3379,3380,1,0,0,0,3380,3378,1,0,0,0,3380, - 3381,1,0,0,0,3381,3383,1,0,0,0,3382,3376,1,0,0,0,3382,3383,1,0,0, - 0,3383,3388,1,0,0,0,3384,3385,5,79,0,0,3385,3386,3,728,364,0,3386, - 3387,7,48,0,0,3387,3389,1,0,0,0,3388,3384,1,0,0,0,3388,3389,1,0, - 0,0,3389,3401,1,0,0,0,3390,3391,5,866,0,0,3391,3396,3,236,118,0, - 3392,3393,5,868,0,0,3393,3395,3,236,118,0,3394,3392,1,0,0,0,3395, - 3398,1,0,0,0,3396,3394,1,0,0,0,3396,3397,1,0,0,0,3397,3399,1,0,0, - 0,3398,3396,1,0,0,0,3399,3400,5,867,0,0,3400,3402,1,0,0,0,3401,3390, - 1,0,0,0,3401,3402,1,0,0,0,3402,3412,1,0,0,0,3403,3404,5,155,0,0, - 3404,3409,3,234,117,0,3405,3406,5,868,0,0,3406,3408,3,234,117,0, - 3407,3405,1,0,0,0,3408,3411,1,0,0,0,3409,3407,1,0,0,0,3409,3410, - 1,0,0,0,3410,3413,1,0,0,0,3411,3409,1,0,0,0,3412,3403,1,0,0,0,3412, - 3413,1,0,0,0,3413,203,1,0,0,0,3414,3415,5,103,0,0,3415,3417,5,695, - 0,0,3416,3418,7,46,0,0,3417,3416,1,0,0,0,3417,3418,1,0,0,0,3418, - 3420,1,0,0,0,3419,3421,5,450,0,0,3420,3419,1,0,0,0,3420,3421,1,0, - 0,0,3421,3422,1,0,0,0,3422,3423,5,83,0,0,3423,3425,5,882,0,0,3424, - 3426,7,7,0,0,3425,3424,1,0,0,0,3425,3426,1,0,0,0,3426,3427,1,0,0, - 0,3427,3428,5,88,0,0,3428,3429,5,173,0,0,3429,3433,3,662,331,0,3430, - 3431,5,26,0,0,3431,3432,5,155,0,0,3432,3434,3,704,352,0,3433,3430, - 1,0,0,0,3433,3434,1,0,0,0,3434,3445,1,0,0,0,3435,3436,5,587,0,0, - 3436,3437,5,423,0,0,3437,3439,5,20,0,0,3438,3440,5,859,0,0,3439, - 3438,1,0,0,0,3439,3440,1,0,0,0,3440,3441,1,0,0,0,3441,3443,5,882, - 0,0,3442,3444,5,858,0,0,3443,3442,1,0,0,0,3443,3444,1,0,0,0,3444, - 3446,1,0,0,0,3445,3435,1,0,0,0,3445,3446,1,0,0,0,3446,3451,1,0,0, - 0,3447,3448,5,79,0,0,3448,3449,3,728,364,0,3449,3450,7,48,0,0,3450, - 3452,1,0,0,0,3451,3447,1,0,0,0,3451,3452,1,0,0,0,3452,3464,1,0,0, - 0,3453,3454,5,866,0,0,3454,3459,3,236,118,0,3455,3456,5,868,0,0, - 3456,3458,3,236,118,0,3457,3455,1,0,0,0,3458,3461,1,0,0,0,3459,3457, - 1,0,0,0,3459,3460,1,0,0,0,3460,3462,1,0,0,0,3461,3459,1,0,0,0,3462, - 3463,5,867,0,0,3463,3465,1,0,0,0,3464,3453,1,0,0,0,3464,3465,1,0, - 0,0,3465,3475,1,0,0,0,3466,3467,5,155,0,0,3467,3472,3,234,117,0, - 3468,3469,5,868,0,0,3469,3471,3,234,117,0,3470,3468,1,0,0,0,3471, - 3474,1,0,0,0,3472,3470,1,0,0,0,3472,3473,1,0,0,0,3473,3476,1,0,0, - 0,3474,3472,1,0,0,0,3475,3466,1,0,0,0,3475,3476,1,0,0,0,3476,205, - 1,0,0,0,3477,3478,5,866,0,0,3478,3480,3,224,112,0,3479,3481,3,258, - 129,0,3480,3479,1,0,0,0,3480,3481,1,0,0,0,3481,3483,1,0,0,0,3482, - 3484,3,328,164,0,3483,3482,1,0,0,0,3483,3484,1,0,0,0,3484,3485,1, - 0,0,0,3485,3487,5,867,0,0,3486,3488,3,258,129,0,3487,3486,1,0,0, - 0,3487,3488,1,0,0,0,3488,3490,1,0,0,0,3489,3491,3,328,164,0,3490, - 3489,1,0,0,0,3490,3491,1,0,0,0,3491,3493,1,0,0,0,3492,3494,3,312, - 156,0,3493,3492,1,0,0,0,3493,3494,1,0,0,0,3494,207,1,0,0,0,3495, - 3497,5,143,0,0,3496,3498,7,49,0,0,3497,3496,1,0,0,0,3497,3498,1, - 0,0,0,3498,3500,1,0,0,0,3499,3501,5,88,0,0,3500,3499,1,0,0,0,3500, - 3501,1,0,0,0,3501,3502,1,0,0,0,3502,3508,3,662,331,0,3503,3504,5, - 130,0,0,3504,3505,5,866,0,0,3505,3506,3,686,343,0,3506,3507,5,867, - 0,0,3507,3509,1,0,0,0,3508,3503,1,0,0,0,3508,3509,1,0,0,0,3509,3518, - 1,0,0,0,3510,3511,5,866,0,0,3511,3512,3,670,335,0,3512,3513,5,867, - 0,0,3513,3515,1,0,0,0,3514,3510,1,0,0,0,3514,3515,1,0,0,0,3515,3516, - 1,0,0,0,3516,3519,3,228,114,0,3517,3519,3,232,116,0,3518,3514,1, - 0,0,0,3518,3517,1,0,0,0,3519,209,1,0,0,0,3520,3524,3,282,141,0,3521, - 3523,3,284,142,0,3522,3521,1,0,0,0,3523,3526,1,0,0,0,3524,3522,1, - 0,0,0,3524,3525,1,0,0,0,3525,3535,1,0,0,0,3526,3524,1,0,0,0,3527, - 3529,5,181,0,0,3528,3530,7,45,0,0,3529,3528,1,0,0,0,3529,3530,1, - 0,0,0,3530,3533,1,0,0,0,3531,3534,3,282,141,0,3532,3534,3,280,140, - 0,3533,3531,1,0,0,0,3533,3532,1,0,0,0,3534,3536,1,0,0,0,3535,3527, - 1,0,0,0,3535,3536,1,0,0,0,3536,3541,1,0,0,0,3537,3538,5,868,0,0, - 3538,3540,3,286,143,0,3539,3537,1,0,0,0,3540,3543,1,0,0,0,3541,3539, - 1,0,0,0,3541,3542,1,0,0,0,3542,3545,1,0,0,0,3543,3541,1,0,0,0,3544, - 3546,3,258,129,0,3545,3544,1,0,0,0,3545,3546,1,0,0,0,3546,3548,1, - 0,0,0,3547,3549,3,328,164,0,3548,3547,1,0,0,0,3548,3549,1,0,0,0, - 3549,3551,1,0,0,0,3550,3552,3,238,119,0,3551,3550,1,0,0,0,3551,3552, - 1,0,0,0,3552,3554,1,0,0,0,3553,3555,3,312,156,0,3554,3553,1,0,0, - 0,3554,3555,1,0,0,0,3555,3580,1,0,0,0,3556,3560,3,280,140,0,3557, - 3559,3,284,142,0,3558,3557,1,0,0,0,3559,3562,1,0,0,0,3560,3558,1, - 0,0,0,3560,3561,1,0,0,0,3561,3568,1,0,0,0,3562,3560,1,0,0,0,3563, - 3565,5,181,0,0,3564,3566,7,45,0,0,3565,3564,1,0,0,0,3565,3566,1, - 0,0,0,3566,3567,1,0,0,0,3567,3569,3,280,140,0,3568,3563,1,0,0,0, - 3568,3569,1,0,0,0,3569,3571,1,0,0,0,3570,3572,3,258,129,0,3571,3570, - 1,0,0,0,3571,3572,1,0,0,0,3572,3574,1,0,0,0,3573,3575,3,328,164, - 0,3574,3573,1,0,0,0,3574,3575,1,0,0,0,3575,3577,1,0,0,0,3576,3578, - 3,238,119,0,3577,3576,1,0,0,0,3577,3578,1,0,0,0,3578,3580,1,0,0, - 0,3579,3520,1,0,0,0,3579,3556,1,0,0,0,3580,211,1,0,0,0,3581,3583, - 3,50,25,0,3582,3581,1,0,0,0,3582,3583,1,0,0,0,3583,3584,1,0,0,0, - 3584,3586,3,214,107,0,3585,3587,3,258,129,0,3586,3585,1,0,0,0,3586, - 3587,1,0,0,0,3587,3589,1,0,0,0,3588,3590,3,328,164,0,3589,3588,1, - 0,0,0,3589,3590,1,0,0,0,3590,3592,1,0,0,0,3591,3593,3,312,156,0, - 3592,3591,1,0,0,0,3592,3593,1,0,0,0,3593,213,1,0,0,0,3594,3595,6, - 107,-1,0,3595,3596,3,216,108,0,3596,3611,1,0,0,0,3597,3598,10,2, - 0,0,3598,3600,5,181,0,0,3599,3601,7,45,0,0,3600,3599,1,0,0,0,3600, - 3601,1,0,0,0,3601,3602,1,0,0,0,3602,3610,3,216,108,0,3603,3604,10, - 1,0,0,3604,3606,5,59,0,0,3605,3607,7,45,0,0,3606,3605,1,0,0,0,3606, - 3607,1,0,0,0,3607,3608,1,0,0,0,3608,3610,3,216,108,0,3609,3597,1, - 0,0,0,3609,3603,1,0,0,0,3610,3613,1,0,0,0,3611,3609,1,0,0,0,3611, - 3612,1,0,0,0,3612,215,1,0,0,0,3613,3611,1,0,0,0,3614,3615,6,108, - -1,0,3615,3616,3,218,109,0,3616,3625,1,0,0,0,3617,3618,10,1,0,0, - 3618,3620,5,828,0,0,3619,3621,7,45,0,0,3620,3619,1,0,0,0,3620,3621, - 1,0,0,0,3621,3622,1,0,0,0,3622,3624,3,218,109,0,3623,3617,1,0,0, - 0,3624,3627,1,0,0,0,3625,3623,1,0,0,0,3625,3626,1,0,0,0,3626,217, - 1,0,0,0,3627,3625,1,0,0,0,3628,3643,3,226,113,0,3629,3630,5,866, - 0,0,3630,3632,3,214,107,0,3631,3633,3,258,129,0,3632,3631,1,0,0, - 0,3632,3633,1,0,0,0,3633,3635,1,0,0,0,3634,3636,3,328,164,0,3635, - 3634,1,0,0,0,3635,3636,1,0,0,0,3636,3638,1,0,0,0,3637,3639,3,312, - 156,0,3638,3637,1,0,0,0,3638,3639,1,0,0,0,3639,3640,1,0,0,0,3640, - 3641,5,867,0,0,3641,3643,1,0,0,0,3642,3628,1,0,0,0,3642,3629,1,0, - 0,0,3643,219,1,0,0,0,3644,3647,3,254,127,0,3645,3647,3,256,128,0, - 3646,3644,1,0,0,0,3646,3645,1,0,0,0,3647,221,1,0,0,0,3648,3652,3, - 230,115,0,3649,3650,5,125,0,0,3650,3651,5,20,0,0,3651,3653,3,690, - 345,0,3652,3649,1,0,0,0,3652,3653,1,0,0,0,3653,3656,1,0,0,0,3654, - 3655,5,100,0,0,3655,3657,3,330,165,0,3656,3654,1,0,0,0,3656,3657, - 1,0,0,0,3657,223,1,0,0,0,3658,3663,3,226,113,0,3659,3660,7,50,0, - 0,3660,3662,3,226,113,0,3661,3659,1,0,0,0,3662,3665,1,0,0,0,3663, - 3661,1,0,0,0,3663,3664,1,0,0,0,3664,3667,1,0,0,0,3665,3663,1,0,0, - 0,3666,3668,3,258,129,0,3667,3666,1,0,0,0,3667,3668,1,0,0,0,3668, - 3670,1,0,0,0,3669,3671,3,328,164,0,3670,3669,1,0,0,0,3670,3671,1, - 0,0,0,3671,3673,1,0,0,0,3672,3674,3,312,156,0,3673,3672,1,0,0,0, - 3673,3674,1,0,0,0,3674,225,1,0,0,0,3675,3679,3,210,105,0,3676,3679, - 3,628,314,0,3677,3679,3,222,111,0,3678,3675,1,0,0,0,3678,3676,1, - 0,0,0,3678,3677,1,0,0,0,3679,227,1,0,0,0,3680,3686,3,210,105,0,3681, - 3682,5,173,0,0,3682,3686,3,662,331,0,3683,3686,3,758,379,0,3684, - 3686,3,230,115,0,3685,3680,1,0,0,0,3685,3681,1,0,0,0,3685,3683,1, - 0,0,0,3685,3684,1,0,0,0,3686,229,1,0,0,0,3687,3688,5,189,0,0,3688, - 3689,5,586,0,0,3689,3695,3,760,380,0,3690,3691,5,868,0,0,3691,3692, - 5,586,0,0,3692,3694,3,760,380,0,3693,3690,1,0,0,0,3694,3697,1,0, - 0,0,3695,3693,1,0,0,0,3695,3696,1,0,0,0,3696,231,1,0,0,0,3697,3695, - 1,0,0,0,3698,3699,5,155,0,0,3699,3704,3,234,117,0,3700,3701,5,868, - 0,0,3701,3703,3,234,117,0,3702,3700,1,0,0,0,3703,3706,1,0,0,0,3704, - 3702,1,0,0,0,3704,3705,1,0,0,0,3705,233,1,0,0,0,3706,3704,1,0,0, - 0,3707,3708,3,674,337,0,3708,3709,5,857,0,0,3709,3710,3,762,381, - 0,3710,235,1,0,0,0,3711,3714,3,722,361,0,3712,3714,5,892,0,0,3713, - 3711,1,0,0,0,3713,3712,1,0,0,0,3714,237,1,0,0,0,3715,3716,5,65,0, - 0,3716,3726,7,51,0,0,3717,3718,5,510,0,0,3718,3723,3,662,331,0,3719, - 3720,5,868,0,0,3720,3722,3,662,331,0,3721,3719,1,0,0,0,3722,3725, - 1,0,0,0,3723,3721,1,0,0,0,3723,3724,1,0,0,0,3724,3727,1,0,0,0,3725, - 3723,1,0,0,0,3726,3717,1,0,0,0,3726,3727,1,0,0,0,3727,3730,1,0,0, - 0,3728,3729,7,52,0,0,3729,3731,5,105,0,0,3730,3728,1,0,0,0,3730, - 3731,1,0,0,0,3731,3737,1,0,0,0,3732,3733,5,104,0,0,3733,3734,5,80, - 0,0,3734,3735,5,594,0,0,3735,3737,5,491,0,0,3736,3715,1,0,0,0,3736, - 3732,1,0,0,0,3737,239,1,0,0,0,3738,3740,5,44,0,0,3739,3741,5,107, - 0,0,3740,3739,1,0,0,0,3740,3741,1,0,0,0,3741,3743,1,0,0,0,3742,3744, - 5,549,0,0,3743,3742,1,0,0,0,3743,3744,1,0,0,0,3744,3746,1,0,0,0, - 3745,3747,5,79,0,0,3746,3745,1,0,0,0,3746,3747,1,0,0,0,3747,3748, - 1,0,0,0,3748,3749,5,68,0,0,3749,3754,3,662,331,0,3750,3752,5,13, - 0,0,3751,3750,1,0,0,0,3751,3752,1,0,0,0,3752,3753,1,0,0,0,3753,3755, - 3,722,361,0,3754,3751,1,0,0,0,3754,3755,1,0,0,0,3755,3761,1,0,0, - 0,3756,3757,5,130,0,0,3757,3758,5,866,0,0,3758,3759,3,686,343,0, - 3759,3760,5,867,0,0,3760,3762,1,0,0,0,3761,3756,1,0,0,0,3761,3762, - 1,0,0,0,3762,3765,1,0,0,0,3763,3764,5,192,0,0,3764,3766,3,820,410, - 0,3765,3763,1,0,0,0,3765,3766,1,0,0,0,3766,3768,1,0,0,0,3767,3769, - 3,258,129,0,3768,3767,1,0,0,0,3768,3769,1,0,0,0,3769,3772,1,0,0, - 0,3770,3771,5,100,0,0,3771,3773,3,330,165,0,3772,3770,1,0,0,0,3772, - 3773,1,0,0,0,3773,241,1,0,0,0,3774,3776,5,44,0,0,3775,3777,5,107, - 0,0,3776,3775,1,0,0,0,3776,3777,1,0,0,0,3777,3779,1,0,0,0,3778,3780, - 5,549,0,0,3779,3778,1,0,0,0,3779,3780,1,0,0,0,3780,3782,1,0,0,0, - 3781,3783,5,79,0,0,3782,3781,1,0,0,0,3782,3783,1,0,0,0,3783,3823, - 1,0,0,0,3784,3787,3,662,331,0,3785,3786,5,865,0,0,3786,3788,5,850, - 0,0,3787,3785,1,0,0,0,3787,3788,1,0,0,0,3788,3797,1,0,0,0,3789,3790, - 5,868,0,0,3790,3793,3,662,331,0,3791,3792,5,865,0,0,3792,3794,5, - 850,0,0,3793,3791,1,0,0,0,3793,3794,1,0,0,0,3794,3796,1,0,0,0,3795, - 3789,1,0,0,0,3796,3799,1,0,0,0,3797,3795,1,0,0,0,3797,3798,1,0,0, - 0,3798,3800,1,0,0,0,3799,3797,1,0,0,0,3800,3801,5,68,0,0,3801,3802, - 3,262,131,0,3802,3824,1,0,0,0,3803,3804,5,68,0,0,3804,3807,3,662, - 331,0,3805,3806,5,865,0,0,3806,3808,5,850,0,0,3807,3805,1,0,0,0, - 3807,3808,1,0,0,0,3808,3817,1,0,0,0,3809,3810,5,868,0,0,3810,3813, - 3,662,331,0,3811,3812,5,865,0,0,3812,3814,5,850,0,0,3813,3811,1, - 0,0,0,3813,3814,1,0,0,0,3814,3816,1,0,0,0,3815,3809,1,0,0,0,3816, - 3819,1,0,0,0,3817,3815,1,0,0,0,3817,3818,1,0,0,0,3818,3820,1,0,0, - 0,3819,3817,1,0,0,0,3820,3821,5,188,0,0,3821,3822,3,262,131,0,3822, - 3824,1,0,0,0,3823,3784,1,0,0,0,3823,3803,1,0,0,0,3824,3827,1,0,0, - 0,3825,3826,5,192,0,0,3826,3828,3,820,410,0,3827,3825,1,0,0,0,3827, - 3828,1,0,0,0,3828,243,1,0,0,0,3829,3830,5,417,0,0,3830,3831,3,662, - 331,0,3831,3836,5,516,0,0,3832,3834,5,13,0,0,3833,3832,1,0,0,0,3833, - 3834,1,0,0,0,3834,3835,1,0,0,0,3835,3837,3,722,361,0,3836,3833,1, - 0,0,0,3836,3837,1,0,0,0,3837,245,1,0,0,0,3838,3839,5,417,0,0,3839, - 3840,3,662,331,0,3840,3841,5,135,0,0,3841,3848,3,652,326,0,3842, - 3843,3,830,415,0,3843,3844,5,866,0,0,3844,3845,3,764,382,0,3845, - 3846,5,867,0,0,3846,3849,1,0,0,0,3847,3849,7,53,0,0,3848,3842,1, - 0,0,0,3848,3847,1,0,0,0,3849,3852,1,0,0,0,3850,3851,5,192,0,0,3851, - 3853,3,820,410,0,3852,3850,1,0,0,0,3852,3853,1,0,0,0,3853,3856,1, - 0,0,0,3854,3855,5,100,0,0,3855,3857,3,330,165,0,3856,3854,1,0,0, - 0,3856,3857,1,0,0,0,3857,247,1,0,0,0,3858,3859,5,417,0,0,3859,3860, - 3,662,331,0,3860,3861,5,135,0,0,3861,3864,7,54,0,0,3862,3863,5,192, - 0,0,3863,3865,3,820,410,0,3864,3862,1,0,0,0,3864,3865,1,0,0,0,3865, - 3868,1,0,0,0,3866,3867,5,100,0,0,3867,3869,3,330,165,0,3868,3866, - 1,0,0,0,3868,3869,1,0,0,0,3869,249,1,0,0,0,3870,3871,5,417,0,0,3871, - 3872,3,662,331,0,3872,3873,5,334,0,0,3873,251,1,0,0,0,3874,3875, - 5,425,0,0,3875,3876,5,173,0,0,3876,3877,5,68,0,0,3877,3882,3,732, - 366,0,3878,3879,5,868,0,0,3879,3881,3,732,366,0,3880,3878,1,0,0, - 0,3881,3884,1,0,0,0,3882,3880,1,0,0,0,3882,3883,1,0,0,0,3883,253, - 1,0,0,0,3884,3882,1,0,0,0,3885,3887,5,185,0,0,3886,3888,5,107,0, - 0,3887,3886,1,0,0,0,3887,3888,1,0,0,0,3888,3890,1,0,0,0,3889,3891, - 5,79,0,0,3890,3889,1,0,0,0,3890,3891,1,0,0,0,3891,3892,1,0,0,0,3892, - 3897,3,662,331,0,3893,3895,5,13,0,0,3894,3893,1,0,0,0,3894,3895, - 1,0,0,0,3895,3896,1,0,0,0,3896,3898,3,722,361,0,3897,3894,1,0,0, - 0,3897,3898,1,0,0,0,3898,3899,1,0,0,0,3899,3900,5,155,0,0,3900,3905, - 3,234,117,0,3901,3902,5,868,0,0,3902,3904,3,234,117,0,3903,3901, - 1,0,0,0,3904,3907,1,0,0,0,3905,3903,1,0,0,0,3905,3906,1,0,0,0,3906, - 3910,1,0,0,0,3907,3905,1,0,0,0,3908,3909,5,192,0,0,3909,3911,3,820, - 410,0,3910,3908,1,0,0,0,3910,3911,1,0,0,0,3911,3913,1,0,0,0,3912, - 3914,3,258,129,0,3913,3912,1,0,0,0,3913,3914,1,0,0,0,3914,3916,1, - 0,0,0,3915,3917,3,328,164,0,3916,3915,1,0,0,0,3916,3917,1,0,0,0, - 3917,255,1,0,0,0,3918,3920,5,185,0,0,3919,3921,5,107,0,0,3920,3919, - 1,0,0,0,3920,3921,1,0,0,0,3921,3923,1,0,0,0,3922,3924,5,79,0,0,3923, - 3922,1,0,0,0,3923,3924,1,0,0,0,3924,3925,1,0,0,0,3925,3926,3,262, - 131,0,3926,3927,5,155,0,0,3927,3932,3,234,117,0,3928,3929,5,868, - 0,0,3929,3931,3,234,117,0,3930,3928,1,0,0,0,3931,3934,1,0,0,0,3932, - 3930,1,0,0,0,3932,3933,1,0,0,0,3933,3937,1,0,0,0,3934,3932,1,0,0, - 0,3935,3936,5,192,0,0,3936,3938,3,820,410,0,3937,3935,1,0,0,0,3937, - 3938,1,0,0,0,3938,257,1,0,0,0,3939,3940,5,125,0,0,3940,3941,5,20, - 0,0,3941,3946,3,260,130,0,3942,3943,5,868,0,0,3943,3945,3,260,130, - 0,3944,3942,1,0,0,0,3945,3948,1,0,0,0,3946,3944,1,0,0,0,3946,3947, - 1,0,0,0,3947,259,1,0,0,0,3948,3946,1,0,0,0,3949,3951,3,820,410,0, - 3950,3952,7,55,0,0,3951,3950,1,0,0,0,3951,3952,1,0,0,0,3952,261, - 1,0,0,0,3953,3958,3,264,132,0,3954,3955,5,868,0,0,3955,3957,3,264, - 132,0,3956,3954,1,0,0,0,3957,3960,1,0,0,0,3958,3956,1,0,0,0,3958, - 3959,1,0,0,0,3959,263,1,0,0,0,3960,3958,1,0,0,0,3961,3965,3,266, - 133,0,3962,3964,3,276,138,0,3963,3962,1,0,0,0,3964,3967,1,0,0,0, - 3965,3963,1,0,0,0,3965,3966,1,0,0,0,3966,3980,1,0,0,0,3967,3965, - 1,0,0,0,3968,3969,5,866,0,0,3969,3973,3,266,133,0,3970,3972,3,276, - 138,0,3971,3970,1,0,0,0,3972,3975,1,0,0,0,3973,3971,1,0,0,0,3973, - 3974,1,0,0,0,3974,3976,1,0,0,0,3975,3973,1,0,0,0,3976,3977,5,867, - 0,0,3977,3980,1,0,0,0,3978,3980,3,288,144,0,3979,3961,1,0,0,0,3979, - 3968,1,0,0,0,3979,3978,1,0,0,0,3980,265,1,0,0,0,3981,3987,3,662, - 331,0,3982,3983,5,130,0,0,3983,3984,5,866,0,0,3984,3985,3,686,343, - 0,3985,3986,5,867,0,0,3986,3988,1,0,0,0,3987,3982,1,0,0,0,3987,3988, - 1,0,0,0,3988,3993,1,0,0,0,3989,3991,5,13,0,0,3990,3989,1,0,0,0,3990, - 3991,1,0,0,0,3991,3992,1,0,0,0,3992,3994,3,722,361,0,3993,3990,1, - 0,0,0,3993,3994,1,0,0,0,3994,4003,1,0,0,0,3995,4000,3,272,136,0, - 3996,3997,5,868,0,0,3997,3999,3,272,136,0,3998,3996,1,0,0,0,3999, - 4002,1,0,0,0,4000,3998,1,0,0,0,4000,4001,1,0,0,0,4001,4004,1,0,0, - 0,4002,4000,1,0,0,0,4003,3995,1,0,0,0,4003,4004,1,0,0,0,4004,4021, - 1,0,0,0,4005,4007,5,95,0,0,4006,4005,1,0,0,0,4006,4007,1,0,0,0,4007, - 4008,1,0,0,0,4008,4010,3,268,134,0,4009,4011,5,13,0,0,4010,4009, - 1,0,0,0,4010,4011,1,0,0,0,4011,4012,1,0,0,0,4012,4014,3,722,361, - 0,4013,4015,3,270,135,0,4014,4013,1,0,0,0,4014,4015,1,0,0,0,4015, - 4021,1,0,0,0,4016,4017,5,866,0,0,4017,4018,3,262,131,0,4018,4019, - 5,867,0,0,4019,4021,1,0,0,0,4020,3981,1,0,0,0,4020,4006,1,0,0,0, - 4020,4016,1,0,0,0,4021,267,1,0,0,0,4022,4028,3,210,105,0,4023,4024, - 5,866,0,0,4024,4025,3,210,105,0,4025,4026,5,867,0,0,4026,4028,1, - 0,0,0,4027,4022,1,0,0,0,4027,4023,1,0,0,0,4028,269,1,0,0,0,4029, - 4030,5,866,0,0,4030,4031,3,670,335,0,4031,4032,5,867,0,0,4032,271, - 1,0,0,0,4033,4034,7,56,0,0,4034,4037,7,19,0,0,4035,4036,5,65,0,0, - 4036,4038,3,274,137,0,4037,4035,1,0,0,0,4037,4038,1,0,0,0,4038,4039, - 1,0,0,0,4039,4041,5,866,0,0,4040,4042,3,650,325,0,4041,4040,1,0, - 0,0,4041,4042,1,0,0,0,4042,4043,1,0,0,0,4043,4044,5,867,0,0,4044, - 273,1,0,0,0,4045,4051,5,91,0,0,4046,4047,5,125,0,0,4047,4051,5,20, - 0,0,4048,4049,5,74,0,0,4049,4051,5,20,0,0,4050,4045,1,0,0,0,4050, - 4046,1,0,0,0,4050,4048,1,0,0,0,4051,275,1,0,0,0,4052,4054,7,57,0, - 0,4053,4052,1,0,0,0,4053,4054,1,0,0,0,4054,4055,1,0,0,0,4055,4057, - 5,91,0,0,4056,4058,5,95,0,0,4057,4056,1,0,0,0,4057,4058,1,0,0,0, - 4058,4059,1,0,0,0,4059,4063,3,266,133,0,4060,4062,3,278,139,0,4061, - 4060,1,0,0,0,4062,4065,1,0,0,0,4063,4061,1,0,0,0,4063,4064,1,0,0, - 0,4064,4102,1,0,0,0,4065,4063,1,0,0,0,4066,4067,5,172,0,0,4067,4071, - 3,266,133,0,4068,4070,3,278,139,0,4069,4068,1,0,0,0,4070,4073,1, - 0,0,0,4071,4069,1,0,0,0,4071,4072,1,0,0,0,4072,4102,1,0,0,0,4073, - 4071,1,0,0,0,4074,4076,7,58,0,0,4075,4077,5,127,0,0,4076,4075,1, - 0,0,0,4076,4077,1,0,0,0,4077,4078,1,0,0,0,4078,4080,5,91,0,0,4079, - 4081,5,95,0,0,4080,4079,1,0,0,0,4080,4081,1,0,0,0,4081,4082,1,0, - 0,0,4082,4086,3,266,133,0,4083,4085,3,278,139,0,4084,4083,1,0,0, - 0,4085,4088,1,0,0,0,4086,4084,1,0,0,0,4086,4087,1,0,0,0,4087,4102, - 1,0,0,0,4088,4086,1,0,0,0,4089,4097,5,113,0,0,4090,4093,5,84,0,0, - 4091,4093,7,58,0,0,4092,4090,1,0,0,0,4092,4091,1,0,0,0,4093,4095, - 1,0,0,0,4094,4096,5,127,0,0,4095,4094,1,0,0,0,4095,4096,1,0,0,0, - 4096,4098,1,0,0,0,4097,4092,1,0,0,0,4097,4098,1,0,0,0,4098,4099, - 1,0,0,0,4099,4100,5,91,0,0,4100,4102,3,266,133,0,4101,4053,1,0,0, - 0,4101,4066,1,0,0,0,4101,4074,1,0,0,0,4101,4089,1,0,0,0,4102,277, - 1,0,0,0,4103,4106,5,119,0,0,4104,4107,3,820,410,0,4105,4107,3,678, - 339,0,4106,4104,1,0,0,0,4106,4105,1,0,0,0,4107,4114,1,0,0,0,4108, - 4109,5,188,0,0,4109,4110,5,866,0,0,4110,4111,3,670,335,0,4111,4112, - 5,867,0,0,4112,4114,1,0,0,0,4113,4103,1,0,0,0,4113,4108,1,0,0,0, - 4114,279,1,0,0,0,4115,4116,5,866,0,0,4116,4117,3,282,141,0,4117, - 4118,5,867,0,0,4118,4124,1,0,0,0,4119,4120,5,866,0,0,4120,4121,3, - 280,140,0,4121,4122,5,867,0,0,4122,4124,1,0,0,0,4123,4115,1,0,0, - 0,4123,4119,1,0,0,0,4124,281,1,0,0,0,4125,4129,5,154,0,0,4126,4128, - 3,298,149,0,4127,4126,1,0,0,0,4128,4131,1,0,0,0,4129,4127,1,0,0, - 0,4129,4130,1,0,0,0,4130,4132,1,0,0,0,4131,4129,1,0,0,0,4132,4134, - 3,300,150,0,4133,4135,3,312,156,0,4134,4133,1,0,0,0,4134,4135,1, - 0,0,0,4135,4136,1,0,0,0,4136,4138,3,318,159,0,4137,4139,3,320,160, - 0,4138,4137,1,0,0,0,4138,4139,1,0,0,0,4139,4141,1,0,0,0,4140,4142, - 3,322,161,0,4141,4140,1,0,0,0,4141,4142,1,0,0,0,4142,4144,1,0,0, - 0,4143,4145,3,324,162,0,4144,4143,1,0,0,0,4144,4145,1,0,0,0,4145, - 4147,1,0,0,0,4146,4148,3,258,129,0,4147,4146,1,0,0,0,4147,4148,1, - 0,0,0,4148,4150,1,0,0,0,4149,4151,3,328,164,0,4150,4149,1,0,0,0, - 4150,4151,1,0,0,0,4151,4153,1,0,0,0,4152,4154,3,312,156,0,4153,4152, - 1,0,0,0,4153,4154,1,0,0,0,4154,4156,1,0,0,0,4155,4157,3,284,142, - 0,4156,4155,1,0,0,0,4156,4157,1,0,0,0,4157,283,1,0,0,0,4158,4160, - 5,181,0,0,4159,4161,7,45,0,0,4160,4159,1,0,0,0,4160,4161,1,0,0,0, - 4161,4164,1,0,0,0,4162,4165,3,282,141,0,4163,4165,3,280,140,0,4164, - 4162,1,0,0,0,4164,4163,1,0,0,0,4165,285,1,0,0,0,4166,4181,5,95,0, - 0,4167,4182,3,282,141,0,4168,4182,3,280,140,0,4169,4172,5,866,0, - 0,4170,4173,3,282,141,0,4171,4173,3,280,140,0,4172,4170,1,0,0,0, - 4172,4171,1,0,0,0,4173,4174,1,0,0,0,4174,4179,5,867,0,0,4175,4177, - 5,13,0,0,4176,4175,1,0,0,0,4176,4177,1,0,0,0,4177,4178,1,0,0,0,4178, - 4180,3,722,361,0,4179,4176,1,0,0,0,4179,4180,1,0,0,0,4180,4182,1, - 0,0,0,4181,4167,1,0,0,0,4181,4168,1,0,0,0,4181,4169,1,0,0,0,4182, - 287,1,0,0,0,4183,4184,5,253,0,0,4184,4185,5,866,0,0,4185,4186,5, - 882,0,0,4186,4187,5,868,0,0,4187,4188,5,882,0,0,4188,4189,5,337, - 0,0,4189,4190,5,866,0,0,4190,4191,3,290,145,0,4191,4192,5,867,0, - 0,4192,4197,5,867,0,0,4193,4195,5,13,0,0,4194,4193,1,0,0,0,4194, - 4195,1,0,0,0,4195,4196,1,0,0,0,4196,4198,3,722,361,0,4197,4194,1, - 0,0,0,4197,4198,1,0,0,0,4198,289,1,0,0,0,4199,4204,3,292,146,0,4200, - 4201,5,868,0,0,4201,4203,3,292,146,0,4202,4200,1,0,0,0,4203,4206, - 1,0,0,0,4204,4202,1,0,0,0,4204,4205,1,0,0,0,4205,291,1,0,0,0,4206, - 4204,1,0,0,0,4207,4224,3,674,337,0,4208,4209,5,65,0,0,4209,4225, - 5,256,0,0,4210,4222,3,742,371,0,4211,4212,5,257,0,0,4212,4214,5, - 882,0,0,4213,4215,3,294,147,0,4214,4213,1,0,0,0,4214,4215,1,0,0, - 0,4215,4217,1,0,0,0,4216,4218,3,296,148,0,4217,4216,1,0,0,0,4217, - 4218,1,0,0,0,4218,4223,1,0,0,0,4219,4220,5,60,0,0,4220,4221,5,257, - 0,0,4221,4223,5,882,0,0,4222,4211,1,0,0,0,4222,4219,1,0,0,0,4223, - 4225,1,0,0,0,4224,4208,1,0,0,0,4224,4210,1,0,0,0,4225,4237,1,0,0, - 0,4226,4228,5,255,0,0,4227,4229,5,257,0,0,4228,4227,1,0,0,0,4228, - 4229,1,0,0,0,4229,4230,1,0,0,0,4230,4231,5,882,0,0,4231,4232,5,337, - 0,0,4232,4233,5,866,0,0,4233,4234,3,290,145,0,4234,4235,5,867,0, - 0,4235,4237,1,0,0,0,4236,4207,1,0,0,0,4236,4226,1,0,0,0,4237,293, - 1,0,0,0,4238,4243,5,116,0,0,4239,4243,5,382,0,0,4240,4241,5,42,0, - 0,4241,4243,3,770,385,0,4242,4238,1,0,0,0,4242,4239,1,0,0,0,4242, - 4240,1,0,0,0,4243,4244,1,0,0,0,4244,4245,5,119,0,0,4245,4246,5,55, - 0,0,4246,295,1,0,0,0,4247,4252,5,116,0,0,4248,4252,5,382,0,0,4249, - 4250,5,42,0,0,4250,4252,3,770,385,0,4251,4247,1,0,0,0,4251,4248, - 1,0,0,0,4251,4249,1,0,0,0,4252,4253,1,0,0,0,4253,4254,5,119,0,0, - 4254,4255,5,382,0,0,4255,297,1,0,0,0,4256,4265,7,59,0,0,4257,4265, - 5,76,0,0,4258,4265,5,172,0,0,4259,4265,5,168,0,0,4260,4265,5,166, - 0,0,4261,4265,5,636,0,0,4262,4265,7,60,0,0,4263,4265,5,167,0,0,4264, - 4256,1,0,0,0,4264,4257,1,0,0,0,4264,4258,1,0,0,0,4264,4259,1,0,0, - 0,4264,4260,1,0,0,0,4264,4261,1,0,0,0,4264,4262,1,0,0,0,4264,4263, - 1,0,0,0,4265,299,1,0,0,0,4266,4269,3,306,153,0,4267,4269,3,302,151, - 0,4268,4266,1,0,0,0,4268,4267,1,0,0,0,4269,4274,1,0,0,0,4270,4271, - 5,868,0,0,4271,4273,3,302,151,0,4272,4270,1,0,0,0,4273,4276,1,0, - 0,0,4274,4272,1,0,0,0,4274,4275,1,0,0,0,4275,301,1,0,0,0,4276,4274, - 1,0,0,0,4277,4298,3,304,152,0,4278,4283,3,308,154,0,4279,4281,5, - 13,0,0,4280,4279,1,0,0,0,4280,4281,1,0,0,0,4281,4282,1,0,0,0,4282, - 4284,3,722,361,0,4283,4280,1,0,0,0,4283,4284,1,0,0,0,4284,4298,1, - 0,0,0,4285,4290,3,310,155,0,4286,4288,5,13,0,0,4287,4286,1,0,0,0, - 4287,4288,1,0,0,0,4288,4289,1,0,0,0,4289,4291,3,722,361,0,4290,4287, - 1,0,0,0,4290,4291,1,0,0,0,4291,4298,1,0,0,0,4292,4293,3,722,361, - 0,4293,4294,5,865,0,0,4294,4295,4,151,3,0,4295,4296,3,672,336,0, - 4296,4298,1,0,0,0,4297,4277,1,0,0,0,4297,4278,1,0,0,0,4297,4285, - 1,0,0,0,4297,4292,1,0,0,0,4298,303,1,0,0,0,4299,4300,3,718,359,0, - 4300,4301,5,865,0,0,4301,4302,5,850,0,0,4302,305,1,0,0,0,4303,4304, - 5,850,0,0,4304,307,1,0,0,0,4305,4306,3,674,337,0,4306,309,1,0,0, - 0,4307,4308,5,892,0,0,4308,4310,5,841,0,0,4309,4307,1,0,0,0,4309, - 4310,1,0,0,0,4310,4311,1,0,0,0,4311,4314,3,820,410,0,4312,4314,3, - 780,390,0,4313,4309,1,0,0,0,4313,4312,1,0,0,0,4314,311,1,0,0,0,4315, - 4316,5,88,0,0,4316,4321,3,236,118,0,4317,4318,5,868,0,0,4318,4320, - 3,236,118,0,4319,4317,1,0,0,0,4320,4323,1,0,0,0,4321,4319,1,0,0, - 0,4321,4322,1,0,0,0,4322,4352,1,0,0,0,4323,4321,1,0,0,0,4324,4325, - 5,88,0,0,4325,4326,5,372,0,0,4326,4352,5,882,0,0,4327,4328,5,88, - 0,0,4328,4329,5,128,0,0,4329,4333,5,882,0,0,4330,4331,5,26,0,0,4331, - 4332,5,155,0,0,4332,4334,3,704,352,0,4333,4330,1,0,0,0,4333,4334, - 1,0,0,0,4334,4341,1,0,0,0,4335,4337,7,47,0,0,4336,4338,3,314,157, - 0,4337,4336,1,0,0,0,4338,4339,1,0,0,0,4339,4337,1,0,0,0,4339,4340, - 1,0,0,0,4340,4342,1,0,0,0,4341,4335,1,0,0,0,4341,4342,1,0,0,0,4342, - 4349,1,0,0,0,4343,4345,5,102,0,0,4344,4346,3,316,158,0,4345,4344, - 1,0,0,0,4346,4347,1,0,0,0,4347,4345,1,0,0,0,4347,4348,1,0,0,0,4348, - 4350,1,0,0,0,4349,4343,1,0,0,0,4349,4350,1,0,0,0,4350,4352,1,0,0, - 0,4351,4315,1,0,0,0,4351,4324,1,0,0,0,4351,4327,1,0,0,0,4352,313, - 1,0,0,0,4353,4354,5,174,0,0,4354,4355,5,20,0,0,4355,4366,5,882,0, - 0,4356,4358,5,123,0,0,4357,4356,1,0,0,0,4357,4358,1,0,0,0,4358,4359, - 1,0,0,0,4359,4360,5,56,0,0,4360,4361,5,20,0,0,4361,4366,5,882,0, - 0,4362,4363,5,58,0,0,4363,4364,5,20,0,0,4364,4366,5,882,0,0,4365, - 4353,1,0,0,0,4365,4357,1,0,0,0,4365,4362,1,0,0,0,4366,315,1,0,0, - 0,4367,4368,5,171,0,0,4368,4369,5,20,0,0,4369,4374,5,882,0,0,4370, - 4371,5,174,0,0,4371,4372,5,20,0,0,4372,4374,5,882,0,0,4373,4367, - 1,0,0,0,4373,4370,1,0,0,0,4374,317,1,0,0,0,4375,4376,5,68,0,0,4376, - 4378,3,262,131,0,4377,4375,1,0,0,0,4377,4378,1,0,0,0,4378,4384,1, - 0,0,0,4379,4382,5,192,0,0,4380,4383,3,820,410,0,4381,4383,3,678, - 339,0,4382,4380,1,0,0,0,4382,4381,1,0,0,0,4383,4385,1,0,0,0,4384, - 4379,1,0,0,0,4384,4385,1,0,0,0,4385,319,1,0,0,0,4386,4387,5,74,0, - 0,4387,4388,5,20,0,0,4388,4393,3,326,163,0,4389,4390,5,868,0,0,4390, - 4392,3,326,163,0,4391,4389,1,0,0,0,4392,4395,1,0,0,0,4393,4391,1, - 0,0,0,4393,4394,1,0,0,0,4394,4398,1,0,0,0,4395,4393,1,0,0,0,4396, - 4397,5,194,0,0,4397,4399,5,584,0,0,4398,4396,1,0,0,0,4398,4399,1, - 0,0,0,4399,321,1,0,0,0,4400,4401,5,75,0,0,4401,4402,3,820,410,0, - 4402,323,1,0,0,0,4403,4404,5,689,0,0,4404,4405,3,798,399,0,4405, - 4406,5,13,0,0,4406,4407,5,866,0,0,4407,4408,3,796,398,0,4408,4418, - 5,867,0,0,4409,4410,5,868,0,0,4410,4411,3,798,399,0,4411,4412,5, - 13,0,0,4412,4413,5,866,0,0,4413,4414,3,796,398,0,4414,4415,5,867, - 0,0,4415,4417,1,0,0,0,4416,4409,1,0,0,0,4417,4420,1,0,0,0,4418,4416, - 1,0,0,0,4418,4419,1,0,0,0,4419,325,1,0,0,0,4420,4418,1,0,0,0,4421, - 4423,3,820,410,0,4422,4424,7,55,0,0,4423,4422,1,0,0,0,4423,4424, - 1,0,0,0,4424,327,1,0,0,0,4425,4436,5,100,0,0,4426,4427,3,330,165, - 0,4427,4428,5,868,0,0,4428,4430,1,0,0,0,4429,4426,1,0,0,0,4429,4430, - 1,0,0,0,4430,4431,1,0,0,0,4431,4437,3,330,165,0,4432,4433,3,330, - 165,0,4433,4434,5,509,0,0,4434,4435,3,330,165,0,4435,4437,1,0,0, - 0,4436,4429,1,0,0,0,4436,4432,1,0,0,0,4437,329,1,0,0,0,4438,4442, - 3,728,364,0,4439,4442,3,702,351,0,4440,4442,3,724,362,0,4441,4438, - 1,0,0,0,4441,4439,1,0,0,0,4441,4440,1,0,0,0,4442,331,1,0,0,0,4443, - 4444,5,640,0,0,4444,4453,5,664,0,0,4445,4450,3,354,177,0,4446,4447, - 5,868,0,0,4447,4449,3,354,177,0,4448,4446,1,0,0,0,4449,4452,1,0, - 0,0,4450,4448,1,0,0,0,4450,4451,1,0,0,0,4451,4454,1,0,0,0,4452,4450, - 1,0,0,0,4453,4445,1,0,0,0,4453,4454,1,0,0,0,4454,333,1,0,0,0,4455, - 4457,5,317,0,0,4456,4458,5,691,0,0,4457,4456,1,0,0,0,4457,4458,1, - 0,0,0,4458,335,1,0,0,0,4459,4461,5,341,0,0,4460,4462,5,691,0,0,4461, - 4460,1,0,0,0,4461,4462,1,0,0,0,4462,4468,1,0,0,0,4463,4465,5,11, - 0,0,4464,4466,5,502,0,0,4465,4464,1,0,0,0,4465,4466,1,0,0,0,4466, - 4467,1,0,0,0,4467,4469,5,326,0,0,4468,4463,1,0,0,0,4468,4469,1,0, - 0,0,4469,4474,1,0,0,0,4470,4472,5,502,0,0,4471,4470,1,0,0,0,4471, - 4472,1,0,0,0,4472,4473,1,0,0,0,4473,4475,5,140,0,0,4474,4471,1,0, - 0,0,4474,4475,1,0,0,0,4475,337,1,0,0,0,4476,4478,5,583,0,0,4477, - 4479,5,691,0,0,4478,4477,1,0,0,0,4478,4479,1,0,0,0,4479,4485,1,0, - 0,0,4480,4482,5,11,0,0,4481,4483,5,502,0,0,4482,4481,1,0,0,0,4482, - 4483,1,0,0,0,4483,4484,1,0,0,0,4484,4486,5,326,0,0,4485,4480,1,0, - 0,0,4485,4486,1,0,0,0,4486,4491,1,0,0,0,4487,4489,5,502,0,0,4488, - 4487,1,0,0,0,4488,4489,1,0,0,0,4489,4490,1,0,0,0,4490,4492,5,140, - 0,0,4491,4488,1,0,0,0,4491,4492,1,0,0,0,4492,339,1,0,0,0,4493,4494, - 5,589,0,0,4494,4495,3,722,361,0,4495,341,1,0,0,0,4496,4498,5,583, - 0,0,4497,4499,5,691,0,0,4498,4497,1,0,0,0,4498,4499,1,0,0,0,4499, - 4500,1,0,0,0,4500,4502,5,176,0,0,4501,4503,5,589,0,0,4502,4501,1, - 0,0,0,4502,4503,1,0,0,0,4503,4504,1,0,0,0,4504,4505,3,722,361,0, - 4505,343,1,0,0,0,4506,4507,5,140,0,0,4507,4508,5,589,0,0,4508,4509, - 3,722,361,0,4509,345,1,0,0,0,4510,4511,5,104,0,0,4511,4512,7,61, - 0,0,4512,4517,3,356,178,0,4513,4514,5,868,0,0,4514,4516,3,356,178, - 0,4515,4513,1,0,0,0,4516,4519,1,0,0,0,4517,4515,1,0,0,0,4517,4518, - 1,0,0,0,4518,347,1,0,0,0,4519,4517,1,0,0,0,4520,4521,5,183,0,0,4521, - 4522,5,752,0,0,4522,349,1,0,0,0,4523,4524,5,155,0,0,4524,4525,5, - 313,0,0,4525,4526,5,857,0,0,4526,4527,7,26,0,0,4527,351,1,0,0,0, - 4528,4530,5,155,0,0,4529,4531,7,62,0,0,4530,4529,1,0,0,0,4530,4531, - 1,0,0,0,4531,4532,1,0,0,0,4532,4533,5,664,0,0,4533,4538,3,360,180, - 0,4534,4535,5,868,0,0,4535,4537,3,360,180,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,353,1,0,0, - 0,4540,4538,1,0,0,0,4541,4542,5,194,0,0,4542,4543,5,350,0,0,4543, - 4549,5,600,0,0,4544,4545,5,135,0,0,4545,4549,5,195,0,0,4546,4547, - 5,135,0,0,4547,4549,5,515,0,0,4548,4541,1,0,0,0,4548,4544,1,0,0, - 0,4548,4546,1,0,0,0,4549,355,1,0,0,0,4550,4555,3,662,331,0,4551, - 4553,5,13,0,0,4552,4551,1,0,0,0,4552,4553,1,0,0,0,4553,4554,1,0, - 0,0,4554,4556,3,722,361,0,4555,4552,1,0,0,0,4555,4556,1,0,0,0,4556, - 4557,1,0,0,0,4557,4558,3,358,179,0,4558,357,1,0,0,0,4559,4561,5, - 135,0,0,4560,4562,5,450,0,0,4561,4560,1,0,0,0,4561,4562,1,0,0,0, - 4562,4568,1,0,0,0,4563,4565,5,107,0,0,4564,4563,1,0,0,0,4564,4565, - 1,0,0,0,4565,4566,1,0,0,0,4566,4568,5,195,0,0,4567,4559,1,0,0,0, - 4567,4564,1,0,0,0,4568,359,1,0,0,0,4569,4570,5,440,0,0,4570,4571, - 5,448,0,0,4571,4577,3,362,181,0,4572,4573,5,135,0,0,4573,4577,5, - 195,0,0,4574,4575,5,135,0,0,4575,4577,5,515,0,0,4576,4569,1,0,0, - 0,4576,4572,1,0,0,0,4576,4574,1,0,0,0,4577,361,1,0,0,0,4578,4579, - 5,809,0,0,4579,4586,5,135,0,0,4580,4581,5,135,0,0,4581,4586,5,810, - 0,0,4582,4583,5,135,0,0,4583,4586,5,811,0,0,4584,4586,5,812,0,0, - 4585,4578,1,0,0,0,4585,4580,1,0,0,0,4585,4582,1,0,0,0,4585,4584, - 1,0,0,0,4586,363,1,0,0,0,4587,4588,5,25,0,0,4588,4589,5,453,0,0, - 4589,4590,5,176,0,0,4590,4595,3,380,190,0,4591,4592,5,868,0,0,4592, - 4594,3,380,190,0,4593,4591,1,0,0,0,4594,4597,1,0,0,0,4595,4593,1, - 0,0,0,4595,4596,1,0,0,0,4596,4599,1,0,0,0,4597,4595,1,0,0,0,4598, - 4600,3,400,200,0,4599,4598,1,0,0,0,4599,4600,1,0,0,0,4600,365,1, - 0,0,0,4601,4602,5,25,0,0,4602,4603,5,572,0,0,4603,4604,5,400,0,0, - 4604,4609,3,402,201,0,4605,4606,5,868,0,0,4606,4608,3,402,201,0, - 4607,4605,1,0,0,0,4608,4611,1,0,0,0,4609,4607,1,0,0,0,4609,4610, - 1,0,0,0,4610,4613,1,0,0,0,4611,4609,1,0,0,0,4612,4614,3,400,200, - 0,4613,4612,1,0,0,0,4613,4614,1,0,0,0,4614,367,1,0,0,0,4615,4616, - 5,25,0,0,4616,4617,5,572,0,0,4617,4618,5,605,0,0,4618,4619,5,176, - 0,0,4619,4624,3,390,195,0,4620,4621,5,868,0,0,4621,4623,3,390,195, - 0,4622,4620,1,0,0,0,4623,4626,1,0,0,0,4624,4622,1,0,0,0,4624,4625, - 1,0,0,0,4625,4628,1,0,0,0,4626,4624,1,0,0,0,4627,4629,3,400,200, - 0,4628,4627,1,0,0,0,4628,4629,1,0,0,0,4629,369,1,0,0,0,4630,4631, - 5,133,0,0,4631,4632,7,63,0,0,4632,4637,5,452,0,0,4633,4634,5,176, - 0,0,4634,4638,5,882,0,0,4635,4636,5,16,0,0,4636,4638,5,882,0,0,4637, - 4633,1,0,0,0,4637,4635,1,0,0,0,4638,371,1,0,0,0,4639,4640,5,640, - 0,0,4640,4649,7,64,0,0,4641,4646,3,406,203,0,4642,4643,5,868,0,0, - 4643,4645,3,406,203,0,4644,4642,1,0,0,0,4645,4648,1,0,0,0,4646,4644, - 1,0,0,0,4646,4647,1,0,0,0,4647,4650,1,0,0,0,4648,4646,1,0,0,0,4649, - 4641,1,0,0,0,4649,4650,1,0,0,0,4650,4653,1,0,0,0,4651,4652,5,676, - 0,0,4652,4654,3,408,204,0,4653,4651,1,0,0,0,4653,4654,1,0,0,0,4654, - 4658,1,0,0,0,4655,4657,3,410,205,0,4656,4655,1,0,0,0,4657,4660,1, - 0,0,0,4658,4656,1,0,0,0,4658,4659,1,0,0,0,4659,4662,1,0,0,0,4660, - 4658,1,0,0,0,4661,4663,3,400,200,0,4662,4661,1,0,0,0,4662,4663,1, - 0,0,0,4663,373,1,0,0,0,4664,4665,5,646,0,0,4665,4674,7,64,0,0,4666, - 4671,3,406,203,0,4667,4668,5,868,0,0,4668,4670,3,406,203,0,4669, - 4667,1,0,0,0,4670,4673,1,0,0,0,4671,4669,1,0,0,0,4671,4672,1,0,0, - 0,4672,4675,1,0,0,0,4673,4671,1,0,0,0,4674,4666,1,0,0,0,4674,4675, - 1,0,0,0,4675,4677,1,0,0,0,4676,4678,3,400,200,0,4677,4676,1,0,0, - 0,4677,4678,1,0,0,0,4678,375,1,0,0,0,4679,4680,5,640,0,0,4680,4684, - 5,415,0,0,4681,4682,5,678,0,0,4682,4683,5,857,0,0,4683,4685,5,882, - 0,0,4684,4681,1,0,0,0,4684,4685,1,0,0,0,4685,4690,1,0,0,0,4686,4687, - 5,868,0,0,4687,4688,5,529,0,0,4688,4689,5,857,0,0,4689,4691,5,882, - 0,0,4690,4686,1,0,0,0,4690,4691,1,0,0,0,4691,4696,1,0,0,0,4692,4693, - 5,868,0,0,4693,4694,5,363,0,0,4694,4695,5,857,0,0,4695,4697,5,882, - 0,0,4696,4692,1,0,0,0,4696,4697,1,0,0,0,4697,377,1,0,0,0,4698,4699, - 5,646,0,0,4699,4700,5,415,0,0,4700,379,1,0,0,0,4701,4702,3,382,191, - 0,4702,4703,5,857,0,0,4703,4704,5,882,0,0,4704,4729,1,0,0,0,4705, - 4706,3,384,192,0,4706,4707,5,857,0,0,4707,4708,3,728,364,0,4708, - 4729,1,0,0,0,4709,4710,3,386,193,0,4710,4711,5,857,0,0,4711,4712, - 7,26,0,0,4712,4729,1,0,0,0,4713,4729,3,388,194,0,4714,4715,5,424, - 0,0,4715,4716,5,857,0,0,4716,4725,5,866,0,0,4717,4722,3,722,361, - 0,4718,4719,5,868,0,0,4719,4721,3,722,361,0,4720,4718,1,0,0,0,4721, - 4724,1,0,0,0,4722,4720,1,0,0,0,4722,4723,1,0,0,0,4723,4726,1,0,0, - 0,4724,4722,1,0,0,0,4725,4717,1,0,0,0,4725,4726,1,0,0,0,4726,4727, - 1,0,0,0,4727,4729,5,867,0,0,4728,4701,1,0,0,0,4728,4705,1,0,0,0, - 4728,4709,1,0,0,0,4728,4713,1,0,0,0,4728,4714,1,0,0,0,4729,381,1, - 0,0,0,4730,4731,7,65,0,0,4731,383,1,0,0,0,4732,4733,7,66,0,0,4733, - 385,1,0,0,0,4734,4735,7,67,0,0,4735,387,1,0,0,0,4736,4737,5,543, - 0,0,4737,4738,5,857,0,0,4738,4750,7,68,0,0,4739,4740,5,574,0,0,4740, - 4741,5,857,0,0,4741,4750,7,69,0,0,4742,4743,5,310,0,0,4743,4747, - 5,857,0,0,4744,4748,5,507,0,0,4745,4748,5,450,0,0,4746,4748,3,412, - 206,0,4747,4744,1,0,0,0,4747,4745,1,0,0,0,4747,4746,1,0,0,0,4748, - 4750,1,0,0,0,4749,4736,1,0,0,0,4749,4739,1,0,0,0,4749,4742,1,0,0, - 0,4750,389,1,0,0,0,4751,4752,3,392,196,0,4752,4753,5,857,0,0,4753, - 4754,5,882,0,0,4754,4779,1,0,0,0,4755,4756,3,394,197,0,4756,4757, - 5,857,0,0,4757,4758,3,728,364,0,4758,4779,1,0,0,0,4759,4760,3,396, - 198,0,4760,4761,5,857,0,0,4761,4762,7,26,0,0,4762,4779,1,0,0,0,4763, - 4779,3,398,199,0,4764,4765,5,424,0,0,4765,4766,5,857,0,0,4766,4775, - 5,866,0,0,4767,4772,3,722,361,0,4768,4769,5,868,0,0,4769,4771,3, - 722,361,0,4770,4768,1,0,0,0,4771,4774,1,0,0,0,4772,4770,1,0,0,0, - 4772,4773,1,0,0,0,4773,4776,1,0,0,0,4774,4772,1,0,0,0,4775,4767, - 1,0,0,0,4775,4776,1,0,0,0,4776,4777,1,0,0,0,4777,4779,5,867,0,0, - 4778,4751,1,0,0,0,4778,4755,1,0,0,0,4778,4759,1,0,0,0,4778,4763, - 1,0,0,0,4778,4764,1,0,0,0,4779,391,1,0,0,0,4780,4781,7,70,0,0,4781, - 393,1,0,0,0,4782,4783,7,71,0,0,4783,395,1,0,0,0,4784,4785,7,72,0, - 0,4785,397,1,0,0,0,4786,4787,5,543,0,0,4787,4788,5,857,0,0,4788, - 4800,7,68,0,0,4789,4790,5,574,0,0,4790,4791,5,857,0,0,4791,4800, - 7,73,0,0,4792,4793,5,310,0,0,4793,4797,5,857,0,0,4794,4798,5,507, - 0,0,4795,4798,5,450,0,0,4796,4798,3,412,206,0,4797,4794,1,0,0,0, - 4797,4795,1,0,0,0,4797,4796,1,0,0,0,4798,4800,1,0,0,0,4799,4786, - 1,0,0,0,4799,4789,1,0,0,0,4799,4792,1,0,0,0,4800,399,1,0,0,0,4801, - 4802,5,65,0,0,4802,4803,5,328,0,0,4803,4804,5,882,0,0,4804,401,1, - 0,0,0,4805,4806,5,565,0,0,4806,4807,5,857,0,0,4807,4808,5,866,0, - 0,4808,4813,3,638,319,0,4809,4810,5,868,0,0,4810,4812,3,638,319, - 0,4811,4809,1,0,0,0,4812,4815,1,0,0,0,4813,4811,1,0,0,0,4813,4814, - 1,0,0,0,4814,4816,1,0,0,0,4815,4813,1,0,0,0,4816,4817,5,867,0,0, - 4817,4869,1,0,0,0,4818,4819,5,567,0,0,4819,4820,5,857,0,0,4820,4821, - 5,866,0,0,4821,4826,3,638,319,0,4822,4823,5,868,0,0,4823,4825,3, - 638,319,0,4824,4822,1,0,0,0,4825,4828,1,0,0,0,4826,4824,1,0,0,0, - 4826,4827,1,0,0,0,4827,4829,1,0,0,0,4828,4826,1,0,0,0,4829,4830, - 5,867,0,0,4830,4869,1,0,0,0,4831,4832,5,566,0,0,4832,4833,5,857, - 0,0,4833,4834,5,866,0,0,4834,4835,3,660,330,0,4835,4836,5,867,0, - 0,4836,4869,1,0,0,0,4837,4838,5,568,0,0,4838,4839,5,857,0,0,4839, - 4840,5,866,0,0,4840,4841,3,660,330,0,4841,4842,5,867,0,0,4842,4869, - 1,0,0,0,4843,4844,5,570,0,0,4844,4845,5,857,0,0,4845,4846,5,866, - 0,0,4846,4847,3,766,383,0,4847,4848,5,867,0,0,4848,4869,1,0,0,0, - 4849,4850,5,571,0,0,4850,4851,5,857,0,0,4851,4852,5,866,0,0,4852, - 4853,3,766,383,0,4853,4854,5,867,0,0,4854,4869,1,0,0,0,4855,4856, - 5,569,0,0,4856,4857,5,857,0,0,4857,4858,5,866,0,0,4858,4863,3,404, - 202,0,4859,4860,5,868,0,0,4860,4862,3,404,202,0,4861,4859,1,0,0, - 0,4862,4865,1,0,0,0,4863,4861,1,0,0,0,4863,4864,1,0,0,0,4864,4866, - 1,0,0,0,4865,4863,1,0,0,0,4866,4867,5,867,0,0,4867,4869,1,0,0,0, - 4868,4805,1,0,0,0,4868,4818,1,0,0,0,4868,4831,1,0,0,0,4868,4837, - 1,0,0,0,4868,4843,1,0,0,0,4868,4849,1,0,0,0,4868,4855,1,0,0,0,4869, - 403,1,0,0,0,4870,4871,5,866,0,0,4871,4872,3,662,331,0,4872,4873, - 5,868,0,0,4873,4874,3,662,331,0,4874,4875,5,867,0,0,4875,405,1,0, - 0,0,4876,4877,7,74,0,0,4877,407,1,0,0,0,4878,4879,7,75,0,0,4879, - 4880,5,857,0,0,4880,4904,3,412,206,0,4881,4882,5,460,0,0,4882,4883, - 5,857,0,0,4883,4884,5,882,0,0,4884,4885,5,868,0,0,4885,4886,5,461, - 0,0,4886,4887,5,857,0,0,4887,4904,3,728,364,0,4888,4889,5,611,0, - 0,4889,4890,5,857,0,0,4890,4891,5,882,0,0,4891,4892,5,868,0,0,4892, - 4893,5,612,0,0,4893,4894,5,857,0,0,4894,4904,3,728,364,0,4895,4896, - 5,557,0,0,4896,4897,5,857,0,0,4897,4898,5,882,0,0,4898,4899,5,868, - 0,0,4899,4900,5,558,0,0,4900,4901,5,857,0,0,4901,4904,3,728,364, - 0,4902,4904,5,634,0,0,4903,4878,1,0,0,0,4903,4881,1,0,0,0,4903,4888, - 1,0,0,0,4903,4895,1,0,0,0,4903,4902,1,0,0,0,4904,409,1,0,0,0,4905, - 4906,5,678,0,0,4906,4907,5,857,0,0,4907,4918,5,882,0,0,4908,4909, - 5,529,0,0,4909,4910,5,857,0,0,4910,4918,5,882,0,0,4911,4912,5,363, - 0,0,4912,4913,5,857,0,0,4913,4918,5,882,0,0,4914,4915,5,535,0,0, - 4915,4916,5,857,0,0,4916,4918,5,882,0,0,4917,4905,1,0,0,0,4917,4908, - 1,0,0,0,4917,4911,1,0,0,0,4917,4914,1,0,0,0,4918,411,1,0,0,0,4919, - 4924,3,712,356,0,4920,4921,5,868,0,0,4921,4923,3,712,356,0,4922, - 4920,1,0,0,0,4923,4926,1,0,0,0,4924,4922,1,0,0,0,4924,4925,1,0,0, - 0,4925,4929,1,0,0,0,4926,4924,1,0,0,0,4927,4929,5,882,0,0,4928,4919, - 1,0,0,0,4928,4927,1,0,0,0,4929,413,1,0,0,0,4930,4931,5,694,0,0,4931, - 4932,7,76,0,0,4932,4934,3,714,357,0,4933,4935,7,77,0,0,4934,4933, - 1,0,0,0,4934,4935,1,0,0,0,4935,415,1,0,0,0,4936,4937,5,694,0,0,4937, - 4938,5,378,0,0,4938,4944,3,714,357,0,4939,4942,5,654,0,0,4940,4941, - 5,65,0,0,4941,4943,5,489,0,0,4942,4940,1,0,0,0,4942,4943,1,0,0,0, - 4943,4945,1,0,0,0,4944,4939,1,0,0,0,4944,4945,1,0,0,0,4945,417,1, - 0,0,0,4946,4947,5,694,0,0,4947,4948,5,540,0,0,4948,4949,3,714,357, - 0,4949,419,1,0,0,0,4950,4951,5,694,0,0,4951,4952,5,341,0,0,4952, - 4955,3,714,357,0,4953,4954,5,513,0,0,4954,4956,5,533,0,0,4955,4953, - 1,0,0,0,4955,4956,1,0,0,0,4956,421,1,0,0,0,4957,4958,5,694,0,0,4958, - 4959,5,583,0,0,4959,4960,3,714,357,0,4960,423,1,0,0,0,4961,4962, - 5,694,0,0,4962,4965,5,551,0,0,4963,4964,5,33,0,0,4964,4966,3,714, - 357,0,4965,4963,1,0,0,0,4965,4966,1,0,0,0,4966,425,1,0,0,0,4967, - 4968,5,540,0,0,4968,4969,3,722,361,0,4969,4972,5,68,0,0,4970,4973, - 5,882,0,0,4971,4973,5,892,0,0,4972,4970,1,0,0,0,4972,4971,1,0,0, - 0,4973,427,1,0,0,0,4974,4975,5,717,0,0,4975,4978,3,722,361,0,4976, - 4977,5,188,0,0,4977,4979,3,768,384,0,4978,4976,1,0,0,0,4978,4979, - 1,0,0,0,4979,429,1,0,0,0,4980,4981,7,78,0,0,4981,4982,5,540,0,0, - 4982,4983,3,722,361,0,4983,431,1,0,0,0,4984,4987,3,434,217,0,4985, - 4987,3,4,2,0,4986,4984,1,0,0,0,4986,4985,1,0,0,0,4987,433,1,0,0, - 0,4988,4989,3,722,361,0,4989,4990,5,878,0,0,4990,4992,1,0,0,0,4991, - 4988,1,0,0,0,4991,4992,1,0,0,0,4992,4993,1,0,0,0,4993,4999,5,317, - 0,0,4994,4995,3,454,227,0,4995,4996,5,869,0,0,4996,4998,1,0,0,0, - 4997,4994,1,0,0,0,4998,5001,1,0,0,0,4999,4997,1,0,0,0,4999,5000, - 1,0,0,0,5000,5007,1,0,0,0,5001,4999,1,0,0,0,5002,5003,3,456,228, - 0,5003,5004,5,869,0,0,5004,5006,1,0,0,0,5005,5002,1,0,0,0,5006,5009, - 1,0,0,0,5007,5005,1,0,0,0,5007,5008,1,0,0,0,5008,5015,1,0,0,0,5009, - 5007,1,0,0,0,5010,5011,3,458,229,0,5011,5012,5,869,0,0,5012,5014, - 1,0,0,0,5013,5010,1,0,0,0,5014,5017,1,0,0,0,5015,5013,1,0,0,0,5015, - 5016,1,0,0,0,5016,5023,1,0,0,0,5017,5015,1,0,0,0,5018,5019,3,460, - 230,0,5019,5020,5,869,0,0,5020,5022,1,0,0,0,5021,5018,1,0,0,0,5022, - 5025,1,0,0,0,5023,5021,1,0,0,0,5023,5024,1,0,0,0,5024,5029,1,0,0, - 0,5025,5023,1,0,0,0,5026,5028,3,464,232,0,5027,5026,1,0,0,0,5028, - 5031,1,0,0,0,5029,5027,1,0,0,0,5029,5030,1,0,0,0,5030,5032,1,0,0, - 0,5031,5029,1,0,0,0,5032,5034,5,378,0,0,5033,5035,3,722,361,0,5034, - 5033,1,0,0,0,5034,5035,1,0,0,0,5035,435,1,0,0,0,5036,5039,5,23,0, - 0,5037,5040,3,722,361,0,5038,5040,3,820,410,0,5039,5037,1,0,0,0, - 5039,5038,1,0,0,0,5039,5040,1,0,0,0,5040,5042,1,0,0,0,5041,5043, - 3,466,233,0,5042,5041,1,0,0,0,5043,5044,1,0,0,0,5044,5042,1,0,0, - 0,5044,5045,1,0,0,0,5045,5052,1,0,0,0,5046,5048,5,53,0,0,5047,5049, - 3,464,232,0,5048,5047,1,0,0,0,5049,5050,1,0,0,0,5050,5048,1,0,0, - 0,5050,5051,1,0,0,0,5051,5053,1,0,0,0,5052,5046,1,0,0,0,5052,5053, - 1,0,0,0,5053,5054,1,0,0,0,5054,5055,5,378,0,0,5055,5056,5,23,0,0, - 5056,437,1,0,0,0,5057,5058,5,78,0,0,5058,5059,3,820,410,0,5059,5061, - 5,175,0,0,5060,5062,3,464,232,0,5061,5060,1,0,0,0,5062,5063,1,0, - 0,0,5063,5061,1,0,0,0,5063,5064,1,0,0,0,5064,5068,1,0,0,0,5065,5067, - 3,468,234,0,5066,5065,1,0,0,0,5067,5070,1,0,0,0,5068,5066,1,0,0, - 0,5068,5069,1,0,0,0,5069,5077,1,0,0,0,5070,5068,1,0,0,0,5071,5073, - 5,53,0,0,5072,5074,3,464,232,0,5073,5072,1,0,0,0,5074,5075,1,0,0, - 0,5075,5073,1,0,0,0,5075,5076,1,0,0,0,5076,5078,1,0,0,0,5077,5071, - 1,0,0,0,5077,5078,1,0,0,0,5078,5079,1,0,0,0,5079,5080,5,378,0,0, - 5080,5081,5,78,0,0,5081,439,1,0,0,0,5082,5083,5,90,0,0,5083,5084, - 3,722,361,0,5084,441,1,0,0,0,5085,5086,5,97,0,0,5086,5087,3,722, - 361,0,5087,443,1,0,0,0,5088,5089,3,722,361,0,5089,5090,5,878,0,0, - 5090,5092,1,0,0,0,5091,5088,1,0,0,0,5091,5092,1,0,0,0,5092,5093, - 1,0,0,0,5093,5095,5,106,0,0,5094,5096,3,464,232,0,5095,5094,1,0, - 0,0,5096,5097,1,0,0,0,5097,5095,1,0,0,0,5097,5098,1,0,0,0,5098,5099, - 1,0,0,0,5099,5100,5,378,0,0,5100,5102,5,106,0,0,5101,5103,3,722, - 361,0,5102,5101,1,0,0,0,5102,5103,1,0,0,0,5103,445,1,0,0,0,5104, - 5105,3,722,361,0,5105,5106,5,878,0,0,5106,5108,1,0,0,0,5107,5104, - 1,0,0,0,5107,5108,1,0,0,0,5108,5109,1,0,0,0,5109,5111,5,142,0,0, - 5110,5112,3,464,232,0,5111,5110,1,0,0,0,5112,5113,1,0,0,0,5113,5111, - 1,0,0,0,5113,5114,1,0,0,0,5114,5115,1,0,0,0,5115,5116,5,676,0,0, - 5116,5117,3,820,410,0,5117,5118,5,378,0,0,5118,5120,5,142,0,0,5119, - 5121,3,722,361,0,5120,5119,1,0,0,0,5120,5121,1,0,0,0,5121,447,1, - 0,0,0,5122,5123,5,148,0,0,5123,5124,3,820,410,0,5124,449,1,0,0,0, - 5125,5126,3,722,361,0,5126,5127,5,878,0,0,5127,5129,1,0,0,0,5128, - 5125,1,0,0,0,5128,5129,1,0,0,0,5129,5130,1,0,0,0,5130,5131,5,193, - 0,0,5131,5132,3,820,410,0,5132,5134,5,371,0,0,5133,5135,3,464,232, - 0,5134,5133,1,0,0,0,5135,5136,1,0,0,0,5136,5134,1,0,0,0,5136,5137, - 1,0,0,0,5137,5138,1,0,0,0,5138,5139,5,378,0,0,5139,5141,5,193,0, - 0,5140,5142,3,722,361,0,5141,5140,1,0,0,0,5141,5142,1,0,0,0,5142, - 451,1,0,0,0,5143,5144,5,334,0,0,5144,5159,3,722,361,0,5145,5150, - 5,64,0,0,5146,5148,5,501,0,0,5147,5146,1,0,0,0,5147,5148,1,0,0,0, - 5148,5149,1,0,0,0,5149,5151,5,68,0,0,5150,5147,1,0,0,0,5150,5151, - 1,0,0,0,5151,5152,1,0,0,0,5152,5153,3,722,361,0,5153,5154,5,88,0, - 0,5154,5155,3,720,360,0,5155,5159,1,0,0,0,5156,5157,5,516,0,0,5157, - 5159,3,722,361,0,5158,5143,1,0,0,0,5158,5145,1,0,0,0,5158,5156,1, - 0,0,0,5159,453,1,0,0,0,5160,5161,5,41,0,0,5161,5162,3,720,360,0, - 5162,5165,3,742,371,0,5163,5164,5,42,0,0,5164,5166,3,820,410,0,5165, - 5163,1,0,0,0,5165,5166,1,0,0,0,5166,455,1,0,0,0,5167,5168,5,41,0, - 0,5168,5169,3,722,361,0,5169,5170,5,30,0,0,5170,5177,5,65,0,0,5171, - 5178,3,728,364,0,5172,5174,5,164,0,0,5173,5175,5,682,0,0,5174,5173, - 1,0,0,0,5174,5175,1,0,0,0,5175,5176,1,0,0,0,5176,5178,5,882,0,0, - 5177,5171,1,0,0,0,5177,5172,1,0,0,0,5178,457,1,0,0,0,5179,5180,5, - 41,0,0,5180,5181,3,722,361,0,5181,5182,5,38,0,0,5182,5183,5,65,0, - 0,5183,5184,3,210,105,0,5184,459,1,0,0,0,5185,5186,5,41,0,0,5186, - 5187,7,79,0,0,5187,5188,5,417,0,0,5188,5189,5,65,0,0,5189,5194,3, - 462,231,0,5190,5191,5,868,0,0,5191,5193,3,462,231,0,5192,5190,1, - 0,0,0,5193,5196,1,0,0,0,5194,5192,1,0,0,0,5194,5195,1,0,0,0,5195, - 5197,1,0,0,0,5196,5194,1,0,0,0,5197,5198,3,432,216,0,5198,461,1, - 0,0,0,5199,5211,3,728,364,0,5200,5202,5,164,0,0,5201,5203,5,682, - 0,0,5202,5201,1,0,0,0,5202,5203,1,0,0,0,5203,5204,1,0,0,0,5204,5211, - 5,882,0,0,5205,5211,3,722,361,0,5206,5211,5,165,0,0,5207,5208,5, - 114,0,0,5208,5211,5,407,0,0,5209,5211,5,163,0,0,5210,5199,1,0,0, - 0,5210,5200,1,0,0,0,5210,5205,1,0,0,0,5210,5206,1,0,0,0,5210,5207, - 1,0,0,0,5210,5209,1,0,0,0,5211,463,1,0,0,0,5212,5215,3,18,9,0,5213, - 5215,3,4,2,0,5214,5212,1,0,0,0,5214,5213,1,0,0,0,5215,5216,1,0,0, - 0,5216,5217,5,869,0,0,5217,465,1,0,0,0,5218,5221,5,191,0,0,5219, - 5222,3,740,370,0,5220,5222,3,820,410,0,5221,5219,1,0,0,0,5221,5220, - 1,0,0,0,5222,5223,1,0,0,0,5223,5225,5,175,0,0,5224,5226,3,464,232, - 0,5225,5224,1,0,0,0,5226,5227,1,0,0,0,5227,5225,1,0,0,0,5227,5228, - 1,0,0,0,5228,467,1,0,0,0,5229,5230,5,54,0,0,5230,5231,3,820,410, - 0,5231,5233,5,175,0,0,5232,5234,3,464,232,0,5233,5232,1,0,0,0,5234, - 5235,1,0,0,0,5235,5233,1,0,0,0,5235,5236,1,0,0,0,5236,469,1,0,0, - 0,5237,5238,5,8,0,0,5238,5240,5,678,0,0,5239,5241,3,774,387,0,5240, - 5239,1,0,0,0,5240,5241,1,0,0,0,5241,5298,1,0,0,0,5242,5247,3,502, - 251,0,5243,5244,5,868,0,0,5244,5246,3,502,251,0,5245,5243,1,0,0, - 0,5246,5249,1,0,0,0,5247,5245,1,0,0,0,5247,5248,1,0,0,0,5248,5299, - 1,0,0,0,5249,5247,1,0,0,0,5250,5255,3,504,252,0,5251,5252,5,868, - 0,0,5252,5254,3,504,252,0,5253,5251,1,0,0,0,5254,5257,1,0,0,0,5255, - 5253,1,0,0,0,5255,5256,1,0,0,0,5256,5272,1,0,0,0,5257,5255,1,0,0, - 0,5258,5270,5,144,0,0,5259,5271,5,505,0,0,5260,5267,3,516,258,0, - 5261,5263,5,11,0,0,5262,5261,1,0,0,0,5262,5263,1,0,0,0,5263,5264, - 1,0,0,0,5264,5266,3,516,258,0,5265,5262,1,0,0,0,5266,5269,1,0,0, - 0,5267,5265,1,0,0,0,5267,5268,1,0,0,0,5268,5271,1,0,0,0,5269,5267, - 1,0,0,0,5270,5259,1,0,0,0,5270,5260,1,0,0,0,5271,5273,1,0,0,0,5272, - 5258,1,0,0,0,5272,5273,1,0,0,0,5273,5280,1,0,0,0,5274,5276,5,194, - 0,0,5275,5277,3,518,259,0,5276,5275,1,0,0,0,5277,5278,1,0,0,0,5278, - 5276,1,0,0,0,5278,5279,1,0,0,0,5279,5281,1,0,0,0,5280,5274,1,0,0, - 0,5280,5281,1,0,0,0,5281,5286,1,0,0,0,5282,5285,3,520,260,0,5283, - 5285,3,522,261,0,5284,5282,1,0,0,0,5284,5283,1,0,0,0,5285,5288,1, - 0,0,0,5286,5284,1,0,0,0,5286,5287,1,0,0,0,5287,5291,1,0,0,0,5288, - 5286,1,0,0,0,5289,5290,7,80,0,0,5290,5292,5,882,0,0,5291,5289,1, - 0,0,0,5291,5292,1,0,0,0,5292,5299,1,0,0,0,5293,5294,3,666,333,0, - 5294,5295,5,42,0,0,5295,5296,5,582,0,0,5296,5297,3,478,239,0,5297, - 5299,1,0,0,0,5298,5242,1,0,0,0,5298,5250,1,0,0,0,5298,5293,1,0,0, - 0,5299,471,1,0,0,0,5300,5301,5,34,0,0,5301,5303,5,678,0,0,5302,5304, - 3,776,388,0,5303,5302,1,0,0,0,5303,5304,1,0,0,0,5304,5305,1,0,0, - 0,5305,5307,3,700,350,0,5306,5308,3,506,253,0,5307,5306,1,0,0,0, - 5307,5308,1,0,0,0,5308,5316,1,0,0,0,5309,5310,5,868,0,0,5310,5312, - 3,700,350,0,5311,5313,3,506,253,0,5312,5311,1,0,0,0,5312,5313,1, - 0,0,0,5313,5315,1,0,0,0,5314,5309,1,0,0,0,5315,5318,1,0,0,0,5316, - 5314,1,0,0,0,5316,5317,1,0,0,0,5317,5322,1,0,0,0,5318,5316,1,0,0, - 0,5319,5320,5,42,0,0,5320,5321,5,582,0,0,5321,5323,3,478,239,0,5322, - 5319,1,0,0,0,5322,5323,1,0,0,0,5323,5338,1,0,0,0,5324,5336,5,144, - 0,0,5325,5337,5,505,0,0,5326,5333,3,516,258,0,5327,5329,5,11,0,0, - 5328,5327,1,0,0,0,5328,5329,1,0,0,0,5329,5330,1,0,0,0,5330,5332, - 3,516,258,0,5331,5328,1,0,0,0,5332,5335,1,0,0,0,5333,5331,1,0,0, - 0,5333,5334,1,0,0,0,5334,5337,1,0,0,0,5335,5333,1,0,0,0,5336,5325, - 1,0,0,0,5336,5326,1,0,0,0,5337,5339,1,0,0,0,5338,5324,1,0,0,0,5338, - 5339,1,0,0,0,5339,5346,1,0,0,0,5340,5342,5,194,0,0,5341,5343,3,518, - 259,0,5342,5341,1,0,0,0,5343,5344,1,0,0,0,5344,5342,1,0,0,0,5344, - 5345,1,0,0,0,5345,5347,1,0,0,0,5346,5340,1,0,0,0,5346,5347,1,0,0, - 0,5347,5352,1,0,0,0,5348,5351,3,520,260,0,5349,5351,3,522,261,0, - 5350,5348,1,0,0,0,5350,5349,1,0,0,0,5351,5354,1,0,0,0,5352,5350, - 1,0,0,0,5352,5353,1,0,0,0,5353,5357,1,0,0,0,5354,5352,1,0,0,0,5355, - 5356,7,80,0,0,5356,5358,5,882,0,0,5357,5355,1,0,0,0,5357,5358,1, - 0,0,0,5358,473,1,0,0,0,5359,5360,5,51,0,0,5360,5362,5,678,0,0,5361, - 5363,3,774,387,0,5362,5361,1,0,0,0,5362,5363,1,0,0,0,5363,5364,1, - 0,0,0,5364,5369,3,700,350,0,5365,5366,5,868,0,0,5366,5368,3,700, - 350,0,5367,5365,1,0,0,0,5368,5371,1,0,0,0,5369,5367,1,0,0,0,5369, - 5370,1,0,0,0,5370,475,1,0,0,0,5371,5369,1,0,0,0,5372,5373,5,73,0, - 0,5373,5378,3,530,265,0,5374,5375,5,868,0,0,5375,5377,3,530,265, - 0,5376,5374,1,0,0,0,5377,5380,1,0,0,0,5378,5376,1,0,0,0,5378,5379, - 1,0,0,0,5379,5381,1,0,0,0,5380,5378,1,0,0,0,5381,5383,5,119,0,0, - 5382,5384,3,498,249,0,5383,5382,1,0,0,0,5383,5384,1,0,0,0,5384,5385, - 1,0,0,0,5385,5386,3,534,267,0,5386,5396,5,176,0,0,5387,5392,3,510, - 255,0,5388,5389,5,868,0,0,5389,5391,3,510,255,0,5390,5388,1,0,0, - 0,5391,5394,1,0,0,0,5392,5390,1,0,0,0,5392,5393,1,0,0,0,5393,5397, - 1,0,0,0,5394,5392,1,0,0,0,5395,5397,3,664,332,0,5396,5387,1,0,0, - 0,5396,5395,1,0,0,0,5397,5412,1,0,0,0,5398,5410,5,144,0,0,5399,5411, - 5,505,0,0,5400,5407,3,516,258,0,5401,5403,5,11,0,0,5402,5401,1,0, - 0,0,5402,5403,1,0,0,0,5403,5404,1,0,0,0,5404,5406,3,516,258,0,5405, - 5402,1,0,0,0,5406,5409,1,0,0,0,5407,5405,1,0,0,0,5407,5408,1,0,0, - 0,5408,5411,1,0,0,0,5409,5407,1,0,0,0,5410,5399,1,0,0,0,5410,5400, - 1,0,0,0,5411,5413,1,0,0,0,5412,5398,1,0,0,0,5412,5413,1,0,0,0,5413, - 5423,1,0,0,0,5414,5420,5,194,0,0,5415,5416,5,73,0,0,5416,5419,5, - 121,0,0,5417,5419,3,518,259,0,5418,5415,1,0,0,0,5418,5417,1,0,0, - 0,5419,5422,1,0,0,0,5420,5418,1,0,0,0,5420,5421,1,0,0,0,5421,5424, - 1,0,0,0,5422,5420,1,0,0,0,5423,5414,1,0,0,0,5423,5424,1,0,0,0,5424, - 5432,1,0,0,0,5425,5426,5,13,0,0,5426,5430,3,700,350,0,5427,5428, - 5,194,0,0,5428,5429,5,582,0,0,5429,5431,3,478,239,0,5430,5427,1, - 0,0,0,5430,5431,1,0,0,0,5431,5433,1,0,0,0,5432,5425,1,0,0,0,5432, - 5433,1,0,0,0,5433,5462,1,0,0,0,5434,5437,5,73,0,0,5435,5436,5,547, - 0,0,5436,5438,5,119,0,0,5437,5435,1,0,0,0,5437,5438,1,0,0,0,5438, - 5439,1,0,0,0,5439,5444,3,666,333,0,5440,5441,5,868,0,0,5441,5443, - 3,666,333,0,5442,5440,1,0,0,0,5443,5446,1,0,0,0,5444,5442,1,0,0, - 0,5444,5445,1,0,0,0,5445,5447,1,0,0,0,5446,5444,1,0,0,0,5447,5448, - 5,176,0,0,5448,5453,3,666,333,0,5449,5450,5,868,0,0,5450,5452,3, - 666,333,0,5451,5449,1,0,0,0,5452,5455,1,0,0,0,5453,5451,1,0,0,0, - 5453,5454,1,0,0,0,5454,5459,1,0,0,0,5455,5453,1,0,0,0,5456,5457, - 5,194,0,0,5457,5458,5,704,0,0,5458,5460,5,121,0,0,5459,5456,1,0, - 0,0,5459,5460,1,0,0,0,5460,5462,1,0,0,0,5461,5372,1,0,0,0,5461,5434, - 1,0,0,0,5462,477,1,0,0,0,5463,5472,5,42,0,0,5464,5472,5,505,0,0, - 5465,5468,5,7,0,0,5466,5467,5,59,0,0,5467,5469,3,664,332,0,5468, - 5466,1,0,0,0,5468,5469,1,0,0,0,5469,5472,1,0,0,0,5470,5472,3,664, - 332,0,5471,5463,1,0,0,0,5471,5464,1,0,0,0,5471,5465,1,0,0,0,5471, - 5470,1,0,0,0,5472,479,1,0,0,0,5473,5474,5,73,0,0,5474,5475,5,547, - 0,0,5475,5476,5,119,0,0,5476,5477,3,700,350,0,5477,5478,5,176,0, - 0,5478,5483,3,700,350,0,5479,5480,5,868,0,0,5480,5482,3,700,350, - 0,5481,5479,1,0,0,0,5482,5485,1,0,0,0,5483,5481,1,0,0,0,5483,5484, - 1,0,0,0,5484,5489,1,0,0,0,5485,5483,1,0,0,0,5486,5487,5,194,0,0, - 5487,5488,5,73,0,0,5488,5490,5,121,0,0,5489,5486,1,0,0,0,5489,5490, - 1,0,0,0,5490,481,1,0,0,0,5491,5492,5,8,0,0,5492,5493,5,739,0,0,5493, - 5494,5,74,0,0,5494,5500,3,656,328,0,5495,5497,5,190,0,0,5496,5498, - 5,857,0,0,5497,5496,1,0,0,0,5497,5498,1,0,0,0,5498,5499,1,0,0,0, - 5499,5501,3,490,245,0,5500,5495,1,0,0,0,5500,5501,1,0,0,0,5501,5507, - 1,0,0,0,5502,5504,5,837,0,0,5503,5505,5,857,0,0,5504,5503,1,0,0, - 0,5504,5505,1,0,0,0,5505,5506,1,0,0,0,5506,5508,3,728,364,0,5507, - 5502,1,0,0,0,5507,5508,1,0,0,0,5508,5513,1,0,0,0,5509,5511,7,39, - 0,0,5510,5512,5,66,0,0,5511,5510,1,0,0,0,5511,5512,1,0,0,0,5512, - 5514,1,0,0,0,5513,5509,1,0,0,0,5513,5514,1,0,0,0,5514,483,1,0,0, - 0,5515,5516,5,34,0,0,5516,5517,5,739,0,0,5517,5518,5,74,0,0,5518, - 5519,3,654,327,0,5519,5520,5,839,0,0,5520,5521,5,857,0,0,5521,5527, - 7,81,0,0,5522,5524,5,190,0,0,5523,5525,5,857,0,0,5524,5523,1,0,0, - 0,5524,5525,1,0,0,0,5525,5526,1,0,0,0,5526,5528,3,490,245,0,5527, - 5522,1,0,0,0,5527,5528,1,0,0,0,5528,5534,1,0,0,0,5529,5531,5,837, - 0,0,5530,5532,5,857,0,0,5531,5530,1,0,0,0,5531,5532,1,0,0,0,5532, - 5533,1,0,0,0,5533,5535,3,728,364,0,5534,5529,1,0,0,0,5534,5535,1, - 0,0,0,5535,5537,1,0,0,0,5536,5538,7,39,0,0,5537,5536,1,0,0,0,5537, - 5538,1,0,0,0,5538,485,1,0,0,0,5539,5540,5,51,0,0,5540,5541,5,739, - 0,0,5541,5542,5,74,0,0,5542,5544,3,656,328,0,5543,5545,5,66,0,0, - 5544,5543,1,0,0,0,5544,5545,1,0,0,0,5545,487,1,0,0,0,5546,5547,5, - 155,0,0,5547,5548,5,739,0,0,5548,5549,5,74,0,0,5549,5559,3,656,328, - 0,5550,5551,5,65,0,0,5551,5556,3,728,364,0,5552,5553,5,868,0,0,5553, - 5555,3,728,364,0,5554,5552,1,0,0,0,5555,5558,1,0,0,0,5556,5554,1, - 0,0,0,5556,5557,1,0,0,0,5557,5560,1,0,0,0,5558,5556,1,0,0,0,5559, - 5550,1,0,0,0,5559,5560,1,0,0,0,5560,489,1,0,0,0,5561,5567,3,728, - 364,0,5562,5563,3,728,364,0,5563,5564,5,854,0,0,5564,5565,3,728, - 364,0,5565,5567,1,0,0,0,5566,5561,1,0,0,0,5566,5562,1,0,0,0,5567, - 5572,1,0,0,0,5568,5569,5,868,0,0,5569,5571,3,490,245,0,5570,5568, - 1,0,0,0,5571,5574,1,0,0,0,5572,5570,1,0,0,0,5572,5573,1,0,0,0,5573, - 491,1,0,0,0,5574,5572,1,0,0,0,5575,5576,5,141,0,0,5576,5577,5,678, - 0,0,5577,5582,3,536,268,0,5578,5579,5,868,0,0,5579,5581,3,536,268, - 0,5580,5578,1,0,0,0,5581,5584,1,0,0,0,5582,5580,1,0,0,0,5582,5583, - 1,0,0,0,5583,493,1,0,0,0,5584,5582,1,0,0,0,5585,5587,5,149,0,0,5586, - 5588,3,774,387,0,5587,5586,1,0,0,0,5587,5588,1,0,0,0,5588,5589,1, - 0,0,0,5589,5594,3,530,265,0,5590,5591,5,868,0,0,5591,5593,3,530, - 265,0,5592,5590,1,0,0,0,5593,5596,1,0,0,0,5594,5592,1,0,0,0,5594, - 5595,1,0,0,0,5595,5597,1,0,0,0,5596,5594,1,0,0,0,5597,5599,5,119, - 0,0,5598,5600,3,498,249,0,5599,5598,1,0,0,0,5599,5600,1,0,0,0,5600, - 5601,1,0,0,0,5601,5602,3,534,267,0,5602,5603,5,68,0,0,5603,5605, - 3,664,332,0,5604,5606,3,496,248,0,5605,5604,1,0,0,0,5605,5606,1, - 0,0,0,5606,5638,1,0,0,0,5607,5609,5,149,0,0,5608,5610,3,774,387, - 0,5609,5608,1,0,0,0,5609,5610,1,0,0,0,5610,5611,1,0,0,0,5611,5613, - 5,7,0,0,5612,5614,5,734,0,0,5613,5612,1,0,0,0,5613,5614,1,0,0,0, - 5614,5615,1,0,0,0,5615,5616,5,868,0,0,5616,5617,5,73,0,0,5617,5618, - 5,121,0,0,5618,5619,5,68,0,0,5619,5621,3,664,332,0,5620,5622,3,496, - 248,0,5621,5620,1,0,0,0,5621,5622,1,0,0,0,5622,5638,1,0,0,0,5623, - 5625,5,149,0,0,5624,5626,3,774,387,0,5625,5624,1,0,0,0,5625,5626, - 1,0,0,0,5626,5629,1,0,0,0,5627,5628,5,547,0,0,5628,5630,5,119,0, - 0,5629,5627,1,0,0,0,5629,5630,1,0,0,0,5630,5631,1,0,0,0,5631,5632, - 3,664,332,0,5632,5633,5,68,0,0,5633,5635,3,664,332,0,5634,5636,3, - 496,248,0,5635,5634,1,0,0,0,5635,5636,1,0,0,0,5636,5638,1,0,0,0, - 5637,5585,1,0,0,0,5637,5607,1,0,0,0,5637,5623,1,0,0,0,5638,495,1, - 0,0,0,5639,5640,5,79,0,0,5640,5641,5,674,0,0,5641,5642,5,678,0,0, - 5642,497,1,0,0,0,5643,5644,7,82,0,0,5644,499,1,0,0,0,5645,5646,5, - 155,0,0,5646,5649,5,529,0,0,5647,5648,5,65,0,0,5648,5650,3,700,350, - 0,5649,5647,1,0,0,0,5649,5650,1,0,0,0,5650,5651,1,0,0,0,5651,5654, - 5,857,0,0,5652,5655,3,814,407,0,5653,5655,5,882,0,0,5654,5652,1, - 0,0,0,5654,5653,1,0,0,0,5655,5678,1,0,0,0,5656,5657,5,155,0,0,5657, - 5660,5,529,0,0,5658,5659,5,65,0,0,5659,5661,3,700,350,0,5660,5658, - 1,0,0,0,5660,5661,1,0,0,0,5661,5666,1,0,0,0,5662,5663,5,176,0,0, - 5663,5667,5,829,0,0,5664,5665,5,857,0,0,5665,5667,5,882,0,0,5666, - 5662,1,0,0,0,5666,5664,1,0,0,0,5667,5670,1,0,0,0,5668,5669,5,143, - 0,0,5669,5671,5,882,0,0,5670,5668,1,0,0,0,5670,5671,1,0,0,0,5671, - 5675,1,0,0,0,5672,5673,5,147,0,0,5673,5674,5,36,0,0,5674,5676,5, - 529,0,0,5675,5672,1,0,0,0,5675,5676,1,0,0,0,5676,5678,1,0,0,0,5677, - 5645,1,0,0,0,5677,5656,1,0,0,0,5678,501,1,0,0,0,5679,5680,3,700, - 350,0,5680,5681,3,520,260,0,5681,503,1,0,0,0,5682,5708,3,700,350, - 0,5683,5684,5,423,0,0,5684,5685,5,20,0,0,5685,5686,5,882,0,0,5686, - 5709,3,512,256,0,5687,5688,5,423,0,0,5688,5689,5,20,0,0,5689,5690, - 5,829,0,0,5690,5691,5,529,0,0,5691,5709,3,512,256,0,5692,5693,5, - 423,0,0,5693,5694,5,194,0,0,5694,5709,3,514,257,0,5695,5696,5,369, - 0,0,5696,5697,5,511,0,0,5697,5709,5,529,0,0,5698,5699,7,83,0,0,5699, - 5701,3,528,264,0,5700,5702,3,524,262,0,5701,5700,1,0,0,0,5701,5702, - 1,0,0,0,5702,5704,1,0,0,0,5703,5698,1,0,0,0,5704,5705,1,0,0,0,5705, - 5703,1,0,0,0,5705,5706,1,0,0,0,5706,5709,1,0,0,0,5707,5709,3,526, - 263,0,5708,5683,1,0,0,0,5708,5687,1,0,0,0,5708,5692,1,0,0,0,5708, - 5695,1,0,0,0,5708,5703,1,0,0,0,5708,5707,1,0,0,0,5708,5709,1,0,0, - 0,5709,505,1,0,0,0,5710,5711,5,423,0,0,5711,5717,5,20,0,0,5712,5718, - 5,882,0,0,5713,5714,5,829,0,0,5714,5718,5,529,0,0,5715,5716,5,529, - 0,0,5716,5718,5,882,0,0,5717,5712,1,0,0,0,5717,5713,1,0,0,0,5717, - 5715,1,0,0,0,5718,5721,1,0,0,0,5719,5720,5,11,0,0,5720,5722,3,506, - 253,0,5721,5719,1,0,0,0,5721,5722,1,0,0,0,5722,5747,1,0,0,0,5723, - 5724,5,423,0,0,5724,5725,5,194,0,0,5725,5734,3,722,361,0,5726,5730, - 5,20,0,0,5727,5731,5,882,0,0,5728,5729,5,829,0,0,5729,5731,5,529, - 0,0,5730,5727,1,0,0,0,5730,5728,1,0,0,0,5731,5735,1,0,0,0,5732,5733, - 5,13,0,0,5733,5735,5,882,0,0,5734,5726,1,0,0,0,5734,5732,1,0,0,0, - 5734,5735,1,0,0,0,5735,5738,1,0,0,0,5736,5737,5,11,0,0,5737,5739, - 3,506,253,0,5738,5736,1,0,0,0,5738,5739,1,0,0,0,5739,5747,1,0,0, - 0,5740,5741,5,423,0,0,5741,5742,5,194,0,0,5742,5744,3,722,361,0, - 5743,5745,3,508,254,0,5744,5743,1,0,0,0,5744,5745,1,0,0,0,5745,5747, - 1,0,0,0,5746,5710,1,0,0,0,5746,5723,1,0,0,0,5746,5740,1,0,0,0,5747, - 507,1,0,0,0,5748,5749,5,427,0,0,5749,5750,5,708,0,0,5750,5751,5, - 423,0,0,5751,5755,5,20,0,0,5752,5753,5,829,0,0,5753,5756,5,529,0, - 0,5754,5756,5,882,0,0,5755,5752,1,0,0,0,5755,5754,1,0,0,0,5756,5766, - 1,0,0,0,5757,5758,5,427,0,0,5758,5759,5,708,0,0,5759,5760,5,423, - 0,0,5760,5761,5,194,0,0,5761,5762,3,722,361,0,5762,5763,5,13,0,0, - 5763,5764,5,882,0,0,5764,5766,1,0,0,0,5765,5748,1,0,0,0,5765,5757, - 1,0,0,0,5766,509,1,0,0,0,5767,5768,3,700,350,0,5768,5769,5,423,0, - 0,5769,5770,5,20,0,0,5770,5771,5,529,0,0,5771,5772,5,882,0,0,5772, - 5793,1,0,0,0,5773,5774,3,700,350,0,5774,5775,5,423,0,0,5775,5776, - 5,20,0,0,5776,5777,5,829,0,0,5777,5778,5,529,0,0,5778,5779,3,512, - 256,0,5779,5793,1,0,0,0,5780,5781,3,700,350,0,5781,5782,5,423,0, - 0,5782,5783,5,20,0,0,5783,5784,5,882,0,0,5784,5785,3,512,256,0,5785, - 5793,1,0,0,0,5786,5787,3,700,350,0,5787,5788,5,423,0,0,5788,5789, - 5,194,0,0,5789,5790,3,514,257,0,5790,5793,1,0,0,0,5791,5793,3,700, - 350,0,5792,5767,1,0,0,0,5792,5773,1,0,0,0,5792,5780,1,0,0,0,5792, - 5786,1,0,0,0,5792,5791,1,0,0,0,5793,511,1,0,0,0,5794,5795,5,143, - 0,0,5795,5797,5,882,0,0,5796,5794,1,0,0,0,5796,5797,1,0,0,0,5797, - 5801,1,0,0,0,5798,5799,5,147,0,0,5799,5800,5,36,0,0,5800,5802,5, - 529,0,0,5801,5798,1,0,0,0,5801,5802,1,0,0,0,5802,513,1,0,0,0,5803, - 5811,3,722,361,0,5804,5808,7,84,0,0,5805,5809,5,882,0,0,5806,5807, - 5,829,0,0,5807,5809,5,529,0,0,5808,5805,1,0,0,0,5808,5806,1,0,0, - 0,5809,5810,1,0,0,0,5810,5812,3,512,256,0,5811,5804,1,0,0,0,5811, - 5812,1,0,0,0,5812,5818,1,0,0,0,5813,5814,3,722,361,0,5814,5815,5, - 188,0,0,5815,5816,3,814,407,0,5816,5818,1,0,0,0,5817,5803,1,0,0, - 0,5817,5813,1,0,0,0,5818,515,1,0,0,0,5819,5828,5,169,0,0,5820,5828, - 5,693,0,0,5821,5822,5,331,0,0,5822,5828,5,882,0,0,5823,5824,5,441, - 0,0,5824,5828,5,882,0,0,5825,5826,5,651,0,0,5826,5828,5,882,0,0, - 5827,5819,1,0,0,0,5827,5820,1,0,0,0,5827,5821,1,0,0,0,5827,5823, - 1,0,0,0,5827,5825,1,0,0,0,5828,517,1,0,0,0,5829,5830,5,479,0,0,5830, - 5838,3,728,364,0,5831,5832,5,482,0,0,5832,5838,3,728,364,0,5833, - 5834,5,478,0,0,5834,5838,3,728,364,0,5835,5836,5,483,0,0,5836,5838, - 3,728,364,0,5837,5829,1,0,0,0,5837,5831,1,0,0,0,5837,5833,1,0,0, - 0,5837,5835,1,0,0,0,5838,519,1,0,0,0,5839,5840,5,529,0,0,5840,5847, - 5,390,0,0,5841,5848,5,42,0,0,5842,5848,5,500,0,0,5843,5844,5,87, - 0,0,5844,5845,3,728,364,0,5845,5846,5,698,0,0,5846,5848,1,0,0,0, - 5847,5841,1,0,0,0,5847,5842,1,0,0,0,5847,5843,1,0,0,0,5847,5848, - 1,0,0,0,5848,5878,1,0,0,0,5849,5850,5,529,0,0,5850,5853,5,420,0, - 0,5851,5854,5,42,0,0,5852,5854,3,728,364,0,5853,5851,1,0,0,0,5853, - 5852,1,0,0,0,5854,5878,1,0,0,0,5855,5856,5,529,0,0,5856,5857,5,581, - 0,0,5857,5862,5,87,0,0,5858,5863,5,42,0,0,5859,5860,3,728,364,0, - 5860,5861,5,698,0,0,5861,5863,1,0,0,0,5862,5858,1,0,0,0,5862,5859, - 1,0,0,0,5863,5878,1,0,0,0,5864,5865,5,529,0,0,5865,5866,5,144,0, - 0,5866,5868,5,36,0,0,5867,5869,7,85,0,0,5868,5867,1,0,0,0,5868,5869, - 1,0,0,0,5869,5878,1,0,0,0,5870,5871,5,395,0,0,5871,5878,3,728,364, - 0,5872,5875,5,530,0,0,5873,5876,3,728,364,0,5874,5876,5,669,0,0, - 5875,5873,1,0,0,0,5875,5874,1,0,0,0,5876,5878,1,0,0,0,5877,5839, - 1,0,0,0,5877,5849,1,0,0,0,5877,5855,1,0,0,0,5877,5864,1,0,0,0,5877, - 5870,1,0,0,0,5877,5872,1,0,0,0,5878,521,1,0,0,0,5879,5880,5,304, - 0,0,5880,5881,7,86,0,0,5881,523,1,0,0,0,5882,5885,5,423,0,0,5883, - 5884,5,194,0,0,5884,5886,3,722,361,0,5885,5883,1,0,0,0,5885,5886, - 1,0,0,0,5886,5895,1,0,0,0,5887,5891,5,20,0,0,5888,5892,5,882,0,0, - 5889,5890,5,829,0,0,5890,5892,5,529,0,0,5891,5888,1,0,0,0,5891,5889, - 1,0,0,0,5892,5896,1,0,0,0,5893,5894,5,13,0,0,5894,5896,5,882,0,0, - 5895,5887,1,0,0,0,5895,5893,1,0,0,0,5896,525,1,0,0,0,5897,5898,3, - 528,264,0,5898,5899,5,429,0,0,5899,5900,5,555,0,0,5900,5913,1,0, - 0,0,5901,5902,3,528,264,0,5902,5903,5,401,0,0,5903,5904,5,555,0, - 0,5904,5905,5,155,0,0,5905,5906,5,330,0,0,5906,5907,5,13,0,0,5907, - 5908,5,882,0,0,5908,5913,1,0,0,0,5909,5910,3,528,264,0,5910,5911, - 5,675,0,0,5911,5913,1,0,0,0,5912,5897,1,0,0,0,5912,5901,1,0,0,0, - 5912,5909,1,0,0,0,5913,527,1,0,0,0,5914,5915,7,87,0,0,5915,5916, - 5,394,0,0,5916,529,1,0,0,0,5917,5922,3,532,266,0,5918,5919,5,866, - 0,0,5919,5920,3,670,335,0,5920,5921,5,867,0,0,5921,5923,1,0,0,0, - 5922,5918,1,0,0,0,5922,5923,1,0,0,0,5923,531,1,0,0,0,5924,5926,5, - 7,0,0,5925,5927,5,734,0,0,5926,5925,1,0,0,0,5926,5927,1,0,0,0,5927, - 6018,1,0,0,0,5928,5930,5,8,0,0,5929,5931,5,743,0,0,5930,5929,1,0, - 0,0,5930,5931,1,0,0,0,5931,6018,1,0,0,0,5932,5940,5,34,0,0,5933, - 5934,5,660,0,0,5934,5941,5,752,0,0,5935,5941,5,743,0,0,5936,5941, - 5,684,0,0,5937,5941,5,678,0,0,5938,5941,5,658,0,0,5939,5941,5,582, - 0,0,5940,5933,1,0,0,0,5940,5935,1,0,0,0,5940,5936,1,0,0,0,5940,5937, - 1,0,0,0,5940,5938,1,0,0,0,5940,5939,1,0,0,0,5940,5941,1,0,0,0,5941, - 6018,1,0,0,0,5942,6018,5,44,0,0,5943,5945,5,51,0,0,5944,5946,5,582, - 0,0,5945,5944,1,0,0,0,5945,5946,1,0,0,0,5946,6018,1,0,0,0,5947,6018, - 5,385,0,0,5948,6018,5,717,0,0,5949,6018,5,718,0,0,5950,5951,5,73, - 0,0,5951,6018,5,121,0,0,5952,6018,5,82,0,0,5953,6018,5,86,0,0,5954, - 5955,5,104,0,0,5955,6018,5,752,0,0,5956,6018,5,735,0,0,5957,6018, - 5,547,0,0,5958,6018,5,138,0,0,5959,6018,5,736,0,0,5960,5961,5,572, - 0,0,5961,6018,7,88,0,0,5962,6018,5,154,0,0,5963,5964,5,157,0,0,5964, - 6018,7,89,0,0,5965,6018,5,749,0,0,5966,6018,5,750,0,0,5967,6018, - 5,178,0,0,5968,6018,5,185,0,0,5969,6018,5,186,0,0,5970,6018,5,705, - 0,0,5971,6018,5,706,0,0,5972,6018,5,707,0,0,5973,6018,5,709,0,0, - 5974,6018,5,710,0,0,5975,6018,5,711,0,0,5976,6018,5,712,0,0,5977, - 6018,5,714,0,0,5978,6018,5,715,0,0,5979,6018,5,716,0,0,5980,6018, - 5,719,0,0,5981,6018,5,720,0,0,5982,6018,5,721,0,0,5983,6018,5,722, - 0,0,5984,6018,5,723,0,0,5985,6018,5,724,0,0,5986,6018,5,725,0,0, - 5987,6018,5,726,0,0,5988,6018,5,727,0,0,5989,6018,5,728,0,0,5990, - 6018,5,731,0,0,5991,6018,5,732,0,0,5992,6018,5,733,0,0,5993,6018, - 5,737,0,0,5994,6018,5,738,0,0,5995,6018,5,740,0,0,5996,6018,5,741, - 0,0,5997,6018,5,742,0,0,5998,6018,5,745,0,0,5999,6018,5,746,0,0, - 6000,6018,5,747,0,0,6001,6018,5,160,0,0,6002,6018,5,748,0,0,6003, - 6018,5,836,0,0,6004,6018,5,751,0,0,6005,6018,5,753,0,0,6006,6018, - 5,838,0,0,6007,6018,5,754,0,0,6008,6018,5,755,0,0,6009,6010,5,103, - 0,0,6010,6011,5,68,0,0,6011,6018,5,744,0,0,6012,6013,5,154,0,0,6013, - 6014,5,88,0,0,6014,6018,5,744,0,0,6015,6016,5,729,0,0,6016,6018, - 5,730,0,0,6017,5924,1,0,0,0,6017,5928,1,0,0,0,6017,5932,1,0,0,0, - 6017,5942,1,0,0,0,6017,5943,1,0,0,0,6017,5947,1,0,0,0,6017,5948, - 1,0,0,0,6017,5949,1,0,0,0,6017,5950,1,0,0,0,6017,5952,1,0,0,0,6017, - 5953,1,0,0,0,6017,5954,1,0,0,0,6017,5956,1,0,0,0,6017,5957,1,0,0, - 0,6017,5958,1,0,0,0,6017,5959,1,0,0,0,6017,5960,1,0,0,0,6017,5962, - 1,0,0,0,6017,5963,1,0,0,0,6017,5965,1,0,0,0,6017,5966,1,0,0,0,6017, - 5967,1,0,0,0,6017,5968,1,0,0,0,6017,5969,1,0,0,0,6017,5970,1,0,0, - 0,6017,5971,1,0,0,0,6017,5972,1,0,0,0,6017,5973,1,0,0,0,6017,5974, - 1,0,0,0,6017,5975,1,0,0,0,6017,5976,1,0,0,0,6017,5977,1,0,0,0,6017, - 5978,1,0,0,0,6017,5979,1,0,0,0,6017,5980,1,0,0,0,6017,5981,1,0,0, - 0,6017,5982,1,0,0,0,6017,5983,1,0,0,0,6017,5984,1,0,0,0,6017,5985, - 1,0,0,0,6017,5986,1,0,0,0,6017,5987,1,0,0,0,6017,5988,1,0,0,0,6017, - 5989,1,0,0,0,6017,5990,1,0,0,0,6017,5991,1,0,0,0,6017,5992,1,0,0, - 0,6017,5993,1,0,0,0,6017,5994,1,0,0,0,6017,5995,1,0,0,0,6017,5996, - 1,0,0,0,6017,5997,1,0,0,0,6017,5998,1,0,0,0,6017,5999,1,0,0,0,6017, - 6000,1,0,0,0,6017,6001,1,0,0,0,6017,6002,1,0,0,0,6017,6003,1,0,0, - 0,6017,6004,1,0,0,0,6017,6005,1,0,0,0,6017,6006,1,0,0,0,6017,6007, - 1,0,0,0,6017,6008,1,0,0,0,6017,6009,1,0,0,0,6017,6012,1,0,0,0,6017, - 6015,1,0,0,0,6018,533,1,0,0,0,6019,6036,5,850,0,0,6020,6021,5,850, - 0,0,6021,6022,5,865,0,0,6022,6036,5,850,0,0,6023,6024,3,722,361, - 0,6024,6025,5,865,0,0,6025,6026,5,850,0,0,6026,6036,1,0,0,0,6027, - 6028,3,722,361,0,6028,6029,5,865,0,0,6029,6030,3,722,361,0,6030, - 6036,1,0,0,0,6031,6032,3,722,361,0,6032,6033,3,726,363,0,6033,6036, - 1,0,0,0,6034,6036,3,722,361,0,6035,6019,1,0,0,0,6035,6020,1,0,0, - 0,6035,6023,1,0,0,0,6035,6027,1,0,0,0,6035,6031,1,0,0,0,6035,6034, - 1,0,0,0,6036,535,1,0,0,0,6037,6038,3,700,350,0,6038,6039,5,176,0, - 0,6039,6040,3,700,350,0,6040,537,1,0,0,0,6041,6043,5,10,0,0,6042, - 6044,3,548,274,0,6043,6042,1,0,0,0,6043,6044,1,0,0,0,6044,6045,1, - 0,0,0,6045,6046,5,173,0,0,6046,6090,3,660,330,0,6047,6049,5,10,0, - 0,6048,6050,3,548,274,0,6049,6048,1,0,0,0,6049,6050,1,0,0,0,6050, - 6051,1,0,0,0,6051,6052,5,173,0,0,6052,6053,3,662,331,0,6053,6054, - 5,185,0,0,6054,6055,5,77,0,0,6055,6056,5,119,0,0,6056,6061,3,670, - 335,0,6057,6058,5,194,0,0,6058,6059,3,728,364,0,6059,6060,5,19,0, - 0,6060,6062,1,0,0,0,6061,6057,1,0,0,0,6061,6062,1,0,0,0,6062,6090, - 1,0,0,0,6063,6065,5,10,0,0,6064,6066,3,548,274,0,6065,6064,1,0,0, - 0,6065,6066,1,0,0,0,6066,6067,1,0,0,0,6067,6068,5,173,0,0,6068,6069, - 3,662,331,0,6069,6070,5,185,0,0,6070,6071,5,77,0,0,6071,6072,5,119, - 0,0,6072,6076,3,674,337,0,6073,6074,5,188,0,0,6074,6075,5,360,0, - 0,6075,6077,5,882,0,0,6076,6073,1,0,0,0,6076,6077,1,0,0,0,6077,6090, - 1,0,0,0,6078,6080,5,10,0,0,6079,6081,3,548,274,0,6080,6079,1,0,0, - 0,6080,6081,1,0,0,0,6081,6082,1,0,0,0,6082,6083,5,173,0,0,6083,6084, - 3,662,331,0,6084,6085,5,51,0,0,6085,6086,5,77,0,0,6086,6087,5,119, - 0,0,6087,6088,3,670,335,0,6088,6090,1,0,0,0,6089,6041,1,0,0,0,6089, - 6047,1,0,0,0,6089,6063,1,0,0,0,6089,6078,1,0,0,0,6090,539,1,0,0, - 0,6091,6092,5,27,0,0,6092,6093,5,173,0,0,6093,6097,3,660,330,0,6094, - 6096,3,550,275,0,6095,6094,1,0,0,0,6096,6099,1,0,0,0,6097,6095,1, - 0,0,0,6097,6098,1,0,0,0,6098,541,1,0,0,0,6099,6097,1,0,0,0,6100, - 6101,5,329,0,0,6101,6102,5,173,0,0,6102,6104,3,660,330,0,6103,6105, - 7,90,0,0,6104,6103,1,0,0,0,6104,6105,1,0,0,0,6105,543,1,0,0,0,6106, - 6108,5,120,0,0,6107,6109,3,548,274,0,6108,6107,1,0,0,0,6108,6109, - 1,0,0,0,6109,6110,1,0,0,0,6110,6111,7,61,0,0,6111,6112,3,660,330, - 0,6112,545,1,0,0,0,6113,6115,5,562,0,0,6114,6116,3,548,274,0,6115, - 6114,1,0,0,0,6115,6116,1,0,0,0,6116,6117,1,0,0,0,6117,6118,5,173, - 0,0,6118,6120,3,660,330,0,6119,6121,5,549,0,0,6120,6119,1,0,0,0, - 6120,6121,1,0,0,0,6121,6123,1,0,0,0,6122,6124,5,392,0,0,6123,6122, - 1,0,0,0,6123,6124,1,0,0,0,6124,6126,1,0,0,0,6125,6127,5,679,0,0, - 6126,6125,1,0,0,0,6126,6127,1,0,0,0,6127,547,1,0,0,0,6128,6129,7, - 91,0,0,6129,549,1,0,0,0,6130,6131,5,65,0,0,6131,6138,5,677,0,0,6132, - 6138,5,549,0,0,6133,6138,5,396,0,0,6134,6138,5,484,0,0,6135,6138, - 5,392,0,0,6136,6138,5,327,0,0,6137,6130,1,0,0,0,6137,6132,1,0,0, - 0,6137,6133,1,0,0,0,6137,6134,1,0,0,0,6137,6135,1,0,0,0,6137,6136, - 1,0,0,0,6138,551,1,0,0,0,6139,6140,5,432,0,0,6140,6141,5,344,0,0, - 6141,6146,3,722,361,0,6142,6143,5,868,0,0,6143,6145,3,722,361,0, - 6144,6142,1,0,0,0,6145,6148,1,0,0,0,6146,6144,1,0,0,0,6146,6147, - 1,0,0,0,6147,6158,1,0,0,0,6148,6146,1,0,0,0,6149,6150,5,155,0,0, - 6150,6155,3,554,277,0,6151,6152,5,868,0,0,6152,6154,3,554,277,0, - 6153,6151,1,0,0,0,6154,6157,1,0,0,0,6155,6153,1,0,0,0,6155,6156, - 1,0,0,0,6156,6159,1,0,0,0,6157,6155,1,0,0,0,6158,6149,1,0,0,0,6158, - 6159,1,0,0,0,6159,553,1,0,0,0,6160,6161,7,92,0,0,6161,6162,3,718, - 359,0,6162,6163,5,857,0,0,6163,6164,3,820,410,0,6164,555,1,0,0,0, - 6165,6166,5,673,0,0,6166,6167,5,344,0,0,6167,6172,3,722,361,0,6168, - 6169,5,868,0,0,6169,6171,3,722,361,0,6170,6168,1,0,0,0,6171,6174, - 1,0,0,0,6172,6170,1,0,0,0,6172,6173,1,0,0,0,6173,557,1,0,0,0,6174, - 6172,1,0,0,0,6175,6176,5,432,0,0,6176,6177,5,534,0,0,6177,6178,3, - 722,361,0,6178,6179,5,603,0,0,6179,6180,5,882,0,0,6180,559,1,0,0, - 0,6181,6182,5,673,0,0,6182,6183,5,534,0,0,6183,6184,3,722,361,0, - 6184,561,1,0,0,0,6185,6186,5,713,0,0,6186,6187,5,450,0,0,6187,6188, - 5,360,0,0,6188,6190,5,367,0,0,6189,6191,5,857,0,0,6190,6189,1,0, - 0,0,6190,6191,1,0,0,0,6191,6192,1,0,0,0,6192,6216,5,882,0,0,6193, - 6194,5,713,0,0,6194,6195,5,433,0,0,6195,6196,5,68,0,0,6196,6197, - 3,692,346,0,6197,6198,5,423,0,0,6198,6199,5,20,0,0,6199,6206,5,882, - 0,0,6200,6201,5,360,0,0,6201,6203,5,367,0,0,6202,6204,5,857,0,0, - 6203,6202,1,0,0,0,6203,6204,1,0,0,0,6204,6205,1,0,0,0,6205,6207, - 5,882,0,0,6206,6200,1,0,0,0,6206,6207,1,0,0,0,6207,6213,1,0,0,0, - 6208,6210,5,144,0,0,6209,6211,5,502,0,0,6210,6209,1,0,0,0,6210,6211, - 1,0,0,0,6211,6212,1,0,0,0,6212,6214,5,169,0,0,6213,6208,1,0,0,0, - 6213,6214,1,0,0,0,6214,6216,1,0,0,0,6215,6185,1,0,0,0,6215,6193, - 1,0,0,0,6216,563,1,0,0,0,6217,6218,5,155,0,0,6218,6219,3,568,284, - 0,6219,6222,7,93,0,0,6220,6223,3,820,410,0,6221,6223,5,119,0,0,6222, - 6220,1,0,0,0,6222,6221,1,0,0,0,6223,6233,1,0,0,0,6224,6225,5,868, - 0,0,6225,6226,3,568,284,0,6226,6229,7,93,0,0,6227,6230,3,820,410, - 0,6228,6230,5,119,0,0,6229,6227,1,0,0,0,6229,6228,1,0,0,0,6230,6232, - 1,0,0,0,6231,6224,1,0,0,0,6232,6235,1,0,0,0,6233,6231,1,0,0,0,6233, - 6234,1,0,0,0,6234,6270,1,0,0,0,6235,6233,1,0,0,0,6236,6237,5,155, - 0,0,6237,6240,3,58,29,0,6238,6241,3,704,352,0,6239,6241,5,42,0,0, - 6240,6238,1,0,0,0,6240,6239,1,0,0,0,6241,6270,1,0,0,0,6242,6243, - 5,155,0,0,6243,6250,5,497,0,0,6244,6247,3,704,352,0,6245,6246,5, - 28,0,0,6246,6248,3,706,353,0,6247,6245,1,0,0,0,6247,6248,1,0,0,0, - 6248,6251,1,0,0,0,6249,6251,5,42,0,0,6250,6244,1,0,0,0,6250,6249, - 1,0,0,0,6251,6270,1,0,0,0,6252,6270,3,500,250,0,6253,6270,3,352, - 176,0,6254,6270,3,350,175,0,6255,6256,5,155,0,0,6256,6257,3,718, - 359,0,6257,6258,7,93,0,0,6258,6266,3,820,410,0,6259,6260,5,868,0, - 0,6260,6261,3,718,359,0,6261,6262,7,93,0,0,6262,6263,3,820,410,0, - 6263,6265,1,0,0,0,6264,6259,1,0,0,0,6265,6268,1,0,0,0,6266,6264, - 1,0,0,0,6266,6267,1,0,0,0,6267,6270,1,0,0,0,6268,6266,1,0,0,0,6269, - 6217,1,0,0,0,6269,6236,1,0,0,0,6269,6242,1,0,0,0,6269,6252,1,0,0, - 0,6269,6253,1,0,0,0,6269,6254,1,0,0,0,6269,6255,1,0,0,0,6270,565, - 1,0,0,0,6271,6272,5,157,0,0,6272,6273,7,63,0,0,6273,6456,5,452,0, - 0,6274,6275,5,157,0,0,6275,6276,7,94,0,0,6276,6279,5,386,0,0,6277, - 6278,5,80,0,0,6278,6280,5,882,0,0,6279,6277,1,0,0,0,6279,6280,1, - 0,0,0,6280,6283,1,0,0,0,6281,6282,5,68,0,0,6282,6284,3,728,364,0, - 6283,6281,1,0,0,0,6283,6284,1,0,0,0,6284,6292,1,0,0,0,6285,6289, - 5,100,0,0,6286,6287,3,728,364,0,6287,6288,5,868,0,0,6288,6290,1, - 0,0,0,6289,6286,1,0,0,0,6289,6290,1,0,0,0,6290,6291,1,0,0,0,6291, - 6293,3,728,364,0,6292,6285,1,0,0,0,6292,6293,1,0,0,0,6293,6295,1, - 0,0,0,6294,6296,3,400,200,0,6295,6294,1,0,0,0,6295,6296,1,0,0,0, - 6296,6456,1,0,0,0,6297,6298,5,157,0,0,6298,6300,3,570,285,0,6299, - 6301,3,572,286,0,6300,6299,1,0,0,0,6300,6301,1,0,0,0,6301,6456,1, - 0,0,0,6302,6304,5,157,0,0,6303,6305,5,392,0,0,6304,6303,1,0,0,0, - 6304,6305,1,0,0,0,6305,6307,1,0,0,0,6306,6308,5,408,0,0,6307,6306, - 1,0,0,0,6307,6308,1,0,0,0,6308,6309,1,0,0,0,6309,6310,7,47,0,0,6310, - 6311,7,95,0,0,6311,6314,3,662,331,0,6312,6313,7,95,0,0,6313,6315, - 3,638,319,0,6314,6312,1,0,0,0,6314,6315,1,0,0,0,6315,6317,1,0,0, - 0,6316,6318,3,572,286,0,6317,6316,1,0,0,0,6317,6318,1,0,0,0,6318, - 6456,1,0,0,0,6319,6320,5,157,0,0,6320,6321,5,34,0,0,6321,6323,7, - 0,0,0,6322,6324,3,776,388,0,6323,6322,1,0,0,0,6323,6324,1,0,0,0, - 6324,6325,1,0,0,0,6325,6456,3,638,319,0,6326,6327,5,157,0,0,6327, - 6328,5,34,0,0,6328,6329,7,96,0,0,6329,6456,3,718,359,0,6330,6331, - 5,157,0,0,6331,6332,5,34,0,0,6332,6333,5,409,0,0,6333,6456,3,642, - 321,0,6334,6335,5,157,0,0,6335,6336,5,34,0,0,6336,6337,5,684,0,0, - 6337,6456,3,646,323,0,6338,6339,5,157,0,0,6339,6340,5,34,0,0,6340, - 6341,5,173,0,0,6341,6456,3,662,331,0,6342,6343,5,157,0,0,6343,6344, - 5,34,0,0,6344,6345,5,678,0,0,6345,6456,3,700,350,0,6346,6347,5,157, - 0,0,6347,6348,5,380,0,0,6348,6349,3,708,354,0,6349,6350,7,97,0,0, - 6350,6456,1,0,0,0,6351,6352,5,157,0,0,6352,6456,3,574,287,0,6353, - 6354,5,157,0,0,6354,6362,7,98,0,0,6355,6359,5,100,0,0,6356,6357, - 3,728,364,0,6357,6358,5,868,0,0,6358,6360,1,0,0,0,6359,6356,1,0, - 0,0,6359,6360,1,0,0,0,6360,6361,1,0,0,0,6361,6363,3,728,364,0,6362, - 6355,1,0,0,0,6362,6363,1,0,0,0,6363,6456,1,0,0,0,6364,6365,5,157, - 0,0,6365,6366,5,262,0,0,6366,6367,5,866,0,0,6367,6368,5,850,0,0, - 6368,6369,5,867,0,0,6369,6456,7,98,0,0,6370,6371,5,157,0,0,6371, - 6374,3,576,288,0,6372,6373,7,95,0,0,6373,6375,3,638,319,0,6374,6372, - 1,0,0,0,6374,6375,1,0,0,0,6375,6377,1,0,0,0,6376,6378,3,572,286, - 0,6377,6376,1,0,0,0,6377,6378,1,0,0,0,6378,6456,1,0,0,0,6379,6380, - 5,157,0,0,6380,6381,5,132,0,0,6381,6382,5,336,0,0,6382,6456,3,718, - 359,0,6383,6384,5,157,0,0,6384,6385,5,409,0,0,6385,6386,5,336,0, - 0,6386,6456,3,642,321,0,6387,6388,5,157,0,0,6388,6395,5,414,0,0, - 6389,6390,5,65,0,0,6390,6393,3,666,333,0,6391,6392,5,188,0,0,6392, - 6394,3,664,332,0,6393,6391,1,0,0,0,6393,6394,1,0,0,0,6394,6396,1, - 0,0,0,6395,6389,1,0,0,0,6395,6396,1,0,0,0,6396,6456,1,0,0,0,6397, - 6399,5,157,0,0,6398,6400,5,392,0,0,6399,6398,1,0,0,0,6399,6400,1, - 0,0,0,6400,6401,1,0,0,0,6401,6402,7,99,0,0,6402,6403,7,95,0,0,6403, - 6406,3,662,331,0,6404,6405,7,95,0,0,6405,6407,3,638,319,0,6406,6404, - 1,0,0,0,6406,6407,1,0,0,0,6407,6410,1,0,0,0,6408,6409,5,192,0,0, - 6409,6411,3,820,410,0,6410,6408,1,0,0,0,6410,6411,1,0,0,0,6411,6456, - 1,0,0,0,6412,6413,5,157,0,0,6413,6414,5,516,0,0,6414,6417,5,752, - 0,0,6415,6416,7,95,0,0,6416,6418,3,638,319,0,6417,6415,1,0,0,0,6417, - 6418,1,0,0,0,6418,6420,1,0,0,0,6419,6421,3,572,286,0,6420,6419,1, - 0,0,0,6420,6421,1,0,0,0,6421,6456,1,0,0,0,6422,6423,5,157,0,0,6423, - 6432,5,545,0,0,6424,6429,3,578,289,0,6425,6426,5,868,0,0,6426,6428, - 3,578,289,0,6427,6425,1,0,0,0,6428,6431,1,0,0,0,6429,6427,1,0,0, - 0,6429,6430,1,0,0,0,6430,6433,1,0,0,0,6431,6429,1,0,0,0,6432,6424, - 1,0,0,0,6432,6433,1,0,0,0,6433,6437,1,0,0,0,6434,6435,5,65,0,0,6435, - 6436,5,548,0,0,6436,6438,3,728,364,0,6437,6434,1,0,0,0,6437,6438, - 1,0,0,0,6438,6445,1,0,0,0,6439,6440,5,100,0,0,6440,6443,3,728,364, - 0,6441,6442,5,509,0,0,6442,6444,3,728,364,0,6443,6441,1,0,0,0,6443, - 6444,1,0,0,0,6444,6446,1,0,0,0,6445,6439,1,0,0,0,6445,6446,1,0,0, - 0,6446,6456,1,0,0,0,6447,6448,5,157,0,0,6448,6449,7,64,0,0,6449, - 6451,5,645,0,0,6450,6452,3,400,200,0,6451,6450,1,0,0,0,6451,6452, - 1,0,0,0,6452,6456,1,0,0,0,6453,6454,5,157,0,0,6454,6456,5,564,0, - 0,6455,6271,1,0,0,0,6455,6274,1,0,0,0,6455,6297,1,0,0,0,6455,6302, - 1,0,0,0,6455,6319,1,0,0,0,6455,6326,1,0,0,0,6455,6330,1,0,0,0,6455, - 6334,1,0,0,0,6455,6338,1,0,0,0,6455,6342,1,0,0,0,6455,6346,1,0,0, - 0,6455,6351,1,0,0,0,6455,6353,1,0,0,0,6455,6364,1,0,0,0,6455,6370, - 1,0,0,0,6455,6379,1,0,0,0,6455,6383,1,0,0,0,6455,6387,1,0,0,0,6455, - 6397,1,0,0,0,6455,6412,1,0,0,0,6455,6422,1,0,0,0,6455,6447,1,0,0, - 0,6455,6453,1,0,0,0,6456,567,1,0,0,0,6457,6468,5,892,0,0,6458,6468, - 5,893,0,0,6459,6460,5,870,0,0,6460,6462,5,870,0,0,6461,6459,1,0, - 0,0,6461,6462,1,0,0,0,6462,6463,1,0,0,0,6463,6465,7,100,0,0,6464, - 6461,1,0,0,0,6464,6465,1,0,0,0,6465,6466,1,0,0,0,6466,6468,3,722, - 361,0,6467,6457,1,0,0,0,6467,6458,1,0,0,0,6467,6464,1,0,0,0,6468, - 569,1,0,0,0,6469,6470,5,26,0,0,6470,6484,5,155,0,0,6471,6484,5,823, - 0,0,6472,6484,5,824,0,0,6473,6484,5,40,0,0,6474,6484,5,153,0,0,6475, - 6476,5,409,0,0,6476,6484,5,645,0,0,6477,6478,5,132,0,0,6478,6484, - 5,645,0,0,6479,6481,7,62,0,0,6480,6479,1,0,0,0,6480,6481,1,0,0,0, - 6481,6482,1,0,0,0,6482,6484,7,101,0,0,6483,6469,1,0,0,0,6483,6471, - 1,0,0,0,6483,6472,1,0,0,0,6483,6473,1,0,0,0,6483,6474,1,0,0,0,6483, - 6475,1,0,0,0,6483,6477,1,0,0,0,6483,6480,1,0,0,0,6484,571,1,0,0, - 0,6485,6486,5,99,0,0,6486,6490,5,882,0,0,6487,6488,5,192,0,0,6488, - 6490,3,820,410,0,6489,6485,1,0,0,0,6489,6487,1,0,0,0,6490,573,1, - 0,0,0,6491,6493,5,647,0,0,6492,6491,1,0,0,0,6492,6493,1,0,0,0,6493, - 6494,1,0,0,0,6494,6509,5,381,0,0,6495,6496,5,453,0,0,6496,6509,5, - 645,0,0,6497,6509,5,536,0,0,6498,6509,5,734,0,0,6499,6501,5,408, - 0,0,6500,6499,1,0,0,0,6500,6501,1,0,0,0,6501,6502,1,0,0,0,6502,6509, - 5,544,0,0,6503,6509,5,546,0,0,6504,6505,5,598,0,0,6505,6509,5,422, - 0,0,6506,6509,5,312,0,0,6507,6509,5,356,0,0,6508,6492,1,0,0,0,6508, - 6495,1,0,0,0,6508,6497,1,0,0,0,6508,6498,1,0,0,0,6508,6500,1,0,0, - 0,6508,6503,1,0,0,0,6508,6504,1,0,0,0,6508,6506,1,0,0,0,6508,6507, - 1,0,0,0,6509,575,1,0,0,0,6510,6522,5,386,0,0,6511,6512,5,173,0,0, - 6512,6522,5,645,0,0,6513,6515,5,392,0,0,6514,6513,1,0,0,0,6514,6515, - 1,0,0,0,6515,6517,1,0,0,0,6516,6518,5,408,0,0,6517,6516,1,0,0,0, - 6517,6518,1,0,0,0,6518,6519,1,0,0,0,6519,6522,5,752,0,0,6520,6522, - 5,667,0,0,6521,6510,1,0,0,0,6521,6511,1,0,0,0,6521,6514,1,0,0,0, - 6521,6520,1,0,0,0,6522,577,1,0,0,0,6523,6536,5,7,0,0,6524,6525,5, - 320,0,0,6525,6536,5,437,0,0,6526,6527,5,355,0,0,6527,6536,5,656, - 0,0,6528,6536,5,358,0,0,6529,6536,5,439,0,0,6530,6536,5,802,0,0, - 6531,6532,5,521,0,0,6532,6536,5,397,0,0,6533,6536,5,605,0,0,6534, - 6536,5,655,0,0,6535,6523,1,0,0,0,6535,6524,1,0,0,0,6535,6526,1,0, - 0,0,6535,6528,1,0,0,0,6535,6529,1,0,0,0,6535,6530,1,0,0,0,6535,6531, - 1,0,0,0,6535,6533,1,0,0,0,6535,6534,1,0,0,0,6536,579,1,0,0,0,6537, - 6538,5,318,0,0,6538,6539,5,882,0,0,6539,581,1,0,0,0,6540,6541,5, - 324,0,0,6541,6559,5,82,0,0,6542,6547,3,602,301,0,6543,6544,5,868, - 0,0,6544,6546,3,602,301,0,6545,6543,1,0,0,0,6546,6549,1,0,0,0,6547, - 6545,1,0,0,0,6547,6548,1,0,0,0,6548,6560,1,0,0,0,6549,6547,1,0,0, - 0,6550,6551,3,662,331,0,6551,6552,5,130,0,0,6552,6555,5,866,0,0, - 6553,6556,3,686,343,0,6554,6556,5,7,0,0,6555,6553,1,0,0,0,6555,6554, - 1,0,0,0,6556,6557,1,0,0,0,6557,6558,5,867,0,0,6558,6560,1,0,0,0, - 6559,6542,1,0,0,0,6559,6550,1,0,0,0,6560,6561,1,0,0,0,6561,6562, - 5,80,0,0,6562,6563,3,638,319,0,6563,583,1,0,0,0,6564,6566,5,404, - 0,0,6565,6567,3,548,274,0,6566,6565,1,0,0,0,6566,6567,1,0,0,0,6567, - 6568,1,0,0,0,6568,6573,3,604,302,0,6569,6570,5,868,0,0,6570,6572, - 3,604,302,0,6571,6569,1,0,0,0,6572,6575,1,0,0,0,6573,6571,1,0,0, - 0,6573,6574,1,0,0,0,6574,585,1,0,0,0,6575,6573,1,0,0,0,6576,6578, - 5,94,0,0,6577,6579,7,102,0,0,6578,6577,1,0,0,0,6578,6579,1,0,0,0, - 6579,6580,1,0,0,0,6580,6581,3,820,410,0,6581,587,1,0,0,0,6582,6583, - 5,103,0,0,6583,6584,5,82,0,0,6584,6585,5,88,0,0,6585,6586,5,324, - 0,0,6586,6591,3,608,304,0,6587,6588,5,868,0,0,6588,6590,3,608,304, - 0,6589,6587,1,0,0,0,6590,6593,1,0,0,0,6591,6589,1,0,0,0,6591,6592, - 1,0,0,0,6592,589,1,0,0,0,6593,6591,1,0,0,0,6594,6595,5,575,0,0,6595, - 6600,3,592,296,0,6596,6597,5,868,0,0,6597,6599,3,592,296,0,6598, - 6596,1,0,0,0,6599,6602,1,0,0,0,6600,6598,1,0,0,0,6600,6601,1,0,0, - 0,6601,591,1,0,0,0,6602,6600,1,0,0,0,6603,6609,5,453,0,0,6604,6609, - 5,563,0,0,6605,6606,5,548,0,0,6606,6609,5,324,0,0,6607,6609,5,598, - 0,0,6608,6603,1,0,0,0,6608,6604,1,0,0,0,6608,6605,1,0,0,0,6608,6607, - 1,0,0,0,6609,593,1,0,0,0,6610,6611,5,575,0,0,6611,6616,5,531,0,0, - 6612,6614,3,774,387,0,6613,6612,1,0,0,0,6613,6614,1,0,0,0,6614,6615, - 1,0,0,0,6615,6617,3,722,361,0,6616,6613,1,0,0,0,6616,6617,1,0,0, - 0,6617,595,1,0,0,0,6618,6619,5,575,0,0,6619,6621,7,64,0,0,6620,6622, - 5,7,0,0,6621,6620,1,0,0,0,6621,6622,1,0,0,0,6622,6624,1,0,0,0,6623, - 6625,3,400,200,0,6624,6623,1,0,0,0,6624,6625,1,0,0,0,6625,597,1, - 0,0,0,6626,6627,5,576,0,0,6627,599,1,0,0,0,6628,6629,5,749,0,0,6629, - 601,1,0,0,0,6630,6636,3,662,331,0,6631,6632,7,19,0,0,6632,6633,5, - 866,0,0,6633,6634,3,650,325,0,6634,6635,5,867,0,0,6635,6637,1,0, - 0,0,6636,6631,1,0,0,0,6636,6637,1,0,0,0,6637,603,1,0,0,0,6638,6657, - 5,366,0,0,6639,6657,5,422,0,0,6640,6642,7,103,0,0,6641,6640,1,0, - 0,0,6641,6642,1,0,0,0,6642,6643,1,0,0,0,6643,6657,5,452,0,0,6644, - 6657,5,517,0,0,6645,6657,5,734,0,0,6646,6647,5,548,0,0,6647,6657, - 5,324,0,0,6648,6657,5,645,0,0,6649,6657,5,680,0,0,6650,6654,5,752, - 0,0,6651,6652,5,194,0,0,6652,6653,5,135,0,0,6653,6655,5,104,0,0, - 6654,6651,1,0,0,0,6654,6655,1,0,0,0,6655,6657,1,0,0,0,6656,6638, - 1,0,0,0,6656,6639,1,0,0,0,6656,6641,1,0,0,0,6656,6644,1,0,0,0,6656, - 6645,1,0,0,0,6656,6646,1,0,0,0,6656,6648,1,0,0,0,6656,6649,1,0,0, - 0,6656,6650,1,0,0,0,6657,6671,1,0,0,0,6658,6659,5,556,0,0,6659,6661, - 5,452,0,0,6660,6662,3,400,200,0,6661,6660,1,0,0,0,6661,6662,1,0, - 0,0,6662,6671,1,0,0,0,6663,6665,7,61,0,0,6664,6666,3,660,330,0,6665, - 6664,1,0,0,0,6665,6666,1,0,0,0,6666,6668,1,0,0,0,6667,6669,3,606, - 303,0,6668,6667,1,0,0,0,6668,6669,1,0,0,0,6669,6671,1,0,0,0,6670, - 6656,1,0,0,0,6670,6658,1,0,0,0,6670,6663,1,0,0,0,6671,605,1,0,0, - 0,6672,6673,5,194,0,0,6673,6674,5,135,0,0,6674,6678,5,104,0,0,6675, - 6676,5,65,0,0,6676,6678,5,391,0,0,6677,6672,1,0,0,0,6677,6675,1, - 0,0,0,6678,607,1,0,0,0,6679,6687,3,662,331,0,6680,6681,5,130,0,0, - 6681,6684,5,866,0,0,6682,6685,3,686,343,0,6683,6685,5,7,0,0,6684, - 6682,1,0,0,0,6684,6683,1,0,0,0,6685,6686,1,0,0,0,6686,6688,5,867, - 0,0,6687,6680,1,0,0,0,6687,6688,1,0,0,0,6688,6696,1,0,0,0,6689,6691, - 7,19,0,0,6690,6689,1,0,0,0,6690,6691,1,0,0,0,6691,6692,1,0,0,0,6692, - 6693,5,866,0,0,6693,6694,3,650,325,0,6694,6695,5,867,0,0,6695,6697, - 1,0,0,0,6696,6690,1,0,0,0,6696,6697,1,0,0,0,6697,6700,1,0,0,0,6698, - 6699,5,79,0,0,6699,6701,5,446,0,0,6700,6698,1,0,0,0,6700,6701,1, - 0,0,0,6701,609,1,0,0,0,6702,6703,7,104,0,0,6703,6706,3,662,331,0, - 6704,6707,3,674,337,0,6705,6707,5,882,0,0,6706,6704,1,0,0,0,6706, - 6705,1,0,0,0,6706,6707,1,0,0,0,6707,611,1,0,0,0,6708,6714,7,104, - 0,0,6709,6715,5,392,0,0,6710,6715,5,528,0,0,6711,6712,5,826,0,0, - 6712,6713,5,857,0,0,6713,6715,7,105,0,0,6714,6709,1,0,0,0,6714,6710, - 1,0,0,0,6714,6711,1,0,0,0,6714,6715,1,0,0,0,6715,6716,1,0,0,0,6716, - 6717,3,634,317,0,6717,613,1,0,0,0,6718,6719,7,104,0,0,6719,6723, - 5,10,0,0,6720,6721,5,826,0,0,6721,6722,5,857,0,0,6722,6724,5,666, - 0,0,6723,6720,1,0,0,0,6723,6724,1,0,0,0,6724,6725,1,0,0,0,6725,6726, - 3,210,105,0,6726,615,1,0,0,0,6727,6728,5,419,0,0,6728,6729,5,882, - 0,0,6729,617,1,0,0,0,6730,6731,5,187,0,0,6731,6732,3,638,319,0,6732, - 619,1,0,0,0,6733,6741,5,158,0,0,6734,6736,5,164,0,0,6735,6737,5, - 682,0,0,6736,6735,1,0,0,0,6736,6737,1,0,0,0,6737,6738,1,0,0,0,6738, - 6742,3,732,366,0,6739,6742,5,889,0,0,6740,6742,5,890,0,0,6741,6734, - 1,0,0,0,6741,6739,1,0,0,0,6741,6740,1,0,0,0,6742,6752,1,0,0,0,6743, - 6744,5,155,0,0,6744,6749,3,624,312,0,6745,6746,5,868,0,0,6746,6748, - 3,624,312,0,6747,6745,1,0,0,0,6748,6751,1,0,0,0,6749,6747,1,0,0, - 0,6749,6750,1,0,0,0,6750,6753,1,0,0,0,6751,6749,1,0,0,0,6752,6743, - 1,0,0,0,6752,6753,1,0,0,0,6753,621,1,0,0,0,6754,6762,5,145,0,0,6755, - 6757,5,164,0,0,6756,6758,5,682,0,0,6757,6756,1,0,0,0,6757,6758,1, - 0,0,0,6758,6759,1,0,0,0,6759,6763,3,732,366,0,6760,6763,5,889,0, - 0,6761,6763,5,890,0,0,6762,6755,1,0,0,0,6762,6760,1,0,0,0,6762,6761, - 1,0,0,0,6762,6763,1,0,0,0,6763,6773,1,0,0,0,6764,6765,5,155,0,0, - 6765,6770,3,624,312,0,6766,6767,5,868,0,0,6767,6769,3,624,312,0, - 6768,6766,1,0,0,0,6769,6772,1,0,0,0,6770,6768,1,0,0,0,6770,6771, - 1,0,0,0,6771,6774,1,0,0,0,6772,6770,1,0,0,0,6773,6764,1,0,0,0,6773, - 6774,1,0,0,0,6774,623,1,0,0,0,6775,6776,7,106,0,0,6776,6781,5,857, - 0,0,6777,6782,3,732,366,0,6778,6782,5,883,0,0,6779,6782,3,702,351, - 0,6780,6782,3,724,362,0,6781,6777,1,0,0,0,6781,6778,1,0,0,0,6781, - 6779,1,0,0,0,6781,6780,1,0,0,0,6782,625,1,0,0,0,6783,6785,5,194, - 0,0,6784,6786,5,552,0,0,6785,6784,1,0,0,0,6785,6786,1,0,0,0,6786, - 6787,1,0,0,0,6787,6792,3,52,26,0,6788,6789,5,868,0,0,6789,6791,3, - 52,26,0,6790,6788,1,0,0,0,6791,6794,1,0,0,0,6792,6790,1,0,0,0,6792, - 6793,1,0,0,0,6793,627,1,0,0,0,6794,6792,1,0,0,0,6795,6796,5,173, - 0,0,6796,6798,3,662,331,0,6797,6799,3,258,129,0,6798,6797,1,0,0, - 0,6798,6799,1,0,0,0,6799,6801,1,0,0,0,6800,6802,3,328,164,0,6801, - 6800,1,0,0,0,6801,6802,1,0,0,0,6802,629,1,0,0,0,6803,6805,5,72,0, - 0,6804,6806,7,107,0,0,6805,6804,1,0,0,0,6805,6806,1,0,0,0,6806,6807, - 1,0,0,0,6807,6839,5,48,0,0,6808,6809,3,568,284,0,6809,6810,5,857, - 0,0,6810,6818,7,108,0,0,6811,6812,5,868,0,0,6812,6813,3,568,284, - 0,6813,6814,5,857,0,0,6814,6815,7,108,0,0,6815,6817,1,0,0,0,6816, - 6811,1,0,0,0,6817,6820,1,0,0,0,6818,6816,1,0,0,0,6818,6819,1,0,0, - 0,6819,6840,1,0,0,0,6820,6818,1,0,0,0,6821,6824,5,30,0,0,6822,6825, - 3,728,364,0,6823,6825,3,568,284,0,6824,6822,1,0,0,0,6824,6823,1, - 0,0,0,6825,6826,1,0,0,0,6826,6827,3,568,284,0,6827,6828,5,857,0, - 0,6828,6836,3,632,316,0,6829,6830,5,868,0,0,6830,6831,3,568,284, - 0,6831,6832,5,857,0,0,6832,6833,3,632,316,0,6833,6835,1,0,0,0,6834, - 6829,1,0,0,0,6835,6838,1,0,0,0,6836,6834,1,0,0,0,6836,6837,1,0,0, - 0,6837,6840,1,0,0,0,6838,6836,1,0,0,0,6839,6808,1,0,0,0,6839,6821, - 1,0,0,0,6840,631,1,0,0,0,6841,6842,7,109,0,0,6842,633,1,0,0,0,6843, - 6849,3,210,105,0,6844,6849,3,186,93,0,6845,6849,3,192,96,0,6846, - 6849,3,208,104,0,6847,6849,3,220,110,0,6848,6843,1,0,0,0,6848,6844, - 1,0,0,0,6848,6845,1,0,0,0,6848,6846,1,0,0,0,6848,6847,1,0,0,0,6849, - 6854,1,0,0,0,6850,6851,5,65,0,0,6851,6852,5,349,0,0,6852,6854,3, - 722,361,0,6853,6848,1,0,0,0,6853,6850,1,0,0,0,6854,635,1,0,0,0,6855, - 6856,3,718,359,0,6856,637,1,0,0,0,6857,6858,3,718,359,0,6858,639, - 1,0,0,0,6859,6860,3,718,359,0,6860,641,1,0,0,0,6861,6862,3,718,359, - 0,6862,643,1,0,0,0,6863,6864,3,718,359,0,6864,645,1,0,0,0,6865,6866, - 3,718,359,0,6866,647,1,0,0,0,6867,6868,3,722,361,0,6868,649,1,0, - 0,0,6869,6874,3,652,326,0,6870,6871,5,868,0,0,6871,6873,3,652,326, - 0,6872,6870,1,0,0,0,6873,6876,1,0,0,0,6874,6872,1,0,0,0,6874,6875, - 1,0,0,0,6875,651,1,0,0,0,6876,6874,1,0,0,0,6877,6878,3,722,361,0, - 6878,653,1,0,0,0,6879,6880,3,722,361,0,6880,655,1,0,0,0,6881,6882, - 3,722,361,0,6882,657,1,0,0,0,6883,6884,3,718,359,0,6884,659,1,0, - 0,0,6885,6890,3,662,331,0,6886,6887,5,868,0,0,6887,6889,3,662,331, - 0,6888,6886,1,0,0,0,6889,6892,1,0,0,0,6890,6888,1,0,0,0,6890,6891, - 1,0,0,0,6891,661,1,0,0,0,6892,6890,1,0,0,0,6893,6894,3,718,359,0, - 6894,663,1,0,0,0,6895,6900,3,666,333,0,6896,6897,5,868,0,0,6897, - 6899,3,666,333,0,6898,6896,1,0,0,0,6899,6902,1,0,0,0,6900,6898,1, - 0,0,0,6900,6901,1,0,0,0,6901,665,1,0,0,0,6902,6900,1,0,0,0,6903, - 6906,3,700,350,0,6904,6906,3,722,361,0,6905,6903,1,0,0,0,6905,6904, - 1,0,0,0,6906,667,1,0,0,0,6907,6912,3,722,361,0,6908,6910,3,726,363, - 0,6909,6911,3,726,363,0,6910,6909,1,0,0,0,6910,6911,1,0,0,0,6911, - 6913,1,0,0,0,6912,6908,1,0,0,0,6912,6913,1,0,0,0,6913,6922,1,0,0, - 0,6914,6916,9,0,0,0,6915,6914,1,0,0,0,6915,6916,1,0,0,0,6916,6917, - 1,0,0,0,6917,6919,3,726,363,0,6918,6920,3,726,363,0,6919,6918,1, - 0,0,0,6919,6920,1,0,0,0,6920,6922,1,0,0,0,6921,6907,1,0,0,0,6921, - 6915,1,0,0,0,6922,669,1,0,0,0,6923,6928,3,674,337,0,6924,6925,5, - 868,0,0,6925,6927,3,674,337,0,6926,6924,1,0,0,0,6927,6930,1,0,0, - 0,6928,6926,1,0,0,0,6928,6929,1,0,0,0,6929,671,1,0,0,0,6930,6928, - 1,0,0,0,6931,6932,1,0,0,0,6932,673,1,0,0,0,6933,6938,3,722,361,0, - 6934,6936,3,726,363,0,6935,6937,3,726,363,0,6936,6935,1,0,0,0,6936, - 6937,1,0,0,0,6937,6939,1,0,0,0,6938,6934,1,0,0,0,6938,6939,1,0,0, - 0,6939,6950,1,0,0,0,6940,6942,9,0,0,0,6941,6940,1,0,0,0,6941,6942, - 1,0,0,0,6942,6943,1,0,0,0,6943,6945,3,726,363,0,6944,6946,3,726, - 363,0,6945,6944,1,0,0,0,6945,6946,1,0,0,0,6946,6950,1,0,0,0,6947, - 6948,4,337,4,0,6948,6950,3,672,336,0,6949,6933,1,0,0,0,6949,6941, - 1,0,0,0,6949,6947,1,0,0,0,6950,675,1,0,0,0,6951,6956,3,722,361,0, - 6952,6954,3,726,363,0,6953,6955,3,726,363,0,6954,6953,1,0,0,0,6954, - 6955,1,0,0,0,6955,6957,1,0,0,0,6956,6952,1,0,0,0,6956,6957,1,0,0, - 0,6957,6966,1,0,0,0,6958,6960,9,0,0,0,6959,6958,1,0,0,0,6959,6960, - 1,0,0,0,6960,6961,1,0,0,0,6961,6963,3,726,363,0,6962,6964,3,726, - 363,0,6963,6962,1,0,0,0,6963,6964,1,0,0,0,6964,6966,1,0,0,0,6965, - 6951,1,0,0,0,6965,6959,1,0,0,0,6966,677,1,0,0,0,6967,6968,4,339, - 5,0,6968,6977,3,672,336,0,6969,6974,3,722,361,0,6970,6972,3,726, - 363,0,6971,6973,3,726,363,0,6972,6971,1,0,0,0,6972,6973,1,0,0,0, - 6973,6975,1,0,0,0,6974,6970,1,0,0,0,6974,6975,1,0,0,0,6975,6977, - 1,0,0,0,6976,6967,1,0,0,0,6976,6969,1,0,0,0,6977,679,1,0,0,0,6978, - 6979,3,722,361,0,6979,681,1,0,0,0,6980,6981,3,722,361,0,6981,683, - 1,0,0,0,6982,6983,3,722,361,0,6983,685,1,0,0,0,6984,6989,3,688,344, - 0,6985,6986,5,868,0,0,6986,6988,3,688,344,0,6987,6985,1,0,0,0,6988, - 6991,1,0,0,0,6989,6987,1,0,0,0,6989,6990,1,0,0,0,6990,687,1,0,0, - 0,6991,6989,1,0,0,0,6992,6993,3,722,361,0,6993,689,1,0,0,0,6994, - 6999,3,722,361,0,6995,6996,5,866,0,0,6996,6997,3,728,364,0,6997, - 6998,5,867,0,0,6998,7000,1,0,0,0,6999,6995,1,0,0,0,6999,7000,1,0, - 0,0,7000,7003,1,0,0,0,7001,7003,3,820,410,0,7002,6994,1,0,0,0,7002, - 7001,1,0,0,0,7003,7005,1,0,0,0,7004,7006,7,55,0,0,7005,7004,1,0, - 0,0,7005,7006,1,0,0,0,7006,691,1,0,0,0,7007,7008,3,694,347,0,7008, - 7009,5,878,0,0,7009,7010,3,728,364,0,7010,693,1,0,0,0,7011,7012, - 3,696,348,0,7012,7013,5,891,0,0,7013,695,1,0,0,0,7014,7019,5,882, - 0,0,7015,7019,5,889,0,0,7016,7019,5,704,0,0,7017,7019,3,850,425, - 0,7018,7014,1,0,0,0,7018,7015,1,0,0,0,7018,7016,1,0,0,0,7018,7017, - 1,0,0,0,7019,697,1,0,0,0,7020,7021,7,110,0,0,7021,699,1,0,0,0,7022, - 7024,3,696,348,0,7023,7025,3,698,349,0,7024,7023,1,0,0,0,7024,7025, - 1,0,0,0,7025,7028,1,0,0,0,7026,7028,3,60,30,0,7027,7022,1,0,0,0, - 7027,7026,1,0,0,0,7028,701,1,0,0,0,7029,7030,7,111,0,0,7030,703, - 1,0,0,0,7031,7036,5,228,0,0,7032,7036,3,840,420,0,7033,7036,5,882, - 0,0,7034,7036,5,879,0,0,7035,7031,1,0,0,0,7035,7032,1,0,0,0,7035, - 7033,1,0,0,0,7035,7034,1,0,0,0,7036,705,1,0,0,0,7037,7038,3,722, - 361,0,7038,707,1,0,0,0,7039,7043,3,710,355,0,7040,7043,5,889,0,0, - 7041,7043,5,882,0,0,7042,7039,1,0,0,0,7042,7040,1,0,0,0,7042,7041, - 1,0,0,0,7043,709,1,0,0,0,7044,7045,7,112,0,0,7045,711,1,0,0,0,7046, - 7047,3,728,364,0,7047,7048,5,854,0,0,7048,7049,3,728,364,0,7049, - 7050,5,854,0,0,7050,7051,3,728,364,0,7051,7052,5,854,0,0,7052,7053, - 3,728,364,0,7053,7054,5,854,0,0,7054,7060,3,728,364,0,7055,7056, - 5,878,0,0,7056,7057,3,728,364,0,7057,7058,5,854,0,0,7058,7059,3, - 728,364,0,7059,7061,1,0,0,0,7060,7055,1,0,0,0,7061,7062,1,0,0,0, - 7062,7060,1,0,0,0,7062,7063,1,0,0,0,7063,713,1,0,0,0,7064,7071,3, - 716,358,0,7065,7066,5,868,0,0,7066,7069,3,716,358,0,7067,7068,5, - 868,0,0,7068,7070,3,728,364,0,7069,7067,1,0,0,0,7069,7070,1,0,0, - 0,7070,7072,1,0,0,0,7071,7065,1,0,0,0,7071,7072,1,0,0,0,7072,715, - 1,0,0,0,7073,7081,5,882,0,0,7074,7081,5,887,0,0,7075,7077,5,884, - 0,0,7076,7075,1,0,0,0,7077,7078,1,0,0,0,7078,7076,1,0,0,0,7078,7079, - 1,0,0,0,7079,7081,1,0,0,0,7080,7073,1,0,0,0,7080,7074,1,0,0,0,7080, - 7076,1,0,0,0,7081,717,1,0,0,0,7082,7084,3,722,361,0,7083,7085,3, - 726,363,0,7084,7083,1,0,0,0,7084,7085,1,0,0,0,7085,719,1,0,0,0,7086, - 7091,3,722,361,0,7087,7088,5,868,0,0,7088,7090,3,722,361,0,7089, - 7087,1,0,0,0,7090,7093,1,0,0,0,7091,7089,1,0,0,0,7091,7092,1,0,0, - 0,7092,721,1,0,0,0,7093,7091,1,0,0,0,7094,7098,3,724,362,0,7095, - 7098,5,879,0,0,7096,7098,5,882,0,0,7097,7094,1,0,0,0,7097,7095,1, - 0,0,0,7097,7096,1,0,0,0,7098,723,1,0,0,0,7099,7109,5,889,0,0,7100, - 7109,3,840,420,0,7101,7109,3,842,421,0,7102,7109,3,710,355,0,7103, - 7109,3,844,422,0,7104,7109,3,846,423,0,7105,7109,3,848,424,0,7106, - 7109,3,850,425,0,7107,7109,3,812,406,0,7108,7099,1,0,0,0,7108,7100, - 1,0,0,0,7108,7101,1,0,0,0,7108,7102,1,0,0,0,7108,7103,1,0,0,0,7108, - 7104,1,0,0,0,7108,7105,1,0,0,0,7108,7106,1,0,0,0,7108,7107,1,0,0, - 0,7109,725,1,0,0,0,7110,7111,5,865,0,0,7111,7115,5,889,0,0,7112, - 7113,5,865,0,0,7113,7115,3,722,361,0,7114,7110,1,0,0,0,7114,7112, - 1,0,0,0,7115,727,1,0,0,0,7116,7117,7,113,0,0,7117,729,1,0,0,0,7118, - 7121,5,880,0,0,7119,7121,3,728,364,0,7120,7118,1,0,0,0,7120,7119, - 1,0,0,0,7121,731,1,0,0,0,7122,7124,5,888,0,0,7123,7122,1,0,0,0,7123, - 7124,1,0,0,0,7124,7125,1,0,0,0,7125,7128,5,882,0,0,7126,7128,5,881, - 0,0,7127,7123,1,0,0,0,7127,7126,1,0,0,0,7128,7130,1,0,0,0,7129,7131, - 5,882,0,0,7130,7129,1,0,0,0,7131,7132,1,0,0,0,7132,7130,1,0,0,0, - 7132,7133,1,0,0,0,7133,7146,1,0,0,0,7134,7136,5,888,0,0,7135,7134, - 1,0,0,0,7135,7136,1,0,0,0,7136,7137,1,0,0,0,7137,7140,5,882,0,0, - 7138,7140,5,881,0,0,7139,7135,1,0,0,0,7139,7138,1,0,0,0,7140,7143, - 1,0,0,0,7141,7142,5,28,0,0,7142,7144,3,706,353,0,7143,7141,1,0,0, - 0,7143,7144,1,0,0,0,7144,7146,1,0,0,0,7145,7127,1,0,0,0,7145,7139, - 1,0,0,0,7146,733,1,0,0,0,7147,7148,7,114,0,0,7148,735,1,0,0,0,7149, - 7151,5,888,0,0,7150,7149,1,0,0,0,7150,7151,1,0,0,0,7151,7152,1,0, - 0,0,7152,7153,5,884,0,0,7153,737,1,0,0,0,7154,7156,5,114,0,0,7155, - 7154,1,0,0,0,7155,7156,1,0,0,0,7156,7157,1,0,0,0,7157,7158,7,115, - 0,0,7158,739,1,0,0,0,7159,7172,3,732,366,0,7160,7172,3,728,364,0, - 7161,7162,5,854,0,0,7162,7172,3,728,364,0,7163,7172,3,736,368,0, - 7164,7172,3,734,367,0,7165,7172,5,885,0,0,7166,7172,5,887,0,0,7167, - 7169,5,114,0,0,7168,7167,1,0,0,0,7168,7169,1,0,0,0,7169,7170,1,0, - 0,0,7170,7172,7,115,0,0,7171,7159,1,0,0,0,7171,7160,1,0,0,0,7171, - 7161,1,0,0,0,7171,7163,1,0,0,0,7171,7164,1,0,0,0,7171,7165,1,0,0, - 0,7171,7166,1,0,0,0,7171,7168,1,0,0,0,7172,741,1,0,0,0,7173,7175, - 7,116,0,0,7174,7176,5,240,0,0,7175,7174,1,0,0,0,7175,7176,1,0,0, - 0,7176,7178,1,0,0,0,7177,7179,3,748,374,0,7178,7177,1,0,0,0,7178, - 7179,1,0,0,0,7179,7181,1,0,0,0,7180,7182,5,228,0,0,7181,7180,1,0, - 0,0,7181,7182,1,0,0,0,7182,7186,1,0,0,0,7183,7184,3,58,29,0,7184, - 7185,3,704,352,0,7185,7187,1,0,0,0,7186,7183,1,0,0,0,7186,7187,1, - 0,0,0,7187,7191,1,0,0,0,7188,7189,5,28,0,0,7189,7192,3,706,353,0, - 7190,7192,5,228,0,0,7191,7188,1,0,0,0,7191,7190,1,0,0,0,7191,7192, - 1,0,0,0,7192,7300,1,0,0,0,7193,7194,5,227,0,0,7194,7195,7,117,0, - 0,7195,7197,5,240,0,0,7196,7198,3,748,374,0,7197,7196,1,0,0,0,7197, - 7198,1,0,0,0,7198,7200,1,0,0,0,7199,7201,5,228,0,0,7200,7199,1,0, - 0,0,7200,7201,1,0,0,0,7201,7300,1,0,0,0,7202,7203,5,227,0,0,7203, - 7205,7,118,0,0,7204,7206,3,748,374,0,7205,7204,1,0,0,0,7205,7206, - 1,0,0,0,7206,7208,1,0,0,0,7207,7209,5,228,0,0,7208,7207,1,0,0,0, - 7208,7209,1,0,0,0,7209,7300,1,0,0,0,7210,7211,5,498,0,0,7211,7213, - 5,225,0,0,7212,7214,3,748,374,0,7213,7212,1,0,0,0,7213,7214,1,0, - 0,0,7214,7216,1,0,0,0,7215,7217,5,228,0,0,7216,7215,1,0,0,0,7216, - 7217,1,0,0,0,7217,7300,1,0,0,0,7218,7220,7,119,0,0,7219,7221,3,748, - 374,0,7220,7219,1,0,0,0,7220,7221,1,0,0,0,7221,7225,1,0,0,0,7222, - 7224,7,120,0,0,7223,7222,1,0,0,0,7224,7227,1,0,0,0,7225,7223,1,0, - 0,0,7225,7226,1,0,0,0,7226,7300,1,0,0,0,7227,7225,1,0,0,0,7228,7230, - 5,210,0,0,7229,7231,3,750,375,0,7230,7229,1,0,0,0,7230,7231,1,0, - 0,0,7231,7235,1,0,0,0,7232,7234,7,120,0,0,7233,7232,1,0,0,0,7234, - 7237,1,0,0,0,7235,7233,1,0,0,0,7235,7236,1,0,0,0,7236,7300,1,0,0, - 0,7237,7235,1,0,0,0,7238,7240,5,211,0,0,7239,7241,5,212,0,0,7240, - 7239,1,0,0,0,7240,7241,1,0,0,0,7241,7243,1,0,0,0,7242,7244,3,750, - 375,0,7243,7242,1,0,0,0,7243,7244,1,0,0,0,7244,7248,1,0,0,0,7245, - 7247,7,120,0,0,7246,7245,1,0,0,0,7247,7250,1,0,0,0,7248,7246,1,0, - 0,0,7248,7249,1,0,0,0,7249,7300,1,0,0,0,7250,7248,1,0,0,0,7251,7253, - 7,121,0,0,7252,7254,3,752,376,0,7253,7252,1,0,0,0,7253,7254,1,0, - 0,0,7254,7258,1,0,0,0,7255,7257,7,120,0,0,7256,7255,1,0,0,0,7257, - 7260,1,0,0,0,7258,7256,1,0,0,0,7258,7259,1,0,0,0,7259,7300,1,0,0, - 0,7260,7258,1,0,0,0,7261,7300,7,122,0,0,7262,7264,7,123,0,0,7263, - 7265,3,748,374,0,7264,7263,1,0,0,0,7264,7265,1,0,0,0,7265,7300,1, - 0,0,0,7266,7267,7,124,0,0,7267,7269,3,744,372,0,7268,7270,5,228, - 0,0,7269,7268,1,0,0,0,7269,7270,1,0,0,0,7270,7274,1,0,0,0,7271,7272, - 3,58,29,0,7272,7273,3,704,352,0,7273,7275,1,0,0,0,7274,7271,1,0, - 0,0,7274,7275,1,0,0,0,7275,7300,1,0,0,0,7276,7279,7,125,0,0,7277, - 7278,5,834,0,0,7278,7280,3,728,364,0,7279,7277,1,0,0,0,7279,7280, - 1,0,0,0,7280,7300,1,0,0,0,7281,7283,5,233,0,0,7282,7284,5,225,0, - 0,7283,7282,1,0,0,0,7283,7284,1,0,0,0,7284,7286,1,0,0,0,7285,7287, - 5,228,0,0,7286,7285,1,0,0,0,7286,7287,1,0,0,0,7287,7291,1,0,0,0, - 7288,7289,3,58,29,0,7289,7290,3,704,352,0,7290,7292,1,0,0,0,7291, - 7288,1,0,0,0,7291,7292,1,0,0,0,7292,7295,1,0,0,0,7293,7294,5,28, - 0,0,7294,7296,3,706,353,0,7295,7293,1,0,0,0,7295,7296,1,0,0,0,7296, - 7300,1,0,0,0,7297,7298,5,233,0,0,7298,7300,5,229,0,0,7299,7173,1, - 0,0,0,7299,7193,1,0,0,0,7299,7202,1,0,0,0,7299,7210,1,0,0,0,7299, - 7218,1,0,0,0,7299,7228,1,0,0,0,7299,7238,1,0,0,0,7299,7251,1,0,0, - 0,7299,7261,1,0,0,0,7299,7262,1,0,0,0,7299,7266,1,0,0,0,7299,7276, - 1,0,0,0,7299,7281,1,0,0,0,7299,7297,1,0,0,0,7300,743,1,0,0,0,7301, - 7302,5,866,0,0,7302,7307,5,882,0,0,7303,7304,5,868,0,0,7304,7306, - 5,882,0,0,7305,7303,1,0,0,0,7306,7309,1,0,0,0,7307,7305,1,0,0,0, - 7307,7308,1,0,0,0,7308,7310,1,0,0,0,7309,7307,1,0,0,0,7310,7311, - 5,867,0,0,7311,745,1,0,0,0,7312,7314,7,126,0,0,7313,7315,3,748,374, - 0,7314,7313,1,0,0,0,7314,7315,1,0,0,0,7315,7335,1,0,0,0,7316,7318, - 5,224,0,0,7317,7319,3,748,374,0,7318,7317,1,0,0,0,7318,7319,1,0, - 0,0,7319,7323,1,0,0,0,7320,7321,3,58,29,0,7321,7322,3,704,352,0, - 7322,7324,1,0,0,0,7323,7320,1,0,0,0,7323,7324,1,0,0,0,7324,7335, - 1,0,0,0,7325,7335,7,127,0,0,7326,7328,7,128,0,0,7327,7329,3,752, - 376,0,7328,7327,1,0,0,0,7328,7329,1,0,0,0,7329,7335,1,0,0,0,7330, - 7332,7,129,0,0,7331,7333,7,130,0,0,7332,7331,1,0,0,0,7332,7333,1, - 0,0,0,7333,7335,1,0,0,0,7334,7312,1,0,0,0,7334,7316,1,0,0,0,7334, - 7325,1,0,0,0,7334,7326,1,0,0,0,7334,7330,1,0,0,0,7335,7337,1,0,0, - 0,7336,7338,5,12,0,0,7337,7336,1,0,0,0,7337,7338,1,0,0,0,7338,747, - 1,0,0,0,7339,7340,5,866,0,0,7340,7341,3,728,364,0,7341,7342,5,867, - 0,0,7342,749,1,0,0,0,7343,7344,5,866,0,0,7344,7345,3,728,364,0,7345, - 7346,5,868,0,0,7346,7347,3,728,364,0,7347,7348,5,867,0,0,7348,751, - 1,0,0,0,7349,7350,5,866,0,0,7350,7353,3,728,364,0,7351,7352,5,868, - 0,0,7352,7354,3,728,364,0,7353,7351,1,0,0,0,7353,7354,1,0,0,0,7354, - 7355,1,0,0,0,7355,7356,5,867,0,0,7356,753,1,0,0,0,7357,7358,5,866, - 0,0,7358,7363,3,690,345,0,7359,7360,5,868,0,0,7360,7362,3,690,345, - 0,7361,7359,1,0,0,0,7362,7365,1,0,0,0,7363,7361,1,0,0,0,7363,7364, - 1,0,0,0,7364,7366,1,0,0,0,7365,7363,1,0,0,0,7366,7367,5,867,0,0, - 7367,755,1,0,0,0,7368,7373,3,820,410,0,7369,7370,5,868,0,0,7370, - 7372,3,820,410,0,7371,7369,1,0,0,0,7372,7375,1,0,0,0,7373,7371,1, - 0,0,0,7373,7374,1,0,0,0,7374,757,1,0,0,0,7375,7373,1,0,0,0,7376, - 7377,7,131,0,0,7377,7382,3,760,380,0,7378,7379,5,868,0,0,7379,7381, - 3,760,380,0,7380,7378,1,0,0,0,7381,7384,1,0,0,0,7382,7380,1,0,0, - 0,7382,7383,1,0,0,0,7383,759,1,0,0,0,7384,7382,1,0,0,0,7385,7386, - 5,866,0,0,7386,7391,3,762,381,0,7387,7388,5,868,0,0,7388,7390,3, - 762,381,0,7389,7387,1,0,0,0,7390,7393,1,0,0,0,7391,7389,1,0,0,0, - 7391,7392,1,0,0,0,7392,7394,1,0,0,0,7393,7391,1,0,0,0,7394,7395, - 5,867,0,0,7395,761,1,0,0,0,7396,7399,3,820,410,0,7397,7399,5,42, - 0,0,7398,7396,1,0,0,0,7398,7397,1,0,0,0,7399,763,1,0,0,0,7400,7405, - 3,740,370,0,7401,7402,5,868,0,0,7402,7404,3,740,370,0,7403,7401, - 1,0,0,0,7404,7407,1,0,0,0,7405,7403,1,0,0,0,7405,7406,1,0,0,0,7406, - 765,1,0,0,0,7407,7405,1,0,0,0,7408,7413,5,882,0,0,7409,7410,5,868, - 0,0,7410,7412,5,882,0,0,7411,7409,1,0,0,0,7412,7415,1,0,0,0,7413, - 7411,1,0,0,0,7413,7414,1,0,0,0,7414,767,1,0,0,0,7415,7413,1,0,0, - 0,7416,7421,5,892,0,0,7417,7418,5,868,0,0,7418,7420,5,892,0,0,7419, - 7417,1,0,0,0,7420,7423,1,0,0,0,7421,7419,1,0,0,0,7421,7422,1,0,0, - 0,7422,769,1,0,0,0,7423,7421,1,0,0,0,7424,7451,5,116,0,0,7425,7426, - 5,24,0,0,7426,7427,5,866,0,0,7427,7428,3,820,410,0,7428,7429,5,13, - 0,0,7429,7430,3,746,373,0,7430,7431,5,867,0,0,7431,7451,1,0,0,0, - 7432,7434,3,826,413,0,7433,7432,1,0,0,0,7433,7434,1,0,0,0,7434,7435, - 1,0,0,0,7435,7451,3,740,370,0,7436,7440,3,772,386,0,7437,7438,5, - 119,0,0,7438,7439,5,185,0,0,7439,7441,3,772,386,0,7440,7437,1,0, - 0,0,7440,7441,1,0,0,0,7441,7451,1,0,0,0,7442,7443,5,866,0,0,7443, - 7444,3,820,410,0,7444,7445,5,867,0,0,7445,7451,1,0,0,0,7446,7447, - 5,866,0,0,7447,7448,3,718,359,0,7448,7449,5,867,0,0,7449,7451,1, - 0,0,0,7450,7424,1,0,0,0,7450,7425,1,0,0,0,7450,7433,1,0,0,0,7450, - 7436,1,0,0,0,7450,7442,1,0,0,0,7450,7446,1,0,0,0,7451,771,1,0,0, - 0,7452,7458,7,132,0,0,7453,7455,5,866,0,0,7454,7456,3,728,364,0, - 7455,7454,1,0,0,0,7455,7456,1,0,0,0,7456,7457,1,0,0,0,7457,7459, - 5,867,0,0,7458,7453,1,0,0,0,7458,7459,1,0,0,0,7459,7467,1,0,0,0, - 7460,7461,5,295,0,0,7461,7463,5,866,0,0,7462,7464,3,728,364,0,7463, - 7462,1,0,0,0,7463,7464,1,0,0,0,7464,7465,1,0,0,0,7465,7467,5,867, - 0,0,7466,7452,1,0,0,0,7466,7460,1,0,0,0,7467,773,1,0,0,0,7468,7469, - 5,78,0,0,7469,7470,5,60,0,0,7470,775,1,0,0,0,7471,7472,5,78,0,0, - 7472,7473,5,114,0,0,7473,7474,5,60,0,0,7474,777,1,0,0,0,7475,7476, - 5,124,0,0,7476,7477,5,143,0,0,7477,779,1,0,0,0,7478,7501,3,782,391, - 0,7479,7501,3,790,395,0,7480,7501,3,792,396,0,7481,7488,3,812,406, - 0,7482,7483,5,866,0,0,7483,7489,5,867,0,0,7484,7485,5,866,0,0,7485, - 7486,3,816,408,0,7486,7487,5,867,0,0,7487,7489,1,0,0,0,7488,7482, - 1,0,0,0,7488,7484,1,0,0,0,7489,7501,1,0,0,0,7490,7497,3,642,321, - 0,7491,7492,5,866,0,0,7492,7498,5,867,0,0,7493,7494,5,866,0,0,7494, - 7495,3,816,408,0,7495,7496,5,867,0,0,7496,7498,1,0,0,0,7497,7491, - 1,0,0,0,7497,7493,1,0,0,0,7498,7501,1,0,0,0,7499,7501,3,814,407, - 0,7500,7478,1,0,0,0,7500,7479,1,0,0,0,7500,7480,1,0,0,0,7500,7481, - 1,0,0,0,7500,7490,1,0,0,0,7500,7499,1,0,0,0,7501,781,1,0,0,0,7502, - 7505,7,133,0,0,7503,7504,5,866,0,0,7504,7506,5,867,0,0,7505,7503, - 1,0,0,0,7505,7506,1,0,0,0,7506,7682,1,0,0,0,7507,7682,3,60,30,0, - 7508,7509,5,33,0,0,7509,7510,5,866,0,0,7510,7511,3,820,410,0,7511, - 7512,5,868,0,0,7512,7513,3,746,373,0,7513,7514,5,867,0,0,7514,7682, - 1,0,0,0,7515,7516,5,33,0,0,7516,7517,5,866,0,0,7517,7518,3,820,410, - 0,7518,7519,5,188,0,0,7519,7520,3,704,352,0,7520,7521,5,867,0,0, - 7521,7682,1,0,0,0,7522,7523,5,24,0,0,7523,7524,5,866,0,0,7524,7525, - 3,820,410,0,7525,7526,5,13,0,0,7526,7527,3,746,373,0,7527,7528,5, - 867,0,0,7528,7682,1,0,0,0,7529,7530,5,189,0,0,7530,7531,5,866,0, - 0,7531,7532,3,674,337,0,7532,7533,5,867,0,0,7533,7682,1,0,0,0,7534, - 7536,5,23,0,0,7535,7537,3,784,392,0,7536,7535,1,0,0,0,7537,7538, - 1,0,0,0,7538,7536,1,0,0,0,7538,7539,1,0,0,0,7539,7542,1,0,0,0,7540, - 7541,5,53,0,0,7541,7543,3,818,409,0,7542,7540,1,0,0,0,7542,7543, - 1,0,0,0,7543,7544,1,0,0,0,7544,7545,5,378,0,0,7545,7682,1,0,0,0, - 7546,7547,5,23,0,0,7547,7549,3,820,410,0,7548,7550,3,784,392,0,7549, - 7548,1,0,0,0,7550,7551,1,0,0,0,7551,7549,1,0,0,0,7551,7552,1,0,0, - 0,7552,7555,1,0,0,0,7553,7554,5,53,0,0,7554,7556,3,818,409,0,7555, - 7553,1,0,0,0,7555,7556,1,0,0,0,7556,7557,1,0,0,0,7557,7558,5,378, - 0,0,7558,7682,1,0,0,0,7559,7560,5,224,0,0,7560,7561,5,866,0,0,7561, - 7564,3,816,408,0,7562,7563,5,188,0,0,7563,7565,3,704,352,0,7564, - 7562,1,0,0,0,7564,7565,1,0,0,0,7565,7566,1,0,0,0,7566,7567,5,867, - 0,0,7567,7682,1,0,0,0,7568,7569,5,296,0,0,7569,7572,5,866,0,0,7570, - 7573,3,732,366,0,7571,7573,3,820,410,0,7572,7570,1,0,0,0,7572,7571, - 1,0,0,0,7573,7574,1,0,0,0,7574,7577,5,80,0,0,7575,7578,3,732,366, - 0,7576,7578,3,820,410,0,7577,7575,1,0,0,0,7577,7576,1,0,0,0,7578, - 7579,1,0,0,0,7579,7580,5,867,0,0,7580,7682,1,0,0,0,7581,7582,7,134, - 0,0,7582,7585,5,866,0,0,7583,7586,3,732,366,0,7584,7586,3,820,410, - 0,7585,7583,1,0,0,0,7585,7584,1,0,0,0,7586,7587,1,0,0,0,7587,7590, - 5,68,0,0,7588,7591,3,728,364,0,7589,7591,3,820,410,0,7590,7588,1, - 0,0,0,7590,7589,1,0,0,0,7591,7597,1,0,0,0,7592,7595,5,65,0,0,7593, - 7596,3,728,364,0,7594,7596,3,820,410,0,7595,7593,1,0,0,0,7595,7594, - 1,0,0,0,7596,7598,1,0,0,0,7597,7592,1,0,0,0,7597,7598,1,0,0,0,7598, - 7599,1,0,0,0,7599,7600,5,867,0,0,7600,7682,1,0,0,0,7601,7602,5,300, - 0,0,7602,7603,5,866,0,0,7603,7606,7,135,0,0,7604,7607,3,732,366, - 0,7605,7607,3,820,410,0,7606,7604,1,0,0,0,7606,7605,1,0,0,0,7606, - 7607,1,0,0,0,7607,7608,1,0,0,0,7608,7611,5,68,0,0,7609,7612,3,732, - 366,0,7610,7612,3,820,410,0,7611,7609,1,0,0,0,7611,7610,1,0,0,0, - 7612,7613,1,0,0,0,7613,7614,5,867,0,0,7614,7682,1,0,0,0,7615,7616, - 5,300,0,0,7616,7619,5,866,0,0,7617,7620,3,732,366,0,7618,7620,3, - 820,410,0,7619,7617,1,0,0,0,7619,7618,1,0,0,0,7620,7621,1,0,0,0, - 7621,7624,5,68,0,0,7622,7625,3,732,366,0,7623,7625,3,820,410,0,7624, - 7622,1,0,0,0,7624,7623,1,0,0,0,7625,7626,1,0,0,0,7626,7627,5,867, - 0,0,7627,7682,1,0,0,0,7628,7629,5,840,0,0,7629,7632,5,866,0,0,7630, - 7633,3,732,366,0,7631,7633,3,820,410,0,7632,7630,1,0,0,0,7632,7631, - 1,0,0,0,7633,7640,1,0,0,0,7634,7635,5,13,0,0,7635,7636,7,136,0,0, - 7636,7637,5,866,0,0,7637,7638,3,728,364,0,7638,7639,5,867,0,0,7639, - 7641,1,0,0,0,7640,7634,1,0,0,0,7640,7641,1,0,0,0,7641,7643,1,0,0, - 0,7642,7644,3,786,393,0,7643,7642,1,0,0,0,7643,7644,1,0,0,0,7644, - 7645,1,0,0,0,7645,7646,5,867,0,0,7646,7682,1,0,0,0,7647,7648,5,293, - 0,0,7648,7649,5,866,0,0,7649,7650,3,70,35,0,7650,7653,5,68,0,0,7651, - 7654,3,732,366,0,7652,7654,3,820,410,0,7653,7651,1,0,0,0,7653,7652, - 1,0,0,0,7654,7655,1,0,0,0,7655,7656,5,867,0,0,7656,7682,1,0,0,0, - 7657,7658,5,827,0,0,7658,7659,5,866,0,0,7659,7660,7,137,0,0,7660, - 7661,5,868,0,0,7661,7662,3,732,366,0,7662,7663,5,867,0,0,7663,7682, - 1,0,0,0,7664,7665,5,254,0,0,7665,7666,5,866,0,0,7666,7667,3,820, - 410,0,7667,7668,5,868,0,0,7668,7671,3,820,410,0,7669,7670,5,579, - 0,0,7670,7672,3,746,373,0,7671,7669,1,0,0,0,7671,7672,1,0,0,0,7672, - 7674,1,0,0,0,7673,7675,3,294,147,0,7674,7673,1,0,0,0,7674,7675,1, - 0,0,0,7675,7677,1,0,0,0,7676,7678,3,296,148,0,7677,7676,1,0,0,0, - 7677,7678,1,0,0,0,7678,7679,1,0,0,0,7679,7680,5,867,0,0,7680,7682, - 1,0,0,0,7681,7502,1,0,0,0,7681,7507,1,0,0,0,7681,7508,1,0,0,0,7681, - 7515,1,0,0,0,7681,7522,1,0,0,0,7681,7529,1,0,0,0,7681,7534,1,0,0, - 0,7681,7546,1,0,0,0,7681,7559,1,0,0,0,7681,7568,1,0,0,0,7681,7581, - 1,0,0,0,7681,7601,1,0,0,0,7681,7615,1,0,0,0,7681,7628,1,0,0,0,7681, - 7647,1,0,0,0,7681,7657,1,0,0,0,7681,7664,1,0,0,0,7682,783,1,0,0, - 0,7683,7684,5,191,0,0,7684,7685,3,818,409,0,7685,7686,5,175,0,0, - 7686,7687,3,818,409,0,7687,785,1,0,0,0,7688,7689,5,448,0,0,7689, - 7694,3,788,394,0,7690,7691,5,868,0,0,7691,7693,3,788,394,0,7692, - 7690,1,0,0,0,7693,7696,1,0,0,0,7694,7692,1,0,0,0,7694,7695,1,0,0, - 0,7695,7703,1,0,0,0,7696,7694,1,0,0,0,7697,7698,5,448,0,0,7698,7699, - 3,728,364,0,7699,7700,5,854,0,0,7700,7701,3,728,364,0,7701,7703, - 1,0,0,0,7702,7688,1,0,0,0,7702,7697,1,0,0,0,7703,787,1,0,0,0,7704, - 7706,3,728,364,0,7705,7707,7,138,0,0,7706,7705,1,0,0,0,7706,7707, - 1,0,0,0,7707,789,1,0,0,0,7708,7709,7,139,0,0,7709,7711,5,866,0,0, - 7710,7712,7,45,0,0,7711,7710,1,0,0,0,7711,7712,1,0,0,0,7712,7713, - 1,0,0,0,7713,7714,3,818,409,0,7714,7716,5,867,0,0,7715,7717,3,794, - 397,0,7716,7715,1,0,0,0,7716,7717,1,0,0,0,7717,7768,1,0,0,0,7718, - 7719,5,262,0,0,7719,7727,5,866,0,0,7720,7728,5,850,0,0,7721,7723, - 5,7,0,0,7722,7721,1,0,0,0,7722,7723,1,0,0,0,7723,7724,1,0,0,0,7724, - 7728,3,818,409,0,7725,7726,5,49,0,0,7726,7728,3,816,408,0,7727,7720, - 1,0,0,0,7727,7722,1,0,0,0,7727,7725,1,0,0,0,7728,7729,1,0,0,0,7729, - 7731,5,867,0,0,7730,7732,3,794,397,0,7731,7730,1,0,0,0,7731,7732, - 1,0,0,0,7732,7768,1,0,0,0,7733,7734,7,140,0,0,7734,7736,5,866,0, - 0,7735,7737,5,7,0,0,7736,7735,1,0,0,0,7736,7737,1,0,0,0,7737,7738, - 1,0,0,0,7738,7739,3,818,409,0,7739,7741,5,867,0,0,7740,7742,3,794, - 397,0,7741,7740,1,0,0,0,7741,7742,1,0,0,0,7742,7768,1,0,0,0,7743, - 7744,5,266,0,0,7744,7746,5,866,0,0,7745,7747,5,49,0,0,7746,7745, - 1,0,0,0,7746,7747,1,0,0,0,7747,7748,1,0,0,0,7748,7759,3,816,408, - 0,7749,7750,5,125,0,0,7750,7751,5,20,0,0,7751,7756,3,260,130,0,7752, - 7753,5,868,0,0,7753,7755,3,260,130,0,7754,7752,1,0,0,0,7755,7758, - 1,0,0,0,7756,7754,1,0,0,0,7756,7757,1,0,0,0,7757,7760,1,0,0,0,7758, - 7756,1,0,0,0,7759,7749,1,0,0,0,7759,7760,1,0,0,0,7760,7763,1,0,0, - 0,7761,7762,5,156,0,0,7762,7764,5,882,0,0,7763,7761,1,0,0,0,7763, - 7764,1,0,0,0,7764,7765,1,0,0,0,7765,7766,5,867,0,0,7766,7768,1,0, - 0,0,7767,7708,1,0,0,0,7767,7718,1,0,0,0,7767,7733,1,0,0,0,7767,7743, - 1,0,0,0,7768,791,1,0,0,0,7769,7770,7,141,0,0,7770,7771,5,866,0,0, - 7771,7774,3,820,410,0,7772,7773,5,868,0,0,7773,7775,3,728,364,0, - 7774,7772,1,0,0,0,7774,7775,1,0,0,0,7775,7778,1,0,0,0,7776,7777, - 5,868,0,0,7777,7779,3,728,364,0,7778,7776,1,0,0,0,7778,7779,1,0, - 0,0,7779,7780,1,0,0,0,7780,7781,5,867,0,0,7781,7782,3,794,397,0, - 7782,7808,1,0,0,0,7783,7784,7,142,0,0,7784,7785,5,866,0,0,7785,7786, - 3,820,410,0,7786,7787,5,867,0,0,7787,7788,3,794,397,0,7788,7808, - 1,0,0,0,7789,7790,7,143,0,0,7790,7791,5,866,0,0,7791,7792,5,867, - 0,0,7792,7808,3,794,397,0,7793,7794,5,273,0,0,7794,7795,5,866,0, - 0,7795,7796,3,820,410,0,7796,7797,5,868,0,0,7797,7798,3,728,364, - 0,7798,7799,5,867,0,0,7799,7800,3,794,397,0,7800,7808,1,0,0,0,7801, - 7802,5,272,0,0,7802,7803,5,866,0,0,7803,7804,3,728,364,0,7804,7805, - 5,867,0,0,7805,7806,3,794,397,0,7806,7808,1,0,0,0,7807,7769,1,0, - 0,0,7807,7783,1,0,0,0,7807,7789,1,0,0,0,7807,7793,1,0,0,0,7807,7801, - 1,0,0,0,7808,793,1,0,0,0,7809,7815,5,129,0,0,7810,7811,5,866,0,0, - 7811,7812,3,796,398,0,7812,7813,5,867,0,0,7813,7816,1,0,0,0,7814, - 7816,3,798,399,0,7815,7810,1,0,0,0,7815,7814,1,0,0,0,7816,795,1, - 0,0,0,7817,7819,3,798,399,0,7818,7817,1,0,0,0,7818,7819,1,0,0,0, - 7819,7821,1,0,0,0,7820,7822,3,810,405,0,7821,7820,1,0,0,0,7821,7822, - 1,0,0,0,7822,7824,1,0,0,0,7823,7825,3,258,129,0,7824,7823,1,0,0, - 0,7824,7825,1,0,0,0,7825,7827,1,0,0,0,7826,7828,3,800,400,0,7827, - 7826,1,0,0,0,7827,7828,1,0,0,0,7828,797,1,0,0,0,7829,7830,3,722, - 361,0,7830,799,1,0,0,0,7831,7832,3,802,401,0,7832,7833,3,804,402, - 0,7833,801,1,0,0,0,7834,7835,7,144,0,0,7835,803,1,0,0,0,7836,7839, - 3,808,404,0,7837,7839,3,806,403,0,7838,7836,1,0,0,0,7838,7837,1, - 0,0,0,7839,805,1,0,0,0,7840,7841,5,17,0,0,7841,7842,3,808,404,0, - 7842,7843,5,11,0,0,7843,7844,3,808,404,0,7844,807,1,0,0,0,7845,7846, - 5,36,0,0,7846,7853,5,586,0,0,7847,7848,5,669,0,0,7848,7853,7,145, - 0,0,7849,7850,3,820,410,0,7850,7851,7,145,0,0,7851,7853,1,0,0,0, - 7852,7845,1,0,0,0,7852,7847,1,0,0,0,7852,7849,1,0,0,0,7853,809,1, - 0,0,0,7854,7855,5,130,0,0,7855,7856,5,20,0,0,7856,7861,3,820,410, - 0,7857,7858,5,868,0,0,7858,7860,3,820,410,0,7859,7857,1,0,0,0,7860, - 7863,1,0,0,0,7861,7859,1,0,0,0,7861,7862,1,0,0,0,7862,811,1,0,0, - 0,7863,7861,1,0,0,0,7864,7889,3,852,426,0,7865,7889,5,757,0,0,7866, - 7889,5,289,0,0,7867,7889,5,285,0,0,7868,7889,5,286,0,0,7869,7889, - 5,287,0,0,7870,7889,5,290,0,0,7871,7889,5,291,0,0,7872,7889,5,292, - 0,0,7873,7889,5,78,0,0,7874,7889,5,86,0,0,7875,7889,5,288,0,0,7876, - 7889,5,294,0,0,7877,7889,5,488,0,0,7878,7889,5,295,0,0,7879,7889, - 5,142,0,0,7880,7889,5,143,0,0,7881,7889,5,297,0,0,7882,7889,5,298, - 0,0,7883,7889,5,299,0,0,7884,7889,5,300,0,0,7885,7889,5,301,0,0, - 7886,7889,5,302,0,0,7887,7889,5,303,0,0,7888,7864,1,0,0,0,7888,7865, - 1,0,0,0,7888,7866,1,0,0,0,7888,7867,1,0,0,0,7888,7868,1,0,0,0,7888, - 7869,1,0,0,0,7888,7870,1,0,0,0,7888,7871,1,0,0,0,7888,7872,1,0,0, - 0,7888,7873,1,0,0,0,7888,7874,1,0,0,0,7888,7875,1,0,0,0,7888,7876, - 1,0,0,0,7888,7877,1,0,0,0,7888,7878,1,0,0,0,7888,7879,1,0,0,0,7888, - 7880,1,0,0,0,7888,7881,1,0,0,0,7888,7882,1,0,0,0,7888,7883,1,0,0, - 0,7888,7884,1,0,0,0,7888,7885,1,0,0,0,7888,7886,1,0,0,0,7888,7887, - 1,0,0,0,7889,813,1,0,0,0,7890,7891,7,146,0,0,7891,7892,5,866,0,0, - 7892,7893,3,818,409,0,7893,7894,5,867,0,0,7894,815,1,0,0,0,7895, - 7900,3,818,409,0,7896,7897,5,868,0,0,7897,7899,3,818,409,0,7898, - 7896,1,0,0,0,7899,7902,1,0,0,0,7900,7898,1,0,0,0,7900,7901,1,0,0, - 0,7901,817,1,0,0,0,7902,7900,1,0,0,0,7903,7907,3,740,370,0,7904, - 7907,3,780,390,0,7905,7907,3,820,410,0,7906,7903,1,0,0,0,7906,7904, - 1,0,0,0,7906,7905,1,0,0,0,7907,819,1,0,0,0,7908,7909,6,410,-1,0, - 7909,7910,7,147,0,0,7910,7920,3,820,410,4,7911,7912,3,822,411,0, - 7912,7914,5,89,0,0,7913,7915,5,114,0,0,7914,7913,1,0,0,0,7914,7915, - 1,0,0,0,7915,7916,1,0,0,0,7916,7917,7,148,0,0,7917,7920,1,0,0,0, - 7918,7920,3,822,411,0,7919,7908,1,0,0,0,7919,7911,1,0,0,0,7919,7918, - 1,0,0,0,7920,7927,1,0,0,0,7921,7922,10,3,0,0,7922,7923,3,832,416, - 0,7923,7924,3,820,410,4,7924,7926,1,0,0,0,7925,7921,1,0,0,0,7926, - 7929,1,0,0,0,7927,7925,1,0,0,0,7927,7928,1,0,0,0,7928,821,1,0,0, - 0,7929,7927,1,0,0,0,7930,7931,6,411,-1,0,7931,7932,3,824,412,0,7932, - 7996,1,0,0,0,7933,7935,10,6,0,0,7934,7936,5,114,0,0,7935,7934,1, - 0,0,0,7935,7936,1,0,0,0,7936,7937,1,0,0,0,7937,7938,5,17,0,0,7938, - 7939,3,822,411,0,7939,7940,5,11,0,0,7940,7941,3,822,411,7,7941,7995, - 1,0,0,0,7942,7943,10,5,0,0,7943,7944,5,604,0,0,7944,7945,5,99,0, - 0,7945,7995,3,822,411,6,7946,7948,10,3,0,0,7947,7949,5,114,0,0,7948, - 7947,1,0,0,0,7948,7949,1,0,0,0,7949,7950,1,0,0,0,7950,7951,7,149, - 0,0,7951,7995,3,822,411,4,7952,7954,10,9,0,0,7953,7955,5,114,0,0, - 7954,7953,1,0,0,0,7954,7955,1,0,0,0,7955,7956,1,0,0,0,7956,7957, - 5,80,0,0,7957,7960,5,866,0,0,7958,7961,3,210,105,0,7959,7961,3,756, - 378,0,7960,7958,1,0,0,0,7960,7959,1,0,0,0,7961,7962,1,0,0,0,7962, - 7963,5,867,0,0,7963,7995,1,0,0,0,7964,7965,10,8,0,0,7965,7966,5, - 89,0,0,7966,7995,3,738,369,0,7967,7968,10,7,0,0,7968,7975,3,828, - 414,0,7969,7970,7,150,0,0,7970,7971,5,866,0,0,7971,7972,3,210,105, - 0,7972,7973,5,867,0,0,7973,7976,1,0,0,0,7974,7976,3,822,411,0,7975, - 7969,1,0,0,0,7975,7974,1,0,0,0,7976,7995,1,0,0,0,7977,7979,10,4, - 0,0,7978,7980,5,114,0,0,7979,7978,1,0,0,0,7979,7980,1,0,0,0,7980, - 7981,1,0,0,0,7981,7982,5,99,0,0,7982,7985,3,822,411,0,7983,7984, - 5,384,0,0,7984,7986,5,882,0,0,7985,7983,1,0,0,0,7985,7986,1,0,0, - 0,7986,7995,1,0,0,0,7987,7988,10,2,0,0,7988,7989,5,485,0,0,7989, - 7990,5,510,0,0,7990,7991,5,866,0,0,7991,7992,3,822,411,0,7992,7993, - 5,867,0,0,7993,7995,1,0,0,0,7994,7933,1,0,0,0,7994,7942,1,0,0,0, - 7994,7946,1,0,0,0,7994,7952,1,0,0,0,7994,7964,1,0,0,0,7994,7967, - 1,0,0,0,7994,7977,1,0,0,0,7994,7987,1,0,0,0,7995,7998,1,0,0,0,7996, - 7994,1,0,0,0,7996,7997,1,0,0,0,7997,823,1,0,0,0,7998,7996,1,0,0, - 0,7999,8000,6,412,-1,0,8000,8048,3,740,370,0,8001,8048,3,780,390, - 0,8002,8048,3,702,351,0,8003,8004,3,826,413,0,8004,8005,3,824,412, - 12,8005,8048,1,0,0,0,8006,8007,5,228,0,0,8007,8048,3,824,412,11, - 8008,8009,5,892,0,0,8009,8010,5,841,0,0,8010,8048,3,824,412,10,8011, - 8012,5,866,0,0,8012,8017,3,820,410,0,8013,8014,5,868,0,0,8014,8016, - 3,820,410,0,8015,8013,1,0,0,0,8016,8019,1,0,0,0,8017,8015,1,0,0, - 0,8017,8018,1,0,0,0,8018,8020,1,0,0,0,8019,8017,1,0,0,0,8020,8021, - 5,867,0,0,8021,8048,1,0,0,0,8022,8023,5,586,0,0,8023,8024,5,866, - 0,0,8024,8027,3,820,410,0,8025,8026,5,868,0,0,8026,8028,3,820,410, - 0,8027,8025,1,0,0,0,8028,8029,1,0,0,0,8029,8027,1,0,0,0,8029,8030, - 1,0,0,0,8030,8031,1,0,0,0,8031,8032,5,867,0,0,8032,8048,1,0,0,0, - 8033,8034,5,60,0,0,8034,8035,5,866,0,0,8035,8036,3,210,105,0,8036, - 8037,5,867,0,0,8037,8048,1,0,0,0,8038,8039,5,866,0,0,8039,8040,3, - 210,105,0,8040,8041,5,867,0,0,8041,8048,1,0,0,0,8042,8043,5,87,0, - 0,8043,8044,3,820,410,0,8044,8045,3,70,35,0,8045,8048,1,0,0,0,8046, - 8048,3,676,338,0,8047,7999,1,0,0,0,8047,8001,1,0,0,0,8047,8002,1, - 0,0,0,8047,8003,1,0,0,0,8047,8006,1,0,0,0,8047,8008,1,0,0,0,8047, - 8011,1,0,0,0,8047,8022,1,0,0,0,8047,8033,1,0,0,0,8047,8038,1,0,0, - 0,8047,8042,1,0,0,0,8047,8046,1,0,0,0,8048,8066,1,0,0,0,8049,8050, - 10,4,0,0,8050,8051,3,838,419,0,8051,8052,3,824,412,5,8052,8065,1, - 0,0,0,8053,8054,10,3,0,0,8054,8055,3,834,417,0,8055,8056,3,824,412, - 4,8056,8065,1,0,0,0,8057,8058,10,2,0,0,8058,8059,3,836,418,0,8059, - 8060,3,824,412,3,8060,8065,1,0,0,0,8061,8062,10,14,0,0,8062,8063, - 5,28,0,0,8063,8065,3,706,353,0,8064,8049,1,0,0,0,8064,8053,1,0,0, - 0,8064,8057,1,0,0,0,8064,8061,1,0,0,0,8065,8068,1,0,0,0,8066,8064, - 1,0,0,0,8066,8067,1,0,0,0,8067,825,1,0,0,0,8068,8066,1,0,0,0,8069, - 8070,7,151,0,0,8070,827,1,0,0,0,8071,8072,5,859,0,0,8072,8080,5, - 858,0,0,8073,8074,5,860,0,0,8074,8080,5,857,0,0,8075,8076,5,859, - 0,0,8076,8077,5,857,0,0,8077,8080,5,858,0,0,8078,8080,3,830,415, - 0,8079,8071,1,0,0,0,8079,8073,1,0,0,0,8079,8075,1,0,0,0,8079,8078, - 1,0,0,0,8080,829,1,0,0,0,8081,8082,5,859,0,0,8082,8089,5,857,0,0, - 8083,8084,5,858,0,0,8084,8089,5,857,0,0,8085,8089,5,857,0,0,8086, - 8089,5,858,0,0,8087,8089,5,859,0,0,8088,8081,1,0,0,0,8088,8083,1, - 0,0,0,8088,8085,1,0,0,0,8088,8086,1,0,0,0,8088,8087,1,0,0,0,8089, - 831,1,0,0,0,8090,8098,5,11,0,0,8091,8092,5,863,0,0,8092,8098,5,863, - 0,0,8093,8098,5,196,0,0,8094,8098,5,124,0,0,8095,8096,5,862,0,0, - 8096,8098,5,862,0,0,8097,8090,1,0,0,0,8097,8091,1,0,0,0,8097,8093, - 1,0,0,0,8097,8094,1,0,0,0,8097,8095,1,0,0,0,8098,833,1,0,0,0,8099, - 8100,5,859,0,0,8100,8107,5,859,0,0,8101,8102,5,858,0,0,8102,8107, - 5,858,0,0,8103,8107,5,863,0,0,8104,8107,5,864,0,0,8105,8107,5,862, - 0,0,8106,8099,1,0,0,0,8106,8101,1,0,0,0,8106,8103,1,0,0,0,8106,8104, - 1,0,0,0,8106,8105,1,0,0,0,8107,835,1,0,0,0,8108,8109,7,152,0,0,8109, - 837,1,0,0,0,8110,8111,5,854,0,0,8111,8116,5,858,0,0,8112,8113,5, - 854,0,0,8113,8114,5,858,0,0,8114,8116,5,858,0,0,8115,8110,1,0,0, - 0,8115,8112,1,0,0,0,8116,839,1,0,0,0,8117,8118,7,153,0,0,8118,841, - 1,0,0,0,8119,8120,7,154,0,0,8120,843,1,0,0,0,8121,8122,7,155,0,0, - 8122,845,1,0,0,0,8123,8124,7,156,0,0,8124,847,1,0,0,0,8125,8126, - 7,157,0,0,8126,849,1,0,0,0,8127,8128,7,158,0,0,8128,851,1,0,0,0, - 8129,8130,7,159,0,0,8130,853,1,0,0,0,1172,857,864,867,876,920,939, - 950,966,971,983,1018,1028,1033,1039,1044,1048,1057,1060,1063,1067, - 1074,1077,1082,1090,1095,1100,1103,1105,1117,1120,1124,1127,1131, - 1134,1138,1141,1144,1148,1151,1155,1161,1165,1170,1176,1183,1190, - 1193,1197,1202,1208,1217,1222,1226,1230,1241,1259,1266,1270,1274, - 1278,1283,1286,1289,1292,1295,1301,1305,1315,1319,1323,1329,1334, - 1337,1340,1342,1346,1353,1357,1360,1365,1369,1372,1376,1379,1383, - 1396,1399,1403,1406,1410,1413,1417,1420,1424,1427,1430,1434,1437, - 1441,1447,1450,1454,1466,1472,1483,1488,1496,1500,1505,1508,1513, - 1523,1528,1533,1539,1544,1548,1550,1553,1557,1561,1564,1568,1572, - 1576,1582,1585,1592,1597,1603,1610,1616,1624,1627,1634,1637,1639, - 1645,1651,1668,1675,1682,1694,1699,1702,1705,1718,1731,1736,1752, - 1760,1770,1773,1779,1784,1787,1793,1797,1802,1808,1812,1816,1819, - 1822,1828,1832,1837,1848,1851,1858,1861,1865,1871,1883,1886,1891, - 1904,1911,1917,1922,1926,1929,1937,1945,1947,1957,1961,1964,1968, - 1973,1978,1983,1987,1991,1995,1999,2003,2007,2012,2017,2022,2028, - 2033,2038,2043,2048,2053,2059,2064,2069,2074,2079,2084,2089,2094, - 2101,2106,2111,2116,2120,2125,2133,2138,2144,2156,2163,2165,2173, - 2178,2181,2189,2195,2199,2212,2224,2226,2229,2237,2243,2249,2262, - 2269,2278,2283,2294,2303,2308,2320,2327,2336,2341,2353,2360,2369, - 2374,2381,2390,2395,2397,2402,2410,2419,2423,2426,2430,2435,2441, - 2447,2452,2457,2462,2467,2470,2475,2480,2490,2494,2501,2506,2509, - 2514,2517,2521,2525,2533,2552,2555,2558,2562,2572,2585,2598,2601, - 2607,2610,2614,2623,2626,2629,2634,2638,2641,2645,2649,2652,2656, - 2659,2663,2666,2672,2675,2680,2688,2694,2698,2702,2707,2712,2719, - 2723,2734,2742,2745,2751,2757,2760,2766,2772,2774,2779,2785,2791, - 2793,2797,2800,2803,2809,2815,2817,2822,2829,2838,2841,2845,2850, - 2860,2869,2877,2880,2888,2891,2898,2903,2911,2927,2932,2939,2958, - 2964,2974,2986,2993,3000,3015,3028,3034,3040,3046,3052,3058,3064, - 3069,3076,3083,3090,3095,3098,3100,3109,3116,3123,3130,3139,3145, - 3149,3153,3157,3163,3166,3171,3178,3185,3189,3194,3204,3212,3218, - 3227,3236,3245,3248,3252,3261,3265,3268,3271,3277,3280,3283,3287, - 3290,3293,3296,3307,3310,3315,3321,3326,3331,3334,3338,3343,3346, - 3351,3361,3366,3372,3374,3380,3382,3388,3396,3401,3409,3412,3417, - 3420,3425,3433,3439,3443,3445,3451,3459,3464,3472,3475,3480,3483, - 3487,3490,3493,3497,3500,3508,3514,3518,3524,3529,3533,3535,3541, - 3545,3548,3551,3554,3560,3565,3568,3571,3574,3577,3579,3582,3586, - 3589,3592,3600,3606,3609,3611,3620,3625,3632,3635,3638,3642,3646, - 3652,3656,3663,3667,3670,3673,3678,3685,3695,3704,3713,3723,3726, - 3730,3736,3740,3743,3746,3751,3754,3761,3765,3768,3772,3776,3779, - 3782,3787,3793,3797,3807,3813,3817,3823,3827,3833,3836,3848,3852, - 3856,3864,3868,3882,3887,3890,3894,3897,3905,3910,3913,3916,3920, - 3923,3932,3937,3946,3951,3958,3965,3973,3979,3987,3990,3993,4000, - 4003,4006,4010,4014,4020,4027,4037,4041,4050,4053,4057,4063,4071, - 4076,4080,4086,4092,4095,4097,4101,4106,4113,4123,4129,4134,4138, - 4141,4144,4147,4150,4153,4156,4160,4164,4172,4176,4179,4181,4194, - 4197,4204,4214,4217,4222,4224,4228,4236,4242,4251,4264,4268,4274, - 4280,4283,4287,4290,4297,4309,4313,4321,4333,4339,4341,4347,4349, - 4351,4357,4365,4373,4377,4382,4384,4393,4398,4418,4423,4429,4436, - 4441,4450,4453,4457,4461,4465,4468,4471,4474,4478,4482,4485,4488, - 4491,4498,4502,4517,4530,4538,4548,4552,4555,4561,4564,4567,4576, - 4585,4595,4599,4609,4613,4624,4628,4637,4646,4649,4653,4658,4662, - 4671,4674,4677,4684,4690,4696,4722,4725,4728,4747,4749,4772,4775, - 4778,4797,4799,4813,4826,4863,4868,4903,4917,4924,4928,4934,4942, - 4944,4955,4965,4972,4978,4986,4991,4999,5007,5015,5023,5029,5034, - 5039,5044,5050,5052,5063,5068,5075,5077,5091,5097,5102,5107,5113, - 5120,5128,5136,5141,5147,5150,5158,5165,5174,5177,5194,5202,5210, - 5214,5221,5227,5235,5240,5247,5255,5262,5267,5270,5272,5278,5280, - 5284,5286,5291,5298,5303,5307,5312,5316,5322,5328,5333,5336,5338, - 5344,5346,5350,5352,5357,5362,5369,5378,5383,5392,5396,5402,5407, - 5410,5412,5418,5420,5423,5430,5432,5437,5444,5453,5459,5461,5468, - 5471,5483,5489,5497,5500,5504,5507,5511,5513,5524,5527,5531,5534, - 5537,5544,5556,5559,5566,5572,5582,5587,5594,5599,5605,5609,5613, - 5621,5625,5629,5635,5637,5649,5654,5660,5666,5670,5675,5677,5701, - 5705,5708,5717,5721,5730,5734,5738,5744,5746,5755,5765,5792,5796, - 5801,5808,5811,5817,5827,5837,5847,5853,5862,5868,5875,5877,5885, - 5891,5895,5912,5922,5926,5930,5940,5945,6017,6035,6043,6049,6061, - 6065,6076,6080,6089,6097,6104,6108,6115,6120,6123,6126,6137,6146, - 6155,6158,6172,6190,6203,6206,6210,6213,6215,6222,6229,6233,6240, - 6247,6250,6266,6269,6279,6283,6289,6292,6295,6300,6304,6307,6314, - 6317,6323,6359,6362,6374,6377,6393,6395,6399,6406,6410,6417,6420, - 6429,6432,6437,6443,6445,6451,6455,6461,6464,6467,6480,6483,6489, - 6492,6500,6508,6514,6517,6521,6535,6547,6555,6559,6566,6573,6578, - 6591,6600,6608,6613,6616,6621,6624,6636,6641,6654,6656,6661,6665, - 6668,6670,6677,6684,6687,6690,6696,6700,6706,6714,6723,6736,6741, - 6749,6752,6757,6762,6770,6773,6781,6785,6792,6798,6801,6805,6818, - 6824,6836,6839,6848,6853,6874,6890,6900,6905,6910,6912,6915,6919, - 6921,6928,6936,6938,6941,6945,6949,6954,6956,6959,6963,6965,6972, - 6974,6976,6989,6999,7002,7005,7018,7024,7027,7035,7042,7062,7069, - 7071,7078,7080,7084,7091,7097,7108,7114,7120,7123,7127,7132,7135, - 7139,7143,7145,7150,7155,7168,7171,7175,7178,7181,7186,7191,7197, - 7200,7205,7208,7213,7216,7220,7225,7230,7235,7240,7243,7248,7253, - 7258,7264,7269,7274,7279,7283,7286,7291,7295,7299,7307,7314,7318, - 7323,7328,7332,7334,7337,7353,7363,7373,7382,7391,7398,7405,7413, - 7421,7433,7440,7450,7455,7458,7463,7466,7488,7497,7500,7505,7538, - 7542,7551,7555,7564,7572,7577,7585,7590,7595,7597,7606,7611,7619, - 7624,7632,7640,7643,7653,7671,7674,7677,7681,7694,7702,7706,7711, - 7716,7722,7727,7731,7736,7741,7746,7756,7759,7763,7767,7774,7778, - 7807,7815,7818,7821,7824,7827,7838,7852,7861,7888,7900,7906,7914, - 7919,7927,7935,7948,7954,7960,7975,7979,7985,7994,7996,8017,8029, - 8047,8064,8066,8079,8088,8097,8106,8115 + 824,826,828,830,832,834,836,838,840,842,844,0,160,2,0,39,39,152, + 152,2,0,508,508,514,514,3,0,69,69,161,161,182,182,3,0,42,42,357, + 357,430,430,4,0,42,42,389,389,505,505,595,595,4,0,208,208,210,210, + 216,216,649,649,2,0,494,494,882,882,2,0,79,79,143,143,2,0,16,16, + 306,306,3,0,44,44,86,86,185,185,2,0,406,406,538,538,3,0,486,486, + 661,661,670,670,2,0,364,364,436,436,2,0,325,325,450,450,2,0,42,42, + 871,872,2,0,37,37,678,678,2,0,323,323,418,418,2,0,435,435,686,686, + 3,0,80,80,85,85,126,126,2,0,82,82,92,92,2,0,69,69,161,161,3,0,42, + 42,374,374,403,403,3,0,42,42,370,370,802,802,2,0,648,648,685,685, + 3,0,408,408,526,526,597,597,2,0,329,329,522,522,1,0,871,872,2,0, + 882,882,889,889,2,0,82,82,360,360,2,0,523,523,882,882,2,0,524,524, + 882,882,3,0,402,402,445,445,502,502,7,0,42,42,342,342,345,345,374, + 374,403,403,554,554,889,889,2,0,494,494,506,506,1,0,872,873,2,0, + 6,6,51,51,2,0,5,5,81,81,2,0,27,27,31,31,4,0,42,42,357,357,430,430, + 434,434,2,0,368,368,375,375,2,0,369,369,425,425,2,0,13,13,176,176, + 2,0,194,194,690,690,2,0,22,22,146,146,3,0,43,43,76,76,107,107,2, + 0,7,7,49,49,2,0,107,107,347,347,2,0,337,337,398,398,2,0,102,102, + 587,587,2,0,43,43,107,107,3,0,59,59,181,181,828,828,2,0,185,185, + 594,594,2,0,159,159,503,503,4,0,402,402,445,445,501,501,542,542, + 2,0,402,402,501,501,2,0,14,14,45,45,3,0,66,66,79,79,187,187,2,0, + 35,35,84,84,2,0,98,98,150,150,2,0,7,7,49,50,1,0,637,638,2,0,173, + 173,752,752,2,0,413,413,593,593,2,0,228,228,453,453,2,0,563,563, + 598,598,8,0,108,108,455,455,459,460,462,462,464,464,467,476,499, + 499,557,557,6,0,456,458,461,461,463,463,465,465,477,477,558,558, + 7,0,109,109,411,411,416,416,454,454,466,466,573,573,617,617,2,0, + 116,116,882,882,2,0,118,119,507,507,7,0,499,499,557,557,606,609, + 611,611,619,619,622,628,630,632,6,0,558,558,610,610,612,612,614, + 616,618,618,620,620,7,0,412,412,416,416,573,573,613,613,617,617, + 621,621,629,629,3,0,70,70,118,119,507,507,2,0,438,438,639,639,2, + 0,633,633,635,635,2,0,317,317,640,640,2,0,91,91,577,577,2,0,51,51, + 362,362,3,0,32,32,61,61,180,180,2,0,15,15,340,340,2,0,678,678,835, + 835,3,0,132,132,173,173,409,409,3,0,6,6,51,51,492,492,3,0,13,13, + 20,20,188,188,2,0,42,42,122,122,2,0,104,104,183,183,1,0,873,874, + 2,0,333,333,598,598,2,0,40,40,684,684,2,0,392,392,549,549,2,0,115, + 115,450,450,3,0,413,413,531,531,893,894,2,0,841,841,857,857,2,0, + 318,318,559,559,2,0,68,68,80,80,3,0,132,132,178,178,385,385,2,0, + 493,493,645,645,2,0,383,383,688,688,3,0,82,82,93,93,426,426,4,0, + 413,413,450,450,531,532,593,593,2,0,645,645,683,683,2,0,349,349, + 548,548,6,0,228,228,380,380,382,382,410,410,556,556,599,599,2,0, + 45,46,62,62,3,0,442,442,663,663,666,666,10,0,332,332,339,339,351, + 353,359,359,487,487,495,495,650,650,657,657,822,822,832,832,2,0, + 36,36,170,170,2,0,117,117,831,831,11,0,332,332,339,339,351,353,359, + 359,487,487,495,495,578,578,650,650,657,657,822,822,832,832,2,0, + 870,870,891,892,1,0,892,893,2,0,348,348,797,808,3,0,871,874,883, + 883,885,885,2,0,63,63,179,179,2,0,116,116,886,886,5,0,26,26,224, + 226,233,233,235,238,498,498,2,0,26,26,224,224,2,0,26,26,224,225, + 1,0,198,209,3,0,184,184,197,197,596,596,2,0,213,218,403,403,6,0, + 219,219,230,230,232,232,234,234,241,241,321,322,4,0,220,223,228, + 229,231,231,319,319,2,0,155,155,239,239,2,0,442,442,813,821,2,0, + 228,228,498,498,5,0,202,202,208,208,219,220,222,222,442,442,1,0, + 216,217,2,0,184,184,596,596,2,0,202,202,208,208,2,0,189,189,682, + 682,2,0,287,288,294,294,3,0,152,152,285,288,303,303,1,0,297,298, + 3,0,18,18,96,96,177,177,2,0,224,224,228,228,2,0,219,220,222,222, + 3,0,14,14,45,45,830,830,3,0,258,258,270,271,281,281,3,0,259,261, + 277,280,282,284,2,0,267,267,269,269,2,0,265,265,268,268,2,0,263, + 264,274,276,2,0,134,134,587,587,2,0,405,405,539,539,2,0,512,512, + 529,529,2,0,114,114,860,860,3,0,63,63,179,179,674,674,2,0,139,139, + 151,151,3,0,7,7,309,309,602,602,3,0,114,114,853,854,860,861,1,0, + 850,856,2,0,228,228,756,796,1,0,809,812,5,0,717,718,734,736,743, + 743,749,750,752,752,1,0,696,703,3,0,219,223,236,236,239,239,75,0, + 12,12,15,15,19,19,30,30,36,37,42,42,48,48,55,55,57,57,59,59,74,74, + 95,95,117,117,122,122,125,125,131,131,160,160,170,170,241,241,255, + 262,266,266,270,271,277,284,304,309,311,329,331,343,345,376,378, + 393,395,400,402,404,406,410,413,415,417,426,428,428,430,434,436, + 454,456,463,465,473,475,476,478,498,500,506,508,510,512,522,525, + 530,533,538,540,542,544,554,556,562,565,572,575,575,577,605,633, + 647,649,665,667,674,676,685,687,688,690,695,704,704,706,707,709, + 712,714,716,719,721,726,727,729,733,737,738,740,742,744,744,746, + 748,751,751,753,755,802,802,822,822,825,825,832,833,838,838,24,0, + 39,39,98,98,150,150,152,152,219,221,223,223,253,254,262,265,267, + 269,272,276,296,296,435,435,686,686,696,703,746,746,813,813,816, + 821,823,824,826,827,829,831,834,834,836,836,840,840,856,856,9490, + 0,849,1,0,0,0,2,859,1,0,0,0,4,868,1,0,0,0,6,910,1,0,0,0,8,929,1, + 0,0,0,10,940,1,0,0,0,12,956,1,0,0,0,14,961,1,0,0,0,16,973,1,0,0, + 0,18,1008,1,0,0,0,20,1018,1,0,0,0,22,1020,1,0,0,0,24,1032,1,0,0, + 0,26,1062,1,0,0,0,28,1098,1,0,0,0,30,1149,1,0,0,0,32,1178,1,0,0, + 0,34,1214,1,0,0,0,36,1228,1,0,0,0,38,1235,1,0,0,0,40,1332,1,0,0, + 0,42,1334,1,0,0,0,44,1371,1,0,0,0,46,1435,1,0,0,0,48,1460,1,0,0, + 0,50,1466,1,0,0,0,52,1488,1,0,0,0,54,1575,1,0,0,0,56,1582,1,0,0, + 0,58,1584,1,0,0,0,60,1589,1,0,0,0,62,1629,1,0,0,0,64,1635,1,0,0, + 0,66,1637,1,0,0,0,68,1658,1,0,0,0,70,1665,1,0,0,0,72,1667,1,0,0, + 0,74,1692,1,0,0,0,76,1695,1,0,0,0,78,1700,1,0,0,0,80,1726,1,0,0, + 0,82,1742,1,0,0,0,84,1744,1,0,0,0,86,1838,1,0,0,0,88,1841,1,0,0, + 0,90,1853,1,0,0,0,92,1857,1,0,0,0,94,1907,1,0,0,0,96,1909,1,0,0, + 0,98,1937,1,0,0,0,100,1947,1,0,0,0,102,2134,1,0,0,0,104,2136,1,0, + 0,0,106,2138,1,0,0,0,108,2141,1,0,0,0,110,2216,1,0,0,0,112,2239, + 1,0,0,0,114,2387,1,0,0,0,116,2392,1,0,0,0,118,2394,1,0,0,0,120,2404, + 1,0,0,0,122,2460,1,0,0,0,124,2480,1,0,0,0,126,2482,1,0,0,0,128,2517, + 1,0,0,0,130,2526,1,0,0,0,132,2533,1,0,0,0,134,2556,1,0,0,0,136,2565, + 1,0,0,0,138,2580,1,0,0,0,140,2602,1,0,0,0,142,2658,1,0,0,0,144,2954, + 1,0,0,0,146,3054,1,0,0,0,148,3056,1,0,0,0,150,3063,1,0,0,0,152,3070, + 1,0,0,0,154,3093,1,0,0,0,156,3103,1,0,0,0,158,3110,1,0,0,0,160,3117, + 1,0,0,0,162,3124,1,0,0,0,164,3133,1,0,0,0,166,3145,1,0,0,0,168,3158, + 1,0,0,0,170,3165,1,0,0,0,172,3181,1,0,0,0,174,3208,1,0,0,0,176,3210, + 1,0,0,0,178,3220,1,0,0,0,180,3224,1,0,0,0,182,3230,1,0,0,0,184,3242, + 1,0,0,0,186,3244,1,0,0,0,188,3251,1,0,0,0,190,3253,1,0,0,0,192,3302, + 1,0,0,0,194,3311,1,0,0,0,196,3313,1,0,0,0,198,3324,1,0,0,0,200,3330, + 1,0,0,0,202,3404,1,0,0,0,204,3467,1,0,0,0,206,3485,1,0,0,0,208,3569, + 1,0,0,0,210,3572,1,0,0,0,212,3584,1,0,0,0,214,3604,1,0,0,0,216,3632, + 1,0,0,0,218,3636,1,0,0,0,220,3638,1,0,0,0,222,3648,1,0,0,0,224,3668, + 1,0,0,0,226,3675,1,0,0,0,228,3677,1,0,0,0,230,3688,1,0,0,0,232,3697, + 1,0,0,0,234,3703,1,0,0,0,236,3726,1,0,0,0,238,3728,1,0,0,0,240,3764, + 1,0,0,0,242,3819,1,0,0,0,244,3828,1,0,0,0,246,3848,1,0,0,0,248,3860, + 1,0,0,0,250,3864,1,0,0,0,252,3875,1,0,0,0,254,3908,1,0,0,0,256,3929, + 1,0,0,0,258,3939,1,0,0,0,260,3943,1,0,0,0,262,3969,1,0,0,0,264,4010, + 1,0,0,0,266,4017,1,0,0,0,268,4019,1,0,0,0,270,4023,1,0,0,0,272,4040, + 1,0,0,0,274,4091,1,0,0,0,276,4103,1,0,0,0,278,4113,1,0,0,0,280,4115, + 1,0,0,0,282,4148,1,0,0,0,284,4156,1,0,0,0,286,4173,1,0,0,0,288,4189, + 1,0,0,0,290,4226,1,0,0,0,292,4232,1,0,0,0,294,4241,1,0,0,0,296,4254, + 1,0,0,0,298,4258,1,0,0,0,300,4287,1,0,0,0,302,4289,1,0,0,0,304,4293, + 1,0,0,0,306,4295,1,0,0,0,308,4303,1,0,0,0,310,4341,1,0,0,0,312,4355, + 1,0,0,0,314,4363,1,0,0,0,316,4367,1,0,0,0,318,4376,1,0,0,0,320,4390, + 1,0,0,0,322,4393,1,0,0,0,324,4411,1,0,0,0,326,4415,1,0,0,0,328,4431, + 1,0,0,0,330,4433,1,0,0,0,332,4445,1,0,0,0,334,4449,1,0,0,0,336,4466, + 1,0,0,0,338,4483,1,0,0,0,340,4486,1,0,0,0,342,4496,1,0,0,0,344,4500, + 1,0,0,0,346,4510,1,0,0,0,348,4513,1,0,0,0,350,4518,1,0,0,0,352,4538, + 1,0,0,0,354,4540,1,0,0,0,356,4557,1,0,0,0,358,4566,1,0,0,0,360,4575, + 1,0,0,0,362,4577,1,0,0,0,364,4591,1,0,0,0,366,4605,1,0,0,0,368,4620, + 1,0,0,0,370,4629,1,0,0,0,372,4654,1,0,0,0,374,4669,1,0,0,0,376,4688, + 1,0,0,0,378,4718,1,0,0,0,380,4720,1,0,0,0,382,4722,1,0,0,0,384,4724, + 1,0,0,0,386,4739,1,0,0,0,388,4768,1,0,0,0,390,4770,1,0,0,0,392,4772, + 1,0,0,0,394,4774,1,0,0,0,396,4789,1,0,0,0,398,4791,1,0,0,0,400,4858, + 1,0,0,0,402,4860,1,0,0,0,404,4866,1,0,0,0,406,4893,1,0,0,0,408,4907, + 1,0,0,0,410,4918,1,0,0,0,412,4920,1,0,0,0,414,4926,1,0,0,0,416,4936, + 1,0,0,0,418,4940,1,0,0,0,420,4947,1,0,0,0,422,4951,1,0,0,0,424,4957, + 1,0,0,0,426,4964,1,0,0,0,428,4970,1,0,0,0,430,4976,1,0,0,0,432,4981, + 1,0,0,0,434,5026,1,0,0,0,436,5047,1,0,0,0,438,5072,1,0,0,0,440,5075, + 1,0,0,0,442,5081,1,0,0,0,444,5097,1,0,0,0,446,5112,1,0,0,0,448,5118, + 1,0,0,0,450,5148,1,0,0,0,452,5150,1,0,0,0,454,5157,1,0,0,0,456,5169, + 1,0,0,0,458,5175,1,0,0,0,460,5200,1,0,0,0,462,5204,1,0,0,0,464,5208, + 1,0,0,0,466,5219,1,0,0,0,468,5227,1,0,0,0,470,5290,1,0,0,0,472,5349, + 1,0,0,0,474,5451,1,0,0,0,476,5461,1,0,0,0,478,5463,1,0,0,0,480,5481, + 1,0,0,0,482,5505,1,0,0,0,484,5529,1,0,0,0,486,5536,1,0,0,0,488,5556, + 1,0,0,0,490,5565,1,0,0,0,492,5627,1,0,0,0,494,5629,1,0,0,0,496,5633, + 1,0,0,0,498,5667,1,0,0,0,500,5669,1,0,0,0,502,5672,1,0,0,0,504,5736, + 1,0,0,0,506,5755,1,0,0,0,508,5782,1,0,0,0,510,5786,1,0,0,0,512,5807, + 1,0,0,0,514,5817,1,0,0,0,516,5827,1,0,0,0,518,5867,1,0,0,0,520,5869, + 1,0,0,0,522,5872,1,0,0,0,524,5902,1,0,0,0,526,5904,1,0,0,0,528,5907, + 1,0,0,0,530,6007,1,0,0,0,532,6025,1,0,0,0,534,6027,1,0,0,0,536,6079, + 1,0,0,0,538,6081,1,0,0,0,540,6090,1,0,0,0,542,6096,1,0,0,0,544,6103, + 1,0,0,0,546,6118,1,0,0,0,548,6127,1,0,0,0,550,6129,1,0,0,0,552,6150, + 1,0,0,0,554,6155,1,0,0,0,556,6165,1,0,0,0,558,6171,1,0,0,0,560,6205, + 1,0,0,0,562,6259,1,0,0,0,564,6445,1,0,0,0,566,6457,1,0,0,0,568,6473, + 1,0,0,0,570,6479,1,0,0,0,572,6498,1,0,0,0,574,6511,1,0,0,0,576,6525, + 1,0,0,0,578,6527,1,0,0,0,580,6530,1,0,0,0,582,6554,1,0,0,0,584,6566, + 1,0,0,0,586,6572,1,0,0,0,588,6584,1,0,0,0,590,6598,1,0,0,0,592,6600, + 1,0,0,0,594,6608,1,0,0,0,596,6616,1,0,0,0,598,6618,1,0,0,0,600,6620, + 1,0,0,0,602,6660,1,0,0,0,604,6667,1,0,0,0,606,6669,1,0,0,0,608,6692, + 1,0,0,0,610,6698,1,0,0,0,612,6708,1,0,0,0,614,6717,1,0,0,0,616,6720, + 1,0,0,0,618,6723,1,0,0,0,620,6744,1,0,0,0,622,6765,1,0,0,0,624,6773, + 1,0,0,0,626,6785,1,0,0,0,628,6793,1,0,0,0,630,6831,1,0,0,0,632,6843, + 1,0,0,0,634,6845,1,0,0,0,636,6847,1,0,0,0,638,6849,1,0,0,0,640,6851, + 1,0,0,0,642,6853,1,0,0,0,644,6855,1,0,0,0,646,6857,1,0,0,0,648,6859, + 1,0,0,0,650,6867,1,0,0,0,652,6869,1,0,0,0,654,6871,1,0,0,0,656,6873, + 1,0,0,0,658,6875,1,0,0,0,660,6883,1,0,0,0,662,6885,1,0,0,0,664,6895, + 1,0,0,0,666,6911,1,0,0,0,668,6913,1,0,0,0,670,6921,1,0,0,0,672,6939, + 1,0,0,0,674,6955,1,0,0,0,676,6966,1,0,0,0,678,6968,1,0,0,0,680,6970, + 1,0,0,0,682,6972,1,0,0,0,684,6974,1,0,0,0,686,6982,1,0,0,0,688,6992, + 1,0,0,0,690,6997,1,0,0,0,692,7001,1,0,0,0,694,7008,1,0,0,0,696,7010, + 1,0,0,0,698,7017,1,0,0,0,700,7019,1,0,0,0,702,7025,1,0,0,0,704,7027, + 1,0,0,0,706,7032,1,0,0,0,708,7034,1,0,0,0,710,7036,1,0,0,0,712,7054, + 1,0,0,0,714,7070,1,0,0,0,716,7072,1,0,0,0,718,7076,1,0,0,0,720,7087, + 1,0,0,0,722,7098,1,0,0,0,724,7104,1,0,0,0,726,7106,1,0,0,0,728,7110, + 1,0,0,0,730,7135,1,0,0,0,732,7137,1,0,0,0,734,7140,1,0,0,0,736,7145, + 1,0,0,0,738,7161,1,0,0,0,740,7289,1,0,0,0,742,7291,1,0,0,0,744,7324, + 1,0,0,0,746,7329,1,0,0,0,748,7333,1,0,0,0,750,7339,1,0,0,0,752,7347, + 1,0,0,0,754,7358,1,0,0,0,756,7366,1,0,0,0,758,7375,1,0,0,0,760,7388, + 1,0,0,0,762,7390,1,0,0,0,764,7398,1,0,0,0,766,7406,1,0,0,0,768,7440, + 1,0,0,0,770,7456,1,0,0,0,772,7458,1,0,0,0,774,7461,1,0,0,0,776,7465, + 1,0,0,0,778,7490,1,0,0,0,780,7671,1,0,0,0,782,7673,1,0,0,0,784,7692, + 1,0,0,0,786,7694,1,0,0,0,788,7757,1,0,0,0,790,7797,1,0,0,0,792,7799, + 1,0,0,0,794,7808,1,0,0,0,796,7819,1,0,0,0,798,7821,1,0,0,0,800,7837, + 1,0,0,0,802,7839,1,0,0,0,804,7873,1,0,0,0,806,7875,1,0,0,0,808,7880, + 1,0,0,0,810,7891,1,0,0,0,812,7904,1,0,0,0,814,7915,1,0,0,0,816,8032, + 1,0,0,0,818,8054,1,0,0,0,820,8064,1,0,0,0,822,8073,1,0,0,0,824,8082, + 1,0,0,0,826,8091,1,0,0,0,828,8093,1,0,0,0,830,8100,1,0,0,0,832,8102, + 1,0,0,0,834,8104,1,0,0,0,836,8106,1,0,0,0,838,8108,1,0,0,0,840,8110, + 1,0,0,0,842,8112,1,0,0,0,844,8114,1,0,0,0,846,848,3,2,1,0,847,846, + 1,0,0,0,848,851,1,0,0,0,849,847,1,0,0,0,849,850,1,0,0,0,850,852, + 1,0,0,0,851,849,1,0,0,0,852,853,5,0,0,1,853,1,1,0,0,0,854,856,3, + 4,2,0,855,857,5,869,0,0,856,855,1,0,0,0,856,857,1,0,0,0,857,860, + 1,0,0,0,858,860,5,869,0,0,859,854,1,0,0,0,859,858,1,0,0,0,860,3, + 1,0,0,0,861,869,3,6,3,0,862,869,3,8,4,0,863,869,3,10,5,0,864,869, + 3,12,6,0,865,869,3,14,7,0,866,869,3,18,9,0,867,869,3,20,10,0,868, + 861,1,0,0,0,868,862,1,0,0,0,868,863,1,0,0,0,868,864,1,0,0,0,868, + 865,1,0,0,0,868,866,1,0,0,0,868,867,1,0,0,0,869,5,1,0,0,0,870,911, + 3,22,11,0,871,911,3,24,12,0,872,911,3,26,13,0,873,911,3,28,14,0, + 874,911,3,30,15,0,875,911,3,32,16,0,876,911,3,34,17,0,877,911,3, + 38,19,0,878,911,3,40,20,0,879,911,3,42,21,0,880,911,3,44,22,0,881, + 911,3,46,23,0,882,911,3,52,26,0,883,911,3,36,18,0,884,911,3,124, + 62,0,885,911,3,126,63,0,886,911,3,128,64,0,887,911,3,130,65,0,888, + 911,3,132,66,0,889,911,3,134,67,0,890,911,3,136,68,0,891,911,3,138, + 69,0,892,911,3,140,70,0,893,911,3,142,71,0,894,911,3,148,74,0,895, + 911,3,150,75,0,896,911,3,152,76,0,897,911,3,154,77,0,898,911,3,156, + 78,0,899,911,3,158,79,0,900,911,3,160,80,0,901,911,3,162,81,0,902, + 911,3,164,82,0,903,911,3,166,83,0,904,911,3,168,84,0,905,911,3,170, + 85,0,906,911,3,172,86,0,907,911,3,174,87,0,908,911,3,176,88,0,909, + 911,3,180,90,0,910,870,1,0,0,0,910,871,1,0,0,0,910,872,1,0,0,0,910, + 873,1,0,0,0,910,874,1,0,0,0,910,875,1,0,0,0,910,876,1,0,0,0,910, + 877,1,0,0,0,910,878,1,0,0,0,910,879,1,0,0,0,910,880,1,0,0,0,910, + 881,1,0,0,0,910,882,1,0,0,0,910,883,1,0,0,0,910,884,1,0,0,0,910, + 885,1,0,0,0,910,886,1,0,0,0,910,887,1,0,0,0,910,888,1,0,0,0,910, + 889,1,0,0,0,910,890,1,0,0,0,910,891,1,0,0,0,910,892,1,0,0,0,910, + 893,1,0,0,0,910,894,1,0,0,0,910,895,1,0,0,0,910,896,1,0,0,0,910, + 897,1,0,0,0,910,898,1,0,0,0,910,899,1,0,0,0,910,900,1,0,0,0,910, + 901,1,0,0,0,910,902,1,0,0,0,910,903,1,0,0,0,910,904,1,0,0,0,910, + 905,1,0,0,0,910,906,1,0,0,0,910,907,1,0,0,0,910,908,1,0,0,0,910, + 909,1,0,0,0,911,7,1,0,0,0,912,930,3,208,104,0,913,930,3,210,105, + 0,914,930,3,190,95,0,915,930,3,218,109,0,916,930,3,184,92,0,917, + 930,3,206,103,0,918,930,3,182,91,0,919,930,3,196,98,0,920,930,3, + 200,100,0,921,930,3,202,101,0,922,930,3,204,102,0,923,930,3,186, + 93,0,924,930,3,188,94,0,925,930,3,250,125,0,926,930,3,220,110,0, + 927,930,3,624,312,0,928,930,3,626,313,0,929,912,1,0,0,0,929,913, + 1,0,0,0,929,914,1,0,0,0,929,915,1,0,0,0,929,916,1,0,0,0,929,917, + 1,0,0,0,929,918,1,0,0,0,929,919,1,0,0,0,929,920,1,0,0,0,929,921, + 1,0,0,0,929,922,1,0,0,0,929,923,1,0,0,0,929,924,1,0,0,0,929,925, + 1,0,0,0,929,926,1,0,0,0,929,927,1,0,0,0,929,928,1,0,0,0,930,9,1, + 0,0,0,931,941,3,330,165,0,932,941,3,332,166,0,933,941,3,334,167, + 0,934,941,3,336,168,0,935,941,3,338,169,0,936,941,3,340,170,0,937, + 941,3,342,171,0,938,941,3,344,172,0,939,941,3,346,173,0,940,931, + 1,0,0,0,940,932,1,0,0,0,940,933,1,0,0,0,940,934,1,0,0,0,940,935, + 1,0,0,0,940,936,1,0,0,0,940,937,1,0,0,0,940,938,1,0,0,0,940,939, + 1,0,0,0,941,11,1,0,0,0,942,957,3,362,181,0,943,957,3,364,182,0,944, + 957,3,366,183,0,945,957,3,368,184,0,946,957,3,370,185,0,947,957, + 3,372,186,0,948,957,3,374,187,0,949,957,3,376,188,0,950,957,3,412, + 206,0,951,957,3,414,207,0,952,957,3,416,208,0,953,957,3,418,209, + 0,954,957,3,420,210,0,955,957,3,422,211,0,956,942,1,0,0,0,956,943, + 1,0,0,0,956,944,1,0,0,0,956,945,1,0,0,0,956,946,1,0,0,0,956,947, + 1,0,0,0,956,948,1,0,0,0,956,949,1,0,0,0,956,950,1,0,0,0,956,951, + 1,0,0,0,956,952,1,0,0,0,956,953,1,0,0,0,956,954,1,0,0,0,956,955, + 1,0,0,0,957,13,1,0,0,0,958,962,3,424,212,0,959,962,3,426,213,0,960, + 962,3,428,214,0,961,958,1,0,0,0,961,959,1,0,0,0,961,960,1,0,0,0, + 962,15,1,0,0,0,963,974,3,432,216,0,964,974,3,434,217,0,965,974,3, + 436,218,0,966,974,3,440,220,0,967,974,3,442,221,0,968,974,3,444, + 222,0,969,974,3,448,224,0,970,974,3,438,219,0,971,974,3,446,223, + 0,972,974,3,450,225,0,973,963,1,0,0,0,973,964,1,0,0,0,973,965,1, + 0,0,0,973,966,1,0,0,0,973,967,1,0,0,0,973,968,1,0,0,0,973,969,1, + 0,0,0,973,970,1,0,0,0,973,971,1,0,0,0,973,972,1,0,0,0,974,17,1,0, + 0,0,975,1009,3,468,234,0,976,1009,3,470,235,0,977,1009,3,472,236, + 0,978,1009,3,474,237,0,979,1009,3,478,239,0,980,1009,3,490,245,0, + 981,1009,3,492,246,0,982,1009,3,480,240,0,983,1009,3,482,241,0,984, + 1009,3,484,242,0,985,1009,3,486,243,0,986,1009,3,536,268,0,987,1009, + 3,538,269,0,988,1009,3,540,270,0,989,1009,3,542,271,0,990,1009,3, + 544,272,0,991,1009,3,550,275,0,992,1009,3,554,277,0,993,1009,3,556, + 278,0,994,1009,3,558,279,0,995,1009,3,560,280,0,996,1009,3,562,281, + 0,997,1009,3,564,282,0,998,1009,3,578,289,0,999,1009,3,580,290,0, + 1000,1009,3,582,291,0,1001,1009,3,584,292,0,1002,1009,3,586,293, + 0,1003,1009,3,588,294,0,1004,1009,3,592,296,0,1005,1009,3,594,297, + 0,1006,1009,3,596,298,0,1007,1009,3,598,299,0,1008,975,1,0,0,0,1008, + 976,1,0,0,0,1008,977,1,0,0,0,1008,978,1,0,0,0,1008,979,1,0,0,0,1008, + 980,1,0,0,0,1008,981,1,0,0,0,1008,982,1,0,0,0,1008,983,1,0,0,0,1008, + 984,1,0,0,0,1008,985,1,0,0,0,1008,986,1,0,0,0,1008,987,1,0,0,0,1008, + 988,1,0,0,0,1008,989,1,0,0,0,1008,990,1,0,0,0,1008,991,1,0,0,0,1008, + 992,1,0,0,0,1008,993,1,0,0,0,1008,994,1,0,0,0,1008,995,1,0,0,0,1008, + 996,1,0,0,0,1008,997,1,0,0,0,1008,998,1,0,0,0,1008,999,1,0,0,0,1008, + 1000,1,0,0,0,1008,1001,1,0,0,0,1008,1002,1,0,0,0,1008,1003,1,0,0, + 0,1008,1004,1,0,0,0,1008,1005,1,0,0,0,1008,1006,1,0,0,0,1008,1007, + 1,0,0,0,1009,19,1,0,0,0,1010,1019,3,610,305,0,1011,1019,3,608,304, + 0,1012,1019,3,612,306,0,1013,1019,3,614,307,0,1014,1019,3,616,308, + 0,1015,1019,3,618,309,0,1016,1019,3,620,310,0,1017,1019,3,628,314, + 0,1018,1010,1,0,0,0,1018,1011,1,0,0,0,1018,1012,1,0,0,0,1018,1013, + 1,0,0,0,1018,1014,1,0,0,0,1018,1015,1,0,0,0,1018,1016,1,0,0,0,1018, + 1017,1,0,0,0,1019,21,1,0,0,0,1020,1021,5,34,0,0,1021,1023,7,0,0, + 0,1022,1024,3,774,387,0,1023,1022,1,0,0,0,1023,1024,1,0,0,0,1024, + 1025,1,0,0,0,1025,1029,3,634,317,0,1026,1028,3,54,27,0,1027,1026, + 1,0,0,0,1028,1031,1,0,0,0,1029,1027,1,0,0,0,1029,1030,1,0,0,0,1030, + 23,1,0,0,0,1031,1029,1,0,0,0,1032,1034,5,34,0,0,1033,1035,3,60,30, + 0,1034,1033,1,0,0,0,1034,1035,1,0,0,0,1035,1036,1,0,0,0,1036,1038, + 5,385,0,0,1037,1039,3,774,387,0,1038,1037,1,0,0,0,1038,1039,1,0, + 0,0,1039,1040,1,0,0,0,1040,1041,3,716,358,0,1041,1042,5,119,0,0, + 1042,1043,5,590,0,0,1043,1050,3,62,31,0,1044,1045,5,119,0,0,1045, + 1047,5,343,0,0,1046,1048,5,114,0,0,1047,1046,1,0,0,0,1047,1048,1, + 0,0,0,1048,1049,1,0,0,0,1049,1051,5,541,0,0,1050,1044,1,0,0,0,1050, + 1051,1,0,0,0,1051,1053,1,0,0,0,1052,1054,3,70,35,0,1053,1052,1,0, + 0,0,1053,1054,1,0,0,0,1054,1057,1,0,0,0,1055,1056,5,340,0,0,1056, + 1058,5,882,0,0,1057,1055,1,0,0,0,1057,1058,1,0,0,0,1058,1059,1,0, + 0,0,1059,1060,5,371,0,0,1060,1061,3,430,215,0,1061,25,1,0,0,0,1062, + 1064,5,34,0,0,1063,1065,7,1,0,0,1064,1063,1,0,0,0,1064,1065,1,0, + 0,0,1065,1067,1,0,0,0,1066,1068,7,2,0,0,1067,1066,1,0,0,0,1067,1068, + 1,0,0,0,1068,1069,1,0,0,0,1069,1070,5,82,0,0,1070,1072,3,646,323, + 0,1071,1073,3,72,36,0,1072,1071,1,0,0,0,1072,1073,1,0,0,0,1073,1074, + 1,0,0,0,1074,1075,5,119,0,0,1075,1076,3,660,330,0,1076,1080,3,752, + 376,0,1077,1079,3,74,37,0,1078,1077,1,0,0,0,1079,1082,1,0,0,0,1080, + 1078,1,0,0,0,1080,1081,1,0,0,0,1081,1095,1,0,0,0,1082,1080,1,0,0, + 0,1083,1085,5,308,0,0,1084,1086,5,857,0,0,1085,1084,1,0,0,0,1085, + 1086,1,0,0,0,1086,1087,1,0,0,0,1087,1094,7,3,0,0,1088,1090,5,104, + 0,0,1089,1091,5,857,0,0,1090,1089,1,0,0,0,1090,1091,1,0,0,0,1091, + 1092,1,0,0,0,1092,1094,7,4,0,0,1093,1083,1,0,0,0,1093,1088,1,0,0, + 0,1094,1097,1,0,0,0,1095,1093,1,0,0,0,1095,1096,1,0,0,0,1096,27, + 1,0,0,0,1097,1095,1,0,0,0,1098,1099,5,34,0,0,1099,1100,5,451,0,0, + 1100,1101,5,74,0,0,1101,1102,3,720,360,0,1102,1103,5,6,0,0,1103, + 1104,5,671,0,0,1104,1110,5,882,0,0,1105,1107,5,428,0,0,1106,1108, + 5,857,0,0,1107,1106,1,0,0,0,1107,1108,1,0,0,0,1108,1109,1,0,0,0, + 1109,1111,3,728,364,0,1110,1105,1,0,0,0,1110,1111,1,0,0,0,1111,1117, + 1,0,0,0,1112,1114,5,672,0,0,1113,1115,5,857,0,0,1114,1113,1,0,0, + 0,1114,1115,1,0,0,0,1115,1116,1,0,0,0,1116,1118,3,728,364,0,1117, + 1112,1,0,0,0,1117,1118,1,0,0,0,1118,1124,1,0,0,0,1119,1121,5,553, + 0,0,1120,1122,5,857,0,0,1121,1120,1,0,0,0,1121,1122,1,0,0,0,1122, + 1123,1,0,0,0,1123,1125,3,728,364,0,1124,1119,1,0,0,0,1124,1125,1, + 0,0,0,1125,1131,1,0,0,0,1126,1128,5,504,0,0,1127,1129,5,857,0,0, + 1128,1127,1,0,0,0,1128,1129,1,0,0,0,1129,1130,1,0,0,0,1130,1132, + 3,720,360,0,1131,1126,1,0,0,0,1131,1132,1,0,0,0,1132,1134,1,0,0, + 0,1133,1135,5,687,0,0,1134,1133,1,0,0,0,1134,1135,1,0,0,0,1135,1141, + 1,0,0,0,1136,1138,5,340,0,0,1137,1139,5,857,0,0,1138,1137,1,0,0, + 0,1138,1139,1,0,0,0,1139,1140,1,0,0,0,1140,1142,5,882,0,0,1141,1136, + 1,0,0,0,1141,1142,1,0,0,0,1142,1143,1,0,0,0,1143,1145,5,380,0,0, + 1144,1146,5,857,0,0,1145,1144,1,0,0,0,1145,1146,1,0,0,0,1146,1147, + 1,0,0,0,1147,1148,3,706,353,0,1148,29,1,0,0,0,1149,1151,5,34,0,0, + 1150,1152,3,60,30,0,1151,1150,1,0,0,0,1151,1152,1,0,0,0,1152,1153, + 1,0,0,0,1153,1155,5,132,0,0,1154,1156,3,774,387,0,1155,1154,1,0, + 0,0,1155,1156,1,0,0,0,1156,1157,1,0,0,0,1157,1158,3,716,358,0,1158, + 1160,5,866,0,0,1159,1161,3,76,38,0,1160,1159,1,0,0,0,1160,1161,1, + 0,0,0,1161,1166,1,0,0,0,1162,1163,5,868,0,0,1163,1165,3,76,38,0, + 1164,1162,1,0,0,0,1165,1168,1,0,0,0,1166,1164,1,0,0,0,1166,1167, + 1,0,0,0,1167,1169,1,0,0,0,1168,1166,1,0,0,0,1169,1173,5,867,0,0, + 1170,1172,3,80,40,0,1171,1170,1,0,0,0,1172,1175,1,0,0,0,1173,1171, + 1,0,0,0,1173,1174,1,0,0,0,1174,1176,1,0,0,0,1175,1173,1,0,0,0,1176, + 1177,3,430,215,0,1177,31,1,0,0,0,1178,1180,5,34,0,0,1179,1181,3, + 60,30,0,1180,1179,1,0,0,0,1180,1181,1,0,0,0,1181,1183,1,0,0,0,1182, + 1184,5,307,0,0,1183,1182,1,0,0,0,1183,1184,1,0,0,0,1184,1185,1,0, + 0,0,1185,1187,5,409,0,0,1186,1188,3,774,387,0,1187,1186,1,0,0,0, + 1187,1188,1,0,0,0,1188,1189,1,0,0,0,1189,1190,3,638,319,0,1190,1192, + 5,866,0,0,1191,1193,3,78,39,0,1192,1191,1,0,0,0,1192,1193,1,0,0, + 0,1193,1198,1,0,0,0,1194,1195,5,868,0,0,1195,1197,3,78,39,0,1196, + 1194,1,0,0,0,1197,1200,1,0,0,0,1198,1196,1,0,0,0,1198,1199,1,0,0, + 0,1199,1201,1,0,0,0,1200,1198,1,0,0,0,1201,1202,5,867,0,0,1202,1203, + 5,580,0,0,1203,1207,3,740,370,0,1204,1206,3,80,40,0,1205,1204,1, + 0,0,0,1206,1209,1,0,0,0,1207,1205,1,0,0,0,1207,1208,1,0,0,0,1208, + 1212,1,0,0,0,1209,1207,1,0,0,0,1210,1213,3,430,215,0,1211,1213,3, + 446,223,0,1212,1210,1,0,0,0,1212,1211,1,0,0,0,1213,33,1,0,0,0,1214, + 1216,5,34,0,0,1215,1217,5,307,0,0,1216,1215,1,0,0,0,1216,1217,1, + 0,0,0,1217,1218,1,0,0,0,1218,1220,5,409,0,0,1219,1221,3,774,387, + 0,1220,1219,1,0,0,0,1220,1221,1,0,0,0,1221,1222,1,0,0,0,1222,1223, + 3,638,319,0,1223,1224,5,580,0,0,1224,1225,7,5,0,0,1225,1226,5,603, + 0,0,1226,1227,5,882,0,0,1227,35,1,0,0,0,1228,1229,5,34,0,0,1229, + 1231,5,582,0,0,1230,1232,3,774,387,0,1231,1230,1,0,0,0,1231,1232, + 1,0,0,0,1232,1233,1,0,0,0,1233,1234,3,662,331,0,1234,37,1,0,0,0, + 1235,1236,5,34,0,0,1236,1237,5,592,0,0,1237,1238,3,720,360,0,1238, + 1239,5,67,0,0,1239,1240,5,360,0,0,1240,1241,5,692,0,0,1241,1242, + 7,6,0,0,1242,1243,5,518,0,0,1243,1244,5,866,0,0,1244,1249,3,82,41, + 0,1245,1246,5,868,0,0,1246,1248,3,82,41,0,1247,1245,1,0,0,0,1248, + 1251,1,0,0,0,1249,1247,1,0,0,0,1249,1250,1,0,0,0,1250,1252,1,0,0, + 0,1251,1249,1,0,0,0,1252,1253,5,867,0,0,1253,39,1,0,0,0,1254,1256, + 5,34,0,0,1255,1257,5,660,0,0,1256,1255,1,0,0,0,1256,1257,1,0,0,0, + 1257,1258,1,0,0,0,1258,1260,5,173,0,0,1259,1261,3,774,387,0,1260, + 1259,1,0,0,0,1260,1261,1,0,0,0,1261,1262,1,0,0,0,1262,1264,3,656, + 328,0,1263,1265,3,84,42,0,1264,1263,1,0,0,0,1264,1265,1,0,0,0,1265, + 1276,1,0,0,0,1266,1273,3,102,51,0,1267,1269,5,868,0,0,1268,1267, + 1,0,0,0,1268,1269,1,0,0,0,1269,1270,1,0,0,0,1270,1272,3,102,51,0, + 1271,1268,1,0,0,0,1272,1275,1,0,0,0,1273,1271,1,0,0,0,1273,1274, + 1,0,0,0,1274,1277,1,0,0,0,1275,1273,1,0,0,0,1276,1266,1,0,0,0,1276, + 1277,1,0,0,0,1277,1279,1,0,0,0,1278,1280,3,108,54,0,1279,1278,1, + 0,0,0,1279,1280,1,0,0,0,1280,1282,1,0,0,0,1281,1283,7,7,0,0,1282, + 1281,1,0,0,0,1282,1283,1,0,0,0,1283,1285,1,0,0,0,1284,1286,5,13, + 0,0,1285,1284,1,0,0,0,1285,1286,1,0,0,0,1286,1287,1,0,0,0,1287,1288, + 3,208,104,0,1288,1333,1,0,0,0,1289,1291,5,34,0,0,1290,1292,5,660, + 0,0,1291,1290,1,0,0,0,1291,1292,1,0,0,0,1292,1293,1,0,0,0,1293,1295, + 5,173,0,0,1294,1296,3,774,387,0,1295,1294,1,0,0,0,1295,1296,1,0, + 0,0,1296,1297,1,0,0,0,1297,1305,3,656,328,0,1298,1299,5,99,0,0,1299, + 1306,3,660,330,0,1300,1301,5,866,0,0,1301,1302,5,99,0,0,1302,1303, + 3,660,330,0,1303,1304,5,867,0,0,1304,1306,1,0,0,0,1305,1298,1,0, + 0,0,1305,1300,1,0,0,0,1306,1333,1,0,0,0,1307,1309,5,34,0,0,1308, + 1310,5,660,0,0,1309,1308,1,0,0,0,1309,1310,1,0,0,0,1310,1311,1,0, + 0,0,1311,1313,5,173,0,0,1312,1314,3,774,387,0,1313,1312,1,0,0,0, + 1313,1314,1,0,0,0,1314,1315,1,0,0,0,1315,1316,3,656,328,0,1316,1327, + 3,84,42,0,1317,1324,3,102,51,0,1318,1320,5,868,0,0,1319,1318,1,0, + 0,0,1319,1320,1,0,0,0,1320,1321,1,0,0,0,1321,1323,3,102,51,0,1322, + 1319,1,0,0,0,1323,1326,1,0,0,0,1324,1322,1,0,0,0,1324,1325,1,0,0, + 0,1325,1328,1,0,0,0,1326,1324,1,0,0,0,1327,1317,1,0,0,0,1327,1328, + 1,0,0,0,1328,1330,1,0,0,0,1329,1331,3,108,54,0,1330,1329,1,0,0,0, + 1330,1331,1,0,0,0,1331,1333,1,0,0,0,1332,1254,1,0,0,0,1332,1289, + 1,0,0,0,1332,1307,1,0,0,0,1333,41,1,0,0,0,1334,1336,5,34,0,0,1335, + 1337,5,180,0,0,1336,1335,1,0,0,0,1336,1337,1,0,0,0,1337,1338,1,0, + 0,0,1338,1339,5,658,0,0,1339,1343,3,678,339,0,1340,1341,5,6,0,0, + 1341,1342,5,361,0,0,1342,1344,5,882,0,0,1343,1340,1,0,0,0,1343,1344, + 1,0,0,0,1344,1350,1,0,0,0,1345,1347,5,314,0,0,1346,1348,5,857,0, + 0,1347,1346,1,0,0,0,1347,1348,1,0,0,0,1348,1349,1,0,0,0,1349,1351, + 3,728,364,0,1350,1345,1,0,0,0,1350,1351,1,0,0,0,1351,1355,1,0,0, + 0,1352,1353,5,399,0,0,1353,1354,5,857,0,0,1354,1356,3,728,364,0, + 1355,1352,1,0,0,0,1355,1356,1,0,0,0,1356,1362,1,0,0,0,1357,1359, + 5,380,0,0,1358,1360,5,857,0,0,1359,1358,1,0,0,0,1359,1360,1,0,0, + 0,1360,1361,1,0,0,0,1361,1363,3,706,353,0,1362,1357,1,0,0,0,1362, + 1363,1,0,0,0,1363,1369,1,0,0,0,1364,1366,5,825,0,0,1365,1367,5,857, + 0,0,1366,1365,1,0,0,0,1366,1367,1,0,0,0,1367,1368,1,0,0,0,1368,1370, + 5,882,0,0,1369,1364,1,0,0,0,1369,1370,1,0,0,0,1370,43,1,0,0,0,1371, + 1373,5,34,0,0,1372,1374,5,180,0,0,1373,1372,1,0,0,0,1373,1374,1, + 0,0,0,1374,1375,1,0,0,0,1375,1376,5,658,0,0,1376,1377,3,678,339, + 0,1377,1378,5,6,0,0,1378,1379,5,361,0,0,1379,1380,5,882,0,0,1380, + 1381,5,187,0,0,1381,1382,5,451,0,0,1382,1383,5,74,0,0,1383,1389, + 3,720,360,0,1384,1386,5,393,0,0,1385,1387,5,857,0,0,1386,1385,1, + 0,0,0,1386,1387,1,0,0,0,1387,1388,1,0,0,0,1388,1390,3,728,364,0, + 1389,1384,1,0,0,0,1389,1390,1,0,0,0,1390,1396,1,0,0,0,1391,1393, + 5,428,0,0,1392,1394,5,857,0,0,1393,1392,1,0,0,0,1393,1394,1,0,0, + 0,1394,1395,1,0,0,0,1395,1397,3,728,364,0,1396,1391,1,0,0,0,1396, + 1397,1,0,0,0,1397,1403,1,0,0,0,1398,1400,5,314,0,0,1399,1401,5,857, + 0,0,1400,1399,1,0,0,0,1400,1401,1,0,0,0,1401,1402,1,0,0,0,1402,1404, + 3,728,364,0,1403,1398,1,0,0,0,1403,1404,1,0,0,0,1404,1410,1,0,0, + 0,1405,1407,5,481,0,0,1406,1408,5,857,0,0,1407,1406,1,0,0,0,1407, + 1408,1,0,0,0,1408,1409,1,0,0,0,1409,1411,3,728,364,0,1410,1405,1, + 0,0,0,1410,1411,1,0,0,0,1411,1417,1,0,0,0,1412,1414,5,504,0,0,1413, + 1415,5,857,0,0,1414,1413,1,0,0,0,1414,1415,1,0,0,0,1415,1416,1,0, + 0,0,1416,1418,3,720,360,0,1417,1412,1,0,0,0,1417,1418,1,0,0,0,1418, + 1420,1,0,0,0,1419,1421,5,687,0,0,1420,1419,1,0,0,0,1420,1421,1,0, + 0,0,1421,1427,1,0,0,0,1422,1424,5,340,0,0,1423,1425,5,857,0,0,1424, + 1423,1,0,0,0,1424,1425,1,0,0,0,1425,1426,1,0,0,0,1426,1428,5,882, + 0,0,1427,1422,1,0,0,0,1427,1428,1,0,0,0,1428,1429,1,0,0,0,1429,1431, + 5,380,0,0,1430,1432,5,857,0,0,1431,1430,1,0,0,0,1431,1432,1,0,0, + 0,1432,1433,1,0,0,0,1433,1434,3,706,353,0,1434,45,1,0,0,0,1435,1437, + 5,34,0,0,1436,1438,3,60,30,0,1437,1436,1,0,0,0,1437,1438,1,0,0,0, + 1438,1440,1,0,0,0,1439,1441,3,774,387,0,1440,1439,1,0,0,0,1440,1441, + 1,0,0,0,1441,1442,1,0,0,0,1442,1444,5,178,0,0,1443,1445,3,774,387, + 0,1444,1443,1,0,0,0,1444,1445,1,0,0,0,1445,1446,1,0,0,0,1446,1447, + 3,716,358,0,1447,1448,7,8,0,0,1448,1449,7,9,0,0,1449,1450,5,119, + 0,0,1450,1451,3,660,330,0,1451,1452,5,65,0,0,1452,1453,5,52,0,0, + 1453,1456,5,586,0,0,1454,1455,7,10,0,0,1455,1457,3,716,358,0,1456, + 1454,1,0,0,0,1456,1457,1,0,0,0,1457,1458,1,0,0,0,1458,1459,3,430, + 215,0,1459,47,1,0,0,0,1460,1462,5,194,0,0,1461,1463,5,552,0,0,1462, + 1461,1,0,0,0,1462,1463,1,0,0,0,1463,1464,1,0,0,0,1464,1465,3,50, + 25,0,1465,49,1,0,0,0,1466,1478,3,720,360,0,1467,1468,5,866,0,0,1468, + 1473,3,720,360,0,1469,1470,5,868,0,0,1470,1472,3,720,360,0,1471, + 1469,1,0,0,0,1472,1475,1,0,0,0,1473,1471,1,0,0,0,1473,1474,1,0,0, + 0,1474,1476,1,0,0,0,1475,1473,1,0,0,0,1476,1477,5,867,0,0,1477,1479, + 1,0,0,0,1478,1467,1,0,0,0,1478,1479,1,0,0,0,1479,1480,1,0,0,0,1480, + 1481,5,13,0,0,1481,1482,5,866,0,0,1482,1483,3,8,4,0,1483,1486,5, + 867,0,0,1484,1485,5,868,0,0,1485,1487,3,50,25,0,1486,1484,1,0,0, + 0,1486,1487,1,0,0,0,1487,51,1,0,0,0,1488,1490,5,34,0,0,1489,1491, + 3,776,388,0,1490,1489,1,0,0,0,1490,1491,1,0,0,0,1491,1495,1,0,0, + 0,1492,1493,5,308,0,0,1493,1494,5,857,0,0,1494,1496,7,11,0,0,1495, + 1492,1,0,0,0,1495,1496,1,0,0,0,1496,1498,1,0,0,0,1497,1499,3,60, + 30,0,1498,1497,1,0,0,0,1498,1499,1,0,0,0,1499,1503,1,0,0,0,1500, + 1501,5,162,0,0,1501,1502,5,591,0,0,1502,1504,7,12,0,0,1503,1500, + 1,0,0,0,1503,1504,1,0,0,0,1504,1505,1,0,0,0,1505,1506,5,684,0,0, + 1506,1518,3,642,321,0,1507,1508,5,866,0,0,1508,1513,3,666,333,0, + 1509,1510,5,868,0,0,1510,1512,3,666,333,0,1511,1509,1,0,0,0,1512, + 1515,1,0,0,0,1513,1511,1,0,0,0,1513,1514,1,0,0,0,1514,1516,1,0,0, + 0,1515,1513,1,0,0,0,1516,1517,5,867,0,0,1517,1519,1,0,0,0,1518,1507, + 1,0,0,0,1518,1519,1,0,0,0,1519,1520,1,0,0,0,1520,1540,5,13,0,0,1521, + 1523,5,866,0,0,1522,1524,3,48,24,0,1523,1522,1,0,0,0,1523,1524,1, + 0,0,0,1524,1525,1,0,0,0,1525,1526,3,208,104,0,1526,1527,5,867,0, + 0,1527,1541,1,0,0,0,1528,1530,3,48,24,0,1529,1528,1,0,0,0,1529,1530, + 1,0,0,0,1530,1531,1,0,0,0,1531,1538,3,208,104,0,1532,1534,5,194, + 0,0,1533,1535,7,13,0,0,1534,1533,1,0,0,0,1534,1535,1,0,0,0,1535, + 1536,1,0,0,0,1536,1537,5,27,0,0,1537,1539,5,121,0,0,1538,1532,1, + 0,0,0,1538,1539,1,0,0,0,1539,1541,1,0,0,0,1540,1521,1,0,0,0,1540, + 1529,1,0,0,0,1541,53,1,0,0,0,1542,1544,5,42,0,0,1543,1542,1,0,0, + 0,1543,1544,1,0,0,0,1544,1545,1,0,0,0,1545,1547,3,56,28,0,1546,1548, + 5,857,0,0,1547,1546,1,0,0,0,1547,1548,1,0,0,0,1548,1551,1,0,0,0, + 1549,1552,3,702,351,0,1550,1552,5,42,0,0,1551,1549,1,0,0,0,1551, + 1550,1,0,0,0,1552,1576,1,0,0,0,1553,1555,5,42,0,0,1554,1553,1,0, + 0,0,1554,1555,1,0,0,0,1555,1556,1,0,0,0,1556,1558,5,28,0,0,1557, + 1559,5,857,0,0,1558,1557,1,0,0,0,1558,1559,1,0,0,0,1559,1560,1,0, + 0,0,1560,1576,3,704,352,0,1561,1563,5,42,0,0,1562,1561,1,0,0,0,1562, + 1563,1,0,0,0,1563,1564,1,0,0,0,1564,1566,5,376,0,0,1565,1567,5,857, + 0,0,1566,1565,1,0,0,0,1566,1567,1,0,0,0,1567,1568,1,0,0,0,1568,1576, + 5,882,0,0,1569,1570,5,135,0,0,1570,1572,5,515,0,0,1571,1573,5,857, + 0,0,1572,1571,1,0,0,0,1572,1573,1,0,0,0,1573,1574,1,0,0,0,1574,1576, + 7,14,0,0,1575,1543,1,0,0,0,1575,1554,1,0,0,0,1575,1562,1,0,0,0,1575, + 1569,1,0,0,0,1576,55,1,0,0,0,1577,1578,5,26,0,0,1578,1583,5,155, + 0,0,1579,1583,5,823,0,0,1580,1581,5,224,0,0,1581,1583,5,155,0,0, + 1582,1577,1,0,0,0,1582,1579,1,0,0,0,1582,1580,1,0,0,0,1583,57,1, + 0,0,0,1584,1587,7,15,0,0,1585,1586,5,866,0,0,1586,1588,5,867,0,0, + 1587,1585,1,0,0,0,1587,1588,1,0,0,0,1588,59,1,0,0,0,1589,1590,5, + 364,0,0,1590,1593,5,857,0,0,1591,1594,3,698,349,0,1592,1594,3,58, + 29,0,1593,1591,1,0,0,0,1593,1592,1,0,0,0,1594,61,1,0,0,0,1595,1596, + 5,311,0,0,1596,1600,3,64,32,0,1597,1599,3,66,33,0,1598,1597,1,0, + 0,0,1599,1602,1,0,0,0,1600,1598,1,0,0,0,1600,1601,1,0,0,0,1601,1630, + 1,0,0,0,1602,1600,1,0,0,0,1603,1606,5,387,0,0,1604,1607,3,726,363, + 0,1605,1607,3,812,406,0,1606,1604,1,0,0,0,1606,1605,1,0,0,0,1607, + 1608,1,0,0,0,1608,1617,3,68,34,0,1609,1610,5,641,0,0,1610,1614,3, + 64,32,0,1611,1613,3,66,33,0,1612,1611,1,0,0,0,1613,1616,1,0,0,0, + 1614,1612,1,0,0,0,1614,1615,1,0,0,0,1615,1618,1,0,0,0,1616,1614, + 1,0,0,0,1617,1609,1,0,0,0,1617,1618,1,0,0,0,1618,1627,1,0,0,0,1619, + 1620,5,379,0,0,1620,1624,3,64,32,0,1621,1623,3,66,33,0,1622,1621, + 1,0,0,0,1623,1626,1,0,0,0,1624,1622,1,0,0,0,1624,1625,1,0,0,0,1625, + 1628,1,0,0,0,1626,1624,1,0,0,0,1627,1619,1,0,0,0,1627,1628,1,0,0, + 0,1628,1630,1,0,0,0,1629,1595,1,0,0,0,1629,1603,1,0,0,0,1630,63, + 1,0,0,0,1631,1636,5,287,0,0,1632,1636,3,730,365,0,1633,1636,3,726, + 363,0,1634,1636,3,812,406,0,1635,1631,1,0,0,0,1635,1632,1,0,0,0, + 1635,1633,1,0,0,0,1635,1634,1,0,0,0,1636,65,1,0,0,0,1637,1638,5, + 853,0,0,1638,1641,5,87,0,0,1639,1642,3,726,363,0,1640,1642,3,812, + 406,0,1641,1639,1,0,0,0,1641,1640,1,0,0,0,1642,1643,1,0,0,0,1643, + 1644,3,68,34,0,1644,67,1,0,0,0,1645,1659,3,838,419,0,1646,1659,5, + 223,0,0,1647,1659,5,242,0,0,1648,1659,5,243,0,0,1649,1659,5,244, + 0,0,1650,1659,5,245,0,0,1651,1659,5,246,0,0,1652,1659,5,247,0,0, + 1653,1659,5,248,0,0,1654,1659,5,249,0,0,1655,1659,5,250,0,0,1656, + 1659,5,251,0,0,1657,1659,5,252,0,0,1658,1645,1,0,0,0,1658,1646,1, + 0,0,0,1658,1647,1,0,0,0,1658,1648,1,0,0,0,1658,1649,1,0,0,0,1658, + 1650,1,0,0,0,1658,1651,1,0,0,0,1658,1652,1,0,0,0,1658,1653,1,0,0, + 0,1658,1654,1,0,0,0,1658,1655,1,0,0,0,1658,1656,1,0,0,0,1658,1657, + 1,0,0,0,1659,69,1,0,0,0,1660,1666,5,375,0,0,1661,1666,5,368,0,0, + 1662,1663,5,368,0,0,1663,1664,5,119,0,0,1664,1666,5,598,0,0,1665, + 1660,1,0,0,0,1665,1661,1,0,0,0,1665,1662,1,0,0,0,1666,71,1,0,0,0, + 1667,1668,5,188,0,0,1668,1669,7,16,0,0,1669,73,1,0,0,0,1670,1672, + 5,443,0,0,1671,1673,5,857,0,0,1672,1671,1,0,0,0,1672,1673,1,0,0, + 0,1673,1674,1,0,0,0,1674,1693,3,728,364,0,1675,1693,3,72,36,0,1676, + 1677,5,194,0,0,1677,1678,5,525,0,0,1678,1693,3,720,360,0,1679,1680, + 5,340,0,0,1680,1693,5,882,0,0,1681,1693,7,17,0,0,1682,1684,5,825, + 0,0,1683,1685,5,857,0,0,1684,1683,1,0,0,0,1684,1685,1,0,0,0,1685, + 1686,1,0,0,0,1686,1693,5,882,0,0,1687,1689,5,833,0,0,1688,1690,5, + 857,0,0,1689,1688,1,0,0,0,1689,1690,1,0,0,0,1690,1691,1,0,0,0,1691, + 1693,5,882,0,0,1692,1670,1,0,0,0,1692,1675,1,0,0,0,1692,1676,1,0, + 0,0,1692,1679,1,0,0,0,1692,1681,1,0,0,0,1692,1682,1,0,0,0,1692,1687, + 1,0,0,0,1693,75,1,0,0,0,1694,1696,7,18,0,0,1695,1694,1,0,0,0,1695, + 1696,1,0,0,0,1696,1697,1,0,0,0,1697,1698,3,720,360,0,1698,1699,3, + 740,370,0,1699,77,1,0,0,0,1700,1701,3,720,360,0,1701,1702,3,740, + 370,0,1702,79,1,0,0,0,1703,1704,5,340,0,0,1704,1727,5,882,0,0,1705, + 1706,5,444,0,0,1706,1727,5,162,0,0,1707,1709,5,114,0,0,1708,1707, + 1,0,0,0,1708,1709,1,0,0,0,1709,1710,1,0,0,0,1710,1727,5,47,0,0,1711, + 1712,5,354,0,0,1712,1722,5,162,0,0,1713,1714,5,502,0,0,1714,1722, + 5,162,0,0,1715,1716,5,136,0,0,1716,1717,5,162,0,0,1717,1722,5,360, + 0,0,1718,1719,5,112,0,0,1719,1720,5,162,0,0,1720,1722,5,360,0,0, + 1721,1711,1,0,0,0,1721,1713,1,0,0,0,1721,1715,1,0,0,0,1721,1718, + 1,0,0,0,1722,1727,1,0,0,0,1723,1724,5,162,0,0,1724,1725,5,591,0, + 0,1725,1727,7,12,0,0,1726,1703,1,0,0,0,1726,1705,1,0,0,0,1726,1708, + 1,0,0,0,1726,1721,1,0,0,0,1726,1723,1,0,0,0,1727,81,1,0,0,0,1728, + 1729,5,421,0,0,1729,1743,5,882,0,0,1730,1731,5,39,0,0,1731,1743, + 5,882,0,0,1732,1733,5,678,0,0,1733,1743,5,882,0,0,1734,1735,5,529, + 0,0,1735,1743,5,882,0,0,1736,1737,5,601,0,0,1737,1743,5,882,0,0, + 1738,1739,5,519,0,0,1739,1743,5,882,0,0,1740,1741,5,537,0,0,1741, + 1743,3,726,363,0,1742,1728,1,0,0,0,1742,1730,1,0,0,0,1742,1732,1, + 0,0,0,1742,1734,1,0,0,0,1742,1736,1,0,0,0,1742,1738,1,0,0,0,1742, + 1740,1,0,0,0,1743,83,1,0,0,0,1744,1745,5,866,0,0,1745,1750,3,86, + 43,0,1746,1747,5,868,0,0,1747,1749,3,86,43,0,1748,1746,1,0,0,0,1749, + 1752,1,0,0,0,1750,1748,1,0,0,0,1750,1751,1,0,0,0,1751,1753,1,0,0, + 0,1752,1750,1,0,0,0,1753,1754,5,867,0,0,1754,85,1,0,0,0,1755,1756, + 3,666,333,0,1756,1757,3,92,46,0,1757,1839,1,0,0,0,1758,1760,7,19, + 0,0,1759,1761,3,650,325,0,1760,1759,1,0,0,0,1760,1761,1,0,0,0,1761, + 1763,1,0,0,0,1762,1764,3,72,36,0,1763,1762,1,0,0,0,1763,1764,1,0, + 0,0,1764,1765,1,0,0,0,1765,1769,3,752,376,0,1766,1768,3,74,37,0, + 1767,1766,1,0,0,0,1768,1771,1,0,0,0,1769,1767,1,0,0,0,1769,1770, + 1,0,0,0,1770,1839,1,0,0,0,1771,1769,1,0,0,0,1772,1774,7,20,0,0,1773, + 1775,7,19,0,0,1774,1773,1,0,0,0,1774,1775,1,0,0,0,1775,1777,1,0, + 0,0,1776,1778,3,650,325,0,1777,1776,1,0,0,0,1777,1778,1,0,0,0,1778, + 1779,1,0,0,0,1779,1783,3,752,376,0,1780,1782,3,74,37,0,1781,1780, + 1,0,0,0,1782,1785,1,0,0,0,1783,1781,1,0,0,0,1783,1784,1,0,0,0,1784, + 1839,1,0,0,0,1785,1783,1,0,0,0,1786,1788,3,90,45,0,1787,1786,1,0, + 0,0,1787,1788,1,0,0,0,1788,1789,1,0,0,0,1789,1790,5,131,0,0,1790, + 1792,5,92,0,0,1791,1793,3,72,36,0,1792,1791,1,0,0,0,1792,1793,1, + 0,0,0,1793,1794,1,0,0,0,1794,1798,3,752,376,0,1795,1797,3,74,37, + 0,1796,1795,1,0,0,0,1797,1800,1,0,0,0,1798,1796,1,0,0,0,1798,1799, + 1,0,0,0,1799,1839,1,0,0,0,1800,1798,1,0,0,0,1801,1803,3,90,45,0, + 1802,1801,1,0,0,0,1802,1803,1,0,0,0,1803,1804,1,0,0,0,1804,1806, + 5,182,0,0,1805,1807,7,19,0,0,1806,1805,1,0,0,0,1806,1807,1,0,0,0, + 1807,1809,1,0,0,0,1808,1810,3,650,325,0,1809,1808,1,0,0,0,1809,1810, + 1,0,0,0,1810,1812,1,0,0,0,1811,1813,3,72,36,0,1812,1811,1,0,0,0, + 1812,1813,1,0,0,0,1813,1814,1,0,0,0,1814,1818,3,752,376,0,1815,1817, + 3,74,37,0,1816,1815,1,0,0,0,1817,1820,1,0,0,0,1818,1816,1,0,0,0, + 1818,1819,1,0,0,0,1819,1839,1,0,0,0,1820,1818,1,0,0,0,1821,1823, + 3,90,45,0,1822,1821,1,0,0,0,1822,1823,1,0,0,0,1823,1824,1,0,0,0, + 1824,1825,5,67,0,0,1825,1827,5,92,0,0,1826,1828,3,650,325,0,1827, + 1826,1,0,0,0,1827,1828,1,0,0,0,1828,1829,1,0,0,0,1829,1830,3,752, + 376,0,1830,1831,3,96,48,0,1831,1839,1,0,0,0,1832,1833,5,27,0,0,1833, + 1834,5,866,0,0,1834,1835,3,812,406,0,1835,1836,5,867,0,0,1836,1839, + 1,0,0,0,1837,1839,3,88,44,0,1838,1755,1,0,0,0,1838,1758,1,0,0,0, + 1838,1772,1,0,0,0,1838,1787,1,0,0,0,1838,1802,1,0,0,0,1838,1822, + 1,0,0,0,1838,1832,1,0,0,0,1838,1837,1,0,0,0,1839,87,1,0,0,0,1840, + 1842,3,90,45,0,1841,1840,1,0,0,0,1841,1842,1,0,0,0,1842,1843,1,0, + 0,0,1843,1844,5,27,0,0,1844,1845,5,866,0,0,1845,1846,3,812,406,0, + 1846,1851,5,867,0,0,1847,1849,5,114,0,0,1848,1847,1,0,0,0,1848,1849, + 1,0,0,0,1849,1850,1,0,0,0,1850,1852,5,57,0,0,1851,1848,1,0,0,0,1851, + 1852,1,0,0,0,1852,89,1,0,0,0,1853,1855,5,31,0,0,1854,1856,3,720, + 360,0,1855,1854,1,0,0,0,1855,1856,1,0,0,0,1856,91,1,0,0,0,1857,1861, + 3,740,370,0,1858,1860,3,94,47,0,1859,1858,1,0,0,0,1860,1863,1,0, + 0,0,1861,1859,1,0,0,0,1861,1862,1,0,0,0,1862,93,1,0,0,0,1863,1861, + 1,0,0,0,1864,1908,3,736,368,0,1865,1866,5,42,0,0,1866,1908,3,768, + 384,0,1867,1908,5,686,0,0,1868,1908,5,435,0,0,1869,1874,5,315,0, + 0,1870,1871,5,119,0,0,1871,1872,5,185,0,0,1872,1874,3,770,385,0, + 1873,1869,1,0,0,0,1873,1870,1,0,0,0,1874,1908,1,0,0,0,1875,1877, + 5,131,0,0,1876,1875,1,0,0,0,1876,1877,1,0,0,0,1877,1878,1,0,0,0, + 1878,1908,5,92,0,0,1879,1881,5,182,0,0,1880,1882,5,92,0,0,1881,1880, + 1,0,0,0,1881,1882,1,0,0,0,1882,1908,1,0,0,0,1883,1884,5,340,0,0, + 1884,1908,5,882,0,0,1885,1886,5,338,0,0,1886,1908,7,21,0,0,1887, + 1888,5,647,0,0,1888,1908,7,22,0,0,1889,1908,3,96,48,0,1890,1891, + 5,28,0,0,1891,1908,3,704,352,0,1892,1893,5,71,0,0,1893,1895,5,9, + 0,0,1894,1892,1,0,0,0,1894,1895,1,0,0,0,1895,1896,1,0,0,0,1896,1897, + 5,13,0,0,1897,1898,5,866,0,0,1898,1899,3,812,406,0,1899,1901,5,867, + 0,0,1900,1902,7,23,0,0,1901,1900,1,0,0,0,1901,1902,1,0,0,0,1902, + 1908,1,0,0,0,1903,1904,5,241,0,0,1904,1905,5,42,0,0,1905,1908,5, + 682,0,0,1906,1908,3,88,44,0,1907,1864,1,0,0,0,1907,1865,1,0,0,0, + 1907,1867,1,0,0,0,1907,1868,1,0,0,0,1907,1873,1,0,0,0,1907,1876, + 1,0,0,0,1907,1879,1,0,0,0,1907,1883,1,0,0,0,1907,1885,1,0,0,0,1907, + 1887,1,0,0,0,1907,1889,1,0,0,0,1907,1890,1,0,0,0,1907,1894,1,0,0, + 0,1907,1903,1,0,0,0,1907,1906,1,0,0,0,1908,95,1,0,0,0,1909,1910, + 5,138,0,0,1910,1912,3,660,330,0,1911,1913,3,752,376,0,1912,1911, + 1,0,0,0,1912,1913,1,0,0,0,1913,1916,1,0,0,0,1914,1915,5,110,0,0, + 1915,1917,7,24,0,0,1916,1914,1,0,0,0,1916,1917,1,0,0,0,1917,1919, + 1,0,0,0,1918,1920,3,98,49,0,1919,1918,1,0,0,0,1919,1920,1,0,0,0, + 1920,97,1,0,0,0,1921,1922,5,119,0,0,1922,1923,5,44,0,0,1923,1927, + 3,100,50,0,1924,1925,5,119,0,0,1925,1926,5,185,0,0,1926,1928,3,100, + 50,0,1927,1924,1,0,0,0,1927,1928,1,0,0,0,1928,1938,1,0,0,0,1929, + 1930,5,119,0,0,1930,1931,5,185,0,0,1931,1935,3,100,50,0,1932,1933, + 5,119,0,0,1933,1934,5,44,0,0,1934,1936,3,100,50,0,1935,1932,1,0, + 0,0,1935,1936,1,0,0,0,1936,1938,1,0,0,0,1937,1921,1,0,0,0,1937,1929, + 1,0,0,0,1938,99,1,0,0,0,1939,1948,5,146,0,0,1940,1948,5,22,0,0,1941, + 1942,5,155,0,0,1942,1948,5,116,0,0,1943,1944,5,502,0,0,1944,1948, + 5,305,0,0,1945,1946,5,155,0,0,1946,1948,5,42,0,0,1947,1939,1,0,0, + 0,1947,1940,1,0,0,0,1947,1941,1,0,0,0,1947,1943,1,0,0,0,1947,1945, + 1,0,0,0,1948,101,1,0,0,0,1949,1951,5,380,0,0,1950,1952,5,857,0,0, + 1951,1950,1,0,0,0,1951,1952,1,0,0,0,1952,1954,1,0,0,0,1953,1955, + 3,706,353,0,1954,1953,1,0,0,0,1954,1955,1,0,0,0,1955,2135,1,0,0, + 0,1956,1958,5,825,0,0,1957,1959,5,857,0,0,1958,1957,1,0,0,0,1958, + 1959,1,0,0,0,1959,1960,1,0,0,0,1960,2135,5,882,0,0,1961,1963,5,314, + 0,0,1962,1964,5,857,0,0,1963,1962,1,0,0,0,1963,1964,1,0,0,0,1964, + 1965,1,0,0,0,1965,2135,3,726,363,0,1966,1968,5,315,0,0,1967,1969, + 5,857,0,0,1968,1967,1,0,0,0,1968,1969,1,0,0,0,1969,1970,1,0,0,0, + 1970,2135,3,726,363,0,1971,1973,5,316,0,0,1972,1974,5,857,0,0,1973, + 1972,1,0,0,0,1973,1974,1,0,0,0,1974,1975,1,0,0,0,1975,2135,3,726, + 363,0,1976,1978,5,42,0,0,1977,1976,1,0,0,0,1977,1978,1,0,0,0,1978, + 1979,1,0,0,0,1979,1981,3,56,28,0,1980,1982,5,857,0,0,1981,1980,1, + 0,0,0,1981,1982,1,0,0,0,1982,1985,1,0,0,0,1983,1986,3,702,351,0, + 1984,1986,5,42,0,0,1985,1983,1,0,0,0,1985,1984,1,0,0,0,1986,2135, + 1,0,0,0,1987,1989,7,25,0,0,1988,1990,5,857,0,0,1989,1988,1,0,0,0, + 1989,1990,1,0,0,0,1990,1991,1,0,0,0,1991,2135,7,26,0,0,1992,1994, + 5,42,0,0,1993,1992,1,0,0,0,1993,1994,1,0,0,0,1994,1995,1,0,0,0,1995, + 1997,5,28,0,0,1996,1998,5,857,0,0,1997,1996,1,0,0,0,1997,1998,1, + 0,0,0,1998,1999,1,0,0,0,1999,2135,3,704,352,0,2000,2002,5,340,0, + 0,2001,2003,5,857,0,0,2002,2001,1,0,0,0,2002,2003,1,0,0,0,2003,2004, + 1,0,0,0,2004,2135,5,882,0,0,2005,2007,5,346,0,0,2006,2008,5,857, + 0,0,2007,2006,1,0,0,0,2007,2008,1,0,0,0,2008,2009,1,0,0,0,2009,2135, + 7,27,0,0,2010,2012,5,349,0,0,2011,2013,5,857,0,0,2012,2011,1,0,0, + 0,2012,2013,1,0,0,0,2013,2014,1,0,0,0,2014,2135,5,882,0,0,2015,2016, + 7,28,0,0,2016,2018,5,367,0,0,2017,2019,5,857,0,0,2018,2017,1,0,0, + 0,2018,2019,1,0,0,0,2019,2020,1,0,0,0,2020,2135,5,882,0,0,2021,2023, + 5,365,0,0,2022,2024,5,857,0,0,2023,2022,1,0,0,0,2023,2024,1,0,0, + 0,2024,2025,1,0,0,0,2025,2135,7,26,0,0,2026,2028,5,376,0,0,2027, + 2029,5,857,0,0,2028,2027,1,0,0,0,2028,2029,1,0,0,0,2029,2030,1,0, + 0,0,2030,2135,5,882,0,0,2031,2033,7,29,0,0,2032,2034,5,857,0,0,2033, + 2032,1,0,0,0,2033,2034,1,0,0,0,2034,2035,1,0,0,0,2035,2135,7,26, + 0,0,2036,2038,7,30,0,0,2037,2039,5,857,0,0,2038,2037,1,0,0,0,2038, + 2039,1,0,0,0,2039,2040,1,0,0,0,2040,2135,3,726,363,0,2041,2043,5, + 377,0,0,2042,2044,5,857,0,0,2043,2042,1,0,0,0,2043,2044,1,0,0,0, + 2044,2045,1,0,0,0,2045,2135,3,726,363,0,2046,2047,5,82,0,0,2047, + 2049,5,367,0,0,2048,2050,5,857,0,0,2049,2048,1,0,0,0,2049,2050,1, + 0,0,0,2050,2051,1,0,0,0,2051,2135,5,882,0,0,2052,2054,5,431,0,0, + 2053,2055,5,857,0,0,2054,2053,1,0,0,0,2054,2055,1,0,0,0,2055,2056, + 1,0,0,0,2056,2135,7,31,0,0,2057,2059,5,443,0,0,2058,2060,5,857,0, + 0,2059,2058,1,0,0,0,2059,2060,1,0,0,0,2060,2061,1,0,0,0,2061,2135, + 3,728,364,0,2062,2064,5,480,0,0,2063,2065,5,857,0,0,2064,2063,1, + 0,0,0,2064,2065,1,0,0,0,2065,2066,1,0,0,0,2066,2135,3,726,363,0, + 2067,2069,5,490,0,0,2068,2070,5,857,0,0,2069,2068,1,0,0,0,2069,2070, + 1,0,0,0,2070,2071,1,0,0,0,2071,2135,3,726,363,0,2072,2074,5,520, + 0,0,2073,2075,5,857,0,0,2074,2073,1,0,0,0,2074,2075,1,0,0,0,2075, + 2076,1,0,0,0,2076,2135,7,14,0,0,2077,2079,5,529,0,0,2078,2080,5, + 857,0,0,2079,2078,1,0,0,0,2079,2080,1,0,0,0,2080,2081,1,0,0,0,2081, + 2135,5,882,0,0,2082,2084,5,588,0,0,2083,2085,5,857,0,0,2084,2083, + 1,0,0,0,2084,2085,1,0,0,0,2085,2086,1,0,0,0,2086,2135,7,32,0,0,2087, + 2088,5,640,0,0,2088,2135,5,664,0,0,2089,2091,5,833,0,0,2090,2092, + 5,857,0,0,2091,2090,1,0,0,0,2091,2092,1,0,0,0,2092,2093,1,0,0,0, + 2093,2135,5,882,0,0,2094,2096,5,642,0,0,2095,2097,5,857,0,0,2096, + 2095,1,0,0,0,2096,2097,1,0,0,0,2097,2098,1,0,0,0,2098,2135,7,14, + 0,0,2099,2101,5,643,0,0,2100,2102,5,857,0,0,2101,2100,1,0,0,0,2101, + 2102,1,0,0,0,2102,2103,1,0,0,0,2103,2135,7,14,0,0,2104,2106,5,644, + 0,0,2105,2107,5,857,0,0,2106,2105,1,0,0,0,2106,2107,1,0,0,0,2107, + 2110,1,0,0,0,2108,2111,5,42,0,0,2109,2111,3,726,363,0,2110,2108, + 1,0,0,0,2110,2109,1,0,0,0,2111,2135,1,0,0,0,2112,2113,5,658,0,0, + 2113,2115,3,680,340,0,2114,2116,3,106,53,0,2115,2114,1,0,0,0,2115, + 2116,1,0,0,0,2116,2135,1,0,0,0,2117,2118,5,659,0,0,2118,2119,5,857, + 0,0,2119,2135,3,104,52,0,2120,2135,3,106,53,0,2121,2123,5,665,0, + 0,2122,2124,5,857,0,0,2123,2122,1,0,0,0,2123,2124,1,0,0,0,2124,2125, + 1,0,0,0,2125,2135,7,26,0,0,2126,2128,5,181,0,0,2127,2129,5,857,0, + 0,2128,2127,1,0,0,0,2128,2129,1,0,0,0,2129,2130,1,0,0,0,2130,2131, + 5,866,0,0,2131,2132,3,658,329,0,2132,2133,5,867,0,0,2133,2135,1, + 0,0,0,2134,1949,1,0,0,0,2134,1956,1,0,0,0,2134,1961,1,0,0,0,2134, + 1966,1,0,0,0,2134,1971,1,0,0,0,2134,1977,1,0,0,0,2134,1987,1,0,0, + 0,2134,1993,1,0,0,0,2134,2000,1,0,0,0,2134,2005,1,0,0,0,2134,2010, + 1,0,0,0,2134,2015,1,0,0,0,2134,2021,1,0,0,0,2134,2026,1,0,0,0,2134, + 2031,1,0,0,0,2134,2036,1,0,0,0,2134,2041,1,0,0,0,2134,2046,1,0,0, + 0,2134,2052,1,0,0,0,2134,2057,1,0,0,0,2134,2062,1,0,0,0,2134,2067, + 1,0,0,0,2134,2072,1,0,0,0,2134,2077,1,0,0,0,2134,2082,1,0,0,0,2134, + 2087,1,0,0,0,2134,2089,1,0,0,0,2134,2094,1,0,0,0,2134,2099,1,0,0, + 0,2134,2104,1,0,0,0,2134,2112,1,0,0,0,2134,2117,1,0,0,0,2134,2120, + 1,0,0,0,2134,2121,1,0,0,0,2134,2126,1,0,0,0,2135,103,1,0,0,0,2136, + 2137,7,33,0,0,2137,105,1,0,0,0,2138,2139,5,647,0,0,2139,2140,7,22, + 0,0,2140,107,1,0,0,0,2141,2142,5,130,0,0,2142,2143,5,20,0,0,2143, + 2146,3,110,55,0,2144,2145,5,528,0,0,2145,2147,3,726,363,0,2146,2144, + 1,0,0,0,2146,2147,1,0,0,0,2147,2155,1,0,0,0,2148,2149,5,652,0,0, + 2149,2150,5,20,0,0,2150,2153,3,112,56,0,2151,2152,5,653,0,0,2152, + 2154,3,726,363,0,2153,2151,1,0,0,0,2153,2154,1,0,0,0,2154,2156,1, + 0,0,0,2155,2148,1,0,0,0,2155,2156,1,0,0,0,2156,2168,1,0,0,0,2157, + 2158,5,866,0,0,2158,2163,3,114,57,0,2159,2160,5,868,0,0,2160,2162, + 3,114,57,0,2161,2159,1,0,0,0,2162,2165,1,0,0,0,2163,2161,1,0,0,0, + 2163,2164,1,0,0,0,2164,2166,1,0,0,0,2165,2163,1,0,0,0,2166,2167, + 5,867,0,0,2167,2169,1,0,0,0,2168,2157,1,0,0,0,2168,2169,1,0,0,0, + 2169,109,1,0,0,0,2170,2172,5,101,0,0,2171,2170,1,0,0,0,2171,2172, + 1,0,0,0,2172,2173,1,0,0,0,2173,2174,5,418,0,0,2174,2175,5,866,0, + 0,2175,2176,3,812,406,0,2176,2177,5,867,0,0,2177,2217,1,0,0,0,2178, + 2180,5,101,0,0,2179,2178,1,0,0,0,2179,2180,1,0,0,0,2180,2181,1,0, + 0,0,2181,2185,5,92,0,0,2182,2183,5,308,0,0,2183,2184,5,857,0,0,2184, + 2186,7,34,0,0,2185,2182,1,0,0,0,2185,2186,1,0,0,0,2186,2187,1,0, + 0,0,2187,2189,5,866,0,0,2188,2190,3,668,334,0,2189,2188,1,0,0,0, + 2189,2190,1,0,0,0,2190,2191,1,0,0,0,2191,2217,5,867,0,0,2192,2202, + 5,134,0,0,2193,2194,5,866,0,0,2194,2195,3,812,406,0,2195,2196,5, + 867,0,0,2196,2203,1,0,0,0,2197,2198,5,337,0,0,2198,2199,5,866,0, + 0,2199,2200,3,668,334,0,2200,2201,5,867,0,0,2201,2203,1,0,0,0,2202, + 2193,1,0,0,0,2202,2197,1,0,0,0,2203,2217,1,0,0,0,2204,2214,5,449, + 0,0,2205,2206,5,866,0,0,2206,2207,3,812,406,0,2207,2208,5,867,0, + 0,2208,2215,1,0,0,0,2209,2210,5,337,0,0,2210,2211,5,866,0,0,2211, + 2212,3,668,334,0,2212,2213,5,867,0,0,2213,2215,1,0,0,0,2214,2205, + 1,0,0,0,2214,2209,1,0,0,0,2215,2217,1,0,0,0,2216,2171,1,0,0,0,2216, + 2179,1,0,0,0,2216,2192,1,0,0,0,2216,2204,1,0,0,0,2217,111,1,0,0, + 0,2218,2220,5,101,0,0,2219,2218,1,0,0,0,2219,2220,1,0,0,0,2220,2221, + 1,0,0,0,2221,2222,5,418,0,0,2222,2223,5,866,0,0,2223,2224,3,812, + 406,0,2224,2225,5,867,0,0,2225,2240,1,0,0,0,2226,2228,5,101,0,0, + 2227,2226,1,0,0,0,2227,2228,1,0,0,0,2228,2229,1,0,0,0,2229,2233, + 5,92,0,0,2230,2231,5,308,0,0,2231,2232,5,857,0,0,2232,2234,7,34, + 0,0,2233,2230,1,0,0,0,2233,2234,1,0,0,0,2234,2235,1,0,0,0,2235,2236, + 5,866,0,0,2236,2237,3,668,334,0,2237,2238,5,867,0,0,2238,2240,1, + 0,0,0,2239,2219,1,0,0,0,2239,2227,1,0,0,0,2240,113,1,0,0,0,2241, + 2242,5,130,0,0,2242,2243,3,686,343,0,2243,2244,5,189,0,0,2244,2245, + 5,447,0,0,2245,2246,5,662,0,0,2246,2247,5,866,0,0,2247,2252,3,116, + 58,0,2248,2249,5,868,0,0,2249,2251,3,116,58,0,2250,2248,1,0,0,0, + 2251,2254,1,0,0,0,2252,2250,1,0,0,0,2252,2253,1,0,0,0,2253,2255, + 1,0,0,0,2254,2252,1,0,0,0,2255,2259,5,867,0,0,2256,2258,3,122,61, + 0,2257,2256,1,0,0,0,2258,2261,1,0,0,0,2259,2257,1,0,0,0,2259,2260, + 1,0,0,0,2260,2273,1,0,0,0,2261,2259,1,0,0,0,2262,2263,5,866,0,0, + 2263,2268,3,120,60,0,2264,2265,5,868,0,0,2265,2267,3,120,60,0,2266, + 2264,1,0,0,0,2267,2270,1,0,0,0,2268,2266,1,0,0,0,2268,2269,1,0,0, + 0,2269,2271,1,0,0,0,2270,2268,1,0,0,0,2271,2272,5,867,0,0,2272,2274, + 1,0,0,0,2273,2262,1,0,0,0,2273,2274,1,0,0,0,2274,2388,1,0,0,0,2275, + 2276,5,130,0,0,2276,2277,3,686,343,0,2277,2278,5,189,0,0,2278,2279, + 5,447,0,0,2279,2280,5,662,0,0,2280,2284,3,116,58,0,2281,2283,3,122, + 61,0,2282,2281,1,0,0,0,2283,2286,1,0,0,0,2284,2282,1,0,0,0,2284, + 2285,1,0,0,0,2285,2298,1,0,0,0,2286,2284,1,0,0,0,2287,2288,5,866, + 0,0,2288,2293,3,120,60,0,2289,2290,5,868,0,0,2290,2292,3,120,60, + 0,2291,2289,1,0,0,0,2292,2295,1,0,0,0,2293,2291,1,0,0,0,2293,2294, + 1,0,0,0,2294,2296,1,0,0,0,2295,2293,1,0,0,0,2296,2297,5,867,0,0, + 2297,2299,1,0,0,0,2298,2287,1,0,0,0,2298,2299,1,0,0,0,2299,2388, + 1,0,0,0,2300,2301,5,130,0,0,2301,2302,3,686,343,0,2302,2303,5,189, + 0,0,2303,2304,5,80,0,0,2304,2305,5,866,0,0,2305,2310,3,116,58,0, + 2306,2307,5,868,0,0,2307,2309,3,116,58,0,2308,2306,1,0,0,0,2309, + 2312,1,0,0,0,2310,2308,1,0,0,0,2310,2311,1,0,0,0,2311,2313,1,0,0, + 0,2312,2310,1,0,0,0,2313,2317,5,867,0,0,2314,2316,3,122,61,0,2315, + 2314,1,0,0,0,2316,2319,1,0,0,0,2317,2315,1,0,0,0,2317,2318,1,0,0, + 0,2318,2331,1,0,0,0,2319,2317,1,0,0,0,2320,2321,5,866,0,0,2321,2326, + 3,120,60,0,2322,2323,5,868,0,0,2323,2325,3,120,60,0,2324,2322,1, + 0,0,0,2325,2328,1,0,0,0,2326,2324,1,0,0,0,2326,2327,1,0,0,0,2327, + 2329,1,0,0,0,2328,2326,1,0,0,0,2329,2330,5,867,0,0,2330,2332,1,0, + 0,0,2331,2320,1,0,0,0,2331,2332,1,0,0,0,2332,2388,1,0,0,0,2333,2334, + 5,130,0,0,2334,2335,3,686,343,0,2335,2336,5,189,0,0,2336,2337,5, + 80,0,0,2337,2338,5,866,0,0,2338,2343,3,118,59,0,2339,2340,5,868, + 0,0,2340,2342,3,118,59,0,2341,2339,1,0,0,0,2342,2345,1,0,0,0,2343, + 2341,1,0,0,0,2343,2344,1,0,0,0,2344,2346,1,0,0,0,2345,2343,1,0,0, + 0,2346,2350,5,867,0,0,2347,2349,3,122,61,0,2348,2347,1,0,0,0,2349, + 2352,1,0,0,0,2350,2348,1,0,0,0,2350,2351,1,0,0,0,2351,2364,1,0,0, + 0,2352,2350,1,0,0,0,2353,2354,5,866,0,0,2354,2359,3,120,60,0,2355, + 2356,5,868,0,0,2356,2358,3,120,60,0,2357,2355,1,0,0,0,2358,2361, + 1,0,0,0,2359,2357,1,0,0,0,2359,2360,1,0,0,0,2360,2362,1,0,0,0,2361, + 2359,1,0,0,0,2362,2363,5,867,0,0,2363,2365,1,0,0,0,2364,2353,1,0, + 0,0,2364,2365,1,0,0,0,2365,2388,1,0,0,0,2366,2367,5,130,0,0,2367, + 2371,3,686,343,0,2368,2370,3,122,61,0,2369,2368,1,0,0,0,2370,2373, + 1,0,0,0,2371,2369,1,0,0,0,2371,2372,1,0,0,0,2372,2385,1,0,0,0,2373, + 2371,1,0,0,0,2374,2375,5,866,0,0,2375,2380,3,120,60,0,2376,2377, + 5,868,0,0,2377,2379,3,120,60,0,2378,2376,1,0,0,0,2379,2382,1,0,0, + 0,2380,2378,1,0,0,0,2380,2381,1,0,0,0,2381,2383,1,0,0,0,2382,2380, + 1,0,0,0,2383,2384,5,867,0,0,2384,2386,1,0,0,0,2385,2374,1,0,0,0, + 2385,2386,1,0,0,0,2386,2388,1,0,0,0,2387,2241,1,0,0,0,2387,2275, + 1,0,0,0,2387,2300,1,0,0,0,2387,2333,1,0,0,0,2387,2366,1,0,0,0,2388, + 115,1,0,0,0,2389,2393,3,738,369,0,2390,2393,3,812,406,0,2391,2393, + 5,111,0,0,2392,2389,1,0,0,0,2392,2390,1,0,0,0,2392,2391,1,0,0,0, + 2393,117,1,0,0,0,2394,2395,5,866,0,0,2395,2398,3,116,58,0,2396,2397, + 5,868,0,0,2397,2399,3,116,58,0,2398,2396,1,0,0,0,2399,2400,1,0,0, + 0,2400,2398,1,0,0,0,2400,2401,1,0,0,0,2401,2402,1,0,0,0,2402,2403, + 5,867,0,0,2403,119,1,0,0,0,2404,2405,5,652,0,0,2405,2409,3,720,360, + 0,2406,2408,3,122,61,0,2407,2406,1,0,0,0,2408,2411,1,0,0,0,2409, + 2407,1,0,0,0,2409,2410,1,0,0,0,2410,121,1,0,0,0,2411,2409,1,0,0, + 0,2412,2414,5,42,0,0,2413,2412,1,0,0,0,2413,2414,1,0,0,0,2414,2416, + 1,0,0,0,2415,2417,5,647,0,0,2416,2415,1,0,0,0,2416,2417,1,0,0,0, + 2417,2418,1,0,0,0,2418,2420,5,380,0,0,2419,2421,5,857,0,0,2420,2419, + 1,0,0,0,2420,2421,1,0,0,0,2421,2422,1,0,0,0,2422,2461,3,706,353, + 0,2423,2425,5,340,0,0,2424,2426,5,857,0,0,2425,2424,1,0,0,0,2425, + 2426,1,0,0,0,2426,2427,1,0,0,0,2427,2461,5,882,0,0,2428,2429,5,360, + 0,0,2429,2431,5,367,0,0,2430,2432,5,857,0,0,2431,2430,1,0,0,0,2431, + 2432,1,0,0,0,2432,2433,1,0,0,0,2433,2461,5,882,0,0,2434,2435,5,82, + 0,0,2435,2437,5,367,0,0,2436,2438,5,857,0,0,2437,2436,1,0,0,0,2437, + 2438,1,0,0,0,2438,2439,1,0,0,0,2439,2461,5,882,0,0,2440,2442,5,480, + 0,0,2441,2443,5,857,0,0,2442,2441,1,0,0,0,2442,2443,1,0,0,0,2443, + 2444,1,0,0,0,2444,2461,3,726,363,0,2445,2447,5,490,0,0,2446,2448, + 5,857,0,0,2447,2446,1,0,0,0,2447,2448,1,0,0,0,2448,2449,1,0,0,0, + 2449,2461,3,726,363,0,2450,2452,5,658,0,0,2451,2453,5,857,0,0,2452, + 2451,1,0,0,0,2452,2453,1,0,0,0,2453,2454,1,0,0,0,2454,2461,3,680, + 340,0,2455,2457,5,504,0,0,2456,2458,5,857,0,0,2457,2456,1,0,0,0, + 2457,2458,1,0,0,0,2458,2459,1,0,0,0,2459,2461,3,720,360,0,2460,2413, + 1,0,0,0,2460,2423,1,0,0,0,2460,2428,1,0,0,0,2460,2434,1,0,0,0,2460, + 2440,1,0,0,0,2460,2445,1,0,0,0,2460,2450,1,0,0,0,2460,2455,1,0,0, + 0,2461,123,1,0,0,0,2462,2463,5,8,0,0,2463,2465,7,0,0,0,2464,2466, + 3,636,318,0,2465,2464,1,0,0,0,2465,2466,1,0,0,0,2466,2468,1,0,0, + 0,2467,2469,3,54,27,0,2468,2467,1,0,0,0,2469,2470,1,0,0,0,2470,2468, + 1,0,0,0,2470,2471,1,0,0,0,2471,2481,1,0,0,0,2472,2473,5,8,0,0,2473, + 2474,7,0,0,0,2474,2475,3,636,318,0,2475,2476,5,677,0,0,2476,2477, + 5,360,0,0,2477,2478,5,367,0,0,2478,2479,5,496,0,0,2479,2481,1,0, + 0,0,2480,2462,1,0,0,0,2480,2472,1,0,0,0,2481,125,1,0,0,0,2482,2484, + 5,8,0,0,2483,2485,3,60,30,0,2484,2483,1,0,0,0,2484,2485,1,0,0,0, + 2485,2486,1,0,0,0,2486,2487,5,385,0,0,2487,2491,3,716,358,0,2488, + 2489,5,119,0,0,2489,2490,5,590,0,0,2490,2492,3,62,31,0,2491,2488, + 1,0,0,0,2491,2492,1,0,0,0,2492,2499,1,0,0,0,2493,2494,5,119,0,0, + 2494,2496,5,343,0,0,2495,2497,5,114,0,0,2496,2495,1,0,0,0,2496,2497, + 1,0,0,0,2497,2498,1,0,0,0,2498,2500,5,541,0,0,2499,2493,1,0,0,0, + 2499,2500,1,0,0,0,2500,2504,1,0,0,0,2501,2502,5,141,0,0,2502,2503, + 5,176,0,0,2503,2505,3,716,358,0,2504,2501,1,0,0,0,2504,2505,1,0, + 0,0,2505,2507,1,0,0,0,2506,2508,3,70,35,0,2507,2506,1,0,0,0,2507, + 2508,1,0,0,0,2508,2511,1,0,0,0,2509,2510,5,340,0,0,2510,2512,5,882, + 0,0,2511,2509,1,0,0,0,2511,2512,1,0,0,0,2512,2515,1,0,0,0,2513,2514, + 5,371,0,0,2514,2516,3,430,215,0,2515,2513,1,0,0,0,2515,2516,1,0, + 0,0,2516,127,1,0,0,0,2517,2518,5,8,0,0,2518,2519,5,409,0,0,2519, + 2523,3,640,320,0,2520,2522,3,80,40,0,2521,2520,1,0,0,0,2522,2525, + 1,0,0,0,2523,2521,1,0,0,0,2523,2524,1,0,0,0,2524,129,1,0,0,0,2525, + 2523,1,0,0,0,2526,2527,5,8,0,0,2527,2528,5,433,0,0,2528,2529,5,585, + 0,0,2529,2530,5,801,0,0,2530,2531,5,453,0,0,2531,2532,5,92,0,0,2532, + 131,1,0,0,0,2533,2534,5,8,0,0,2534,2535,5,451,0,0,2535,2536,5,74, + 0,0,2536,2537,3,720,360,0,2537,2538,5,6,0,0,2538,2539,5,671,0,0, + 2539,2545,5,882,0,0,2540,2542,5,428,0,0,2541,2543,5,857,0,0,2542, + 2541,1,0,0,0,2542,2543,1,0,0,0,2543,2544,1,0,0,0,2544,2546,3,728, + 364,0,2545,2540,1,0,0,0,2545,2546,1,0,0,0,2546,2548,1,0,0,0,2547, + 2549,5,687,0,0,2548,2547,1,0,0,0,2548,2549,1,0,0,0,2549,2550,1,0, + 0,0,2550,2552,5,380,0,0,2551,2553,5,857,0,0,2552,2551,1,0,0,0,2552, + 2553,1,0,0,0,2553,2554,1,0,0,0,2554,2555,3,706,353,0,2555,133,1, + 0,0,0,2556,2557,5,8,0,0,2557,2558,5,132,0,0,2558,2562,3,716,358, + 0,2559,2561,3,80,40,0,2560,2559,1,0,0,0,2561,2564,1,0,0,0,2562,2560, + 1,0,0,0,2562,2563,1,0,0,0,2563,135,1,0,0,0,2564,2562,1,0,0,0,2565, + 2566,5,8,0,0,2566,2567,5,592,0,0,2567,2568,3,720,360,0,2568,2569, + 5,518,0,0,2569,2570,5,866,0,0,2570,2575,3,82,41,0,2571,2572,5,868, + 0,0,2572,2574,3,82,41,0,2573,2571,1,0,0,0,2574,2577,1,0,0,0,2575, + 2573,1,0,0,0,2575,2576,1,0,0,0,2576,2578,1,0,0,0,2577,2575,1,0,0, + 0,2578,2579,5,867,0,0,2579,137,1,0,0,0,2580,2581,5,8,0,0,2581,2582, + 5,173,0,0,2582,2591,3,660,330,0,2583,2588,3,144,72,0,2584,2585,5, + 868,0,0,2585,2587,3,144,72,0,2586,2584,1,0,0,0,2587,2590,1,0,0,0, + 2588,2586,1,0,0,0,2588,2589,1,0,0,0,2589,2592,1,0,0,0,2590,2588, + 1,0,0,0,2591,2583,1,0,0,0,2591,2592,1,0,0,0,2592,2600,1,0,0,0,2593, + 2597,3,146,73,0,2594,2596,3,146,73,0,2595,2594,1,0,0,0,2596,2599, + 1,0,0,0,2597,2595,1,0,0,0,2597,2598,1,0,0,0,2598,2601,1,0,0,0,2599, + 2597,1,0,0,0,2600,2593,1,0,0,0,2600,2601,1,0,0,0,2601,139,1,0,0, + 0,2602,2604,5,8,0,0,2603,2605,5,180,0,0,2604,2603,1,0,0,0,2604,2605, + 1,0,0,0,2605,2606,1,0,0,0,2606,2607,5,658,0,0,2607,2608,3,680,340, + 0,2608,2609,7,35,0,0,2609,2610,5,361,0,0,2610,2616,5,882,0,0,2611, + 2613,5,428,0,0,2612,2614,5,857,0,0,2613,2612,1,0,0,0,2613,2614,1, + 0,0,0,2614,2615,1,0,0,0,2615,2617,3,728,364,0,2616,2611,1,0,0,0, + 2616,2617,1,0,0,0,2617,2619,1,0,0,0,2618,2620,5,687,0,0,2619,2618, + 1,0,0,0,2619,2620,1,0,0,0,2620,2624,1,0,0,0,2621,2622,5,141,0,0, + 2622,2623,5,176,0,0,2623,2625,3,678,339,0,2624,2621,1,0,0,0,2624, + 2625,1,0,0,0,2625,2631,1,0,0,0,2626,2628,5,314,0,0,2627,2629,5,857, + 0,0,2628,2627,1,0,0,0,2628,2629,1,0,0,0,2629,2630,1,0,0,0,2630,2632, + 3,728,364,0,2631,2626,1,0,0,0,2631,2632,1,0,0,0,2632,2635,1,0,0, + 0,2633,2634,5,155,0,0,2634,2636,7,36,0,0,2635,2633,1,0,0,0,2635, + 2636,1,0,0,0,2636,2642,1,0,0,0,2637,2639,5,376,0,0,2638,2640,5,857, + 0,0,2639,2638,1,0,0,0,2639,2640,1,0,0,0,2640,2641,1,0,0,0,2641,2643, + 5,882,0,0,2642,2637,1,0,0,0,2642,2643,1,0,0,0,2643,2649,1,0,0,0, + 2644,2646,5,380,0,0,2645,2647,5,857,0,0,2646,2645,1,0,0,0,2646,2647, + 1,0,0,0,2647,2648,1,0,0,0,2648,2650,3,706,353,0,2649,2644,1,0,0, + 0,2649,2650,1,0,0,0,2650,2656,1,0,0,0,2651,2653,5,825,0,0,2652,2654, + 5,857,0,0,2653,2652,1,0,0,0,2653,2654,1,0,0,0,2654,2655,1,0,0,0, + 2655,2657,5,882,0,0,2656,2651,1,0,0,0,2656,2657,1,0,0,0,2657,141, + 1,0,0,0,2658,2662,5,8,0,0,2659,2660,5,308,0,0,2660,2661,5,857,0, + 0,2661,2663,7,11,0,0,2662,2659,1,0,0,0,2662,2663,1,0,0,0,2663,2665, + 1,0,0,0,2664,2666,3,60,30,0,2665,2664,1,0,0,0,2665,2666,1,0,0,0, + 2666,2670,1,0,0,0,2667,2668,5,162,0,0,2668,2669,5,591,0,0,2669,2671, + 7,12,0,0,2670,2667,1,0,0,0,2670,2671,1,0,0,0,2671,2672,1,0,0,0,2672, + 2673,5,684,0,0,2673,2678,3,644,322,0,2674,2675,5,866,0,0,2675,2676, + 3,668,334,0,2676,2677,5,867,0,0,2677,2679,1,0,0,0,2678,2674,1,0, + 0,0,2678,2679,1,0,0,0,2679,2680,1,0,0,0,2680,2681,5,13,0,0,2681, + 2688,3,208,104,0,2682,2684,5,194,0,0,2683,2685,7,13,0,0,2684,2683, + 1,0,0,0,2684,2685,1,0,0,0,2685,2686,1,0,0,0,2686,2687,5,27,0,0,2687, + 2689,5,121,0,0,2688,2682,1,0,0,0,2688,2689,1,0,0,0,2689,143,1,0, + 0,0,2690,2697,3,102,51,0,2691,2693,5,868,0,0,2692,2691,1,0,0,0,2692, + 2693,1,0,0,0,2693,2694,1,0,0,0,2694,2696,3,102,51,0,2695,2692,1, + 0,0,0,2696,2699,1,0,0,0,2697,2695,1,0,0,0,2697,2698,1,0,0,0,2698, + 2955,1,0,0,0,2699,2697,1,0,0,0,2700,2702,5,6,0,0,2701,2703,5,29, + 0,0,2702,2701,1,0,0,0,2702,2703,1,0,0,0,2703,2704,1,0,0,0,2704,2705, + 3,672,336,0,2705,2709,3,92,46,0,2706,2710,5,402,0,0,2707,2708,5, + 306,0,0,2708,2710,3,672,336,0,2709,2706,1,0,0,0,2709,2707,1,0,0, + 0,2709,2710,1,0,0,0,2710,2955,1,0,0,0,2711,2713,5,6,0,0,2712,2714, + 5,29,0,0,2713,2712,1,0,0,0,2713,2714,1,0,0,0,2714,2715,1,0,0,0,2715, + 2716,5,866,0,0,2716,2717,3,672,336,0,2717,2724,3,92,46,0,2718,2719, + 5,868,0,0,2719,2720,3,672,336,0,2720,2721,3,92,46,0,2721,2723,1, + 0,0,0,2722,2718,1,0,0,0,2723,2726,1,0,0,0,2724,2722,1,0,0,0,2724, + 2725,1,0,0,0,2725,2727,1,0,0,0,2726,2724,1,0,0,0,2727,2728,5,867, + 0,0,2728,2955,1,0,0,0,2729,2730,5,6,0,0,2730,2732,7,19,0,0,2731, + 2733,3,650,325,0,2732,2731,1,0,0,0,2732,2733,1,0,0,0,2733,2735,1, + 0,0,0,2734,2736,3,72,36,0,2735,2734,1,0,0,0,2735,2736,1,0,0,0,2736, + 2737,1,0,0,0,2737,2741,3,752,376,0,2738,2740,3,74,37,0,2739,2738, + 1,0,0,0,2740,2743,1,0,0,0,2741,2739,1,0,0,0,2741,2742,1,0,0,0,2742, + 2955,1,0,0,0,2743,2741,1,0,0,0,2744,2745,5,6,0,0,2745,2747,7,20, + 0,0,2746,2748,7,19,0,0,2747,2746,1,0,0,0,2747,2748,1,0,0,0,2748, + 2750,1,0,0,0,2749,2751,3,650,325,0,2750,2749,1,0,0,0,2750,2751,1, + 0,0,0,2751,2752,1,0,0,0,2752,2756,3,752,376,0,2753,2755,3,74,37, + 0,2754,2753,1,0,0,0,2755,2758,1,0,0,0,2756,2754,1,0,0,0,2756,2757, + 1,0,0,0,2757,2955,1,0,0,0,2758,2756,1,0,0,0,2759,2764,5,6,0,0,2760, + 2762,5,31,0,0,2761,2763,3,720,360,0,2762,2761,1,0,0,0,2762,2763, + 1,0,0,0,2763,2765,1,0,0,0,2764,2760,1,0,0,0,2764,2765,1,0,0,0,2765, + 2766,1,0,0,0,2766,2767,5,131,0,0,2767,2769,5,92,0,0,2768,2770,3, + 72,36,0,2769,2768,1,0,0,0,2769,2770,1,0,0,0,2770,2771,1,0,0,0,2771, + 2775,3,752,376,0,2772,2774,3,74,37,0,2773,2772,1,0,0,0,2774,2777, + 1,0,0,0,2775,2773,1,0,0,0,2775,2776,1,0,0,0,2776,2955,1,0,0,0,2777, + 2775,1,0,0,0,2778,2783,5,6,0,0,2779,2781,5,31,0,0,2780,2782,3,720, + 360,0,2781,2780,1,0,0,0,2781,2782,1,0,0,0,2782,2784,1,0,0,0,2783, + 2779,1,0,0,0,2783,2784,1,0,0,0,2784,2785,1,0,0,0,2785,2787,5,182, + 0,0,2786,2788,7,19,0,0,2787,2786,1,0,0,0,2787,2788,1,0,0,0,2788, + 2790,1,0,0,0,2789,2791,3,650,325,0,2790,2789,1,0,0,0,2790,2791,1, + 0,0,0,2791,2793,1,0,0,0,2792,2794,3,72,36,0,2793,2792,1,0,0,0,2793, + 2794,1,0,0,0,2794,2795,1,0,0,0,2795,2799,3,752,376,0,2796,2798,3, + 74,37,0,2797,2796,1,0,0,0,2798,2801,1,0,0,0,2799,2797,1,0,0,0,2799, + 2800,1,0,0,0,2800,2955,1,0,0,0,2801,2799,1,0,0,0,2802,2807,5,6,0, + 0,2803,2805,5,31,0,0,2804,2806,3,720,360,0,2805,2804,1,0,0,0,2805, + 2806,1,0,0,0,2806,2808,1,0,0,0,2807,2803,1,0,0,0,2807,2808,1,0,0, + 0,2808,2809,1,0,0,0,2809,2810,5,67,0,0,2810,2812,5,92,0,0,2811,2813, + 3,650,325,0,2812,2811,1,0,0,0,2812,2813,1,0,0,0,2813,2814,1,0,0, + 0,2814,2815,3,752,376,0,2815,2816,3,96,48,0,2816,2955,1,0,0,0,2817, + 2819,5,6,0,0,2818,2820,3,88,44,0,2819,2818,1,0,0,0,2819,2820,1,0, + 0,0,2820,2955,1,0,0,0,2821,2822,5,51,0,0,2822,2823,7,37,0,0,2823, + 2955,3,720,360,0,2824,2825,5,8,0,0,2825,2826,7,37,0,0,2826,2828, + 3,720,360,0,2827,2829,5,114,0,0,2828,2827,1,0,0,0,2828,2829,1,0, + 0,0,2829,2831,1,0,0,0,2830,2832,5,57,0,0,2831,2830,1,0,0,0,2831, + 2832,1,0,0,0,2832,2955,1,0,0,0,2833,2835,5,308,0,0,2834,2836,5,857, + 0,0,2835,2834,1,0,0,0,2835,2836,1,0,0,0,2836,2837,1,0,0,0,2837,2955, + 7,38,0,0,2838,2840,5,8,0,0,2839,2841,5,29,0,0,2840,2839,1,0,0,0, + 2840,2841,1,0,0,0,2841,2842,1,0,0,0,2842,2850,3,672,336,0,2843,2844, + 5,155,0,0,2844,2845,5,42,0,0,2845,2851,3,768,384,0,2846,2847,5,155, + 0,0,2847,2851,7,17,0,0,2848,2849,5,51,0,0,2849,2851,5,42,0,0,2850, + 2843,1,0,0,0,2850,2846,1,0,0,0,2850,2848,1,0,0,0,2851,2955,1,0,0, + 0,2852,2853,5,8,0,0,2853,2854,5,82,0,0,2854,2855,3,650,325,0,2855, + 2856,7,17,0,0,2856,2955,1,0,0,0,2857,2859,5,25,0,0,2858,2860,5,29, + 0,0,2859,2858,1,0,0,0,2859,2860,1,0,0,0,2860,2861,1,0,0,0,2861,2862, + 3,672,336,0,2862,2863,3,666,333,0,2863,2867,3,92,46,0,2864,2868, + 5,402,0,0,2865,2866,5,306,0,0,2866,2868,3,672,336,0,2867,2864,1, + 0,0,0,2867,2865,1,0,0,0,2867,2868,1,0,0,0,2868,2955,1,0,0,0,2869, + 2871,5,42,0,0,2870,2869,1,0,0,0,2870,2871,1,0,0,0,2871,2872,1,0, + 0,0,2872,2873,5,26,0,0,2873,2874,5,155,0,0,2874,2875,5,857,0,0,2875, + 2881,3,702,351,0,2876,2878,5,28,0,0,2877,2879,5,857,0,0,2878,2877, + 1,0,0,0,2878,2879,1,0,0,0,2879,2880,1,0,0,0,2880,2882,3,704,352, + 0,2881,2876,1,0,0,0,2881,2882,1,0,0,0,2882,2955,1,0,0,0,2883,2884, + 5,33,0,0,2884,2888,5,176,0,0,2885,2889,5,823,0,0,2886,2887,5,26, + 0,0,2887,2889,5,155,0,0,2888,2885,1,0,0,0,2888,2886,1,0,0,0,2889, + 2890,1,0,0,0,2890,2893,3,702,351,0,2891,2892,5,28,0,0,2892,2894, + 3,704,352,0,2893,2891,1,0,0,0,2893,2894,1,0,0,0,2894,2955,1,0,0, + 0,2895,2896,7,39,0,0,2896,2955,5,93,0,0,2897,2898,7,40,0,0,2898, + 2955,5,658,0,0,2899,2901,5,51,0,0,2900,2902,5,29,0,0,2901,2900,1, + 0,0,0,2901,2902,1,0,0,0,2902,2903,1,0,0,0,2903,2955,3,672,336,0, + 2904,2905,5,51,0,0,2905,2906,7,19,0,0,2906,2955,3,650,325,0,2907, + 2908,5,51,0,0,2908,2909,5,131,0,0,2909,2955,5,92,0,0,2910,2911,5, + 51,0,0,2911,2912,5,67,0,0,2912,2913,5,92,0,0,2913,2955,3,720,360, + 0,2914,2955,5,66,0,0,2915,2917,5,104,0,0,2916,2918,5,857,0,0,2917, + 2916,1,0,0,0,2917,2918,1,0,0,0,2918,2919,1,0,0,0,2919,2955,7,4,0, + 0,2920,2922,5,492,0,0,2921,2923,5,29,0,0,2922,2921,1,0,0,0,2922, + 2923,1,0,0,0,2923,2924,1,0,0,0,2924,2925,3,672,336,0,2925,2929,3, + 92,46,0,2926,2930,5,402,0,0,2927,2928,5,306,0,0,2928,2930,3,672, + 336,0,2929,2926,1,0,0,0,2929,2927,1,0,0,0,2929,2930,1,0,0,0,2930, + 2955,1,0,0,0,2931,2932,5,125,0,0,2932,2933,5,20,0,0,2933,2955,3, + 668,334,0,2934,2935,5,141,0,0,2935,2936,5,29,0,0,2936,2937,3,672, + 336,0,2937,2938,5,176,0,0,2938,2939,3,666,333,0,2939,2955,1,0,0, + 0,2940,2941,5,141,0,0,2941,2942,7,19,0,0,2942,2943,3,650,325,0,2943, + 2944,5,176,0,0,2944,2945,3,646,323,0,2945,2955,1,0,0,0,2946,2948, + 5,141,0,0,2947,2949,7,41,0,0,2948,2947,1,0,0,0,2948,2949,1,0,0,0, + 2949,2950,1,0,0,0,2950,2955,3,656,328,0,2951,2952,7,42,0,0,2952, + 2955,5,681,0,0,2953,2955,3,146,73,0,2954,2690,1,0,0,0,2954,2700, + 1,0,0,0,2954,2711,1,0,0,0,2954,2729,1,0,0,0,2954,2744,1,0,0,0,2954, + 2759,1,0,0,0,2954,2778,1,0,0,0,2954,2802,1,0,0,0,2954,2817,1,0,0, + 0,2954,2821,1,0,0,0,2954,2824,1,0,0,0,2954,2833,1,0,0,0,2954,2838, + 1,0,0,0,2954,2852,1,0,0,0,2954,2857,1,0,0,0,2954,2870,1,0,0,0,2954, + 2883,1,0,0,0,2954,2895,1,0,0,0,2954,2897,1,0,0,0,2954,2899,1,0,0, + 0,2954,2904,1,0,0,0,2954,2907,1,0,0,0,2954,2910,1,0,0,0,2954,2914, + 1,0,0,0,2954,2915,1,0,0,0,2954,2920,1,0,0,0,2954,2931,1,0,0,0,2954, + 2934,1,0,0,0,2954,2940,1,0,0,0,2954,2946,1,0,0,0,2954,2951,1,0,0, + 0,2954,2953,1,0,0,0,2955,145,1,0,0,0,2956,2957,5,6,0,0,2957,2958, + 5,130,0,0,2958,2959,5,866,0,0,2959,2964,3,114,57,0,2960,2961,5,868, + 0,0,2961,2963,3,114,57,0,2962,2960,1,0,0,0,2963,2966,1,0,0,0,2964, + 2962,1,0,0,0,2964,2965,1,0,0,0,2965,2967,1,0,0,0,2966,2964,1,0,0, + 0,2967,2968,5,867,0,0,2968,3055,1,0,0,0,2969,2970,5,51,0,0,2970, + 2971,5,130,0,0,2971,3055,3,684,342,0,2972,2973,5,369,0,0,2973,2976, + 5,130,0,0,2974,2977,3,684,342,0,2975,2977,5,7,0,0,2976,2974,1,0, + 0,0,2976,2975,1,0,0,0,2977,2978,1,0,0,0,2978,3055,5,658,0,0,2979, + 2980,5,425,0,0,2980,2983,5,130,0,0,2981,2984,3,684,342,0,2982,2984, + 5,7,0,0,2983,2981,1,0,0,0,2983,2982,1,0,0,0,2984,2985,1,0,0,0,2985, + 3055,5,658,0,0,2986,2987,5,668,0,0,2987,2990,5,130,0,0,2988,2991, + 3,684,342,0,2989,2991,5,7,0,0,2990,2988,1,0,0,0,2990,2989,1,0,0, + 0,2991,3055,1,0,0,0,2992,2993,5,335,0,0,2993,2994,5,130,0,0,2994, + 3055,3,726,363,0,2995,2996,5,561,0,0,2996,2997,5,130,0,0,2997,2998, + 3,684,342,0,2998,2999,5,88,0,0,2999,3000,5,866,0,0,3000,3005,3,114, + 57,0,3001,3002,5,868,0,0,3002,3004,3,114,57,0,3003,3001,1,0,0,0, + 3004,3007,1,0,0,0,3005,3003,1,0,0,0,3005,3006,1,0,0,0,3006,3008, + 1,0,0,0,3007,3005,1,0,0,0,3008,3009,5,867,0,0,3009,3055,1,0,0,0, + 3010,3011,5,388,0,0,3011,3012,5,130,0,0,3012,3013,3,686,343,0,3013, + 3014,5,194,0,0,3014,3015,5,173,0,0,3015,3018,3,660,330,0,3016,3017, + 7,42,0,0,3017,3019,5,681,0,0,3018,3016,1,0,0,0,3018,3019,1,0,0,0, + 3019,3055,1,0,0,0,3020,3021,5,10,0,0,3021,3024,5,130,0,0,3022,3025, + 3,684,342,0,3023,3025,5,7,0,0,3024,3022,1,0,0,0,3024,3023,1,0,0, + 0,3025,3055,1,0,0,0,3026,3027,5,27,0,0,3027,3030,5,130,0,0,3028, + 3031,3,684,342,0,3029,3031,5,7,0,0,3030,3028,1,0,0,0,3030,3029,1, + 0,0,0,3031,3055,1,0,0,0,3032,3033,5,120,0,0,3033,3036,5,130,0,0, + 3034,3037,3,684,342,0,3035,3037,5,7,0,0,3036,3034,1,0,0,0,3036,3035, + 1,0,0,0,3037,3055,1,0,0,0,3038,3039,5,550,0,0,3039,3042,5,130,0, + 0,3040,3043,3,684,342,0,3041,3043,5,7,0,0,3042,3040,1,0,0,0,3042, + 3041,1,0,0,0,3043,3055,1,0,0,0,3044,3045,5,562,0,0,3045,3048,5,130, + 0,0,3046,3049,3,684,342,0,3047,3049,5,7,0,0,3048,3046,1,0,0,0,3048, + 3047,1,0,0,0,3049,3055,1,0,0,0,3050,3051,5,560,0,0,3051,3055,5,527, + 0,0,3052,3053,5,677,0,0,3053,3055,5,527,0,0,3054,2956,1,0,0,0,3054, + 2969,1,0,0,0,3054,2972,1,0,0,0,3054,2979,1,0,0,0,3054,2986,1,0,0, + 0,3054,2992,1,0,0,0,3054,2995,1,0,0,0,3054,3010,1,0,0,0,3054,3020, + 1,0,0,0,3054,3026,1,0,0,0,3054,3032,1,0,0,0,3054,3038,1,0,0,0,3054, + 3044,1,0,0,0,3054,3050,1,0,0,0,3054,3052,1,0,0,0,3055,147,1,0,0, + 0,3056,3057,5,51,0,0,3057,3059,7,0,0,0,3058,3060,3,772,386,0,3059, + 3058,1,0,0,0,3059,3060,1,0,0,0,3060,3061,1,0,0,0,3061,3062,3,636, + 318,0,3062,149,1,0,0,0,3063,3064,5,51,0,0,3064,3066,5,385,0,0,3065, + 3067,3,772,386,0,3066,3065,1,0,0,0,3066,3067,1,0,0,0,3067,3068,1, + 0,0,0,3068,3069,3,716,358,0,3069,151,1,0,0,0,3070,3071,5,51,0,0, + 3071,3073,5,82,0,0,3072,3074,7,1,0,0,3073,3072,1,0,0,0,3073,3074, + 1,0,0,0,3074,3075,1,0,0,0,3075,3076,3,650,325,0,3076,3077,5,119, + 0,0,3077,3090,3,660,330,0,3078,3080,5,308,0,0,3079,3081,5,857,0, + 0,3080,3079,1,0,0,0,3080,3081,1,0,0,0,3081,3082,1,0,0,0,3082,3089, + 7,3,0,0,3083,3085,5,104,0,0,3084,3086,5,857,0,0,3085,3084,1,0,0, + 0,3085,3086,1,0,0,0,3086,3087,1,0,0,0,3087,3089,7,4,0,0,3088,3078, + 1,0,0,0,3088,3083,1,0,0,0,3089,3092,1,0,0,0,3090,3088,1,0,0,0,3090, + 3091,1,0,0,0,3091,153,1,0,0,0,3092,3090,1,0,0,0,3093,3094,5,51,0, + 0,3094,3095,5,451,0,0,3095,3096,5,74,0,0,3096,3097,3,720,360,0,3097, + 3099,5,380,0,0,3098,3100,5,857,0,0,3099,3098,1,0,0,0,3099,3100,1, + 0,0,0,3100,3101,1,0,0,0,3101,3102,3,706,353,0,3102,155,1,0,0,0,3103, + 3104,5,51,0,0,3104,3106,5,132,0,0,3105,3107,3,772,386,0,3106,3105, + 1,0,0,0,3106,3107,1,0,0,0,3107,3108,1,0,0,0,3108,3109,3,716,358, + 0,3109,157,1,0,0,0,3110,3111,5,51,0,0,3111,3113,5,409,0,0,3112,3114, + 3,772,386,0,3113,3112,1,0,0,0,3113,3114,1,0,0,0,3114,3115,1,0,0, + 0,3115,3116,3,640,320,0,3116,159,1,0,0,0,3117,3118,5,51,0,0,3118, + 3120,5,592,0,0,3119,3121,3,772,386,0,3120,3119,1,0,0,0,3120,3121, + 1,0,0,0,3121,3122,1,0,0,0,3122,3123,3,720,360,0,3123,161,1,0,0,0, + 3124,3125,5,51,0,0,3125,3126,5,161,0,0,3126,3127,5,137,0,0,3127, + 3129,5,835,0,0,3128,3130,3,772,386,0,3129,3128,1,0,0,0,3129,3130, + 1,0,0,0,3130,3131,1,0,0,0,3131,3132,5,883,0,0,3132,163,1,0,0,0,3133, + 3135,5,51,0,0,3134,3136,5,660,0,0,3135,3134,1,0,0,0,3135,3136,1, + 0,0,0,3136,3137,1,0,0,0,3137,3139,5,173,0,0,3138,3140,3,772,386, + 0,3139,3138,1,0,0,0,3139,3140,1,0,0,0,3140,3141,1,0,0,0,3141,3143, + 3,658,329,0,3142,3144,7,43,0,0,3143,3142,1,0,0,0,3143,3144,1,0,0, + 0,3144,165,1,0,0,0,3145,3147,5,51,0,0,3146,3148,5,180,0,0,3147,3146, + 1,0,0,0,3147,3148,1,0,0,0,3148,3149,1,0,0,0,3149,3150,5,658,0,0, + 3150,3156,3,680,340,0,3151,3153,5,380,0,0,3152,3154,5,857,0,0,3153, + 3152,1,0,0,0,3153,3154,1,0,0,0,3154,3155,1,0,0,0,3155,3157,3,706, + 353,0,3156,3151,1,0,0,0,3156,3157,1,0,0,0,3157,167,1,0,0,0,3158, + 3159,5,51,0,0,3159,3161,5,178,0,0,3160,3162,3,772,386,0,3161,3160, + 1,0,0,0,3161,3162,1,0,0,0,3162,3163,1,0,0,0,3163,3164,3,716,358, + 0,3164,169,1,0,0,0,3165,3166,5,51,0,0,3166,3168,5,684,0,0,3167,3169, + 3,772,386,0,3168,3167,1,0,0,0,3168,3169,1,0,0,0,3169,3170,1,0,0, + 0,3170,3175,3,644,322,0,3171,3172,5,868,0,0,3172,3174,3,644,322, + 0,3173,3171,1,0,0,0,3174,3177,1,0,0,0,3175,3173,1,0,0,0,3175,3176, + 1,0,0,0,3176,3179,1,0,0,0,3177,3175,1,0,0,0,3178,3180,7,43,0,0,3179, + 3178,1,0,0,0,3179,3180,1,0,0,0,3180,171,1,0,0,0,3181,3182,5,51,0, + 0,3182,3184,5,582,0,0,3183,3185,3,772,386,0,3184,3183,1,0,0,0,3184, + 3185,1,0,0,0,3185,3186,1,0,0,0,3186,3187,3,662,331,0,3187,173,1, + 0,0,0,3188,3189,5,155,0,0,3189,3190,5,42,0,0,3190,3194,5,582,0,0, + 3191,3195,5,505,0,0,3192,3195,5,7,0,0,3193,3195,3,662,331,0,3194, + 3191,1,0,0,0,3194,3192,1,0,0,0,3194,3193,1,0,0,0,3195,3196,1,0,0, + 0,3196,3197,5,176,0,0,3197,3202,3,664,332,0,3198,3199,5,868,0,0, + 3199,3201,3,664,332,0,3200,3198,1,0,0,0,3201,3204,1,0,0,0,3202,3200, + 1,0,0,0,3202,3203,1,0,0,0,3203,3209,1,0,0,0,3204,3202,1,0,0,0,3205, + 3206,5,155,0,0,3206,3207,5,582,0,0,3207,3209,3,476,238,0,3208,3188, + 1,0,0,0,3208,3205,1,0,0,0,3209,175,1,0,0,0,3210,3211,5,141,0,0,3211, + 3212,5,173,0,0,3212,3217,3,178,89,0,3213,3214,5,868,0,0,3214,3216, + 3,178,89,0,3215,3213,1,0,0,0,3216,3219,1,0,0,0,3217,3215,1,0,0,0, + 3217,3218,1,0,0,0,3218,177,1,0,0,0,3219,3217,1,0,0,0,3220,3221,3, + 660,330,0,3221,3222,5,176,0,0,3222,3223,3,656,328,0,3223,179,1,0, + 0,0,3224,3226,5,668,0,0,3225,3227,5,173,0,0,3226,3225,1,0,0,0,3226, + 3227,1,0,0,0,3227,3228,1,0,0,0,3228,3229,3,660,330,0,3229,181,1, + 0,0,0,3230,3231,5,21,0,0,3231,3238,3,716,358,0,3232,3235,5,866,0, + 0,3233,3236,3,762,381,0,3234,3236,3,754,377,0,3235,3233,1,0,0,0, + 3235,3234,1,0,0,0,3235,3236,1,0,0,0,3236,3237,1,0,0,0,3237,3239, + 5,867,0,0,3238,3232,1,0,0,0,3238,3239,1,0,0,0,3239,183,1,0,0,0,3240, + 3243,3,238,119,0,3241,3243,3,240,120,0,3242,3240,1,0,0,0,3242,3241, + 1,0,0,0,3243,185,1,0,0,0,3244,3245,5,371,0,0,3245,3246,3,754,377, + 0,3246,187,1,0,0,0,3247,3252,3,242,121,0,3248,3252,3,244,122,0,3249, + 3252,3,246,123,0,3250,3252,3,248,124,0,3251,3247,1,0,0,0,3251,3248, + 1,0,0,0,3251,3249,1,0,0,0,3251,3250,1,0,0,0,3252,189,1,0,0,0,3253, + 3255,5,86,0,0,3254,3256,7,44,0,0,3255,3254,1,0,0,0,3255,3256,1,0, + 0,0,3256,3258,1,0,0,0,3257,3259,5,79,0,0,3258,3257,1,0,0,0,3258, + 3259,1,0,0,0,3259,3261,1,0,0,0,3260,3262,5,88,0,0,3261,3260,1,0, + 0,0,3261,3262,1,0,0,0,3262,3263,1,0,0,0,3263,3270,3,660,330,0,3264, + 3265,5,130,0,0,3265,3267,5,866,0,0,3266,3268,3,684,342,0,3267,3266, + 1,0,0,0,3267,3268,1,0,0,0,3268,3269,1,0,0,0,3269,3271,5,867,0,0, + 3270,3264,1,0,0,0,3270,3271,1,0,0,0,3271,3283,1,0,0,0,3272,3274, + 3,268,134,0,3273,3272,1,0,0,0,3273,3274,1,0,0,0,3274,3277,1,0,0, + 0,3275,3278,3,756,378,0,3276,3278,3,194,97,0,3277,3275,1,0,0,0,3277, + 3276,1,0,0,0,3277,3278,1,0,0,0,3278,3280,1,0,0,0,3279,3281,3,192, + 96,0,3280,3279,1,0,0,0,3280,3281,1,0,0,0,3281,3284,1,0,0,0,3282, + 3284,3,230,115,0,3283,3273,1,0,0,0,3283,3282,1,0,0,0,3284,3286,1, + 0,0,0,3285,3287,3,192,96,0,3286,3285,1,0,0,0,3286,3287,1,0,0,0,3287, + 3300,1,0,0,0,3288,3289,5,119,0,0,3289,3290,5,373,0,0,3290,3291,5, + 92,0,0,3291,3292,5,185,0,0,3292,3297,3,232,116,0,3293,3294,5,868, + 0,0,3294,3296,3,232,116,0,3295,3293,1,0,0,0,3296,3299,1,0,0,0,3297, + 3295,1,0,0,0,3297,3298,1,0,0,0,3298,3301,1,0,0,0,3299,3297,1,0,0, + 0,3300,3288,1,0,0,0,3300,3301,1,0,0,0,3301,191,1,0,0,0,3302,3303, + 5,13,0,0,3303,3305,3,720,360,0,3304,3306,3,268,134,0,3305,3304,1, + 0,0,0,3305,3306,1,0,0,0,3306,193,1,0,0,0,3307,3312,3,208,104,0,3308, + 3309,5,173,0,0,3309,3312,3,660,330,0,3310,3312,3,228,114,0,3311, + 3307,1,0,0,0,3311,3308,1,0,0,0,3311,3310,1,0,0,0,3312,195,1,0,0, + 0,3313,3319,3,198,99,0,3314,3316,5,828,0,0,3315,3317,7,45,0,0,3316, + 3315,1,0,0,0,3316,3317,1,0,0,0,3317,3318,1,0,0,0,3318,3320,3,198, + 99,0,3319,3314,1,0,0,0,3320,3321,1,0,0,0,3321,3319,1,0,0,0,3321, + 3322,1,0,0,0,3322,197,1,0,0,0,3323,3325,5,866,0,0,3324,3323,1,0, + 0,0,3324,3325,1,0,0,0,3325,3326,1,0,0,0,3326,3328,3,280,140,0,3327, + 3329,5,867,0,0,3328,3327,1,0,0,0,3328,3329,1,0,0,0,3329,199,1,0, + 0,0,3330,3331,5,103,0,0,3331,3333,5,360,0,0,3332,3334,7,46,0,0,3333, + 3332,1,0,0,0,3333,3334,1,0,0,0,3334,3336,1,0,0,0,3335,3337,5,450, + 0,0,3336,3335,1,0,0,0,3336,3337,1,0,0,0,3337,3338,1,0,0,0,3338,3339, + 5,83,0,0,3339,3341,5,882,0,0,3340,3342,7,7,0,0,3341,3340,1,0,0,0, + 3341,3342,1,0,0,0,3342,3343,1,0,0,0,3343,3344,5,88,0,0,3344,3345, + 5,173,0,0,3345,3351,3,660,330,0,3346,3347,5,130,0,0,3347,3348,5, + 866,0,0,3348,3349,3,684,342,0,3349,3350,5,867,0,0,3350,3352,1,0, + 0,0,3351,3346,1,0,0,0,3351,3352,1,0,0,0,3352,3356,1,0,0,0,3353,3354, + 5,26,0,0,3354,3355,5,155,0,0,3355,3357,3,702,351,0,3356,3353,1,0, + 0,0,3356,3357,1,0,0,0,3357,3364,1,0,0,0,3358,3360,7,47,0,0,3359, + 3361,3,312,156,0,3360,3359,1,0,0,0,3361,3362,1,0,0,0,3362,3360,1, + 0,0,0,3362,3363,1,0,0,0,3363,3365,1,0,0,0,3364,3358,1,0,0,0,3364, + 3365,1,0,0,0,3365,3372,1,0,0,0,3366,3368,5,102,0,0,3367,3369,3,314, + 157,0,3368,3367,1,0,0,0,3369,3370,1,0,0,0,3370,3368,1,0,0,0,3370, + 3371,1,0,0,0,3371,3373,1,0,0,0,3372,3366,1,0,0,0,3372,3373,1,0,0, + 0,3373,3378,1,0,0,0,3374,3375,5,79,0,0,3375,3376,3,726,363,0,3376, + 3377,7,48,0,0,3377,3379,1,0,0,0,3378,3374,1,0,0,0,3378,3379,1,0, + 0,0,3379,3391,1,0,0,0,3380,3381,5,866,0,0,3381,3386,3,234,117,0, + 3382,3383,5,868,0,0,3383,3385,3,234,117,0,3384,3382,1,0,0,0,3385, + 3388,1,0,0,0,3386,3384,1,0,0,0,3386,3387,1,0,0,0,3387,3389,1,0,0, + 0,3388,3386,1,0,0,0,3389,3390,5,867,0,0,3390,3392,1,0,0,0,3391,3380, + 1,0,0,0,3391,3392,1,0,0,0,3392,3402,1,0,0,0,3393,3394,5,155,0,0, + 3394,3399,3,232,116,0,3395,3396,5,868,0,0,3396,3398,3,232,116,0, + 3397,3395,1,0,0,0,3398,3401,1,0,0,0,3399,3397,1,0,0,0,3399,3400, + 1,0,0,0,3400,3403,1,0,0,0,3401,3399,1,0,0,0,3402,3393,1,0,0,0,3402, + 3403,1,0,0,0,3403,201,1,0,0,0,3404,3405,5,103,0,0,3405,3407,5,695, + 0,0,3406,3408,7,46,0,0,3407,3406,1,0,0,0,3407,3408,1,0,0,0,3408, + 3410,1,0,0,0,3409,3411,5,450,0,0,3410,3409,1,0,0,0,3410,3411,1,0, + 0,0,3411,3412,1,0,0,0,3412,3413,5,83,0,0,3413,3415,5,882,0,0,3414, + 3416,7,7,0,0,3415,3414,1,0,0,0,3415,3416,1,0,0,0,3416,3417,1,0,0, + 0,3417,3418,5,88,0,0,3418,3419,5,173,0,0,3419,3423,3,660,330,0,3420, + 3421,5,26,0,0,3421,3422,5,155,0,0,3422,3424,3,702,351,0,3423,3420, + 1,0,0,0,3423,3424,1,0,0,0,3424,3435,1,0,0,0,3425,3426,5,587,0,0, + 3426,3427,5,423,0,0,3427,3429,5,20,0,0,3428,3430,5,859,0,0,3429, + 3428,1,0,0,0,3429,3430,1,0,0,0,3430,3431,1,0,0,0,3431,3433,5,882, + 0,0,3432,3434,5,858,0,0,3433,3432,1,0,0,0,3433,3434,1,0,0,0,3434, + 3436,1,0,0,0,3435,3425,1,0,0,0,3435,3436,1,0,0,0,3436,3441,1,0,0, + 0,3437,3438,5,79,0,0,3438,3439,3,726,363,0,3439,3440,7,48,0,0,3440, + 3442,1,0,0,0,3441,3437,1,0,0,0,3441,3442,1,0,0,0,3442,3454,1,0,0, + 0,3443,3444,5,866,0,0,3444,3449,3,234,117,0,3445,3446,5,868,0,0, + 3446,3448,3,234,117,0,3447,3445,1,0,0,0,3448,3451,1,0,0,0,3449,3447, + 1,0,0,0,3449,3450,1,0,0,0,3450,3452,1,0,0,0,3451,3449,1,0,0,0,3452, + 3453,5,867,0,0,3453,3455,1,0,0,0,3454,3443,1,0,0,0,3454,3455,1,0, + 0,0,3455,3465,1,0,0,0,3456,3457,5,155,0,0,3457,3462,3,232,116,0, + 3458,3459,5,868,0,0,3459,3461,3,232,116,0,3460,3458,1,0,0,0,3461, + 3464,1,0,0,0,3462,3460,1,0,0,0,3462,3463,1,0,0,0,3463,3466,1,0,0, + 0,3464,3462,1,0,0,0,3465,3456,1,0,0,0,3465,3466,1,0,0,0,3466,203, + 1,0,0,0,3467,3468,5,866,0,0,3468,3470,3,222,111,0,3469,3471,3,256, + 128,0,3470,3469,1,0,0,0,3470,3471,1,0,0,0,3471,3473,1,0,0,0,3472, + 3474,3,326,163,0,3473,3472,1,0,0,0,3473,3474,1,0,0,0,3474,3475,1, + 0,0,0,3475,3477,5,867,0,0,3476,3478,3,256,128,0,3477,3476,1,0,0, + 0,3477,3478,1,0,0,0,3478,3480,1,0,0,0,3479,3481,3,326,163,0,3480, + 3479,1,0,0,0,3480,3481,1,0,0,0,3481,3483,1,0,0,0,3482,3484,3,310, + 155,0,3483,3482,1,0,0,0,3483,3484,1,0,0,0,3484,205,1,0,0,0,3485, + 3487,5,143,0,0,3486,3488,7,49,0,0,3487,3486,1,0,0,0,3487,3488,1, + 0,0,0,3488,3490,1,0,0,0,3489,3491,5,88,0,0,3490,3489,1,0,0,0,3490, + 3491,1,0,0,0,3491,3492,1,0,0,0,3492,3498,3,660,330,0,3493,3494,5, + 130,0,0,3494,3495,5,866,0,0,3495,3496,3,684,342,0,3496,3497,5,867, + 0,0,3497,3499,1,0,0,0,3498,3493,1,0,0,0,3498,3499,1,0,0,0,3499,3508, + 1,0,0,0,3500,3501,5,866,0,0,3501,3502,3,668,334,0,3502,3503,5,867, + 0,0,3503,3505,1,0,0,0,3504,3500,1,0,0,0,3504,3505,1,0,0,0,3505,3506, + 1,0,0,0,3506,3509,3,226,113,0,3507,3509,3,230,115,0,3508,3504,1, + 0,0,0,3508,3507,1,0,0,0,3509,207,1,0,0,0,3510,3514,3,280,140,0,3511, + 3513,3,282,141,0,3512,3511,1,0,0,0,3513,3516,1,0,0,0,3514,3512,1, + 0,0,0,3514,3515,1,0,0,0,3515,3525,1,0,0,0,3516,3514,1,0,0,0,3517, + 3519,5,181,0,0,3518,3520,7,45,0,0,3519,3518,1,0,0,0,3519,3520,1, + 0,0,0,3520,3523,1,0,0,0,3521,3524,3,280,140,0,3522,3524,3,278,139, + 0,3523,3521,1,0,0,0,3523,3522,1,0,0,0,3524,3526,1,0,0,0,3525,3517, + 1,0,0,0,3525,3526,1,0,0,0,3526,3531,1,0,0,0,3527,3528,5,868,0,0, + 3528,3530,3,284,142,0,3529,3527,1,0,0,0,3530,3533,1,0,0,0,3531,3529, + 1,0,0,0,3531,3532,1,0,0,0,3532,3535,1,0,0,0,3533,3531,1,0,0,0,3534, + 3536,3,256,128,0,3535,3534,1,0,0,0,3535,3536,1,0,0,0,3536,3538,1, + 0,0,0,3537,3539,3,326,163,0,3538,3537,1,0,0,0,3538,3539,1,0,0,0, + 3539,3541,1,0,0,0,3540,3542,3,236,118,0,3541,3540,1,0,0,0,3541,3542, + 1,0,0,0,3542,3544,1,0,0,0,3543,3545,3,310,155,0,3544,3543,1,0,0, + 0,3544,3545,1,0,0,0,3545,3570,1,0,0,0,3546,3550,3,278,139,0,3547, + 3549,3,282,141,0,3548,3547,1,0,0,0,3549,3552,1,0,0,0,3550,3548,1, + 0,0,0,3550,3551,1,0,0,0,3551,3558,1,0,0,0,3552,3550,1,0,0,0,3553, + 3555,5,181,0,0,3554,3556,7,45,0,0,3555,3554,1,0,0,0,3555,3556,1, + 0,0,0,3556,3557,1,0,0,0,3557,3559,3,278,139,0,3558,3553,1,0,0,0, + 3558,3559,1,0,0,0,3559,3561,1,0,0,0,3560,3562,3,256,128,0,3561,3560, + 1,0,0,0,3561,3562,1,0,0,0,3562,3564,1,0,0,0,3563,3565,3,326,163, + 0,3564,3563,1,0,0,0,3564,3565,1,0,0,0,3565,3567,1,0,0,0,3566,3568, + 3,236,118,0,3567,3566,1,0,0,0,3567,3568,1,0,0,0,3568,3570,1,0,0, + 0,3569,3510,1,0,0,0,3569,3546,1,0,0,0,3570,209,1,0,0,0,3571,3573, + 3,48,24,0,3572,3571,1,0,0,0,3572,3573,1,0,0,0,3573,3574,1,0,0,0, + 3574,3576,3,212,106,0,3575,3577,3,256,128,0,3576,3575,1,0,0,0,3576, + 3577,1,0,0,0,3577,3579,1,0,0,0,3578,3580,3,326,163,0,3579,3578,1, + 0,0,0,3579,3580,1,0,0,0,3580,3582,1,0,0,0,3581,3583,3,310,155,0, + 3582,3581,1,0,0,0,3582,3583,1,0,0,0,3583,211,1,0,0,0,3584,3585,6, + 106,-1,0,3585,3586,3,214,107,0,3586,3601,1,0,0,0,3587,3588,10,2, + 0,0,3588,3590,5,181,0,0,3589,3591,7,45,0,0,3590,3589,1,0,0,0,3590, + 3591,1,0,0,0,3591,3592,1,0,0,0,3592,3600,3,214,107,0,3593,3594,10, + 1,0,0,3594,3596,5,59,0,0,3595,3597,7,45,0,0,3596,3595,1,0,0,0,3596, + 3597,1,0,0,0,3597,3598,1,0,0,0,3598,3600,3,214,107,0,3599,3587,1, + 0,0,0,3599,3593,1,0,0,0,3600,3603,1,0,0,0,3601,3599,1,0,0,0,3601, + 3602,1,0,0,0,3602,213,1,0,0,0,3603,3601,1,0,0,0,3604,3605,6,107, + -1,0,3605,3606,3,216,108,0,3606,3615,1,0,0,0,3607,3608,10,1,0,0, + 3608,3610,5,828,0,0,3609,3611,7,45,0,0,3610,3609,1,0,0,0,3610,3611, + 1,0,0,0,3611,3612,1,0,0,0,3612,3614,3,216,108,0,3613,3607,1,0,0, + 0,3614,3617,1,0,0,0,3615,3613,1,0,0,0,3615,3616,1,0,0,0,3616,215, + 1,0,0,0,3617,3615,1,0,0,0,3618,3633,3,224,112,0,3619,3620,5,866, + 0,0,3620,3622,3,212,106,0,3621,3623,3,256,128,0,3622,3621,1,0,0, + 0,3622,3623,1,0,0,0,3623,3625,1,0,0,0,3624,3626,3,326,163,0,3625, + 3624,1,0,0,0,3625,3626,1,0,0,0,3626,3628,1,0,0,0,3627,3629,3,310, + 155,0,3628,3627,1,0,0,0,3628,3629,1,0,0,0,3629,3630,1,0,0,0,3630, + 3631,5,867,0,0,3631,3633,1,0,0,0,3632,3618,1,0,0,0,3632,3619,1,0, + 0,0,3633,217,1,0,0,0,3634,3637,3,252,126,0,3635,3637,3,254,127,0, + 3636,3634,1,0,0,0,3636,3635,1,0,0,0,3637,219,1,0,0,0,3638,3642,3, + 228,114,0,3639,3640,5,125,0,0,3640,3641,5,20,0,0,3641,3643,3,688, + 344,0,3642,3639,1,0,0,0,3642,3643,1,0,0,0,3643,3646,1,0,0,0,3644, + 3645,5,100,0,0,3645,3647,3,328,164,0,3646,3644,1,0,0,0,3646,3647, + 1,0,0,0,3647,221,1,0,0,0,3648,3653,3,224,112,0,3649,3650,7,50,0, + 0,3650,3652,3,224,112,0,3651,3649,1,0,0,0,3652,3655,1,0,0,0,3653, + 3651,1,0,0,0,3653,3654,1,0,0,0,3654,3657,1,0,0,0,3655,3653,1,0,0, + 0,3656,3658,3,256,128,0,3657,3656,1,0,0,0,3657,3658,1,0,0,0,3658, + 3660,1,0,0,0,3659,3661,3,326,163,0,3660,3659,1,0,0,0,3660,3661,1, + 0,0,0,3661,3663,1,0,0,0,3662,3664,3,310,155,0,3663,3662,1,0,0,0, + 3663,3664,1,0,0,0,3664,223,1,0,0,0,3665,3669,3,208,104,0,3666,3669, + 3,626,313,0,3667,3669,3,220,110,0,3668,3665,1,0,0,0,3668,3666,1, + 0,0,0,3668,3667,1,0,0,0,3669,225,1,0,0,0,3670,3676,3,208,104,0,3671, + 3672,5,173,0,0,3672,3676,3,660,330,0,3673,3676,3,756,378,0,3674, + 3676,3,228,114,0,3675,3670,1,0,0,0,3675,3671,1,0,0,0,3675,3673,1, + 0,0,0,3675,3674,1,0,0,0,3676,227,1,0,0,0,3677,3678,5,189,0,0,3678, + 3679,5,586,0,0,3679,3685,3,758,379,0,3680,3681,5,868,0,0,3681,3682, + 5,586,0,0,3682,3684,3,758,379,0,3683,3680,1,0,0,0,3684,3687,1,0, + 0,0,3685,3683,1,0,0,0,3685,3686,1,0,0,0,3686,229,1,0,0,0,3687,3685, + 1,0,0,0,3688,3689,5,155,0,0,3689,3694,3,232,116,0,3690,3691,5,868, + 0,0,3691,3693,3,232,116,0,3692,3690,1,0,0,0,3693,3696,1,0,0,0,3694, + 3692,1,0,0,0,3694,3695,1,0,0,0,3695,231,1,0,0,0,3696,3694,1,0,0, + 0,3697,3698,3,672,336,0,3698,3699,5,857,0,0,3699,3700,3,760,380, + 0,3700,233,1,0,0,0,3701,3704,3,720,360,0,3702,3704,5,892,0,0,3703, + 3701,1,0,0,0,3703,3702,1,0,0,0,3704,235,1,0,0,0,3705,3706,5,65,0, + 0,3706,3716,7,51,0,0,3707,3708,5,510,0,0,3708,3713,3,660,330,0,3709, + 3710,5,868,0,0,3710,3712,3,660,330,0,3711,3709,1,0,0,0,3712,3715, + 1,0,0,0,3713,3711,1,0,0,0,3713,3714,1,0,0,0,3714,3717,1,0,0,0,3715, + 3713,1,0,0,0,3716,3707,1,0,0,0,3716,3717,1,0,0,0,3717,3720,1,0,0, + 0,3718,3719,7,52,0,0,3719,3721,5,105,0,0,3720,3718,1,0,0,0,3720, + 3721,1,0,0,0,3721,3727,1,0,0,0,3722,3723,5,104,0,0,3723,3724,5,80, + 0,0,3724,3725,5,594,0,0,3725,3727,5,491,0,0,3726,3705,1,0,0,0,3726, + 3722,1,0,0,0,3727,237,1,0,0,0,3728,3730,5,44,0,0,3729,3731,5,107, + 0,0,3730,3729,1,0,0,0,3730,3731,1,0,0,0,3731,3733,1,0,0,0,3732,3734, + 5,549,0,0,3733,3732,1,0,0,0,3733,3734,1,0,0,0,3734,3736,1,0,0,0, + 3735,3737,5,79,0,0,3736,3735,1,0,0,0,3736,3737,1,0,0,0,3737,3738, + 1,0,0,0,3738,3739,5,68,0,0,3739,3744,3,660,330,0,3740,3742,5,13, + 0,0,3741,3740,1,0,0,0,3741,3742,1,0,0,0,3742,3743,1,0,0,0,3743,3745, + 3,720,360,0,3744,3741,1,0,0,0,3744,3745,1,0,0,0,3745,3751,1,0,0, + 0,3746,3747,5,130,0,0,3747,3748,5,866,0,0,3748,3749,3,684,342,0, + 3749,3750,5,867,0,0,3750,3752,1,0,0,0,3751,3746,1,0,0,0,3751,3752, + 1,0,0,0,3752,3755,1,0,0,0,3753,3754,5,192,0,0,3754,3756,3,812,406, + 0,3755,3753,1,0,0,0,3755,3756,1,0,0,0,3756,3758,1,0,0,0,3757,3759, + 3,256,128,0,3758,3757,1,0,0,0,3758,3759,1,0,0,0,3759,3762,1,0,0, + 0,3760,3761,5,100,0,0,3761,3763,3,328,164,0,3762,3760,1,0,0,0,3762, + 3763,1,0,0,0,3763,239,1,0,0,0,3764,3766,5,44,0,0,3765,3767,5,107, + 0,0,3766,3765,1,0,0,0,3766,3767,1,0,0,0,3767,3769,1,0,0,0,3768,3770, + 5,549,0,0,3769,3768,1,0,0,0,3769,3770,1,0,0,0,3770,3772,1,0,0,0, + 3771,3773,5,79,0,0,3772,3771,1,0,0,0,3772,3773,1,0,0,0,3773,3813, + 1,0,0,0,3774,3777,3,660,330,0,3775,3776,5,865,0,0,3776,3778,5,850, + 0,0,3777,3775,1,0,0,0,3777,3778,1,0,0,0,3778,3787,1,0,0,0,3779,3780, + 5,868,0,0,3780,3783,3,660,330,0,3781,3782,5,865,0,0,3782,3784,5, + 850,0,0,3783,3781,1,0,0,0,3783,3784,1,0,0,0,3784,3786,1,0,0,0,3785, + 3779,1,0,0,0,3786,3789,1,0,0,0,3787,3785,1,0,0,0,3787,3788,1,0,0, + 0,3788,3790,1,0,0,0,3789,3787,1,0,0,0,3790,3791,5,68,0,0,3791,3792, + 3,260,130,0,3792,3814,1,0,0,0,3793,3794,5,68,0,0,3794,3797,3,660, + 330,0,3795,3796,5,865,0,0,3796,3798,5,850,0,0,3797,3795,1,0,0,0, + 3797,3798,1,0,0,0,3798,3807,1,0,0,0,3799,3800,5,868,0,0,3800,3803, + 3,660,330,0,3801,3802,5,865,0,0,3802,3804,5,850,0,0,3803,3801,1, + 0,0,0,3803,3804,1,0,0,0,3804,3806,1,0,0,0,3805,3799,1,0,0,0,3806, + 3809,1,0,0,0,3807,3805,1,0,0,0,3807,3808,1,0,0,0,3808,3810,1,0,0, + 0,3809,3807,1,0,0,0,3810,3811,5,188,0,0,3811,3812,3,260,130,0,3812, + 3814,1,0,0,0,3813,3774,1,0,0,0,3813,3793,1,0,0,0,3814,3817,1,0,0, + 0,3815,3816,5,192,0,0,3816,3818,3,812,406,0,3817,3815,1,0,0,0,3817, + 3818,1,0,0,0,3818,241,1,0,0,0,3819,3820,5,417,0,0,3820,3821,3,660, + 330,0,3821,3826,5,516,0,0,3822,3824,5,13,0,0,3823,3822,1,0,0,0,3823, + 3824,1,0,0,0,3824,3825,1,0,0,0,3825,3827,3,720,360,0,3826,3823,1, + 0,0,0,3826,3827,1,0,0,0,3827,243,1,0,0,0,3828,3829,5,417,0,0,3829, + 3830,3,660,330,0,3830,3831,5,135,0,0,3831,3838,3,650,325,0,3832, + 3833,3,822,411,0,3833,3834,5,866,0,0,3834,3835,3,762,381,0,3835, + 3836,5,867,0,0,3836,3839,1,0,0,0,3837,3839,7,53,0,0,3838,3832,1, + 0,0,0,3838,3837,1,0,0,0,3839,3842,1,0,0,0,3840,3841,5,192,0,0,3841, + 3843,3,812,406,0,3842,3840,1,0,0,0,3842,3843,1,0,0,0,3843,3846,1, + 0,0,0,3844,3845,5,100,0,0,3845,3847,3,328,164,0,3846,3844,1,0,0, + 0,3846,3847,1,0,0,0,3847,245,1,0,0,0,3848,3849,5,417,0,0,3849,3850, + 3,660,330,0,3850,3851,5,135,0,0,3851,3854,7,54,0,0,3852,3853,5,192, + 0,0,3853,3855,3,812,406,0,3854,3852,1,0,0,0,3854,3855,1,0,0,0,3855, + 3858,1,0,0,0,3856,3857,5,100,0,0,3857,3859,3,328,164,0,3858,3856, + 1,0,0,0,3858,3859,1,0,0,0,3859,247,1,0,0,0,3860,3861,5,417,0,0,3861, + 3862,3,660,330,0,3862,3863,5,334,0,0,3863,249,1,0,0,0,3864,3865, + 5,425,0,0,3865,3866,5,173,0,0,3866,3867,5,68,0,0,3867,3872,3,730, + 365,0,3868,3869,5,868,0,0,3869,3871,3,730,365,0,3870,3868,1,0,0, + 0,3871,3874,1,0,0,0,3872,3870,1,0,0,0,3872,3873,1,0,0,0,3873,251, + 1,0,0,0,3874,3872,1,0,0,0,3875,3877,5,185,0,0,3876,3878,5,107,0, + 0,3877,3876,1,0,0,0,3877,3878,1,0,0,0,3878,3880,1,0,0,0,3879,3881, + 5,79,0,0,3880,3879,1,0,0,0,3880,3881,1,0,0,0,3881,3882,1,0,0,0,3882, + 3887,3,660,330,0,3883,3885,5,13,0,0,3884,3883,1,0,0,0,3884,3885, + 1,0,0,0,3885,3886,1,0,0,0,3886,3888,3,720,360,0,3887,3884,1,0,0, + 0,3887,3888,1,0,0,0,3888,3889,1,0,0,0,3889,3890,5,155,0,0,3890,3895, + 3,232,116,0,3891,3892,5,868,0,0,3892,3894,3,232,116,0,3893,3891, + 1,0,0,0,3894,3897,1,0,0,0,3895,3893,1,0,0,0,3895,3896,1,0,0,0,3896, + 3900,1,0,0,0,3897,3895,1,0,0,0,3898,3899,5,192,0,0,3899,3901,3,812, + 406,0,3900,3898,1,0,0,0,3900,3901,1,0,0,0,3901,3903,1,0,0,0,3902, + 3904,3,256,128,0,3903,3902,1,0,0,0,3903,3904,1,0,0,0,3904,3906,1, + 0,0,0,3905,3907,3,326,163,0,3906,3905,1,0,0,0,3906,3907,1,0,0,0, + 3907,253,1,0,0,0,3908,3910,5,185,0,0,3909,3911,5,107,0,0,3910,3909, + 1,0,0,0,3910,3911,1,0,0,0,3911,3913,1,0,0,0,3912,3914,5,79,0,0,3913, + 3912,1,0,0,0,3913,3914,1,0,0,0,3914,3915,1,0,0,0,3915,3916,3,260, + 130,0,3916,3917,5,155,0,0,3917,3922,3,232,116,0,3918,3919,5,868, + 0,0,3919,3921,3,232,116,0,3920,3918,1,0,0,0,3921,3924,1,0,0,0,3922, + 3920,1,0,0,0,3922,3923,1,0,0,0,3923,3927,1,0,0,0,3924,3922,1,0,0, + 0,3925,3926,5,192,0,0,3926,3928,3,812,406,0,3927,3925,1,0,0,0,3927, + 3928,1,0,0,0,3928,255,1,0,0,0,3929,3930,5,125,0,0,3930,3931,5,20, + 0,0,3931,3936,3,258,129,0,3932,3933,5,868,0,0,3933,3935,3,258,129, + 0,3934,3932,1,0,0,0,3935,3938,1,0,0,0,3936,3934,1,0,0,0,3936,3937, + 1,0,0,0,3937,257,1,0,0,0,3938,3936,1,0,0,0,3939,3941,3,812,406,0, + 3940,3942,7,55,0,0,3941,3940,1,0,0,0,3941,3942,1,0,0,0,3942,259, + 1,0,0,0,3943,3948,3,262,131,0,3944,3945,5,868,0,0,3945,3947,3,262, + 131,0,3946,3944,1,0,0,0,3947,3950,1,0,0,0,3948,3946,1,0,0,0,3948, + 3949,1,0,0,0,3949,261,1,0,0,0,3950,3948,1,0,0,0,3951,3955,3,264, + 132,0,3952,3954,3,274,137,0,3953,3952,1,0,0,0,3954,3957,1,0,0,0, + 3955,3953,1,0,0,0,3955,3956,1,0,0,0,3956,3970,1,0,0,0,3957,3955, + 1,0,0,0,3958,3959,5,866,0,0,3959,3963,3,264,132,0,3960,3962,3,274, + 137,0,3961,3960,1,0,0,0,3962,3965,1,0,0,0,3963,3961,1,0,0,0,3963, + 3964,1,0,0,0,3964,3966,1,0,0,0,3965,3963,1,0,0,0,3966,3967,5,867, + 0,0,3967,3970,1,0,0,0,3968,3970,3,286,143,0,3969,3951,1,0,0,0,3969, + 3958,1,0,0,0,3969,3968,1,0,0,0,3970,263,1,0,0,0,3971,3977,3,660, + 330,0,3972,3973,5,130,0,0,3973,3974,5,866,0,0,3974,3975,3,684,342, + 0,3975,3976,5,867,0,0,3976,3978,1,0,0,0,3977,3972,1,0,0,0,3977,3978, + 1,0,0,0,3978,3983,1,0,0,0,3979,3981,5,13,0,0,3980,3979,1,0,0,0,3980, + 3981,1,0,0,0,3981,3982,1,0,0,0,3982,3984,3,720,360,0,3983,3980,1, + 0,0,0,3983,3984,1,0,0,0,3984,3993,1,0,0,0,3985,3990,3,270,135,0, + 3986,3987,5,868,0,0,3987,3989,3,270,135,0,3988,3986,1,0,0,0,3989, + 3992,1,0,0,0,3990,3988,1,0,0,0,3990,3991,1,0,0,0,3991,3994,1,0,0, + 0,3992,3990,1,0,0,0,3993,3985,1,0,0,0,3993,3994,1,0,0,0,3994,4011, + 1,0,0,0,3995,3997,5,95,0,0,3996,3995,1,0,0,0,3996,3997,1,0,0,0,3997, + 3998,1,0,0,0,3998,4000,3,266,133,0,3999,4001,5,13,0,0,4000,3999, + 1,0,0,0,4000,4001,1,0,0,0,4001,4002,1,0,0,0,4002,4004,3,720,360, + 0,4003,4005,3,268,134,0,4004,4003,1,0,0,0,4004,4005,1,0,0,0,4005, + 4011,1,0,0,0,4006,4007,5,866,0,0,4007,4008,3,260,130,0,4008,4009, + 5,867,0,0,4009,4011,1,0,0,0,4010,3971,1,0,0,0,4010,3996,1,0,0,0, + 4010,4006,1,0,0,0,4011,265,1,0,0,0,4012,4018,3,208,104,0,4013,4014, + 5,866,0,0,4014,4015,3,208,104,0,4015,4016,5,867,0,0,4016,4018,1, + 0,0,0,4017,4012,1,0,0,0,4017,4013,1,0,0,0,4018,267,1,0,0,0,4019, + 4020,5,866,0,0,4020,4021,3,668,334,0,4021,4022,5,867,0,0,4022,269, + 1,0,0,0,4023,4024,7,56,0,0,4024,4027,7,19,0,0,4025,4026,5,65,0,0, + 4026,4028,3,272,136,0,4027,4025,1,0,0,0,4027,4028,1,0,0,0,4028,4029, + 1,0,0,0,4029,4031,5,866,0,0,4030,4032,3,648,324,0,4031,4030,1,0, + 0,0,4031,4032,1,0,0,0,4032,4033,1,0,0,0,4033,4034,5,867,0,0,4034, + 271,1,0,0,0,4035,4041,5,91,0,0,4036,4037,5,125,0,0,4037,4041,5,20, + 0,0,4038,4039,5,74,0,0,4039,4041,5,20,0,0,4040,4035,1,0,0,0,4040, + 4036,1,0,0,0,4040,4038,1,0,0,0,4041,273,1,0,0,0,4042,4044,7,57,0, + 0,4043,4042,1,0,0,0,4043,4044,1,0,0,0,4044,4045,1,0,0,0,4045,4047, + 5,91,0,0,4046,4048,5,95,0,0,4047,4046,1,0,0,0,4047,4048,1,0,0,0, + 4048,4049,1,0,0,0,4049,4053,3,264,132,0,4050,4052,3,276,138,0,4051, + 4050,1,0,0,0,4052,4055,1,0,0,0,4053,4051,1,0,0,0,4053,4054,1,0,0, + 0,4054,4092,1,0,0,0,4055,4053,1,0,0,0,4056,4057,5,172,0,0,4057,4061, + 3,264,132,0,4058,4060,3,276,138,0,4059,4058,1,0,0,0,4060,4063,1, + 0,0,0,4061,4059,1,0,0,0,4061,4062,1,0,0,0,4062,4092,1,0,0,0,4063, + 4061,1,0,0,0,4064,4066,7,58,0,0,4065,4067,5,127,0,0,4066,4065,1, + 0,0,0,4066,4067,1,0,0,0,4067,4068,1,0,0,0,4068,4070,5,91,0,0,4069, + 4071,5,95,0,0,4070,4069,1,0,0,0,4070,4071,1,0,0,0,4071,4072,1,0, + 0,0,4072,4076,3,264,132,0,4073,4075,3,276,138,0,4074,4073,1,0,0, + 0,4075,4078,1,0,0,0,4076,4074,1,0,0,0,4076,4077,1,0,0,0,4077,4092, + 1,0,0,0,4078,4076,1,0,0,0,4079,4087,5,113,0,0,4080,4083,5,84,0,0, + 4081,4083,7,58,0,0,4082,4080,1,0,0,0,4082,4081,1,0,0,0,4083,4085, + 1,0,0,0,4084,4086,5,127,0,0,4085,4084,1,0,0,0,4085,4086,1,0,0,0, + 4086,4088,1,0,0,0,4087,4082,1,0,0,0,4087,4088,1,0,0,0,4088,4089, + 1,0,0,0,4089,4090,5,91,0,0,4090,4092,3,264,132,0,4091,4043,1,0,0, + 0,4091,4056,1,0,0,0,4091,4064,1,0,0,0,4091,4079,1,0,0,0,4092,275, + 1,0,0,0,4093,4096,5,119,0,0,4094,4097,3,812,406,0,4095,4097,3,676, + 338,0,4096,4094,1,0,0,0,4096,4095,1,0,0,0,4097,4104,1,0,0,0,4098, + 4099,5,188,0,0,4099,4100,5,866,0,0,4100,4101,3,668,334,0,4101,4102, + 5,867,0,0,4102,4104,1,0,0,0,4103,4093,1,0,0,0,4103,4098,1,0,0,0, + 4104,277,1,0,0,0,4105,4106,5,866,0,0,4106,4107,3,280,140,0,4107, + 4108,5,867,0,0,4108,4114,1,0,0,0,4109,4110,5,866,0,0,4110,4111,3, + 278,139,0,4111,4112,5,867,0,0,4112,4114,1,0,0,0,4113,4105,1,0,0, + 0,4113,4109,1,0,0,0,4114,279,1,0,0,0,4115,4119,5,154,0,0,4116,4118, + 3,296,148,0,4117,4116,1,0,0,0,4118,4121,1,0,0,0,4119,4117,1,0,0, + 0,4119,4120,1,0,0,0,4120,4122,1,0,0,0,4121,4119,1,0,0,0,4122,4124, + 3,298,149,0,4123,4125,3,310,155,0,4124,4123,1,0,0,0,4124,4125,1, + 0,0,0,4125,4126,1,0,0,0,4126,4128,3,316,158,0,4127,4129,3,318,159, + 0,4128,4127,1,0,0,0,4128,4129,1,0,0,0,4129,4131,1,0,0,0,4130,4132, + 3,320,160,0,4131,4130,1,0,0,0,4131,4132,1,0,0,0,4132,4134,1,0,0, + 0,4133,4135,3,322,161,0,4134,4133,1,0,0,0,4134,4135,1,0,0,0,4135, + 4137,1,0,0,0,4136,4138,3,256,128,0,4137,4136,1,0,0,0,4137,4138,1, + 0,0,0,4138,4140,1,0,0,0,4139,4141,3,326,163,0,4140,4139,1,0,0,0, + 4140,4141,1,0,0,0,4141,4143,1,0,0,0,4142,4144,3,310,155,0,4143,4142, + 1,0,0,0,4143,4144,1,0,0,0,4144,4146,1,0,0,0,4145,4147,3,282,141, + 0,4146,4145,1,0,0,0,4146,4147,1,0,0,0,4147,281,1,0,0,0,4148,4150, + 5,181,0,0,4149,4151,7,45,0,0,4150,4149,1,0,0,0,4150,4151,1,0,0,0, + 4151,4154,1,0,0,0,4152,4155,3,280,140,0,4153,4155,3,278,139,0,4154, + 4152,1,0,0,0,4154,4153,1,0,0,0,4155,283,1,0,0,0,4156,4171,5,95,0, + 0,4157,4172,3,280,140,0,4158,4172,3,278,139,0,4159,4162,5,866,0, + 0,4160,4163,3,280,140,0,4161,4163,3,278,139,0,4162,4160,1,0,0,0, + 4162,4161,1,0,0,0,4163,4164,1,0,0,0,4164,4169,5,867,0,0,4165,4167, + 5,13,0,0,4166,4165,1,0,0,0,4166,4167,1,0,0,0,4167,4168,1,0,0,0,4168, + 4170,3,720,360,0,4169,4166,1,0,0,0,4169,4170,1,0,0,0,4170,4172,1, + 0,0,0,4171,4157,1,0,0,0,4171,4158,1,0,0,0,4171,4159,1,0,0,0,4172, + 285,1,0,0,0,4173,4174,5,253,0,0,4174,4175,5,866,0,0,4175,4176,5, + 882,0,0,4176,4177,5,868,0,0,4177,4178,5,882,0,0,4178,4179,5,337, + 0,0,4179,4180,5,866,0,0,4180,4181,3,288,144,0,4181,4182,5,867,0, + 0,4182,4187,5,867,0,0,4183,4185,5,13,0,0,4184,4183,1,0,0,0,4184, + 4185,1,0,0,0,4185,4186,1,0,0,0,4186,4188,3,720,360,0,4187,4184,1, + 0,0,0,4187,4188,1,0,0,0,4188,287,1,0,0,0,4189,4194,3,290,145,0,4190, + 4191,5,868,0,0,4191,4193,3,290,145,0,4192,4190,1,0,0,0,4193,4196, + 1,0,0,0,4194,4192,1,0,0,0,4194,4195,1,0,0,0,4195,289,1,0,0,0,4196, + 4194,1,0,0,0,4197,4214,3,672,336,0,4198,4199,5,65,0,0,4199,4215, + 5,256,0,0,4200,4212,3,740,370,0,4201,4202,5,257,0,0,4202,4204,5, + 882,0,0,4203,4205,3,292,146,0,4204,4203,1,0,0,0,4204,4205,1,0,0, + 0,4205,4207,1,0,0,0,4206,4208,3,294,147,0,4207,4206,1,0,0,0,4207, + 4208,1,0,0,0,4208,4213,1,0,0,0,4209,4210,5,60,0,0,4210,4211,5,257, + 0,0,4211,4213,5,882,0,0,4212,4201,1,0,0,0,4212,4209,1,0,0,0,4213, + 4215,1,0,0,0,4214,4198,1,0,0,0,4214,4200,1,0,0,0,4215,4227,1,0,0, + 0,4216,4218,5,255,0,0,4217,4219,5,257,0,0,4218,4217,1,0,0,0,4218, + 4219,1,0,0,0,4219,4220,1,0,0,0,4220,4221,5,882,0,0,4221,4222,5,337, + 0,0,4222,4223,5,866,0,0,4223,4224,3,288,144,0,4224,4225,5,867,0, + 0,4225,4227,1,0,0,0,4226,4197,1,0,0,0,4226,4216,1,0,0,0,4227,291, + 1,0,0,0,4228,4233,5,116,0,0,4229,4233,5,382,0,0,4230,4231,5,42,0, + 0,4231,4233,3,768,384,0,4232,4228,1,0,0,0,4232,4229,1,0,0,0,4232, + 4230,1,0,0,0,4233,4234,1,0,0,0,4234,4235,5,119,0,0,4235,4236,5,55, + 0,0,4236,293,1,0,0,0,4237,4242,5,116,0,0,4238,4242,5,382,0,0,4239, + 4240,5,42,0,0,4240,4242,3,768,384,0,4241,4237,1,0,0,0,4241,4238, + 1,0,0,0,4241,4239,1,0,0,0,4242,4243,1,0,0,0,4243,4244,5,119,0,0, + 4244,4245,5,382,0,0,4245,295,1,0,0,0,4246,4255,7,59,0,0,4247,4255, + 5,76,0,0,4248,4255,5,172,0,0,4249,4255,5,168,0,0,4250,4255,5,166, + 0,0,4251,4255,5,636,0,0,4252,4255,7,60,0,0,4253,4255,5,167,0,0,4254, + 4246,1,0,0,0,4254,4247,1,0,0,0,4254,4248,1,0,0,0,4254,4249,1,0,0, + 0,4254,4250,1,0,0,0,4254,4251,1,0,0,0,4254,4252,1,0,0,0,4254,4253, + 1,0,0,0,4255,297,1,0,0,0,4256,4259,3,304,152,0,4257,4259,3,300,150, + 0,4258,4256,1,0,0,0,4258,4257,1,0,0,0,4259,4264,1,0,0,0,4260,4261, + 5,868,0,0,4261,4263,3,300,150,0,4262,4260,1,0,0,0,4263,4266,1,0, + 0,0,4264,4262,1,0,0,0,4264,4265,1,0,0,0,4265,299,1,0,0,0,4266,4264, + 1,0,0,0,4267,4288,3,302,151,0,4268,4273,3,306,153,0,4269,4271,5, + 13,0,0,4270,4269,1,0,0,0,4270,4271,1,0,0,0,4271,4272,1,0,0,0,4272, + 4274,3,720,360,0,4273,4270,1,0,0,0,4273,4274,1,0,0,0,4274,4288,1, + 0,0,0,4275,4280,3,308,154,0,4276,4278,5,13,0,0,4277,4276,1,0,0,0, + 4277,4278,1,0,0,0,4278,4279,1,0,0,0,4279,4281,3,720,360,0,4280,4277, + 1,0,0,0,4280,4281,1,0,0,0,4281,4288,1,0,0,0,4282,4283,3,720,360, + 0,4283,4284,5,865,0,0,4284,4285,4,150,3,0,4285,4286,3,670,335,0, + 4286,4288,1,0,0,0,4287,4267,1,0,0,0,4287,4268,1,0,0,0,4287,4275, + 1,0,0,0,4287,4282,1,0,0,0,4288,301,1,0,0,0,4289,4290,3,716,358,0, + 4290,4291,5,865,0,0,4291,4292,5,850,0,0,4292,303,1,0,0,0,4293,4294, + 5,850,0,0,4294,305,1,0,0,0,4295,4296,3,672,336,0,4296,307,1,0,0, + 0,4297,4298,5,892,0,0,4298,4300,5,841,0,0,4299,4297,1,0,0,0,4299, + 4300,1,0,0,0,4300,4301,1,0,0,0,4301,4304,3,812,406,0,4302,4304,3, + 778,389,0,4303,4299,1,0,0,0,4303,4302,1,0,0,0,4304,309,1,0,0,0,4305, + 4306,5,88,0,0,4306,4311,3,234,117,0,4307,4308,5,868,0,0,4308,4310, + 3,234,117,0,4309,4307,1,0,0,0,4310,4313,1,0,0,0,4311,4309,1,0,0, + 0,4311,4312,1,0,0,0,4312,4342,1,0,0,0,4313,4311,1,0,0,0,4314,4315, + 5,88,0,0,4315,4316,5,372,0,0,4316,4342,5,882,0,0,4317,4318,5,88, + 0,0,4318,4319,5,128,0,0,4319,4323,5,882,0,0,4320,4321,5,26,0,0,4321, + 4322,5,155,0,0,4322,4324,3,702,351,0,4323,4320,1,0,0,0,4323,4324, + 1,0,0,0,4324,4331,1,0,0,0,4325,4327,7,47,0,0,4326,4328,3,312,156, + 0,4327,4326,1,0,0,0,4328,4329,1,0,0,0,4329,4327,1,0,0,0,4329,4330, + 1,0,0,0,4330,4332,1,0,0,0,4331,4325,1,0,0,0,4331,4332,1,0,0,0,4332, + 4339,1,0,0,0,4333,4335,5,102,0,0,4334,4336,3,314,157,0,4335,4334, + 1,0,0,0,4336,4337,1,0,0,0,4337,4335,1,0,0,0,4337,4338,1,0,0,0,4338, + 4340,1,0,0,0,4339,4333,1,0,0,0,4339,4340,1,0,0,0,4340,4342,1,0,0, + 0,4341,4305,1,0,0,0,4341,4314,1,0,0,0,4341,4317,1,0,0,0,4342,311, + 1,0,0,0,4343,4344,5,174,0,0,4344,4345,5,20,0,0,4345,4356,5,882,0, + 0,4346,4348,5,123,0,0,4347,4346,1,0,0,0,4347,4348,1,0,0,0,4348,4349, + 1,0,0,0,4349,4350,5,56,0,0,4350,4351,5,20,0,0,4351,4356,5,882,0, + 0,4352,4353,5,58,0,0,4353,4354,5,20,0,0,4354,4356,5,882,0,0,4355, + 4343,1,0,0,0,4355,4347,1,0,0,0,4355,4352,1,0,0,0,4356,313,1,0,0, + 0,4357,4358,5,171,0,0,4358,4359,5,20,0,0,4359,4364,5,882,0,0,4360, + 4361,5,174,0,0,4361,4362,5,20,0,0,4362,4364,5,882,0,0,4363,4357, + 1,0,0,0,4363,4360,1,0,0,0,4364,315,1,0,0,0,4365,4366,5,68,0,0,4366, + 4368,3,260,130,0,4367,4365,1,0,0,0,4367,4368,1,0,0,0,4368,4374,1, + 0,0,0,4369,4372,5,192,0,0,4370,4373,3,812,406,0,4371,4373,3,676, + 338,0,4372,4370,1,0,0,0,4372,4371,1,0,0,0,4373,4375,1,0,0,0,4374, + 4369,1,0,0,0,4374,4375,1,0,0,0,4375,317,1,0,0,0,4376,4377,5,74,0, + 0,4377,4378,5,20,0,0,4378,4383,3,324,162,0,4379,4380,5,868,0,0,4380, + 4382,3,324,162,0,4381,4379,1,0,0,0,4382,4385,1,0,0,0,4383,4381,1, + 0,0,0,4383,4384,1,0,0,0,4384,4388,1,0,0,0,4385,4383,1,0,0,0,4386, + 4387,5,194,0,0,4387,4389,5,584,0,0,4388,4386,1,0,0,0,4388,4389,1, + 0,0,0,4389,319,1,0,0,0,4390,4391,5,75,0,0,4391,4392,3,812,406,0, + 4392,321,1,0,0,0,4393,4394,5,689,0,0,4394,4395,3,796,398,0,4395, + 4396,5,13,0,0,4396,4397,5,866,0,0,4397,4398,3,794,397,0,4398,4408, + 5,867,0,0,4399,4400,5,868,0,0,4400,4401,3,796,398,0,4401,4402,5, + 13,0,0,4402,4403,5,866,0,0,4403,4404,3,794,397,0,4404,4405,5,867, + 0,0,4405,4407,1,0,0,0,4406,4399,1,0,0,0,4407,4410,1,0,0,0,4408,4406, + 1,0,0,0,4408,4409,1,0,0,0,4409,323,1,0,0,0,4410,4408,1,0,0,0,4411, + 4413,3,812,406,0,4412,4414,7,55,0,0,4413,4412,1,0,0,0,4413,4414, + 1,0,0,0,4414,325,1,0,0,0,4415,4426,5,100,0,0,4416,4417,3,328,164, + 0,4417,4418,5,868,0,0,4418,4420,1,0,0,0,4419,4416,1,0,0,0,4419,4420, + 1,0,0,0,4420,4421,1,0,0,0,4421,4427,3,328,164,0,4422,4423,3,328, + 164,0,4423,4424,5,509,0,0,4424,4425,3,328,164,0,4425,4427,1,0,0, + 0,4426,4419,1,0,0,0,4426,4422,1,0,0,0,4427,327,1,0,0,0,4428,4432, + 3,726,363,0,4429,4432,3,700,350,0,4430,4432,3,722,361,0,4431,4428, + 1,0,0,0,4431,4429,1,0,0,0,4431,4430,1,0,0,0,4432,329,1,0,0,0,4433, + 4434,5,640,0,0,4434,4443,5,664,0,0,4435,4440,3,352,176,0,4436,4437, + 5,868,0,0,4437,4439,3,352,176,0,4438,4436,1,0,0,0,4439,4442,1,0, + 0,0,4440,4438,1,0,0,0,4440,4441,1,0,0,0,4441,4444,1,0,0,0,4442,4440, + 1,0,0,0,4443,4435,1,0,0,0,4443,4444,1,0,0,0,4444,331,1,0,0,0,4445, + 4447,5,317,0,0,4446,4448,5,691,0,0,4447,4446,1,0,0,0,4447,4448,1, + 0,0,0,4448,333,1,0,0,0,4449,4451,5,341,0,0,4450,4452,5,691,0,0,4451, + 4450,1,0,0,0,4451,4452,1,0,0,0,4452,4458,1,0,0,0,4453,4455,5,11, + 0,0,4454,4456,5,502,0,0,4455,4454,1,0,0,0,4455,4456,1,0,0,0,4456, + 4457,1,0,0,0,4457,4459,5,326,0,0,4458,4453,1,0,0,0,4458,4459,1,0, + 0,0,4459,4464,1,0,0,0,4460,4462,5,502,0,0,4461,4460,1,0,0,0,4461, + 4462,1,0,0,0,4462,4463,1,0,0,0,4463,4465,5,140,0,0,4464,4461,1,0, + 0,0,4464,4465,1,0,0,0,4465,335,1,0,0,0,4466,4468,5,583,0,0,4467, + 4469,5,691,0,0,4468,4467,1,0,0,0,4468,4469,1,0,0,0,4469,4475,1,0, + 0,0,4470,4472,5,11,0,0,4471,4473,5,502,0,0,4472,4471,1,0,0,0,4472, + 4473,1,0,0,0,4473,4474,1,0,0,0,4474,4476,5,326,0,0,4475,4470,1,0, + 0,0,4475,4476,1,0,0,0,4476,4481,1,0,0,0,4477,4479,5,502,0,0,4478, + 4477,1,0,0,0,4478,4479,1,0,0,0,4479,4480,1,0,0,0,4480,4482,5,140, + 0,0,4481,4478,1,0,0,0,4481,4482,1,0,0,0,4482,337,1,0,0,0,4483,4484, + 5,589,0,0,4484,4485,3,720,360,0,4485,339,1,0,0,0,4486,4488,5,583, + 0,0,4487,4489,5,691,0,0,4488,4487,1,0,0,0,4488,4489,1,0,0,0,4489, + 4490,1,0,0,0,4490,4492,5,176,0,0,4491,4493,5,589,0,0,4492,4491,1, + 0,0,0,4492,4493,1,0,0,0,4493,4494,1,0,0,0,4494,4495,3,720,360,0, + 4495,341,1,0,0,0,4496,4497,5,140,0,0,4497,4498,5,589,0,0,4498,4499, + 3,720,360,0,4499,343,1,0,0,0,4500,4501,5,104,0,0,4501,4502,7,61, + 0,0,4502,4507,3,354,177,0,4503,4504,5,868,0,0,4504,4506,3,354,177, + 0,4505,4503,1,0,0,0,4506,4509,1,0,0,0,4507,4505,1,0,0,0,4507,4508, + 1,0,0,0,4508,345,1,0,0,0,4509,4507,1,0,0,0,4510,4511,5,183,0,0,4511, + 4512,5,752,0,0,4512,347,1,0,0,0,4513,4514,5,155,0,0,4514,4515,5, + 313,0,0,4515,4516,5,857,0,0,4516,4517,7,26,0,0,4517,349,1,0,0,0, + 4518,4520,5,155,0,0,4519,4521,7,62,0,0,4520,4519,1,0,0,0,4520,4521, + 1,0,0,0,4521,4522,1,0,0,0,4522,4523,5,664,0,0,4523,4528,3,358,179, + 0,4524,4525,5,868,0,0,4525,4527,3,358,179,0,4526,4524,1,0,0,0,4527, + 4530,1,0,0,0,4528,4526,1,0,0,0,4528,4529,1,0,0,0,4529,351,1,0,0, + 0,4530,4528,1,0,0,0,4531,4532,5,194,0,0,4532,4533,5,350,0,0,4533, + 4539,5,600,0,0,4534,4535,5,135,0,0,4535,4539,5,195,0,0,4536,4537, + 5,135,0,0,4537,4539,5,515,0,0,4538,4531,1,0,0,0,4538,4534,1,0,0, + 0,4538,4536,1,0,0,0,4539,353,1,0,0,0,4540,4545,3,660,330,0,4541, + 4543,5,13,0,0,4542,4541,1,0,0,0,4542,4543,1,0,0,0,4543,4544,1,0, + 0,0,4544,4546,3,720,360,0,4545,4542,1,0,0,0,4545,4546,1,0,0,0,4546, + 4547,1,0,0,0,4547,4548,3,356,178,0,4548,355,1,0,0,0,4549,4551,5, + 135,0,0,4550,4552,5,450,0,0,4551,4550,1,0,0,0,4551,4552,1,0,0,0, + 4552,4558,1,0,0,0,4553,4555,5,107,0,0,4554,4553,1,0,0,0,4554,4555, + 1,0,0,0,4555,4556,1,0,0,0,4556,4558,5,195,0,0,4557,4549,1,0,0,0, + 4557,4554,1,0,0,0,4558,357,1,0,0,0,4559,4560,5,440,0,0,4560,4561, + 5,448,0,0,4561,4567,3,360,180,0,4562,4563,5,135,0,0,4563,4567,5, + 195,0,0,4564,4565,5,135,0,0,4565,4567,5,515,0,0,4566,4559,1,0,0, + 0,4566,4562,1,0,0,0,4566,4564,1,0,0,0,4567,359,1,0,0,0,4568,4569, + 5,809,0,0,4569,4576,5,135,0,0,4570,4571,5,135,0,0,4571,4576,5,810, + 0,0,4572,4573,5,135,0,0,4573,4576,5,811,0,0,4574,4576,5,812,0,0, + 4575,4568,1,0,0,0,4575,4570,1,0,0,0,4575,4572,1,0,0,0,4575,4574, + 1,0,0,0,4576,361,1,0,0,0,4577,4578,5,25,0,0,4578,4579,5,453,0,0, + 4579,4580,5,176,0,0,4580,4585,3,378,189,0,4581,4582,5,868,0,0,4582, + 4584,3,378,189,0,4583,4581,1,0,0,0,4584,4587,1,0,0,0,4585,4583,1, + 0,0,0,4585,4586,1,0,0,0,4586,4589,1,0,0,0,4587,4585,1,0,0,0,4588, + 4590,3,398,199,0,4589,4588,1,0,0,0,4589,4590,1,0,0,0,4590,363,1, + 0,0,0,4591,4592,5,25,0,0,4592,4593,5,572,0,0,4593,4594,5,400,0,0, + 4594,4599,3,400,200,0,4595,4596,5,868,0,0,4596,4598,3,400,200,0, + 4597,4595,1,0,0,0,4598,4601,1,0,0,0,4599,4597,1,0,0,0,4599,4600, + 1,0,0,0,4600,4603,1,0,0,0,4601,4599,1,0,0,0,4602,4604,3,398,199, + 0,4603,4602,1,0,0,0,4603,4604,1,0,0,0,4604,365,1,0,0,0,4605,4606, + 5,25,0,0,4606,4607,5,572,0,0,4607,4608,5,605,0,0,4608,4609,5,176, + 0,0,4609,4614,3,388,194,0,4610,4611,5,868,0,0,4611,4613,3,388,194, + 0,4612,4610,1,0,0,0,4613,4616,1,0,0,0,4614,4612,1,0,0,0,4614,4615, + 1,0,0,0,4615,4618,1,0,0,0,4616,4614,1,0,0,0,4617,4619,3,398,199, + 0,4618,4617,1,0,0,0,4618,4619,1,0,0,0,4619,367,1,0,0,0,4620,4621, + 5,133,0,0,4621,4622,7,63,0,0,4622,4627,5,452,0,0,4623,4624,5,176, + 0,0,4624,4628,5,882,0,0,4625,4626,5,16,0,0,4626,4628,5,882,0,0,4627, + 4623,1,0,0,0,4627,4625,1,0,0,0,4628,369,1,0,0,0,4629,4630,5,640, + 0,0,4630,4639,7,64,0,0,4631,4636,3,404,202,0,4632,4633,5,868,0,0, + 4633,4635,3,404,202,0,4634,4632,1,0,0,0,4635,4638,1,0,0,0,4636,4634, + 1,0,0,0,4636,4637,1,0,0,0,4637,4640,1,0,0,0,4638,4636,1,0,0,0,4639, + 4631,1,0,0,0,4639,4640,1,0,0,0,4640,4643,1,0,0,0,4641,4642,5,676, + 0,0,4642,4644,3,406,203,0,4643,4641,1,0,0,0,4643,4644,1,0,0,0,4644, + 4648,1,0,0,0,4645,4647,3,408,204,0,4646,4645,1,0,0,0,4647,4650,1, + 0,0,0,4648,4646,1,0,0,0,4648,4649,1,0,0,0,4649,4652,1,0,0,0,4650, + 4648,1,0,0,0,4651,4653,3,398,199,0,4652,4651,1,0,0,0,4652,4653,1, + 0,0,0,4653,371,1,0,0,0,4654,4655,5,646,0,0,4655,4664,7,64,0,0,4656, + 4661,3,404,202,0,4657,4658,5,868,0,0,4658,4660,3,404,202,0,4659, + 4657,1,0,0,0,4660,4663,1,0,0,0,4661,4659,1,0,0,0,4661,4662,1,0,0, + 0,4662,4665,1,0,0,0,4663,4661,1,0,0,0,4664,4656,1,0,0,0,4664,4665, + 1,0,0,0,4665,4667,1,0,0,0,4666,4668,3,398,199,0,4667,4666,1,0,0, + 0,4667,4668,1,0,0,0,4668,373,1,0,0,0,4669,4670,5,640,0,0,4670,4674, + 5,415,0,0,4671,4672,5,678,0,0,4672,4673,5,857,0,0,4673,4675,5,882, + 0,0,4674,4671,1,0,0,0,4674,4675,1,0,0,0,4675,4680,1,0,0,0,4676,4677, + 5,868,0,0,4677,4678,5,529,0,0,4678,4679,5,857,0,0,4679,4681,5,882, + 0,0,4680,4676,1,0,0,0,4680,4681,1,0,0,0,4681,4686,1,0,0,0,4682,4683, + 5,868,0,0,4683,4684,5,363,0,0,4684,4685,5,857,0,0,4685,4687,5,882, + 0,0,4686,4682,1,0,0,0,4686,4687,1,0,0,0,4687,375,1,0,0,0,4688,4689, + 5,646,0,0,4689,4690,5,415,0,0,4690,377,1,0,0,0,4691,4692,3,380,190, + 0,4692,4693,5,857,0,0,4693,4694,5,882,0,0,4694,4719,1,0,0,0,4695, + 4696,3,382,191,0,4696,4697,5,857,0,0,4697,4698,3,726,363,0,4698, + 4719,1,0,0,0,4699,4700,3,384,192,0,4700,4701,5,857,0,0,4701,4702, + 7,26,0,0,4702,4719,1,0,0,0,4703,4719,3,386,193,0,4704,4705,5,424, + 0,0,4705,4706,5,857,0,0,4706,4715,5,866,0,0,4707,4712,3,720,360, + 0,4708,4709,5,868,0,0,4709,4711,3,720,360,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,4716,1,0,0, + 0,4714,4712,1,0,0,0,4715,4707,1,0,0,0,4715,4716,1,0,0,0,4716,4717, + 1,0,0,0,4717,4719,5,867,0,0,4718,4691,1,0,0,0,4718,4695,1,0,0,0, + 4718,4699,1,0,0,0,4718,4703,1,0,0,0,4718,4704,1,0,0,0,4719,379,1, + 0,0,0,4720,4721,7,65,0,0,4721,381,1,0,0,0,4722,4723,7,66,0,0,4723, + 383,1,0,0,0,4724,4725,7,67,0,0,4725,385,1,0,0,0,4726,4727,5,543, + 0,0,4727,4728,5,857,0,0,4728,4740,7,68,0,0,4729,4730,5,574,0,0,4730, + 4731,5,857,0,0,4731,4740,7,69,0,0,4732,4733,5,310,0,0,4733,4737, + 5,857,0,0,4734,4738,5,507,0,0,4735,4738,5,450,0,0,4736,4738,3,410, + 205,0,4737,4734,1,0,0,0,4737,4735,1,0,0,0,4737,4736,1,0,0,0,4738, + 4740,1,0,0,0,4739,4726,1,0,0,0,4739,4729,1,0,0,0,4739,4732,1,0,0, + 0,4740,387,1,0,0,0,4741,4742,3,390,195,0,4742,4743,5,857,0,0,4743, + 4744,5,882,0,0,4744,4769,1,0,0,0,4745,4746,3,392,196,0,4746,4747, + 5,857,0,0,4747,4748,3,726,363,0,4748,4769,1,0,0,0,4749,4750,3,394, + 197,0,4750,4751,5,857,0,0,4751,4752,7,26,0,0,4752,4769,1,0,0,0,4753, + 4769,3,396,198,0,4754,4755,5,424,0,0,4755,4756,5,857,0,0,4756,4765, + 5,866,0,0,4757,4762,3,720,360,0,4758,4759,5,868,0,0,4759,4761,3, + 720,360,0,4760,4758,1,0,0,0,4761,4764,1,0,0,0,4762,4760,1,0,0,0, + 4762,4763,1,0,0,0,4763,4766,1,0,0,0,4764,4762,1,0,0,0,4765,4757, + 1,0,0,0,4765,4766,1,0,0,0,4766,4767,1,0,0,0,4767,4769,5,867,0,0, + 4768,4741,1,0,0,0,4768,4745,1,0,0,0,4768,4749,1,0,0,0,4768,4753, + 1,0,0,0,4768,4754,1,0,0,0,4769,389,1,0,0,0,4770,4771,7,70,0,0,4771, + 391,1,0,0,0,4772,4773,7,71,0,0,4773,393,1,0,0,0,4774,4775,7,72,0, + 0,4775,395,1,0,0,0,4776,4777,5,543,0,0,4777,4778,5,857,0,0,4778, + 4790,7,68,0,0,4779,4780,5,574,0,0,4780,4781,5,857,0,0,4781,4790, + 7,73,0,0,4782,4783,5,310,0,0,4783,4787,5,857,0,0,4784,4788,5,507, + 0,0,4785,4788,5,450,0,0,4786,4788,3,410,205,0,4787,4784,1,0,0,0, + 4787,4785,1,0,0,0,4787,4786,1,0,0,0,4788,4790,1,0,0,0,4789,4776, + 1,0,0,0,4789,4779,1,0,0,0,4789,4782,1,0,0,0,4790,397,1,0,0,0,4791, + 4792,5,65,0,0,4792,4793,5,328,0,0,4793,4794,5,882,0,0,4794,399,1, + 0,0,0,4795,4796,5,565,0,0,4796,4797,5,857,0,0,4797,4798,5,866,0, + 0,4798,4803,3,636,318,0,4799,4800,5,868,0,0,4800,4802,3,636,318, + 0,4801,4799,1,0,0,0,4802,4805,1,0,0,0,4803,4801,1,0,0,0,4803,4804, + 1,0,0,0,4804,4806,1,0,0,0,4805,4803,1,0,0,0,4806,4807,5,867,0,0, + 4807,4859,1,0,0,0,4808,4809,5,567,0,0,4809,4810,5,857,0,0,4810,4811, + 5,866,0,0,4811,4816,3,636,318,0,4812,4813,5,868,0,0,4813,4815,3, + 636,318,0,4814,4812,1,0,0,0,4815,4818,1,0,0,0,4816,4814,1,0,0,0, + 4816,4817,1,0,0,0,4817,4819,1,0,0,0,4818,4816,1,0,0,0,4819,4820, + 5,867,0,0,4820,4859,1,0,0,0,4821,4822,5,566,0,0,4822,4823,5,857, + 0,0,4823,4824,5,866,0,0,4824,4825,3,658,329,0,4825,4826,5,867,0, + 0,4826,4859,1,0,0,0,4827,4828,5,568,0,0,4828,4829,5,857,0,0,4829, + 4830,5,866,0,0,4830,4831,3,658,329,0,4831,4832,5,867,0,0,4832,4859, + 1,0,0,0,4833,4834,5,570,0,0,4834,4835,5,857,0,0,4835,4836,5,866, + 0,0,4836,4837,3,764,382,0,4837,4838,5,867,0,0,4838,4859,1,0,0,0, + 4839,4840,5,571,0,0,4840,4841,5,857,0,0,4841,4842,5,866,0,0,4842, + 4843,3,764,382,0,4843,4844,5,867,0,0,4844,4859,1,0,0,0,4845,4846, + 5,569,0,0,4846,4847,5,857,0,0,4847,4848,5,866,0,0,4848,4853,3,402, + 201,0,4849,4850,5,868,0,0,4850,4852,3,402,201,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,4856, + 1,0,0,0,4855,4853,1,0,0,0,4856,4857,5,867,0,0,4857,4859,1,0,0,0, + 4858,4795,1,0,0,0,4858,4808,1,0,0,0,4858,4821,1,0,0,0,4858,4827, + 1,0,0,0,4858,4833,1,0,0,0,4858,4839,1,0,0,0,4858,4845,1,0,0,0,4859, + 401,1,0,0,0,4860,4861,5,866,0,0,4861,4862,3,660,330,0,4862,4863, + 5,868,0,0,4863,4864,3,660,330,0,4864,4865,5,867,0,0,4865,403,1,0, + 0,0,4866,4867,7,74,0,0,4867,405,1,0,0,0,4868,4869,7,75,0,0,4869, + 4870,5,857,0,0,4870,4894,3,410,205,0,4871,4872,5,460,0,0,4872,4873, + 5,857,0,0,4873,4874,5,882,0,0,4874,4875,5,868,0,0,4875,4876,5,461, + 0,0,4876,4877,5,857,0,0,4877,4894,3,726,363,0,4878,4879,5,611,0, + 0,4879,4880,5,857,0,0,4880,4881,5,882,0,0,4881,4882,5,868,0,0,4882, + 4883,5,612,0,0,4883,4884,5,857,0,0,4884,4894,3,726,363,0,4885,4886, + 5,557,0,0,4886,4887,5,857,0,0,4887,4888,5,882,0,0,4888,4889,5,868, + 0,0,4889,4890,5,558,0,0,4890,4891,5,857,0,0,4891,4894,3,726,363, + 0,4892,4894,5,634,0,0,4893,4868,1,0,0,0,4893,4871,1,0,0,0,4893,4878, + 1,0,0,0,4893,4885,1,0,0,0,4893,4892,1,0,0,0,4894,407,1,0,0,0,4895, + 4896,5,678,0,0,4896,4897,5,857,0,0,4897,4908,5,882,0,0,4898,4899, + 5,529,0,0,4899,4900,5,857,0,0,4900,4908,5,882,0,0,4901,4902,5,363, + 0,0,4902,4903,5,857,0,0,4903,4908,5,882,0,0,4904,4905,5,535,0,0, + 4905,4906,5,857,0,0,4906,4908,5,882,0,0,4907,4895,1,0,0,0,4907,4898, + 1,0,0,0,4907,4901,1,0,0,0,4907,4904,1,0,0,0,4908,409,1,0,0,0,4909, + 4914,3,710,355,0,4910,4911,5,868,0,0,4911,4913,3,710,355,0,4912, + 4910,1,0,0,0,4913,4916,1,0,0,0,4914,4912,1,0,0,0,4914,4915,1,0,0, + 0,4915,4919,1,0,0,0,4916,4914,1,0,0,0,4917,4919,5,882,0,0,4918,4909, + 1,0,0,0,4918,4917,1,0,0,0,4919,411,1,0,0,0,4920,4921,5,694,0,0,4921, + 4922,7,76,0,0,4922,4924,3,712,356,0,4923,4925,7,77,0,0,4924,4923, + 1,0,0,0,4924,4925,1,0,0,0,4925,413,1,0,0,0,4926,4927,5,694,0,0,4927, + 4928,5,378,0,0,4928,4934,3,712,356,0,4929,4932,5,654,0,0,4930,4931, + 5,65,0,0,4931,4933,5,489,0,0,4932,4930,1,0,0,0,4932,4933,1,0,0,0, + 4933,4935,1,0,0,0,4934,4929,1,0,0,0,4934,4935,1,0,0,0,4935,415,1, + 0,0,0,4936,4937,5,694,0,0,4937,4938,5,540,0,0,4938,4939,3,712,356, + 0,4939,417,1,0,0,0,4940,4941,5,694,0,0,4941,4942,5,341,0,0,4942, + 4945,3,712,356,0,4943,4944,5,513,0,0,4944,4946,5,533,0,0,4945,4943, + 1,0,0,0,4945,4946,1,0,0,0,4946,419,1,0,0,0,4947,4948,5,694,0,0,4948, + 4949,5,583,0,0,4949,4950,3,712,356,0,4950,421,1,0,0,0,4951,4952, + 5,694,0,0,4952,4955,5,551,0,0,4953,4954,5,33,0,0,4954,4956,3,712, + 356,0,4955,4953,1,0,0,0,4955,4956,1,0,0,0,4956,423,1,0,0,0,4957, + 4958,5,540,0,0,4958,4959,3,720,360,0,4959,4962,5,68,0,0,4960,4963, + 5,882,0,0,4961,4963,5,892,0,0,4962,4960,1,0,0,0,4962,4961,1,0,0, + 0,4963,425,1,0,0,0,4964,4965,5,717,0,0,4965,4968,3,720,360,0,4966, + 4967,5,188,0,0,4967,4969,3,766,383,0,4968,4966,1,0,0,0,4968,4969, + 1,0,0,0,4969,427,1,0,0,0,4970,4971,7,78,0,0,4971,4972,5,540,0,0, + 4972,4973,3,720,360,0,4973,429,1,0,0,0,4974,4977,3,432,216,0,4975, + 4977,3,4,2,0,4976,4974,1,0,0,0,4976,4975,1,0,0,0,4977,431,1,0,0, + 0,4978,4979,3,720,360,0,4979,4980,5,878,0,0,4980,4982,1,0,0,0,4981, + 4978,1,0,0,0,4981,4982,1,0,0,0,4982,4983,1,0,0,0,4983,4989,5,317, + 0,0,4984,4985,3,452,226,0,4985,4986,5,869,0,0,4986,4988,1,0,0,0, + 4987,4984,1,0,0,0,4988,4991,1,0,0,0,4989,4987,1,0,0,0,4989,4990, + 1,0,0,0,4990,4997,1,0,0,0,4991,4989,1,0,0,0,4992,4993,3,454,227, + 0,4993,4994,5,869,0,0,4994,4996,1,0,0,0,4995,4992,1,0,0,0,4996,4999, + 1,0,0,0,4997,4995,1,0,0,0,4997,4998,1,0,0,0,4998,5005,1,0,0,0,4999, + 4997,1,0,0,0,5000,5001,3,456,228,0,5001,5002,5,869,0,0,5002,5004, + 1,0,0,0,5003,5000,1,0,0,0,5004,5007,1,0,0,0,5005,5003,1,0,0,0,5005, + 5006,1,0,0,0,5006,5013,1,0,0,0,5007,5005,1,0,0,0,5008,5009,3,458, + 229,0,5009,5010,5,869,0,0,5010,5012,1,0,0,0,5011,5008,1,0,0,0,5012, + 5015,1,0,0,0,5013,5011,1,0,0,0,5013,5014,1,0,0,0,5014,5019,1,0,0, + 0,5015,5013,1,0,0,0,5016,5018,3,462,231,0,5017,5016,1,0,0,0,5018, + 5021,1,0,0,0,5019,5017,1,0,0,0,5019,5020,1,0,0,0,5020,5022,1,0,0, + 0,5021,5019,1,0,0,0,5022,5024,5,378,0,0,5023,5025,3,720,360,0,5024, + 5023,1,0,0,0,5024,5025,1,0,0,0,5025,433,1,0,0,0,5026,5029,5,23,0, + 0,5027,5030,3,720,360,0,5028,5030,3,812,406,0,5029,5027,1,0,0,0, + 5029,5028,1,0,0,0,5029,5030,1,0,0,0,5030,5032,1,0,0,0,5031,5033, + 3,464,232,0,5032,5031,1,0,0,0,5033,5034,1,0,0,0,5034,5032,1,0,0, + 0,5034,5035,1,0,0,0,5035,5042,1,0,0,0,5036,5038,5,53,0,0,5037,5039, + 3,462,231,0,5038,5037,1,0,0,0,5039,5040,1,0,0,0,5040,5038,1,0,0, + 0,5040,5041,1,0,0,0,5041,5043,1,0,0,0,5042,5036,1,0,0,0,5042,5043, + 1,0,0,0,5043,5044,1,0,0,0,5044,5045,5,378,0,0,5045,5046,5,23,0,0, + 5046,435,1,0,0,0,5047,5048,5,78,0,0,5048,5049,3,812,406,0,5049,5051, + 5,175,0,0,5050,5052,3,462,231,0,5051,5050,1,0,0,0,5052,5053,1,0, + 0,0,5053,5051,1,0,0,0,5053,5054,1,0,0,0,5054,5058,1,0,0,0,5055,5057, + 3,466,233,0,5056,5055,1,0,0,0,5057,5060,1,0,0,0,5058,5056,1,0,0, + 0,5058,5059,1,0,0,0,5059,5067,1,0,0,0,5060,5058,1,0,0,0,5061,5063, + 5,53,0,0,5062,5064,3,462,231,0,5063,5062,1,0,0,0,5064,5065,1,0,0, + 0,5065,5063,1,0,0,0,5065,5066,1,0,0,0,5066,5068,1,0,0,0,5067,5061, + 1,0,0,0,5067,5068,1,0,0,0,5068,5069,1,0,0,0,5069,5070,5,378,0,0, + 5070,5071,5,78,0,0,5071,437,1,0,0,0,5072,5073,5,90,0,0,5073,5074, + 3,720,360,0,5074,439,1,0,0,0,5075,5076,5,97,0,0,5076,5077,3,720, + 360,0,5077,441,1,0,0,0,5078,5079,3,720,360,0,5079,5080,5,878,0,0, + 5080,5082,1,0,0,0,5081,5078,1,0,0,0,5081,5082,1,0,0,0,5082,5083, + 1,0,0,0,5083,5085,5,106,0,0,5084,5086,3,462,231,0,5085,5084,1,0, + 0,0,5086,5087,1,0,0,0,5087,5085,1,0,0,0,5087,5088,1,0,0,0,5088,5089, + 1,0,0,0,5089,5090,5,378,0,0,5090,5092,5,106,0,0,5091,5093,3,720, + 360,0,5092,5091,1,0,0,0,5092,5093,1,0,0,0,5093,443,1,0,0,0,5094, + 5095,3,720,360,0,5095,5096,5,878,0,0,5096,5098,1,0,0,0,5097,5094, + 1,0,0,0,5097,5098,1,0,0,0,5098,5099,1,0,0,0,5099,5101,5,142,0,0, + 5100,5102,3,462,231,0,5101,5100,1,0,0,0,5102,5103,1,0,0,0,5103,5101, + 1,0,0,0,5103,5104,1,0,0,0,5104,5105,1,0,0,0,5105,5106,5,676,0,0, + 5106,5107,3,812,406,0,5107,5108,5,378,0,0,5108,5110,5,142,0,0,5109, + 5111,3,720,360,0,5110,5109,1,0,0,0,5110,5111,1,0,0,0,5111,445,1, + 0,0,0,5112,5113,5,148,0,0,5113,5114,3,812,406,0,5114,447,1,0,0,0, + 5115,5116,3,720,360,0,5116,5117,5,878,0,0,5117,5119,1,0,0,0,5118, + 5115,1,0,0,0,5118,5119,1,0,0,0,5119,5120,1,0,0,0,5120,5121,5,193, + 0,0,5121,5122,3,812,406,0,5122,5124,5,371,0,0,5123,5125,3,462,231, + 0,5124,5123,1,0,0,0,5125,5126,1,0,0,0,5126,5124,1,0,0,0,5126,5127, + 1,0,0,0,5127,5128,1,0,0,0,5128,5129,5,378,0,0,5129,5131,5,193,0, + 0,5130,5132,3,720,360,0,5131,5130,1,0,0,0,5131,5132,1,0,0,0,5132, + 449,1,0,0,0,5133,5134,5,334,0,0,5134,5149,3,720,360,0,5135,5140, + 5,64,0,0,5136,5138,5,501,0,0,5137,5136,1,0,0,0,5137,5138,1,0,0,0, + 5138,5139,1,0,0,0,5139,5141,5,68,0,0,5140,5137,1,0,0,0,5140,5141, + 1,0,0,0,5141,5142,1,0,0,0,5142,5143,3,720,360,0,5143,5144,5,88,0, + 0,5144,5145,3,718,359,0,5145,5149,1,0,0,0,5146,5147,5,516,0,0,5147, + 5149,3,720,360,0,5148,5133,1,0,0,0,5148,5135,1,0,0,0,5148,5146,1, + 0,0,0,5149,451,1,0,0,0,5150,5151,5,41,0,0,5151,5152,3,718,359,0, + 5152,5155,3,740,370,0,5153,5154,5,42,0,0,5154,5156,3,812,406,0,5155, + 5153,1,0,0,0,5155,5156,1,0,0,0,5156,453,1,0,0,0,5157,5158,5,41,0, + 0,5158,5159,3,720,360,0,5159,5160,5,30,0,0,5160,5167,5,65,0,0,5161, + 5168,3,726,363,0,5162,5164,5,164,0,0,5163,5165,5,682,0,0,5164,5163, + 1,0,0,0,5164,5165,1,0,0,0,5165,5166,1,0,0,0,5166,5168,5,882,0,0, + 5167,5161,1,0,0,0,5167,5162,1,0,0,0,5168,455,1,0,0,0,5169,5170,5, + 41,0,0,5170,5171,3,720,360,0,5171,5172,5,38,0,0,5172,5173,5,65,0, + 0,5173,5174,3,208,104,0,5174,457,1,0,0,0,5175,5176,5,41,0,0,5176, + 5177,7,79,0,0,5177,5178,5,417,0,0,5178,5179,5,65,0,0,5179,5184,3, + 460,230,0,5180,5181,5,868,0,0,5181,5183,3,460,230,0,5182,5180,1, + 0,0,0,5183,5186,1,0,0,0,5184,5182,1,0,0,0,5184,5185,1,0,0,0,5185, + 5187,1,0,0,0,5186,5184,1,0,0,0,5187,5188,3,430,215,0,5188,459,1, + 0,0,0,5189,5201,3,726,363,0,5190,5192,5,164,0,0,5191,5193,5,682, + 0,0,5192,5191,1,0,0,0,5192,5193,1,0,0,0,5193,5194,1,0,0,0,5194,5201, + 5,882,0,0,5195,5201,3,720,360,0,5196,5201,5,165,0,0,5197,5198,5, + 114,0,0,5198,5201,5,407,0,0,5199,5201,5,163,0,0,5200,5189,1,0,0, + 0,5200,5190,1,0,0,0,5200,5195,1,0,0,0,5200,5196,1,0,0,0,5200,5197, + 1,0,0,0,5200,5199,1,0,0,0,5201,461,1,0,0,0,5202,5205,3,16,8,0,5203, + 5205,3,4,2,0,5204,5202,1,0,0,0,5204,5203,1,0,0,0,5205,5206,1,0,0, + 0,5206,5207,5,869,0,0,5207,463,1,0,0,0,5208,5211,5,191,0,0,5209, + 5212,3,738,369,0,5210,5212,3,812,406,0,5211,5209,1,0,0,0,5211,5210, + 1,0,0,0,5212,5213,1,0,0,0,5213,5215,5,175,0,0,5214,5216,3,462,231, + 0,5215,5214,1,0,0,0,5216,5217,1,0,0,0,5217,5215,1,0,0,0,5217,5218, + 1,0,0,0,5218,465,1,0,0,0,5219,5220,5,54,0,0,5220,5221,3,812,406, + 0,5221,5223,5,175,0,0,5222,5224,3,462,231,0,5223,5222,1,0,0,0,5224, + 5225,1,0,0,0,5225,5223,1,0,0,0,5225,5226,1,0,0,0,5226,467,1,0,0, + 0,5227,5228,5,8,0,0,5228,5230,5,678,0,0,5229,5231,3,772,386,0,5230, + 5229,1,0,0,0,5230,5231,1,0,0,0,5231,5288,1,0,0,0,5232,5237,3,500, + 250,0,5233,5234,5,868,0,0,5234,5236,3,500,250,0,5235,5233,1,0,0, + 0,5236,5239,1,0,0,0,5237,5235,1,0,0,0,5237,5238,1,0,0,0,5238,5289, + 1,0,0,0,5239,5237,1,0,0,0,5240,5245,3,502,251,0,5241,5242,5,868, + 0,0,5242,5244,3,502,251,0,5243,5241,1,0,0,0,5244,5247,1,0,0,0,5245, + 5243,1,0,0,0,5245,5246,1,0,0,0,5246,5262,1,0,0,0,5247,5245,1,0,0, + 0,5248,5260,5,144,0,0,5249,5261,5,505,0,0,5250,5257,3,514,257,0, + 5251,5253,5,11,0,0,5252,5251,1,0,0,0,5252,5253,1,0,0,0,5253,5254, + 1,0,0,0,5254,5256,3,514,257,0,5255,5252,1,0,0,0,5256,5259,1,0,0, + 0,5257,5255,1,0,0,0,5257,5258,1,0,0,0,5258,5261,1,0,0,0,5259,5257, + 1,0,0,0,5260,5249,1,0,0,0,5260,5250,1,0,0,0,5261,5263,1,0,0,0,5262, + 5248,1,0,0,0,5262,5263,1,0,0,0,5263,5270,1,0,0,0,5264,5266,5,194, + 0,0,5265,5267,3,516,258,0,5266,5265,1,0,0,0,5267,5268,1,0,0,0,5268, + 5266,1,0,0,0,5268,5269,1,0,0,0,5269,5271,1,0,0,0,5270,5264,1,0,0, + 0,5270,5271,1,0,0,0,5271,5276,1,0,0,0,5272,5275,3,518,259,0,5273, + 5275,3,520,260,0,5274,5272,1,0,0,0,5274,5273,1,0,0,0,5275,5278,1, + 0,0,0,5276,5274,1,0,0,0,5276,5277,1,0,0,0,5277,5281,1,0,0,0,5278, + 5276,1,0,0,0,5279,5280,7,80,0,0,5280,5282,5,882,0,0,5281,5279,1, + 0,0,0,5281,5282,1,0,0,0,5282,5289,1,0,0,0,5283,5284,3,664,332,0, + 5284,5285,5,42,0,0,5285,5286,5,582,0,0,5286,5287,3,476,238,0,5287, + 5289,1,0,0,0,5288,5232,1,0,0,0,5288,5240,1,0,0,0,5288,5283,1,0,0, + 0,5289,469,1,0,0,0,5290,5291,5,34,0,0,5291,5293,5,678,0,0,5292,5294, + 3,774,387,0,5293,5292,1,0,0,0,5293,5294,1,0,0,0,5294,5295,1,0,0, + 0,5295,5297,3,698,349,0,5296,5298,3,504,252,0,5297,5296,1,0,0,0, + 5297,5298,1,0,0,0,5298,5306,1,0,0,0,5299,5300,5,868,0,0,5300,5302, + 3,698,349,0,5301,5303,3,504,252,0,5302,5301,1,0,0,0,5302,5303,1, + 0,0,0,5303,5305,1,0,0,0,5304,5299,1,0,0,0,5305,5308,1,0,0,0,5306, + 5304,1,0,0,0,5306,5307,1,0,0,0,5307,5312,1,0,0,0,5308,5306,1,0,0, + 0,5309,5310,5,42,0,0,5310,5311,5,582,0,0,5311,5313,3,476,238,0,5312, + 5309,1,0,0,0,5312,5313,1,0,0,0,5313,5328,1,0,0,0,5314,5326,5,144, + 0,0,5315,5327,5,505,0,0,5316,5323,3,514,257,0,5317,5319,5,11,0,0, + 5318,5317,1,0,0,0,5318,5319,1,0,0,0,5319,5320,1,0,0,0,5320,5322, + 3,514,257,0,5321,5318,1,0,0,0,5322,5325,1,0,0,0,5323,5321,1,0,0, + 0,5323,5324,1,0,0,0,5324,5327,1,0,0,0,5325,5323,1,0,0,0,5326,5315, + 1,0,0,0,5326,5316,1,0,0,0,5327,5329,1,0,0,0,5328,5314,1,0,0,0,5328, + 5329,1,0,0,0,5329,5336,1,0,0,0,5330,5332,5,194,0,0,5331,5333,3,516, + 258,0,5332,5331,1,0,0,0,5333,5334,1,0,0,0,5334,5332,1,0,0,0,5334, + 5335,1,0,0,0,5335,5337,1,0,0,0,5336,5330,1,0,0,0,5336,5337,1,0,0, + 0,5337,5342,1,0,0,0,5338,5341,3,518,259,0,5339,5341,3,520,260,0, + 5340,5338,1,0,0,0,5340,5339,1,0,0,0,5341,5344,1,0,0,0,5342,5340, + 1,0,0,0,5342,5343,1,0,0,0,5343,5347,1,0,0,0,5344,5342,1,0,0,0,5345, + 5346,7,80,0,0,5346,5348,5,882,0,0,5347,5345,1,0,0,0,5347,5348,1, + 0,0,0,5348,471,1,0,0,0,5349,5350,5,51,0,0,5350,5352,5,678,0,0,5351, + 5353,3,772,386,0,5352,5351,1,0,0,0,5352,5353,1,0,0,0,5353,5354,1, + 0,0,0,5354,5359,3,698,349,0,5355,5356,5,868,0,0,5356,5358,3,698, + 349,0,5357,5355,1,0,0,0,5358,5361,1,0,0,0,5359,5357,1,0,0,0,5359, + 5360,1,0,0,0,5360,473,1,0,0,0,5361,5359,1,0,0,0,5362,5363,5,73,0, + 0,5363,5368,3,528,264,0,5364,5365,5,868,0,0,5365,5367,3,528,264, + 0,5366,5364,1,0,0,0,5367,5370,1,0,0,0,5368,5366,1,0,0,0,5368,5369, + 1,0,0,0,5369,5371,1,0,0,0,5370,5368,1,0,0,0,5371,5373,5,119,0,0, + 5372,5374,3,496,248,0,5373,5372,1,0,0,0,5373,5374,1,0,0,0,5374,5375, + 1,0,0,0,5375,5376,3,532,266,0,5376,5386,5,176,0,0,5377,5382,3,508, + 254,0,5378,5379,5,868,0,0,5379,5381,3,508,254,0,5380,5378,1,0,0, + 0,5381,5384,1,0,0,0,5382,5380,1,0,0,0,5382,5383,1,0,0,0,5383,5387, + 1,0,0,0,5384,5382,1,0,0,0,5385,5387,3,662,331,0,5386,5377,1,0,0, + 0,5386,5385,1,0,0,0,5387,5402,1,0,0,0,5388,5400,5,144,0,0,5389,5401, + 5,505,0,0,5390,5397,3,514,257,0,5391,5393,5,11,0,0,5392,5391,1,0, + 0,0,5392,5393,1,0,0,0,5393,5394,1,0,0,0,5394,5396,3,514,257,0,5395, + 5392,1,0,0,0,5396,5399,1,0,0,0,5397,5395,1,0,0,0,5397,5398,1,0,0, + 0,5398,5401,1,0,0,0,5399,5397,1,0,0,0,5400,5389,1,0,0,0,5400,5390, + 1,0,0,0,5401,5403,1,0,0,0,5402,5388,1,0,0,0,5402,5403,1,0,0,0,5403, + 5413,1,0,0,0,5404,5410,5,194,0,0,5405,5406,5,73,0,0,5406,5409,5, + 121,0,0,5407,5409,3,516,258,0,5408,5405,1,0,0,0,5408,5407,1,0,0, + 0,5409,5412,1,0,0,0,5410,5408,1,0,0,0,5410,5411,1,0,0,0,5411,5414, + 1,0,0,0,5412,5410,1,0,0,0,5413,5404,1,0,0,0,5413,5414,1,0,0,0,5414, + 5422,1,0,0,0,5415,5416,5,13,0,0,5416,5420,3,698,349,0,5417,5418, + 5,194,0,0,5418,5419,5,582,0,0,5419,5421,3,476,238,0,5420,5417,1, + 0,0,0,5420,5421,1,0,0,0,5421,5423,1,0,0,0,5422,5415,1,0,0,0,5422, + 5423,1,0,0,0,5423,5452,1,0,0,0,5424,5427,5,73,0,0,5425,5426,5,547, + 0,0,5426,5428,5,119,0,0,5427,5425,1,0,0,0,5427,5428,1,0,0,0,5428, + 5429,1,0,0,0,5429,5434,3,664,332,0,5430,5431,5,868,0,0,5431,5433, + 3,664,332,0,5432,5430,1,0,0,0,5433,5436,1,0,0,0,5434,5432,1,0,0, + 0,5434,5435,1,0,0,0,5435,5437,1,0,0,0,5436,5434,1,0,0,0,5437,5438, + 5,176,0,0,5438,5443,3,664,332,0,5439,5440,5,868,0,0,5440,5442,3, + 664,332,0,5441,5439,1,0,0,0,5442,5445,1,0,0,0,5443,5441,1,0,0,0, + 5443,5444,1,0,0,0,5444,5449,1,0,0,0,5445,5443,1,0,0,0,5446,5447, + 5,194,0,0,5447,5448,5,704,0,0,5448,5450,5,121,0,0,5449,5446,1,0, + 0,0,5449,5450,1,0,0,0,5450,5452,1,0,0,0,5451,5362,1,0,0,0,5451,5424, + 1,0,0,0,5452,475,1,0,0,0,5453,5462,5,42,0,0,5454,5462,5,505,0,0, + 5455,5458,5,7,0,0,5456,5457,5,59,0,0,5457,5459,3,662,331,0,5458, + 5456,1,0,0,0,5458,5459,1,0,0,0,5459,5462,1,0,0,0,5460,5462,3,662, + 331,0,5461,5453,1,0,0,0,5461,5454,1,0,0,0,5461,5455,1,0,0,0,5461, + 5460,1,0,0,0,5462,477,1,0,0,0,5463,5464,5,73,0,0,5464,5465,5,547, + 0,0,5465,5466,5,119,0,0,5466,5467,3,698,349,0,5467,5468,5,176,0, + 0,5468,5473,3,698,349,0,5469,5470,5,868,0,0,5470,5472,3,698,349, + 0,5471,5469,1,0,0,0,5472,5475,1,0,0,0,5473,5471,1,0,0,0,5473,5474, + 1,0,0,0,5474,5479,1,0,0,0,5475,5473,1,0,0,0,5476,5477,5,194,0,0, + 5477,5478,5,73,0,0,5478,5480,5,121,0,0,5479,5476,1,0,0,0,5479,5480, + 1,0,0,0,5480,479,1,0,0,0,5481,5482,5,8,0,0,5482,5483,5,739,0,0,5483, + 5484,5,74,0,0,5484,5490,3,654,327,0,5485,5487,5,190,0,0,5486,5488, + 5,857,0,0,5487,5486,1,0,0,0,5487,5488,1,0,0,0,5488,5489,1,0,0,0, + 5489,5491,3,488,244,0,5490,5485,1,0,0,0,5490,5491,1,0,0,0,5491,5497, + 1,0,0,0,5492,5494,5,837,0,0,5493,5495,5,857,0,0,5494,5493,1,0,0, + 0,5494,5495,1,0,0,0,5495,5496,1,0,0,0,5496,5498,3,726,363,0,5497, + 5492,1,0,0,0,5497,5498,1,0,0,0,5498,5503,1,0,0,0,5499,5501,7,39, + 0,0,5500,5502,5,66,0,0,5501,5500,1,0,0,0,5501,5502,1,0,0,0,5502, + 5504,1,0,0,0,5503,5499,1,0,0,0,5503,5504,1,0,0,0,5504,481,1,0,0, + 0,5505,5506,5,34,0,0,5506,5507,5,739,0,0,5507,5508,5,74,0,0,5508, + 5509,3,652,326,0,5509,5510,5,839,0,0,5510,5511,5,857,0,0,5511,5517, + 7,81,0,0,5512,5514,5,190,0,0,5513,5515,5,857,0,0,5514,5513,1,0,0, + 0,5514,5515,1,0,0,0,5515,5516,1,0,0,0,5516,5518,3,488,244,0,5517, + 5512,1,0,0,0,5517,5518,1,0,0,0,5518,5524,1,0,0,0,5519,5521,5,837, + 0,0,5520,5522,5,857,0,0,5521,5520,1,0,0,0,5521,5522,1,0,0,0,5522, + 5523,1,0,0,0,5523,5525,3,726,363,0,5524,5519,1,0,0,0,5524,5525,1, + 0,0,0,5525,5527,1,0,0,0,5526,5528,7,39,0,0,5527,5526,1,0,0,0,5527, + 5528,1,0,0,0,5528,483,1,0,0,0,5529,5530,5,51,0,0,5530,5531,5,739, + 0,0,5531,5532,5,74,0,0,5532,5534,3,654,327,0,5533,5535,5,66,0,0, + 5534,5533,1,0,0,0,5534,5535,1,0,0,0,5535,485,1,0,0,0,5536,5537,5, + 155,0,0,5537,5538,5,739,0,0,5538,5539,5,74,0,0,5539,5549,3,654,327, + 0,5540,5541,5,65,0,0,5541,5546,3,726,363,0,5542,5543,5,868,0,0,5543, + 5545,3,726,363,0,5544,5542,1,0,0,0,5545,5548,1,0,0,0,5546,5544,1, + 0,0,0,5546,5547,1,0,0,0,5547,5550,1,0,0,0,5548,5546,1,0,0,0,5549, + 5540,1,0,0,0,5549,5550,1,0,0,0,5550,487,1,0,0,0,5551,5557,3,726, + 363,0,5552,5553,3,726,363,0,5553,5554,5,854,0,0,5554,5555,3,726, + 363,0,5555,5557,1,0,0,0,5556,5551,1,0,0,0,5556,5552,1,0,0,0,5557, + 5562,1,0,0,0,5558,5559,5,868,0,0,5559,5561,3,488,244,0,5560,5558, + 1,0,0,0,5561,5564,1,0,0,0,5562,5560,1,0,0,0,5562,5563,1,0,0,0,5563, + 489,1,0,0,0,5564,5562,1,0,0,0,5565,5566,5,141,0,0,5566,5567,5,678, + 0,0,5567,5572,3,534,267,0,5568,5569,5,868,0,0,5569,5571,3,534,267, + 0,5570,5568,1,0,0,0,5571,5574,1,0,0,0,5572,5570,1,0,0,0,5572,5573, + 1,0,0,0,5573,491,1,0,0,0,5574,5572,1,0,0,0,5575,5577,5,149,0,0,5576, + 5578,3,772,386,0,5577,5576,1,0,0,0,5577,5578,1,0,0,0,5578,5579,1, + 0,0,0,5579,5584,3,528,264,0,5580,5581,5,868,0,0,5581,5583,3,528, + 264,0,5582,5580,1,0,0,0,5583,5586,1,0,0,0,5584,5582,1,0,0,0,5584, + 5585,1,0,0,0,5585,5587,1,0,0,0,5586,5584,1,0,0,0,5587,5589,5,119, + 0,0,5588,5590,3,496,248,0,5589,5588,1,0,0,0,5589,5590,1,0,0,0,5590, + 5591,1,0,0,0,5591,5592,3,532,266,0,5592,5593,5,68,0,0,5593,5595, + 3,662,331,0,5594,5596,3,494,247,0,5595,5594,1,0,0,0,5595,5596,1, + 0,0,0,5596,5628,1,0,0,0,5597,5599,5,149,0,0,5598,5600,3,772,386, + 0,5599,5598,1,0,0,0,5599,5600,1,0,0,0,5600,5601,1,0,0,0,5601,5603, + 5,7,0,0,5602,5604,5,734,0,0,5603,5602,1,0,0,0,5603,5604,1,0,0,0, + 5604,5605,1,0,0,0,5605,5606,5,868,0,0,5606,5607,5,73,0,0,5607,5608, + 5,121,0,0,5608,5609,5,68,0,0,5609,5611,3,662,331,0,5610,5612,3,494, + 247,0,5611,5610,1,0,0,0,5611,5612,1,0,0,0,5612,5628,1,0,0,0,5613, + 5615,5,149,0,0,5614,5616,3,772,386,0,5615,5614,1,0,0,0,5615,5616, + 1,0,0,0,5616,5619,1,0,0,0,5617,5618,5,547,0,0,5618,5620,5,119,0, + 0,5619,5617,1,0,0,0,5619,5620,1,0,0,0,5620,5621,1,0,0,0,5621,5622, + 3,662,331,0,5622,5623,5,68,0,0,5623,5625,3,662,331,0,5624,5626,3, + 494,247,0,5625,5624,1,0,0,0,5625,5626,1,0,0,0,5626,5628,1,0,0,0, + 5627,5575,1,0,0,0,5627,5597,1,0,0,0,5627,5613,1,0,0,0,5628,493,1, + 0,0,0,5629,5630,5,79,0,0,5630,5631,5,674,0,0,5631,5632,5,678,0,0, + 5632,495,1,0,0,0,5633,5634,7,82,0,0,5634,497,1,0,0,0,5635,5636,5, + 155,0,0,5636,5639,5,529,0,0,5637,5638,5,65,0,0,5638,5640,3,698,349, + 0,5639,5637,1,0,0,0,5639,5640,1,0,0,0,5640,5641,1,0,0,0,5641,5644, + 5,857,0,0,5642,5645,3,806,403,0,5643,5645,5,882,0,0,5644,5642,1, + 0,0,0,5644,5643,1,0,0,0,5645,5668,1,0,0,0,5646,5647,5,155,0,0,5647, + 5650,5,529,0,0,5648,5649,5,65,0,0,5649,5651,3,698,349,0,5650,5648, + 1,0,0,0,5650,5651,1,0,0,0,5651,5656,1,0,0,0,5652,5653,5,176,0,0, + 5653,5657,5,829,0,0,5654,5655,5,857,0,0,5655,5657,5,882,0,0,5656, + 5652,1,0,0,0,5656,5654,1,0,0,0,5657,5660,1,0,0,0,5658,5659,5,143, + 0,0,5659,5661,5,882,0,0,5660,5658,1,0,0,0,5660,5661,1,0,0,0,5661, + 5665,1,0,0,0,5662,5663,5,147,0,0,5663,5664,5,36,0,0,5664,5666,5, + 529,0,0,5665,5662,1,0,0,0,5665,5666,1,0,0,0,5666,5668,1,0,0,0,5667, + 5635,1,0,0,0,5667,5646,1,0,0,0,5668,499,1,0,0,0,5669,5670,3,698, + 349,0,5670,5671,3,518,259,0,5671,501,1,0,0,0,5672,5698,3,698,349, + 0,5673,5674,5,423,0,0,5674,5675,5,20,0,0,5675,5676,5,882,0,0,5676, + 5699,3,510,255,0,5677,5678,5,423,0,0,5678,5679,5,20,0,0,5679,5680, + 5,829,0,0,5680,5681,5,529,0,0,5681,5699,3,510,255,0,5682,5683,5, + 423,0,0,5683,5684,5,194,0,0,5684,5699,3,512,256,0,5685,5686,5,369, + 0,0,5686,5687,5,511,0,0,5687,5699,5,529,0,0,5688,5689,7,83,0,0,5689, + 5691,3,526,263,0,5690,5692,3,522,261,0,5691,5690,1,0,0,0,5691,5692, + 1,0,0,0,5692,5694,1,0,0,0,5693,5688,1,0,0,0,5694,5695,1,0,0,0,5695, + 5693,1,0,0,0,5695,5696,1,0,0,0,5696,5699,1,0,0,0,5697,5699,3,524, + 262,0,5698,5673,1,0,0,0,5698,5677,1,0,0,0,5698,5682,1,0,0,0,5698, + 5685,1,0,0,0,5698,5693,1,0,0,0,5698,5697,1,0,0,0,5698,5699,1,0,0, + 0,5699,503,1,0,0,0,5700,5701,5,423,0,0,5701,5707,5,20,0,0,5702,5708, + 5,882,0,0,5703,5704,5,829,0,0,5704,5708,5,529,0,0,5705,5706,5,529, + 0,0,5706,5708,5,882,0,0,5707,5702,1,0,0,0,5707,5703,1,0,0,0,5707, + 5705,1,0,0,0,5708,5711,1,0,0,0,5709,5710,5,11,0,0,5710,5712,3,504, + 252,0,5711,5709,1,0,0,0,5711,5712,1,0,0,0,5712,5737,1,0,0,0,5713, + 5714,5,423,0,0,5714,5715,5,194,0,0,5715,5724,3,720,360,0,5716,5720, + 5,20,0,0,5717,5721,5,882,0,0,5718,5719,5,829,0,0,5719,5721,5,529, + 0,0,5720,5717,1,0,0,0,5720,5718,1,0,0,0,5721,5725,1,0,0,0,5722,5723, + 5,13,0,0,5723,5725,5,882,0,0,5724,5716,1,0,0,0,5724,5722,1,0,0,0, + 5724,5725,1,0,0,0,5725,5728,1,0,0,0,5726,5727,5,11,0,0,5727,5729, + 3,504,252,0,5728,5726,1,0,0,0,5728,5729,1,0,0,0,5729,5737,1,0,0, + 0,5730,5731,5,423,0,0,5731,5732,5,194,0,0,5732,5734,3,720,360,0, + 5733,5735,3,506,253,0,5734,5733,1,0,0,0,5734,5735,1,0,0,0,5735,5737, + 1,0,0,0,5736,5700,1,0,0,0,5736,5713,1,0,0,0,5736,5730,1,0,0,0,5737, + 505,1,0,0,0,5738,5739,5,427,0,0,5739,5740,5,708,0,0,5740,5741,5, + 423,0,0,5741,5745,5,20,0,0,5742,5743,5,829,0,0,5743,5746,5,529,0, + 0,5744,5746,5,882,0,0,5745,5742,1,0,0,0,5745,5744,1,0,0,0,5746,5756, + 1,0,0,0,5747,5748,5,427,0,0,5748,5749,5,708,0,0,5749,5750,5,423, + 0,0,5750,5751,5,194,0,0,5751,5752,3,720,360,0,5752,5753,5,13,0,0, + 5753,5754,5,882,0,0,5754,5756,1,0,0,0,5755,5738,1,0,0,0,5755,5747, + 1,0,0,0,5756,507,1,0,0,0,5757,5758,3,698,349,0,5758,5759,5,423,0, + 0,5759,5760,5,20,0,0,5760,5761,5,529,0,0,5761,5762,5,882,0,0,5762, + 5783,1,0,0,0,5763,5764,3,698,349,0,5764,5765,5,423,0,0,5765,5766, + 5,20,0,0,5766,5767,5,829,0,0,5767,5768,5,529,0,0,5768,5769,3,510, + 255,0,5769,5783,1,0,0,0,5770,5771,3,698,349,0,5771,5772,5,423,0, + 0,5772,5773,5,20,0,0,5773,5774,5,882,0,0,5774,5775,3,510,255,0,5775, + 5783,1,0,0,0,5776,5777,3,698,349,0,5777,5778,5,423,0,0,5778,5779, + 5,194,0,0,5779,5780,3,512,256,0,5780,5783,1,0,0,0,5781,5783,3,698, + 349,0,5782,5757,1,0,0,0,5782,5763,1,0,0,0,5782,5770,1,0,0,0,5782, + 5776,1,0,0,0,5782,5781,1,0,0,0,5783,509,1,0,0,0,5784,5785,5,143, + 0,0,5785,5787,5,882,0,0,5786,5784,1,0,0,0,5786,5787,1,0,0,0,5787, + 5791,1,0,0,0,5788,5789,5,147,0,0,5789,5790,5,36,0,0,5790,5792,5, + 529,0,0,5791,5788,1,0,0,0,5791,5792,1,0,0,0,5792,511,1,0,0,0,5793, + 5801,3,720,360,0,5794,5798,7,84,0,0,5795,5799,5,882,0,0,5796,5797, + 5,829,0,0,5797,5799,5,529,0,0,5798,5795,1,0,0,0,5798,5796,1,0,0, + 0,5799,5800,1,0,0,0,5800,5802,3,510,255,0,5801,5794,1,0,0,0,5801, + 5802,1,0,0,0,5802,5808,1,0,0,0,5803,5804,3,720,360,0,5804,5805,5, + 188,0,0,5805,5806,3,806,403,0,5806,5808,1,0,0,0,5807,5793,1,0,0, + 0,5807,5803,1,0,0,0,5808,513,1,0,0,0,5809,5818,5,169,0,0,5810,5818, + 5,693,0,0,5811,5812,5,331,0,0,5812,5818,5,882,0,0,5813,5814,5,441, + 0,0,5814,5818,5,882,0,0,5815,5816,5,651,0,0,5816,5818,5,882,0,0, + 5817,5809,1,0,0,0,5817,5810,1,0,0,0,5817,5811,1,0,0,0,5817,5813, + 1,0,0,0,5817,5815,1,0,0,0,5818,515,1,0,0,0,5819,5820,5,479,0,0,5820, + 5828,3,726,363,0,5821,5822,5,482,0,0,5822,5828,3,726,363,0,5823, + 5824,5,478,0,0,5824,5828,3,726,363,0,5825,5826,5,483,0,0,5826,5828, + 3,726,363,0,5827,5819,1,0,0,0,5827,5821,1,0,0,0,5827,5823,1,0,0, + 0,5827,5825,1,0,0,0,5828,517,1,0,0,0,5829,5830,5,529,0,0,5830,5837, + 5,390,0,0,5831,5838,5,42,0,0,5832,5838,5,500,0,0,5833,5834,5,87, + 0,0,5834,5835,3,726,363,0,5835,5836,5,698,0,0,5836,5838,1,0,0,0, + 5837,5831,1,0,0,0,5837,5832,1,0,0,0,5837,5833,1,0,0,0,5837,5838, + 1,0,0,0,5838,5868,1,0,0,0,5839,5840,5,529,0,0,5840,5843,5,420,0, + 0,5841,5844,5,42,0,0,5842,5844,3,726,363,0,5843,5841,1,0,0,0,5843, + 5842,1,0,0,0,5844,5868,1,0,0,0,5845,5846,5,529,0,0,5846,5847,5,581, + 0,0,5847,5852,5,87,0,0,5848,5853,5,42,0,0,5849,5850,3,726,363,0, + 5850,5851,5,698,0,0,5851,5853,1,0,0,0,5852,5848,1,0,0,0,5852,5849, + 1,0,0,0,5853,5868,1,0,0,0,5854,5855,5,529,0,0,5855,5856,5,144,0, + 0,5856,5858,5,36,0,0,5857,5859,7,85,0,0,5858,5857,1,0,0,0,5858,5859, + 1,0,0,0,5859,5868,1,0,0,0,5860,5861,5,395,0,0,5861,5868,3,726,363, + 0,5862,5865,5,530,0,0,5863,5866,3,726,363,0,5864,5866,5,669,0,0, + 5865,5863,1,0,0,0,5865,5864,1,0,0,0,5866,5868,1,0,0,0,5867,5829, + 1,0,0,0,5867,5839,1,0,0,0,5867,5845,1,0,0,0,5867,5854,1,0,0,0,5867, + 5860,1,0,0,0,5867,5862,1,0,0,0,5868,519,1,0,0,0,5869,5870,5,304, + 0,0,5870,5871,7,86,0,0,5871,521,1,0,0,0,5872,5875,5,423,0,0,5873, + 5874,5,194,0,0,5874,5876,3,720,360,0,5875,5873,1,0,0,0,5875,5876, + 1,0,0,0,5876,5885,1,0,0,0,5877,5881,5,20,0,0,5878,5882,5,882,0,0, + 5879,5880,5,829,0,0,5880,5882,5,529,0,0,5881,5878,1,0,0,0,5881,5879, + 1,0,0,0,5882,5886,1,0,0,0,5883,5884,5,13,0,0,5884,5886,5,882,0,0, + 5885,5877,1,0,0,0,5885,5883,1,0,0,0,5886,523,1,0,0,0,5887,5888,3, + 526,263,0,5888,5889,5,429,0,0,5889,5890,5,555,0,0,5890,5903,1,0, + 0,0,5891,5892,3,526,263,0,5892,5893,5,401,0,0,5893,5894,5,555,0, + 0,5894,5895,5,155,0,0,5895,5896,5,330,0,0,5896,5897,5,13,0,0,5897, + 5898,5,882,0,0,5898,5903,1,0,0,0,5899,5900,3,526,263,0,5900,5901, + 5,675,0,0,5901,5903,1,0,0,0,5902,5887,1,0,0,0,5902,5891,1,0,0,0, + 5902,5899,1,0,0,0,5903,525,1,0,0,0,5904,5905,7,87,0,0,5905,5906, + 5,394,0,0,5906,527,1,0,0,0,5907,5912,3,530,265,0,5908,5909,5,866, + 0,0,5909,5910,3,668,334,0,5910,5911,5,867,0,0,5911,5913,1,0,0,0, + 5912,5908,1,0,0,0,5912,5913,1,0,0,0,5913,529,1,0,0,0,5914,5916,5, + 7,0,0,5915,5917,5,734,0,0,5916,5915,1,0,0,0,5916,5917,1,0,0,0,5917, + 6008,1,0,0,0,5918,5920,5,8,0,0,5919,5921,5,743,0,0,5920,5919,1,0, + 0,0,5920,5921,1,0,0,0,5921,6008,1,0,0,0,5922,5930,5,34,0,0,5923, + 5924,5,660,0,0,5924,5931,5,752,0,0,5925,5931,5,743,0,0,5926,5931, + 5,684,0,0,5927,5931,5,678,0,0,5928,5931,5,658,0,0,5929,5931,5,582, + 0,0,5930,5923,1,0,0,0,5930,5925,1,0,0,0,5930,5926,1,0,0,0,5930,5927, + 1,0,0,0,5930,5928,1,0,0,0,5930,5929,1,0,0,0,5930,5931,1,0,0,0,5931, + 6008,1,0,0,0,5932,6008,5,44,0,0,5933,5935,5,51,0,0,5934,5936,5,582, + 0,0,5935,5934,1,0,0,0,5935,5936,1,0,0,0,5936,6008,1,0,0,0,5937,6008, + 5,385,0,0,5938,6008,5,717,0,0,5939,6008,5,718,0,0,5940,5941,5,73, + 0,0,5941,6008,5,121,0,0,5942,6008,5,82,0,0,5943,6008,5,86,0,0,5944, + 5945,5,104,0,0,5945,6008,5,752,0,0,5946,6008,5,735,0,0,5947,6008, + 5,547,0,0,5948,6008,5,138,0,0,5949,6008,5,736,0,0,5950,5951,5,572, + 0,0,5951,6008,7,88,0,0,5952,6008,5,154,0,0,5953,5954,5,157,0,0,5954, + 6008,7,89,0,0,5955,6008,5,749,0,0,5956,6008,5,750,0,0,5957,6008, + 5,178,0,0,5958,6008,5,185,0,0,5959,6008,5,186,0,0,5960,6008,5,705, + 0,0,5961,6008,5,706,0,0,5962,6008,5,707,0,0,5963,6008,5,709,0,0, + 5964,6008,5,710,0,0,5965,6008,5,711,0,0,5966,6008,5,712,0,0,5967, + 6008,5,714,0,0,5968,6008,5,715,0,0,5969,6008,5,716,0,0,5970,6008, + 5,719,0,0,5971,6008,5,720,0,0,5972,6008,5,721,0,0,5973,6008,5,722, + 0,0,5974,6008,5,723,0,0,5975,6008,5,724,0,0,5976,6008,5,725,0,0, + 5977,6008,5,726,0,0,5978,6008,5,727,0,0,5979,6008,5,728,0,0,5980, + 6008,5,731,0,0,5981,6008,5,732,0,0,5982,6008,5,733,0,0,5983,6008, + 5,737,0,0,5984,6008,5,738,0,0,5985,6008,5,740,0,0,5986,6008,5,741, + 0,0,5987,6008,5,742,0,0,5988,6008,5,745,0,0,5989,6008,5,746,0,0, + 5990,6008,5,747,0,0,5991,6008,5,160,0,0,5992,6008,5,748,0,0,5993, + 6008,5,836,0,0,5994,6008,5,751,0,0,5995,6008,5,753,0,0,5996,6008, + 5,838,0,0,5997,6008,5,754,0,0,5998,6008,5,755,0,0,5999,6000,5,103, + 0,0,6000,6001,5,68,0,0,6001,6008,5,744,0,0,6002,6003,5,154,0,0,6003, + 6004,5,88,0,0,6004,6008,5,744,0,0,6005,6006,5,729,0,0,6006,6008, + 5,730,0,0,6007,5914,1,0,0,0,6007,5918,1,0,0,0,6007,5922,1,0,0,0, + 6007,5932,1,0,0,0,6007,5933,1,0,0,0,6007,5937,1,0,0,0,6007,5938, + 1,0,0,0,6007,5939,1,0,0,0,6007,5940,1,0,0,0,6007,5942,1,0,0,0,6007, + 5943,1,0,0,0,6007,5944,1,0,0,0,6007,5946,1,0,0,0,6007,5947,1,0,0, + 0,6007,5948,1,0,0,0,6007,5949,1,0,0,0,6007,5950,1,0,0,0,6007,5952, + 1,0,0,0,6007,5953,1,0,0,0,6007,5955,1,0,0,0,6007,5956,1,0,0,0,6007, + 5957,1,0,0,0,6007,5958,1,0,0,0,6007,5959,1,0,0,0,6007,5960,1,0,0, + 0,6007,5961,1,0,0,0,6007,5962,1,0,0,0,6007,5963,1,0,0,0,6007,5964, + 1,0,0,0,6007,5965,1,0,0,0,6007,5966,1,0,0,0,6007,5967,1,0,0,0,6007, + 5968,1,0,0,0,6007,5969,1,0,0,0,6007,5970,1,0,0,0,6007,5971,1,0,0, + 0,6007,5972,1,0,0,0,6007,5973,1,0,0,0,6007,5974,1,0,0,0,6007,5975, + 1,0,0,0,6007,5976,1,0,0,0,6007,5977,1,0,0,0,6007,5978,1,0,0,0,6007, + 5979,1,0,0,0,6007,5980,1,0,0,0,6007,5981,1,0,0,0,6007,5982,1,0,0, + 0,6007,5983,1,0,0,0,6007,5984,1,0,0,0,6007,5985,1,0,0,0,6007,5986, + 1,0,0,0,6007,5987,1,0,0,0,6007,5988,1,0,0,0,6007,5989,1,0,0,0,6007, + 5990,1,0,0,0,6007,5991,1,0,0,0,6007,5992,1,0,0,0,6007,5993,1,0,0, + 0,6007,5994,1,0,0,0,6007,5995,1,0,0,0,6007,5996,1,0,0,0,6007,5997, + 1,0,0,0,6007,5998,1,0,0,0,6007,5999,1,0,0,0,6007,6002,1,0,0,0,6007, + 6005,1,0,0,0,6008,531,1,0,0,0,6009,6026,5,850,0,0,6010,6011,5,850, + 0,0,6011,6012,5,865,0,0,6012,6026,5,850,0,0,6013,6014,3,720,360, + 0,6014,6015,5,865,0,0,6015,6016,5,850,0,0,6016,6026,1,0,0,0,6017, + 6018,3,720,360,0,6018,6019,5,865,0,0,6019,6020,3,720,360,0,6020, + 6026,1,0,0,0,6021,6022,3,720,360,0,6022,6023,3,724,362,0,6023,6026, + 1,0,0,0,6024,6026,3,720,360,0,6025,6009,1,0,0,0,6025,6010,1,0,0, + 0,6025,6013,1,0,0,0,6025,6017,1,0,0,0,6025,6021,1,0,0,0,6025,6024, + 1,0,0,0,6026,533,1,0,0,0,6027,6028,3,698,349,0,6028,6029,5,176,0, + 0,6029,6030,3,698,349,0,6030,535,1,0,0,0,6031,6033,5,10,0,0,6032, + 6034,3,546,273,0,6033,6032,1,0,0,0,6033,6034,1,0,0,0,6034,6035,1, + 0,0,0,6035,6036,5,173,0,0,6036,6080,3,658,329,0,6037,6039,5,10,0, + 0,6038,6040,3,546,273,0,6039,6038,1,0,0,0,6039,6040,1,0,0,0,6040, + 6041,1,0,0,0,6041,6042,5,173,0,0,6042,6043,3,660,330,0,6043,6044, + 5,185,0,0,6044,6045,5,77,0,0,6045,6046,5,119,0,0,6046,6051,3,668, + 334,0,6047,6048,5,194,0,0,6048,6049,3,726,363,0,6049,6050,5,19,0, + 0,6050,6052,1,0,0,0,6051,6047,1,0,0,0,6051,6052,1,0,0,0,6052,6080, + 1,0,0,0,6053,6055,5,10,0,0,6054,6056,3,546,273,0,6055,6054,1,0,0, + 0,6055,6056,1,0,0,0,6056,6057,1,0,0,0,6057,6058,5,173,0,0,6058,6059, + 3,660,330,0,6059,6060,5,185,0,0,6060,6061,5,77,0,0,6061,6062,5,119, + 0,0,6062,6066,3,672,336,0,6063,6064,5,188,0,0,6064,6065,5,360,0, + 0,6065,6067,5,882,0,0,6066,6063,1,0,0,0,6066,6067,1,0,0,0,6067,6080, + 1,0,0,0,6068,6070,5,10,0,0,6069,6071,3,546,273,0,6070,6069,1,0,0, + 0,6070,6071,1,0,0,0,6071,6072,1,0,0,0,6072,6073,5,173,0,0,6073,6074, + 3,660,330,0,6074,6075,5,51,0,0,6075,6076,5,77,0,0,6076,6077,5,119, + 0,0,6077,6078,3,668,334,0,6078,6080,1,0,0,0,6079,6031,1,0,0,0,6079, + 6037,1,0,0,0,6079,6053,1,0,0,0,6079,6068,1,0,0,0,6080,537,1,0,0, + 0,6081,6082,5,27,0,0,6082,6083,5,173,0,0,6083,6087,3,658,329,0,6084, + 6086,3,548,274,0,6085,6084,1,0,0,0,6086,6089,1,0,0,0,6087,6085,1, + 0,0,0,6087,6088,1,0,0,0,6088,539,1,0,0,0,6089,6087,1,0,0,0,6090, + 6091,5,329,0,0,6091,6092,5,173,0,0,6092,6094,3,658,329,0,6093,6095, + 7,90,0,0,6094,6093,1,0,0,0,6094,6095,1,0,0,0,6095,541,1,0,0,0,6096, + 6098,5,120,0,0,6097,6099,3,546,273,0,6098,6097,1,0,0,0,6098,6099, + 1,0,0,0,6099,6100,1,0,0,0,6100,6101,7,61,0,0,6101,6102,3,658,329, + 0,6102,543,1,0,0,0,6103,6105,5,562,0,0,6104,6106,3,546,273,0,6105, + 6104,1,0,0,0,6105,6106,1,0,0,0,6106,6107,1,0,0,0,6107,6108,5,173, + 0,0,6108,6110,3,658,329,0,6109,6111,5,549,0,0,6110,6109,1,0,0,0, + 6110,6111,1,0,0,0,6111,6113,1,0,0,0,6112,6114,5,392,0,0,6113,6112, + 1,0,0,0,6113,6114,1,0,0,0,6114,6116,1,0,0,0,6115,6117,5,679,0,0, + 6116,6115,1,0,0,0,6116,6117,1,0,0,0,6117,545,1,0,0,0,6118,6119,7, + 91,0,0,6119,547,1,0,0,0,6120,6121,5,65,0,0,6121,6128,5,677,0,0,6122, + 6128,5,549,0,0,6123,6128,5,396,0,0,6124,6128,5,484,0,0,6125,6128, + 5,392,0,0,6126,6128,5,327,0,0,6127,6120,1,0,0,0,6127,6122,1,0,0, + 0,6127,6123,1,0,0,0,6127,6124,1,0,0,0,6127,6125,1,0,0,0,6127,6126, + 1,0,0,0,6128,549,1,0,0,0,6129,6130,5,432,0,0,6130,6131,5,344,0,0, + 6131,6136,3,720,360,0,6132,6133,5,868,0,0,6133,6135,3,720,360,0, + 6134,6132,1,0,0,0,6135,6138,1,0,0,0,6136,6134,1,0,0,0,6136,6137, + 1,0,0,0,6137,6148,1,0,0,0,6138,6136,1,0,0,0,6139,6140,5,155,0,0, + 6140,6145,3,552,276,0,6141,6142,5,868,0,0,6142,6144,3,552,276,0, + 6143,6141,1,0,0,0,6144,6147,1,0,0,0,6145,6143,1,0,0,0,6145,6146, + 1,0,0,0,6146,6149,1,0,0,0,6147,6145,1,0,0,0,6148,6139,1,0,0,0,6148, + 6149,1,0,0,0,6149,551,1,0,0,0,6150,6151,7,92,0,0,6151,6152,3,716, + 358,0,6152,6153,5,857,0,0,6153,6154,3,812,406,0,6154,553,1,0,0,0, + 6155,6156,5,673,0,0,6156,6157,5,344,0,0,6157,6162,3,720,360,0,6158, + 6159,5,868,0,0,6159,6161,3,720,360,0,6160,6158,1,0,0,0,6161,6164, + 1,0,0,0,6162,6160,1,0,0,0,6162,6163,1,0,0,0,6163,555,1,0,0,0,6164, + 6162,1,0,0,0,6165,6166,5,432,0,0,6166,6167,5,534,0,0,6167,6168,3, + 720,360,0,6168,6169,5,603,0,0,6169,6170,5,882,0,0,6170,557,1,0,0, + 0,6171,6172,5,673,0,0,6172,6173,5,534,0,0,6173,6174,3,720,360,0, + 6174,559,1,0,0,0,6175,6176,5,713,0,0,6176,6177,5,450,0,0,6177,6178, + 5,360,0,0,6178,6180,5,367,0,0,6179,6181,5,857,0,0,6180,6179,1,0, + 0,0,6180,6181,1,0,0,0,6181,6182,1,0,0,0,6182,6206,5,882,0,0,6183, + 6184,5,713,0,0,6184,6185,5,433,0,0,6185,6186,5,68,0,0,6186,6187, + 3,690,345,0,6187,6188,5,423,0,0,6188,6189,5,20,0,0,6189,6196,5,882, + 0,0,6190,6191,5,360,0,0,6191,6193,5,367,0,0,6192,6194,5,857,0,0, + 6193,6192,1,0,0,0,6193,6194,1,0,0,0,6194,6195,1,0,0,0,6195,6197, + 5,882,0,0,6196,6190,1,0,0,0,6196,6197,1,0,0,0,6197,6203,1,0,0,0, + 6198,6200,5,144,0,0,6199,6201,5,502,0,0,6200,6199,1,0,0,0,6200,6201, + 1,0,0,0,6201,6202,1,0,0,0,6202,6204,5,169,0,0,6203,6198,1,0,0,0, + 6203,6204,1,0,0,0,6204,6206,1,0,0,0,6205,6175,1,0,0,0,6205,6183, + 1,0,0,0,6206,561,1,0,0,0,6207,6208,5,155,0,0,6208,6209,3,566,283, + 0,6209,6212,7,93,0,0,6210,6213,3,812,406,0,6211,6213,5,119,0,0,6212, + 6210,1,0,0,0,6212,6211,1,0,0,0,6213,6223,1,0,0,0,6214,6215,5,868, + 0,0,6215,6216,3,566,283,0,6216,6219,7,93,0,0,6217,6220,3,812,406, + 0,6218,6220,5,119,0,0,6219,6217,1,0,0,0,6219,6218,1,0,0,0,6220,6222, + 1,0,0,0,6221,6214,1,0,0,0,6222,6225,1,0,0,0,6223,6221,1,0,0,0,6223, + 6224,1,0,0,0,6224,6260,1,0,0,0,6225,6223,1,0,0,0,6226,6227,5,155, + 0,0,6227,6230,3,56,28,0,6228,6231,3,702,351,0,6229,6231,5,42,0,0, + 6230,6228,1,0,0,0,6230,6229,1,0,0,0,6231,6260,1,0,0,0,6232,6233, + 5,155,0,0,6233,6240,5,497,0,0,6234,6237,3,702,351,0,6235,6236,5, + 28,0,0,6236,6238,3,704,352,0,6237,6235,1,0,0,0,6237,6238,1,0,0,0, + 6238,6241,1,0,0,0,6239,6241,5,42,0,0,6240,6234,1,0,0,0,6240,6239, + 1,0,0,0,6241,6260,1,0,0,0,6242,6260,3,498,249,0,6243,6260,3,350, + 175,0,6244,6260,3,348,174,0,6245,6246,5,155,0,0,6246,6247,3,716, + 358,0,6247,6248,7,93,0,0,6248,6256,3,812,406,0,6249,6250,5,868,0, + 0,6250,6251,3,716,358,0,6251,6252,7,93,0,0,6252,6253,3,812,406,0, + 6253,6255,1,0,0,0,6254,6249,1,0,0,0,6255,6258,1,0,0,0,6256,6254, + 1,0,0,0,6256,6257,1,0,0,0,6257,6260,1,0,0,0,6258,6256,1,0,0,0,6259, + 6207,1,0,0,0,6259,6226,1,0,0,0,6259,6232,1,0,0,0,6259,6242,1,0,0, + 0,6259,6243,1,0,0,0,6259,6244,1,0,0,0,6259,6245,1,0,0,0,6260,563, + 1,0,0,0,6261,6262,5,157,0,0,6262,6263,7,63,0,0,6263,6446,5,452,0, + 0,6264,6265,5,157,0,0,6265,6266,7,94,0,0,6266,6269,5,386,0,0,6267, + 6268,5,80,0,0,6268,6270,5,882,0,0,6269,6267,1,0,0,0,6269,6270,1, + 0,0,0,6270,6273,1,0,0,0,6271,6272,5,68,0,0,6272,6274,3,726,363,0, + 6273,6271,1,0,0,0,6273,6274,1,0,0,0,6274,6282,1,0,0,0,6275,6279, + 5,100,0,0,6276,6277,3,726,363,0,6277,6278,5,868,0,0,6278,6280,1, + 0,0,0,6279,6276,1,0,0,0,6279,6280,1,0,0,0,6280,6281,1,0,0,0,6281, + 6283,3,726,363,0,6282,6275,1,0,0,0,6282,6283,1,0,0,0,6283,6285,1, + 0,0,0,6284,6286,3,398,199,0,6285,6284,1,0,0,0,6285,6286,1,0,0,0, + 6286,6446,1,0,0,0,6287,6288,5,157,0,0,6288,6290,3,568,284,0,6289, + 6291,3,570,285,0,6290,6289,1,0,0,0,6290,6291,1,0,0,0,6291,6446,1, + 0,0,0,6292,6294,5,157,0,0,6293,6295,5,392,0,0,6294,6293,1,0,0,0, + 6294,6295,1,0,0,0,6295,6297,1,0,0,0,6296,6298,5,408,0,0,6297,6296, + 1,0,0,0,6297,6298,1,0,0,0,6298,6299,1,0,0,0,6299,6300,7,47,0,0,6300, + 6301,7,95,0,0,6301,6304,3,660,330,0,6302,6303,7,95,0,0,6303,6305, + 3,636,318,0,6304,6302,1,0,0,0,6304,6305,1,0,0,0,6305,6307,1,0,0, + 0,6306,6308,3,570,285,0,6307,6306,1,0,0,0,6307,6308,1,0,0,0,6308, + 6446,1,0,0,0,6309,6310,5,157,0,0,6310,6311,5,34,0,0,6311,6313,7, + 0,0,0,6312,6314,3,774,387,0,6313,6312,1,0,0,0,6313,6314,1,0,0,0, + 6314,6315,1,0,0,0,6315,6446,3,636,318,0,6316,6317,5,157,0,0,6317, + 6318,5,34,0,0,6318,6319,7,96,0,0,6319,6446,3,716,358,0,6320,6321, + 5,157,0,0,6321,6322,5,34,0,0,6322,6323,5,409,0,0,6323,6446,3,640, + 320,0,6324,6325,5,157,0,0,6325,6326,5,34,0,0,6326,6327,5,684,0,0, + 6327,6446,3,644,322,0,6328,6329,5,157,0,0,6329,6330,5,34,0,0,6330, + 6331,5,173,0,0,6331,6446,3,660,330,0,6332,6333,5,157,0,0,6333,6334, + 5,34,0,0,6334,6335,5,678,0,0,6335,6446,3,698,349,0,6336,6337,5,157, + 0,0,6337,6338,5,380,0,0,6338,6339,3,706,353,0,6339,6340,7,97,0,0, + 6340,6446,1,0,0,0,6341,6342,5,157,0,0,6342,6446,3,572,286,0,6343, + 6344,5,157,0,0,6344,6352,7,98,0,0,6345,6349,5,100,0,0,6346,6347, + 3,726,363,0,6347,6348,5,868,0,0,6348,6350,1,0,0,0,6349,6346,1,0, + 0,0,6349,6350,1,0,0,0,6350,6351,1,0,0,0,6351,6353,3,726,363,0,6352, + 6345,1,0,0,0,6352,6353,1,0,0,0,6353,6446,1,0,0,0,6354,6355,5,157, + 0,0,6355,6356,5,262,0,0,6356,6357,5,866,0,0,6357,6358,5,850,0,0, + 6358,6359,5,867,0,0,6359,6446,7,98,0,0,6360,6361,5,157,0,0,6361, + 6364,3,574,287,0,6362,6363,7,95,0,0,6363,6365,3,636,318,0,6364,6362, + 1,0,0,0,6364,6365,1,0,0,0,6365,6367,1,0,0,0,6366,6368,3,570,285, + 0,6367,6366,1,0,0,0,6367,6368,1,0,0,0,6368,6446,1,0,0,0,6369,6370, + 5,157,0,0,6370,6371,5,132,0,0,6371,6372,5,336,0,0,6372,6446,3,716, + 358,0,6373,6374,5,157,0,0,6374,6375,5,409,0,0,6375,6376,5,336,0, + 0,6376,6446,3,640,320,0,6377,6378,5,157,0,0,6378,6385,5,414,0,0, + 6379,6380,5,65,0,0,6380,6383,3,664,332,0,6381,6382,5,188,0,0,6382, + 6384,3,662,331,0,6383,6381,1,0,0,0,6383,6384,1,0,0,0,6384,6386,1, + 0,0,0,6385,6379,1,0,0,0,6385,6386,1,0,0,0,6386,6446,1,0,0,0,6387, + 6389,5,157,0,0,6388,6390,5,392,0,0,6389,6388,1,0,0,0,6389,6390,1, + 0,0,0,6390,6391,1,0,0,0,6391,6392,7,99,0,0,6392,6393,7,95,0,0,6393, + 6396,3,660,330,0,6394,6395,7,95,0,0,6395,6397,3,636,318,0,6396,6394, + 1,0,0,0,6396,6397,1,0,0,0,6397,6400,1,0,0,0,6398,6399,5,192,0,0, + 6399,6401,3,812,406,0,6400,6398,1,0,0,0,6400,6401,1,0,0,0,6401,6446, + 1,0,0,0,6402,6403,5,157,0,0,6403,6404,5,516,0,0,6404,6407,5,752, + 0,0,6405,6406,7,95,0,0,6406,6408,3,636,318,0,6407,6405,1,0,0,0,6407, + 6408,1,0,0,0,6408,6410,1,0,0,0,6409,6411,3,570,285,0,6410,6409,1, + 0,0,0,6410,6411,1,0,0,0,6411,6446,1,0,0,0,6412,6413,5,157,0,0,6413, + 6422,5,545,0,0,6414,6419,3,576,288,0,6415,6416,5,868,0,0,6416,6418, + 3,576,288,0,6417,6415,1,0,0,0,6418,6421,1,0,0,0,6419,6417,1,0,0, + 0,6419,6420,1,0,0,0,6420,6423,1,0,0,0,6421,6419,1,0,0,0,6422,6414, + 1,0,0,0,6422,6423,1,0,0,0,6423,6427,1,0,0,0,6424,6425,5,65,0,0,6425, + 6426,5,548,0,0,6426,6428,3,726,363,0,6427,6424,1,0,0,0,6427,6428, + 1,0,0,0,6428,6435,1,0,0,0,6429,6430,5,100,0,0,6430,6433,3,726,363, + 0,6431,6432,5,509,0,0,6432,6434,3,726,363,0,6433,6431,1,0,0,0,6433, + 6434,1,0,0,0,6434,6436,1,0,0,0,6435,6429,1,0,0,0,6435,6436,1,0,0, + 0,6436,6446,1,0,0,0,6437,6438,5,157,0,0,6438,6439,7,64,0,0,6439, + 6441,5,645,0,0,6440,6442,3,398,199,0,6441,6440,1,0,0,0,6441,6442, + 1,0,0,0,6442,6446,1,0,0,0,6443,6444,5,157,0,0,6444,6446,5,564,0, + 0,6445,6261,1,0,0,0,6445,6264,1,0,0,0,6445,6287,1,0,0,0,6445,6292, + 1,0,0,0,6445,6309,1,0,0,0,6445,6316,1,0,0,0,6445,6320,1,0,0,0,6445, + 6324,1,0,0,0,6445,6328,1,0,0,0,6445,6332,1,0,0,0,6445,6336,1,0,0, + 0,6445,6341,1,0,0,0,6445,6343,1,0,0,0,6445,6354,1,0,0,0,6445,6360, + 1,0,0,0,6445,6369,1,0,0,0,6445,6373,1,0,0,0,6445,6377,1,0,0,0,6445, + 6387,1,0,0,0,6445,6402,1,0,0,0,6445,6412,1,0,0,0,6445,6437,1,0,0, + 0,6445,6443,1,0,0,0,6446,565,1,0,0,0,6447,6458,5,892,0,0,6448,6458, + 5,893,0,0,6449,6450,5,870,0,0,6450,6452,5,870,0,0,6451,6449,1,0, + 0,0,6451,6452,1,0,0,0,6452,6453,1,0,0,0,6453,6455,7,100,0,0,6454, + 6451,1,0,0,0,6454,6455,1,0,0,0,6455,6456,1,0,0,0,6456,6458,3,720, + 360,0,6457,6447,1,0,0,0,6457,6448,1,0,0,0,6457,6454,1,0,0,0,6458, + 567,1,0,0,0,6459,6460,5,26,0,0,6460,6474,5,155,0,0,6461,6474,5,823, + 0,0,6462,6474,5,824,0,0,6463,6474,5,40,0,0,6464,6474,5,153,0,0,6465, + 6466,5,409,0,0,6466,6474,5,645,0,0,6467,6468,5,132,0,0,6468,6474, + 5,645,0,0,6469,6471,7,62,0,0,6470,6469,1,0,0,0,6470,6471,1,0,0,0, + 6471,6472,1,0,0,0,6472,6474,7,101,0,0,6473,6459,1,0,0,0,6473,6461, + 1,0,0,0,6473,6462,1,0,0,0,6473,6463,1,0,0,0,6473,6464,1,0,0,0,6473, + 6465,1,0,0,0,6473,6467,1,0,0,0,6473,6470,1,0,0,0,6474,569,1,0,0, + 0,6475,6476,5,99,0,0,6476,6480,5,882,0,0,6477,6478,5,192,0,0,6478, + 6480,3,812,406,0,6479,6475,1,0,0,0,6479,6477,1,0,0,0,6480,571,1, + 0,0,0,6481,6483,5,647,0,0,6482,6481,1,0,0,0,6482,6483,1,0,0,0,6483, + 6484,1,0,0,0,6484,6499,5,381,0,0,6485,6486,5,453,0,0,6486,6499,5, + 645,0,0,6487,6499,5,536,0,0,6488,6499,5,734,0,0,6489,6491,5,408, + 0,0,6490,6489,1,0,0,0,6490,6491,1,0,0,0,6491,6492,1,0,0,0,6492,6499, + 5,544,0,0,6493,6499,5,546,0,0,6494,6495,5,598,0,0,6495,6499,5,422, + 0,0,6496,6499,5,312,0,0,6497,6499,5,356,0,0,6498,6482,1,0,0,0,6498, + 6485,1,0,0,0,6498,6487,1,0,0,0,6498,6488,1,0,0,0,6498,6490,1,0,0, + 0,6498,6493,1,0,0,0,6498,6494,1,0,0,0,6498,6496,1,0,0,0,6498,6497, + 1,0,0,0,6499,573,1,0,0,0,6500,6512,5,386,0,0,6501,6502,5,173,0,0, + 6502,6512,5,645,0,0,6503,6505,5,392,0,0,6504,6503,1,0,0,0,6504,6505, + 1,0,0,0,6505,6507,1,0,0,0,6506,6508,5,408,0,0,6507,6506,1,0,0,0, + 6507,6508,1,0,0,0,6508,6509,1,0,0,0,6509,6512,5,752,0,0,6510,6512, + 5,667,0,0,6511,6500,1,0,0,0,6511,6501,1,0,0,0,6511,6504,1,0,0,0, + 6511,6510,1,0,0,0,6512,575,1,0,0,0,6513,6526,5,7,0,0,6514,6515,5, + 320,0,0,6515,6526,5,437,0,0,6516,6517,5,355,0,0,6517,6526,5,656, + 0,0,6518,6526,5,358,0,0,6519,6526,5,439,0,0,6520,6526,5,802,0,0, + 6521,6522,5,521,0,0,6522,6526,5,397,0,0,6523,6526,5,605,0,0,6524, + 6526,5,655,0,0,6525,6513,1,0,0,0,6525,6514,1,0,0,0,6525,6516,1,0, + 0,0,6525,6518,1,0,0,0,6525,6519,1,0,0,0,6525,6520,1,0,0,0,6525,6521, + 1,0,0,0,6525,6523,1,0,0,0,6525,6524,1,0,0,0,6526,577,1,0,0,0,6527, + 6528,5,318,0,0,6528,6529,5,882,0,0,6529,579,1,0,0,0,6530,6531,5, + 324,0,0,6531,6549,5,82,0,0,6532,6537,3,600,300,0,6533,6534,5,868, + 0,0,6534,6536,3,600,300,0,6535,6533,1,0,0,0,6536,6539,1,0,0,0,6537, + 6535,1,0,0,0,6537,6538,1,0,0,0,6538,6550,1,0,0,0,6539,6537,1,0,0, + 0,6540,6541,3,660,330,0,6541,6542,5,130,0,0,6542,6545,5,866,0,0, + 6543,6546,3,684,342,0,6544,6546,5,7,0,0,6545,6543,1,0,0,0,6545,6544, + 1,0,0,0,6546,6547,1,0,0,0,6547,6548,5,867,0,0,6548,6550,1,0,0,0, + 6549,6532,1,0,0,0,6549,6540,1,0,0,0,6550,6551,1,0,0,0,6551,6552, + 5,80,0,0,6552,6553,3,636,318,0,6553,581,1,0,0,0,6554,6556,5,404, + 0,0,6555,6557,3,546,273,0,6556,6555,1,0,0,0,6556,6557,1,0,0,0,6557, + 6558,1,0,0,0,6558,6563,3,602,301,0,6559,6560,5,868,0,0,6560,6562, + 3,602,301,0,6561,6559,1,0,0,0,6562,6565,1,0,0,0,6563,6561,1,0,0, + 0,6563,6564,1,0,0,0,6564,583,1,0,0,0,6565,6563,1,0,0,0,6566,6568, + 5,94,0,0,6567,6569,7,102,0,0,6568,6567,1,0,0,0,6568,6569,1,0,0,0, + 6569,6570,1,0,0,0,6570,6571,3,812,406,0,6571,585,1,0,0,0,6572,6573, + 5,103,0,0,6573,6574,5,82,0,0,6574,6575,5,88,0,0,6575,6576,5,324, + 0,0,6576,6581,3,606,303,0,6577,6578,5,868,0,0,6578,6580,3,606,303, + 0,6579,6577,1,0,0,0,6580,6583,1,0,0,0,6581,6579,1,0,0,0,6581,6582, + 1,0,0,0,6582,587,1,0,0,0,6583,6581,1,0,0,0,6584,6585,5,575,0,0,6585, + 6590,3,590,295,0,6586,6587,5,868,0,0,6587,6589,3,590,295,0,6588, + 6586,1,0,0,0,6589,6592,1,0,0,0,6590,6588,1,0,0,0,6590,6591,1,0,0, + 0,6591,589,1,0,0,0,6592,6590,1,0,0,0,6593,6599,5,453,0,0,6594,6599, + 5,563,0,0,6595,6596,5,548,0,0,6596,6599,5,324,0,0,6597,6599,5,598, + 0,0,6598,6593,1,0,0,0,6598,6594,1,0,0,0,6598,6595,1,0,0,0,6598,6597, + 1,0,0,0,6599,591,1,0,0,0,6600,6601,5,575,0,0,6601,6606,5,531,0,0, + 6602,6604,3,772,386,0,6603,6602,1,0,0,0,6603,6604,1,0,0,0,6604,6605, + 1,0,0,0,6605,6607,3,720,360,0,6606,6603,1,0,0,0,6606,6607,1,0,0, + 0,6607,593,1,0,0,0,6608,6609,5,575,0,0,6609,6611,7,64,0,0,6610,6612, + 5,7,0,0,6611,6610,1,0,0,0,6611,6612,1,0,0,0,6612,6614,1,0,0,0,6613, + 6615,3,398,199,0,6614,6613,1,0,0,0,6614,6615,1,0,0,0,6615,595,1, + 0,0,0,6616,6617,5,576,0,0,6617,597,1,0,0,0,6618,6619,5,749,0,0,6619, + 599,1,0,0,0,6620,6626,3,660,330,0,6621,6622,7,19,0,0,6622,6623,5, + 866,0,0,6623,6624,3,648,324,0,6624,6625,5,867,0,0,6625,6627,1,0, + 0,0,6626,6621,1,0,0,0,6626,6627,1,0,0,0,6627,601,1,0,0,0,6628,6647, + 5,366,0,0,6629,6647,5,422,0,0,6630,6632,7,103,0,0,6631,6630,1,0, + 0,0,6631,6632,1,0,0,0,6632,6633,1,0,0,0,6633,6647,5,452,0,0,6634, + 6647,5,517,0,0,6635,6647,5,734,0,0,6636,6637,5,548,0,0,6637,6647, + 5,324,0,0,6638,6647,5,645,0,0,6639,6647,5,680,0,0,6640,6644,5,752, + 0,0,6641,6642,5,194,0,0,6642,6643,5,135,0,0,6643,6645,5,104,0,0, + 6644,6641,1,0,0,0,6644,6645,1,0,0,0,6645,6647,1,0,0,0,6646,6628, + 1,0,0,0,6646,6629,1,0,0,0,6646,6631,1,0,0,0,6646,6634,1,0,0,0,6646, + 6635,1,0,0,0,6646,6636,1,0,0,0,6646,6638,1,0,0,0,6646,6639,1,0,0, + 0,6646,6640,1,0,0,0,6647,6661,1,0,0,0,6648,6649,5,556,0,0,6649,6651, + 5,452,0,0,6650,6652,3,398,199,0,6651,6650,1,0,0,0,6651,6652,1,0, + 0,0,6652,6661,1,0,0,0,6653,6655,7,61,0,0,6654,6656,3,658,329,0,6655, + 6654,1,0,0,0,6655,6656,1,0,0,0,6656,6658,1,0,0,0,6657,6659,3,604, + 302,0,6658,6657,1,0,0,0,6658,6659,1,0,0,0,6659,6661,1,0,0,0,6660, + 6646,1,0,0,0,6660,6648,1,0,0,0,6660,6653,1,0,0,0,6661,603,1,0,0, + 0,6662,6663,5,194,0,0,6663,6664,5,135,0,0,6664,6668,5,104,0,0,6665, + 6666,5,65,0,0,6666,6668,5,391,0,0,6667,6662,1,0,0,0,6667,6665,1, + 0,0,0,6668,605,1,0,0,0,6669,6677,3,660,330,0,6670,6671,5,130,0,0, + 6671,6674,5,866,0,0,6672,6675,3,684,342,0,6673,6675,5,7,0,0,6674, + 6672,1,0,0,0,6674,6673,1,0,0,0,6675,6676,1,0,0,0,6676,6678,5,867, + 0,0,6677,6670,1,0,0,0,6677,6678,1,0,0,0,6678,6686,1,0,0,0,6679,6681, + 7,19,0,0,6680,6679,1,0,0,0,6680,6681,1,0,0,0,6681,6682,1,0,0,0,6682, + 6683,5,866,0,0,6683,6684,3,648,324,0,6684,6685,5,867,0,0,6685,6687, + 1,0,0,0,6686,6680,1,0,0,0,6686,6687,1,0,0,0,6687,6690,1,0,0,0,6688, + 6689,5,79,0,0,6689,6691,5,446,0,0,6690,6688,1,0,0,0,6690,6691,1, + 0,0,0,6691,607,1,0,0,0,6692,6693,7,104,0,0,6693,6696,3,660,330,0, + 6694,6697,3,672,336,0,6695,6697,5,882,0,0,6696,6694,1,0,0,0,6696, + 6695,1,0,0,0,6696,6697,1,0,0,0,6697,609,1,0,0,0,6698,6704,7,104, + 0,0,6699,6705,5,392,0,0,6700,6705,5,528,0,0,6701,6702,5,826,0,0, + 6702,6703,5,857,0,0,6703,6705,7,105,0,0,6704,6699,1,0,0,0,6704,6700, + 1,0,0,0,6704,6701,1,0,0,0,6704,6705,1,0,0,0,6705,6706,1,0,0,0,6706, + 6707,3,632,316,0,6707,611,1,0,0,0,6708,6709,7,104,0,0,6709,6713, + 5,10,0,0,6710,6711,5,826,0,0,6711,6712,5,857,0,0,6712,6714,5,666, + 0,0,6713,6710,1,0,0,0,6713,6714,1,0,0,0,6714,6715,1,0,0,0,6715,6716, + 3,208,104,0,6716,613,1,0,0,0,6717,6718,5,419,0,0,6718,6719,5,882, + 0,0,6719,615,1,0,0,0,6720,6721,5,187,0,0,6721,6722,3,636,318,0,6722, + 617,1,0,0,0,6723,6731,5,158,0,0,6724,6726,5,164,0,0,6725,6727,5, + 682,0,0,6726,6725,1,0,0,0,6726,6727,1,0,0,0,6727,6728,1,0,0,0,6728, + 6732,3,730,365,0,6729,6732,5,889,0,0,6730,6732,5,890,0,0,6731,6724, + 1,0,0,0,6731,6729,1,0,0,0,6731,6730,1,0,0,0,6732,6742,1,0,0,0,6733, + 6734,5,155,0,0,6734,6739,3,622,311,0,6735,6736,5,868,0,0,6736,6738, + 3,622,311,0,6737,6735,1,0,0,0,6738,6741,1,0,0,0,6739,6737,1,0,0, + 0,6739,6740,1,0,0,0,6740,6743,1,0,0,0,6741,6739,1,0,0,0,6742,6733, + 1,0,0,0,6742,6743,1,0,0,0,6743,619,1,0,0,0,6744,6752,5,145,0,0,6745, + 6747,5,164,0,0,6746,6748,5,682,0,0,6747,6746,1,0,0,0,6747,6748,1, + 0,0,0,6748,6749,1,0,0,0,6749,6753,3,730,365,0,6750,6753,5,889,0, + 0,6751,6753,5,890,0,0,6752,6745,1,0,0,0,6752,6750,1,0,0,0,6752,6751, + 1,0,0,0,6752,6753,1,0,0,0,6753,6763,1,0,0,0,6754,6755,5,155,0,0, + 6755,6760,3,622,311,0,6756,6757,5,868,0,0,6757,6759,3,622,311,0, + 6758,6756,1,0,0,0,6759,6762,1,0,0,0,6760,6758,1,0,0,0,6760,6761, + 1,0,0,0,6761,6764,1,0,0,0,6762,6760,1,0,0,0,6763,6754,1,0,0,0,6763, + 6764,1,0,0,0,6764,621,1,0,0,0,6765,6766,7,106,0,0,6766,6771,5,857, + 0,0,6767,6772,3,730,365,0,6768,6772,5,883,0,0,6769,6772,3,700,350, + 0,6770,6772,3,722,361,0,6771,6767,1,0,0,0,6771,6768,1,0,0,0,6771, + 6769,1,0,0,0,6771,6770,1,0,0,0,6772,623,1,0,0,0,6773,6775,5,194, + 0,0,6774,6776,5,552,0,0,6775,6774,1,0,0,0,6775,6776,1,0,0,0,6776, + 6777,1,0,0,0,6777,6782,3,50,25,0,6778,6779,5,868,0,0,6779,6781,3, + 50,25,0,6780,6778,1,0,0,0,6781,6784,1,0,0,0,6782,6780,1,0,0,0,6782, + 6783,1,0,0,0,6783,625,1,0,0,0,6784,6782,1,0,0,0,6785,6786,5,173, + 0,0,6786,6788,3,660,330,0,6787,6789,3,256,128,0,6788,6787,1,0,0, + 0,6788,6789,1,0,0,0,6789,6791,1,0,0,0,6790,6792,3,326,163,0,6791, + 6790,1,0,0,0,6791,6792,1,0,0,0,6792,627,1,0,0,0,6793,6795,5,72,0, + 0,6794,6796,7,107,0,0,6795,6794,1,0,0,0,6795,6796,1,0,0,0,6796,6797, + 1,0,0,0,6797,6829,5,48,0,0,6798,6799,3,566,283,0,6799,6800,5,857, + 0,0,6800,6808,7,108,0,0,6801,6802,5,868,0,0,6802,6803,3,566,283, + 0,6803,6804,5,857,0,0,6804,6805,7,108,0,0,6805,6807,1,0,0,0,6806, + 6801,1,0,0,0,6807,6810,1,0,0,0,6808,6806,1,0,0,0,6808,6809,1,0,0, + 0,6809,6830,1,0,0,0,6810,6808,1,0,0,0,6811,6814,5,30,0,0,6812,6815, + 3,726,363,0,6813,6815,3,566,283,0,6814,6812,1,0,0,0,6814,6813,1, + 0,0,0,6815,6816,1,0,0,0,6816,6817,3,566,283,0,6817,6818,5,857,0, + 0,6818,6826,3,630,315,0,6819,6820,5,868,0,0,6820,6821,3,566,283, + 0,6821,6822,5,857,0,0,6822,6823,3,630,315,0,6823,6825,1,0,0,0,6824, + 6819,1,0,0,0,6825,6828,1,0,0,0,6826,6824,1,0,0,0,6826,6827,1,0,0, + 0,6827,6830,1,0,0,0,6828,6826,1,0,0,0,6829,6798,1,0,0,0,6829,6811, + 1,0,0,0,6830,629,1,0,0,0,6831,6832,7,109,0,0,6832,631,1,0,0,0,6833, + 6839,3,208,104,0,6834,6839,3,184,92,0,6835,6839,3,190,95,0,6836, + 6839,3,206,103,0,6837,6839,3,218,109,0,6838,6833,1,0,0,0,6838,6834, + 1,0,0,0,6838,6835,1,0,0,0,6838,6836,1,0,0,0,6838,6837,1,0,0,0,6839, + 6844,1,0,0,0,6840,6841,5,65,0,0,6841,6842,5,349,0,0,6842,6844,3, + 720,360,0,6843,6838,1,0,0,0,6843,6840,1,0,0,0,6844,633,1,0,0,0,6845, + 6846,3,716,358,0,6846,635,1,0,0,0,6847,6848,3,716,358,0,6848,637, + 1,0,0,0,6849,6850,3,716,358,0,6850,639,1,0,0,0,6851,6852,3,716,358, + 0,6852,641,1,0,0,0,6853,6854,3,716,358,0,6854,643,1,0,0,0,6855,6856, + 3,716,358,0,6856,645,1,0,0,0,6857,6858,3,720,360,0,6858,647,1,0, + 0,0,6859,6864,3,650,325,0,6860,6861,5,868,0,0,6861,6863,3,650,325, + 0,6862,6860,1,0,0,0,6863,6866,1,0,0,0,6864,6862,1,0,0,0,6864,6865, + 1,0,0,0,6865,649,1,0,0,0,6866,6864,1,0,0,0,6867,6868,3,720,360,0, + 6868,651,1,0,0,0,6869,6870,3,720,360,0,6870,653,1,0,0,0,6871,6872, + 3,720,360,0,6872,655,1,0,0,0,6873,6874,3,716,358,0,6874,657,1,0, + 0,0,6875,6880,3,660,330,0,6876,6877,5,868,0,0,6877,6879,3,660,330, + 0,6878,6876,1,0,0,0,6879,6882,1,0,0,0,6880,6878,1,0,0,0,6880,6881, + 1,0,0,0,6881,659,1,0,0,0,6882,6880,1,0,0,0,6883,6884,3,716,358,0, + 6884,661,1,0,0,0,6885,6890,3,664,332,0,6886,6887,5,868,0,0,6887, + 6889,3,664,332,0,6888,6886,1,0,0,0,6889,6892,1,0,0,0,6890,6888,1, + 0,0,0,6890,6891,1,0,0,0,6891,663,1,0,0,0,6892,6890,1,0,0,0,6893, + 6896,3,698,349,0,6894,6896,3,720,360,0,6895,6893,1,0,0,0,6895,6894, + 1,0,0,0,6896,665,1,0,0,0,6897,6902,3,720,360,0,6898,6900,3,724,362, + 0,6899,6901,3,724,362,0,6900,6899,1,0,0,0,6900,6901,1,0,0,0,6901, + 6903,1,0,0,0,6902,6898,1,0,0,0,6902,6903,1,0,0,0,6903,6912,1,0,0, + 0,6904,6906,9,0,0,0,6905,6904,1,0,0,0,6905,6906,1,0,0,0,6906,6907, + 1,0,0,0,6907,6909,3,724,362,0,6908,6910,3,724,362,0,6909,6908,1, + 0,0,0,6909,6910,1,0,0,0,6910,6912,1,0,0,0,6911,6897,1,0,0,0,6911, + 6905,1,0,0,0,6912,667,1,0,0,0,6913,6918,3,672,336,0,6914,6915,5, + 868,0,0,6915,6917,3,672,336,0,6916,6914,1,0,0,0,6917,6920,1,0,0, + 0,6918,6916,1,0,0,0,6918,6919,1,0,0,0,6919,669,1,0,0,0,6920,6918, + 1,0,0,0,6921,6922,1,0,0,0,6922,671,1,0,0,0,6923,6928,3,720,360,0, + 6924,6926,3,724,362,0,6925,6927,3,724,362,0,6926,6925,1,0,0,0,6926, + 6927,1,0,0,0,6927,6929,1,0,0,0,6928,6924,1,0,0,0,6928,6929,1,0,0, + 0,6929,6940,1,0,0,0,6930,6932,9,0,0,0,6931,6930,1,0,0,0,6931,6932, + 1,0,0,0,6932,6933,1,0,0,0,6933,6935,3,724,362,0,6934,6936,3,724, + 362,0,6935,6934,1,0,0,0,6935,6936,1,0,0,0,6936,6940,1,0,0,0,6937, + 6938,4,336,4,0,6938,6940,3,670,335,0,6939,6923,1,0,0,0,6939,6931, + 1,0,0,0,6939,6937,1,0,0,0,6940,673,1,0,0,0,6941,6946,3,720,360,0, + 6942,6944,3,724,362,0,6943,6945,3,724,362,0,6944,6943,1,0,0,0,6944, + 6945,1,0,0,0,6945,6947,1,0,0,0,6946,6942,1,0,0,0,6946,6947,1,0,0, + 0,6947,6956,1,0,0,0,6948,6950,9,0,0,0,6949,6948,1,0,0,0,6949,6950, + 1,0,0,0,6950,6951,1,0,0,0,6951,6953,3,724,362,0,6952,6954,3,724, + 362,0,6953,6952,1,0,0,0,6953,6954,1,0,0,0,6954,6956,1,0,0,0,6955, + 6941,1,0,0,0,6955,6949,1,0,0,0,6956,675,1,0,0,0,6957,6958,4,338, + 5,0,6958,6967,3,670,335,0,6959,6964,3,720,360,0,6960,6962,3,724, + 362,0,6961,6963,3,724,362,0,6962,6961,1,0,0,0,6962,6963,1,0,0,0, + 6963,6965,1,0,0,0,6964,6960,1,0,0,0,6964,6965,1,0,0,0,6965,6967, + 1,0,0,0,6966,6957,1,0,0,0,6966,6959,1,0,0,0,6967,677,1,0,0,0,6968, + 6969,3,720,360,0,6969,679,1,0,0,0,6970,6971,3,720,360,0,6971,681, + 1,0,0,0,6972,6973,3,720,360,0,6973,683,1,0,0,0,6974,6979,3,686,343, + 0,6975,6976,5,868,0,0,6976,6978,3,686,343,0,6977,6975,1,0,0,0,6978, + 6981,1,0,0,0,6979,6977,1,0,0,0,6979,6980,1,0,0,0,6980,685,1,0,0, + 0,6981,6979,1,0,0,0,6982,6983,3,720,360,0,6983,687,1,0,0,0,6984, + 6989,3,720,360,0,6985,6986,5,866,0,0,6986,6987,3,726,363,0,6987, + 6988,5,867,0,0,6988,6990,1,0,0,0,6989,6985,1,0,0,0,6989,6990,1,0, + 0,0,6990,6993,1,0,0,0,6991,6993,3,812,406,0,6992,6984,1,0,0,0,6992, + 6991,1,0,0,0,6993,6995,1,0,0,0,6994,6996,7,55,0,0,6995,6994,1,0, + 0,0,6995,6996,1,0,0,0,6996,689,1,0,0,0,6997,6998,3,692,346,0,6998, + 6999,5,878,0,0,6999,7000,3,726,363,0,7000,691,1,0,0,0,7001,7002, + 3,694,347,0,7002,7003,5,891,0,0,7003,693,1,0,0,0,7004,7009,5,882, + 0,0,7005,7009,5,889,0,0,7006,7009,5,704,0,0,7007,7009,3,842,421, + 0,7008,7004,1,0,0,0,7008,7005,1,0,0,0,7008,7006,1,0,0,0,7008,7007, + 1,0,0,0,7009,695,1,0,0,0,7010,7011,7,110,0,0,7011,697,1,0,0,0,7012, + 7014,3,694,347,0,7013,7015,3,696,348,0,7014,7013,1,0,0,0,7014,7015, + 1,0,0,0,7015,7018,1,0,0,0,7016,7018,3,58,29,0,7017,7012,1,0,0,0, + 7017,7016,1,0,0,0,7018,699,1,0,0,0,7019,7020,7,111,0,0,7020,701, + 1,0,0,0,7021,7026,5,228,0,0,7022,7026,3,832,416,0,7023,7026,5,882, + 0,0,7024,7026,5,879,0,0,7025,7021,1,0,0,0,7025,7022,1,0,0,0,7025, + 7023,1,0,0,0,7025,7024,1,0,0,0,7026,703,1,0,0,0,7027,7028,3,720, + 360,0,7028,705,1,0,0,0,7029,7033,3,708,354,0,7030,7033,5,889,0,0, + 7031,7033,5,882,0,0,7032,7029,1,0,0,0,7032,7030,1,0,0,0,7032,7031, + 1,0,0,0,7033,707,1,0,0,0,7034,7035,7,112,0,0,7035,709,1,0,0,0,7036, + 7037,3,726,363,0,7037,7038,5,854,0,0,7038,7039,3,726,363,0,7039, + 7040,5,854,0,0,7040,7041,3,726,363,0,7041,7042,5,854,0,0,7042,7043, + 3,726,363,0,7043,7044,5,854,0,0,7044,7050,3,726,363,0,7045,7046, + 5,878,0,0,7046,7047,3,726,363,0,7047,7048,5,854,0,0,7048,7049,3, + 726,363,0,7049,7051,1,0,0,0,7050,7045,1,0,0,0,7051,7052,1,0,0,0, + 7052,7050,1,0,0,0,7052,7053,1,0,0,0,7053,711,1,0,0,0,7054,7061,3, + 714,357,0,7055,7056,5,868,0,0,7056,7059,3,714,357,0,7057,7058,5, + 868,0,0,7058,7060,3,726,363,0,7059,7057,1,0,0,0,7059,7060,1,0,0, + 0,7060,7062,1,0,0,0,7061,7055,1,0,0,0,7061,7062,1,0,0,0,7062,713, + 1,0,0,0,7063,7071,5,882,0,0,7064,7071,5,887,0,0,7065,7067,5,884, + 0,0,7066,7065,1,0,0,0,7067,7068,1,0,0,0,7068,7066,1,0,0,0,7068,7069, + 1,0,0,0,7069,7071,1,0,0,0,7070,7063,1,0,0,0,7070,7064,1,0,0,0,7070, + 7066,1,0,0,0,7071,715,1,0,0,0,7072,7074,3,720,360,0,7073,7075,3, + 724,362,0,7074,7073,1,0,0,0,7074,7075,1,0,0,0,7075,717,1,0,0,0,7076, + 7081,3,720,360,0,7077,7078,5,868,0,0,7078,7080,3,720,360,0,7079, + 7077,1,0,0,0,7080,7083,1,0,0,0,7081,7079,1,0,0,0,7081,7082,1,0,0, + 0,7082,719,1,0,0,0,7083,7081,1,0,0,0,7084,7088,3,722,361,0,7085, + 7088,5,879,0,0,7086,7088,5,882,0,0,7087,7084,1,0,0,0,7087,7085,1, + 0,0,0,7087,7086,1,0,0,0,7088,721,1,0,0,0,7089,7099,5,889,0,0,7090, + 7099,3,832,416,0,7091,7099,3,834,417,0,7092,7099,3,708,354,0,7093, + 7099,3,836,418,0,7094,7099,3,838,419,0,7095,7099,3,840,420,0,7096, + 7099,3,842,421,0,7097,7099,3,804,402,0,7098,7089,1,0,0,0,7098,7090, + 1,0,0,0,7098,7091,1,0,0,0,7098,7092,1,0,0,0,7098,7093,1,0,0,0,7098, + 7094,1,0,0,0,7098,7095,1,0,0,0,7098,7096,1,0,0,0,7098,7097,1,0,0, + 0,7099,723,1,0,0,0,7100,7101,5,865,0,0,7101,7105,5,889,0,0,7102, + 7103,5,865,0,0,7103,7105,3,720,360,0,7104,7100,1,0,0,0,7104,7102, + 1,0,0,0,7105,725,1,0,0,0,7106,7107,7,113,0,0,7107,727,1,0,0,0,7108, + 7111,5,880,0,0,7109,7111,3,726,363,0,7110,7108,1,0,0,0,7110,7109, + 1,0,0,0,7111,729,1,0,0,0,7112,7114,5,888,0,0,7113,7112,1,0,0,0,7113, + 7114,1,0,0,0,7114,7115,1,0,0,0,7115,7118,5,882,0,0,7116,7118,5,881, + 0,0,7117,7113,1,0,0,0,7117,7116,1,0,0,0,7118,7120,1,0,0,0,7119,7121, + 5,882,0,0,7120,7119,1,0,0,0,7121,7122,1,0,0,0,7122,7120,1,0,0,0, + 7122,7123,1,0,0,0,7123,7136,1,0,0,0,7124,7126,5,888,0,0,7125,7124, + 1,0,0,0,7125,7126,1,0,0,0,7126,7127,1,0,0,0,7127,7130,5,882,0,0, + 7128,7130,5,881,0,0,7129,7125,1,0,0,0,7129,7128,1,0,0,0,7130,7133, + 1,0,0,0,7131,7132,5,28,0,0,7132,7134,3,704,352,0,7133,7131,1,0,0, + 0,7133,7134,1,0,0,0,7134,7136,1,0,0,0,7135,7117,1,0,0,0,7135,7129, + 1,0,0,0,7136,731,1,0,0,0,7137,7138,7,114,0,0,7138,733,1,0,0,0,7139, + 7141,5,888,0,0,7140,7139,1,0,0,0,7140,7141,1,0,0,0,7141,7142,1,0, + 0,0,7142,7143,5,884,0,0,7143,735,1,0,0,0,7144,7146,5,114,0,0,7145, + 7144,1,0,0,0,7145,7146,1,0,0,0,7146,7147,1,0,0,0,7147,7148,7,115, + 0,0,7148,737,1,0,0,0,7149,7162,3,730,365,0,7150,7162,3,726,363,0, + 7151,7152,5,854,0,0,7152,7162,3,726,363,0,7153,7162,3,734,367,0, + 7154,7162,3,732,366,0,7155,7162,5,885,0,0,7156,7162,5,887,0,0,7157, + 7159,5,114,0,0,7158,7157,1,0,0,0,7158,7159,1,0,0,0,7159,7160,1,0, + 0,0,7160,7162,7,115,0,0,7161,7149,1,0,0,0,7161,7150,1,0,0,0,7161, + 7151,1,0,0,0,7161,7153,1,0,0,0,7161,7154,1,0,0,0,7161,7155,1,0,0, + 0,7161,7156,1,0,0,0,7161,7158,1,0,0,0,7162,739,1,0,0,0,7163,7165, + 7,116,0,0,7164,7166,5,240,0,0,7165,7164,1,0,0,0,7165,7166,1,0,0, + 0,7166,7168,1,0,0,0,7167,7169,3,746,373,0,7168,7167,1,0,0,0,7168, + 7169,1,0,0,0,7169,7171,1,0,0,0,7170,7172,5,228,0,0,7171,7170,1,0, + 0,0,7171,7172,1,0,0,0,7172,7176,1,0,0,0,7173,7174,3,56,28,0,7174, + 7175,3,702,351,0,7175,7177,1,0,0,0,7176,7173,1,0,0,0,7176,7177,1, + 0,0,0,7177,7181,1,0,0,0,7178,7179,5,28,0,0,7179,7182,3,704,352,0, + 7180,7182,5,228,0,0,7181,7178,1,0,0,0,7181,7180,1,0,0,0,7181,7182, + 1,0,0,0,7182,7290,1,0,0,0,7183,7184,5,227,0,0,7184,7185,7,117,0, + 0,7185,7187,5,240,0,0,7186,7188,3,746,373,0,7187,7186,1,0,0,0,7187, + 7188,1,0,0,0,7188,7190,1,0,0,0,7189,7191,5,228,0,0,7190,7189,1,0, + 0,0,7190,7191,1,0,0,0,7191,7290,1,0,0,0,7192,7193,5,227,0,0,7193, + 7195,7,118,0,0,7194,7196,3,746,373,0,7195,7194,1,0,0,0,7195,7196, + 1,0,0,0,7196,7198,1,0,0,0,7197,7199,5,228,0,0,7198,7197,1,0,0,0, + 7198,7199,1,0,0,0,7199,7290,1,0,0,0,7200,7201,5,498,0,0,7201,7203, + 5,225,0,0,7202,7204,3,746,373,0,7203,7202,1,0,0,0,7203,7204,1,0, + 0,0,7204,7206,1,0,0,0,7205,7207,5,228,0,0,7206,7205,1,0,0,0,7206, + 7207,1,0,0,0,7207,7290,1,0,0,0,7208,7210,7,119,0,0,7209,7211,3,746, + 373,0,7210,7209,1,0,0,0,7210,7211,1,0,0,0,7211,7215,1,0,0,0,7212, + 7214,7,120,0,0,7213,7212,1,0,0,0,7214,7217,1,0,0,0,7215,7213,1,0, + 0,0,7215,7216,1,0,0,0,7216,7290,1,0,0,0,7217,7215,1,0,0,0,7218,7220, + 5,210,0,0,7219,7221,3,748,374,0,7220,7219,1,0,0,0,7220,7221,1,0, + 0,0,7221,7225,1,0,0,0,7222,7224,7,120,0,0,7223,7222,1,0,0,0,7224, + 7227,1,0,0,0,7225,7223,1,0,0,0,7225,7226,1,0,0,0,7226,7290,1,0,0, + 0,7227,7225,1,0,0,0,7228,7230,5,211,0,0,7229,7231,5,212,0,0,7230, + 7229,1,0,0,0,7230,7231,1,0,0,0,7231,7233,1,0,0,0,7232,7234,3,748, + 374,0,7233,7232,1,0,0,0,7233,7234,1,0,0,0,7234,7238,1,0,0,0,7235, + 7237,7,120,0,0,7236,7235,1,0,0,0,7237,7240,1,0,0,0,7238,7236,1,0, + 0,0,7238,7239,1,0,0,0,7239,7290,1,0,0,0,7240,7238,1,0,0,0,7241,7243, + 7,121,0,0,7242,7244,3,750,375,0,7243,7242,1,0,0,0,7243,7244,1,0, + 0,0,7244,7248,1,0,0,0,7245,7247,7,120,0,0,7246,7245,1,0,0,0,7247, + 7250,1,0,0,0,7248,7246,1,0,0,0,7248,7249,1,0,0,0,7249,7290,1,0,0, + 0,7250,7248,1,0,0,0,7251,7290,7,122,0,0,7252,7254,7,123,0,0,7253, + 7255,3,746,373,0,7254,7253,1,0,0,0,7254,7255,1,0,0,0,7255,7290,1, + 0,0,0,7256,7257,7,124,0,0,7257,7259,3,742,371,0,7258,7260,5,228, + 0,0,7259,7258,1,0,0,0,7259,7260,1,0,0,0,7260,7264,1,0,0,0,7261,7262, + 3,56,28,0,7262,7263,3,702,351,0,7263,7265,1,0,0,0,7264,7261,1,0, + 0,0,7264,7265,1,0,0,0,7265,7290,1,0,0,0,7266,7269,7,125,0,0,7267, + 7268,5,834,0,0,7268,7270,3,726,363,0,7269,7267,1,0,0,0,7269,7270, + 1,0,0,0,7270,7290,1,0,0,0,7271,7273,5,233,0,0,7272,7274,5,225,0, + 0,7273,7272,1,0,0,0,7273,7274,1,0,0,0,7274,7276,1,0,0,0,7275,7277, + 5,228,0,0,7276,7275,1,0,0,0,7276,7277,1,0,0,0,7277,7281,1,0,0,0, + 7278,7279,3,56,28,0,7279,7280,3,702,351,0,7280,7282,1,0,0,0,7281, + 7278,1,0,0,0,7281,7282,1,0,0,0,7282,7285,1,0,0,0,7283,7284,5,28, + 0,0,7284,7286,3,704,352,0,7285,7283,1,0,0,0,7285,7286,1,0,0,0,7286, + 7290,1,0,0,0,7287,7288,5,233,0,0,7288,7290,5,229,0,0,7289,7163,1, + 0,0,0,7289,7183,1,0,0,0,7289,7192,1,0,0,0,7289,7200,1,0,0,0,7289, + 7208,1,0,0,0,7289,7218,1,0,0,0,7289,7228,1,0,0,0,7289,7241,1,0,0, + 0,7289,7251,1,0,0,0,7289,7252,1,0,0,0,7289,7256,1,0,0,0,7289,7266, + 1,0,0,0,7289,7271,1,0,0,0,7289,7287,1,0,0,0,7290,741,1,0,0,0,7291, + 7292,5,866,0,0,7292,7297,5,882,0,0,7293,7294,5,868,0,0,7294,7296, + 5,882,0,0,7295,7293,1,0,0,0,7296,7299,1,0,0,0,7297,7295,1,0,0,0, + 7297,7298,1,0,0,0,7298,7300,1,0,0,0,7299,7297,1,0,0,0,7300,7301, + 5,867,0,0,7301,743,1,0,0,0,7302,7304,7,126,0,0,7303,7305,3,746,373, + 0,7304,7303,1,0,0,0,7304,7305,1,0,0,0,7305,7325,1,0,0,0,7306,7308, + 5,224,0,0,7307,7309,3,746,373,0,7308,7307,1,0,0,0,7308,7309,1,0, + 0,0,7309,7313,1,0,0,0,7310,7311,3,56,28,0,7311,7312,3,702,351,0, + 7312,7314,1,0,0,0,7313,7310,1,0,0,0,7313,7314,1,0,0,0,7314,7325, + 1,0,0,0,7315,7325,7,127,0,0,7316,7318,7,128,0,0,7317,7319,3,750, + 375,0,7318,7317,1,0,0,0,7318,7319,1,0,0,0,7319,7325,1,0,0,0,7320, + 7322,7,129,0,0,7321,7323,7,130,0,0,7322,7321,1,0,0,0,7322,7323,1, + 0,0,0,7323,7325,1,0,0,0,7324,7302,1,0,0,0,7324,7306,1,0,0,0,7324, + 7315,1,0,0,0,7324,7316,1,0,0,0,7324,7320,1,0,0,0,7325,7327,1,0,0, + 0,7326,7328,5,12,0,0,7327,7326,1,0,0,0,7327,7328,1,0,0,0,7328,745, + 1,0,0,0,7329,7330,5,866,0,0,7330,7331,3,726,363,0,7331,7332,5,867, + 0,0,7332,747,1,0,0,0,7333,7334,5,866,0,0,7334,7335,3,726,363,0,7335, + 7336,5,868,0,0,7336,7337,3,726,363,0,7337,7338,5,867,0,0,7338,749, + 1,0,0,0,7339,7340,5,866,0,0,7340,7343,3,726,363,0,7341,7342,5,868, + 0,0,7342,7344,3,726,363,0,7343,7341,1,0,0,0,7343,7344,1,0,0,0,7344, + 7345,1,0,0,0,7345,7346,5,867,0,0,7346,751,1,0,0,0,7347,7348,5,866, + 0,0,7348,7353,3,688,344,0,7349,7350,5,868,0,0,7350,7352,3,688,344, + 0,7351,7349,1,0,0,0,7352,7355,1,0,0,0,7353,7351,1,0,0,0,7353,7354, + 1,0,0,0,7354,7356,1,0,0,0,7355,7353,1,0,0,0,7356,7357,5,867,0,0, + 7357,753,1,0,0,0,7358,7363,3,812,406,0,7359,7360,5,868,0,0,7360, + 7362,3,812,406,0,7361,7359,1,0,0,0,7362,7365,1,0,0,0,7363,7361,1, + 0,0,0,7363,7364,1,0,0,0,7364,755,1,0,0,0,7365,7363,1,0,0,0,7366, + 7367,7,131,0,0,7367,7372,3,758,379,0,7368,7369,5,868,0,0,7369,7371, + 3,758,379,0,7370,7368,1,0,0,0,7371,7374,1,0,0,0,7372,7370,1,0,0, + 0,7372,7373,1,0,0,0,7373,757,1,0,0,0,7374,7372,1,0,0,0,7375,7376, + 5,866,0,0,7376,7381,3,760,380,0,7377,7378,5,868,0,0,7378,7380,3, + 760,380,0,7379,7377,1,0,0,0,7380,7383,1,0,0,0,7381,7379,1,0,0,0, + 7381,7382,1,0,0,0,7382,7384,1,0,0,0,7383,7381,1,0,0,0,7384,7385, + 5,867,0,0,7385,759,1,0,0,0,7386,7389,3,812,406,0,7387,7389,5,42, + 0,0,7388,7386,1,0,0,0,7388,7387,1,0,0,0,7389,761,1,0,0,0,7390,7395, + 3,738,369,0,7391,7392,5,868,0,0,7392,7394,3,738,369,0,7393,7391, + 1,0,0,0,7394,7397,1,0,0,0,7395,7393,1,0,0,0,7395,7396,1,0,0,0,7396, + 763,1,0,0,0,7397,7395,1,0,0,0,7398,7403,5,882,0,0,7399,7400,5,868, + 0,0,7400,7402,5,882,0,0,7401,7399,1,0,0,0,7402,7405,1,0,0,0,7403, + 7401,1,0,0,0,7403,7404,1,0,0,0,7404,765,1,0,0,0,7405,7403,1,0,0, + 0,7406,7411,5,892,0,0,7407,7408,5,868,0,0,7408,7410,5,892,0,0,7409, + 7407,1,0,0,0,7410,7413,1,0,0,0,7411,7409,1,0,0,0,7411,7412,1,0,0, + 0,7412,767,1,0,0,0,7413,7411,1,0,0,0,7414,7441,5,116,0,0,7415,7416, + 5,24,0,0,7416,7417,5,866,0,0,7417,7418,3,812,406,0,7418,7419,5,13, + 0,0,7419,7420,3,744,372,0,7420,7421,5,867,0,0,7421,7441,1,0,0,0, + 7422,7424,3,818,409,0,7423,7422,1,0,0,0,7423,7424,1,0,0,0,7424,7425, + 1,0,0,0,7425,7441,3,738,369,0,7426,7430,3,770,385,0,7427,7428,5, + 119,0,0,7428,7429,5,185,0,0,7429,7431,3,770,385,0,7430,7427,1,0, + 0,0,7430,7431,1,0,0,0,7431,7441,1,0,0,0,7432,7433,5,866,0,0,7433, + 7434,3,812,406,0,7434,7435,5,867,0,0,7435,7441,1,0,0,0,7436,7437, + 5,866,0,0,7437,7438,3,716,358,0,7438,7439,5,867,0,0,7439,7441,1, + 0,0,0,7440,7414,1,0,0,0,7440,7415,1,0,0,0,7440,7423,1,0,0,0,7440, + 7426,1,0,0,0,7440,7432,1,0,0,0,7440,7436,1,0,0,0,7441,769,1,0,0, + 0,7442,7448,7,132,0,0,7443,7445,5,866,0,0,7444,7446,3,726,363,0, + 7445,7444,1,0,0,0,7445,7446,1,0,0,0,7446,7447,1,0,0,0,7447,7449, + 5,867,0,0,7448,7443,1,0,0,0,7448,7449,1,0,0,0,7449,7457,1,0,0,0, + 7450,7451,5,295,0,0,7451,7453,5,866,0,0,7452,7454,3,726,363,0,7453, + 7452,1,0,0,0,7453,7454,1,0,0,0,7454,7455,1,0,0,0,7455,7457,5,867, + 0,0,7456,7442,1,0,0,0,7456,7450,1,0,0,0,7457,771,1,0,0,0,7458,7459, + 5,78,0,0,7459,7460,5,60,0,0,7460,773,1,0,0,0,7461,7462,5,78,0,0, + 7462,7463,5,114,0,0,7463,7464,5,60,0,0,7464,775,1,0,0,0,7465,7466, + 5,124,0,0,7466,7467,5,143,0,0,7467,777,1,0,0,0,7468,7491,3,780,390, + 0,7469,7491,3,788,394,0,7470,7491,3,790,395,0,7471,7478,3,804,402, + 0,7472,7473,5,866,0,0,7473,7479,5,867,0,0,7474,7475,5,866,0,0,7475, + 7476,3,808,404,0,7476,7477,5,867,0,0,7477,7479,1,0,0,0,7478,7472, + 1,0,0,0,7478,7474,1,0,0,0,7479,7491,1,0,0,0,7480,7487,3,640,320, + 0,7481,7482,5,866,0,0,7482,7488,5,867,0,0,7483,7484,5,866,0,0,7484, + 7485,3,808,404,0,7485,7486,5,867,0,0,7486,7488,1,0,0,0,7487,7481, + 1,0,0,0,7487,7483,1,0,0,0,7488,7491,1,0,0,0,7489,7491,3,806,403, + 0,7490,7468,1,0,0,0,7490,7469,1,0,0,0,7490,7470,1,0,0,0,7490,7471, + 1,0,0,0,7490,7480,1,0,0,0,7490,7489,1,0,0,0,7491,779,1,0,0,0,7492, + 7495,7,133,0,0,7493,7494,5,866,0,0,7494,7496,5,867,0,0,7495,7493, + 1,0,0,0,7495,7496,1,0,0,0,7496,7672,1,0,0,0,7497,7672,3,58,29,0, + 7498,7499,5,33,0,0,7499,7500,5,866,0,0,7500,7501,3,812,406,0,7501, + 7502,5,868,0,0,7502,7503,3,744,372,0,7503,7504,5,867,0,0,7504,7672, + 1,0,0,0,7505,7506,5,33,0,0,7506,7507,5,866,0,0,7507,7508,3,812,406, + 0,7508,7509,5,188,0,0,7509,7510,3,702,351,0,7510,7511,5,867,0,0, + 7511,7672,1,0,0,0,7512,7513,5,24,0,0,7513,7514,5,866,0,0,7514,7515, + 3,812,406,0,7515,7516,5,13,0,0,7516,7517,3,744,372,0,7517,7518,5, + 867,0,0,7518,7672,1,0,0,0,7519,7520,5,189,0,0,7520,7521,5,866,0, + 0,7521,7522,3,672,336,0,7522,7523,5,867,0,0,7523,7672,1,0,0,0,7524, + 7526,5,23,0,0,7525,7527,3,782,391,0,7526,7525,1,0,0,0,7527,7528, + 1,0,0,0,7528,7526,1,0,0,0,7528,7529,1,0,0,0,7529,7532,1,0,0,0,7530, + 7531,5,53,0,0,7531,7533,3,810,405,0,7532,7530,1,0,0,0,7532,7533, + 1,0,0,0,7533,7534,1,0,0,0,7534,7535,5,378,0,0,7535,7672,1,0,0,0, + 7536,7537,5,23,0,0,7537,7539,3,812,406,0,7538,7540,3,782,391,0,7539, + 7538,1,0,0,0,7540,7541,1,0,0,0,7541,7539,1,0,0,0,7541,7542,1,0,0, + 0,7542,7545,1,0,0,0,7543,7544,5,53,0,0,7544,7546,3,810,405,0,7545, + 7543,1,0,0,0,7545,7546,1,0,0,0,7546,7547,1,0,0,0,7547,7548,5,378, + 0,0,7548,7672,1,0,0,0,7549,7550,5,224,0,0,7550,7551,5,866,0,0,7551, + 7554,3,808,404,0,7552,7553,5,188,0,0,7553,7555,3,702,351,0,7554, + 7552,1,0,0,0,7554,7555,1,0,0,0,7555,7556,1,0,0,0,7556,7557,5,867, + 0,0,7557,7672,1,0,0,0,7558,7559,5,296,0,0,7559,7562,5,866,0,0,7560, + 7563,3,730,365,0,7561,7563,3,812,406,0,7562,7560,1,0,0,0,7562,7561, + 1,0,0,0,7563,7564,1,0,0,0,7564,7567,5,80,0,0,7565,7568,3,730,365, + 0,7566,7568,3,812,406,0,7567,7565,1,0,0,0,7567,7566,1,0,0,0,7568, + 7569,1,0,0,0,7569,7570,5,867,0,0,7570,7672,1,0,0,0,7571,7572,7,134, + 0,0,7572,7575,5,866,0,0,7573,7576,3,730,365,0,7574,7576,3,812,406, + 0,7575,7573,1,0,0,0,7575,7574,1,0,0,0,7576,7577,1,0,0,0,7577,7580, + 5,68,0,0,7578,7581,3,726,363,0,7579,7581,3,812,406,0,7580,7578,1, + 0,0,0,7580,7579,1,0,0,0,7581,7587,1,0,0,0,7582,7585,5,65,0,0,7583, + 7586,3,726,363,0,7584,7586,3,812,406,0,7585,7583,1,0,0,0,7585,7584, + 1,0,0,0,7586,7588,1,0,0,0,7587,7582,1,0,0,0,7587,7588,1,0,0,0,7588, + 7589,1,0,0,0,7589,7590,5,867,0,0,7590,7672,1,0,0,0,7591,7592,5,300, + 0,0,7592,7593,5,866,0,0,7593,7596,7,135,0,0,7594,7597,3,730,365, + 0,7595,7597,3,812,406,0,7596,7594,1,0,0,0,7596,7595,1,0,0,0,7596, + 7597,1,0,0,0,7597,7598,1,0,0,0,7598,7601,5,68,0,0,7599,7602,3,730, + 365,0,7600,7602,3,812,406,0,7601,7599,1,0,0,0,7601,7600,1,0,0,0, + 7602,7603,1,0,0,0,7603,7604,5,867,0,0,7604,7672,1,0,0,0,7605,7606, + 5,300,0,0,7606,7609,5,866,0,0,7607,7610,3,730,365,0,7608,7610,3, + 812,406,0,7609,7607,1,0,0,0,7609,7608,1,0,0,0,7610,7611,1,0,0,0, + 7611,7614,5,68,0,0,7612,7615,3,730,365,0,7613,7615,3,812,406,0,7614, + 7612,1,0,0,0,7614,7613,1,0,0,0,7615,7616,1,0,0,0,7616,7617,5,867, + 0,0,7617,7672,1,0,0,0,7618,7619,5,840,0,0,7619,7622,5,866,0,0,7620, + 7623,3,730,365,0,7621,7623,3,812,406,0,7622,7620,1,0,0,0,7622,7621, + 1,0,0,0,7623,7630,1,0,0,0,7624,7625,5,13,0,0,7625,7626,7,136,0,0, + 7626,7627,5,866,0,0,7627,7628,3,726,363,0,7628,7629,5,867,0,0,7629, + 7631,1,0,0,0,7630,7624,1,0,0,0,7630,7631,1,0,0,0,7631,7633,1,0,0, + 0,7632,7634,3,784,392,0,7633,7632,1,0,0,0,7633,7634,1,0,0,0,7634, + 7635,1,0,0,0,7635,7636,5,867,0,0,7636,7672,1,0,0,0,7637,7638,5,293, + 0,0,7638,7639,5,866,0,0,7639,7640,3,68,34,0,7640,7643,5,68,0,0,7641, + 7644,3,730,365,0,7642,7644,3,812,406,0,7643,7641,1,0,0,0,7643,7642, + 1,0,0,0,7644,7645,1,0,0,0,7645,7646,5,867,0,0,7646,7672,1,0,0,0, + 7647,7648,5,827,0,0,7648,7649,5,866,0,0,7649,7650,7,137,0,0,7650, + 7651,5,868,0,0,7651,7652,3,730,365,0,7652,7653,5,867,0,0,7653,7672, + 1,0,0,0,7654,7655,5,254,0,0,7655,7656,5,866,0,0,7656,7657,3,812, + 406,0,7657,7658,5,868,0,0,7658,7661,3,812,406,0,7659,7660,5,579, + 0,0,7660,7662,3,744,372,0,7661,7659,1,0,0,0,7661,7662,1,0,0,0,7662, + 7664,1,0,0,0,7663,7665,3,292,146,0,7664,7663,1,0,0,0,7664,7665,1, + 0,0,0,7665,7667,1,0,0,0,7666,7668,3,294,147,0,7667,7666,1,0,0,0, + 7667,7668,1,0,0,0,7668,7669,1,0,0,0,7669,7670,5,867,0,0,7670,7672, + 1,0,0,0,7671,7492,1,0,0,0,7671,7497,1,0,0,0,7671,7498,1,0,0,0,7671, + 7505,1,0,0,0,7671,7512,1,0,0,0,7671,7519,1,0,0,0,7671,7524,1,0,0, + 0,7671,7536,1,0,0,0,7671,7549,1,0,0,0,7671,7558,1,0,0,0,7671,7571, + 1,0,0,0,7671,7591,1,0,0,0,7671,7605,1,0,0,0,7671,7618,1,0,0,0,7671, + 7637,1,0,0,0,7671,7647,1,0,0,0,7671,7654,1,0,0,0,7672,781,1,0,0, + 0,7673,7674,5,191,0,0,7674,7675,3,810,405,0,7675,7676,5,175,0,0, + 7676,7677,3,810,405,0,7677,783,1,0,0,0,7678,7679,5,448,0,0,7679, + 7684,3,786,393,0,7680,7681,5,868,0,0,7681,7683,3,786,393,0,7682, + 7680,1,0,0,0,7683,7686,1,0,0,0,7684,7682,1,0,0,0,7684,7685,1,0,0, + 0,7685,7693,1,0,0,0,7686,7684,1,0,0,0,7687,7688,5,448,0,0,7688,7689, + 3,726,363,0,7689,7690,5,854,0,0,7690,7691,3,726,363,0,7691,7693, + 1,0,0,0,7692,7678,1,0,0,0,7692,7687,1,0,0,0,7693,785,1,0,0,0,7694, + 7696,3,726,363,0,7695,7697,7,138,0,0,7696,7695,1,0,0,0,7696,7697, + 1,0,0,0,7697,787,1,0,0,0,7698,7699,7,139,0,0,7699,7701,5,866,0,0, + 7700,7702,7,45,0,0,7701,7700,1,0,0,0,7701,7702,1,0,0,0,7702,7703, + 1,0,0,0,7703,7704,3,810,405,0,7704,7706,5,867,0,0,7705,7707,3,792, + 396,0,7706,7705,1,0,0,0,7706,7707,1,0,0,0,7707,7758,1,0,0,0,7708, + 7709,5,262,0,0,7709,7717,5,866,0,0,7710,7718,5,850,0,0,7711,7713, + 5,7,0,0,7712,7711,1,0,0,0,7712,7713,1,0,0,0,7713,7714,1,0,0,0,7714, + 7718,3,810,405,0,7715,7716,5,49,0,0,7716,7718,3,808,404,0,7717,7710, + 1,0,0,0,7717,7712,1,0,0,0,7717,7715,1,0,0,0,7718,7719,1,0,0,0,7719, + 7721,5,867,0,0,7720,7722,3,792,396,0,7721,7720,1,0,0,0,7721,7722, + 1,0,0,0,7722,7758,1,0,0,0,7723,7724,7,140,0,0,7724,7726,5,866,0, + 0,7725,7727,5,7,0,0,7726,7725,1,0,0,0,7726,7727,1,0,0,0,7727,7728, + 1,0,0,0,7728,7729,3,810,405,0,7729,7731,5,867,0,0,7730,7732,3,792, + 396,0,7731,7730,1,0,0,0,7731,7732,1,0,0,0,7732,7758,1,0,0,0,7733, + 7734,5,266,0,0,7734,7736,5,866,0,0,7735,7737,5,49,0,0,7736,7735, + 1,0,0,0,7736,7737,1,0,0,0,7737,7738,1,0,0,0,7738,7749,3,808,404, + 0,7739,7740,5,125,0,0,7740,7741,5,20,0,0,7741,7746,3,258,129,0,7742, + 7743,5,868,0,0,7743,7745,3,258,129,0,7744,7742,1,0,0,0,7745,7748, + 1,0,0,0,7746,7744,1,0,0,0,7746,7747,1,0,0,0,7747,7750,1,0,0,0,7748, + 7746,1,0,0,0,7749,7739,1,0,0,0,7749,7750,1,0,0,0,7750,7753,1,0,0, + 0,7751,7752,5,156,0,0,7752,7754,5,882,0,0,7753,7751,1,0,0,0,7753, + 7754,1,0,0,0,7754,7755,1,0,0,0,7755,7756,5,867,0,0,7756,7758,1,0, + 0,0,7757,7698,1,0,0,0,7757,7708,1,0,0,0,7757,7723,1,0,0,0,7757,7733, + 1,0,0,0,7758,789,1,0,0,0,7759,7760,7,141,0,0,7760,7761,5,866,0,0, + 7761,7764,3,812,406,0,7762,7763,5,868,0,0,7763,7765,3,726,363,0, + 7764,7762,1,0,0,0,7764,7765,1,0,0,0,7765,7768,1,0,0,0,7766,7767, + 5,868,0,0,7767,7769,3,726,363,0,7768,7766,1,0,0,0,7768,7769,1,0, + 0,0,7769,7770,1,0,0,0,7770,7771,5,867,0,0,7771,7772,3,792,396,0, + 7772,7798,1,0,0,0,7773,7774,7,142,0,0,7774,7775,5,866,0,0,7775,7776, + 3,812,406,0,7776,7777,5,867,0,0,7777,7778,3,792,396,0,7778,7798, + 1,0,0,0,7779,7780,7,143,0,0,7780,7781,5,866,0,0,7781,7782,5,867, + 0,0,7782,7798,3,792,396,0,7783,7784,5,273,0,0,7784,7785,5,866,0, + 0,7785,7786,3,812,406,0,7786,7787,5,868,0,0,7787,7788,3,726,363, + 0,7788,7789,5,867,0,0,7789,7790,3,792,396,0,7790,7798,1,0,0,0,7791, + 7792,5,272,0,0,7792,7793,5,866,0,0,7793,7794,3,726,363,0,7794,7795, + 5,867,0,0,7795,7796,3,792,396,0,7796,7798,1,0,0,0,7797,7759,1,0, + 0,0,7797,7773,1,0,0,0,7797,7779,1,0,0,0,7797,7783,1,0,0,0,7797,7791, + 1,0,0,0,7798,791,1,0,0,0,7799,7805,5,129,0,0,7800,7801,5,866,0,0, + 7801,7802,3,794,397,0,7802,7803,5,867,0,0,7803,7806,1,0,0,0,7804, + 7806,3,796,398,0,7805,7800,1,0,0,0,7805,7804,1,0,0,0,7806,793,1, + 0,0,0,7807,7809,3,796,398,0,7808,7807,1,0,0,0,7808,7809,1,0,0,0, + 7809,7811,1,0,0,0,7810,7812,3,802,401,0,7811,7810,1,0,0,0,7811,7812, + 1,0,0,0,7812,7814,1,0,0,0,7813,7815,3,256,128,0,7814,7813,1,0,0, + 0,7814,7815,1,0,0,0,7815,7817,1,0,0,0,7816,7818,3,798,399,0,7817, + 7816,1,0,0,0,7817,7818,1,0,0,0,7818,795,1,0,0,0,7819,7820,3,720, + 360,0,7820,797,1,0,0,0,7821,7828,7,144,0,0,7822,7829,3,800,400,0, + 7823,7824,5,17,0,0,7824,7825,3,800,400,0,7825,7826,5,11,0,0,7826, + 7827,3,800,400,0,7827,7829,1,0,0,0,7828,7822,1,0,0,0,7828,7823,1, + 0,0,0,7829,799,1,0,0,0,7830,7831,5,36,0,0,7831,7838,5,586,0,0,7832, + 7833,5,669,0,0,7833,7838,7,145,0,0,7834,7835,3,812,406,0,7835,7836, + 7,145,0,0,7836,7838,1,0,0,0,7837,7830,1,0,0,0,7837,7832,1,0,0,0, + 7837,7834,1,0,0,0,7838,801,1,0,0,0,7839,7840,5,130,0,0,7840,7841, + 5,20,0,0,7841,7846,3,812,406,0,7842,7843,5,868,0,0,7843,7845,3,812, + 406,0,7844,7842,1,0,0,0,7845,7848,1,0,0,0,7846,7844,1,0,0,0,7846, + 7847,1,0,0,0,7847,803,1,0,0,0,7848,7846,1,0,0,0,7849,7874,3,844, + 422,0,7850,7874,5,757,0,0,7851,7874,5,289,0,0,7852,7874,5,285,0, + 0,7853,7874,5,286,0,0,7854,7874,5,287,0,0,7855,7874,5,290,0,0,7856, + 7874,5,291,0,0,7857,7874,5,292,0,0,7858,7874,5,78,0,0,7859,7874, + 5,86,0,0,7860,7874,5,288,0,0,7861,7874,5,294,0,0,7862,7874,5,488, + 0,0,7863,7874,5,295,0,0,7864,7874,5,142,0,0,7865,7874,5,143,0,0, + 7866,7874,5,297,0,0,7867,7874,5,298,0,0,7868,7874,5,299,0,0,7869, + 7874,5,300,0,0,7870,7874,5,301,0,0,7871,7874,5,302,0,0,7872,7874, + 5,303,0,0,7873,7849,1,0,0,0,7873,7850,1,0,0,0,7873,7851,1,0,0,0, + 7873,7852,1,0,0,0,7873,7853,1,0,0,0,7873,7854,1,0,0,0,7873,7855, + 1,0,0,0,7873,7856,1,0,0,0,7873,7857,1,0,0,0,7873,7858,1,0,0,0,7873, + 7859,1,0,0,0,7873,7860,1,0,0,0,7873,7861,1,0,0,0,7873,7862,1,0,0, + 0,7873,7863,1,0,0,0,7873,7864,1,0,0,0,7873,7865,1,0,0,0,7873,7866, + 1,0,0,0,7873,7867,1,0,0,0,7873,7868,1,0,0,0,7873,7869,1,0,0,0,7873, + 7870,1,0,0,0,7873,7871,1,0,0,0,7873,7872,1,0,0,0,7874,805,1,0,0, + 0,7875,7876,7,146,0,0,7876,7877,5,866,0,0,7877,7878,3,810,405,0, + 7878,7879,5,867,0,0,7879,807,1,0,0,0,7880,7885,3,810,405,0,7881, + 7882,5,868,0,0,7882,7884,3,810,405,0,7883,7881,1,0,0,0,7884,7887, + 1,0,0,0,7885,7883,1,0,0,0,7885,7886,1,0,0,0,7886,809,1,0,0,0,7887, + 7885,1,0,0,0,7888,7892,3,738,369,0,7889,7892,3,778,389,0,7890,7892, + 3,812,406,0,7891,7888,1,0,0,0,7891,7889,1,0,0,0,7891,7890,1,0,0, + 0,7892,811,1,0,0,0,7893,7894,6,406,-1,0,7894,7895,7,147,0,0,7895, + 7905,3,812,406,4,7896,7897,3,814,407,0,7897,7899,5,89,0,0,7898,7900, + 5,114,0,0,7899,7898,1,0,0,0,7899,7900,1,0,0,0,7900,7901,1,0,0,0, + 7901,7902,7,148,0,0,7902,7905,1,0,0,0,7903,7905,3,814,407,0,7904, + 7893,1,0,0,0,7904,7896,1,0,0,0,7904,7903,1,0,0,0,7905,7912,1,0,0, + 0,7906,7907,10,3,0,0,7907,7908,3,824,412,0,7908,7909,3,812,406,4, + 7909,7911,1,0,0,0,7910,7906,1,0,0,0,7911,7914,1,0,0,0,7912,7910, + 1,0,0,0,7912,7913,1,0,0,0,7913,813,1,0,0,0,7914,7912,1,0,0,0,7915, + 7916,6,407,-1,0,7916,7917,3,816,408,0,7917,7981,1,0,0,0,7918,7920, + 10,6,0,0,7919,7921,5,114,0,0,7920,7919,1,0,0,0,7920,7921,1,0,0,0, + 7921,7922,1,0,0,0,7922,7923,5,17,0,0,7923,7924,3,814,407,0,7924, + 7925,5,11,0,0,7925,7926,3,814,407,7,7926,7980,1,0,0,0,7927,7928, + 10,5,0,0,7928,7929,5,604,0,0,7929,7930,5,99,0,0,7930,7980,3,814, + 407,6,7931,7933,10,3,0,0,7932,7934,5,114,0,0,7933,7932,1,0,0,0,7933, + 7934,1,0,0,0,7934,7935,1,0,0,0,7935,7936,7,149,0,0,7936,7980,3,814, + 407,4,7937,7939,10,9,0,0,7938,7940,5,114,0,0,7939,7938,1,0,0,0,7939, + 7940,1,0,0,0,7940,7941,1,0,0,0,7941,7942,5,80,0,0,7942,7945,5,866, + 0,0,7943,7946,3,208,104,0,7944,7946,3,754,377,0,7945,7943,1,0,0, + 0,7945,7944,1,0,0,0,7946,7947,1,0,0,0,7947,7948,5,867,0,0,7948,7980, + 1,0,0,0,7949,7950,10,8,0,0,7950,7951,5,89,0,0,7951,7980,3,736,368, + 0,7952,7953,10,7,0,0,7953,7960,3,820,410,0,7954,7955,7,150,0,0,7955, + 7956,5,866,0,0,7956,7957,3,208,104,0,7957,7958,5,867,0,0,7958,7961, + 1,0,0,0,7959,7961,3,814,407,0,7960,7954,1,0,0,0,7960,7959,1,0,0, + 0,7961,7980,1,0,0,0,7962,7964,10,4,0,0,7963,7965,5,114,0,0,7964, + 7963,1,0,0,0,7964,7965,1,0,0,0,7965,7966,1,0,0,0,7966,7967,5,99, + 0,0,7967,7970,3,814,407,0,7968,7969,5,384,0,0,7969,7971,5,882,0, + 0,7970,7968,1,0,0,0,7970,7971,1,0,0,0,7971,7980,1,0,0,0,7972,7973, + 10,2,0,0,7973,7974,5,485,0,0,7974,7975,5,510,0,0,7975,7976,5,866, + 0,0,7976,7977,3,814,407,0,7977,7978,5,867,0,0,7978,7980,1,0,0,0, + 7979,7918,1,0,0,0,7979,7927,1,0,0,0,7979,7931,1,0,0,0,7979,7937, + 1,0,0,0,7979,7949,1,0,0,0,7979,7952,1,0,0,0,7979,7962,1,0,0,0,7979, + 7972,1,0,0,0,7980,7983,1,0,0,0,7981,7979,1,0,0,0,7981,7982,1,0,0, + 0,7982,815,1,0,0,0,7983,7981,1,0,0,0,7984,7985,6,408,-1,0,7985,8033, + 3,738,369,0,7986,8033,3,778,389,0,7987,8033,3,700,350,0,7988,7989, + 3,818,409,0,7989,7990,3,816,408,12,7990,8033,1,0,0,0,7991,7992,5, + 228,0,0,7992,8033,3,816,408,11,7993,7994,5,892,0,0,7994,7995,5,841, + 0,0,7995,8033,3,816,408,10,7996,7997,5,866,0,0,7997,8002,3,812,406, + 0,7998,7999,5,868,0,0,7999,8001,3,812,406,0,8000,7998,1,0,0,0,8001, + 8004,1,0,0,0,8002,8000,1,0,0,0,8002,8003,1,0,0,0,8003,8005,1,0,0, + 0,8004,8002,1,0,0,0,8005,8006,5,867,0,0,8006,8033,1,0,0,0,8007,8008, + 5,586,0,0,8008,8009,5,866,0,0,8009,8012,3,812,406,0,8010,8011,5, + 868,0,0,8011,8013,3,812,406,0,8012,8010,1,0,0,0,8013,8014,1,0,0, + 0,8014,8012,1,0,0,0,8014,8015,1,0,0,0,8015,8016,1,0,0,0,8016,8017, + 5,867,0,0,8017,8033,1,0,0,0,8018,8019,5,60,0,0,8019,8020,5,866,0, + 0,8020,8021,3,208,104,0,8021,8022,5,867,0,0,8022,8033,1,0,0,0,8023, + 8024,5,866,0,0,8024,8025,3,208,104,0,8025,8026,5,867,0,0,8026,8033, + 1,0,0,0,8027,8028,5,87,0,0,8028,8029,3,812,406,0,8029,8030,3,68, + 34,0,8030,8033,1,0,0,0,8031,8033,3,674,337,0,8032,7984,1,0,0,0,8032, + 7986,1,0,0,0,8032,7987,1,0,0,0,8032,7988,1,0,0,0,8032,7991,1,0,0, + 0,8032,7993,1,0,0,0,8032,7996,1,0,0,0,8032,8007,1,0,0,0,8032,8018, + 1,0,0,0,8032,8023,1,0,0,0,8032,8027,1,0,0,0,8032,8031,1,0,0,0,8033, + 8051,1,0,0,0,8034,8035,10,4,0,0,8035,8036,3,830,415,0,8036,8037, + 3,816,408,5,8037,8050,1,0,0,0,8038,8039,10,3,0,0,8039,8040,3,826, + 413,0,8040,8041,3,816,408,4,8041,8050,1,0,0,0,8042,8043,10,2,0,0, + 8043,8044,3,828,414,0,8044,8045,3,816,408,3,8045,8050,1,0,0,0,8046, + 8047,10,14,0,0,8047,8048,5,28,0,0,8048,8050,3,704,352,0,8049,8034, + 1,0,0,0,8049,8038,1,0,0,0,8049,8042,1,0,0,0,8049,8046,1,0,0,0,8050, + 8053,1,0,0,0,8051,8049,1,0,0,0,8051,8052,1,0,0,0,8052,817,1,0,0, + 0,8053,8051,1,0,0,0,8054,8055,7,151,0,0,8055,819,1,0,0,0,8056,8057, + 5,859,0,0,8057,8065,5,858,0,0,8058,8059,5,860,0,0,8059,8065,5,857, + 0,0,8060,8061,5,859,0,0,8061,8062,5,857,0,0,8062,8065,5,858,0,0, + 8063,8065,3,822,411,0,8064,8056,1,0,0,0,8064,8058,1,0,0,0,8064,8060, + 1,0,0,0,8064,8063,1,0,0,0,8065,821,1,0,0,0,8066,8067,5,859,0,0,8067, + 8074,5,857,0,0,8068,8069,5,858,0,0,8069,8074,5,857,0,0,8070,8074, + 5,857,0,0,8071,8074,5,858,0,0,8072,8074,5,859,0,0,8073,8066,1,0, + 0,0,8073,8068,1,0,0,0,8073,8070,1,0,0,0,8073,8071,1,0,0,0,8073,8072, + 1,0,0,0,8074,823,1,0,0,0,8075,8083,5,11,0,0,8076,8077,5,863,0,0, + 8077,8083,5,863,0,0,8078,8083,5,196,0,0,8079,8083,5,124,0,0,8080, + 8081,5,862,0,0,8081,8083,5,862,0,0,8082,8075,1,0,0,0,8082,8076,1, + 0,0,0,8082,8078,1,0,0,0,8082,8079,1,0,0,0,8082,8080,1,0,0,0,8083, + 825,1,0,0,0,8084,8085,5,859,0,0,8085,8092,5,859,0,0,8086,8087,5, + 858,0,0,8087,8092,5,858,0,0,8088,8092,5,863,0,0,8089,8092,5,864, + 0,0,8090,8092,5,862,0,0,8091,8084,1,0,0,0,8091,8086,1,0,0,0,8091, + 8088,1,0,0,0,8091,8089,1,0,0,0,8091,8090,1,0,0,0,8092,827,1,0,0, + 0,8093,8094,7,152,0,0,8094,829,1,0,0,0,8095,8096,5,854,0,0,8096, + 8101,5,858,0,0,8097,8098,5,854,0,0,8098,8099,5,858,0,0,8099,8101, + 5,858,0,0,8100,8095,1,0,0,0,8100,8097,1,0,0,0,8101,831,1,0,0,0,8102, + 8103,7,153,0,0,8103,833,1,0,0,0,8104,8105,7,154,0,0,8105,835,1,0, + 0,0,8106,8107,7,155,0,0,8107,837,1,0,0,0,8108,8109,7,156,0,0,8109, + 839,1,0,0,0,8110,8111,7,157,0,0,8111,841,1,0,0,0,8112,8113,7,158, + 0,0,8113,843,1,0,0,0,8114,8115,7,159,0,0,8115,845,1,0,0,0,1172,849, + 856,859,868,910,929,940,956,961,973,1008,1018,1023,1029,1034,1038, + 1047,1050,1053,1057,1064,1067,1072,1080,1085,1090,1093,1095,1107, + 1110,1114,1117,1121,1124,1128,1131,1134,1138,1141,1145,1151,1155, + 1160,1166,1173,1180,1183,1187,1192,1198,1207,1212,1216,1220,1231, + 1249,1256,1260,1264,1268,1273,1276,1279,1282,1285,1291,1295,1305, + 1309,1313,1319,1324,1327,1330,1332,1336,1343,1347,1350,1355,1359, + 1362,1366,1369,1373,1386,1389,1393,1396,1400,1403,1407,1410,1414, + 1417,1420,1424,1427,1431,1437,1440,1444,1456,1462,1473,1478,1486, + 1490,1495,1498,1503,1513,1518,1523,1529,1534,1538,1540,1543,1547, + 1551,1554,1558,1562,1566,1572,1575,1582,1587,1593,1600,1606,1614, + 1617,1624,1627,1629,1635,1641,1658,1665,1672,1684,1689,1692,1695, + 1708,1721,1726,1742,1750,1760,1763,1769,1774,1777,1783,1787,1792, + 1798,1802,1806,1809,1812,1818,1822,1827,1838,1841,1848,1851,1855, + 1861,1873,1876,1881,1894,1901,1907,1912,1916,1919,1927,1935,1937, + 1947,1951,1954,1958,1963,1968,1973,1977,1981,1985,1989,1993,1997, + 2002,2007,2012,2018,2023,2028,2033,2038,2043,2049,2054,2059,2064, + 2069,2074,2079,2084,2091,2096,2101,2106,2110,2115,2123,2128,2134, + 2146,2153,2155,2163,2168,2171,2179,2185,2189,2202,2214,2216,2219, + 2227,2233,2239,2252,2259,2268,2273,2284,2293,2298,2310,2317,2326, + 2331,2343,2350,2359,2364,2371,2380,2385,2387,2392,2400,2409,2413, + 2416,2420,2425,2431,2437,2442,2447,2452,2457,2460,2465,2470,2480, + 2484,2491,2496,2499,2504,2507,2511,2515,2523,2542,2545,2548,2552, + 2562,2575,2588,2591,2597,2600,2604,2613,2616,2619,2624,2628,2631, + 2635,2639,2642,2646,2649,2653,2656,2662,2665,2670,2678,2684,2688, + 2692,2697,2702,2709,2713,2724,2732,2735,2741,2747,2750,2756,2762, + 2764,2769,2775,2781,2783,2787,2790,2793,2799,2805,2807,2812,2819, + 2828,2831,2835,2840,2850,2859,2867,2870,2878,2881,2888,2893,2901, + 2917,2922,2929,2948,2954,2964,2976,2983,2990,3005,3018,3024,3030, + 3036,3042,3048,3054,3059,3066,3073,3080,3085,3088,3090,3099,3106, + 3113,3120,3129,3135,3139,3143,3147,3153,3156,3161,3168,3175,3179, + 3184,3194,3202,3208,3217,3226,3235,3238,3242,3251,3255,3258,3261, + 3267,3270,3273,3277,3280,3283,3286,3297,3300,3305,3311,3316,3321, + 3324,3328,3333,3336,3341,3351,3356,3362,3364,3370,3372,3378,3386, + 3391,3399,3402,3407,3410,3415,3423,3429,3433,3435,3441,3449,3454, + 3462,3465,3470,3473,3477,3480,3483,3487,3490,3498,3504,3508,3514, + 3519,3523,3525,3531,3535,3538,3541,3544,3550,3555,3558,3561,3564, + 3567,3569,3572,3576,3579,3582,3590,3596,3599,3601,3610,3615,3622, + 3625,3628,3632,3636,3642,3646,3653,3657,3660,3663,3668,3675,3685, + 3694,3703,3713,3716,3720,3726,3730,3733,3736,3741,3744,3751,3755, + 3758,3762,3766,3769,3772,3777,3783,3787,3797,3803,3807,3813,3817, + 3823,3826,3838,3842,3846,3854,3858,3872,3877,3880,3884,3887,3895, + 3900,3903,3906,3910,3913,3922,3927,3936,3941,3948,3955,3963,3969, + 3977,3980,3983,3990,3993,3996,4000,4004,4010,4017,4027,4031,4040, + 4043,4047,4053,4061,4066,4070,4076,4082,4085,4087,4091,4096,4103, + 4113,4119,4124,4128,4131,4134,4137,4140,4143,4146,4150,4154,4162, + 4166,4169,4171,4184,4187,4194,4204,4207,4212,4214,4218,4226,4232, + 4241,4254,4258,4264,4270,4273,4277,4280,4287,4299,4303,4311,4323, + 4329,4331,4337,4339,4341,4347,4355,4363,4367,4372,4374,4383,4388, + 4408,4413,4419,4426,4431,4440,4443,4447,4451,4455,4458,4461,4464, + 4468,4472,4475,4478,4481,4488,4492,4507,4520,4528,4538,4542,4545, + 4551,4554,4557,4566,4575,4585,4589,4599,4603,4614,4618,4627,4636, + 4639,4643,4648,4652,4661,4664,4667,4674,4680,4686,4712,4715,4718, + 4737,4739,4762,4765,4768,4787,4789,4803,4816,4853,4858,4893,4907, + 4914,4918,4924,4932,4934,4945,4955,4962,4968,4976,4981,4989,4997, + 5005,5013,5019,5024,5029,5034,5040,5042,5053,5058,5065,5067,5081, + 5087,5092,5097,5103,5110,5118,5126,5131,5137,5140,5148,5155,5164, + 5167,5184,5192,5200,5204,5211,5217,5225,5230,5237,5245,5252,5257, + 5260,5262,5268,5270,5274,5276,5281,5288,5293,5297,5302,5306,5312, + 5318,5323,5326,5328,5334,5336,5340,5342,5347,5352,5359,5368,5373, + 5382,5386,5392,5397,5400,5402,5408,5410,5413,5420,5422,5427,5434, + 5443,5449,5451,5458,5461,5473,5479,5487,5490,5494,5497,5501,5503, + 5514,5517,5521,5524,5527,5534,5546,5549,5556,5562,5572,5577,5584, + 5589,5595,5599,5603,5611,5615,5619,5625,5627,5639,5644,5650,5656, + 5660,5665,5667,5691,5695,5698,5707,5711,5720,5724,5728,5734,5736, + 5745,5755,5782,5786,5791,5798,5801,5807,5817,5827,5837,5843,5852, + 5858,5865,5867,5875,5881,5885,5902,5912,5916,5920,5930,5935,6007, + 6025,6033,6039,6051,6055,6066,6070,6079,6087,6094,6098,6105,6110, + 6113,6116,6127,6136,6145,6148,6162,6180,6193,6196,6200,6203,6205, + 6212,6219,6223,6230,6237,6240,6256,6259,6269,6273,6279,6282,6285, + 6290,6294,6297,6304,6307,6313,6349,6352,6364,6367,6383,6385,6389, + 6396,6400,6407,6410,6419,6422,6427,6433,6435,6441,6445,6451,6454, + 6457,6470,6473,6479,6482,6490,6498,6504,6507,6511,6525,6537,6545, + 6549,6556,6563,6568,6581,6590,6598,6603,6606,6611,6614,6626,6631, + 6644,6646,6651,6655,6658,6660,6667,6674,6677,6680,6686,6690,6696, + 6704,6713,6726,6731,6739,6742,6747,6752,6760,6763,6771,6775,6782, + 6788,6791,6795,6808,6814,6826,6829,6838,6843,6864,6880,6890,6895, + 6900,6902,6905,6909,6911,6918,6926,6928,6931,6935,6939,6944,6946, + 6949,6953,6955,6962,6964,6966,6979,6989,6992,6995,7008,7014,7017, + 7025,7032,7052,7059,7061,7068,7070,7074,7081,7087,7098,7104,7110, + 7113,7117,7122,7125,7129,7133,7135,7140,7145,7158,7161,7165,7168, + 7171,7176,7181,7187,7190,7195,7198,7203,7206,7210,7215,7220,7225, + 7230,7233,7238,7243,7248,7254,7259,7264,7269,7273,7276,7281,7285, + 7289,7297,7304,7308,7313,7318,7322,7324,7327,7343,7353,7363,7372, + 7381,7388,7395,7403,7411,7423,7430,7440,7445,7448,7453,7456,7478, + 7487,7490,7495,7528,7532,7541,7545,7554,7562,7567,7575,7580,7585, + 7587,7596,7601,7609,7614,7622,7630,7633,7643,7661,7664,7667,7671, + 7684,7692,7696,7701,7706,7712,7717,7721,7726,7731,7736,7746,7749, + 7753,7757,7764,7768,7797,7805,7808,7811,7814,7817,7828,7837,7846, + 7873,7885,7891,7899,7904,7912,7920,7933,7939,7945,7960,7964,7970, + 7979,7981,8002,8014,8032,8049,8051,8064,8073,8082,8091,8100 ]; private static __ATN: antlr.ATN; @@ -52473,9 +52369,6 @@ export class SingleStatementContext extends antlr.ParserRuleContext { public SEMI(): antlr.TerminalNode | null { return this.getToken(MySqlParser.SEMI, 0); } - public emptyStatement_(): EmptyStatement_Context | null { - return this.getRuleContext(0, EmptyStatement_Context); - } public override get ruleIndex(): number { return MySqlParser.RULE_singleStatement; } @@ -52547,36 +52440,6 @@ export class SqlStatementContext extends antlr.ParserRuleContext { } -export class EmptyStatement_Context extends antlr.ParserRuleContext { - public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { - super(parent, invokingState); - } - public SEMI(): antlr.TerminalNode { - return this.getToken(MySqlParser.SEMI, 0)!; - } - public override get ruleIndex(): number { - return MySqlParser.RULE_emptyStatement_; - } - public override enterRule(listener: MySqlParserListener): void { - if(listener.enterEmptyStatement_) { - listener.enterEmptyStatement_(this); - } - } - public override exitRule(listener: MySqlParserListener): void { - if(listener.exitEmptyStatement_) { - listener.exitEmptyStatement_(this); - } - } - public override accept(visitor: MySqlParserVisitor): Result | null { - if (visitor.visitEmptyStatement_) { - return visitor.visitEmptyStatement_(this); - } else { - return visitor.visitChildren(this); - } - } -} - - export class DdlStatementContext extends antlr.ParserRuleContext { public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { super(parent, invokingState); @@ -83003,39 +82866,6 @@ export class WindowNameContext extends antlr.ParserRuleContext { export class FrameClauseContext extends antlr.ParserRuleContext { - public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { - super(parent, invokingState); - } - public frameUnits(): FrameUnitsContext { - return this.getRuleContext(0, FrameUnitsContext)!; - } - public frameExtent(): FrameExtentContext { - return this.getRuleContext(0, FrameExtentContext)!; - } - public override get ruleIndex(): number { - return MySqlParser.RULE_frameClause; - } - public override enterRule(listener: MySqlParserListener): void { - if(listener.enterFrameClause) { - listener.enterFrameClause(this); - } - } - public override exitRule(listener: MySqlParserListener): void { - if(listener.exitFrameClause) { - listener.exitFrameClause(this); - } - } - public override accept(visitor: MySqlParserVisitor): Result | null { - if (visitor.visitFrameClause) { - return visitor.visitFrameClause(this); - } else { - return visitor.visitChildren(this); - } - } -} - - -export class FrameUnitsContext extends antlr.ParserRuleContext { public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { super(parent, invokingState); } @@ -83045,69 +82875,6 @@ export class FrameUnitsContext extends antlr.ParserRuleContext { public KW_RANGE(): antlr.TerminalNode | null { return this.getToken(MySqlParser.KW_RANGE, 0); } - public override get ruleIndex(): number { - return MySqlParser.RULE_frameUnits; - } - public override enterRule(listener: MySqlParserListener): void { - if(listener.enterFrameUnits) { - listener.enterFrameUnits(this); - } - } - public override exitRule(listener: MySqlParserListener): void { - if(listener.exitFrameUnits) { - listener.exitFrameUnits(this); - } - } - public override accept(visitor: MySqlParserVisitor): Result | null { - if (visitor.visitFrameUnits) { - return visitor.visitFrameUnits(this); - } else { - return visitor.visitChildren(this); - } - } -} - - -export class FrameExtentContext extends antlr.ParserRuleContext { - public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { - super(parent, invokingState); - } - public frameRange(): FrameRangeContext | null { - return this.getRuleContext(0, FrameRangeContext); - } - public frameBetween(): FrameBetweenContext | null { - return this.getRuleContext(0, FrameBetweenContext); - } - public override get ruleIndex(): number { - return MySqlParser.RULE_frameExtent; - } - public override enterRule(listener: MySqlParserListener): void { - if(listener.enterFrameExtent) { - listener.enterFrameExtent(this); - } - } - public override exitRule(listener: MySqlParserListener): void { - if(listener.exitFrameExtent) { - listener.exitFrameExtent(this); - } - } - public override accept(visitor: MySqlParserVisitor): Result | null { - if (visitor.visitFrameExtent) { - return visitor.visitFrameExtent(this); - } else { - return visitor.visitChildren(this); - } - } -} - - -export class FrameBetweenContext extends antlr.ParserRuleContext { - public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { - super(parent, invokingState); - } - public KW_BETWEEN(): antlr.TerminalNode { - return this.getToken(MySqlParser.KW_BETWEEN, 0)!; - } public frameRange(): FrameRangeContext[]; public frameRange(i: number): FrameRangeContext | null; public frameRange(i?: number): FrameRangeContext[] | FrameRangeContext | null { @@ -83117,25 +82884,28 @@ export class FrameBetweenContext extends antlr.ParserRuleContext { return this.getRuleContext(i, FrameRangeContext); } - public KW_AND(): antlr.TerminalNode { - return this.getToken(MySqlParser.KW_AND, 0)!; + public KW_BETWEEN(): antlr.TerminalNode | null { + return this.getToken(MySqlParser.KW_BETWEEN, 0); + } + public KW_AND(): antlr.TerminalNode | null { + return this.getToken(MySqlParser.KW_AND, 0); } public override get ruleIndex(): number { - return MySqlParser.RULE_frameBetween; + return MySqlParser.RULE_frameClause; } public override enterRule(listener: MySqlParserListener): void { - if(listener.enterFrameBetween) { - listener.enterFrameBetween(this); + if(listener.enterFrameClause) { + listener.enterFrameClause(this); } } public override exitRule(listener: MySqlParserListener): void { - if(listener.exitFrameBetween) { - listener.exitFrameBetween(this); + if(listener.exitFrameClause) { + listener.exitFrameClause(this); } } public override accept(visitor: MySqlParserVisitor): Result | null { - if (visitor.visitFrameBetween) { - return visitor.visitFrameBetween(this); + if (visitor.visitFrameClause) { + return visitor.visitFrameClause(this); } else { return visitor.visitChildren(this); } diff --git a/src/lib/mysql/MySqlParserListener.ts b/src/lib/mysql/MySqlParserListener.ts index 3367fd2b..d2adfbba 100644 --- a/src/lib/mysql/MySqlParserListener.ts +++ b/src/lib/mysql/MySqlParserListener.ts @@ -11,7 +11,6 @@ import { SQLParserBase } from '../SQLParserBase'; import { ProgramContext } from "./MySqlParser.js"; import { SingleStatementContext } from "./MySqlParser.js"; import { SqlStatementContext } from "./MySqlParser.js"; -import { EmptyStatement_Context } from "./MySqlParser.js"; import { DdlStatementContext } from "./MySqlParser.js"; import { DmlStatementContext } from "./MySqlParser.js"; import { TransactionStatementContext } from "./MySqlParser.js"; @@ -636,9 +635,6 @@ import { OverClauseContext } from "./MySqlParser.js"; import { WindowSpecContext } from "./MySqlParser.js"; import { WindowNameContext } from "./MySqlParser.js"; import { FrameClauseContext } from "./MySqlParser.js"; -import { FrameUnitsContext } from "./MySqlParser.js"; -import { FrameExtentContext } from "./MySqlParser.js"; -import { FrameBetweenContext } from "./MySqlParser.js"; import { FrameRangeContext } from "./MySqlParser.js"; import { PartitionClauseContext } from "./MySqlParser.js"; import { ScalarFunctionNameContext } from "./MySqlParser.js"; @@ -725,16 +721,6 @@ export class MySqlParserListener implements ParseTreeListener { * @param ctx the parse tree */ exitSqlStatement?: (ctx: SqlStatementContext) => void; - /** - * Enter a parse tree produced by `MySqlParser.emptyStatement_`. - * @param ctx the parse tree - */ - enterEmptyStatement_?: (ctx: EmptyStatement_Context) => void; - /** - * Exit a parse tree produced by `MySqlParser.emptyStatement_`. - * @param ctx the parse tree - */ - exitEmptyStatement_?: (ctx: EmptyStatement_Context) => void; /** * Enter a parse tree produced by `MySqlParser.ddlStatement`. * @param ctx the parse tree @@ -7507,36 +7493,6 @@ export class MySqlParserListener implements ParseTreeListener { * @param ctx the parse tree */ exitFrameClause?: (ctx: FrameClauseContext) => void; - /** - * Enter a parse tree produced by `MySqlParser.frameUnits`. - * @param ctx the parse tree - */ - enterFrameUnits?: (ctx: FrameUnitsContext) => void; - /** - * Exit a parse tree produced by `MySqlParser.frameUnits`. - * @param ctx the parse tree - */ - exitFrameUnits?: (ctx: FrameUnitsContext) => void; - /** - * Enter a parse tree produced by `MySqlParser.frameExtent`. - * @param ctx the parse tree - */ - enterFrameExtent?: (ctx: FrameExtentContext) => void; - /** - * Exit a parse tree produced by `MySqlParser.frameExtent`. - * @param ctx the parse tree - */ - exitFrameExtent?: (ctx: FrameExtentContext) => void; - /** - * Enter a parse tree produced by `MySqlParser.frameBetween`. - * @param ctx the parse tree - */ - enterFrameBetween?: (ctx: FrameBetweenContext) => void; - /** - * Exit a parse tree produced by `MySqlParser.frameBetween`. - * @param ctx the parse tree - */ - exitFrameBetween?: (ctx: FrameBetweenContext) => void; /** * Enter a parse tree produced by `MySqlParser.frameRange`. * @param ctx the parse tree diff --git a/src/lib/mysql/MySqlParserVisitor.ts b/src/lib/mysql/MySqlParserVisitor.ts index 8a06e45c..bad9830d 100644 --- a/src/lib/mysql/MySqlParserVisitor.ts +++ b/src/lib/mysql/MySqlParserVisitor.ts @@ -11,7 +11,6 @@ import { SQLParserBase } from '../SQLParserBase'; import { ProgramContext } from "./MySqlParser.js"; import { SingleStatementContext } from "./MySqlParser.js"; import { SqlStatementContext } from "./MySqlParser.js"; -import { EmptyStatement_Context } from "./MySqlParser.js"; import { DdlStatementContext } from "./MySqlParser.js"; import { DmlStatementContext } from "./MySqlParser.js"; import { TransactionStatementContext } from "./MySqlParser.js"; @@ -636,9 +635,6 @@ import { OverClauseContext } from "./MySqlParser.js"; import { WindowSpecContext } from "./MySqlParser.js"; import { WindowNameContext } from "./MySqlParser.js"; import { FrameClauseContext } from "./MySqlParser.js"; -import { FrameUnitsContext } from "./MySqlParser.js"; -import { FrameExtentContext } from "./MySqlParser.js"; -import { FrameBetweenContext } from "./MySqlParser.js"; import { FrameRangeContext } from "./MySqlParser.js"; import { PartitionClauseContext } from "./MySqlParser.js"; import { ScalarFunctionNameContext } from "./MySqlParser.js"; @@ -716,12 +712,6 @@ export class MySqlParserVisitor extends AbstractParseTreeVisitor * @return the visitor result */ visitSqlStatement?: (ctx: SqlStatementContext) => Result; - /** - * Visit a parse tree produced by `MySqlParser.emptyStatement_`. - * @param ctx the parse tree - * @return the visitor result - */ - visitEmptyStatement_?: (ctx: EmptyStatement_Context) => Result; /** * Visit a parse tree produced by `MySqlParser.ddlStatement`. * @param ctx the parse tree @@ -4732,24 +4722,6 @@ export class MySqlParserVisitor extends AbstractParseTreeVisitor * @return the visitor result */ visitFrameClause?: (ctx: FrameClauseContext) => Result; - /** - * Visit a parse tree produced by `MySqlParser.frameUnits`. - * @param ctx the parse tree - * @return the visitor result - */ - visitFrameUnits?: (ctx: FrameUnitsContext) => Result; - /** - * Visit a parse tree produced by `MySqlParser.frameExtent`. - * @param ctx the parse tree - * @return the visitor result - */ - visitFrameExtent?: (ctx: FrameExtentContext) => Result; - /** - * Visit a parse tree produced by `MySqlParser.frameBetween`. - * @param ctx the parse tree - * @return the visitor result - */ - visitFrameBetween?: (ctx: FrameBetweenContext) => Result; /** * Visit a parse tree produced by `MySqlParser.frameRange`. * @param ctx the parse tree diff --git a/test/parser/mysql/syntax/fixtures/select.sql b/test/parser/mysql/syntax/fixtures/select.sql index 1b438994..bcb57450 100644 --- a/test/parser/mysql/syntax/fixtures/select.sql +++ b/test/parser/mysql/syntax/fixtures/select.sql @@ -81,4 +81,12 @@ SELECT ID ,SUM(COL_1) AS SUM_COL_1 FROM ( SELECT COALESCE(SUM(c.amount), 0) AS total_amount FROM cust c; -SELECT SUM(c.amount) AS total_amount FROM cust c; \ No newline at end of file +SELECT SUM(c.amount) AS total_amount FROM cust c; + +-- Window frame (frameClause with inlined frameUnits/frameExtent/frameBetween) +SELECT id, SUM(val) OVER (ORDER BY ts ROWS BETWEEN 1 PRECEDING AND 1 FOLLOWING) FROM t1; +SELECT id, SUM(val) OVER (ORDER BY ts RANGE BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) FROM t1; +SELECT id, SUM(val) OVER (ORDER BY ts ROWS UNBOUNDED PRECEDING) FROM t1; +SELECT id, SUM(val) OVER (ORDER BY ts RANGE CURRENT ROW) FROM t1; +SELECT id, SUM(val) OVER (PARTITION BY dept ORDER BY ts ROWS BETWEEN 2 PRECEDING AND CURRENT ROW) FROM t1; +SELECT id, SUM(val) OVER (w ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING) FROM t1 WINDOW w AS (ORDER BY ts); \ No newline at end of file