diff --git a/src/main/java/dk/camelot64/kickc/model/values/StringEncoding.java b/src/main/java/dk/camelot64/kickc/model/values/StringEncoding.java index 155ee4372..61070187f 100644 --- a/src/main/java/dk/camelot64/kickc/model/values/StringEncoding.java +++ b/src/main/java/dk/camelot64/kickc/model/values/StringEncoding.java @@ -66,14 +66,20 @@ public enum StringEncoding { return PETSCII_MIXED; } else if(suffix.contains("pu")) { return PETSCII_UPPER; - } else if(suffix.contains("p")) { - return PETSCII_MIXED; } else if(suffix.contains("sm")) { return SCREENCODE_MIXED; } else if(suffix.contains("su")) { return SCREENCODE_UPPER; + } else if(suffix.contains("as")) { + return ASCII; + } else if(suffix.contains("at")) { + return ATASCII; + } else if(suffix.contains("sa")) { + return SCREENCODE_ATARI; } else if(suffix.contains("s")) { return SCREENCODE_MIXED; + } else if(suffix.contains("p")) { + return PETSCII_MIXED; } else { return defaultEncoding; } diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCLexer.g4 b/src/main/java/dk/camelot64/kickc/parser/KickCLexer.g4 index 143e99fa1..e255c0bf5 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCLexer.g4 +++ b/src/main/java/dk/camelot64/kickc/parser/KickCLexer.g4 @@ -143,7 +143,7 @@ fragment NAME_START : [a-zA-Z_]; fragment NAME_CHAR : [a-zA-Z0-9_]; // Strings and chars -STRING : '"' ('\\"' | ~'"')* '"' [z]?([ps][mu]?)?[z]? ; +STRING : '"' ('\\"' | ~'"')* '"' [z]?([aps][tsmua]?)?[z]? ; CHAR : '\'' ('\\'(['"rfn]|'x'[0-9a-f][0-9a-f]) | ~'\'' ) '\''; // White space on hidden channel 1 diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCLexer.interp b/src/main/java/dk/camelot64/kickc/parser/KickCLexer.interp index 2d587f755..1c5deec25 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCLexer.interp +++ b/src/main/java/dk/camelot64/kickc/parser/KickCLexer.interp @@ -484,4 +484,4 @@ ASM_MODE IMPORT_MODE atn: -[3, 24715, 42794, 33075, 47597, 16764, 15335, 30598, 22884, 2, 155, 1895, 8, 1, 8, 1, 8, 1, 4, 2, 9, 2, 4, 3, 9, 3, 4, 4, 9, 4, 4, 5, 9, 5, 4, 6, 9, 6, 4, 7, 9, 7, 4, 8, 9, 8, 4, 9, 9, 9, 4, 10, 9, 10, 4, 11, 9, 11, 4, 12, 9, 12, 4, 13, 9, 13, 4, 14, 9, 14, 4, 15, 9, 15, 4, 16, 9, 16, 4, 17, 9, 17, 4, 18, 9, 18, 4, 19, 9, 19, 4, 20, 9, 20, 4, 21, 9, 21, 4, 22, 9, 22, 4, 23, 9, 23, 4, 24, 9, 24, 4, 25, 9, 25, 4, 26, 9, 26, 4, 27, 9, 27, 4, 28, 9, 28, 4, 29, 9, 29, 4, 30, 9, 30, 4, 31, 9, 31, 4, 32, 9, 32, 4, 33, 9, 33, 4, 34, 9, 34, 4, 35, 9, 35, 4, 36, 9, 36, 4, 37, 9, 37, 4, 38, 9, 38, 4, 39, 9, 39, 4, 40, 9, 40, 4, 41, 9, 41, 4, 42, 9, 42, 4, 43, 9, 43, 4, 44, 9, 44, 4, 45, 9, 45, 4, 46, 9, 46, 4, 47, 9, 47, 4, 48, 9, 48, 4, 49, 9, 49, 4, 50, 9, 50, 4, 51, 9, 51, 4, 52, 9, 52, 4, 53, 9, 53, 4, 54, 9, 54, 4, 55, 9, 55, 4, 56, 9, 56, 4, 57, 9, 57, 4, 58, 9, 58, 4, 59, 9, 59, 4, 60, 9, 60, 4, 61, 9, 61, 4, 62, 9, 62, 4, 63, 9, 63, 4, 64, 9, 64, 4, 65, 9, 65, 4, 66, 9, 66, 4, 67, 9, 67, 4, 68, 9, 68, 4, 69, 9, 69, 4, 70, 9, 70, 4, 71, 9, 71, 4, 72, 9, 72, 4, 73, 9, 73, 4, 74, 9, 74, 4, 75, 9, 75, 4, 76, 9, 76, 4, 77, 9, 77, 4, 78, 9, 78, 4, 79, 9, 79, 4, 80, 9, 80, 4, 81, 9, 81, 4, 82, 9, 82, 4, 83, 9, 83, 4, 84, 9, 84, 4, 85, 9, 85, 4, 86, 9, 86, 4, 87, 9, 87, 4, 88, 9, 88, 4, 89, 9, 89, 4, 90, 9, 90, 4, 91, 9, 91, 4, 92, 9, 92, 4, 93, 9, 93, 4, 94, 9, 94, 4, 95, 9, 95, 4, 96, 9, 96, 4, 97, 9, 97, 4, 98, 9, 98, 4, 99, 9, 99, 4, 100, 9, 100, 4, 101, 9, 101, 4, 102, 9, 102, 4, 103, 9, 103, 4, 104, 9, 104, 4, 105, 9, 105, 4, 106, 9, 106, 4, 107, 9, 107, 4, 108, 9, 108, 4, 109, 9, 109, 4, 110, 9, 110, 4, 111, 9, 111, 4, 112, 9, 112, 4, 113, 9, 113, 4, 114, 9, 114, 4, 115, 9, 115, 4, 116, 9, 116, 4, 117, 9, 117, 4, 118, 9, 118, 4, 119, 9, 119, 4, 120, 9, 120, 4, 121, 9, 121, 4, 122, 9, 122, 4, 123, 9, 123, 4, 124, 9, 124, 4, 125, 9, 125, 4, 126, 9, 126, 4, 127, 9, 127, 4, 128, 9, 128, 4, 129, 9, 129, 4, 130, 9, 130, 4, 131, 9, 131, 4, 132, 9, 132, 4, 133, 9, 133, 4, 134, 9, 134, 4, 135, 9, 135, 4, 136, 9, 136, 4, 137, 9, 137, 4, 138, 9, 138, 4, 139, 9, 139, 4, 140, 9, 140, 4, 141, 9, 141, 4, 142, 9, 142, 4, 143, 9, 143, 4, 144, 9, 144, 4, 145, 9, 145, 4, 146, 9, 146, 4, 147, 9, 147, 4, 148, 9, 148, 4, 149, 9, 149, 4, 150, 9, 150, 4, 151, 9, 151, 4, 152, 9, 152, 4, 153, 9, 153, 4, 154, 9, 154, 4, 155, 9, 155, 4, 156, 9, 156, 4, 157, 9, 157, 4, 158, 9, 158, 4, 159, 9, 159, 4, 160, 9, 160, 4, 161, 9, 161, 4, 162, 9, 162, 4, 163, 9, 163, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 4, 3, 4, 3, 5, 3, 5, 3, 6, 3, 6, 3, 7, 3, 7, 3, 8, 3, 8, 3, 9, 3, 9, 3, 10, 3, 10, 3, 11, 3, 11, 3, 11, 3, 12, 3, 12, 3, 12, 3, 12, 3, 13, 3, 13, 3, 14, 3, 14, 3, 15, 3, 15, 3, 15, 3, 16, 3, 16, 3, 17, 3, 17, 3, 18, 3, 18, 3, 19, 3, 19, 3, 20, 3, 20, 3, 21, 3, 21, 3, 21, 3, 22, 3, 22, 3, 22, 3, 23, 3, 23, 3, 24, 3, 24, 3, 25, 3, 25, 3, 26, 3, 26, 3, 27, 3, 27, 3, 27, 3, 28, 3, 28, 3, 28, 3, 29, 3, 29, 3, 29, 3, 30, 3, 30, 3, 30, 3, 31, 3, 31, 3, 32, 3, 32, 3, 32, 3, 33, 3, 33, 3, 33, 3, 34, 3, 34, 3, 35, 3, 35, 3, 35, 3, 36, 3, 36, 3, 36, 3, 37, 3, 37, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 5, 38, 439, 10, 38, 3, 39, 3, 39, 3, 39, 3, 39, 3, 39, 3, 39, 3, 39, 3, 39, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 43, 3, 43, 3, 43, 3, 43, 3, 43, 3, 43, 3, 44, 3, 44, 3, 44, 3, 44, 3, 44, 3, 44, 3, 44, 3, 45, 3, 45, 3, 45, 3, 45, 3, 45, 3, 45, 3, 45, 3, 45, 3, 45, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 50, 3, 50, 3, 50, 3, 50, 3, 50, 3, 50, 3, 50, 3, 50, 3, 50, 3, 50, 3, 51, 3, 51, 3, 51, 3, 51, 3, 51, 3, 52, 3, 52, 3, 52, 3, 52, 3, 52, 3, 52, 3, 53, 3, 53, 3, 53, 3, 53, 3, 53, 3, 53, 3, 54, 3, 54, 3, 54, 3, 54, 3, 54, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 5, 56, 594, 10, 56, 3, 57, 3, 57, 3, 57, 3, 58, 3, 58, 3, 58, 3, 58, 3, 58, 3, 59, 3, 59, 3, 59, 3, 59, 3, 59, 3, 59, 3, 60, 3, 60, 3, 60, 3, 61, 3, 61, 3, 61, 3, 61, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 3, 63, 3, 63, 3, 63, 3, 63, 3, 63, 3, 63, 3, 63, 3, 64, 3, 64, 3, 64, 3, 64, 3, 64, 3, 64, 3, 65, 3, 65, 3, 65, 3, 65, 3, 65, 3, 65, 3, 65, 3, 65, 3, 65, 3, 66, 3, 66, 3, 66, 3, 66, 3, 66, 3, 66, 3, 67, 3, 67, 3, 67, 3, 67, 3, 67, 3, 67, 3, 67, 3, 67, 3, 68, 3, 68, 3, 68, 3, 68, 3, 68, 3, 69, 3, 69, 3, 69, 3, 69, 3, 69, 3, 69, 3, 69, 3, 70, 3, 70, 3, 70, 3, 70, 3, 70, 3, 71, 3, 71, 3, 71, 3, 71, 3, 71, 3, 71, 3, 71, 3, 72, 3, 72, 3, 72, 3, 72, 3, 72, 3, 72, 3, 72, 3, 73, 3, 73, 3, 73, 3, 73, 3, 73, 3, 73, 3, 73, 3, 73, 3, 74, 3, 74, 3, 74, 3, 74, 3, 74, 3, 74, 3, 74, 3, 74, 3, 75, 3, 75, 3, 75, 3, 75, 3, 75, 3, 75, 3, 75, 3, 75, 3, 75, 3, 76, 3, 76, 3, 76, 3, 76, 3, 76, 3, 77, 3, 77, 3, 77, 3, 77, 3, 77, 3, 77, 3, 77, 3, 77, 3, 77, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 79, 3, 79, 3, 79, 3, 79, 3, 79, 3, 79, 3, 79, 3, 80, 3, 80, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 5, 81, 759, 10, 81, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 5, 82, 798, 10, 82, 3, 83, 3, 83, 3, 83, 3, 83, 3, 83, 3, 83, 3, 83, 3, 83, 3, 83, 5, 83, 809, 10, 83, 3, 84, 3, 84, 3, 84, 3, 84, 7, 84, 815, 10, 84, 12, 84, 14, 84, 818, 11, 84, 3, 84, 3, 84, 3, 84, 3, 85, 3, 85, 3, 85, 3, 85, 3, 85, 3, 85, 3, 85, 3, 85, 3, 85, 3, 85, 3, 86, 3, 86, 3, 86, 3, 86, 3, 86, 3, 86, 3, 86, 3, 86, 3, 86, 3, 86, 3, 86, 3, 87, 3, 87, 3, 87, 3, 87, 3, 87, 3, 87, 3, 87, 3, 87, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 5, 89, 865, 10, 89, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 92, 3, 92, 3, 92, 3, 92, 3, 92, 3, 92, 3, 92, 3, 92, 3, 93, 3, 93, 3, 93, 3, 93, 3, 94, 3, 94, 3, 94, 3, 94, 3, 94, 3, 94, 3, 95, 3, 95, 3, 95, 3, 95, 3, 95, 3, 95, 3, 96, 3, 96, 3, 96, 3, 96, 3, 96, 3, 96, 3, 96, 3, 97, 3, 97, 3, 97, 3, 97, 3, 97, 3, 97, 3, 97, 3, 98, 3, 98, 5, 98, 921, 10, 98, 3, 99, 3, 99, 3, 99, 5, 99, 926, 10, 99, 3, 100, 3, 100, 3, 100, 3, 100, 3, 100, 5, 100, 933, 10, 100, 3, 100, 7, 100, 936, 10, 100, 12, 100, 14, 100, 939, 11, 100, 3, 100, 3, 100, 6, 100, 943, 10, 100, 13, 100, 14, 100, 944, 3, 101, 7, 101, 948, 10, 101, 12, 101, 14, 101, 951, 11, 101, 3, 101, 3, 101, 6, 101, 955, 10, 101, 13, 101, 14, 101, 956, 3, 102, 3, 102, 3, 102, 3, 102, 3, 102, 5, 102, 964, 10, 102, 3, 102, 7, 102, 967, 10, 102, 12, 102, 14, 102, 970, 11, 102, 3, 102, 3, 102, 6, 102, 974, 10, 102, 13, 102, 14, 102, 975, 3, 103, 3, 103, 3, 103, 5, 103, 981, 10, 103, 3, 103, 3, 103, 3, 103, 5, 103, 986, 10, 103, 3, 104, 3, 104, 3, 104, 6, 104, 991, 10, 104, 13, 104, 14, 104, 992, 3, 104, 3, 104, 6, 104, 997, 10, 104, 13, 104, 14, 104, 998, 5, 104, 1001, 10, 104, 3, 105, 6, 105, 1004, 10, 105, 13, 105, 14, 105, 1005, 3, 106, 3, 106, 3, 106, 3, 106, 3, 106, 5, 106, 1013, 10, 106, 3, 106, 6, 106, 1016, 10, 106, 13, 106, 14, 106, 1017, 3, 107, 3, 107, 3, 108, 3, 108, 3, 109, 3, 109, 3, 110, 3, 110, 7, 110, 1028, 10, 110, 12, 110, 14, 110, 1031, 11, 110, 3, 110, 3, 110, 3, 111, 3, 111, 3, 112, 3, 112, 3, 113, 3, 113, 3, 113, 3, 113, 7, 113, 1043, 10, 113, 12, 113, 14, 113, 1046, 11, 113, 3, 113, 3, 113, 5, 113, 1050, 10, 113, 3, 113, 3, 113, 5, 113, 1054, 10, 113, 5, 113, 1056, 10, 113, 3, 113, 5, 113, 1059, 10, 113, 3, 114, 3, 114, 3, 114, 3, 114, 3, 114, 3, 114, 5, 114, 1067, 10, 114, 3, 114, 5, 114, 1070, 10, 114, 3, 114, 3, 114, 3, 115, 6, 115, 1075, 10, 115, 13, 115, 14, 115, 1076, 3, 115, 3, 115, 3, 116, 3, 116, 3, 116, 3, 116, 7, 116, 1085, 10, 116, 12, 116, 14, 116, 1088, 11, 116, 3, 116, 3, 116, 3, 117, 3, 117, 3, 117, 3, 117, 7, 117, 1096, 10, 117, 12, 117, 14, 117, 1099, 11, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 118, 3, 118, 3, 118, 3, 118, 3, 118, 3, 118, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 5, 119, 1662, 10, 119, 3, 120, 3, 120, 3, 121, 3, 121, 3, 122, 3, 122, 3, 123, 3, 123, 3, 124, 3, 124, 3, 125, 3, 125, 3, 126, 3, 126, 3, 127, 3, 127, 3, 128, 3, 128, 3, 128, 3, 129, 3, 129, 3, 129, 3, 130, 3, 130, 3, 131, 3, 131, 3, 132, 3, 132, 3, 133, 3, 133, 3, 134, 3, 134, 3, 135, 3, 135, 3, 136, 3, 136, 3, 136, 3, 137, 3, 137, 3, 137, 3, 138, 3, 138, 5, 138, 1706, 10, 138, 3, 139, 3, 139, 3, 139, 5, 139, 1711, 10, 139, 3, 140, 3, 140, 7, 140, 1715, 10, 140, 12, 140, 14, 140, 1718, 11, 140, 3, 140, 3, 140, 6, 140, 1722, 10, 140, 13, 140, 14, 140, 1723, 3, 141, 7, 141, 1727, 10, 141, 12, 141, 14, 141, 1730, 11, 141, 3, 141, 3, 141, 6, 141, 1734, 10, 141, 13, 141, 14, 141, 1735, 3, 142, 3, 142, 7, 142, 1740, 10, 142, 12, 142, 14, 142, 1743, 11, 142, 3, 142, 3, 142, 6, 142, 1747, 10, 142, 13, 142, 14, 142, 1748, 3, 143, 3, 143, 3, 143, 5, 143, 1754, 10, 143, 3, 144, 3, 144, 6, 144, 1758, 10, 144, 13, 144, 14, 144, 1759, 3, 145, 6, 145, 1763, 10, 145, 13, 145, 14, 145, 1764, 3, 146, 3, 146, 6, 146, 1769, 10, 146, 13, 146, 14, 146, 1770, 3, 147, 3, 147, 3, 148, 3, 148, 3, 149, 3, 149, 3, 150, 3, 150, 3, 150, 3, 150, 5, 150, 1783, 10, 150, 3, 150, 3, 150, 3, 151, 3, 151, 6, 151, 1789, 10, 151, 13, 151, 14, 151, 1790, 3, 152, 3, 152, 7, 152, 1795, 10, 152, 12, 152, 14, 152, 1798, 11, 152, 3, 153, 3, 153, 7, 153, 1802, 10, 153, 12, 153, 14, 153, 1805, 11, 153, 3, 154, 3, 154, 3, 155, 3, 155, 3, 156, 6, 156, 1812, 10, 156, 13, 156, 14, 156, 1813, 3, 156, 3, 156, 3, 157, 3, 157, 3, 157, 3, 157, 7, 157, 1822, 10, 157, 12, 157, 14, 157, 1825, 11, 157, 3, 157, 3, 157, 3, 158, 3, 158, 3, 158, 3, 158, 7, 158, 1833, 10, 158, 12, 158, 14, 158, 1836, 11, 158, 3, 158, 3, 158, 3, 158, 3, 158, 3, 158, 3, 159, 3, 159, 6, 159, 1845, 10, 159, 13, 159, 14, 159, 1846, 3, 159, 3, 159, 3, 159, 3, 160, 3, 160, 3, 160, 3, 160, 7, 160, 1856, 10, 160, 12, 160, 14, 160, 1859, 11, 160, 3, 160, 3, 160, 3, 160, 3, 161, 6, 161, 1865, 10, 161, 13, 161, 14, 161, 1866, 3, 161, 3, 161, 3, 162, 3, 162, 3, 162, 3, 162, 7, 162, 1875, 10, 162, 12, 162, 14, 162, 1878, 11, 162, 3, 162, 3, 162, 3, 163, 3, 163, 3, 163, 3, 163, 7, 163, 1886, 10, 163, 12, 163, 14, 163, 1889, 11, 163, 3, 163, 3, 163, 3, 163, 3, 163, 3, 163, 6, 816, 1097, 1834, 1887, 2, 164, 5, 4, 7, 5, 9, 6, 11, 7, 13, 8, 15, 9, 17, 10, 19, 11, 21, 12, 23, 13, 25, 14, 27, 15, 29, 16, 31, 17, 33, 18, 35, 19, 37, 20, 39, 21, 41, 22, 43, 23, 45, 24, 47, 25, 49, 26, 51, 27, 53, 28, 55, 29, 57, 30, 59, 31, 61, 32, 63, 33, 65, 34, 67, 35, 69, 36, 71, 37, 73, 38, 75, 39, 77, 40, 79, 41, 81, 42, 83, 43, 85, 44, 87, 45, 89, 46, 91, 47, 93, 48, 95, 49, 97, 50, 99, 51, 101, 52, 103, 53, 105, 54, 107, 55, 109, 56, 111, 57, 113, 58, 115, 59, 117, 60, 119, 61, 121, 62, 123, 63, 125, 64, 127, 65, 129, 66, 131, 67, 133, 68, 135, 69, 137, 70, 139, 71, 141, 72, 143, 73, 145, 74, 147, 75, 149, 76, 151, 77, 153, 78, 155, 79, 157, 80, 159, 81, 161, 82, 163, 83, 165, 84, 167, 85, 169, 86, 171, 87, 173, 88, 175, 89, 177, 90, 179, 91, 181, 92, 183, 93, 185, 94, 187, 95, 189, 96, 191, 97, 193, 98, 195, 99, 197, 100, 199, 101, 201, 102, 203, 103, 205, 104, 207, 105, 209, 106, 211, 107, 213, 108, 215, 2, 217, 2, 219, 2, 221, 109, 223, 2, 225, 2, 227, 110, 229, 111, 231, 112, 233, 113, 235, 114, 237, 115, 239, 116, 241, 117, 243, 118, 245, 119, 247, 120, 249, 121, 251, 122, 253, 123, 255, 124, 257, 125, 259, 126, 261, 127, 263, 128, 265, 129, 267, 130, 269, 131, 271, 132, 273, 133, 275, 134, 277, 135, 279, 136, 281, 137, 283, 138, 285, 139, 287, 140, 289, 141, 291, 142, 293, 143, 295, 2, 297, 2, 299, 2, 301, 144, 303, 145, 305, 146, 307, 147, 309, 2, 311, 2, 313, 148, 315, 149, 317, 150, 319, 151, 321, 152, 323, 153, 325, 154, 327, 155, 5, 2, 3, 4, 21, 4, 2, 117, 117, 119, 119, 7, 2, 100, 102, 107, 107, 110, 110, 117, 117, 121, 121, 4, 2, 68, 68, 100, 100, 3, 2, 50, 51, 3, 2, 50, 59, 5, 2, 50, 59, 67, 72, 99, 104, 5, 2, 67, 92, 97, 97, 99, 124, 6, 2, 50, 59, 67, 92, 97, 97, 99, 124, 3, 2, 36, 36, 3, 2, 124, 124, 4, 2, 114, 114, 117, 117, 4, 2, 111, 111, 119, 119, 7, 2, 36, 36, 41, 41, 104, 104, 112, 112, 116, 116, 4, 2, 50, 59, 99, 104, 3, 2, 41, 41, 6, 2, 11, 12, 15, 15, 34, 34, 162, 162, 4, 2, 12, 12, 15, 15, 4, 2, 45, 45, 47, 47, 7, 2, 47, 59, 67, 92, 94, 94, 97, 97, 99, 124, 2, 2132, 2, 5, 3, 2, 2, 2, 2, 7, 3, 2, 2, 2, 2, 9, 3, 2, 2, 2, 2, 11, 3, 2, 2, 2, 2, 13, 3, 2, 2, 2, 2, 15, 3, 2, 2, 2, 2, 17, 3, 2, 2, 2, 2, 19, 3, 2, 2, 2, 2, 21, 3, 2, 2, 2, 2, 23, 3, 2, 2, 2, 2, 25, 3, 2, 2, 2, 2, 27, 3, 2, 2, 2, 2, 29, 3, 2, 2, 2, 2, 31, 3, 2, 2, 2, 2, 33, 3, 2, 2, 2, 2, 35, 3, 2, 2, 2, 2, 37, 3, 2, 2, 2, 2, 39, 3, 2, 2, 2, 2, 41, 3, 2, 2, 2, 2, 43, 3, 2, 2, 2, 2, 45, 3, 2, 2, 2, 2, 47, 3, 2, 2, 2, 2, 49, 3, 2, 2, 2, 2, 51, 3, 2, 2, 2, 2, 53, 3, 2, 2, 2, 2, 55, 3, 2, 2, 2, 2, 57, 3, 2, 2, 2, 2, 59, 3, 2, 2, 2, 2, 61, 3, 2, 2, 2, 2, 63, 3, 2, 2, 2, 2, 65, 3, 2, 2, 2, 2, 67, 3, 2, 2, 2, 2, 69, 3, 2, 2, 2, 2, 71, 3, 2, 2, 2, 2, 73, 3, 2, 2, 2, 2, 75, 3, 2, 2, 2, 2, 77, 3, 2, 2, 2, 2, 79, 3, 2, 2, 2, 2, 81, 3, 2, 2, 2, 2, 83, 3, 2, 2, 2, 2, 85, 3, 2, 2, 2, 2, 87, 3, 2, 2, 2, 2, 89, 3, 2, 2, 2, 2, 91, 3, 2, 2, 2, 2, 93, 3, 2, 2, 2, 2, 95, 3, 2, 2, 2, 2, 97, 3, 2, 2, 2, 2, 99, 3, 2, 2, 2, 2, 101, 3, 2, 2, 2, 2, 103, 3, 2, 2, 2, 2, 105, 3, 2, 2, 2, 2, 107, 3, 2, 2, 2, 2, 109, 3, 2, 2, 2, 2, 111, 3, 2, 2, 2, 2, 113, 3, 2, 2, 2, 2, 115, 3, 2, 2, 2, 2, 117, 3, 2, 2, 2, 2, 119, 3, 2, 2, 2, 2, 121, 3, 2, 2, 2, 2, 123, 3, 2, 2, 2, 2, 125, 3, 2, 2, 2, 2, 127, 3, 2, 2, 2, 2, 129, 3, 2, 2, 2, 2, 131, 3, 2, 2, 2, 2, 133, 3, 2, 2, 2, 2, 135, 3, 2, 2, 2, 2, 137, 3, 2, 2, 2, 2, 139, 3, 2, 2, 2, 2, 141, 3, 2, 2, 2, 2, 143, 3, 2, 2, 2, 2, 145, 3, 2, 2, 2, 2, 147, 3, 2, 2, 2, 2, 149, 3, 2, 2, 2, 2, 151, 3, 2, 2, 2, 2, 153, 3, 2, 2, 2, 2, 155, 3, 2, 2, 2, 2, 157, 3, 2, 2, 2, 2, 159, 3, 2, 2, 2, 2, 161, 3, 2, 2, 2, 2, 163, 3, 2, 2, 2, 2, 165, 3, 2, 2, 2, 2, 167, 3, 2, 2, 2, 2, 169, 3, 2, 2, 2, 2, 171, 3, 2, 2, 2, 2, 173, 3, 2, 2, 2, 2, 175, 3, 2, 2, 2, 2, 177, 3, 2, 2, 2, 2, 179, 3, 2, 2, 2, 2, 181, 3, 2, 2, 2, 2, 183, 3, 2, 2, 2, 2, 185, 3, 2, 2, 2, 2, 187, 3, 2, 2, 2, 2, 189, 3, 2, 2, 2, 2, 191, 3, 2, 2, 2, 2, 193, 3, 2, 2, 2, 2, 195, 3, 2, 2, 2, 2, 197, 3, 2, 2, 2, 2, 199, 3, 2, 2, 2, 2, 201, 3, 2, 2, 2, 2, 203, 3, 2, 2, 2, 2, 205, 3, 2, 2, 2, 2, 207, 3, 2, 2, 2, 2, 209, 3, 2, 2, 2, 2, 211, 3, 2, 2, 2, 2, 213, 3, 2, 2, 2, 2, 221, 3, 2, 2, 2, 2, 227, 3, 2, 2, 2, 2, 229, 3, 2, 2, 2, 2, 231, 3, 2, 2, 2, 2, 233, 3, 2, 2, 2, 2, 235, 3, 2, 2, 2, 3, 237, 3, 2, 2, 2, 3, 239, 3, 2, 2, 2, 3, 241, 3, 2, 2, 2, 3, 243, 3, 2, 2, 2, 3, 245, 3, 2, 2, 2, 3, 247, 3, 2, 2, 2, 3, 249, 3, 2, 2, 2, 3, 251, 3, 2, 2, 2, 3, 253, 3, 2, 2, 2, 3, 255, 3, 2, 2, 2, 3, 257, 3, 2, 2, 2, 3, 259, 3, 2, 2, 2, 3, 261, 3, 2, 2, 2, 3, 263, 3, 2, 2, 2, 3, 265, 3, 2, 2, 2, 3, 267, 3, 2, 2, 2, 3, 269, 3, 2, 2, 2, 3, 271, 3, 2, 2, 2, 3, 273, 3, 2, 2, 2, 3, 275, 3, 2, 2, 2, 3, 277, 3, 2, 2, 2, 3, 279, 3, 2, 2, 2, 3, 281, 3, 2, 2, 2, 3, 283, 3, 2, 2, 2, 3, 285, 3, 2, 2, 2, 3, 287, 3, 2, 2, 2, 3, 289, 3, 2, 2, 2, 3, 291, 3, 2, 2, 2, 3, 293, 3, 2, 2, 2, 3, 301, 3, 2, 2, 2, 3, 303, 3, 2, 2, 2, 3, 305, 3, 2, 2, 2, 3, 307, 3, 2, 2, 2, 3, 313, 3, 2, 2, 2, 3, 315, 3, 2, 2, 2, 3, 317, 3, 2, 2, 2, 4, 319, 3, 2, 2, 2, 4, 321, 3, 2, 2, 2, 4, 323, 3, 2, 2, 2, 4, 325, 3, 2, 2, 2, 4, 327, 3, 2, 2, 2, 5, 329, 3, 2, 2, 2, 7, 332, 3, 2, 2, 2, 9, 334, 3, 2, 2, 2, 11, 336, 3, 2, 2, 2, 13, 338, 3, 2, 2, 2, 15, 340, 3, 2, 2, 2, 17, 342, 3, 2, 2, 2, 19, 344, 3, 2, 2, 2, 21, 346, 3, 2, 2, 2, 23, 348, 3, 2, 2, 2, 25, 351, 3, 2, 2, 2, 27, 355, 3, 2, 2, 2, 29, 357, 3, 2, 2, 2, 31, 359, 3, 2, 2, 2, 33, 362, 3, 2, 2, 2, 35, 364, 3, 2, 2, 2, 37, 366, 3, 2, 2, 2, 39, 368, 3, 2, 2, 2, 41, 370, 3, 2, 2, 2, 43, 372, 3, 2, 2, 2, 45, 375, 3, 2, 2, 2, 47, 378, 3, 2, 2, 2, 49, 380, 3, 2, 2, 2, 51, 382, 3, 2, 2, 2, 53, 384, 3, 2, 2, 2, 55, 386, 3, 2, 2, 2, 57, 389, 3, 2, 2, 2, 59, 392, 3, 2, 2, 2, 61, 395, 3, 2, 2, 2, 63, 398, 3, 2, 2, 2, 65, 400, 3, 2, 2, 2, 67, 403, 3, 2, 2, 2, 69, 406, 3, 2, 2, 2, 71, 408, 3, 2, 2, 2, 73, 411, 3, 2, 2, 2, 75, 414, 3, 2, 2, 2, 77, 438, 3, 2, 2, 2, 79, 440, 3, 2, 2, 2, 81, 448, 3, 2, 2, 2, 83, 454, 3, 2, 2, 2, 85, 461, 3, 2, 2, 2, 87, 468, 3, 2, 2, 2, 89, 474, 3, 2, 2, 2, 91, 481, 3, 2, 2, 2, 93, 490, 3, 2, 2, 2, 95, 497, 3, 2, 2, 2, 97, 507, 3, 2, 2, 2, 99, 516, 3, 2, 2, 2, 101, 529, 3, 2, 2, 2, 103, 539, 3, 2, 2, 2, 105, 544, 3, 2, 2, 2, 107, 550, 3, 2, 2, 2, 109, 556, 3, 2, 2, 2, 111, 561, 3, 2, 2, 2, 113, 593, 3, 2, 2, 2, 115, 595, 3, 2, 2, 2, 117, 598, 3, 2, 2, 2, 119, 603, 3, 2, 2, 2, 121, 609, 3, 2, 2, 2, 123, 612, 3, 2, 2, 2, 125, 616, 3, 2, 2, 2, 127, 623, 3, 2, 2, 2, 129, 630, 3, 2, 2, 2, 131, 636, 3, 2, 2, 2, 133, 645, 3, 2, 2, 2, 135, 651, 3, 2, 2, 2, 137, 659, 3, 2, 2, 2, 139, 664, 3, 2, 2, 2, 141, 671, 3, 2, 2, 2, 143, 676, 3, 2, 2, 2, 145, 683, 3, 2, 2, 2, 147, 690, 3, 2, 2, 2, 149, 698, 3, 2, 2, 2, 151, 706, 3, 2, 2, 2, 153, 715, 3, 2, 2, 2, 155, 720, 3, 2, 2, 2, 157, 729, 3, 2, 2, 2, 159, 735, 3, 2, 2, 2, 161, 742, 3, 2, 2, 2, 163, 758, 3, 2, 2, 2, 165, 797, 3, 2, 2, 2, 167, 808, 3, 2, 2, 2, 169, 810, 3, 2, 2, 2, 171, 822, 3, 2, 2, 2, 173, 832, 3, 2, 2, 2, 175, 843, 3, 2, 2, 2, 177, 851, 3, 2, 2, 2, 179, 864, 3, 2, 2, 2, 181, 866, 3, 2, 2, 2, 183, 873, 3, 2, 2, 2, 185, 880, 3, 2, 2, 2, 187, 888, 3, 2, 2, 2, 189, 892, 3, 2, 2, 2, 191, 898, 3, 2, 2, 2, 193, 904, 3, 2, 2, 2, 195, 911, 3, 2, 2, 2, 197, 920, 3, 2, 2, 2, 199, 925, 3, 2, 2, 2, 201, 932, 3, 2, 2, 2, 203, 949, 3, 2, 2, 2, 205, 963, 3, 2, 2, 2, 207, 980, 3, 2, 2, 2, 209, 1000, 3, 2, 2, 2, 211, 1003, 3, 2, 2, 2, 213, 1012, 3, 2, 2, 2, 215, 1019, 3, 2, 2, 2, 217, 1021, 3, 2, 2, 2, 219, 1023, 3, 2, 2, 2, 221, 1025, 3, 2, 2, 2, 223, 1034, 3, 2, 2, 2, 225, 1036, 3, 2, 2, 2, 227, 1038, 3, 2, 2, 2, 229, 1060, 3, 2, 2, 2, 231, 1074, 3, 2, 2, 2, 233, 1080, 3, 2, 2, 2, 235, 1091, 3, 2, 2, 2, 237, 1105, 3, 2, 2, 2, 239, 1661, 3, 2, 2, 2, 241, 1663, 3, 2, 2, 2, 243, 1665, 3, 2, 2, 2, 245, 1667, 3, 2, 2, 2, 247, 1669, 3, 2, 2, 2, 249, 1671, 3, 2, 2, 2, 251, 1673, 3, 2, 2, 2, 253, 1675, 3, 2, 2, 2, 255, 1677, 3, 2, 2, 2, 257, 1679, 3, 2, 2, 2, 259, 1682, 3, 2, 2, 2, 261, 1685, 3, 2, 2, 2, 263, 1687, 3, 2, 2, 2, 265, 1689, 3, 2, 2, 2, 267, 1691, 3, 2, 2, 2, 269, 1693, 3, 2, 2, 2, 271, 1695, 3, 2, 2, 2, 273, 1697, 3, 2, 2, 2, 275, 1700, 3, 2, 2, 2, 277, 1705, 3, 2, 2, 2, 279, 1710, 3, 2, 2, 2, 281, 1712, 3, 2, 2, 2, 283, 1728, 3, 2, 2, 2, 285, 1737, 3, 2, 2, 2, 287, 1753, 3, 2, 2, 2, 289, 1755, 3, 2, 2, 2, 291, 1762, 3, 2, 2, 2, 293, 1766, 3, 2, 2, 2, 295, 1772, 3, 2, 2, 2, 297, 1774, 3, 2, 2, 2, 299, 1776, 3, 2, 2, 2, 301, 1778, 3, 2, 2, 2, 303, 1786, 3, 2, 2, 2, 305, 1792, 3, 2, 2, 2, 307, 1799, 3, 2, 2, 2, 309, 1806, 3, 2, 2, 2, 311, 1808, 3, 2, 2, 2, 313, 1811, 3, 2, 2, 2, 315, 1817, 3, 2, 2, 2, 317, 1828, 3, 2, 2, 2, 319, 1842, 3, 2, 2, 2, 321, 1851, 3, 2, 2, 2, 323, 1864, 3, 2, 2, 2, 325, 1870, 3, 2, 2, 2, 327, 1881, 3, 2, 2, 2, 329, 330, 7, 125, 2, 2, 330, 331, 8, 2, 2, 2, 331, 6, 3, 2, 2, 2, 332, 333, 7, 127, 2, 2, 333, 8, 3, 2, 2, 2, 334, 335, 7, 93, 2, 2, 335, 10, 3, 2, 2, 2, 336, 337, 7, 95, 2, 2, 337, 12, 3, 2, 2, 2, 338, 339, 7, 42, 2, 2, 339, 14, 3, 2, 2, 2, 340, 341, 7, 43, 2, 2, 341, 16, 3, 2, 2, 2, 342, 343, 7, 61, 2, 2, 343, 18, 3, 2, 2, 2, 344, 345, 7, 60, 2, 2, 345, 20, 3, 2, 2, 2, 346, 347, 7, 46, 2, 2, 347, 22, 3, 2, 2, 2, 348, 349, 7, 48, 2, 2, 349, 350, 7, 48, 2, 2, 350, 24, 3, 2, 2, 2, 351, 352, 7, 48, 2, 2, 352, 353, 7, 48, 2, 2, 353, 354, 7, 48, 2, 2, 354, 26, 3, 2, 2, 2, 355, 356, 7, 65, 2, 2, 356, 28, 3, 2, 2, 2, 357, 358, 7, 48, 2, 2, 358, 30, 3, 2, 2, 2, 359, 360, 7, 47, 2, 2, 360, 361, 7, 64, 2, 2, 361, 32, 3, 2, 2, 2, 362, 363, 7, 45, 2, 2, 363, 34, 3, 2, 2, 2, 364, 365, 7, 47, 2, 2, 365, 36, 3, 2, 2, 2, 366, 367, 7, 44, 2, 2, 367, 38, 3, 2, 2, 2, 368, 369, 7, 49, 2, 2, 369, 40, 3, 2, 2, 2, 370, 371, 7, 39, 2, 2, 371, 42, 3, 2, 2, 2, 372, 373, 7, 45, 2, 2, 373, 374, 7, 45, 2, 2, 374, 44, 3, 2, 2, 2, 375, 376, 7, 47, 2, 2, 376, 377, 7, 47, 2, 2, 377, 46, 3, 2, 2, 2, 378, 379, 7, 40, 2, 2, 379, 48, 3, 2, 2, 2, 380, 381, 7, 128, 2, 2, 381, 50, 3, 2, 2, 2, 382, 383, 7, 96, 2, 2, 383, 52, 3, 2, 2, 2, 384, 385, 7, 126, 2, 2, 385, 54, 3, 2, 2, 2, 386, 387, 7, 62, 2, 2, 387, 388, 7, 62, 2, 2, 388, 56, 3, 2, 2, 2, 389, 390, 7, 64, 2, 2, 390, 391, 7, 64, 2, 2, 391, 58, 3, 2, 2, 2, 392, 393, 7, 63, 2, 2, 393, 394, 7, 63, 2, 2, 394, 60, 3, 2, 2, 2, 395, 396, 7, 35, 2, 2, 396, 397, 7, 63, 2, 2, 397, 62, 3, 2, 2, 2, 398, 399, 7, 62, 2, 2, 399, 64, 3, 2, 2, 2, 400, 401, 7, 62, 2, 2, 401, 402, 7, 63, 2, 2, 402, 66, 3, 2, 2, 2, 403, 404, 7, 64, 2, 2, 404, 405, 7, 63, 2, 2, 405, 68, 3, 2, 2, 2, 406, 407, 7, 64, 2, 2, 407, 70, 3, 2, 2, 2, 408, 409, 7, 40, 2, 2, 409, 410, 7, 40, 2, 2, 410, 72, 3, 2, 2, 2, 411, 412, 7, 126, 2, 2, 412, 413, 7, 126, 2, 2, 413, 74, 3, 2, 2, 2, 414, 415, 7, 63, 2, 2, 415, 76, 3, 2, 2, 2, 416, 417, 7, 45, 2, 2, 417, 439, 7, 63, 2, 2, 418, 419, 7, 47, 2, 2, 419, 439, 7, 63, 2, 2, 420, 421, 7, 44, 2, 2, 421, 439, 7, 63, 2, 2, 422, 423, 7, 49, 2, 2, 423, 439, 7, 63, 2, 2, 424, 425, 7, 39, 2, 2, 425, 439, 7, 63, 2, 2, 426, 427, 7, 62, 2, 2, 427, 428, 7, 62, 2, 2, 428, 439, 7, 63, 2, 2, 429, 430, 7, 64, 2, 2, 430, 431, 7, 64, 2, 2, 431, 439, 7, 63, 2, 2, 432, 433, 7, 40, 2, 2, 433, 439, 7, 63, 2, 2, 434, 435, 7, 126, 2, 2, 435, 439, 7, 63, 2, 2, 436, 437, 7, 96, 2, 2, 437, 439, 7, 63, 2, 2, 438, 416, 3, 2, 2, 2, 438, 418, 3, 2, 2, 2, 438, 420, 3, 2, 2, 2, 438, 422, 3, 2, 2, 2, 438, 424, 3, 2, 2, 2, 438, 426, 3, 2, 2, 2, 438, 429, 3, 2, 2, 2, 438, 432, 3, 2, 2, 2, 438, 434, 3, 2, 2, 2, 438, 436, 3, 2, 2, 2, 439, 78, 3, 2, 2, 2, 440, 441, 7, 118, 2, 2, 441, 442, 7, 123, 2, 2, 442, 443, 7, 114, 2, 2, 443, 444, 7, 103, 2, 2, 444, 445, 7, 102, 2, 2, 445, 446, 7, 103, 2, 2, 446, 447, 7, 104, 2, 2, 447, 80, 3, 2, 2, 2, 448, 449, 7, 101, 2, 2, 449, 450, 7, 113, 2, 2, 450, 451, 7, 112, 2, 2, 451, 452, 7, 117, 2, 2, 452, 453, 7, 118, 2, 2, 453, 82, 3, 2, 2, 2, 454, 455, 7, 103, 2, 2, 455, 456, 7, 122, 2, 2, 456, 457, 7, 118, 2, 2, 457, 458, 7, 103, 2, 2, 458, 459, 7, 116, 2, 2, 459, 460, 7, 112, 2, 2, 460, 84, 3, 2, 2, 2, 461, 462, 7, 103, 2, 2, 462, 463, 7, 122, 2, 2, 463, 464, 7, 114, 2, 2, 464, 465, 7, 113, 2, 2, 465, 466, 7, 116, 2, 2, 466, 467, 7, 118, 2, 2, 467, 86, 3, 2, 2, 2, 468, 469, 7, 99, 2, 2, 469, 470, 7, 110, 2, 2, 470, 471, 7, 107, 2, 2, 471, 472, 7, 105, 2, 2, 472, 473, 7, 112, 2, 2, 473, 88, 3, 2, 2, 2, 474, 475, 7, 107, 2, 2, 475, 476, 7, 112, 2, 2, 476, 477, 7, 110, 2, 2, 477, 478, 7, 107, 2, 2, 478, 479, 7, 112, 2, 2, 479, 480, 7, 103, 2, 2, 480, 90, 3, 2, 2, 2, 481, 482, 7, 120, 2, 2, 482, 483, 7, 113, 2, 2, 483, 484, 7, 110, 2, 2, 484, 485, 7, 99, 2, 2, 485, 486, 7, 118, 2, 2, 486, 487, 7, 107, 2, 2, 487, 488, 7, 110, 2, 2, 488, 489, 7, 103, 2, 2, 489, 92, 3, 2, 2, 2, 490, 491, 7, 117, 2, 2, 491, 492, 7, 118, 2, 2, 492, 493, 7, 99, 2, 2, 493, 494, 7, 118, 2, 2, 494, 495, 7, 107, 2, 2, 495, 496, 7, 101, 2, 2, 496, 94, 3, 2, 2, 2, 497, 498, 7, 107, 2, 2, 498, 499, 7, 112, 2, 2, 499, 500, 7, 118, 2, 2, 500, 501, 7, 103, 2, 2, 501, 502, 7, 116, 2, 2, 502, 503, 7, 116, 2, 2, 503, 504, 7, 119, 2, 2, 504, 505, 7, 114, 2, 2, 505, 506, 7, 118, 2, 2, 506, 96, 3, 2, 2, 2, 507, 508, 7, 116, 2, 2, 508, 509, 7, 103, 2, 2, 509, 510, 7, 105, 2, 2, 510, 511, 7, 107, 2, 2, 511, 512, 7, 117, 2, 2, 512, 513, 7, 118, 2, 2, 513, 514, 7, 103, 2, 2, 514, 515, 7, 116, 2, 2, 515, 98, 3, 2, 2, 2, 516, 517, 7, 97, 2, 2, 517, 518, 7, 97, 2, 2, 518, 519, 7, 124, 2, 2, 519, 520, 7, 114, 2, 2, 520, 521, 7, 97, 2, 2, 521, 522, 7, 116, 2, 2, 522, 523, 7, 103, 2, 2, 523, 524, 7, 117, 2, 2, 524, 525, 7, 103, 2, 2, 525, 526, 7, 116, 2, 2, 526, 527, 7, 120, 2, 2, 527, 528, 7, 103, 2, 2, 528, 100, 3, 2, 2, 2, 529, 530, 7, 97, 2, 2, 530, 531, 7, 97, 2, 2, 531, 532, 7, 99, 2, 2, 532, 533, 7, 102, 2, 2, 533, 534, 7, 102, 2, 2, 534, 535, 7, 116, 2, 2, 535, 536, 7, 103, 2, 2, 536, 537, 7, 117, 2, 2, 537, 538, 7, 117, 2, 2, 538, 102, 3, 2, 2, 2, 539, 540, 7, 97, 2, 2, 540, 541, 7, 97, 2, 2, 541, 542, 7, 124, 2, 2, 542, 543, 7, 114, 2, 2, 543, 104, 3, 2, 2, 2, 544, 545, 7, 97, 2, 2, 545, 546, 7, 97, 2, 2, 546, 547, 7, 111, 2, 2, 547, 548, 7, 103, 2, 2, 548, 549, 7, 111, 2, 2, 549, 106, 3, 2, 2, 2, 550, 551, 7, 97, 2, 2, 551, 552, 7, 97, 2, 2, 552, 553, 7, 117, 2, 2, 553, 554, 7, 117, 2, 2, 554, 555, 7, 99, 2, 2, 555, 108, 3, 2, 2, 2, 556, 557, 7, 97, 2, 2, 557, 558, 7, 97, 2, 2, 558, 559, 7, 111, 2, 2, 559, 560, 7, 99, 2, 2, 560, 110, 3, 2, 2, 2, 561, 562, 7, 97, 2, 2, 562, 563, 7, 97, 2, 2, 563, 564, 7, 107, 2, 2, 564, 565, 7, 112, 2, 2, 565, 566, 7, 118, 2, 2, 566, 567, 7, 116, 2, 2, 567, 568, 7, 107, 2, 2, 568, 569, 7, 112, 2, 2, 569, 570, 7, 117, 2, 2, 570, 571, 7, 107, 2, 2, 571, 572, 7, 101, 2, 2, 572, 112, 3, 2, 2, 2, 573, 574, 7, 97, 2, 2, 574, 575, 7, 97, 2, 2, 575, 576, 7, 117, 2, 2, 576, 577, 7, 118, 2, 2, 577, 578, 7, 99, 2, 2, 578, 579, 7, 101, 2, 2, 579, 580, 7, 109, 2, 2, 580, 581, 7, 101, 2, 2, 581, 582, 7, 99, 2, 2, 582, 583, 7, 110, 2, 2, 583, 594, 7, 110, 2, 2, 584, 585, 7, 97, 2, 2, 585, 586, 7, 97, 2, 2, 586, 587, 7, 114, 2, 2, 587, 588, 7, 106, 2, 2, 588, 589, 7, 107, 2, 2, 589, 590, 7, 101, 2, 2, 590, 591, 7, 99, 2, 2, 591, 592, 7, 110, 2, 2, 592, 594, 7, 110, 2, 2, 593, 573, 3, 2, 2, 2, 593, 584, 3, 2, 2, 2, 594, 114, 3, 2, 2, 2, 595, 596, 7, 107, 2, 2, 596, 597, 7, 104, 2, 2, 597, 116, 3, 2, 2, 2, 598, 599, 7, 103, 2, 2, 599, 600, 7, 110, 2, 2, 600, 601, 7, 117, 2, 2, 601, 602, 7, 103, 2, 2, 602, 118, 3, 2, 2, 2, 603, 604, 7, 121, 2, 2, 604, 605, 7, 106, 2, 2, 605, 606, 7, 107, 2, 2, 606, 607, 7, 110, 2, 2, 607, 608, 7, 103, 2, 2, 608, 120, 3, 2, 2, 2, 609, 610, 7, 102, 2, 2, 610, 611, 7, 113, 2, 2, 611, 122, 3, 2, 2, 2, 612, 613, 7, 104, 2, 2, 613, 614, 7, 113, 2, 2, 614, 615, 7, 116, 2, 2, 615, 124, 3, 2, 2, 2, 616, 617, 7, 117, 2, 2, 617, 618, 7, 121, 2, 2, 618, 619, 7, 107, 2, 2, 619, 620, 7, 118, 2, 2, 620, 621, 7, 101, 2, 2, 621, 622, 7, 106, 2, 2, 622, 126, 3, 2, 2, 2, 623, 624, 7, 116, 2, 2, 624, 625, 7, 103, 2, 2, 625, 626, 7, 118, 2, 2, 626, 627, 7, 119, 2, 2, 627, 628, 7, 116, 2, 2, 628, 629, 7, 112, 2, 2, 629, 128, 3, 2, 2, 2, 630, 631, 7, 100, 2, 2, 631, 632, 7, 116, 2, 2, 632, 633, 7, 103, 2, 2, 633, 634, 7, 99, 2, 2, 634, 635, 7, 109, 2, 2, 635, 130, 3, 2, 2, 2, 636, 637, 7, 101, 2, 2, 637, 638, 7, 113, 2, 2, 638, 639, 7, 112, 2, 2, 639, 640, 7, 118, 2, 2, 640, 641, 7, 107, 2, 2, 641, 642, 7, 112, 2, 2, 642, 643, 7, 119, 2, 2, 643, 644, 7, 103, 2, 2, 644, 132, 3, 2, 2, 2, 645, 646, 7, 99, 2, 2, 646, 647, 7, 117, 2, 2, 647, 648, 7, 111, 2, 2, 648, 649, 3, 2, 2, 2, 649, 650, 8, 66, 3, 2, 650, 134, 3, 2, 2, 2, 651, 652, 7, 102, 2, 2, 652, 653, 7, 103, 2, 2, 653, 654, 7, 104, 2, 2, 654, 655, 7, 99, 2, 2, 655, 656, 7, 119, 2, 2, 656, 657, 7, 110, 2, 2, 657, 658, 7, 118, 2, 2, 658, 136, 3, 2, 2, 2, 659, 660, 7, 101, 2, 2, 660, 661, 7, 99, 2, 2, 661, 662, 7, 117, 2, 2, 662, 663, 7, 103, 2, 2, 663, 138, 3, 2, 2, 2, 664, 665, 7, 117, 2, 2, 665, 666, 7, 118, 2, 2, 666, 667, 7, 116, 2, 2, 667, 668, 7, 119, 2, 2, 668, 669, 7, 101, 2, 2, 669, 670, 7, 118, 2, 2, 670, 140, 3, 2, 2, 2, 671, 672, 7, 103, 2, 2, 672, 673, 7, 112, 2, 2, 673, 674, 7, 119, 2, 2, 674, 675, 7, 111, 2, 2, 675, 142, 3, 2, 2, 2, 676, 677, 7, 117, 2, 2, 677, 678, 7, 107, 2, 2, 678, 679, 7, 124, 2, 2, 679, 680, 7, 103, 2, 2, 680, 681, 7, 113, 2, 2, 681, 682, 7, 104, 2, 2, 682, 144, 3, 2, 2, 2, 683, 684, 7, 118, 2, 2, 684, 685, 7, 123, 2, 2, 685, 686, 7, 114, 2, 2, 686, 687, 7, 103, 2, 2, 687, 688, 7, 107, 2, 2, 688, 689, 7, 102, 2, 2, 689, 146, 3, 2, 2, 2, 690, 691, 7, 102, 2, 2, 691, 692, 7, 103, 2, 2, 692, 693, 7, 104, 2, 2, 693, 694, 7, 107, 2, 2, 694, 695, 7, 112, 2, 2, 695, 696, 7, 103, 2, 2, 696, 697, 7, 102, 2, 2, 697, 148, 3, 2, 2, 2, 698, 699, 7, 109, 2, 2, 699, 700, 7, 107, 2, 2, 700, 701, 7, 101, 2, 2, 701, 702, 7, 109, 2, 2, 702, 703, 7, 99, 2, 2, 703, 704, 7, 117, 2, 2, 704, 705, 7, 111, 2, 2, 705, 150, 3, 2, 2, 2, 706, 707, 7, 116, 2, 2, 707, 708, 7, 103, 2, 2, 708, 709, 7, 117, 2, 2, 709, 710, 7, 113, 2, 2, 710, 711, 7, 119, 2, 2, 711, 712, 7, 116, 2, 2, 712, 713, 7, 101, 2, 2, 713, 714, 7, 103, 2, 2, 714, 152, 3, 2, 2, 2, 715, 716, 7, 119, 2, 2, 716, 717, 7, 117, 2, 2, 717, 718, 7, 103, 2, 2, 718, 719, 7, 117, 2, 2, 719, 154, 3, 2, 2, 2, 720, 721, 7, 101, 2, 2, 721, 722, 7, 110, 2, 2, 722, 723, 7, 113, 2, 2, 723, 724, 7, 100, 2, 2, 724, 725, 7, 100, 2, 2, 725, 726, 7, 103, 2, 2, 726, 727, 7, 116, 2, 2, 727, 728, 7, 117, 2, 2, 728, 156, 3, 2, 2, 2, 729, 730, 7, 100, 2, 2, 730, 731, 7, 123, 2, 2, 731, 732, 7, 118, 2, 2, 732, 733, 7, 103, 2, 2, 733, 734, 7, 117, 2, 2, 734, 158, 3, 2, 2, 2, 735, 736, 7, 101, 2, 2, 736, 737, 7, 123, 2, 2, 737, 738, 7, 101, 2, 2, 738, 739, 7, 110, 2, 2, 739, 740, 7, 103, 2, 2, 740, 741, 7, 117, 2, 2, 741, 160, 3, 2, 2, 2, 742, 743, 7, 35, 2, 2, 743, 162, 3, 2, 2, 2, 744, 745, 7, 117, 2, 2, 745, 746, 7, 107, 2, 2, 746, 747, 7, 105, 2, 2, 747, 748, 7, 112, 2, 2, 748, 749, 7, 103, 2, 2, 749, 759, 7, 102, 2, 2, 750, 751, 7, 119, 2, 2, 751, 752, 7, 112, 2, 2, 752, 753, 7, 117, 2, 2, 753, 754, 7, 107, 2, 2, 754, 755, 7, 105, 2, 2, 755, 756, 7, 112, 2, 2, 756, 757, 7, 103, 2, 2, 757, 759, 7, 102, 2, 2, 758, 744, 3, 2, 2, 2, 758, 750, 3, 2, 2, 2, 759, 164, 3, 2, 2, 2, 760, 761, 7, 100, 2, 2, 761, 762, 7, 123, 2, 2, 762, 763, 7, 118, 2, 2, 763, 798, 7, 103, 2, 2, 764, 765, 7, 121, 2, 2, 765, 766, 7, 113, 2, 2, 766, 767, 7, 116, 2, 2, 767, 798, 7, 102, 2, 2, 768, 769, 7, 102, 2, 2, 769, 770, 7, 121, 2, 2, 770, 771, 7, 113, 2, 2, 771, 772, 7, 116, 2, 2, 772, 798, 7, 102, 2, 2, 773, 774, 7, 100, 2, 2, 774, 775, 7, 113, 2, 2, 775, 776, 7, 113, 2, 2, 776, 798, 7, 110, 2, 2, 777, 778, 7, 101, 2, 2, 778, 779, 7, 106, 2, 2, 779, 780, 7, 99, 2, 2, 780, 798, 7, 116, 2, 2, 781, 782, 7, 117, 2, 2, 782, 783, 7, 106, 2, 2, 783, 784, 7, 113, 2, 2, 784, 785, 7, 116, 2, 2, 785, 798, 7, 118, 2, 2, 786, 787, 7, 107, 2, 2, 787, 788, 7, 112, 2, 2, 788, 798, 7, 118, 2, 2, 789, 790, 7, 110, 2, 2, 790, 791, 7, 113, 2, 2, 791, 792, 7, 112, 2, 2, 792, 798, 7, 105, 2, 2, 793, 794, 7, 120, 2, 2, 794, 795, 7, 113, 2, 2, 795, 796, 7, 107, 2, 2, 796, 798, 7, 102, 2, 2, 797, 760, 3, 2, 2, 2, 797, 764, 3, 2, 2, 2, 797, 768, 3, 2, 2, 2, 797, 773, 3, 2, 2, 2, 797, 777, 3, 2, 2, 2, 797, 781, 3, 2, 2, 2, 797, 786, 3, 2, 2, 2, 797, 789, 3, 2, 2, 2, 797, 793, 3, 2, 2, 2, 798, 166, 3, 2, 2, 2, 799, 800, 7, 118, 2, 2, 800, 801, 7, 116, 2, 2, 801, 802, 7, 119, 2, 2, 802, 809, 7, 103, 2, 2, 803, 804, 7, 104, 2, 2, 804, 805, 7, 99, 2, 2, 805, 806, 7, 110, 2, 2, 806, 807, 7, 117, 2, 2, 807, 809, 7, 103, 2, 2, 808, 799, 3, 2, 2, 2, 808, 803, 3, 2, 2, 2, 809, 168, 3, 2, 2, 2, 810, 811, 7, 125, 2, 2, 811, 812, 7, 125, 2, 2, 812, 816, 3, 2, 2, 2, 813, 815, 11, 2, 2, 2, 814, 813, 3, 2, 2, 2, 815, 818, 3, 2, 2, 2, 816, 817, 3, 2, 2, 2, 816, 814, 3, 2, 2, 2, 817, 819, 3, 2, 2, 2, 818, 816, 3, 2, 2, 2, 819, 820, 7, 127, 2, 2, 820, 821, 7, 127, 2, 2, 821, 170, 3, 2, 2, 2, 822, 823, 7, 37, 2, 2, 823, 824, 7, 107, 2, 2, 824, 825, 7, 111, 2, 2, 825, 826, 7, 114, 2, 2, 826, 827, 7, 113, 2, 2, 827, 828, 7, 116, 2, 2, 828, 829, 7, 118, 2, 2, 829, 830, 3, 2, 2, 2, 830, 831, 8, 85, 4, 2, 831, 172, 3, 2, 2, 2, 832, 833, 7, 37, 2, 2, 833, 834, 7, 107, 2, 2, 834, 835, 7, 112, 2, 2, 835, 836, 7, 101, 2, 2, 836, 837, 7, 110, 2, 2, 837, 838, 7, 119, 2, 2, 838, 839, 7, 102, 2, 2, 839, 840, 7, 103, 2, 2, 840, 841, 3, 2, 2, 2, 841, 842, 8, 86, 5, 2, 842, 174, 3, 2, 2, 2, 843, 844, 7, 37, 2, 2, 844, 845, 7, 114, 2, 2, 845, 846, 7, 116, 2, 2, 846, 847, 7, 99, 2, 2, 847, 848, 7, 105, 2, 2, 848, 849, 7, 111, 2, 2, 849, 850, 7, 99, 2, 2, 850, 176, 3, 2, 2, 2, 851, 852, 7, 37, 2, 2, 852, 853, 7, 102, 2, 2, 853, 854, 7, 103, 2, 2, 854, 855, 7, 104, 2, 2, 855, 856, 7, 107, 2, 2, 856, 857, 7, 112, 2, 2, 857, 858, 7, 103, 2, 2, 858, 178, 3, 2, 2, 2, 859, 860, 7, 94, 2, 2, 860, 865, 7, 12, 2, 2, 861, 862, 7, 94, 2, 2, 862, 863, 7, 15, 2, 2, 863, 865, 7, 12, 2, 2, 864, 859, 3, 2, 2, 2, 864, 861, 3, 2, 2, 2, 865, 180, 3, 2, 2, 2, 866, 867, 7, 37, 2, 2, 867, 868, 7, 119, 2, 2, 868, 869, 7, 112, 2, 2, 869, 870, 7, 102, 2, 2, 870, 871, 7, 103, 2, 2, 871, 872, 7, 104, 2, 2, 872, 182, 3, 2, 2, 2, 873, 874, 7, 37, 2, 2, 874, 875, 7, 107, 2, 2, 875, 876, 7, 104, 2, 2, 876, 877, 7, 102, 2, 2, 877, 878, 7, 103, 2, 2, 878, 879, 7, 104, 2, 2, 879, 184, 3, 2, 2, 2, 880, 881, 7, 37, 2, 2, 881, 882, 7, 107, 2, 2, 882, 883, 7, 104, 2, 2, 883, 884, 7, 112, 2, 2, 884, 885, 7, 102, 2, 2, 885, 886, 7, 103, 2, 2, 886, 887, 7, 104, 2, 2, 887, 186, 3, 2, 2, 2, 888, 889, 7, 37, 2, 2, 889, 890, 7, 107, 2, 2, 890, 891, 7, 104, 2, 2, 891, 188, 3, 2, 2, 2, 892, 893, 7, 37, 2, 2, 893, 894, 7, 103, 2, 2, 894, 895, 7, 110, 2, 2, 895, 896, 7, 107, 2, 2, 896, 897, 7, 104, 2, 2, 897, 190, 3, 2, 2, 2, 898, 899, 7, 37, 2, 2, 899, 900, 7, 103, 2, 2, 900, 901, 7, 110, 2, 2, 901, 902, 7, 117, 2, 2, 902, 903, 7, 103, 2, 2, 903, 192, 3, 2, 2, 2, 904, 905, 7, 37, 2, 2, 905, 906, 7, 103, 2, 2, 906, 907, 7, 112, 2, 2, 907, 908, 7, 102, 2, 2, 908, 909, 7, 107, 2, 2, 909, 910, 7, 104, 2, 2, 910, 194, 3, 2, 2, 2, 911, 912, 7, 37, 2, 2, 912, 913, 7, 103, 2, 2, 913, 914, 7, 116, 2, 2, 914, 915, 7, 116, 2, 2, 915, 916, 7, 113, 2, 2, 916, 917, 7, 116, 2, 2, 917, 196, 3, 2, 2, 2, 918, 921, 5, 199, 99, 2, 919, 921, 5, 207, 103, 2, 920, 918, 3, 2, 2, 2, 920, 919, 3, 2, 2, 2, 921, 198, 3, 2, 2, 2, 922, 926, 5, 201, 100, 2, 923, 926, 5, 203, 101, 2, 924, 926, 5, 205, 102, 2, 925, 922, 3, 2, 2, 2, 925, 923, 3, 2, 2, 2, 925, 924, 3, 2, 2, 2, 926, 200, 3, 2, 2, 2, 927, 933, 7, 39, 2, 2, 928, 929, 7, 50, 2, 2, 929, 933, 7, 100, 2, 2, 930, 931, 7, 50, 2, 2, 931, 933, 7, 68, 2, 2, 932, 927, 3, 2, 2, 2, 932, 928, 3, 2, 2, 2, 932, 930, 3, 2, 2, 2, 933, 937, 3, 2, 2, 2, 934, 936, 5, 215, 107, 2, 935, 934, 3, 2, 2, 2, 936, 939, 3, 2, 2, 2, 937, 935, 3, 2, 2, 2, 937, 938, 3, 2, 2, 2, 938, 940, 3, 2, 2, 2, 939, 937, 3, 2, 2, 2, 940, 942, 7, 48, 2, 2, 941, 943, 5, 215, 107, 2, 942, 941, 3, 2, 2, 2, 943, 944, 3, 2, 2, 2, 944, 942, 3, 2, 2, 2, 944, 945, 3, 2, 2, 2, 945, 202, 3, 2, 2, 2, 946, 948, 5, 217, 108, 2, 947, 946, 3, 2, 2, 2, 948, 951, 3, 2, 2, 2, 949, 947, 3, 2, 2, 2, 949, 950, 3, 2, 2, 2, 950, 952, 3, 2, 2, 2, 951, 949, 3, 2, 2, 2, 952, 954, 7, 48, 2, 2, 953, 955, 5, 217, 108, 2, 954, 953, 3, 2, 2, 2, 955, 956, 3, 2, 2, 2, 956, 954, 3, 2, 2, 2, 956, 957, 3, 2, 2, 2, 957, 204, 3, 2, 2, 2, 958, 964, 7, 38, 2, 2, 959, 960, 7, 50, 2, 2, 960, 964, 7, 122, 2, 2, 961, 962, 7, 50, 2, 2, 962, 964, 7, 90, 2, 2, 963, 958, 3, 2, 2, 2, 963, 959, 3, 2, 2, 2, 963, 961, 3, 2, 2, 2, 964, 968, 3, 2, 2, 2, 965, 967, 5, 219, 109, 2, 966, 965, 3, 2, 2, 2, 967, 970, 3, 2, 2, 2, 968, 966, 3, 2, 2, 2, 968, 969, 3, 2, 2, 2, 969, 971, 3, 2, 2, 2, 970, 968, 3, 2, 2, 2, 971, 973, 7, 48, 2, 2, 972, 974, 5, 219, 109, 2, 973, 972, 3, 2, 2, 2, 974, 975, 3, 2, 2, 2, 975, 973, 3, 2, 2, 2, 975, 976, 3, 2, 2, 2, 976, 206, 3, 2, 2, 2, 977, 981, 5, 211, 105, 2, 978, 981, 5, 213, 106, 2, 979, 981, 5, 209, 104, 2, 980, 977, 3, 2, 2, 2, 980, 978, 3, 2, 2, 2, 980, 979, 3, 2, 2, 2, 981, 985, 3, 2, 2, 2, 982, 983, 9, 2, 2, 2, 983, 986, 9, 3, 2, 2, 984, 986, 7, 110, 2, 2, 985, 982, 3, 2, 2, 2, 985, 984, 3, 2, 2, 2, 985, 986, 3, 2, 2, 2, 986, 208, 3, 2, 2, 2, 987, 988, 7, 50, 2, 2, 988, 990, 9, 4, 2, 2, 989, 991, 5, 215, 107, 2, 990, 989, 3, 2, 2, 2, 991, 992, 3, 2, 2, 2, 992, 990, 3, 2, 2, 2, 992, 993, 3, 2, 2, 2, 993, 1001, 3, 2, 2, 2, 994, 996, 7, 39, 2, 2, 995, 997, 5, 215, 107, 2, 996, 995, 3, 2, 2, 2, 997, 998, 3, 2, 2, 2, 998, 996, 3, 2, 2, 2, 998, 999, 3, 2, 2, 2, 999, 1001, 3, 2, 2, 2, 1000, 987, 3, 2, 2, 2, 1000, 994, 3, 2, 2, 2, 1001, 210, 3, 2, 2, 2, 1002, 1004, 5, 217, 108, 2, 1003, 1002, 3, 2, 2, 2, 1004, 1005, 3, 2, 2, 2, 1005, 1003, 3, 2, 2, 2, 1005, 1006, 3, 2, 2, 2, 1006, 212, 3, 2, 2, 2, 1007, 1013, 7, 38, 2, 2, 1008, 1009, 7, 50, 2, 2, 1009, 1013, 7, 122, 2, 2, 1010, 1011, 7, 50, 2, 2, 1011, 1013, 7, 90, 2, 2, 1012, 1007, 3, 2, 2, 2, 1012, 1008, 3, 2, 2, 2, 1012, 1010, 3, 2, 2, 2, 1013, 1015, 3, 2, 2, 2, 1014, 1016, 5, 219, 109, 2, 1015, 1014, 3, 2, 2, 2, 1016, 1017, 3, 2, 2, 2, 1017, 1015, 3, 2, 2, 2, 1017, 1018, 3, 2, 2, 2, 1018, 214, 3, 2, 2, 2, 1019, 1020, 9, 5, 2, 2, 1020, 216, 3, 2, 2, 2, 1021, 1022, 9, 6, 2, 2, 1022, 218, 3, 2, 2, 2, 1023, 1024, 9, 7, 2, 2, 1024, 220, 3, 2, 2, 2, 1025, 1029, 5, 223, 111, 2, 1026, 1028, 5, 225, 112, 2, 1027, 1026, 3, 2, 2, 2, 1028, 1031, 3, 2, 2, 2, 1029, 1027, 3, 2, 2, 2, 1029, 1030, 3, 2, 2, 2, 1030, 1032, 3, 2, 2, 2, 1031, 1029, 3, 2, 2, 2, 1032, 1033, 8, 110, 6, 2, 1033, 222, 3, 2, 2, 2, 1034, 1035, 9, 8, 2, 2, 1035, 224, 3, 2, 2, 2, 1036, 1037, 9, 9, 2, 2, 1037, 226, 3, 2, 2, 2, 1038, 1044, 7, 36, 2, 2, 1039, 1040, 7, 94, 2, 2, 1040, 1043, 7, 36, 2, 2, 1041, 1043, 10, 10, 2, 2, 1042, 1039, 3, 2, 2, 2, 1042, 1041, 3, 2, 2, 2, 1043, 1046, 3, 2, 2, 2, 1044, 1042, 3, 2, 2, 2, 1044, 1045, 3, 2, 2, 2, 1045, 1047, 3, 2, 2, 2, 1046, 1044, 3, 2, 2, 2, 1047, 1049, 7, 36, 2, 2, 1048, 1050, 9, 11, 2, 2, 1049, 1048, 3, 2, 2, 2, 1049, 1050, 3, 2, 2, 2, 1050, 1055, 3, 2, 2, 2, 1051, 1053, 9, 12, 2, 2, 1052, 1054, 9, 13, 2, 2, 1053, 1052, 3, 2, 2, 2, 1053, 1054, 3, 2, 2, 2, 1054, 1056, 3, 2, 2, 2, 1055, 1051, 3, 2, 2, 2, 1055, 1056, 3, 2, 2, 2, 1056, 1058, 3, 2, 2, 2, 1057, 1059, 9, 11, 2, 2, 1058, 1057, 3, 2, 2, 2, 1058, 1059, 3, 2, 2, 2, 1059, 228, 3, 2, 2, 2, 1060, 1069, 7, 41, 2, 2, 1061, 1066, 7, 94, 2, 2, 1062, 1067, 9, 14, 2, 2, 1063, 1064, 7, 122, 2, 2, 1064, 1065, 9, 15, 2, 2, 1065, 1067, 9, 15, 2, 2, 1066, 1062, 3, 2, 2, 2, 1066, 1063, 3, 2, 2, 2, 1067, 1070, 3, 2, 2, 2, 1068, 1070, 10, 16, 2, 2, 1069, 1061, 3, 2, 2, 2, 1069, 1068, 3, 2, 2, 2, 1070, 1071, 3, 2, 2, 2, 1071, 1072, 7, 41, 2, 2, 1072, 230, 3, 2, 2, 2, 1073, 1075, 9, 17, 2, 2, 1074, 1073, 3, 2, 2, 2, 1075, 1076, 3, 2, 2, 2, 1076, 1074, 3, 2, 2, 2, 1076, 1077, 3, 2, 2, 2, 1077, 1078, 3, 2, 2, 2, 1078, 1079, 8, 115, 7, 2, 1079, 232, 3, 2, 2, 2, 1080, 1081, 7, 49, 2, 2, 1081, 1082, 7, 49, 2, 2, 1082, 1086, 3, 2, 2, 2, 1083, 1085, 10, 18, 2, 2, 1084, 1083, 3, 2, 2, 2, 1085, 1088, 3, 2, 2, 2, 1086, 1084, 3, 2, 2, 2, 1086, 1087, 3, 2, 2, 2, 1087, 1089, 3, 2, 2, 2, 1088, 1086, 3, 2, 2, 2, 1089, 1090, 8, 116, 8, 2, 1090, 234, 3, 2, 2, 2, 1091, 1092, 7, 49, 2, 2, 1092, 1093, 7, 44, 2, 2, 1093, 1097, 3, 2, 2, 2, 1094, 1096, 11, 2, 2, 2, 1095, 1094, 3, 2, 2, 2, 1096, 1099, 3, 2, 2, 2, 1097, 1098, 3, 2, 2, 2, 1097, 1095, 3, 2, 2, 2, 1098, 1100, 3, 2, 2, 2, 1099, 1097, 3, 2, 2, 2, 1100, 1101, 7, 44, 2, 2, 1101, 1102, 7, 49, 2, 2, 1102, 1103, 3, 2, 2, 2, 1103, 1104, 8, 117, 8, 2, 1104, 236, 3, 2, 2, 2, 1105, 1106, 7, 48, 2, 2, 1106, 1107, 7, 100, 2, 2, 1107, 1108, 7, 123, 2, 2, 1108, 1109, 7, 118, 2, 2, 1109, 1110, 7, 103, 2, 2, 1110, 238, 3, 2, 2, 2, 1111, 1112, 7, 100, 2, 2, 1112, 1113, 7, 116, 2, 2, 1113, 1662, 7, 109, 2, 2, 1114, 1115, 7, 113, 2, 2, 1115, 1116, 7, 116, 2, 2, 1116, 1662, 7, 99, 2, 2, 1117, 1118, 7, 109, 2, 2, 1118, 1119, 7, 107, 2, 2, 1119, 1662, 7, 110, 2, 2, 1120, 1121, 7, 117, 2, 2, 1121, 1122, 7, 110, 2, 2, 1122, 1662, 7, 113, 2, 2, 1123, 1124, 7, 112, 2, 2, 1124, 1125, 7, 113, 2, 2, 1125, 1662, 7, 114, 2, 2, 1126, 1127, 7, 99, 2, 2, 1127, 1128, 7, 117, 2, 2, 1128, 1662, 7, 110, 2, 2, 1129, 1130, 7, 114, 2, 2, 1130, 1131, 7, 106, 2, 2, 1131, 1662, 7, 114, 2, 2, 1132, 1133, 7, 99, 2, 2, 1133, 1134, 7, 112, 2, 2, 1134, 1662, 7, 101, 2, 2, 1135, 1136, 7, 100, 2, 2, 1136, 1137, 7, 114, 2, 2, 1137, 1662, 7, 110, 2, 2, 1138, 1139, 7, 101, 2, 2, 1139, 1140, 7, 110, 2, 2, 1140, 1662, 7, 101, 2, 2, 1141, 1142, 7, 108, 2, 2, 1142, 1143, 7, 117, 2, 2, 1143, 1662, 7, 116, 2, 2, 1144, 1145, 7, 99, 2, 2, 1145, 1146, 7, 112, 2, 2, 1146, 1662, 7, 102, 2, 2, 1147, 1148, 7, 116, 2, 2, 1148, 1149, 7, 110, 2, 2, 1149, 1662, 7, 99, 2, 2, 1150, 1151, 7, 100, 2, 2, 1151, 1152, 7, 107, 2, 2, 1152, 1662, 7, 118, 2, 2, 1153, 1154, 7, 116, 2, 2, 1154, 1155, 7, 113, 2, 2, 1155, 1662, 7, 110, 2, 2, 1156, 1157, 7, 114, 2, 2, 1157, 1158, 7, 110, 2, 2, 1158, 1662, 7, 99, 2, 2, 1159, 1160, 7, 114, 2, 2, 1160, 1161, 7, 110, 2, 2, 1161, 1662, 7, 114, 2, 2, 1162, 1163, 7, 100, 2, 2, 1163, 1164, 7, 111, 2, 2, 1164, 1662, 7, 107, 2, 2, 1165, 1166, 7, 117, 2, 2, 1166, 1167, 7, 103, 2, 2, 1167, 1662, 7, 101, 2, 2, 1168, 1169, 7, 116, 2, 2, 1169, 1170, 7, 118, 2, 2, 1170, 1662, 7, 107, 2, 2, 1171, 1172, 7, 103, 2, 2, 1172, 1173, 7, 113, 2, 2, 1173, 1662, 7, 116, 2, 2, 1174, 1175, 7, 117, 2, 2, 1175, 1176, 7, 116, 2, 2, 1176, 1662, 7, 103, 2, 2, 1177, 1178, 7, 110, 2, 2, 1178, 1179, 7, 117, 2, 2, 1179, 1662, 7, 116, 2, 2, 1180, 1181, 7, 114, 2, 2, 1181, 1182, 7, 106, 2, 2, 1182, 1662, 7, 99, 2, 2, 1183, 1184, 7, 99, 2, 2, 1184, 1185, 7, 110, 2, 2, 1185, 1662, 7, 116, 2, 2, 1186, 1187, 7, 108, 2, 2, 1187, 1188, 7, 111, 2, 2, 1188, 1662, 7, 114, 2, 2, 1189, 1190, 7, 100, 2, 2, 1190, 1191, 7, 120, 2, 2, 1191, 1662, 7, 101, 2, 2, 1192, 1193, 7, 101, 2, 2, 1193, 1194, 7, 110, 2, 2, 1194, 1662, 7, 107, 2, 2, 1195, 1196, 7, 116, 2, 2, 1196, 1197, 7, 118, 2, 2, 1197, 1662, 7, 117, 2, 2, 1198, 1199, 7, 99, 2, 2, 1199, 1200, 7, 102, 2, 2, 1200, 1662, 7, 101, 2, 2, 1201, 1202, 7, 116, 2, 2, 1202, 1203, 7, 116, 2, 2, 1203, 1662, 7, 99, 2, 2, 1204, 1205, 7, 100, 2, 2, 1205, 1206, 7, 120, 2, 2, 1206, 1662, 7, 117, 2, 2, 1207, 1208, 7, 117, 2, 2, 1208, 1209, 7, 103, 2, 2, 1209, 1662, 7, 107, 2, 2, 1210, 1211, 7, 117, 2, 2, 1211, 1212, 7, 99, 2, 2, 1212, 1662, 7, 122, 2, 2, 1213, 1214, 7, 117, 2, 2, 1214, 1215, 7, 118, 2, 2, 1215, 1662, 7, 123, 2, 2, 1216, 1217, 7, 117, 2, 2, 1217, 1218, 7, 118, 2, 2, 1218, 1662, 7, 99, 2, 2, 1219, 1220, 7, 117, 2, 2, 1220, 1221, 7, 118, 2, 2, 1221, 1662, 7, 122, 2, 2, 1222, 1223, 7, 102, 2, 2, 1223, 1224, 7, 103, 2, 2, 1224, 1662, 7, 123, 2, 2, 1225, 1226, 7, 118, 2, 2, 1226, 1227, 7, 122, 2, 2, 1227, 1662, 7, 99, 2, 2, 1228, 1229, 7, 122, 2, 2, 1229, 1230, 7, 99, 2, 2, 1230, 1662, 7, 99, 2, 2, 1231, 1232, 7, 100, 2, 2, 1232, 1233, 7, 101, 2, 2, 1233, 1662, 7, 101, 2, 2, 1234, 1235, 7, 99, 2, 2, 1235, 1236, 7, 106, 2, 2, 1236, 1662, 7, 122, 2, 2, 1237, 1238, 7, 118, 2, 2, 1238, 1239, 7, 123, 2, 2, 1239, 1662, 7, 99, 2, 2, 1240, 1241, 7, 118, 2, 2, 1241, 1242, 7, 122, 2, 2, 1242, 1662, 7, 117, 2, 2, 1243, 1244, 7, 118, 2, 2, 1244, 1245, 7, 99, 2, 2, 1245, 1662, 7, 117, 2, 2, 1246, 1247, 7, 117, 2, 2, 1247, 1248, 7, 106, 2, 2, 1248, 1662, 7, 123, 2, 2, 1249, 1250, 7, 117, 2, 2, 1250, 1251, 7, 106, 2, 2, 1251, 1662, 7, 122, 2, 2, 1252, 1253, 7, 110, 2, 2, 1253, 1254, 7, 102, 2, 2, 1254, 1662, 7, 123, 2, 2, 1255, 1256, 7, 110, 2, 2, 1256, 1257, 7, 102, 2, 2, 1257, 1662, 7, 99, 2, 2, 1258, 1259, 7, 110, 2, 2, 1259, 1260, 7, 102, 2, 2, 1260, 1662, 7, 122, 2, 2, 1261, 1262, 7, 110, 2, 2, 1262, 1263, 7, 99, 2, 2, 1263, 1662, 7, 122, 2, 2, 1264, 1265, 7, 118, 2, 2, 1265, 1266, 7, 99, 2, 2, 1266, 1662, 7, 123, 2, 2, 1267, 1268, 7, 118, 2, 2, 1268, 1269, 7, 99, 2, 2, 1269, 1662, 7, 122, 2, 2, 1270, 1271, 7, 100, 2, 2, 1271, 1272, 7, 101, 2, 2, 1272, 1662, 7, 117, 2, 2, 1273, 1274, 7, 101, 2, 2, 1274, 1275, 7, 110, 2, 2, 1275, 1662, 7, 120, 2, 2, 1276, 1277, 7, 118, 2, 2, 1277, 1278, 7, 117, 2, 2, 1278, 1662, 7, 122, 2, 2, 1279, 1280, 7, 110, 2, 2, 1280, 1281, 7, 99, 2, 2, 1281, 1662, 7, 117, 2, 2, 1282, 1283, 7, 101, 2, 2, 1283, 1284, 7, 114, 2, 2, 1284, 1662, 7, 123, 2, 2, 1285, 1286, 7, 101, 2, 2, 1286, 1287, 7, 111, 2, 2, 1287, 1662, 7, 114, 2, 2, 1288, 1289, 7, 101, 2, 2, 1289, 1290, 7, 114, 2, 2, 1290, 1662, 7, 122, 2, 2, 1291, 1292, 7, 102, 2, 2, 1292, 1293, 7, 101, 2, 2, 1293, 1662, 7, 114, 2, 2, 1294, 1295, 7, 102, 2, 2, 1295, 1296, 7, 103, 2, 2, 1296, 1662, 7, 101, 2, 2, 1297, 1298, 7, 107, 2, 2, 1298, 1299, 7, 112, 2, 2, 1299, 1662, 7, 101, 2, 2, 1300, 1301, 7, 99, 2, 2, 1301, 1302, 7, 122, 2, 2, 1302, 1662, 7, 117, 2, 2, 1303, 1304, 7, 100, 2, 2, 1304, 1305, 7, 112, 2, 2, 1305, 1662, 7, 103, 2, 2, 1306, 1307, 7, 101, 2, 2, 1307, 1308, 7, 110, 2, 2, 1308, 1662, 7, 102, 2, 2, 1309, 1310, 7, 117, 2, 2, 1310, 1311, 7, 100, 2, 2, 1311, 1662, 7, 101, 2, 2, 1312, 1313, 7, 107, 2, 2, 1313, 1314, 7, 117, 2, 2, 1314, 1662, 7, 101, 2, 2, 1315, 1316, 7, 107, 2, 2, 1316, 1317, 7, 112, 2, 2, 1317, 1662, 7, 122, 2, 2, 1318, 1319, 7, 100, 2, 2, 1319, 1320, 7, 103, 2, 2, 1320, 1662, 7, 115, 2, 2, 1321, 1322, 7, 117, 2, 2, 1322, 1323, 7, 103, 2, 2, 1323, 1662, 7, 102, 2, 2, 1324, 1325, 7, 102, 2, 2, 1325, 1326, 7, 103, 2, 2, 1326, 1662, 7, 122, 2, 2, 1327, 1328, 7, 107, 2, 2, 1328, 1329, 7, 112, 2, 2, 1329, 1662, 7, 123, 2, 2, 1330, 1331, 7, 116, 2, 2, 1331, 1332, 7, 113, 2, 2, 1332, 1662, 7, 116, 2, 2, 1333, 1334, 7, 100, 2, 2, 1334, 1335, 7, 100, 2, 2, 1335, 1336, 7, 116, 2, 2, 1336, 1662, 7, 50, 2, 2, 1337, 1338, 7, 100, 2, 2, 1338, 1339, 7, 100, 2, 2, 1339, 1340, 7, 116, 2, 2, 1340, 1662, 7, 51, 2, 2, 1341, 1342, 7, 100, 2, 2, 1342, 1343, 7, 100, 2, 2, 1343, 1344, 7, 116, 2, 2, 1344, 1662, 7, 52, 2, 2, 1345, 1346, 7, 100, 2, 2, 1346, 1347, 7, 100, 2, 2, 1347, 1348, 7, 116, 2, 2, 1348, 1662, 7, 53, 2, 2, 1349, 1350, 7, 100, 2, 2, 1350, 1351, 7, 100, 2, 2, 1351, 1352, 7, 116, 2, 2, 1352, 1662, 7, 54, 2, 2, 1353, 1354, 7, 100, 2, 2, 1354, 1355, 7, 100, 2, 2, 1355, 1356, 7, 116, 2, 2, 1356, 1662, 7, 55, 2, 2, 1357, 1358, 7, 100, 2, 2, 1358, 1359, 7, 100, 2, 2, 1359, 1360, 7, 116, 2, 2, 1360, 1662, 7, 56, 2, 2, 1361, 1362, 7, 100, 2, 2, 1362, 1363, 7, 100, 2, 2, 1363, 1364, 7, 116, 2, 2, 1364, 1662, 7, 57, 2, 2, 1365, 1366, 7, 100, 2, 2, 1366, 1367, 7, 100, 2, 2, 1367, 1368, 7, 117, 2, 2, 1368, 1662, 7, 50, 2, 2, 1369, 1370, 7, 100, 2, 2, 1370, 1371, 7, 100, 2, 2, 1371, 1372, 7, 117, 2, 2, 1372, 1662, 7, 51, 2, 2, 1373, 1374, 7, 100, 2, 2, 1374, 1375, 7, 100, 2, 2, 1375, 1376, 7, 117, 2, 2, 1376, 1662, 7, 52, 2, 2, 1377, 1378, 7, 100, 2, 2, 1378, 1379, 7, 100, 2, 2, 1379, 1380, 7, 117, 2, 2, 1380, 1662, 7, 53, 2, 2, 1381, 1382, 7, 100, 2, 2, 1382, 1383, 7, 100, 2, 2, 1383, 1384, 7, 117, 2, 2, 1384, 1662, 7, 54, 2, 2, 1385, 1386, 7, 100, 2, 2, 1386, 1387, 7, 100, 2, 2, 1387, 1388, 7, 117, 2, 2, 1388, 1662, 7, 55, 2, 2, 1389, 1390, 7, 100, 2, 2, 1390, 1391, 7, 100, 2, 2, 1391, 1392, 7, 117, 2, 2, 1392, 1662, 7, 56, 2, 2, 1393, 1394, 7, 100, 2, 2, 1394, 1395, 7, 100, 2, 2, 1395, 1396, 7, 117, 2, 2, 1396, 1662, 7, 57, 2, 2, 1397, 1398, 7, 100, 2, 2, 1398, 1399, 7, 116, 2, 2, 1399, 1662, 7, 99, 2, 2, 1400, 1401, 7, 114, 2, 2, 1401, 1402, 7, 106, 2, 2, 1402, 1662, 7, 122, 2, 2, 1403, 1404, 7, 114, 2, 2, 1404, 1405, 7, 106, 2, 2, 1405, 1662, 7, 123, 2, 2, 1406, 1407, 7, 114, 2, 2, 1407, 1408, 7, 110, 2, 2, 1408, 1662, 7, 122, 2, 2, 1409, 1410, 7, 114, 2, 2, 1410, 1411, 7, 110, 2, 2, 1411, 1662, 7, 123, 2, 2, 1412, 1413, 7, 116, 2, 2, 1413, 1414, 7, 111, 2, 2, 1414, 1415, 7, 100, 2, 2, 1415, 1662, 7, 50, 2, 2, 1416, 1417, 7, 116, 2, 2, 1417, 1418, 7, 111, 2, 2, 1418, 1419, 7, 100, 2, 2, 1419, 1662, 7, 51, 2, 2, 1420, 1421, 7, 116, 2, 2, 1421, 1422, 7, 111, 2, 2, 1422, 1423, 7, 100, 2, 2, 1423, 1662, 7, 52, 2, 2, 1424, 1425, 7, 116, 2, 2, 1425, 1426, 7, 111, 2, 2, 1426, 1427, 7, 100, 2, 2, 1427, 1662, 7, 53, 2, 2, 1428, 1429, 7, 116, 2, 2, 1429, 1430, 7, 111, 2, 2, 1430, 1431, 7, 100, 2, 2, 1431, 1662, 7, 54, 2, 2, 1432, 1433, 7, 116, 2, 2, 1433, 1434, 7, 111, 2, 2, 1434, 1435, 7, 100, 2, 2, 1435, 1662, 7, 55, 2, 2, 1436, 1437, 7, 116, 2, 2, 1437, 1438, 7, 111, 2, 2, 1438, 1439, 7, 100, 2, 2, 1439, 1662, 7, 56, 2, 2, 1440, 1441, 7, 116, 2, 2, 1441, 1442, 7, 111, 2, 2, 1442, 1443, 7, 100, 2, 2, 1443, 1662, 7, 57, 2, 2, 1444, 1445, 7, 117, 2, 2, 1445, 1446, 7, 111, 2, 2, 1446, 1447, 7, 100, 2, 2, 1447, 1662, 7, 50, 2, 2, 1448, 1449, 7, 117, 2, 2, 1449, 1450, 7, 111, 2, 2, 1450, 1451, 7, 100, 2, 2, 1451, 1662, 7, 51, 2, 2, 1452, 1453, 7, 117, 2, 2, 1453, 1454, 7, 111, 2, 2, 1454, 1455, 7, 100, 2, 2, 1455, 1662, 7, 52, 2, 2, 1456, 1457, 7, 117, 2, 2, 1457, 1458, 7, 111, 2, 2, 1458, 1459, 7, 100, 2, 2, 1459, 1662, 7, 53, 2, 2, 1460, 1461, 7, 117, 2, 2, 1461, 1462, 7, 111, 2, 2, 1462, 1463, 7, 100, 2, 2, 1463, 1662, 7, 54, 2, 2, 1464, 1465, 7, 117, 2, 2, 1465, 1466, 7, 111, 2, 2, 1466, 1467, 7, 100, 2, 2, 1467, 1662, 7, 55, 2, 2, 1468, 1469, 7, 117, 2, 2, 1469, 1470, 7, 111, 2, 2, 1470, 1471, 7, 100, 2, 2, 1471, 1662, 7, 56, 2, 2, 1472, 1473, 7, 117, 2, 2, 1473, 1474, 7, 111, 2, 2, 1474, 1475, 7, 100, 2, 2, 1475, 1662, 7, 57, 2, 2, 1476, 1477, 7, 117, 2, 2, 1477, 1478, 7, 118, 2, 2, 1478, 1662, 7, 114, 2, 2, 1479, 1480, 7, 117, 2, 2, 1480, 1481, 7, 118, 2, 2, 1481, 1662, 7, 124, 2, 2, 1482, 1483, 7, 118, 2, 2, 1483, 1484, 7, 116, 2, 2, 1484, 1662, 7, 100, 2, 2, 1485, 1486, 7, 118, 2, 2, 1486, 1487, 7, 117, 2, 2, 1487, 1662, 7, 100, 2, 2, 1488, 1489, 7, 121, 2, 2, 1489, 1490, 7, 99, 2, 2, 1490, 1662, 7, 107, 2, 2, 1491, 1492, 7, 101, 2, 2, 1492, 1493, 7, 110, 2, 2, 1493, 1662, 7, 103, 2, 2, 1494, 1495, 7, 117, 2, 2, 1495, 1496, 7, 103, 2, 2, 1496, 1662, 7, 103, 2, 2, 1497, 1498, 7, 118, 2, 2, 1498, 1499, 7, 117, 2, 2, 1499, 1662, 7, 123, 2, 2, 1500, 1501, 7, 110, 2, 2, 1501, 1502, 7, 100, 2, 2, 1502, 1503, 7, 114, 2, 2, 1503, 1662, 7, 110, 2, 2, 1504, 1505, 7, 107, 2, 2, 1505, 1506, 7, 112, 2, 2, 1506, 1662, 7, 124, 2, 2, 1507, 1508, 7, 118, 2, 2, 1508, 1509, 7, 123, 2, 2, 1509, 1662, 7, 117, 2, 2, 1510, 1511, 7, 110, 2, 2, 1511, 1512, 7, 100, 2, 2, 1512, 1513, 7, 111, 2, 2, 1513, 1662, 7, 107, 2, 2, 1514, 1515, 7, 102, 2, 2, 1515, 1516, 7, 103, 2, 2, 1516, 1662, 7, 124, 2, 2, 1517, 1518, 7, 112, 2, 2, 1518, 1519, 7, 103, 2, 2, 1519, 1662, 7, 105, 2, 2, 1520, 1521, 7, 99, 2, 2, 1521, 1522, 7, 117, 2, 2, 1522, 1662, 7, 116, 2, 2, 1523, 1524, 7, 118, 2, 2, 1524, 1525, 7, 99, 2, 2, 1525, 1662, 7, 124, 2, 2, 1526, 1527, 7, 110, 2, 2, 1527, 1528, 7, 100, 2, 2, 1528, 1529, 7, 120, 2, 2, 1529, 1662, 7, 101, 2, 2, 1530, 1531, 7, 118, 2, 2, 1531, 1532, 7, 99, 2, 2, 1532, 1662, 7, 100, 2, 2, 1533, 1534, 7, 111, 2, 2, 1534, 1535, 7, 99, 2, 2, 1535, 1662, 7, 114, 2, 2, 1536, 1537, 7, 116, 2, 2, 1537, 1538, 7, 118, 2, 2, 1538, 1662, 7, 112, 2, 2, 1539, 1540, 7, 110, 2, 2, 1540, 1541, 7, 100, 2, 2, 1541, 1542, 7, 117, 2, 2, 1542, 1662, 7, 116, 2, 2, 1543, 1544, 7, 118, 2, 2, 1544, 1545, 7, 124, 2, 2, 1545, 1662, 7, 99, 2, 2, 1546, 1547, 7, 110, 2, 2, 1547, 1548, 7, 100, 2, 2, 1548, 1549, 7, 120, 2, 2, 1549, 1662, 7, 117, 2, 2, 1550, 1551, 7, 118, 2, 2, 1551, 1552, 7, 100, 2, 2, 1552, 1662, 7, 99, 2, 2, 1553, 1554, 7, 110, 2, 2, 1554, 1555, 7, 100, 2, 2, 1555, 1556, 7, 116, 2, 2, 1556, 1662, 7, 99, 2, 2, 1557, 1558, 7, 110, 2, 2, 1558, 1559, 7, 100, 2, 2, 1559, 1560, 7, 101, 2, 2, 1560, 1662, 7, 101, 2, 2, 1561, 1562, 7, 110, 2, 2, 1562, 1563, 7, 102, 2, 2, 1563, 1662, 7, 124, 2, 2, 1564, 1565, 7, 110, 2, 2, 1565, 1566, 7, 100, 2, 2, 1566, 1567, 7, 101, 2, 2, 1567, 1662, 7, 117, 2, 2, 1568, 1569, 7, 101, 2, 2, 1569, 1570, 7, 114, 2, 2, 1570, 1662, 7, 124, 2, 2, 1571, 1572, 7, 102, 2, 2, 1572, 1573, 7, 103, 2, 2, 1573, 1662, 7, 121, 2, 2, 1574, 1575, 7, 99, 2, 2, 1575, 1576, 7, 117, 2, 2, 1576, 1662, 7, 121, 2, 2, 1577, 1578, 7, 110, 2, 2, 1578, 1579, 7, 100, 2, 2, 1579, 1580, 7, 112, 2, 2, 1580, 1662, 7, 103, 2, 2, 1581, 1582, 7, 114, 2, 2, 1582, 1583, 7, 106, 2, 2, 1583, 1662, 7, 124, 2, 2, 1584, 1585, 7, 107, 2, 2, 1585, 1586, 7, 112, 2, 2, 1586, 1662, 7, 121, 2, 2, 1587, 1588, 7, 116, 2, 2, 1588, 1589, 7, 113, 2, 2, 1589, 1662, 7, 121, 2, 2, 1590, 1591, 7, 110, 2, 2, 1591, 1592, 7, 100, 2, 2, 1592, 1593, 7, 103, 2, 2, 1593, 1662, 7, 115, 2, 2, 1594, 1595, 7, 114, 2, 2, 1595, 1596, 7, 106, 2, 2, 1596, 1662, 7, 121, 2, 2, 1597, 1598, 7, 114, 2, 2, 1598, 1599, 7, 110, 2, 2, 1599, 1662, 7, 124, 2, 2, 1600, 1601, 7, 103, 2, 2, 1601, 1602, 7, 113, 2, 2, 1602, 1662, 7, 111, 2, 2, 1603, 1604, 7, 99, 2, 2, 1604, 1605, 7, 102, 2, 2, 1605, 1606, 7, 101, 2, 2, 1606, 1662, 7, 115, 2, 2, 1607, 1608, 7, 99, 2, 2, 1608, 1609, 7, 112, 2, 2, 1609, 1610, 7, 102, 2, 2, 1610, 1662, 7, 115, 2, 2, 1611, 1612, 7, 99, 2, 2, 1612, 1613, 7, 117, 2, 2, 1613, 1614, 7, 110, 2, 2, 1614, 1662, 7, 115, 2, 2, 1615, 1616, 7, 99, 2, 2, 1616, 1617, 7, 117, 2, 2, 1617, 1618, 7, 116, 2, 2, 1618, 1662, 7, 115, 2, 2, 1619, 1620, 7, 100, 2, 2, 1620, 1621, 7, 107, 2, 2, 1621, 1622, 7, 118, 2, 2, 1622, 1662, 7, 115, 2, 2, 1623, 1624, 7, 101, 2, 2, 1624, 1625, 7, 114, 2, 2, 1625, 1662, 7, 115, 2, 2, 1626, 1627, 7, 102, 2, 2, 1627, 1628, 7, 103, 2, 2, 1628, 1662, 7, 115, 2, 2, 1629, 1630, 7, 103, 2, 2, 1630, 1631, 7, 113, 2, 2, 1631, 1632, 7, 116, 2, 2, 1632, 1662, 7, 115, 2, 2, 1633, 1634, 7, 107, 2, 2, 1634, 1635, 7, 112, 2, 2, 1635, 1662, 7, 115, 2, 2, 1636, 1637, 7, 110, 2, 2, 1637, 1638, 7, 102, 2, 2, 1638, 1662, 7, 115, 2, 2, 1639, 1640, 7, 110, 2, 2, 1640, 1641, 7, 117, 2, 2, 1641, 1642, 7, 116, 2, 2, 1642, 1662, 7, 115, 2, 2, 1643, 1644, 7, 113, 2, 2, 1644, 1645, 7, 116, 2, 2, 1645, 1662, 7, 115, 2, 2, 1646, 1647, 7, 116, 2, 2, 1647, 1648, 7, 113, 2, 2, 1648, 1649, 7, 110, 2, 2, 1649, 1662, 7, 115, 2, 2, 1650, 1651, 7, 116, 2, 2, 1651, 1652, 7, 113, 2, 2, 1652, 1653, 7, 116, 2, 2, 1653, 1662, 7, 115, 2, 2, 1654, 1655, 7, 117, 2, 2, 1655, 1656, 7, 100, 2, 2, 1656, 1657, 7, 101, 2, 2, 1657, 1662, 7, 115, 2, 2, 1658, 1659, 7, 117, 2, 2, 1659, 1660, 7, 118, 2, 2, 1660, 1662, 7, 115, 2, 2, 1661, 1111, 3, 2, 2, 2, 1661, 1114, 3, 2, 2, 2, 1661, 1117, 3, 2, 2, 2, 1661, 1120, 3, 2, 2, 2, 1661, 1123, 3, 2, 2, 2, 1661, 1126, 3, 2, 2, 2, 1661, 1129, 3, 2, 2, 2, 1661, 1132, 3, 2, 2, 2, 1661, 1135, 3, 2, 2, 2, 1661, 1138, 3, 2, 2, 2, 1661, 1141, 3, 2, 2, 2, 1661, 1144, 3, 2, 2, 2, 1661, 1147, 3, 2, 2, 2, 1661, 1150, 3, 2, 2, 2, 1661, 1153, 3, 2, 2, 2, 1661, 1156, 3, 2, 2, 2, 1661, 1159, 3, 2, 2, 2, 1661, 1162, 3, 2, 2, 2, 1661, 1165, 3, 2, 2, 2, 1661, 1168, 3, 2, 2, 2, 1661, 1171, 3, 2, 2, 2, 1661, 1174, 3, 2, 2, 2, 1661, 1177, 3, 2, 2, 2, 1661, 1180, 3, 2, 2, 2, 1661, 1183, 3, 2, 2, 2, 1661, 1186, 3, 2, 2, 2, 1661, 1189, 3, 2, 2, 2, 1661, 1192, 3, 2, 2, 2, 1661, 1195, 3, 2, 2, 2, 1661, 1198, 3, 2, 2, 2, 1661, 1201, 3, 2, 2, 2, 1661, 1204, 3, 2, 2, 2, 1661, 1207, 3, 2, 2, 2, 1661, 1210, 3, 2, 2, 2, 1661, 1213, 3, 2, 2, 2, 1661, 1216, 3, 2, 2, 2, 1661, 1219, 3, 2, 2, 2, 1661, 1222, 3, 2, 2, 2, 1661, 1225, 3, 2, 2, 2, 1661, 1228, 3, 2, 2, 2, 1661, 1231, 3, 2, 2, 2, 1661, 1234, 3, 2, 2, 2, 1661, 1237, 3, 2, 2, 2, 1661, 1240, 3, 2, 2, 2, 1661, 1243, 3, 2, 2, 2, 1661, 1246, 3, 2, 2, 2, 1661, 1249, 3, 2, 2, 2, 1661, 1252, 3, 2, 2, 2, 1661, 1255, 3, 2, 2, 2, 1661, 1258, 3, 2, 2, 2, 1661, 1261, 3, 2, 2, 2, 1661, 1264, 3, 2, 2, 2, 1661, 1267, 3, 2, 2, 2, 1661, 1270, 3, 2, 2, 2, 1661, 1273, 3, 2, 2, 2, 1661, 1276, 3, 2, 2, 2, 1661, 1279, 3, 2, 2, 2, 1661, 1282, 3, 2, 2, 2, 1661, 1285, 3, 2, 2, 2, 1661, 1288, 3, 2, 2, 2, 1661, 1291, 3, 2, 2, 2, 1661, 1294, 3, 2, 2, 2, 1661, 1297, 3, 2, 2, 2, 1661, 1300, 3, 2, 2, 2, 1661, 1303, 3, 2, 2, 2, 1661, 1306, 3, 2, 2, 2, 1661, 1309, 3, 2, 2, 2, 1661, 1312, 3, 2, 2, 2, 1661, 1315, 3, 2, 2, 2, 1661, 1318, 3, 2, 2, 2, 1661, 1321, 3, 2, 2, 2, 1661, 1324, 3, 2, 2, 2, 1661, 1327, 3, 2, 2, 2, 1661, 1330, 3, 2, 2, 2, 1661, 1333, 3, 2, 2, 2, 1661, 1337, 3, 2, 2, 2, 1661, 1341, 3, 2, 2, 2, 1661, 1345, 3, 2, 2, 2, 1661, 1349, 3, 2, 2, 2, 1661, 1353, 3, 2, 2, 2, 1661, 1357, 3, 2, 2, 2, 1661, 1361, 3, 2, 2, 2, 1661, 1365, 3, 2, 2, 2, 1661, 1369, 3, 2, 2, 2, 1661, 1373, 3, 2, 2, 2, 1661, 1377, 3, 2, 2, 2, 1661, 1381, 3, 2, 2, 2, 1661, 1385, 3, 2, 2, 2, 1661, 1389, 3, 2, 2, 2, 1661, 1393, 3, 2, 2, 2, 1661, 1397, 3, 2, 2, 2, 1661, 1400, 3, 2, 2, 2, 1661, 1403, 3, 2, 2, 2, 1661, 1406, 3, 2, 2, 2, 1661, 1409, 3, 2, 2, 2, 1661, 1412, 3, 2, 2, 2, 1661, 1416, 3, 2, 2, 2, 1661, 1420, 3, 2, 2, 2, 1661, 1424, 3, 2, 2, 2, 1661, 1428, 3, 2, 2, 2, 1661, 1432, 3, 2, 2, 2, 1661, 1436, 3, 2, 2, 2, 1661, 1440, 3, 2, 2, 2, 1661, 1444, 3, 2, 2, 2, 1661, 1448, 3, 2, 2, 2, 1661, 1452, 3, 2, 2, 2, 1661, 1456, 3, 2, 2, 2, 1661, 1460, 3, 2, 2, 2, 1661, 1464, 3, 2, 2, 2, 1661, 1468, 3, 2, 2, 2, 1661, 1472, 3, 2, 2, 2, 1661, 1476, 3, 2, 2, 2, 1661, 1479, 3, 2, 2, 2, 1661, 1482, 3, 2, 2, 2, 1661, 1485, 3, 2, 2, 2, 1661, 1488, 3, 2, 2, 2, 1661, 1491, 3, 2, 2, 2, 1661, 1494, 3, 2, 2, 2, 1661, 1497, 3, 2, 2, 2, 1661, 1500, 3, 2, 2, 2, 1661, 1504, 3, 2, 2, 2, 1661, 1507, 3, 2, 2, 2, 1661, 1510, 3, 2, 2, 2, 1661, 1514, 3, 2, 2, 2, 1661, 1517, 3, 2, 2, 2, 1661, 1520, 3, 2, 2, 2, 1661, 1523, 3, 2, 2, 2, 1661, 1526, 3, 2, 2, 2, 1661, 1530, 3, 2, 2, 2, 1661, 1533, 3, 2, 2, 2, 1661, 1536, 3, 2, 2, 2, 1661, 1539, 3, 2, 2, 2, 1661, 1543, 3, 2, 2, 2, 1661, 1546, 3, 2, 2, 2, 1661, 1550, 3, 2, 2, 2, 1661, 1553, 3, 2, 2, 2, 1661, 1557, 3, 2, 2, 2, 1661, 1561, 3, 2, 2, 2, 1661, 1564, 3, 2, 2, 2, 1661, 1568, 3, 2, 2, 2, 1661, 1571, 3, 2, 2, 2, 1661, 1574, 3, 2, 2, 2, 1661, 1577, 3, 2, 2, 2, 1661, 1581, 3, 2, 2, 2, 1661, 1584, 3, 2, 2, 2, 1661, 1587, 3, 2, 2, 2, 1661, 1590, 3, 2, 2, 2, 1661, 1594, 3, 2, 2, 2, 1661, 1597, 3, 2, 2, 2, 1661, 1600, 3, 2, 2, 2, 1661, 1603, 3, 2, 2, 2, 1661, 1607, 3, 2, 2, 2, 1661, 1611, 3, 2, 2, 2, 1661, 1615, 3, 2, 2, 2, 1661, 1619, 3, 2, 2, 2, 1661, 1623, 3, 2, 2, 2, 1661, 1626, 3, 2, 2, 2, 1661, 1629, 3, 2, 2, 2, 1661, 1633, 3, 2, 2, 2, 1661, 1636, 3, 2, 2, 2, 1661, 1639, 3, 2, 2, 2, 1661, 1643, 3, 2, 2, 2, 1661, 1646, 3, 2, 2, 2, 1661, 1650, 3, 2, 2, 2, 1661, 1654, 3, 2, 2, 2, 1661, 1658, 3, 2, 2, 2, 1662, 240, 3, 2, 2, 2, 1663, 1664, 7, 37, 2, 2, 1664, 242, 3, 2, 2, 2, 1665, 1666, 7, 60, 2, 2, 1666, 244, 3, 2, 2, 2, 1667, 1668, 7, 46, 2, 2, 1668, 246, 3, 2, 2, 2, 1669, 1670, 7, 42, 2, 2, 1670, 248, 3, 2, 2, 2, 1671, 1672, 7, 43, 2, 2, 1672, 250, 3, 2, 2, 2, 1673, 1674, 7, 93, 2, 2, 1674, 252, 3, 2, 2, 2, 1675, 1676, 7, 95, 2, 2, 1676, 254, 3, 2, 2, 2, 1677, 1678, 7, 48, 2, 2, 1678, 256, 3, 2, 2, 2, 1679, 1680, 7, 62, 2, 2, 1680, 1681, 7, 62, 2, 2, 1681, 258, 3, 2, 2, 2, 1682, 1683, 7, 64, 2, 2, 1683, 1684, 7, 64, 2, 2, 1684, 260, 3, 2, 2, 2, 1685, 1686, 7, 45, 2, 2, 1686, 262, 3, 2, 2, 2, 1687, 1688, 7, 47, 2, 2, 1688, 264, 3, 2, 2, 2, 1689, 1690, 7, 62, 2, 2, 1690, 266, 3, 2, 2, 2, 1691, 1692, 7, 64, 2, 2, 1692, 268, 3, 2, 2, 2, 1693, 1694, 7, 44, 2, 2, 1694, 270, 3, 2, 2, 2, 1695, 1696, 7, 49, 2, 2, 1696, 272, 3, 2, 2, 2, 1697, 1698, 7, 125, 2, 2, 1698, 1699, 8, 136, 9, 2, 1699, 274, 3, 2, 2, 2, 1700, 1701, 7, 127, 2, 2, 1701, 1702, 8, 137, 10, 2, 1702, 276, 3, 2, 2, 2, 1703, 1706, 5, 279, 139, 2, 1704, 1706, 5, 287, 143, 2, 1705, 1703, 3, 2, 2, 2, 1705, 1704, 3, 2, 2, 2, 1706, 278, 3, 2, 2, 2, 1707, 1711, 5, 281, 140, 2, 1708, 1711, 5, 283, 141, 2, 1709, 1711, 5, 285, 142, 2, 1710, 1707, 3, 2, 2, 2, 1710, 1708, 3, 2, 2, 2, 1710, 1709, 3, 2, 2, 2, 1711, 280, 3, 2, 2, 2, 1712, 1716, 7, 39, 2, 2, 1713, 1715, 5, 295, 147, 2, 1714, 1713, 3, 2, 2, 2, 1715, 1718, 3, 2, 2, 2, 1716, 1714, 3, 2, 2, 2, 1716, 1717, 3, 2, 2, 2, 1717, 1719, 3, 2, 2, 2, 1718, 1716, 3, 2, 2, 2, 1719, 1721, 7, 48, 2, 2, 1720, 1722, 5, 295, 147, 2, 1721, 1720, 3, 2, 2, 2, 1722, 1723, 3, 2, 2, 2, 1723, 1721, 3, 2, 2, 2, 1723, 1724, 3, 2, 2, 2, 1724, 282, 3, 2, 2, 2, 1725, 1727, 5, 297, 148, 2, 1726, 1725, 3, 2, 2, 2, 1727, 1730, 3, 2, 2, 2, 1728, 1726, 3, 2, 2, 2, 1728, 1729, 3, 2, 2, 2, 1729, 1731, 3, 2, 2, 2, 1730, 1728, 3, 2, 2, 2, 1731, 1733, 7, 48, 2, 2, 1732, 1734, 5, 297, 148, 2, 1733, 1732, 3, 2, 2, 2, 1734, 1735, 3, 2, 2, 2, 1735, 1733, 3, 2, 2, 2, 1735, 1736, 3, 2, 2, 2, 1736, 284, 3, 2, 2, 2, 1737, 1741, 7, 38, 2, 2, 1738, 1740, 5, 299, 149, 2, 1739, 1738, 3, 2, 2, 2, 1740, 1743, 3, 2, 2, 2, 1741, 1739, 3, 2, 2, 2, 1741, 1742, 3, 2, 2, 2, 1742, 1744, 3, 2, 2, 2, 1743, 1741, 3, 2, 2, 2, 1744, 1746, 7, 48, 2, 2, 1745, 1747, 5, 299, 149, 2, 1746, 1745, 3, 2, 2, 2, 1747, 1748, 3, 2, 2, 2, 1748, 1746, 3, 2, 2, 2, 1748, 1749, 3, 2, 2, 2, 1749, 286, 3, 2, 2, 2, 1750, 1754, 5, 291, 145, 2, 1751, 1754, 5, 293, 146, 2, 1752, 1754, 5, 289, 144, 2, 1753, 1750, 3, 2, 2, 2, 1753, 1751, 3, 2, 2, 2, 1753, 1752, 3, 2, 2, 2, 1754, 288, 3, 2, 2, 2, 1755, 1757, 7, 39, 2, 2, 1756, 1758, 5, 295, 147, 2, 1757, 1756, 3, 2, 2, 2, 1758, 1759, 3, 2, 2, 2, 1759, 1757, 3, 2, 2, 2, 1759, 1760, 3, 2, 2, 2, 1760, 290, 3, 2, 2, 2, 1761, 1763, 5, 297, 148, 2, 1762, 1761, 3, 2, 2, 2, 1763, 1764, 3, 2, 2, 2, 1764, 1762, 3, 2, 2, 2, 1764, 1765, 3, 2, 2, 2, 1765, 292, 3, 2, 2, 2, 1766, 1768, 7, 38, 2, 2, 1767, 1769, 5, 299, 149, 2, 1768, 1767, 3, 2, 2, 2, 1769, 1770, 3, 2, 2, 2, 1770, 1768, 3, 2, 2, 2, 1770, 1771, 3, 2, 2, 2, 1771, 294, 3, 2, 2, 2, 1772, 1773, 9, 5, 2, 2, 1773, 296, 3, 2, 2, 2, 1774, 1775, 9, 6, 2, 2, 1775, 298, 3, 2, 2, 2, 1776, 1777, 9, 7, 2, 2, 1777, 300, 3, 2, 2, 2, 1778, 1782, 7, 41, 2, 2, 1779, 1780, 7, 94, 2, 2, 1780, 1783, 9, 14, 2, 2, 1781, 1783, 10, 16, 2, 2, 1782, 1779, 3, 2, 2, 2, 1782, 1781, 3, 2, 2, 2, 1783, 1784, 3, 2, 2, 2, 1784, 1785, 7, 41, 2, 2, 1785, 302, 3, 2, 2, 2, 1786, 1788, 5, 305, 152, 2, 1787, 1789, 9, 19, 2, 2, 1788, 1787, 3, 2, 2, 2, 1789, 1790, 3, 2, 2, 2, 1790, 1788, 3, 2, 2, 2, 1790, 1791, 3, 2, 2, 2, 1791, 304, 3, 2, 2, 2, 1792, 1796, 7, 35, 2, 2, 1793, 1795, 5, 311, 155, 2, 1794, 1793, 3, 2, 2, 2, 1795, 1798, 3, 2, 2, 2, 1796, 1794, 3, 2, 2, 2, 1796, 1797, 3, 2, 2, 2, 1797, 306, 3, 2, 2, 2, 1798, 1796, 3, 2, 2, 2, 1799, 1803, 5, 309, 154, 2, 1800, 1802, 5, 311, 155, 2, 1801, 1800, 3, 2, 2, 2, 1802, 1805, 3, 2, 2, 2, 1803, 1801, 3, 2, 2, 2, 1803, 1804, 3, 2, 2, 2, 1804, 308, 3, 2, 2, 2, 1805, 1803, 3, 2, 2, 2, 1806, 1807, 9, 8, 2, 2, 1807, 310, 3, 2, 2, 2, 1808, 1809, 9, 9, 2, 2, 1809, 312, 3, 2, 2, 2, 1810, 1812, 9, 17, 2, 2, 1811, 1810, 3, 2, 2, 2, 1812, 1813, 3, 2, 2, 2, 1813, 1811, 3, 2, 2, 2, 1813, 1814, 3, 2, 2, 2, 1814, 1815, 3, 2, 2, 2, 1815, 1816, 8, 156, 7, 2, 1816, 314, 3, 2, 2, 2, 1817, 1818, 7, 49, 2, 2, 1818, 1819, 7, 49, 2, 2, 1819, 1823, 3, 2, 2, 2, 1820, 1822, 10, 18, 2, 2, 1821, 1820, 3, 2, 2, 2, 1822, 1825, 3, 2, 2, 2, 1823, 1821, 3, 2, 2, 2, 1823, 1824, 3, 2, 2, 2, 1824, 1826, 3, 2, 2, 2, 1825, 1823, 3, 2, 2, 2, 1826, 1827, 8, 157, 8, 2, 1827, 316, 3, 2, 2, 2, 1828, 1829, 7, 49, 2, 2, 1829, 1830, 7, 44, 2, 2, 1830, 1834, 3, 2, 2, 2, 1831, 1833, 11, 2, 2, 2, 1832, 1831, 3, 2, 2, 2, 1833, 1836, 3, 2, 2, 2, 1834, 1835, 3, 2, 2, 2, 1834, 1832, 3, 2, 2, 2, 1835, 1837, 3, 2, 2, 2, 1836, 1834, 3, 2, 2, 2, 1837, 1838, 7, 44, 2, 2, 1838, 1839, 7, 49, 2, 2, 1839, 1840, 3, 2, 2, 2, 1840, 1841, 8, 158, 8, 2, 1841, 318, 3, 2, 2, 2, 1842, 1844, 7, 62, 2, 2, 1843, 1845, 9, 20, 2, 2, 1844, 1843, 3, 2, 2, 2, 1845, 1846, 3, 2, 2, 2, 1846, 1844, 3, 2, 2, 2, 1846, 1847, 3, 2, 2, 2, 1847, 1848, 3, 2, 2, 2, 1848, 1849, 7, 64, 2, 2, 1849, 1850, 8, 159, 11, 2, 1850, 320, 3, 2, 2, 2, 1851, 1857, 7, 36, 2, 2, 1852, 1853, 7, 94, 2, 2, 1853, 1856, 7, 36, 2, 2, 1854, 1856, 10, 10, 2, 2, 1855, 1852, 3, 2, 2, 2, 1855, 1854, 3, 2, 2, 2, 1856, 1859, 3, 2, 2, 2, 1857, 1855, 3, 2, 2, 2, 1857, 1858, 3, 2, 2, 2, 1858, 1860, 3, 2, 2, 2, 1859, 1857, 3, 2, 2, 2, 1860, 1861, 7, 36, 2, 2, 1861, 1862, 8, 160, 12, 2, 1862, 322, 3, 2, 2, 2, 1863, 1865, 9, 17, 2, 2, 1864, 1863, 3, 2, 2, 2, 1865, 1866, 3, 2, 2, 2, 1866, 1864, 3, 2, 2, 2, 1866, 1867, 3, 2, 2, 2, 1867, 1868, 3, 2, 2, 2, 1868, 1869, 8, 161, 7, 2, 1869, 324, 3, 2, 2, 2, 1870, 1871, 7, 49, 2, 2, 1871, 1872, 7, 49, 2, 2, 1872, 1876, 3, 2, 2, 2, 1873, 1875, 10, 18, 2, 2, 1874, 1873, 3, 2, 2, 2, 1875, 1878, 3, 2, 2, 2, 1876, 1874, 3, 2, 2, 2, 1876, 1877, 3, 2, 2, 2, 1877, 1879, 3, 2, 2, 2, 1878, 1876, 3, 2, 2, 2, 1879, 1880, 8, 162, 8, 2, 1880, 326, 3, 2, 2, 2, 1881, 1882, 7, 49, 2, 2, 1882, 1883, 7, 44, 2, 2, 1883, 1887, 3, 2, 2, 2, 1884, 1886, 11, 2, 2, 2, 1885, 1884, 3, 2, 2, 2, 1886, 1889, 3, 2, 2, 2, 1887, 1888, 3, 2, 2, 2, 1887, 1885, 3, 2, 2, 2, 1888, 1890, 3, 2, 2, 2, 1889, 1887, 3, 2, 2, 2, 1890, 1891, 7, 44, 2, 2, 1891, 1892, 7, 49, 2, 2, 1892, 1893, 3, 2, 2, 2, 1893, 1894, 8, 163, 8, 2, 1894, 328, 3, 2, 2, 2, 68, 2, 3, 4, 438, 593, 758, 797, 808, 816, 864, 920, 925, 932, 937, 944, 949, 956, 963, 968, 975, 980, 985, 992, 998, 1000, 1005, 1012, 1017, 1029, 1042, 1044, 1049, 1053, 1055, 1058, 1066, 1069, 1076, 1086, 1097, 1661, 1705, 1710, 1716, 1723, 1728, 1735, 1741, 1748, 1753, 1759, 1764, 1770, 1782, 1790, 1796, 1803, 1813, 1823, 1834, 1846, 1855, 1857, 1866, 1876, 1887, 13, 3, 2, 2, 3, 66, 3, 3, 85, 4, 3, 86, 5, 3, 110, 6, 2, 3, 2, 2, 4, 2, 3, 136, 7, 3, 137, 8, 3, 159, 9, 3, 160, 10] \ No newline at end of file +[3, 24715, 42794, 33075, 47597, 16764, 15335, 30598, 22884, 2, 155, 1895, 8, 1, 8, 1, 8, 1, 4, 2, 9, 2, 4, 3, 9, 3, 4, 4, 9, 4, 4, 5, 9, 5, 4, 6, 9, 6, 4, 7, 9, 7, 4, 8, 9, 8, 4, 9, 9, 9, 4, 10, 9, 10, 4, 11, 9, 11, 4, 12, 9, 12, 4, 13, 9, 13, 4, 14, 9, 14, 4, 15, 9, 15, 4, 16, 9, 16, 4, 17, 9, 17, 4, 18, 9, 18, 4, 19, 9, 19, 4, 20, 9, 20, 4, 21, 9, 21, 4, 22, 9, 22, 4, 23, 9, 23, 4, 24, 9, 24, 4, 25, 9, 25, 4, 26, 9, 26, 4, 27, 9, 27, 4, 28, 9, 28, 4, 29, 9, 29, 4, 30, 9, 30, 4, 31, 9, 31, 4, 32, 9, 32, 4, 33, 9, 33, 4, 34, 9, 34, 4, 35, 9, 35, 4, 36, 9, 36, 4, 37, 9, 37, 4, 38, 9, 38, 4, 39, 9, 39, 4, 40, 9, 40, 4, 41, 9, 41, 4, 42, 9, 42, 4, 43, 9, 43, 4, 44, 9, 44, 4, 45, 9, 45, 4, 46, 9, 46, 4, 47, 9, 47, 4, 48, 9, 48, 4, 49, 9, 49, 4, 50, 9, 50, 4, 51, 9, 51, 4, 52, 9, 52, 4, 53, 9, 53, 4, 54, 9, 54, 4, 55, 9, 55, 4, 56, 9, 56, 4, 57, 9, 57, 4, 58, 9, 58, 4, 59, 9, 59, 4, 60, 9, 60, 4, 61, 9, 61, 4, 62, 9, 62, 4, 63, 9, 63, 4, 64, 9, 64, 4, 65, 9, 65, 4, 66, 9, 66, 4, 67, 9, 67, 4, 68, 9, 68, 4, 69, 9, 69, 4, 70, 9, 70, 4, 71, 9, 71, 4, 72, 9, 72, 4, 73, 9, 73, 4, 74, 9, 74, 4, 75, 9, 75, 4, 76, 9, 76, 4, 77, 9, 77, 4, 78, 9, 78, 4, 79, 9, 79, 4, 80, 9, 80, 4, 81, 9, 81, 4, 82, 9, 82, 4, 83, 9, 83, 4, 84, 9, 84, 4, 85, 9, 85, 4, 86, 9, 86, 4, 87, 9, 87, 4, 88, 9, 88, 4, 89, 9, 89, 4, 90, 9, 90, 4, 91, 9, 91, 4, 92, 9, 92, 4, 93, 9, 93, 4, 94, 9, 94, 4, 95, 9, 95, 4, 96, 9, 96, 4, 97, 9, 97, 4, 98, 9, 98, 4, 99, 9, 99, 4, 100, 9, 100, 4, 101, 9, 101, 4, 102, 9, 102, 4, 103, 9, 103, 4, 104, 9, 104, 4, 105, 9, 105, 4, 106, 9, 106, 4, 107, 9, 107, 4, 108, 9, 108, 4, 109, 9, 109, 4, 110, 9, 110, 4, 111, 9, 111, 4, 112, 9, 112, 4, 113, 9, 113, 4, 114, 9, 114, 4, 115, 9, 115, 4, 116, 9, 116, 4, 117, 9, 117, 4, 118, 9, 118, 4, 119, 9, 119, 4, 120, 9, 120, 4, 121, 9, 121, 4, 122, 9, 122, 4, 123, 9, 123, 4, 124, 9, 124, 4, 125, 9, 125, 4, 126, 9, 126, 4, 127, 9, 127, 4, 128, 9, 128, 4, 129, 9, 129, 4, 130, 9, 130, 4, 131, 9, 131, 4, 132, 9, 132, 4, 133, 9, 133, 4, 134, 9, 134, 4, 135, 9, 135, 4, 136, 9, 136, 4, 137, 9, 137, 4, 138, 9, 138, 4, 139, 9, 139, 4, 140, 9, 140, 4, 141, 9, 141, 4, 142, 9, 142, 4, 143, 9, 143, 4, 144, 9, 144, 4, 145, 9, 145, 4, 146, 9, 146, 4, 147, 9, 147, 4, 148, 9, 148, 4, 149, 9, 149, 4, 150, 9, 150, 4, 151, 9, 151, 4, 152, 9, 152, 4, 153, 9, 153, 4, 154, 9, 154, 4, 155, 9, 155, 4, 156, 9, 156, 4, 157, 9, 157, 4, 158, 9, 158, 4, 159, 9, 159, 4, 160, 9, 160, 4, 161, 9, 161, 4, 162, 9, 162, 4, 163, 9, 163, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 4, 3, 4, 3, 5, 3, 5, 3, 6, 3, 6, 3, 7, 3, 7, 3, 8, 3, 8, 3, 9, 3, 9, 3, 10, 3, 10, 3, 11, 3, 11, 3, 11, 3, 12, 3, 12, 3, 12, 3, 12, 3, 13, 3, 13, 3, 14, 3, 14, 3, 15, 3, 15, 3, 15, 3, 16, 3, 16, 3, 17, 3, 17, 3, 18, 3, 18, 3, 19, 3, 19, 3, 20, 3, 20, 3, 21, 3, 21, 3, 21, 3, 22, 3, 22, 3, 22, 3, 23, 3, 23, 3, 24, 3, 24, 3, 25, 3, 25, 3, 26, 3, 26, 3, 27, 3, 27, 3, 27, 3, 28, 3, 28, 3, 28, 3, 29, 3, 29, 3, 29, 3, 30, 3, 30, 3, 30, 3, 31, 3, 31, 3, 32, 3, 32, 3, 32, 3, 33, 3, 33, 3, 33, 3, 34, 3, 34, 3, 35, 3, 35, 3, 35, 3, 36, 3, 36, 3, 36, 3, 37, 3, 37, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 3, 38, 5, 38, 439, 10, 38, 3, 39, 3, 39, 3, 39, 3, 39, 3, 39, 3, 39, 3, 39, 3, 39, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 43, 3, 43, 3, 43, 3, 43, 3, 43, 3, 43, 3, 44, 3, 44, 3, 44, 3, 44, 3, 44, 3, 44, 3, 44, 3, 45, 3, 45, 3, 45, 3, 45, 3, 45, 3, 45, 3, 45, 3, 45, 3, 45, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 50, 3, 50, 3, 50, 3, 50, 3, 50, 3, 50, 3, 50, 3, 50, 3, 50, 3, 50, 3, 51, 3, 51, 3, 51, 3, 51, 3, 51, 3, 52, 3, 52, 3, 52, 3, 52, 3, 52, 3, 52, 3, 53, 3, 53, 3, 53, 3, 53, 3, 53, 3, 53, 3, 54, 3, 54, 3, 54, 3, 54, 3, 54, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 5, 56, 594, 10, 56, 3, 57, 3, 57, 3, 57, 3, 58, 3, 58, 3, 58, 3, 58, 3, 58, 3, 59, 3, 59, 3, 59, 3, 59, 3, 59, 3, 59, 3, 60, 3, 60, 3, 60, 3, 61, 3, 61, 3, 61, 3, 61, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 3, 62, 3, 63, 3, 63, 3, 63, 3, 63, 3, 63, 3, 63, 3, 63, 3, 64, 3, 64, 3, 64, 3, 64, 3, 64, 3, 64, 3, 65, 3, 65, 3, 65, 3, 65, 3, 65, 3, 65, 3, 65, 3, 65, 3, 65, 3, 66, 3, 66, 3, 66, 3, 66, 3, 66, 3, 66, 3, 67, 3, 67, 3, 67, 3, 67, 3, 67, 3, 67, 3, 67, 3, 67, 3, 68, 3, 68, 3, 68, 3, 68, 3, 68, 3, 69, 3, 69, 3, 69, 3, 69, 3, 69, 3, 69, 3, 69, 3, 70, 3, 70, 3, 70, 3, 70, 3, 70, 3, 71, 3, 71, 3, 71, 3, 71, 3, 71, 3, 71, 3, 71, 3, 72, 3, 72, 3, 72, 3, 72, 3, 72, 3, 72, 3, 72, 3, 73, 3, 73, 3, 73, 3, 73, 3, 73, 3, 73, 3, 73, 3, 73, 3, 74, 3, 74, 3, 74, 3, 74, 3, 74, 3, 74, 3, 74, 3, 74, 3, 75, 3, 75, 3, 75, 3, 75, 3, 75, 3, 75, 3, 75, 3, 75, 3, 75, 3, 76, 3, 76, 3, 76, 3, 76, 3, 76, 3, 77, 3, 77, 3, 77, 3, 77, 3, 77, 3, 77, 3, 77, 3, 77, 3, 77, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 78, 3, 79, 3, 79, 3, 79, 3, 79, 3, 79, 3, 79, 3, 79, 3, 80, 3, 80, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 3, 81, 5, 81, 759, 10, 81, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 3, 82, 5, 82, 798, 10, 82, 3, 83, 3, 83, 3, 83, 3, 83, 3, 83, 3, 83, 3, 83, 3, 83, 3, 83, 5, 83, 809, 10, 83, 3, 84, 3, 84, 3, 84, 3, 84, 7, 84, 815, 10, 84, 12, 84, 14, 84, 818, 11, 84, 3, 84, 3, 84, 3, 84, 3, 85, 3, 85, 3, 85, 3, 85, 3, 85, 3, 85, 3, 85, 3, 85, 3, 85, 3, 85, 3, 86, 3, 86, 3, 86, 3, 86, 3, 86, 3, 86, 3, 86, 3, 86, 3, 86, 3, 86, 3, 86, 3, 87, 3, 87, 3, 87, 3, 87, 3, 87, 3, 87, 3, 87, 3, 87, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 88, 3, 89, 3, 89, 3, 89, 3, 89, 3, 89, 5, 89, 865, 10, 89, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 3, 90, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 91, 3, 92, 3, 92, 3, 92, 3, 92, 3, 92, 3, 92, 3, 92, 3, 92, 3, 93, 3, 93, 3, 93, 3, 93, 3, 94, 3, 94, 3, 94, 3, 94, 3, 94, 3, 94, 3, 95, 3, 95, 3, 95, 3, 95, 3, 95, 3, 95, 3, 96, 3, 96, 3, 96, 3, 96, 3, 96, 3, 96, 3, 96, 3, 97, 3, 97, 3, 97, 3, 97, 3, 97, 3, 97, 3, 97, 3, 98, 3, 98, 5, 98, 921, 10, 98, 3, 99, 3, 99, 3, 99, 5, 99, 926, 10, 99, 3, 100, 3, 100, 3, 100, 3, 100, 3, 100, 5, 100, 933, 10, 100, 3, 100, 7, 100, 936, 10, 100, 12, 100, 14, 100, 939, 11, 100, 3, 100, 3, 100, 6, 100, 943, 10, 100, 13, 100, 14, 100, 944, 3, 101, 7, 101, 948, 10, 101, 12, 101, 14, 101, 951, 11, 101, 3, 101, 3, 101, 6, 101, 955, 10, 101, 13, 101, 14, 101, 956, 3, 102, 3, 102, 3, 102, 3, 102, 3, 102, 5, 102, 964, 10, 102, 3, 102, 7, 102, 967, 10, 102, 12, 102, 14, 102, 970, 11, 102, 3, 102, 3, 102, 6, 102, 974, 10, 102, 13, 102, 14, 102, 975, 3, 103, 3, 103, 3, 103, 5, 103, 981, 10, 103, 3, 103, 3, 103, 3, 103, 5, 103, 986, 10, 103, 3, 104, 3, 104, 3, 104, 6, 104, 991, 10, 104, 13, 104, 14, 104, 992, 3, 104, 3, 104, 6, 104, 997, 10, 104, 13, 104, 14, 104, 998, 5, 104, 1001, 10, 104, 3, 105, 6, 105, 1004, 10, 105, 13, 105, 14, 105, 1005, 3, 106, 3, 106, 3, 106, 3, 106, 3, 106, 5, 106, 1013, 10, 106, 3, 106, 6, 106, 1016, 10, 106, 13, 106, 14, 106, 1017, 3, 107, 3, 107, 3, 108, 3, 108, 3, 109, 3, 109, 3, 110, 3, 110, 7, 110, 1028, 10, 110, 12, 110, 14, 110, 1031, 11, 110, 3, 110, 3, 110, 3, 111, 3, 111, 3, 112, 3, 112, 3, 113, 3, 113, 3, 113, 3, 113, 7, 113, 1043, 10, 113, 12, 113, 14, 113, 1046, 11, 113, 3, 113, 3, 113, 5, 113, 1050, 10, 113, 3, 113, 3, 113, 5, 113, 1054, 10, 113, 5, 113, 1056, 10, 113, 3, 113, 5, 113, 1059, 10, 113, 3, 114, 3, 114, 3, 114, 3, 114, 3, 114, 3, 114, 5, 114, 1067, 10, 114, 3, 114, 5, 114, 1070, 10, 114, 3, 114, 3, 114, 3, 115, 6, 115, 1075, 10, 115, 13, 115, 14, 115, 1076, 3, 115, 3, 115, 3, 116, 3, 116, 3, 116, 3, 116, 7, 116, 1085, 10, 116, 12, 116, 14, 116, 1088, 11, 116, 3, 116, 3, 116, 3, 117, 3, 117, 3, 117, 3, 117, 7, 117, 1096, 10, 117, 12, 117, 14, 117, 1099, 11, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 118, 3, 118, 3, 118, 3, 118, 3, 118, 3, 118, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 3, 119, 5, 119, 1662, 10, 119, 3, 120, 3, 120, 3, 121, 3, 121, 3, 122, 3, 122, 3, 123, 3, 123, 3, 124, 3, 124, 3, 125, 3, 125, 3, 126, 3, 126, 3, 127, 3, 127, 3, 128, 3, 128, 3, 128, 3, 129, 3, 129, 3, 129, 3, 130, 3, 130, 3, 131, 3, 131, 3, 132, 3, 132, 3, 133, 3, 133, 3, 134, 3, 134, 3, 135, 3, 135, 3, 136, 3, 136, 3, 136, 3, 137, 3, 137, 3, 137, 3, 138, 3, 138, 5, 138, 1706, 10, 138, 3, 139, 3, 139, 3, 139, 5, 139, 1711, 10, 139, 3, 140, 3, 140, 7, 140, 1715, 10, 140, 12, 140, 14, 140, 1718, 11, 140, 3, 140, 3, 140, 6, 140, 1722, 10, 140, 13, 140, 14, 140, 1723, 3, 141, 7, 141, 1727, 10, 141, 12, 141, 14, 141, 1730, 11, 141, 3, 141, 3, 141, 6, 141, 1734, 10, 141, 13, 141, 14, 141, 1735, 3, 142, 3, 142, 7, 142, 1740, 10, 142, 12, 142, 14, 142, 1743, 11, 142, 3, 142, 3, 142, 6, 142, 1747, 10, 142, 13, 142, 14, 142, 1748, 3, 143, 3, 143, 3, 143, 5, 143, 1754, 10, 143, 3, 144, 3, 144, 6, 144, 1758, 10, 144, 13, 144, 14, 144, 1759, 3, 145, 6, 145, 1763, 10, 145, 13, 145, 14, 145, 1764, 3, 146, 3, 146, 6, 146, 1769, 10, 146, 13, 146, 14, 146, 1770, 3, 147, 3, 147, 3, 148, 3, 148, 3, 149, 3, 149, 3, 150, 3, 150, 3, 150, 3, 150, 5, 150, 1783, 10, 150, 3, 150, 3, 150, 3, 151, 3, 151, 6, 151, 1789, 10, 151, 13, 151, 14, 151, 1790, 3, 152, 3, 152, 7, 152, 1795, 10, 152, 12, 152, 14, 152, 1798, 11, 152, 3, 153, 3, 153, 7, 153, 1802, 10, 153, 12, 153, 14, 153, 1805, 11, 153, 3, 154, 3, 154, 3, 155, 3, 155, 3, 156, 6, 156, 1812, 10, 156, 13, 156, 14, 156, 1813, 3, 156, 3, 156, 3, 157, 3, 157, 3, 157, 3, 157, 7, 157, 1822, 10, 157, 12, 157, 14, 157, 1825, 11, 157, 3, 157, 3, 157, 3, 158, 3, 158, 3, 158, 3, 158, 7, 158, 1833, 10, 158, 12, 158, 14, 158, 1836, 11, 158, 3, 158, 3, 158, 3, 158, 3, 158, 3, 158, 3, 159, 3, 159, 6, 159, 1845, 10, 159, 13, 159, 14, 159, 1846, 3, 159, 3, 159, 3, 159, 3, 160, 3, 160, 3, 160, 3, 160, 7, 160, 1856, 10, 160, 12, 160, 14, 160, 1859, 11, 160, 3, 160, 3, 160, 3, 160, 3, 161, 6, 161, 1865, 10, 161, 13, 161, 14, 161, 1866, 3, 161, 3, 161, 3, 162, 3, 162, 3, 162, 3, 162, 7, 162, 1875, 10, 162, 12, 162, 14, 162, 1878, 11, 162, 3, 162, 3, 162, 3, 163, 3, 163, 3, 163, 3, 163, 7, 163, 1886, 10, 163, 12, 163, 14, 163, 1889, 11, 163, 3, 163, 3, 163, 3, 163, 3, 163, 3, 163, 6, 816, 1097, 1834, 1887, 2, 164, 5, 4, 7, 5, 9, 6, 11, 7, 13, 8, 15, 9, 17, 10, 19, 11, 21, 12, 23, 13, 25, 14, 27, 15, 29, 16, 31, 17, 33, 18, 35, 19, 37, 20, 39, 21, 41, 22, 43, 23, 45, 24, 47, 25, 49, 26, 51, 27, 53, 28, 55, 29, 57, 30, 59, 31, 61, 32, 63, 33, 65, 34, 67, 35, 69, 36, 71, 37, 73, 38, 75, 39, 77, 40, 79, 41, 81, 42, 83, 43, 85, 44, 87, 45, 89, 46, 91, 47, 93, 48, 95, 49, 97, 50, 99, 51, 101, 52, 103, 53, 105, 54, 107, 55, 109, 56, 111, 57, 113, 58, 115, 59, 117, 60, 119, 61, 121, 62, 123, 63, 125, 64, 127, 65, 129, 66, 131, 67, 133, 68, 135, 69, 137, 70, 139, 71, 141, 72, 143, 73, 145, 74, 147, 75, 149, 76, 151, 77, 153, 78, 155, 79, 157, 80, 159, 81, 161, 82, 163, 83, 165, 84, 167, 85, 169, 86, 171, 87, 173, 88, 175, 89, 177, 90, 179, 91, 181, 92, 183, 93, 185, 94, 187, 95, 189, 96, 191, 97, 193, 98, 195, 99, 197, 100, 199, 101, 201, 102, 203, 103, 205, 104, 207, 105, 209, 106, 211, 107, 213, 108, 215, 2, 217, 2, 219, 2, 221, 109, 223, 2, 225, 2, 227, 110, 229, 111, 231, 112, 233, 113, 235, 114, 237, 115, 239, 116, 241, 117, 243, 118, 245, 119, 247, 120, 249, 121, 251, 122, 253, 123, 255, 124, 257, 125, 259, 126, 261, 127, 263, 128, 265, 129, 267, 130, 269, 131, 271, 132, 273, 133, 275, 134, 277, 135, 279, 136, 281, 137, 283, 138, 285, 139, 287, 140, 289, 141, 291, 142, 293, 143, 295, 2, 297, 2, 299, 2, 301, 144, 303, 145, 305, 146, 307, 147, 309, 2, 311, 2, 313, 148, 315, 149, 317, 150, 319, 151, 321, 152, 323, 153, 325, 154, 327, 155, 5, 2, 3, 4, 21, 4, 2, 117, 117, 119, 119, 7, 2, 100, 102, 107, 107, 110, 110, 117, 117, 121, 121, 4, 2, 68, 68, 100, 100, 3, 2, 50, 51, 3, 2, 50, 59, 5, 2, 50, 59, 67, 72, 99, 104, 5, 2, 67, 92, 97, 97, 99, 124, 6, 2, 50, 59, 67, 92, 97, 97, 99, 124, 3, 2, 36, 36, 3, 2, 124, 124, 5, 2, 99, 99, 114, 114, 117, 117, 5, 2, 99, 99, 111, 111, 117, 119, 7, 2, 36, 36, 41, 41, 104, 104, 112, 112, 116, 116, 4, 2, 50, 59, 99, 104, 3, 2, 41, 41, 6, 2, 11, 12, 15, 15, 34, 34, 162, 162, 4, 2, 12, 12, 15, 15, 4, 2, 45, 45, 47, 47, 7, 2, 47, 59, 67, 92, 94, 94, 97, 97, 99, 124, 2, 2132, 2, 5, 3, 2, 2, 2, 2, 7, 3, 2, 2, 2, 2, 9, 3, 2, 2, 2, 2, 11, 3, 2, 2, 2, 2, 13, 3, 2, 2, 2, 2, 15, 3, 2, 2, 2, 2, 17, 3, 2, 2, 2, 2, 19, 3, 2, 2, 2, 2, 21, 3, 2, 2, 2, 2, 23, 3, 2, 2, 2, 2, 25, 3, 2, 2, 2, 2, 27, 3, 2, 2, 2, 2, 29, 3, 2, 2, 2, 2, 31, 3, 2, 2, 2, 2, 33, 3, 2, 2, 2, 2, 35, 3, 2, 2, 2, 2, 37, 3, 2, 2, 2, 2, 39, 3, 2, 2, 2, 2, 41, 3, 2, 2, 2, 2, 43, 3, 2, 2, 2, 2, 45, 3, 2, 2, 2, 2, 47, 3, 2, 2, 2, 2, 49, 3, 2, 2, 2, 2, 51, 3, 2, 2, 2, 2, 53, 3, 2, 2, 2, 2, 55, 3, 2, 2, 2, 2, 57, 3, 2, 2, 2, 2, 59, 3, 2, 2, 2, 2, 61, 3, 2, 2, 2, 2, 63, 3, 2, 2, 2, 2, 65, 3, 2, 2, 2, 2, 67, 3, 2, 2, 2, 2, 69, 3, 2, 2, 2, 2, 71, 3, 2, 2, 2, 2, 73, 3, 2, 2, 2, 2, 75, 3, 2, 2, 2, 2, 77, 3, 2, 2, 2, 2, 79, 3, 2, 2, 2, 2, 81, 3, 2, 2, 2, 2, 83, 3, 2, 2, 2, 2, 85, 3, 2, 2, 2, 2, 87, 3, 2, 2, 2, 2, 89, 3, 2, 2, 2, 2, 91, 3, 2, 2, 2, 2, 93, 3, 2, 2, 2, 2, 95, 3, 2, 2, 2, 2, 97, 3, 2, 2, 2, 2, 99, 3, 2, 2, 2, 2, 101, 3, 2, 2, 2, 2, 103, 3, 2, 2, 2, 2, 105, 3, 2, 2, 2, 2, 107, 3, 2, 2, 2, 2, 109, 3, 2, 2, 2, 2, 111, 3, 2, 2, 2, 2, 113, 3, 2, 2, 2, 2, 115, 3, 2, 2, 2, 2, 117, 3, 2, 2, 2, 2, 119, 3, 2, 2, 2, 2, 121, 3, 2, 2, 2, 2, 123, 3, 2, 2, 2, 2, 125, 3, 2, 2, 2, 2, 127, 3, 2, 2, 2, 2, 129, 3, 2, 2, 2, 2, 131, 3, 2, 2, 2, 2, 133, 3, 2, 2, 2, 2, 135, 3, 2, 2, 2, 2, 137, 3, 2, 2, 2, 2, 139, 3, 2, 2, 2, 2, 141, 3, 2, 2, 2, 2, 143, 3, 2, 2, 2, 2, 145, 3, 2, 2, 2, 2, 147, 3, 2, 2, 2, 2, 149, 3, 2, 2, 2, 2, 151, 3, 2, 2, 2, 2, 153, 3, 2, 2, 2, 2, 155, 3, 2, 2, 2, 2, 157, 3, 2, 2, 2, 2, 159, 3, 2, 2, 2, 2, 161, 3, 2, 2, 2, 2, 163, 3, 2, 2, 2, 2, 165, 3, 2, 2, 2, 2, 167, 3, 2, 2, 2, 2, 169, 3, 2, 2, 2, 2, 171, 3, 2, 2, 2, 2, 173, 3, 2, 2, 2, 2, 175, 3, 2, 2, 2, 2, 177, 3, 2, 2, 2, 2, 179, 3, 2, 2, 2, 2, 181, 3, 2, 2, 2, 2, 183, 3, 2, 2, 2, 2, 185, 3, 2, 2, 2, 2, 187, 3, 2, 2, 2, 2, 189, 3, 2, 2, 2, 2, 191, 3, 2, 2, 2, 2, 193, 3, 2, 2, 2, 2, 195, 3, 2, 2, 2, 2, 197, 3, 2, 2, 2, 2, 199, 3, 2, 2, 2, 2, 201, 3, 2, 2, 2, 2, 203, 3, 2, 2, 2, 2, 205, 3, 2, 2, 2, 2, 207, 3, 2, 2, 2, 2, 209, 3, 2, 2, 2, 2, 211, 3, 2, 2, 2, 2, 213, 3, 2, 2, 2, 2, 221, 3, 2, 2, 2, 2, 227, 3, 2, 2, 2, 2, 229, 3, 2, 2, 2, 2, 231, 3, 2, 2, 2, 2, 233, 3, 2, 2, 2, 2, 235, 3, 2, 2, 2, 3, 237, 3, 2, 2, 2, 3, 239, 3, 2, 2, 2, 3, 241, 3, 2, 2, 2, 3, 243, 3, 2, 2, 2, 3, 245, 3, 2, 2, 2, 3, 247, 3, 2, 2, 2, 3, 249, 3, 2, 2, 2, 3, 251, 3, 2, 2, 2, 3, 253, 3, 2, 2, 2, 3, 255, 3, 2, 2, 2, 3, 257, 3, 2, 2, 2, 3, 259, 3, 2, 2, 2, 3, 261, 3, 2, 2, 2, 3, 263, 3, 2, 2, 2, 3, 265, 3, 2, 2, 2, 3, 267, 3, 2, 2, 2, 3, 269, 3, 2, 2, 2, 3, 271, 3, 2, 2, 2, 3, 273, 3, 2, 2, 2, 3, 275, 3, 2, 2, 2, 3, 277, 3, 2, 2, 2, 3, 279, 3, 2, 2, 2, 3, 281, 3, 2, 2, 2, 3, 283, 3, 2, 2, 2, 3, 285, 3, 2, 2, 2, 3, 287, 3, 2, 2, 2, 3, 289, 3, 2, 2, 2, 3, 291, 3, 2, 2, 2, 3, 293, 3, 2, 2, 2, 3, 301, 3, 2, 2, 2, 3, 303, 3, 2, 2, 2, 3, 305, 3, 2, 2, 2, 3, 307, 3, 2, 2, 2, 3, 313, 3, 2, 2, 2, 3, 315, 3, 2, 2, 2, 3, 317, 3, 2, 2, 2, 4, 319, 3, 2, 2, 2, 4, 321, 3, 2, 2, 2, 4, 323, 3, 2, 2, 2, 4, 325, 3, 2, 2, 2, 4, 327, 3, 2, 2, 2, 5, 329, 3, 2, 2, 2, 7, 332, 3, 2, 2, 2, 9, 334, 3, 2, 2, 2, 11, 336, 3, 2, 2, 2, 13, 338, 3, 2, 2, 2, 15, 340, 3, 2, 2, 2, 17, 342, 3, 2, 2, 2, 19, 344, 3, 2, 2, 2, 21, 346, 3, 2, 2, 2, 23, 348, 3, 2, 2, 2, 25, 351, 3, 2, 2, 2, 27, 355, 3, 2, 2, 2, 29, 357, 3, 2, 2, 2, 31, 359, 3, 2, 2, 2, 33, 362, 3, 2, 2, 2, 35, 364, 3, 2, 2, 2, 37, 366, 3, 2, 2, 2, 39, 368, 3, 2, 2, 2, 41, 370, 3, 2, 2, 2, 43, 372, 3, 2, 2, 2, 45, 375, 3, 2, 2, 2, 47, 378, 3, 2, 2, 2, 49, 380, 3, 2, 2, 2, 51, 382, 3, 2, 2, 2, 53, 384, 3, 2, 2, 2, 55, 386, 3, 2, 2, 2, 57, 389, 3, 2, 2, 2, 59, 392, 3, 2, 2, 2, 61, 395, 3, 2, 2, 2, 63, 398, 3, 2, 2, 2, 65, 400, 3, 2, 2, 2, 67, 403, 3, 2, 2, 2, 69, 406, 3, 2, 2, 2, 71, 408, 3, 2, 2, 2, 73, 411, 3, 2, 2, 2, 75, 414, 3, 2, 2, 2, 77, 438, 3, 2, 2, 2, 79, 440, 3, 2, 2, 2, 81, 448, 3, 2, 2, 2, 83, 454, 3, 2, 2, 2, 85, 461, 3, 2, 2, 2, 87, 468, 3, 2, 2, 2, 89, 474, 3, 2, 2, 2, 91, 481, 3, 2, 2, 2, 93, 490, 3, 2, 2, 2, 95, 497, 3, 2, 2, 2, 97, 507, 3, 2, 2, 2, 99, 516, 3, 2, 2, 2, 101, 529, 3, 2, 2, 2, 103, 539, 3, 2, 2, 2, 105, 544, 3, 2, 2, 2, 107, 550, 3, 2, 2, 2, 109, 556, 3, 2, 2, 2, 111, 561, 3, 2, 2, 2, 113, 593, 3, 2, 2, 2, 115, 595, 3, 2, 2, 2, 117, 598, 3, 2, 2, 2, 119, 603, 3, 2, 2, 2, 121, 609, 3, 2, 2, 2, 123, 612, 3, 2, 2, 2, 125, 616, 3, 2, 2, 2, 127, 623, 3, 2, 2, 2, 129, 630, 3, 2, 2, 2, 131, 636, 3, 2, 2, 2, 133, 645, 3, 2, 2, 2, 135, 651, 3, 2, 2, 2, 137, 659, 3, 2, 2, 2, 139, 664, 3, 2, 2, 2, 141, 671, 3, 2, 2, 2, 143, 676, 3, 2, 2, 2, 145, 683, 3, 2, 2, 2, 147, 690, 3, 2, 2, 2, 149, 698, 3, 2, 2, 2, 151, 706, 3, 2, 2, 2, 153, 715, 3, 2, 2, 2, 155, 720, 3, 2, 2, 2, 157, 729, 3, 2, 2, 2, 159, 735, 3, 2, 2, 2, 161, 742, 3, 2, 2, 2, 163, 758, 3, 2, 2, 2, 165, 797, 3, 2, 2, 2, 167, 808, 3, 2, 2, 2, 169, 810, 3, 2, 2, 2, 171, 822, 3, 2, 2, 2, 173, 832, 3, 2, 2, 2, 175, 843, 3, 2, 2, 2, 177, 851, 3, 2, 2, 2, 179, 864, 3, 2, 2, 2, 181, 866, 3, 2, 2, 2, 183, 873, 3, 2, 2, 2, 185, 880, 3, 2, 2, 2, 187, 888, 3, 2, 2, 2, 189, 892, 3, 2, 2, 2, 191, 898, 3, 2, 2, 2, 193, 904, 3, 2, 2, 2, 195, 911, 3, 2, 2, 2, 197, 920, 3, 2, 2, 2, 199, 925, 3, 2, 2, 2, 201, 932, 3, 2, 2, 2, 203, 949, 3, 2, 2, 2, 205, 963, 3, 2, 2, 2, 207, 980, 3, 2, 2, 2, 209, 1000, 3, 2, 2, 2, 211, 1003, 3, 2, 2, 2, 213, 1012, 3, 2, 2, 2, 215, 1019, 3, 2, 2, 2, 217, 1021, 3, 2, 2, 2, 219, 1023, 3, 2, 2, 2, 221, 1025, 3, 2, 2, 2, 223, 1034, 3, 2, 2, 2, 225, 1036, 3, 2, 2, 2, 227, 1038, 3, 2, 2, 2, 229, 1060, 3, 2, 2, 2, 231, 1074, 3, 2, 2, 2, 233, 1080, 3, 2, 2, 2, 235, 1091, 3, 2, 2, 2, 237, 1105, 3, 2, 2, 2, 239, 1661, 3, 2, 2, 2, 241, 1663, 3, 2, 2, 2, 243, 1665, 3, 2, 2, 2, 245, 1667, 3, 2, 2, 2, 247, 1669, 3, 2, 2, 2, 249, 1671, 3, 2, 2, 2, 251, 1673, 3, 2, 2, 2, 253, 1675, 3, 2, 2, 2, 255, 1677, 3, 2, 2, 2, 257, 1679, 3, 2, 2, 2, 259, 1682, 3, 2, 2, 2, 261, 1685, 3, 2, 2, 2, 263, 1687, 3, 2, 2, 2, 265, 1689, 3, 2, 2, 2, 267, 1691, 3, 2, 2, 2, 269, 1693, 3, 2, 2, 2, 271, 1695, 3, 2, 2, 2, 273, 1697, 3, 2, 2, 2, 275, 1700, 3, 2, 2, 2, 277, 1705, 3, 2, 2, 2, 279, 1710, 3, 2, 2, 2, 281, 1712, 3, 2, 2, 2, 283, 1728, 3, 2, 2, 2, 285, 1737, 3, 2, 2, 2, 287, 1753, 3, 2, 2, 2, 289, 1755, 3, 2, 2, 2, 291, 1762, 3, 2, 2, 2, 293, 1766, 3, 2, 2, 2, 295, 1772, 3, 2, 2, 2, 297, 1774, 3, 2, 2, 2, 299, 1776, 3, 2, 2, 2, 301, 1778, 3, 2, 2, 2, 303, 1786, 3, 2, 2, 2, 305, 1792, 3, 2, 2, 2, 307, 1799, 3, 2, 2, 2, 309, 1806, 3, 2, 2, 2, 311, 1808, 3, 2, 2, 2, 313, 1811, 3, 2, 2, 2, 315, 1817, 3, 2, 2, 2, 317, 1828, 3, 2, 2, 2, 319, 1842, 3, 2, 2, 2, 321, 1851, 3, 2, 2, 2, 323, 1864, 3, 2, 2, 2, 325, 1870, 3, 2, 2, 2, 327, 1881, 3, 2, 2, 2, 329, 330, 7, 125, 2, 2, 330, 331, 8, 2, 2, 2, 331, 6, 3, 2, 2, 2, 332, 333, 7, 127, 2, 2, 333, 8, 3, 2, 2, 2, 334, 335, 7, 93, 2, 2, 335, 10, 3, 2, 2, 2, 336, 337, 7, 95, 2, 2, 337, 12, 3, 2, 2, 2, 338, 339, 7, 42, 2, 2, 339, 14, 3, 2, 2, 2, 340, 341, 7, 43, 2, 2, 341, 16, 3, 2, 2, 2, 342, 343, 7, 61, 2, 2, 343, 18, 3, 2, 2, 2, 344, 345, 7, 60, 2, 2, 345, 20, 3, 2, 2, 2, 346, 347, 7, 46, 2, 2, 347, 22, 3, 2, 2, 2, 348, 349, 7, 48, 2, 2, 349, 350, 7, 48, 2, 2, 350, 24, 3, 2, 2, 2, 351, 352, 7, 48, 2, 2, 352, 353, 7, 48, 2, 2, 353, 354, 7, 48, 2, 2, 354, 26, 3, 2, 2, 2, 355, 356, 7, 65, 2, 2, 356, 28, 3, 2, 2, 2, 357, 358, 7, 48, 2, 2, 358, 30, 3, 2, 2, 2, 359, 360, 7, 47, 2, 2, 360, 361, 7, 64, 2, 2, 361, 32, 3, 2, 2, 2, 362, 363, 7, 45, 2, 2, 363, 34, 3, 2, 2, 2, 364, 365, 7, 47, 2, 2, 365, 36, 3, 2, 2, 2, 366, 367, 7, 44, 2, 2, 367, 38, 3, 2, 2, 2, 368, 369, 7, 49, 2, 2, 369, 40, 3, 2, 2, 2, 370, 371, 7, 39, 2, 2, 371, 42, 3, 2, 2, 2, 372, 373, 7, 45, 2, 2, 373, 374, 7, 45, 2, 2, 374, 44, 3, 2, 2, 2, 375, 376, 7, 47, 2, 2, 376, 377, 7, 47, 2, 2, 377, 46, 3, 2, 2, 2, 378, 379, 7, 40, 2, 2, 379, 48, 3, 2, 2, 2, 380, 381, 7, 128, 2, 2, 381, 50, 3, 2, 2, 2, 382, 383, 7, 96, 2, 2, 383, 52, 3, 2, 2, 2, 384, 385, 7, 126, 2, 2, 385, 54, 3, 2, 2, 2, 386, 387, 7, 62, 2, 2, 387, 388, 7, 62, 2, 2, 388, 56, 3, 2, 2, 2, 389, 390, 7, 64, 2, 2, 390, 391, 7, 64, 2, 2, 391, 58, 3, 2, 2, 2, 392, 393, 7, 63, 2, 2, 393, 394, 7, 63, 2, 2, 394, 60, 3, 2, 2, 2, 395, 396, 7, 35, 2, 2, 396, 397, 7, 63, 2, 2, 397, 62, 3, 2, 2, 2, 398, 399, 7, 62, 2, 2, 399, 64, 3, 2, 2, 2, 400, 401, 7, 62, 2, 2, 401, 402, 7, 63, 2, 2, 402, 66, 3, 2, 2, 2, 403, 404, 7, 64, 2, 2, 404, 405, 7, 63, 2, 2, 405, 68, 3, 2, 2, 2, 406, 407, 7, 64, 2, 2, 407, 70, 3, 2, 2, 2, 408, 409, 7, 40, 2, 2, 409, 410, 7, 40, 2, 2, 410, 72, 3, 2, 2, 2, 411, 412, 7, 126, 2, 2, 412, 413, 7, 126, 2, 2, 413, 74, 3, 2, 2, 2, 414, 415, 7, 63, 2, 2, 415, 76, 3, 2, 2, 2, 416, 417, 7, 45, 2, 2, 417, 439, 7, 63, 2, 2, 418, 419, 7, 47, 2, 2, 419, 439, 7, 63, 2, 2, 420, 421, 7, 44, 2, 2, 421, 439, 7, 63, 2, 2, 422, 423, 7, 49, 2, 2, 423, 439, 7, 63, 2, 2, 424, 425, 7, 39, 2, 2, 425, 439, 7, 63, 2, 2, 426, 427, 7, 62, 2, 2, 427, 428, 7, 62, 2, 2, 428, 439, 7, 63, 2, 2, 429, 430, 7, 64, 2, 2, 430, 431, 7, 64, 2, 2, 431, 439, 7, 63, 2, 2, 432, 433, 7, 40, 2, 2, 433, 439, 7, 63, 2, 2, 434, 435, 7, 126, 2, 2, 435, 439, 7, 63, 2, 2, 436, 437, 7, 96, 2, 2, 437, 439, 7, 63, 2, 2, 438, 416, 3, 2, 2, 2, 438, 418, 3, 2, 2, 2, 438, 420, 3, 2, 2, 2, 438, 422, 3, 2, 2, 2, 438, 424, 3, 2, 2, 2, 438, 426, 3, 2, 2, 2, 438, 429, 3, 2, 2, 2, 438, 432, 3, 2, 2, 2, 438, 434, 3, 2, 2, 2, 438, 436, 3, 2, 2, 2, 439, 78, 3, 2, 2, 2, 440, 441, 7, 118, 2, 2, 441, 442, 7, 123, 2, 2, 442, 443, 7, 114, 2, 2, 443, 444, 7, 103, 2, 2, 444, 445, 7, 102, 2, 2, 445, 446, 7, 103, 2, 2, 446, 447, 7, 104, 2, 2, 447, 80, 3, 2, 2, 2, 448, 449, 7, 101, 2, 2, 449, 450, 7, 113, 2, 2, 450, 451, 7, 112, 2, 2, 451, 452, 7, 117, 2, 2, 452, 453, 7, 118, 2, 2, 453, 82, 3, 2, 2, 2, 454, 455, 7, 103, 2, 2, 455, 456, 7, 122, 2, 2, 456, 457, 7, 118, 2, 2, 457, 458, 7, 103, 2, 2, 458, 459, 7, 116, 2, 2, 459, 460, 7, 112, 2, 2, 460, 84, 3, 2, 2, 2, 461, 462, 7, 103, 2, 2, 462, 463, 7, 122, 2, 2, 463, 464, 7, 114, 2, 2, 464, 465, 7, 113, 2, 2, 465, 466, 7, 116, 2, 2, 466, 467, 7, 118, 2, 2, 467, 86, 3, 2, 2, 2, 468, 469, 7, 99, 2, 2, 469, 470, 7, 110, 2, 2, 470, 471, 7, 107, 2, 2, 471, 472, 7, 105, 2, 2, 472, 473, 7, 112, 2, 2, 473, 88, 3, 2, 2, 2, 474, 475, 7, 107, 2, 2, 475, 476, 7, 112, 2, 2, 476, 477, 7, 110, 2, 2, 477, 478, 7, 107, 2, 2, 478, 479, 7, 112, 2, 2, 479, 480, 7, 103, 2, 2, 480, 90, 3, 2, 2, 2, 481, 482, 7, 120, 2, 2, 482, 483, 7, 113, 2, 2, 483, 484, 7, 110, 2, 2, 484, 485, 7, 99, 2, 2, 485, 486, 7, 118, 2, 2, 486, 487, 7, 107, 2, 2, 487, 488, 7, 110, 2, 2, 488, 489, 7, 103, 2, 2, 489, 92, 3, 2, 2, 2, 490, 491, 7, 117, 2, 2, 491, 492, 7, 118, 2, 2, 492, 493, 7, 99, 2, 2, 493, 494, 7, 118, 2, 2, 494, 495, 7, 107, 2, 2, 495, 496, 7, 101, 2, 2, 496, 94, 3, 2, 2, 2, 497, 498, 7, 107, 2, 2, 498, 499, 7, 112, 2, 2, 499, 500, 7, 118, 2, 2, 500, 501, 7, 103, 2, 2, 501, 502, 7, 116, 2, 2, 502, 503, 7, 116, 2, 2, 503, 504, 7, 119, 2, 2, 504, 505, 7, 114, 2, 2, 505, 506, 7, 118, 2, 2, 506, 96, 3, 2, 2, 2, 507, 508, 7, 116, 2, 2, 508, 509, 7, 103, 2, 2, 509, 510, 7, 105, 2, 2, 510, 511, 7, 107, 2, 2, 511, 512, 7, 117, 2, 2, 512, 513, 7, 118, 2, 2, 513, 514, 7, 103, 2, 2, 514, 515, 7, 116, 2, 2, 515, 98, 3, 2, 2, 2, 516, 517, 7, 97, 2, 2, 517, 518, 7, 97, 2, 2, 518, 519, 7, 124, 2, 2, 519, 520, 7, 114, 2, 2, 520, 521, 7, 97, 2, 2, 521, 522, 7, 116, 2, 2, 522, 523, 7, 103, 2, 2, 523, 524, 7, 117, 2, 2, 524, 525, 7, 103, 2, 2, 525, 526, 7, 116, 2, 2, 526, 527, 7, 120, 2, 2, 527, 528, 7, 103, 2, 2, 528, 100, 3, 2, 2, 2, 529, 530, 7, 97, 2, 2, 530, 531, 7, 97, 2, 2, 531, 532, 7, 99, 2, 2, 532, 533, 7, 102, 2, 2, 533, 534, 7, 102, 2, 2, 534, 535, 7, 116, 2, 2, 535, 536, 7, 103, 2, 2, 536, 537, 7, 117, 2, 2, 537, 538, 7, 117, 2, 2, 538, 102, 3, 2, 2, 2, 539, 540, 7, 97, 2, 2, 540, 541, 7, 97, 2, 2, 541, 542, 7, 124, 2, 2, 542, 543, 7, 114, 2, 2, 543, 104, 3, 2, 2, 2, 544, 545, 7, 97, 2, 2, 545, 546, 7, 97, 2, 2, 546, 547, 7, 111, 2, 2, 547, 548, 7, 103, 2, 2, 548, 549, 7, 111, 2, 2, 549, 106, 3, 2, 2, 2, 550, 551, 7, 97, 2, 2, 551, 552, 7, 97, 2, 2, 552, 553, 7, 117, 2, 2, 553, 554, 7, 117, 2, 2, 554, 555, 7, 99, 2, 2, 555, 108, 3, 2, 2, 2, 556, 557, 7, 97, 2, 2, 557, 558, 7, 97, 2, 2, 558, 559, 7, 111, 2, 2, 559, 560, 7, 99, 2, 2, 560, 110, 3, 2, 2, 2, 561, 562, 7, 97, 2, 2, 562, 563, 7, 97, 2, 2, 563, 564, 7, 107, 2, 2, 564, 565, 7, 112, 2, 2, 565, 566, 7, 118, 2, 2, 566, 567, 7, 116, 2, 2, 567, 568, 7, 107, 2, 2, 568, 569, 7, 112, 2, 2, 569, 570, 7, 117, 2, 2, 570, 571, 7, 107, 2, 2, 571, 572, 7, 101, 2, 2, 572, 112, 3, 2, 2, 2, 573, 574, 7, 97, 2, 2, 574, 575, 7, 97, 2, 2, 575, 576, 7, 117, 2, 2, 576, 577, 7, 118, 2, 2, 577, 578, 7, 99, 2, 2, 578, 579, 7, 101, 2, 2, 579, 580, 7, 109, 2, 2, 580, 581, 7, 101, 2, 2, 581, 582, 7, 99, 2, 2, 582, 583, 7, 110, 2, 2, 583, 594, 7, 110, 2, 2, 584, 585, 7, 97, 2, 2, 585, 586, 7, 97, 2, 2, 586, 587, 7, 114, 2, 2, 587, 588, 7, 106, 2, 2, 588, 589, 7, 107, 2, 2, 589, 590, 7, 101, 2, 2, 590, 591, 7, 99, 2, 2, 591, 592, 7, 110, 2, 2, 592, 594, 7, 110, 2, 2, 593, 573, 3, 2, 2, 2, 593, 584, 3, 2, 2, 2, 594, 114, 3, 2, 2, 2, 595, 596, 7, 107, 2, 2, 596, 597, 7, 104, 2, 2, 597, 116, 3, 2, 2, 2, 598, 599, 7, 103, 2, 2, 599, 600, 7, 110, 2, 2, 600, 601, 7, 117, 2, 2, 601, 602, 7, 103, 2, 2, 602, 118, 3, 2, 2, 2, 603, 604, 7, 121, 2, 2, 604, 605, 7, 106, 2, 2, 605, 606, 7, 107, 2, 2, 606, 607, 7, 110, 2, 2, 607, 608, 7, 103, 2, 2, 608, 120, 3, 2, 2, 2, 609, 610, 7, 102, 2, 2, 610, 611, 7, 113, 2, 2, 611, 122, 3, 2, 2, 2, 612, 613, 7, 104, 2, 2, 613, 614, 7, 113, 2, 2, 614, 615, 7, 116, 2, 2, 615, 124, 3, 2, 2, 2, 616, 617, 7, 117, 2, 2, 617, 618, 7, 121, 2, 2, 618, 619, 7, 107, 2, 2, 619, 620, 7, 118, 2, 2, 620, 621, 7, 101, 2, 2, 621, 622, 7, 106, 2, 2, 622, 126, 3, 2, 2, 2, 623, 624, 7, 116, 2, 2, 624, 625, 7, 103, 2, 2, 625, 626, 7, 118, 2, 2, 626, 627, 7, 119, 2, 2, 627, 628, 7, 116, 2, 2, 628, 629, 7, 112, 2, 2, 629, 128, 3, 2, 2, 2, 630, 631, 7, 100, 2, 2, 631, 632, 7, 116, 2, 2, 632, 633, 7, 103, 2, 2, 633, 634, 7, 99, 2, 2, 634, 635, 7, 109, 2, 2, 635, 130, 3, 2, 2, 2, 636, 637, 7, 101, 2, 2, 637, 638, 7, 113, 2, 2, 638, 639, 7, 112, 2, 2, 639, 640, 7, 118, 2, 2, 640, 641, 7, 107, 2, 2, 641, 642, 7, 112, 2, 2, 642, 643, 7, 119, 2, 2, 643, 644, 7, 103, 2, 2, 644, 132, 3, 2, 2, 2, 645, 646, 7, 99, 2, 2, 646, 647, 7, 117, 2, 2, 647, 648, 7, 111, 2, 2, 648, 649, 3, 2, 2, 2, 649, 650, 8, 66, 3, 2, 650, 134, 3, 2, 2, 2, 651, 652, 7, 102, 2, 2, 652, 653, 7, 103, 2, 2, 653, 654, 7, 104, 2, 2, 654, 655, 7, 99, 2, 2, 655, 656, 7, 119, 2, 2, 656, 657, 7, 110, 2, 2, 657, 658, 7, 118, 2, 2, 658, 136, 3, 2, 2, 2, 659, 660, 7, 101, 2, 2, 660, 661, 7, 99, 2, 2, 661, 662, 7, 117, 2, 2, 662, 663, 7, 103, 2, 2, 663, 138, 3, 2, 2, 2, 664, 665, 7, 117, 2, 2, 665, 666, 7, 118, 2, 2, 666, 667, 7, 116, 2, 2, 667, 668, 7, 119, 2, 2, 668, 669, 7, 101, 2, 2, 669, 670, 7, 118, 2, 2, 670, 140, 3, 2, 2, 2, 671, 672, 7, 103, 2, 2, 672, 673, 7, 112, 2, 2, 673, 674, 7, 119, 2, 2, 674, 675, 7, 111, 2, 2, 675, 142, 3, 2, 2, 2, 676, 677, 7, 117, 2, 2, 677, 678, 7, 107, 2, 2, 678, 679, 7, 124, 2, 2, 679, 680, 7, 103, 2, 2, 680, 681, 7, 113, 2, 2, 681, 682, 7, 104, 2, 2, 682, 144, 3, 2, 2, 2, 683, 684, 7, 118, 2, 2, 684, 685, 7, 123, 2, 2, 685, 686, 7, 114, 2, 2, 686, 687, 7, 103, 2, 2, 687, 688, 7, 107, 2, 2, 688, 689, 7, 102, 2, 2, 689, 146, 3, 2, 2, 2, 690, 691, 7, 102, 2, 2, 691, 692, 7, 103, 2, 2, 692, 693, 7, 104, 2, 2, 693, 694, 7, 107, 2, 2, 694, 695, 7, 112, 2, 2, 695, 696, 7, 103, 2, 2, 696, 697, 7, 102, 2, 2, 697, 148, 3, 2, 2, 2, 698, 699, 7, 109, 2, 2, 699, 700, 7, 107, 2, 2, 700, 701, 7, 101, 2, 2, 701, 702, 7, 109, 2, 2, 702, 703, 7, 99, 2, 2, 703, 704, 7, 117, 2, 2, 704, 705, 7, 111, 2, 2, 705, 150, 3, 2, 2, 2, 706, 707, 7, 116, 2, 2, 707, 708, 7, 103, 2, 2, 708, 709, 7, 117, 2, 2, 709, 710, 7, 113, 2, 2, 710, 711, 7, 119, 2, 2, 711, 712, 7, 116, 2, 2, 712, 713, 7, 101, 2, 2, 713, 714, 7, 103, 2, 2, 714, 152, 3, 2, 2, 2, 715, 716, 7, 119, 2, 2, 716, 717, 7, 117, 2, 2, 717, 718, 7, 103, 2, 2, 718, 719, 7, 117, 2, 2, 719, 154, 3, 2, 2, 2, 720, 721, 7, 101, 2, 2, 721, 722, 7, 110, 2, 2, 722, 723, 7, 113, 2, 2, 723, 724, 7, 100, 2, 2, 724, 725, 7, 100, 2, 2, 725, 726, 7, 103, 2, 2, 726, 727, 7, 116, 2, 2, 727, 728, 7, 117, 2, 2, 728, 156, 3, 2, 2, 2, 729, 730, 7, 100, 2, 2, 730, 731, 7, 123, 2, 2, 731, 732, 7, 118, 2, 2, 732, 733, 7, 103, 2, 2, 733, 734, 7, 117, 2, 2, 734, 158, 3, 2, 2, 2, 735, 736, 7, 101, 2, 2, 736, 737, 7, 123, 2, 2, 737, 738, 7, 101, 2, 2, 738, 739, 7, 110, 2, 2, 739, 740, 7, 103, 2, 2, 740, 741, 7, 117, 2, 2, 741, 160, 3, 2, 2, 2, 742, 743, 7, 35, 2, 2, 743, 162, 3, 2, 2, 2, 744, 745, 7, 117, 2, 2, 745, 746, 7, 107, 2, 2, 746, 747, 7, 105, 2, 2, 747, 748, 7, 112, 2, 2, 748, 749, 7, 103, 2, 2, 749, 759, 7, 102, 2, 2, 750, 751, 7, 119, 2, 2, 751, 752, 7, 112, 2, 2, 752, 753, 7, 117, 2, 2, 753, 754, 7, 107, 2, 2, 754, 755, 7, 105, 2, 2, 755, 756, 7, 112, 2, 2, 756, 757, 7, 103, 2, 2, 757, 759, 7, 102, 2, 2, 758, 744, 3, 2, 2, 2, 758, 750, 3, 2, 2, 2, 759, 164, 3, 2, 2, 2, 760, 761, 7, 100, 2, 2, 761, 762, 7, 123, 2, 2, 762, 763, 7, 118, 2, 2, 763, 798, 7, 103, 2, 2, 764, 765, 7, 121, 2, 2, 765, 766, 7, 113, 2, 2, 766, 767, 7, 116, 2, 2, 767, 798, 7, 102, 2, 2, 768, 769, 7, 102, 2, 2, 769, 770, 7, 121, 2, 2, 770, 771, 7, 113, 2, 2, 771, 772, 7, 116, 2, 2, 772, 798, 7, 102, 2, 2, 773, 774, 7, 100, 2, 2, 774, 775, 7, 113, 2, 2, 775, 776, 7, 113, 2, 2, 776, 798, 7, 110, 2, 2, 777, 778, 7, 101, 2, 2, 778, 779, 7, 106, 2, 2, 779, 780, 7, 99, 2, 2, 780, 798, 7, 116, 2, 2, 781, 782, 7, 117, 2, 2, 782, 783, 7, 106, 2, 2, 783, 784, 7, 113, 2, 2, 784, 785, 7, 116, 2, 2, 785, 798, 7, 118, 2, 2, 786, 787, 7, 107, 2, 2, 787, 788, 7, 112, 2, 2, 788, 798, 7, 118, 2, 2, 789, 790, 7, 110, 2, 2, 790, 791, 7, 113, 2, 2, 791, 792, 7, 112, 2, 2, 792, 798, 7, 105, 2, 2, 793, 794, 7, 120, 2, 2, 794, 795, 7, 113, 2, 2, 795, 796, 7, 107, 2, 2, 796, 798, 7, 102, 2, 2, 797, 760, 3, 2, 2, 2, 797, 764, 3, 2, 2, 2, 797, 768, 3, 2, 2, 2, 797, 773, 3, 2, 2, 2, 797, 777, 3, 2, 2, 2, 797, 781, 3, 2, 2, 2, 797, 786, 3, 2, 2, 2, 797, 789, 3, 2, 2, 2, 797, 793, 3, 2, 2, 2, 798, 166, 3, 2, 2, 2, 799, 800, 7, 118, 2, 2, 800, 801, 7, 116, 2, 2, 801, 802, 7, 119, 2, 2, 802, 809, 7, 103, 2, 2, 803, 804, 7, 104, 2, 2, 804, 805, 7, 99, 2, 2, 805, 806, 7, 110, 2, 2, 806, 807, 7, 117, 2, 2, 807, 809, 7, 103, 2, 2, 808, 799, 3, 2, 2, 2, 808, 803, 3, 2, 2, 2, 809, 168, 3, 2, 2, 2, 810, 811, 7, 125, 2, 2, 811, 812, 7, 125, 2, 2, 812, 816, 3, 2, 2, 2, 813, 815, 11, 2, 2, 2, 814, 813, 3, 2, 2, 2, 815, 818, 3, 2, 2, 2, 816, 817, 3, 2, 2, 2, 816, 814, 3, 2, 2, 2, 817, 819, 3, 2, 2, 2, 818, 816, 3, 2, 2, 2, 819, 820, 7, 127, 2, 2, 820, 821, 7, 127, 2, 2, 821, 170, 3, 2, 2, 2, 822, 823, 7, 37, 2, 2, 823, 824, 7, 107, 2, 2, 824, 825, 7, 111, 2, 2, 825, 826, 7, 114, 2, 2, 826, 827, 7, 113, 2, 2, 827, 828, 7, 116, 2, 2, 828, 829, 7, 118, 2, 2, 829, 830, 3, 2, 2, 2, 830, 831, 8, 85, 4, 2, 831, 172, 3, 2, 2, 2, 832, 833, 7, 37, 2, 2, 833, 834, 7, 107, 2, 2, 834, 835, 7, 112, 2, 2, 835, 836, 7, 101, 2, 2, 836, 837, 7, 110, 2, 2, 837, 838, 7, 119, 2, 2, 838, 839, 7, 102, 2, 2, 839, 840, 7, 103, 2, 2, 840, 841, 3, 2, 2, 2, 841, 842, 8, 86, 5, 2, 842, 174, 3, 2, 2, 2, 843, 844, 7, 37, 2, 2, 844, 845, 7, 114, 2, 2, 845, 846, 7, 116, 2, 2, 846, 847, 7, 99, 2, 2, 847, 848, 7, 105, 2, 2, 848, 849, 7, 111, 2, 2, 849, 850, 7, 99, 2, 2, 850, 176, 3, 2, 2, 2, 851, 852, 7, 37, 2, 2, 852, 853, 7, 102, 2, 2, 853, 854, 7, 103, 2, 2, 854, 855, 7, 104, 2, 2, 855, 856, 7, 107, 2, 2, 856, 857, 7, 112, 2, 2, 857, 858, 7, 103, 2, 2, 858, 178, 3, 2, 2, 2, 859, 860, 7, 94, 2, 2, 860, 865, 7, 12, 2, 2, 861, 862, 7, 94, 2, 2, 862, 863, 7, 15, 2, 2, 863, 865, 7, 12, 2, 2, 864, 859, 3, 2, 2, 2, 864, 861, 3, 2, 2, 2, 865, 180, 3, 2, 2, 2, 866, 867, 7, 37, 2, 2, 867, 868, 7, 119, 2, 2, 868, 869, 7, 112, 2, 2, 869, 870, 7, 102, 2, 2, 870, 871, 7, 103, 2, 2, 871, 872, 7, 104, 2, 2, 872, 182, 3, 2, 2, 2, 873, 874, 7, 37, 2, 2, 874, 875, 7, 107, 2, 2, 875, 876, 7, 104, 2, 2, 876, 877, 7, 102, 2, 2, 877, 878, 7, 103, 2, 2, 878, 879, 7, 104, 2, 2, 879, 184, 3, 2, 2, 2, 880, 881, 7, 37, 2, 2, 881, 882, 7, 107, 2, 2, 882, 883, 7, 104, 2, 2, 883, 884, 7, 112, 2, 2, 884, 885, 7, 102, 2, 2, 885, 886, 7, 103, 2, 2, 886, 887, 7, 104, 2, 2, 887, 186, 3, 2, 2, 2, 888, 889, 7, 37, 2, 2, 889, 890, 7, 107, 2, 2, 890, 891, 7, 104, 2, 2, 891, 188, 3, 2, 2, 2, 892, 893, 7, 37, 2, 2, 893, 894, 7, 103, 2, 2, 894, 895, 7, 110, 2, 2, 895, 896, 7, 107, 2, 2, 896, 897, 7, 104, 2, 2, 897, 190, 3, 2, 2, 2, 898, 899, 7, 37, 2, 2, 899, 900, 7, 103, 2, 2, 900, 901, 7, 110, 2, 2, 901, 902, 7, 117, 2, 2, 902, 903, 7, 103, 2, 2, 903, 192, 3, 2, 2, 2, 904, 905, 7, 37, 2, 2, 905, 906, 7, 103, 2, 2, 906, 907, 7, 112, 2, 2, 907, 908, 7, 102, 2, 2, 908, 909, 7, 107, 2, 2, 909, 910, 7, 104, 2, 2, 910, 194, 3, 2, 2, 2, 911, 912, 7, 37, 2, 2, 912, 913, 7, 103, 2, 2, 913, 914, 7, 116, 2, 2, 914, 915, 7, 116, 2, 2, 915, 916, 7, 113, 2, 2, 916, 917, 7, 116, 2, 2, 917, 196, 3, 2, 2, 2, 918, 921, 5, 199, 99, 2, 919, 921, 5, 207, 103, 2, 920, 918, 3, 2, 2, 2, 920, 919, 3, 2, 2, 2, 921, 198, 3, 2, 2, 2, 922, 926, 5, 201, 100, 2, 923, 926, 5, 203, 101, 2, 924, 926, 5, 205, 102, 2, 925, 922, 3, 2, 2, 2, 925, 923, 3, 2, 2, 2, 925, 924, 3, 2, 2, 2, 926, 200, 3, 2, 2, 2, 927, 933, 7, 39, 2, 2, 928, 929, 7, 50, 2, 2, 929, 933, 7, 100, 2, 2, 930, 931, 7, 50, 2, 2, 931, 933, 7, 68, 2, 2, 932, 927, 3, 2, 2, 2, 932, 928, 3, 2, 2, 2, 932, 930, 3, 2, 2, 2, 933, 937, 3, 2, 2, 2, 934, 936, 5, 215, 107, 2, 935, 934, 3, 2, 2, 2, 936, 939, 3, 2, 2, 2, 937, 935, 3, 2, 2, 2, 937, 938, 3, 2, 2, 2, 938, 940, 3, 2, 2, 2, 939, 937, 3, 2, 2, 2, 940, 942, 7, 48, 2, 2, 941, 943, 5, 215, 107, 2, 942, 941, 3, 2, 2, 2, 943, 944, 3, 2, 2, 2, 944, 942, 3, 2, 2, 2, 944, 945, 3, 2, 2, 2, 945, 202, 3, 2, 2, 2, 946, 948, 5, 217, 108, 2, 947, 946, 3, 2, 2, 2, 948, 951, 3, 2, 2, 2, 949, 947, 3, 2, 2, 2, 949, 950, 3, 2, 2, 2, 950, 952, 3, 2, 2, 2, 951, 949, 3, 2, 2, 2, 952, 954, 7, 48, 2, 2, 953, 955, 5, 217, 108, 2, 954, 953, 3, 2, 2, 2, 955, 956, 3, 2, 2, 2, 956, 954, 3, 2, 2, 2, 956, 957, 3, 2, 2, 2, 957, 204, 3, 2, 2, 2, 958, 964, 7, 38, 2, 2, 959, 960, 7, 50, 2, 2, 960, 964, 7, 122, 2, 2, 961, 962, 7, 50, 2, 2, 962, 964, 7, 90, 2, 2, 963, 958, 3, 2, 2, 2, 963, 959, 3, 2, 2, 2, 963, 961, 3, 2, 2, 2, 964, 968, 3, 2, 2, 2, 965, 967, 5, 219, 109, 2, 966, 965, 3, 2, 2, 2, 967, 970, 3, 2, 2, 2, 968, 966, 3, 2, 2, 2, 968, 969, 3, 2, 2, 2, 969, 971, 3, 2, 2, 2, 970, 968, 3, 2, 2, 2, 971, 973, 7, 48, 2, 2, 972, 974, 5, 219, 109, 2, 973, 972, 3, 2, 2, 2, 974, 975, 3, 2, 2, 2, 975, 973, 3, 2, 2, 2, 975, 976, 3, 2, 2, 2, 976, 206, 3, 2, 2, 2, 977, 981, 5, 211, 105, 2, 978, 981, 5, 213, 106, 2, 979, 981, 5, 209, 104, 2, 980, 977, 3, 2, 2, 2, 980, 978, 3, 2, 2, 2, 980, 979, 3, 2, 2, 2, 981, 985, 3, 2, 2, 2, 982, 983, 9, 2, 2, 2, 983, 986, 9, 3, 2, 2, 984, 986, 7, 110, 2, 2, 985, 982, 3, 2, 2, 2, 985, 984, 3, 2, 2, 2, 985, 986, 3, 2, 2, 2, 986, 208, 3, 2, 2, 2, 987, 988, 7, 50, 2, 2, 988, 990, 9, 4, 2, 2, 989, 991, 5, 215, 107, 2, 990, 989, 3, 2, 2, 2, 991, 992, 3, 2, 2, 2, 992, 990, 3, 2, 2, 2, 992, 993, 3, 2, 2, 2, 993, 1001, 3, 2, 2, 2, 994, 996, 7, 39, 2, 2, 995, 997, 5, 215, 107, 2, 996, 995, 3, 2, 2, 2, 997, 998, 3, 2, 2, 2, 998, 996, 3, 2, 2, 2, 998, 999, 3, 2, 2, 2, 999, 1001, 3, 2, 2, 2, 1000, 987, 3, 2, 2, 2, 1000, 994, 3, 2, 2, 2, 1001, 210, 3, 2, 2, 2, 1002, 1004, 5, 217, 108, 2, 1003, 1002, 3, 2, 2, 2, 1004, 1005, 3, 2, 2, 2, 1005, 1003, 3, 2, 2, 2, 1005, 1006, 3, 2, 2, 2, 1006, 212, 3, 2, 2, 2, 1007, 1013, 7, 38, 2, 2, 1008, 1009, 7, 50, 2, 2, 1009, 1013, 7, 122, 2, 2, 1010, 1011, 7, 50, 2, 2, 1011, 1013, 7, 90, 2, 2, 1012, 1007, 3, 2, 2, 2, 1012, 1008, 3, 2, 2, 2, 1012, 1010, 3, 2, 2, 2, 1013, 1015, 3, 2, 2, 2, 1014, 1016, 5, 219, 109, 2, 1015, 1014, 3, 2, 2, 2, 1016, 1017, 3, 2, 2, 2, 1017, 1015, 3, 2, 2, 2, 1017, 1018, 3, 2, 2, 2, 1018, 214, 3, 2, 2, 2, 1019, 1020, 9, 5, 2, 2, 1020, 216, 3, 2, 2, 2, 1021, 1022, 9, 6, 2, 2, 1022, 218, 3, 2, 2, 2, 1023, 1024, 9, 7, 2, 2, 1024, 220, 3, 2, 2, 2, 1025, 1029, 5, 223, 111, 2, 1026, 1028, 5, 225, 112, 2, 1027, 1026, 3, 2, 2, 2, 1028, 1031, 3, 2, 2, 2, 1029, 1027, 3, 2, 2, 2, 1029, 1030, 3, 2, 2, 2, 1030, 1032, 3, 2, 2, 2, 1031, 1029, 3, 2, 2, 2, 1032, 1033, 8, 110, 6, 2, 1033, 222, 3, 2, 2, 2, 1034, 1035, 9, 8, 2, 2, 1035, 224, 3, 2, 2, 2, 1036, 1037, 9, 9, 2, 2, 1037, 226, 3, 2, 2, 2, 1038, 1044, 7, 36, 2, 2, 1039, 1040, 7, 94, 2, 2, 1040, 1043, 7, 36, 2, 2, 1041, 1043, 10, 10, 2, 2, 1042, 1039, 3, 2, 2, 2, 1042, 1041, 3, 2, 2, 2, 1043, 1046, 3, 2, 2, 2, 1044, 1042, 3, 2, 2, 2, 1044, 1045, 3, 2, 2, 2, 1045, 1047, 3, 2, 2, 2, 1046, 1044, 3, 2, 2, 2, 1047, 1049, 7, 36, 2, 2, 1048, 1050, 9, 11, 2, 2, 1049, 1048, 3, 2, 2, 2, 1049, 1050, 3, 2, 2, 2, 1050, 1055, 3, 2, 2, 2, 1051, 1053, 9, 12, 2, 2, 1052, 1054, 9, 13, 2, 2, 1053, 1052, 3, 2, 2, 2, 1053, 1054, 3, 2, 2, 2, 1054, 1056, 3, 2, 2, 2, 1055, 1051, 3, 2, 2, 2, 1055, 1056, 3, 2, 2, 2, 1056, 1058, 3, 2, 2, 2, 1057, 1059, 9, 11, 2, 2, 1058, 1057, 3, 2, 2, 2, 1058, 1059, 3, 2, 2, 2, 1059, 228, 3, 2, 2, 2, 1060, 1069, 7, 41, 2, 2, 1061, 1066, 7, 94, 2, 2, 1062, 1067, 9, 14, 2, 2, 1063, 1064, 7, 122, 2, 2, 1064, 1065, 9, 15, 2, 2, 1065, 1067, 9, 15, 2, 2, 1066, 1062, 3, 2, 2, 2, 1066, 1063, 3, 2, 2, 2, 1067, 1070, 3, 2, 2, 2, 1068, 1070, 10, 16, 2, 2, 1069, 1061, 3, 2, 2, 2, 1069, 1068, 3, 2, 2, 2, 1070, 1071, 3, 2, 2, 2, 1071, 1072, 7, 41, 2, 2, 1072, 230, 3, 2, 2, 2, 1073, 1075, 9, 17, 2, 2, 1074, 1073, 3, 2, 2, 2, 1075, 1076, 3, 2, 2, 2, 1076, 1074, 3, 2, 2, 2, 1076, 1077, 3, 2, 2, 2, 1077, 1078, 3, 2, 2, 2, 1078, 1079, 8, 115, 7, 2, 1079, 232, 3, 2, 2, 2, 1080, 1081, 7, 49, 2, 2, 1081, 1082, 7, 49, 2, 2, 1082, 1086, 3, 2, 2, 2, 1083, 1085, 10, 18, 2, 2, 1084, 1083, 3, 2, 2, 2, 1085, 1088, 3, 2, 2, 2, 1086, 1084, 3, 2, 2, 2, 1086, 1087, 3, 2, 2, 2, 1087, 1089, 3, 2, 2, 2, 1088, 1086, 3, 2, 2, 2, 1089, 1090, 8, 116, 8, 2, 1090, 234, 3, 2, 2, 2, 1091, 1092, 7, 49, 2, 2, 1092, 1093, 7, 44, 2, 2, 1093, 1097, 3, 2, 2, 2, 1094, 1096, 11, 2, 2, 2, 1095, 1094, 3, 2, 2, 2, 1096, 1099, 3, 2, 2, 2, 1097, 1098, 3, 2, 2, 2, 1097, 1095, 3, 2, 2, 2, 1098, 1100, 3, 2, 2, 2, 1099, 1097, 3, 2, 2, 2, 1100, 1101, 7, 44, 2, 2, 1101, 1102, 7, 49, 2, 2, 1102, 1103, 3, 2, 2, 2, 1103, 1104, 8, 117, 8, 2, 1104, 236, 3, 2, 2, 2, 1105, 1106, 7, 48, 2, 2, 1106, 1107, 7, 100, 2, 2, 1107, 1108, 7, 123, 2, 2, 1108, 1109, 7, 118, 2, 2, 1109, 1110, 7, 103, 2, 2, 1110, 238, 3, 2, 2, 2, 1111, 1112, 7, 100, 2, 2, 1112, 1113, 7, 116, 2, 2, 1113, 1662, 7, 109, 2, 2, 1114, 1115, 7, 113, 2, 2, 1115, 1116, 7, 116, 2, 2, 1116, 1662, 7, 99, 2, 2, 1117, 1118, 7, 109, 2, 2, 1118, 1119, 7, 107, 2, 2, 1119, 1662, 7, 110, 2, 2, 1120, 1121, 7, 117, 2, 2, 1121, 1122, 7, 110, 2, 2, 1122, 1662, 7, 113, 2, 2, 1123, 1124, 7, 112, 2, 2, 1124, 1125, 7, 113, 2, 2, 1125, 1662, 7, 114, 2, 2, 1126, 1127, 7, 99, 2, 2, 1127, 1128, 7, 117, 2, 2, 1128, 1662, 7, 110, 2, 2, 1129, 1130, 7, 114, 2, 2, 1130, 1131, 7, 106, 2, 2, 1131, 1662, 7, 114, 2, 2, 1132, 1133, 7, 99, 2, 2, 1133, 1134, 7, 112, 2, 2, 1134, 1662, 7, 101, 2, 2, 1135, 1136, 7, 100, 2, 2, 1136, 1137, 7, 114, 2, 2, 1137, 1662, 7, 110, 2, 2, 1138, 1139, 7, 101, 2, 2, 1139, 1140, 7, 110, 2, 2, 1140, 1662, 7, 101, 2, 2, 1141, 1142, 7, 108, 2, 2, 1142, 1143, 7, 117, 2, 2, 1143, 1662, 7, 116, 2, 2, 1144, 1145, 7, 99, 2, 2, 1145, 1146, 7, 112, 2, 2, 1146, 1662, 7, 102, 2, 2, 1147, 1148, 7, 116, 2, 2, 1148, 1149, 7, 110, 2, 2, 1149, 1662, 7, 99, 2, 2, 1150, 1151, 7, 100, 2, 2, 1151, 1152, 7, 107, 2, 2, 1152, 1662, 7, 118, 2, 2, 1153, 1154, 7, 116, 2, 2, 1154, 1155, 7, 113, 2, 2, 1155, 1662, 7, 110, 2, 2, 1156, 1157, 7, 114, 2, 2, 1157, 1158, 7, 110, 2, 2, 1158, 1662, 7, 99, 2, 2, 1159, 1160, 7, 114, 2, 2, 1160, 1161, 7, 110, 2, 2, 1161, 1662, 7, 114, 2, 2, 1162, 1163, 7, 100, 2, 2, 1163, 1164, 7, 111, 2, 2, 1164, 1662, 7, 107, 2, 2, 1165, 1166, 7, 117, 2, 2, 1166, 1167, 7, 103, 2, 2, 1167, 1662, 7, 101, 2, 2, 1168, 1169, 7, 116, 2, 2, 1169, 1170, 7, 118, 2, 2, 1170, 1662, 7, 107, 2, 2, 1171, 1172, 7, 103, 2, 2, 1172, 1173, 7, 113, 2, 2, 1173, 1662, 7, 116, 2, 2, 1174, 1175, 7, 117, 2, 2, 1175, 1176, 7, 116, 2, 2, 1176, 1662, 7, 103, 2, 2, 1177, 1178, 7, 110, 2, 2, 1178, 1179, 7, 117, 2, 2, 1179, 1662, 7, 116, 2, 2, 1180, 1181, 7, 114, 2, 2, 1181, 1182, 7, 106, 2, 2, 1182, 1662, 7, 99, 2, 2, 1183, 1184, 7, 99, 2, 2, 1184, 1185, 7, 110, 2, 2, 1185, 1662, 7, 116, 2, 2, 1186, 1187, 7, 108, 2, 2, 1187, 1188, 7, 111, 2, 2, 1188, 1662, 7, 114, 2, 2, 1189, 1190, 7, 100, 2, 2, 1190, 1191, 7, 120, 2, 2, 1191, 1662, 7, 101, 2, 2, 1192, 1193, 7, 101, 2, 2, 1193, 1194, 7, 110, 2, 2, 1194, 1662, 7, 107, 2, 2, 1195, 1196, 7, 116, 2, 2, 1196, 1197, 7, 118, 2, 2, 1197, 1662, 7, 117, 2, 2, 1198, 1199, 7, 99, 2, 2, 1199, 1200, 7, 102, 2, 2, 1200, 1662, 7, 101, 2, 2, 1201, 1202, 7, 116, 2, 2, 1202, 1203, 7, 116, 2, 2, 1203, 1662, 7, 99, 2, 2, 1204, 1205, 7, 100, 2, 2, 1205, 1206, 7, 120, 2, 2, 1206, 1662, 7, 117, 2, 2, 1207, 1208, 7, 117, 2, 2, 1208, 1209, 7, 103, 2, 2, 1209, 1662, 7, 107, 2, 2, 1210, 1211, 7, 117, 2, 2, 1211, 1212, 7, 99, 2, 2, 1212, 1662, 7, 122, 2, 2, 1213, 1214, 7, 117, 2, 2, 1214, 1215, 7, 118, 2, 2, 1215, 1662, 7, 123, 2, 2, 1216, 1217, 7, 117, 2, 2, 1217, 1218, 7, 118, 2, 2, 1218, 1662, 7, 99, 2, 2, 1219, 1220, 7, 117, 2, 2, 1220, 1221, 7, 118, 2, 2, 1221, 1662, 7, 122, 2, 2, 1222, 1223, 7, 102, 2, 2, 1223, 1224, 7, 103, 2, 2, 1224, 1662, 7, 123, 2, 2, 1225, 1226, 7, 118, 2, 2, 1226, 1227, 7, 122, 2, 2, 1227, 1662, 7, 99, 2, 2, 1228, 1229, 7, 122, 2, 2, 1229, 1230, 7, 99, 2, 2, 1230, 1662, 7, 99, 2, 2, 1231, 1232, 7, 100, 2, 2, 1232, 1233, 7, 101, 2, 2, 1233, 1662, 7, 101, 2, 2, 1234, 1235, 7, 99, 2, 2, 1235, 1236, 7, 106, 2, 2, 1236, 1662, 7, 122, 2, 2, 1237, 1238, 7, 118, 2, 2, 1238, 1239, 7, 123, 2, 2, 1239, 1662, 7, 99, 2, 2, 1240, 1241, 7, 118, 2, 2, 1241, 1242, 7, 122, 2, 2, 1242, 1662, 7, 117, 2, 2, 1243, 1244, 7, 118, 2, 2, 1244, 1245, 7, 99, 2, 2, 1245, 1662, 7, 117, 2, 2, 1246, 1247, 7, 117, 2, 2, 1247, 1248, 7, 106, 2, 2, 1248, 1662, 7, 123, 2, 2, 1249, 1250, 7, 117, 2, 2, 1250, 1251, 7, 106, 2, 2, 1251, 1662, 7, 122, 2, 2, 1252, 1253, 7, 110, 2, 2, 1253, 1254, 7, 102, 2, 2, 1254, 1662, 7, 123, 2, 2, 1255, 1256, 7, 110, 2, 2, 1256, 1257, 7, 102, 2, 2, 1257, 1662, 7, 99, 2, 2, 1258, 1259, 7, 110, 2, 2, 1259, 1260, 7, 102, 2, 2, 1260, 1662, 7, 122, 2, 2, 1261, 1262, 7, 110, 2, 2, 1262, 1263, 7, 99, 2, 2, 1263, 1662, 7, 122, 2, 2, 1264, 1265, 7, 118, 2, 2, 1265, 1266, 7, 99, 2, 2, 1266, 1662, 7, 123, 2, 2, 1267, 1268, 7, 118, 2, 2, 1268, 1269, 7, 99, 2, 2, 1269, 1662, 7, 122, 2, 2, 1270, 1271, 7, 100, 2, 2, 1271, 1272, 7, 101, 2, 2, 1272, 1662, 7, 117, 2, 2, 1273, 1274, 7, 101, 2, 2, 1274, 1275, 7, 110, 2, 2, 1275, 1662, 7, 120, 2, 2, 1276, 1277, 7, 118, 2, 2, 1277, 1278, 7, 117, 2, 2, 1278, 1662, 7, 122, 2, 2, 1279, 1280, 7, 110, 2, 2, 1280, 1281, 7, 99, 2, 2, 1281, 1662, 7, 117, 2, 2, 1282, 1283, 7, 101, 2, 2, 1283, 1284, 7, 114, 2, 2, 1284, 1662, 7, 123, 2, 2, 1285, 1286, 7, 101, 2, 2, 1286, 1287, 7, 111, 2, 2, 1287, 1662, 7, 114, 2, 2, 1288, 1289, 7, 101, 2, 2, 1289, 1290, 7, 114, 2, 2, 1290, 1662, 7, 122, 2, 2, 1291, 1292, 7, 102, 2, 2, 1292, 1293, 7, 101, 2, 2, 1293, 1662, 7, 114, 2, 2, 1294, 1295, 7, 102, 2, 2, 1295, 1296, 7, 103, 2, 2, 1296, 1662, 7, 101, 2, 2, 1297, 1298, 7, 107, 2, 2, 1298, 1299, 7, 112, 2, 2, 1299, 1662, 7, 101, 2, 2, 1300, 1301, 7, 99, 2, 2, 1301, 1302, 7, 122, 2, 2, 1302, 1662, 7, 117, 2, 2, 1303, 1304, 7, 100, 2, 2, 1304, 1305, 7, 112, 2, 2, 1305, 1662, 7, 103, 2, 2, 1306, 1307, 7, 101, 2, 2, 1307, 1308, 7, 110, 2, 2, 1308, 1662, 7, 102, 2, 2, 1309, 1310, 7, 117, 2, 2, 1310, 1311, 7, 100, 2, 2, 1311, 1662, 7, 101, 2, 2, 1312, 1313, 7, 107, 2, 2, 1313, 1314, 7, 117, 2, 2, 1314, 1662, 7, 101, 2, 2, 1315, 1316, 7, 107, 2, 2, 1316, 1317, 7, 112, 2, 2, 1317, 1662, 7, 122, 2, 2, 1318, 1319, 7, 100, 2, 2, 1319, 1320, 7, 103, 2, 2, 1320, 1662, 7, 115, 2, 2, 1321, 1322, 7, 117, 2, 2, 1322, 1323, 7, 103, 2, 2, 1323, 1662, 7, 102, 2, 2, 1324, 1325, 7, 102, 2, 2, 1325, 1326, 7, 103, 2, 2, 1326, 1662, 7, 122, 2, 2, 1327, 1328, 7, 107, 2, 2, 1328, 1329, 7, 112, 2, 2, 1329, 1662, 7, 123, 2, 2, 1330, 1331, 7, 116, 2, 2, 1331, 1332, 7, 113, 2, 2, 1332, 1662, 7, 116, 2, 2, 1333, 1334, 7, 100, 2, 2, 1334, 1335, 7, 100, 2, 2, 1335, 1336, 7, 116, 2, 2, 1336, 1662, 7, 50, 2, 2, 1337, 1338, 7, 100, 2, 2, 1338, 1339, 7, 100, 2, 2, 1339, 1340, 7, 116, 2, 2, 1340, 1662, 7, 51, 2, 2, 1341, 1342, 7, 100, 2, 2, 1342, 1343, 7, 100, 2, 2, 1343, 1344, 7, 116, 2, 2, 1344, 1662, 7, 52, 2, 2, 1345, 1346, 7, 100, 2, 2, 1346, 1347, 7, 100, 2, 2, 1347, 1348, 7, 116, 2, 2, 1348, 1662, 7, 53, 2, 2, 1349, 1350, 7, 100, 2, 2, 1350, 1351, 7, 100, 2, 2, 1351, 1352, 7, 116, 2, 2, 1352, 1662, 7, 54, 2, 2, 1353, 1354, 7, 100, 2, 2, 1354, 1355, 7, 100, 2, 2, 1355, 1356, 7, 116, 2, 2, 1356, 1662, 7, 55, 2, 2, 1357, 1358, 7, 100, 2, 2, 1358, 1359, 7, 100, 2, 2, 1359, 1360, 7, 116, 2, 2, 1360, 1662, 7, 56, 2, 2, 1361, 1362, 7, 100, 2, 2, 1362, 1363, 7, 100, 2, 2, 1363, 1364, 7, 116, 2, 2, 1364, 1662, 7, 57, 2, 2, 1365, 1366, 7, 100, 2, 2, 1366, 1367, 7, 100, 2, 2, 1367, 1368, 7, 117, 2, 2, 1368, 1662, 7, 50, 2, 2, 1369, 1370, 7, 100, 2, 2, 1370, 1371, 7, 100, 2, 2, 1371, 1372, 7, 117, 2, 2, 1372, 1662, 7, 51, 2, 2, 1373, 1374, 7, 100, 2, 2, 1374, 1375, 7, 100, 2, 2, 1375, 1376, 7, 117, 2, 2, 1376, 1662, 7, 52, 2, 2, 1377, 1378, 7, 100, 2, 2, 1378, 1379, 7, 100, 2, 2, 1379, 1380, 7, 117, 2, 2, 1380, 1662, 7, 53, 2, 2, 1381, 1382, 7, 100, 2, 2, 1382, 1383, 7, 100, 2, 2, 1383, 1384, 7, 117, 2, 2, 1384, 1662, 7, 54, 2, 2, 1385, 1386, 7, 100, 2, 2, 1386, 1387, 7, 100, 2, 2, 1387, 1388, 7, 117, 2, 2, 1388, 1662, 7, 55, 2, 2, 1389, 1390, 7, 100, 2, 2, 1390, 1391, 7, 100, 2, 2, 1391, 1392, 7, 117, 2, 2, 1392, 1662, 7, 56, 2, 2, 1393, 1394, 7, 100, 2, 2, 1394, 1395, 7, 100, 2, 2, 1395, 1396, 7, 117, 2, 2, 1396, 1662, 7, 57, 2, 2, 1397, 1398, 7, 100, 2, 2, 1398, 1399, 7, 116, 2, 2, 1399, 1662, 7, 99, 2, 2, 1400, 1401, 7, 114, 2, 2, 1401, 1402, 7, 106, 2, 2, 1402, 1662, 7, 122, 2, 2, 1403, 1404, 7, 114, 2, 2, 1404, 1405, 7, 106, 2, 2, 1405, 1662, 7, 123, 2, 2, 1406, 1407, 7, 114, 2, 2, 1407, 1408, 7, 110, 2, 2, 1408, 1662, 7, 122, 2, 2, 1409, 1410, 7, 114, 2, 2, 1410, 1411, 7, 110, 2, 2, 1411, 1662, 7, 123, 2, 2, 1412, 1413, 7, 116, 2, 2, 1413, 1414, 7, 111, 2, 2, 1414, 1415, 7, 100, 2, 2, 1415, 1662, 7, 50, 2, 2, 1416, 1417, 7, 116, 2, 2, 1417, 1418, 7, 111, 2, 2, 1418, 1419, 7, 100, 2, 2, 1419, 1662, 7, 51, 2, 2, 1420, 1421, 7, 116, 2, 2, 1421, 1422, 7, 111, 2, 2, 1422, 1423, 7, 100, 2, 2, 1423, 1662, 7, 52, 2, 2, 1424, 1425, 7, 116, 2, 2, 1425, 1426, 7, 111, 2, 2, 1426, 1427, 7, 100, 2, 2, 1427, 1662, 7, 53, 2, 2, 1428, 1429, 7, 116, 2, 2, 1429, 1430, 7, 111, 2, 2, 1430, 1431, 7, 100, 2, 2, 1431, 1662, 7, 54, 2, 2, 1432, 1433, 7, 116, 2, 2, 1433, 1434, 7, 111, 2, 2, 1434, 1435, 7, 100, 2, 2, 1435, 1662, 7, 55, 2, 2, 1436, 1437, 7, 116, 2, 2, 1437, 1438, 7, 111, 2, 2, 1438, 1439, 7, 100, 2, 2, 1439, 1662, 7, 56, 2, 2, 1440, 1441, 7, 116, 2, 2, 1441, 1442, 7, 111, 2, 2, 1442, 1443, 7, 100, 2, 2, 1443, 1662, 7, 57, 2, 2, 1444, 1445, 7, 117, 2, 2, 1445, 1446, 7, 111, 2, 2, 1446, 1447, 7, 100, 2, 2, 1447, 1662, 7, 50, 2, 2, 1448, 1449, 7, 117, 2, 2, 1449, 1450, 7, 111, 2, 2, 1450, 1451, 7, 100, 2, 2, 1451, 1662, 7, 51, 2, 2, 1452, 1453, 7, 117, 2, 2, 1453, 1454, 7, 111, 2, 2, 1454, 1455, 7, 100, 2, 2, 1455, 1662, 7, 52, 2, 2, 1456, 1457, 7, 117, 2, 2, 1457, 1458, 7, 111, 2, 2, 1458, 1459, 7, 100, 2, 2, 1459, 1662, 7, 53, 2, 2, 1460, 1461, 7, 117, 2, 2, 1461, 1462, 7, 111, 2, 2, 1462, 1463, 7, 100, 2, 2, 1463, 1662, 7, 54, 2, 2, 1464, 1465, 7, 117, 2, 2, 1465, 1466, 7, 111, 2, 2, 1466, 1467, 7, 100, 2, 2, 1467, 1662, 7, 55, 2, 2, 1468, 1469, 7, 117, 2, 2, 1469, 1470, 7, 111, 2, 2, 1470, 1471, 7, 100, 2, 2, 1471, 1662, 7, 56, 2, 2, 1472, 1473, 7, 117, 2, 2, 1473, 1474, 7, 111, 2, 2, 1474, 1475, 7, 100, 2, 2, 1475, 1662, 7, 57, 2, 2, 1476, 1477, 7, 117, 2, 2, 1477, 1478, 7, 118, 2, 2, 1478, 1662, 7, 114, 2, 2, 1479, 1480, 7, 117, 2, 2, 1480, 1481, 7, 118, 2, 2, 1481, 1662, 7, 124, 2, 2, 1482, 1483, 7, 118, 2, 2, 1483, 1484, 7, 116, 2, 2, 1484, 1662, 7, 100, 2, 2, 1485, 1486, 7, 118, 2, 2, 1486, 1487, 7, 117, 2, 2, 1487, 1662, 7, 100, 2, 2, 1488, 1489, 7, 121, 2, 2, 1489, 1490, 7, 99, 2, 2, 1490, 1662, 7, 107, 2, 2, 1491, 1492, 7, 101, 2, 2, 1492, 1493, 7, 110, 2, 2, 1493, 1662, 7, 103, 2, 2, 1494, 1495, 7, 117, 2, 2, 1495, 1496, 7, 103, 2, 2, 1496, 1662, 7, 103, 2, 2, 1497, 1498, 7, 118, 2, 2, 1498, 1499, 7, 117, 2, 2, 1499, 1662, 7, 123, 2, 2, 1500, 1501, 7, 110, 2, 2, 1501, 1502, 7, 100, 2, 2, 1502, 1503, 7, 114, 2, 2, 1503, 1662, 7, 110, 2, 2, 1504, 1505, 7, 107, 2, 2, 1505, 1506, 7, 112, 2, 2, 1506, 1662, 7, 124, 2, 2, 1507, 1508, 7, 118, 2, 2, 1508, 1509, 7, 123, 2, 2, 1509, 1662, 7, 117, 2, 2, 1510, 1511, 7, 110, 2, 2, 1511, 1512, 7, 100, 2, 2, 1512, 1513, 7, 111, 2, 2, 1513, 1662, 7, 107, 2, 2, 1514, 1515, 7, 102, 2, 2, 1515, 1516, 7, 103, 2, 2, 1516, 1662, 7, 124, 2, 2, 1517, 1518, 7, 112, 2, 2, 1518, 1519, 7, 103, 2, 2, 1519, 1662, 7, 105, 2, 2, 1520, 1521, 7, 99, 2, 2, 1521, 1522, 7, 117, 2, 2, 1522, 1662, 7, 116, 2, 2, 1523, 1524, 7, 118, 2, 2, 1524, 1525, 7, 99, 2, 2, 1525, 1662, 7, 124, 2, 2, 1526, 1527, 7, 110, 2, 2, 1527, 1528, 7, 100, 2, 2, 1528, 1529, 7, 120, 2, 2, 1529, 1662, 7, 101, 2, 2, 1530, 1531, 7, 118, 2, 2, 1531, 1532, 7, 99, 2, 2, 1532, 1662, 7, 100, 2, 2, 1533, 1534, 7, 111, 2, 2, 1534, 1535, 7, 99, 2, 2, 1535, 1662, 7, 114, 2, 2, 1536, 1537, 7, 116, 2, 2, 1537, 1538, 7, 118, 2, 2, 1538, 1662, 7, 112, 2, 2, 1539, 1540, 7, 110, 2, 2, 1540, 1541, 7, 100, 2, 2, 1541, 1542, 7, 117, 2, 2, 1542, 1662, 7, 116, 2, 2, 1543, 1544, 7, 118, 2, 2, 1544, 1545, 7, 124, 2, 2, 1545, 1662, 7, 99, 2, 2, 1546, 1547, 7, 110, 2, 2, 1547, 1548, 7, 100, 2, 2, 1548, 1549, 7, 120, 2, 2, 1549, 1662, 7, 117, 2, 2, 1550, 1551, 7, 118, 2, 2, 1551, 1552, 7, 100, 2, 2, 1552, 1662, 7, 99, 2, 2, 1553, 1554, 7, 110, 2, 2, 1554, 1555, 7, 100, 2, 2, 1555, 1556, 7, 116, 2, 2, 1556, 1662, 7, 99, 2, 2, 1557, 1558, 7, 110, 2, 2, 1558, 1559, 7, 100, 2, 2, 1559, 1560, 7, 101, 2, 2, 1560, 1662, 7, 101, 2, 2, 1561, 1562, 7, 110, 2, 2, 1562, 1563, 7, 102, 2, 2, 1563, 1662, 7, 124, 2, 2, 1564, 1565, 7, 110, 2, 2, 1565, 1566, 7, 100, 2, 2, 1566, 1567, 7, 101, 2, 2, 1567, 1662, 7, 117, 2, 2, 1568, 1569, 7, 101, 2, 2, 1569, 1570, 7, 114, 2, 2, 1570, 1662, 7, 124, 2, 2, 1571, 1572, 7, 102, 2, 2, 1572, 1573, 7, 103, 2, 2, 1573, 1662, 7, 121, 2, 2, 1574, 1575, 7, 99, 2, 2, 1575, 1576, 7, 117, 2, 2, 1576, 1662, 7, 121, 2, 2, 1577, 1578, 7, 110, 2, 2, 1578, 1579, 7, 100, 2, 2, 1579, 1580, 7, 112, 2, 2, 1580, 1662, 7, 103, 2, 2, 1581, 1582, 7, 114, 2, 2, 1582, 1583, 7, 106, 2, 2, 1583, 1662, 7, 124, 2, 2, 1584, 1585, 7, 107, 2, 2, 1585, 1586, 7, 112, 2, 2, 1586, 1662, 7, 121, 2, 2, 1587, 1588, 7, 116, 2, 2, 1588, 1589, 7, 113, 2, 2, 1589, 1662, 7, 121, 2, 2, 1590, 1591, 7, 110, 2, 2, 1591, 1592, 7, 100, 2, 2, 1592, 1593, 7, 103, 2, 2, 1593, 1662, 7, 115, 2, 2, 1594, 1595, 7, 114, 2, 2, 1595, 1596, 7, 106, 2, 2, 1596, 1662, 7, 121, 2, 2, 1597, 1598, 7, 114, 2, 2, 1598, 1599, 7, 110, 2, 2, 1599, 1662, 7, 124, 2, 2, 1600, 1601, 7, 103, 2, 2, 1601, 1602, 7, 113, 2, 2, 1602, 1662, 7, 111, 2, 2, 1603, 1604, 7, 99, 2, 2, 1604, 1605, 7, 102, 2, 2, 1605, 1606, 7, 101, 2, 2, 1606, 1662, 7, 115, 2, 2, 1607, 1608, 7, 99, 2, 2, 1608, 1609, 7, 112, 2, 2, 1609, 1610, 7, 102, 2, 2, 1610, 1662, 7, 115, 2, 2, 1611, 1612, 7, 99, 2, 2, 1612, 1613, 7, 117, 2, 2, 1613, 1614, 7, 110, 2, 2, 1614, 1662, 7, 115, 2, 2, 1615, 1616, 7, 99, 2, 2, 1616, 1617, 7, 117, 2, 2, 1617, 1618, 7, 116, 2, 2, 1618, 1662, 7, 115, 2, 2, 1619, 1620, 7, 100, 2, 2, 1620, 1621, 7, 107, 2, 2, 1621, 1622, 7, 118, 2, 2, 1622, 1662, 7, 115, 2, 2, 1623, 1624, 7, 101, 2, 2, 1624, 1625, 7, 114, 2, 2, 1625, 1662, 7, 115, 2, 2, 1626, 1627, 7, 102, 2, 2, 1627, 1628, 7, 103, 2, 2, 1628, 1662, 7, 115, 2, 2, 1629, 1630, 7, 103, 2, 2, 1630, 1631, 7, 113, 2, 2, 1631, 1632, 7, 116, 2, 2, 1632, 1662, 7, 115, 2, 2, 1633, 1634, 7, 107, 2, 2, 1634, 1635, 7, 112, 2, 2, 1635, 1662, 7, 115, 2, 2, 1636, 1637, 7, 110, 2, 2, 1637, 1638, 7, 102, 2, 2, 1638, 1662, 7, 115, 2, 2, 1639, 1640, 7, 110, 2, 2, 1640, 1641, 7, 117, 2, 2, 1641, 1642, 7, 116, 2, 2, 1642, 1662, 7, 115, 2, 2, 1643, 1644, 7, 113, 2, 2, 1644, 1645, 7, 116, 2, 2, 1645, 1662, 7, 115, 2, 2, 1646, 1647, 7, 116, 2, 2, 1647, 1648, 7, 113, 2, 2, 1648, 1649, 7, 110, 2, 2, 1649, 1662, 7, 115, 2, 2, 1650, 1651, 7, 116, 2, 2, 1651, 1652, 7, 113, 2, 2, 1652, 1653, 7, 116, 2, 2, 1653, 1662, 7, 115, 2, 2, 1654, 1655, 7, 117, 2, 2, 1655, 1656, 7, 100, 2, 2, 1656, 1657, 7, 101, 2, 2, 1657, 1662, 7, 115, 2, 2, 1658, 1659, 7, 117, 2, 2, 1659, 1660, 7, 118, 2, 2, 1660, 1662, 7, 115, 2, 2, 1661, 1111, 3, 2, 2, 2, 1661, 1114, 3, 2, 2, 2, 1661, 1117, 3, 2, 2, 2, 1661, 1120, 3, 2, 2, 2, 1661, 1123, 3, 2, 2, 2, 1661, 1126, 3, 2, 2, 2, 1661, 1129, 3, 2, 2, 2, 1661, 1132, 3, 2, 2, 2, 1661, 1135, 3, 2, 2, 2, 1661, 1138, 3, 2, 2, 2, 1661, 1141, 3, 2, 2, 2, 1661, 1144, 3, 2, 2, 2, 1661, 1147, 3, 2, 2, 2, 1661, 1150, 3, 2, 2, 2, 1661, 1153, 3, 2, 2, 2, 1661, 1156, 3, 2, 2, 2, 1661, 1159, 3, 2, 2, 2, 1661, 1162, 3, 2, 2, 2, 1661, 1165, 3, 2, 2, 2, 1661, 1168, 3, 2, 2, 2, 1661, 1171, 3, 2, 2, 2, 1661, 1174, 3, 2, 2, 2, 1661, 1177, 3, 2, 2, 2, 1661, 1180, 3, 2, 2, 2, 1661, 1183, 3, 2, 2, 2, 1661, 1186, 3, 2, 2, 2, 1661, 1189, 3, 2, 2, 2, 1661, 1192, 3, 2, 2, 2, 1661, 1195, 3, 2, 2, 2, 1661, 1198, 3, 2, 2, 2, 1661, 1201, 3, 2, 2, 2, 1661, 1204, 3, 2, 2, 2, 1661, 1207, 3, 2, 2, 2, 1661, 1210, 3, 2, 2, 2, 1661, 1213, 3, 2, 2, 2, 1661, 1216, 3, 2, 2, 2, 1661, 1219, 3, 2, 2, 2, 1661, 1222, 3, 2, 2, 2, 1661, 1225, 3, 2, 2, 2, 1661, 1228, 3, 2, 2, 2, 1661, 1231, 3, 2, 2, 2, 1661, 1234, 3, 2, 2, 2, 1661, 1237, 3, 2, 2, 2, 1661, 1240, 3, 2, 2, 2, 1661, 1243, 3, 2, 2, 2, 1661, 1246, 3, 2, 2, 2, 1661, 1249, 3, 2, 2, 2, 1661, 1252, 3, 2, 2, 2, 1661, 1255, 3, 2, 2, 2, 1661, 1258, 3, 2, 2, 2, 1661, 1261, 3, 2, 2, 2, 1661, 1264, 3, 2, 2, 2, 1661, 1267, 3, 2, 2, 2, 1661, 1270, 3, 2, 2, 2, 1661, 1273, 3, 2, 2, 2, 1661, 1276, 3, 2, 2, 2, 1661, 1279, 3, 2, 2, 2, 1661, 1282, 3, 2, 2, 2, 1661, 1285, 3, 2, 2, 2, 1661, 1288, 3, 2, 2, 2, 1661, 1291, 3, 2, 2, 2, 1661, 1294, 3, 2, 2, 2, 1661, 1297, 3, 2, 2, 2, 1661, 1300, 3, 2, 2, 2, 1661, 1303, 3, 2, 2, 2, 1661, 1306, 3, 2, 2, 2, 1661, 1309, 3, 2, 2, 2, 1661, 1312, 3, 2, 2, 2, 1661, 1315, 3, 2, 2, 2, 1661, 1318, 3, 2, 2, 2, 1661, 1321, 3, 2, 2, 2, 1661, 1324, 3, 2, 2, 2, 1661, 1327, 3, 2, 2, 2, 1661, 1330, 3, 2, 2, 2, 1661, 1333, 3, 2, 2, 2, 1661, 1337, 3, 2, 2, 2, 1661, 1341, 3, 2, 2, 2, 1661, 1345, 3, 2, 2, 2, 1661, 1349, 3, 2, 2, 2, 1661, 1353, 3, 2, 2, 2, 1661, 1357, 3, 2, 2, 2, 1661, 1361, 3, 2, 2, 2, 1661, 1365, 3, 2, 2, 2, 1661, 1369, 3, 2, 2, 2, 1661, 1373, 3, 2, 2, 2, 1661, 1377, 3, 2, 2, 2, 1661, 1381, 3, 2, 2, 2, 1661, 1385, 3, 2, 2, 2, 1661, 1389, 3, 2, 2, 2, 1661, 1393, 3, 2, 2, 2, 1661, 1397, 3, 2, 2, 2, 1661, 1400, 3, 2, 2, 2, 1661, 1403, 3, 2, 2, 2, 1661, 1406, 3, 2, 2, 2, 1661, 1409, 3, 2, 2, 2, 1661, 1412, 3, 2, 2, 2, 1661, 1416, 3, 2, 2, 2, 1661, 1420, 3, 2, 2, 2, 1661, 1424, 3, 2, 2, 2, 1661, 1428, 3, 2, 2, 2, 1661, 1432, 3, 2, 2, 2, 1661, 1436, 3, 2, 2, 2, 1661, 1440, 3, 2, 2, 2, 1661, 1444, 3, 2, 2, 2, 1661, 1448, 3, 2, 2, 2, 1661, 1452, 3, 2, 2, 2, 1661, 1456, 3, 2, 2, 2, 1661, 1460, 3, 2, 2, 2, 1661, 1464, 3, 2, 2, 2, 1661, 1468, 3, 2, 2, 2, 1661, 1472, 3, 2, 2, 2, 1661, 1476, 3, 2, 2, 2, 1661, 1479, 3, 2, 2, 2, 1661, 1482, 3, 2, 2, 2, 1661, 1485, 3, 2, 2, 2, 1661, 1488, 3, 2, 2, 2, 1661, 1491, 3, 2, 2, 2, 1661, 1494, 3, 2, 2, 2, 1661, 1497, 3, 2, 2, 2, 1661, 1500, 3, 2, 2, 2, 1661, 1504, 3, 2, 2, 2, 1661, 1507, 3, 2, 2, 2, 1661, 1510, 3, 2, 2, 2, 1661, 1514, 3, 2, 2, 2, 1661, 1517, 3, 2, 2, 2, 1661, 1520, 3, 2, 2, 2, 1661, 1523, 3, 2, 2, 2, 1661, 1526, 3, 2, 2, 2, 1661, 1530, 3, 2, 2, 2, 1661, 1533, 3, 2, 2, 2, 1661, 1536, 3, 2, 2, 2, 1661, 1539, 3, 2, 2, 2, 1661, 1543, 3, 2, 2, 2, 1661, 1546, 3, 2, 2, 2, 1661, 1550, 3, 2, 2, 2, 1661, 1553, 3, 2, 2, 2, 1661, 1557, 3, 2, 2, 2, 1661, 1561, 3, 2, 2, 2, 1661, 1564, 3, 2, 2, 2, 1661, 1568, 3, 2, 2, 2, 1661, 1571, 3, 2, 2, 2, 1661, 1574, 3, 2, 2, 2, 1661, 1577, 3, 2, 2, 2, 1661, 1581, 3, 2, 2, 2, 1661, 1584, 3, 2, 2, 2, 1661, 1587, 3, 2, 2, 2, 1661, 1590, 3, 2, 2, 2, 1661, 1594, 3, 2, 2, 2, 1661, 1597, 3, 2, 2, 2, 1661, 1600, 3, 2, 2, 2, 1661, 1603, 3, 2, 2, 2, 1661, 1607, 3, 2, 2, 2, 1661, 1611, 3, 2, 2, 2, 1661, 1615, 3, 2, 2, 2, 1661, 1619, 3, 2, 2, 2, 1661, 1623, 3, 2, 2, 2, 1661, 1626, 3, 2, 2, 2, 1661, 1629, 3, 2, 2, 2, 1661, 1633, 3, 2, 2, 2, 1661, 1636, 3, 2, 2, 2, 1661, 1639, 3, 2, 2, 2, 1661, 1643, 3, 2, 2, 2, 1661, 1646, 3, 2, 2, 2, 1661, 1650, 3, 2, 2, 2, 1661, 1654, 3, 2, 2, 2, 1661, 1658, 3, 2, 2, 2, 1662, 240, 3, 2, 2, 2, 1663, 1664, 7, 37, 2, 2, 1664, 242, 3, 2, 2, 2, 1665, 1666, 7, 60, 2, 2, 1666, 244, 3, 2, 2, 2, 1667, 1668, 7, 46, 2, 2, 1668, 246, 3, 2, 2, 2, 1669, 1670, 7, 42, 2, 2, 1670, 248, 3, 2, 2, 2, 1671, 1672, 7, 43, 2, 2, 1672, 250, 3, 2, 2, 2, 1673, 1674, 7, 93, 2, 2, 1674, 252, 3, 2, 2, 2, 1675, 1676, 7, 95, 2, 2, 1676, 254, 3, 2, 2, 2, 1677, 1678, 7, 48, 2, 2, 1678, 256, 3, 2, 2, 2, 1679, 1680, 7, 62, 2, 2, 1680, 1681, 7, 62, 2, 2, 1681, 258, 3, 2, 2, 2, 1682, 1683, 7, 64, 2, 2, 1683, 1684, 7, 64, 2, 2, 1684, 260, 3, 2, 2, 2, 1685, 1686, 7, 45, 2, 2, 1686, 262, 3, 2, 2, 2, 1687, 1688, 7, 47, 2, 2, 1688, 264, 3, 2, 2, 2, 1689, 1690, 7, 62, 2, 2, 1690, 266, 3, 2, 2, 2, 1691, 1692, 7, 64, 2, 2, 1692, 268, 3, 2, 2, 2, 1693, 1694, 7, 44, 2, 2, 1694, 270, 3, 2, 2, 2, 1695, 1696, 7, 49, 2, 2, 1696, 272, 3, 2, 2, 2, 1697, 1698, 7, 125, 2, 2, 1698, 1699, 8, 136, 9, 2, 1699, 274, 3, 2, 2, 2, 1700, 1701, 7, 127, 2, 2, 1701, 1702, 8, 137, 10, 2, 1702, 276, 3, 2, 2, 2, 1703, 1706, 5, 279, 139, 2, 1704, 1706, 5, 287, 143, 2, 1705, 1703, 3, 2, 2, 2, 1705, 1704, 3, 2, 2, 2, 1706, 278, 3, 2, 2, 2, 1707, 1711, 5, 281, 140, 2, 1708, 1711, 5, 283, 141, 2, 1709, 1711, 5, 285, 142, 2, 1710, 1707, 3, 2, 2, 2, 1710, 1708, 3, 2, 2, 2, 1710, 1709, 3, 2, 2, 2, 1711, 280, 3, 2, 2, 2, 1712, 1716, 7, 39, 2, 2, 1713, 1715, 5, 295, 147, 2, 1714, 1713, 3, 2, 2, 2, 1715, 1718, 3, 2, 2, 2, 1716, 1714, 3, 2, 2, 2, 1716, 1717, 3, 2, 2, 2, 1717, 1719, 3, 2, 2, 2, 1718, 1716, 3, 2, 2, 2, 1719, 1721, 7, 48, 2, 2, 1720, 1722, 5, 295, 147, 2, 1721, 1720, 3, 2, 2, 2, 1722, 1723, 3, 2, 2, 2, 1723, 1721, 3, 2, 2, 2, 1723, 1724, 3, 2, 2, 2, 1724, 282, 3, 2, 2, 2, 1725, 1727, 5, 297, 148, 2, 1726, 1725, 3, 2, 2, 2, 1727, 1730, 3, 2, 2, 2, 1728, 1726, 3, 2, 2, 2, 1728, 1729, 3, 2, 2, 2, 1729, 1731, 3, 2, 2, 2, 1730, 1728, 3, 2, 2, 2, 1731, 1733, 7, 48, 2, 2, 1732, 1734, 5, 297, 148, 2, 1733, 1732, 3, 2, 2, 2, 1734, 1735, 3, 2, 2, 2, 1735, 1733, 3, 2, 2, 2, 1735, 1736, 3, 2, 2, 2, 1736, 284, 3, 2, 2, 2, 1737, 1741, 7, 38, 2, 2, 1738, 1740, 5, 299, 149, 2, 1739, 1738, 3, 2, 2, 2, 1740, 1743, 3, 2, 2, 2, 1741, 1739, 3, 2, 2, 2, 1741, 1742, 3, 2, 2, 2, 1742, 1744, 3, 2, 2, 2, 1743, 1741, 3, 2, 2, 2, 1744, 1746, 7, 48, 2, 2, 1745, 1747, 5, 299, 149, 2, 1746, 1745, 3, 2, 2, 2, 1747, 1748, 3, 2, 2, 2, 1748, 1746, 3, 2, 2, 2, 1748, 1749, 3, 2, 2, 2, 1749, 286, 3, 2, 2, 2, 1750, 1754, 5, 291, 145, 2, 1751, 1754, 5, 293, 146, 2, 1752, 1754, 5, 289, 144, 2, 1753, 1750, 3, 2, 2, 2, 1753, 1751, 3, 2, 2, 2, 1753, 1752, 3, 2, 2, 2, 1754, 288, 3, 2, 2, 2, 1755, 1757, 7, 39, 2, 2, 1756, 1758, 5, 295, 147, 2, 1757, 1756, 3, 2, 2, 2, 1758, 1759, 3, 2, 2, 2, 1759, 1757, 3, 2, 2, 2, 1759, 1760, 3, 2, 2, 2, 1760, 290, 3, 2, 2, 2, 1761, 1763, 5, 297, 148, 2, 1762, 1761, 3, 2, 2, 2, 1763, 1764, 3, 2, 2, 2, 1764, 1762, 3, 2, 2, 2, 1764, 1765, 3, 2, 2, 2, 1765, 292, 3, 2, 2, 2, 1766, 1768, 7, 38, 2, 2, 1767, 1769, 5, 299, 149, 2, 1768, 1767, 3, 2, 2, 2, 1769, 1770, 3, 2, 2, 2, 1770, 1768, 3, 2, 2, 2, 1770, 1771, 3, 2, 2, 2, 1771, 294, 3, 2, 2, 2, 1772, 1773, 9, 5, 2, 2, 1773, 296, 3, 2, 2, 2, 1774, 1775, 9, 6, 2, 2, 1775, 298, 3, 2, 2, 2, 1776, 1777, 9, 7, 2, 2, 1777, 300, 3, 2, 2, 2, 1778, 1782, 7, 41, 2, 2, 1779, 1780, 7, 94, 2, 2, 1780, 1783, 9, 14, 2, 2, 1781, 1783, 10, 16, 2, 2, 1782, 1779, 3, 2, 2, 2, 1782, 1781, 3, 2, 2, 2, 1783, 1784, 3, 2, 2, 2, 1784, 1785, 7, 41, 2, 2, 1785, 302, 3, 2, 2, 2, 1786, 1788, 5, 305, 152, 2, 1787, 1789, 9, 19, 2, 2, 1788, 1787, 3, 2, 2, 2, 1789, 1790, 3, 2, 2, 2, 1790, 1788, 3, 2, 2, 2, 1790, 1791, 3, 2, 2, 2, 1791, 304, 3, 2, 2, 2, 1792, 1796, 7, 35, 2, 2, 1793, 1795, 5, 311, 155, 2, 1794, 1793, 3, 2, 2, 2, 1795, 1798, 3, 2, 2, 2, 1796, 1794, 3, 2, 2, 2, 1796, 1797, 3, 2, 2, 2, 1797, 306, 3, 2, 2, 2, 1798, 1796, 3, 2, 2, 2, 1799, 1803, 5, 309, 154, 2, 1800, 1802, 5, 311, 155, 2, 1801, 1800, 3, 2, 2, 2, 1802, 1805, 3, 2, 2, 2, 1803, 1801, 3, 2, 2, 2, 1803, 1804, 3, 2, 2, 2, 1804, 308, 3, 2, 2, 2, 1805, 1803, 3, 2, 2, 2, 1806, 1807, 9, 8, 2, 2, 1807, 310, 3, 2, 2, 2, 1808, 1809, 9, 9, 2, 2, 1809, 312, 3, 2, 2, 2, 1810, 1812, 9, 17, 2, 2, 1811, 1810, 3, 2, 2, 2, 1812, 1813, 3, 2, 2, 2, 1813, 1811, 3, 2, 2, 2, 1813, 1814, 3, 2, 2, 2, 1814, 1815, 3, 2, 2, 2, 1815, 1816, 8, 156, 7, 2, 1816, 314, 3, 2, 2, 2, 1817, 1818, 7, 49, 2, 2, 1818, 1819, 7, 49, 2, 2, 1819, 1823, 3, 2, 2, 2, 1820, 1822, 10, 18, 2, 2, 1821, 1820, 3, 2, 2, 2, 1822, 1825, 3, 2, 2, 2, 1823, 1821, 3, 2, 2, 2, 1823, 1824, 3, 2, 2, 2, 1824, 1826, 3, 2, 2, 2, 1825, 1823, 3, 2, 2, 2, 1826, 1827, 8, 157, 8, 2, 1827, 316, 3, 2, 2, 2, 1828, 1829, 7, 49, 2, 2, 1829, 1830, 7, 44, 2, 2, 1830, 1834, 3, 2, 2, 2, 1831, 1833, 11, 2, 2, 2, 1832, 1831, 3, 2, 2, 2, 1833, 1836, 3, 2, 2, 2, 1834, 1835, 3, 2, 2, 2, 1834, 1832, 3, 2, 2, 2, 1835, 1837, 3, 2, 2, 2, 1836, 1834, 3, 2, 2, 2, 1837, 1838, 7, 44, 2, 2, 1838, 1839, 7, 49, 2, 2, 1839, 1840, 3, 2, 2, 2, 1840, 1841, 8, 158, 8, 2, 1841, 318, 3, 2, 2, 2, 1842, 1844, 7, 62, 2, 2, 1843, 1845, 9, 20, 2, 2, 1844, 1843, 3, 2, 2, 2, 1845, 1846, 3, 2, 2, 2, 1846, 1844, 3, 2, 2, 2, 1846, 1847, 3, 2, 2, 2, 1847, 1848, 3, 2, 2, 2, 1848, 1849, 7, 64, 2, 2, 1849, 1850, 8, 159, 11, 2, 1850, 320, 3, 2, 2, 2, 1851, 1857, 7, 36, 2, 2, 1852, 1853, 7, 94, 2, 2, 1853, 1856, 7, 36, 2, 2, 1854, 1856, 10, 10, 2, 2, 1855, 1852, 3, 2, 2, 2, 1855, 1854, 3, 2, 2, 2, 1856, 1859, 3, 2, 2, 2, 1857, 1855, 3, 2, 2, 2, 1857, 1858, 3, 2, 2, 2, 1858, 1860, 3, 2, 2, 2, 1859, 1857, 3, 2, 2, 2, 1860, 1861, 7, 36, 2, 2, 1861, 1862, 8, 160, 12, 2, 1862, 322, 3, 2, 2, 2, 1863, 1865, 9, 17, 2, 2, 1864, 1863, 3, 2, 2, 2, 1865, 1866, 3, 2, 2, 2, 1866, 1864, 3, 2, 2, 2, 1866, 1867, 3, 2, 2, 2, 1867, 1868, 3, 2, 2, 2, 1868, 1869, 8, 161, 7, 2, 1869, 324, 3, 2, 2, 2, 1870, 1871, 7, 49, 2, 2, 1871, 1872, 7, 49, 2, 2, 1872, 1876, 3, 2, 2, 2, 1873, 1875, 10, 18, 2, 2, 1874, 1873, 3, 2, 2, 2, 1875, 1878, 3, 2, 2, 2, 1876, 1874, 3, 2, 2, 2, 1876, 1877, 3, 2, 2, 2, 1877, 1879, 3, 2, 2, 2, 1878, 1876, 3, 2, 2, 2, 1879, 1880, 8, 162, 8, 2, 1880, 326, 3, 2, 2, 2, 1881, 1882, 7, 49, 2, 2, 1882, 1883, 7, 44, 2, 2, 1883, 1887, 3, 2, 2, 2, 1884, 1886, 11, 2, 2, 2, 1885, 1884, 3, 2, 2, 2, 1886, 1889, 3, 2, 2, 2, 1887, 1888, 3, 2, 2, 2, 1887, 1885, 3, 2, 2, 2, 1888, 1890, 3, 2, 2, 2, 1889, 1887, 3, 2, 2, 2, 1890, 1891, 7, 44, 2, 2, 1891, 1892, 7, 49, 2, 2, 1892, 1893, 3, 2, 2, 2, 1893, 1894, 8, 163, 8, 2, 1894, 328, 3, 2, 2, 2, 68, 2, 3, 4, 438, 593, 758, 797, 808, 816, 864, 920, 925, 932, 937, 944, 949, 956, 963, 968, 975, 980, 985, 992, 998, 1000, 1005, 1012, 1017, 1029, 1042, 1044, 1049, 1053, 1055, 1058, 1066, 1069, 1076, 1086, 1097, 1661, 1705, 1710, 1716, 1723, 1728, 1735, 1741, 1748, 1753, 1759, 1764, 1770, 1782, 1790, 1796, 1803, 1813, 1823, 1834, 1846, 1855, 1857, 1866, 1876, 1887, 13, 3, 2, 2, 3, 66, 3, 3, 85, 4, 3, 86, 5, 3, 110, 6, 2, 3, 2, 2, 4, 2, 3, 136, 7, 3, 137, 8, 3, 159, 9, 3, 160, 10] \ No newline at end of file diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCLexer.java b/src/main/java/dk/camelot64/kickc/parser/KickCLexer.java index 121ff6d48..6715e33fa 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCLexer.java +++ b/src/main/java/dk/camelot64/kickc/parser/KickCLexer.java @@ -446,98 +446,98 @@ public class KickCLexer extends Lexer { "\u0093\u0135\2\u0137\2\u0139\u0094\u013b\u0095\u013d\u0096\u013f\u0097"+ "\u0141\u0098\u0143\u0099\u0145\u009a\u0147\u009b\5\2\3\4\25\4\2uuww\7"+ "\2dfkknnuuyy\4\2DDdd\3\2\62\63\3\2\62;\5\2\62;CHch\5\2C\\aac|\6\2\62;"+ - "C\\aac|\3\2$$\3\2||\4\2rruu\4\2ooww\7\2$$))hhpptt\4\2\62;ch\3\2))\6\2"+ - "\13\f\17\17\"\"\u00a2\u00a2\4\2\f\f\17\17\4\2--//\7\2/;C\\^^aac|\2\u0854"+ - "\2\5\3\2\2\2\2\7\3\2\2\2\2\t\3\2\2\2\2\13\3\2\2\2\2\r\3\2\2\2\2\17\3\2"+ - "\2\2\2\21\3\2\2\2\2\23\3\2\2\2\2\25\3\2\2\2\2\27\3\2\2\2\2\31\3\2\2\2"+ - "\2\33\3\2\2\2\2\35\3\2\2\2\2\37\3\2\2\2\2!\3\2\2\2\2#\3\2\2\2\2%\3\2\2"+ - "\2\2\'\3\2\2\2\2)\3\2\2\2\2+\3\2\2\2\2-\3\2\2\2\2/\3\2\2\2\2\61\3\2\2"+ - "\2\2\63\3\2\2\2\2\65\3\2\2\2\2\67\3\2\2\2\29\3\2\2\2\2;\3\2\2\2\2=\3\2"+ - "\2\2\2?\3\2\2\2\2A\3\2\2\2\2C\3\2\2\2\2E\3\2\2\2\2G\3\2\2\2\2I\3\2\2\2"+ - "\2K\3\2\2\2\2M\3\2\2\2\2O\3\2\2\2\2Q\3\2\2\2\2S\3\2\2\2\2U\3\2\2\2\2W"+ - "\3\2\2\2\2Y\3\2\2\2\2[\3\2\2\2\2]\3\2\2\2\2_\3\2\2\2\2a\3\2\2\2\2c\3\2"+ - "\2\2\2e\3\2\2\2\2g\3\2\2\2\2i\3\2\2\2\2k\3\2\2\2\2m\3\2\2\2\2o\3\2\2\2"+ - "\2q\3\2\2\2\2s\3\2\2\2\2u\3\2\2\2\2w\3\2\2\2\2y\3\2\2\2\2{\3\2\2\2\2}"+ - "\3\2\2\2\2\177\3\2\2\2\2\u0081\3\2\2\2\2\u0083\3\2\2\2\2\u0085\3\2\2\2"+ - "\2\u0087\3\2\2\2\2\u0089\3\2\2\2\2\u008b\3\2\2\2\2\u008d\3\2\2\2\2\u008f"+ - "\3\2\2\2\2\u0091\3\2\2\2\2\u0093\3\2\2\2\2\u0095\3\2\2\2\2\u0097\3\2\2"+ - "\2\2\u0099\3\2\2\2\2\u009b\3\2\2\2\2\u009d\3\2\2\2\2\u009f\3\2\2\2\2\u00a1"+ - "\3\2\2\2\2\u00a3\3\2\2\2\2\u00a5\3\2\2\2\2\u00a7\3\2\2\2\2\u00a9\3\2\2"+ - "\2\2\u00ab\3\2\2\2\2\u00ad\3\2\2\2\2\u00af\3\2\2\2\2\u00b1\3\2\2\2\2\u00b3"+ - "\3\2\2\2\2\u00b5\3\2\2\2\2\u00b7\3\2\2\2\2\u00b9\3\2\2\2\2\u00bb\3\2\2"+ - "\2\2\u00bd\3\2\2\2\2\u00bf\3\2\2\2\2\u00c1\3\2\2\2\2\u00c3\3\2\2\2\2\u00c5"+ - "\3\2\2\2\2\u00c7\3\2\2\2\2\u00c9\3\2\2\2\2\u00cb\3\2\2\2\2\u00cd\3\2\2"+ - "\2\2\u00cf\3\2\2\2\2\u00d1\3\2\2\2\2\u00d3\3\2\2\2\2\u00d5\3\2\2\2\2\u00dd"+ - "\3\2\2\2\2\u00e3\3\2\2\2\2\u00e5\3\2\2\2\2\u00e7\3\2\2\2\2\u00e9\3\2\2"+ - "\2\2\u00eb\3\2\2\2\3\u00ed\3\2\2\2\3\u00ef\3\2\2\2\3\u00f1\3\2\2\2\3\u00f3"+ - "\3\2\2\2\3\u00f5\3\2\2\2\3\u00f7\3\2\2\2\3\u00f9\3\2\2\2\3\u00fb\3\2\2"+ - "\2\3\u00fd\3\2\2\2\3\u00ff\3\2\2\2\3\u0101\3\2\2\2\3\u0103\3\2\2\2\3\u0105"+ - "\3\2\2\2\3\u0107\3\2\2\2\3\u0109\3\2\2\2\3\u010b\3\2\2\2\3\u010d\3\2\2"+ - "\2\3\u010f\3\2\2\2\3\u0111\3\2\2\2\3\u0113\3\2\2\2\3\u0115\3\2\2\2\3\u0117"+ - "\3\2\2\2\3\u0119\3\2\2\2\3\u011b\3\2\2\2\3\u011d\3\2\2\2\3\u011f\3\2\2"+ - "\2\3\u0121\3\2\2\2\3\u0123\3\2\2\2\3\u0125\3\2\2\2\3\u012d\3\2\2\2\3\u012f"+ - "\3\2\2\2\3\u0131\3\2\2\2\3\u0133\3\2\2\2\3\u0139\3\2\2\2\3\u013b\3\2\2"+ - "\2\3\u013d\3\2\2\2\4\u013f\3\2\2\2\4\u0141\3\2\2\2\4\u0143\3\2\2\2\4\u0145"+ - "\3\2\2\2\4\u0147\3\2\2\2\5\u0149\3\2\2\2\7\u014c\3\2\2\2\t\u014e\3\2\2"+ - "\2\13\u0150\3\2\2\2\r\u0152\3\2\2\2\17\u0154\3\2\2\2\21\u0156\3\2\2\2"+ - "\23\u0158\3\2\2\2\25\u015a\3\2\2\2\27\u015c\3\2\2\2\31\u015f\3\2\2\2\33"+ - "\u0163\3\2\2\2\35\u0165\3\2\2\2\37\u0167\3\2\2\2!\u016a\3\2\2\2#\u016c"+ - "\3\2\2\2%\u016e\3\2\2\2\'\u0170\3\2\2\2)\u0172\3\2\2\2+\u0174\3\2\2\2"+ - "-\u0177\3\2\2\2/\u017a\3\2\2\2\61\u017c\3\2\2\2\63\u017e\3\2\2\2\65\u0180"+ - "\3\2\2\2\67\u0182\3\2\2\29\u0185\3\2\2\2;\u0188\3\2\2\2=\u018b\3\2\2\2"+ - "?\u018e\3\2\2\2A\u0190\3\2\2\2C\u0193\3\2\2\2E\u0196\3\2\2\2G\u0198\3"+ - "\2\2\2I\u019b\3\2\2\2K\u019e\3\2\2\2M\u01b6\3\2\2\2O\u01b8\3\2\2\2Q\u01c0"+ - "\3\2\2\2S\u01c6\3\2\2\2U\u01cd\3\2\2\2W\u01d4\3\2\2\2Y\u01da\3\2\2\2["+ - "\u01e1\3\2\2\2]\u01ea\3\2\2\2_\u01f1\3\2\2\2a\u01fb\3\2\2\2c\u0204\3\2"+ - "\2\2e\u0211\3\2\2\2g\u021b\3\2\2\2i\u0220\3\2\2\2k\u0226\3\2\2\2m\u022c"+ - "\3\2\2\2o\u0231\3\2\2\2q\u0251\3\2\2\2s\u0253\3\2\2\2u\u0256\3\2\2\2w"+ - "\u025b\3\2\2\2y\u0261\3\2\2\2{\u0264\3\2\2\2}\u0268\3\2\2\2\177\u026f"+ - "\3\2\2\2\u0081\u0276\3\2\2\2\u0083\u027c\3\2\2\2\u0085\u0285\3\2\2\2\u0087"+ - "\u028b\3\2\2\2\u0089\u0293\3\2\2\2\u008b\u0298\3\2\2\2\u008d\u029f\3\2"+ - "\2\2\u008f\u02a4\3\2\2\2\u0091\u02ab\3\2\2\2\u0093\u02b2\3\2\2\2\u0095"+ - "\u02ba\3\2\2\2\u0097\u02c2\3\2\2\2\u0099\u02cb\3\2\2\2\u009b\u02d0\3\2"+ - "\2\2\u009d\u02d9\3\2\2\2\u009f\u02df\3\2\2\2\u00a1\u02e6\3\2\2\2\u00a3"+ - "\u02f6\3\2\2\2\u00a5\u031d\3\2\2\2\u00a7\u0328\3\2\2\2\u00a9\u032a\3\2"+ - "\2\2\u00ab\u0336\3\2\2\2\u00ad\u0340\3\2\2\2\u00af\u034b\3\2\2\2\u00b1"+ - "\u0353\3\2\2\2\u00b3\u0360\3\2\2\2\u00b5\u0362\3\2\2\2\u00b7\u0369\3\2"+ - "\2\2\u00b9\u0370\3\2\2\2\u00bb\u0378\3\2\2\2\u00bd\u037c\3\2\2\2\u00bf"+ - "\u0382\3\2\2\2\u00c1\u0388\3\2\2\2\u00c3\u038f\3\2\2\2\u00c5\u0398\3\2"+ - "\2\2\u00c7\u039d\3\2\2\2\u00c9\u03a4\3\2\2\2\u00cb\u03b5\3\2\2\2\u00cd"+ - "\u03c3\3\2\2\2\u00cf\u03d4\3\2\2\2\u00d1\u03e8\3\2\2\2\u00d3\u03eb\3\2"+ - "\2\2\u00d5\u03f4\3\2\2\2\u00d7\u03fb\3\2\2\2\u00d9\u03fd\3\2\2\2\u00db"+ - "\u03ff\3\2\2\2\u00dd\u0401\3\2\2\2\u00df\u040a\3\2\2\2\u00e1\u040c\3\2"+ - "\2\2\u00e3\u040e\3\2\2\2\u00e5\u0424\3\2\2\2\u00e7\u0432\3\2\2\2\u00e9"+ - "\u0438\3\2\2\2\u00eb\u0443\3\2\2\2\u00ed\u0451\3\2\2\2\u00ef\u067d\3\2"+ - "\2\2\u00f1\u067f\3\2\2\2\u00f3\u0681\3\2\2\2\u00f5\u0683\3\2\2\2\u00f7"+ - "\u0685\3\2\2\2\u00f9\u0687\3\2\2\2\u00fb\u0689\3\2\2\2\u00fd\u068b\3\2"+ - "\2\2\u00ff\u068d\3\2\2\2\u0101\u068f\3\2\2\2\u0103\u0692\3\2\2\2\u0105"+ - "\u0695\3\2\2\2\u0107\u0697\3\2\2\2\u0109\u0699\3\2\2\2\u010b\u069b\3\2"+ - "\2\2\u010d\u069d\3\2\2\2\u010f\u069f\3\2\2\2\u0111\u06a1\3\2\2\2\u0113"+ - "\u06a4\3\2\2\2\u0115\u06a9\3\2\2\2\u0117\u06ae\3\2\2\2\u0119\u06b0\3\2"+ - "\2\2\u011b\u06c0\3\2\2\2\u011d\u06c9\3\2\2\2\u011f\u06d9\3\2\2\2\u0121"+ - "\u06db\3\2\2\2\u0123\u06e2\3\2\2\2\u0125\u06e6\3\2\2\2\u0127\u06ec\3\2"+ - "\2\2\u0129\u06ee\3\2\2\2\u012b\u06f0\3\2\2\2\u012d\u06f2\3\2\2\2\u012f"+ - "\u06fa\3\2\2\2\u0131\u0700\3\2\2\2\u0133\u0707\3\2\2\2\u0135\u070e\3\2"+ - "\2\2\u0137\u0710\3\2\2\2\u0139\u0713\3\2\2\2\u013b\u0719\3\2\2\2\u013d"+ - "\u0724\3\2\2\2\u013f\u0732\3\2\2\2\u0141\u073b\3\2\2\2\u0143\u0748\3\2"+ - "\2\2\u0145\u074e\3\2\2\2\u0147\u0759\3\2\2\2\u0149\u014a\7}\2\2\u014a"+ - "\u014b\b\2\2\2\u014b\6\3\2\2\2\u014c\u014d\7\177\2\2\u014d\b\3\2\2\2\u014e"+ - "\u014f\7]\2\2\u014f\n\3\2\2\2\u0150\u0151\7_\2\2\u0151\f\3\2\2\2\u0152"+ - "\u0153\7*\2\2\u0153\16\3\2\2\2\u0154\u0155\7+\2\2\u0155\20\3\2\2\2\u0156"+ - "\u0157\7=\2\2\u0157\22\3\2\2\2\u0158\u0159\7<\2\2\u0159\24\3\2\2\2\u015a"+ - "\u015b\7.\2\2\u015b\26\3\2\2\2\u015c\u015d\7\60\2\2\u015d\u015e\7\60\2"+ - "\2\u015e\30\3\2\2\2\u015f\u0160\7\60\2\2\u0160\u0161\7\60\2\2\u0161\u0162"+ - "\7\60\2\2\u0162\32\3\2\2\2\u0163\u0164\7A\2\2\u0164\34\3\2\2\2\u0165\u0166"+ - "\7\60\2\2\u0166\36\3\2\2\2\u0167\u0168\7/\2\2\u0168\u0169\7@\2\2\u0169"+ - " \3\2\2\2\u016a\u016b\7-\2\2\u016b\"\3\2\2\2\u016c\u016d\7/\2\2\u016d"+ - "$\3\2\2\2\u016e\u016f\7,\2\2\u016f&\3\2\2\2\u0170\u0171\7\61\2\2\u0171"+ - "(\3\2\2\2\u0172\u0173\7\'\2\2\u0173*\3\2\2\2\u0174\u0175\7-\2\2\u0175"+ - "\u0176\7-\2\2\u0176,\3\2\2\2\u0177\u0178\7/\2\2\u0178\u0179\7/\2\2\u0179"+ - ".\3\2\2\2\u017a\u017b\7(\2\2\u017b\60\3\2\2\2\u017c\u017d\7\u0080\2\2"+ - "\u017d\62\3\2\2\2\u017e\u017f\7`\2\2\u017f\64\3\2\2\2\u0180\u0181\7~\2"+ - "\2\u0181\66\3\2\2\2\u0182\u0183\7>\2\2\u0183\u0184\7>\2\2\u01848\3\2\2"+ - "\2\u0185\u0186\7@\2\2\u0186\u0187\7@\2\2\u0187:\3\2\2\2\u0188\u0189\7"+ - "?\2\2\u0189\u018a\7?\2\2\u018a<\3\2\2\2\u018b\u018c\7#\2\2\u018c\u018d"+ + "C\\aac|\3\2$$\3\2||\5\2ccrruu\5\2ccoouw\7\2$$))hhpptt\4\2\62;ch\3\2))"+ + "\6\2\13\f\17\17\"\"\u00a2\u00a2\4\2\f\f\17\17\4\2--//\7\2/;C\\^^aac|\2"+ + "\u0854\2\5\3\2\2\2\2\7\3\2\2\2\2\t\3\2\2\2\2\13\3\2\2\2\2\r\3\2\2\2\2"+ + "\17\3\2\2\2\2\21\3\2\2\2\2\23\3\2\2\2\2\25\3\2\2\2\2\27\3\2\2\2\2\31\3"+ + "\2\2\2\2\33\3\2\2\2\2\35\3\2\2\2\2\37\3\2\2\2\2!\3\2\2\2\2#\3\2\2\2\2"+ + "%\3\2\2\2\2\'\3\2\2\2\2)\3\2\2\2\2+\3\2\2\2\2-\3\2\2\2\2/\3\2\2\2\2\61"+ + "\3\2\2\2\2\63\3\2\2\2\2\65\3\2\2\2\2\67\3\2\2\2\29\3\2\2\2\2;\3\2\2\2"+ + "\2=\3\2\2\2\2?\3\2\2\2\2A\3\2\2\2\2C\3\2\2\2\2E\3\2\2\2\2G\3\2\2\2\2I"+ + "\3\2\2\2\2K\3\2\2\2\2M\3\2\2\2\2O\3\2\2\2\2Q\3\2\2\2\2S\3\2\2\2\2U\3\2"+ + "\2\2\2W\3\2\2\2\2Y\3\2\2\2\2[\3\2\2\2\2]\3\2\2\2\2_\3\2\2\2\2a\3\2\2\2"+ + "\2c\3\2\2\2\2e\3\2\2\2\2g\3\2\2\2\2i\3\2\2\2\2k\3\2\2\2\2m\3\2\2\2\2o"+ + "\3\2\2\2\2q\3\2\2\2\2s\3\2\2\2\2u\3\2\2\2\2w\3\2\2\2\2y\3\2\2\2\2{\3\2"+ + "\2\2\2}\3\2\2\2\2\177\3\2\2\2\2\u0081\3\2\2\2\2\u0083\3\2\2\2\2\u0085"+ + "\3\2\2\2\2\u0087\3\2\2\2\2\u0089\3\2\2\2\2\u008b\3\2\2\2\2\u008d\3\2\2"+ + "\2\2\u008f\3\2\2\2\2\u0091\3\2\2\2\2\u0093\3\2\2\2\2\u0095\3\2\2\2\2\u0097"+ + "\3\2\2\2\2\u0099\3\2\2\2\2\u009b\3\2\2\2\2\u009d\3\2\2\2\2\u009f\3\2\2"+ + "\2\2\u00a1\3\2\2\2\2\u00a3\3\2\2\2\2\u00a5\3\2\2\2\2\u00a7\3\2\2\2\2\u00a9"+ + "\3\2\2\2\2\u00ab\3\2\2\2\2\u00ad\3\2\2\2\2\u00af\3\2\2\2\2\u00b1\3\2\2"+ + "\2\2\u00b3\3\2\2\2\2\u00b5\3\2\2\2\2\u00b7\3\2\2\2\2\u00b9\3\2\2\2\2\u00bb"+ + "\3\2\2\2\2\u00bd\3\2\2\2\2\u00bf\3\2\2\2\2\u00c1\3\2\2\2\2\u00c3\3\2\2"+ + "\2\2\u00c5\3\2\2\2\2\u00c7\3\2\2\2\2\u00c9\3\2\2\2\2\u00cb\3\2\2\2\2\u00cd"+ + "\3\2\2\2\2\u00cf\3\2\2\2\2\u00d1\3\2\2\2\2\u00d3\3\2\2\2\2\u00d5\3\2\2"+ + "\2\2\u00dd\3\2\2\2\2\u00e3\3\2\2\2\2\u00e5\3\2\2\2\2\u00e7\3\2\2\2\2\u00e9"+ + "\3\2\2\2\2\u00eb\3\2\2\2\3\u00ed\3\2\2\2\3\u00ef\3\2\2\2\3\u00f1\3\2\2"+ + "\2\3\u00f3\3\2\2\2\3\u00f5\3\2\2\2\3\u00f7\3\2\2\2\3\u00f9\3\2\2\2\3\u00fb"+ + "\3\2\2\2\3\u00fd\3\2\2\2\3\u00ff\3\2\2\2\3\u0101\3\2\2\2\3\u0103\3\2\2"+ + "\2\3\u0105\3\2\2\2\3\u0107\3\2\2\2\3\u0109\3\2\2\2\3\u010b\3\2\2\2\3\u010d"+ + "\3\2\2\2\3\u010f\3\2\2\2\3\u0111\3\2\2\2\3\u0113\3\2\2\2\3\u0115\3\2\2"+ + "\2\3\u0117\3\2\2\2\3\u0119\3\2\2\2\3\u011b\3\2\2\2\3\u011d\3\2\2\2\3\u011f"+ + "\3\2\2\2\3\u0121\3\2\2\2\3\u0123\3\2\2\2\3\u0125\3\2\2\2\3\u012d\3\2\2"+ + "\2\3\u012f\3\2\2\2\3\u0131\3\2\2\2\3\u0133\3\2\2\2\3\u0139\3\2\2\2\3\u013b"+ + "\3\2\2\2\3\u013d\3\2\2\2\4\u013f\3\2\2\2\4\u0141\3\2\2\2\4\u0143\3\2\2"+ + "\2\4\u0145\3\2\2\2\4\u0147\3\2\2\2\5\u0149\3\2\2\2\7\u014c\3\2\2\2\t\u014e"+ + "\3\2\2\2\13\u0150\3\2\2\2\r\u0152\3\2\2\2\17\u0154\3\2\2\2\21\u0156\3"+ + "\2\2\2\23\u0158\3\2\2\2\25\u015a\3\2\2\2\27\u015c\3\2\2\2\31\u015f\3\2"+ + "\2\2\33\u0163\3\2\2\2\35\u0165\3\2\2\2\37\u0167\3\2\2\2!\u016a\3\2\2\2"+ + "#\u016c\3\2\2\2%\u016e\3\2\2\2\'\u0170\3\2\2\2)\u0172\3\2\2\2+\u0174\3"+ + "\2\2\2-\u0177\3\2\2\2/\u017a\3\2\2\2\61\u017c\3\2\2\2\63\u017e\3\2\2\2"+ + "\65\u0180\3\2\2\2\67\u0182\3\2\2\29\u0185\3\2\2\2;\u0188\3\2\2\2=\u018b"+ + "\3\2\2\2?\u018e\3\2\2\2A\u0190\3\2\2\2C\u0193\3\2\2\2E\u0196\3\2\2\2G"+ + "\u0198\3\2\2\2I\u019b\3\2\2\2K\u019e\3\2\2\2M\u01b6\3\2\2\2O\u01b8\3\2"+ + "\2\2Q\u01c0\3\2\2\2S\u01c6\3\2\2\2U\u01cd\3\2\2\2W\u01d4\3\2\2\2Y\u01da"+ + "\3\2\2\2[\u01e1\3\2\2\2]\u01ea\3\2\2\2_\u01f1\3\2\2\2a\u01fb\3\2\2\2c"+ + "\u0204\3\2\2\2e\u0211\3\2\2\2g\u021b\3\2\2\2i\u0220\3\2\2\2k\u0226\3\2"+ + "\2\2m\u022c\3\2\2\2o\u0231\3\2\2\2q\u0251\3\2\2\2s\u0253\3\2\2\2u\u0256"+ + "\3\2\2\2w\u025b\3\2\2\2y\u0261\3\2\2\2{\u0264\3\2\2\2}\u0268\3\2\2\2\177"+ + "\u026f\3\2\2\2\u0081\u0276\3\2\2\2\u0083\u027c\3\2\2\2\u0085\u0285\3\2"+ + "\2\2\u0087\u028b\3\2\2\2\u0089\u0293\3\2\2\2\u008b\u0298\3\2\2\2\u008d"+ + "\u029f\3\2\2\2\u008f\u02a4\3\2\2\2\u0091\u02ab\3\2\2\2\u0093\u02b2\3\2"+ + "\2\2\u0095\u02ba\3\2\2\2\u0097\u02c2\3\2\2\2\u0099\u02cb\3\2\2\2\u009b"+ + "\u02d0\3\2\2\2\u009d\u02d9\3\2\2\2\u009f\u02df\3\2\2\2\u00a1\u02e6\3\2"+ + "\2\2\u00a3\u02f6\3\2\2\2\u00a5\u031d\3\2\2\2\u00a7\u0328\3\2\2\2\u00a9"+ + "\u032a\3\2\2\2\u00ab\u0336\3\2\2\2\u00ad\u0340\3\2\2\2\u00af\u034b\3\2"+ + "\2\2\u00b1\u0353\3\2\2\2\u00b3\u0360\3\2\2\2\u00b5\u0362\3\2\2\2\u00b7"+ + "\u0369\3\2\2\2\u00b9\u0370\3\2\2\2\u00bb\u0378\3\2\2\2\u00bd\u037c\3\2"+ + "\2\2\u00bf\u0382\3\2\2\2\u00c1\u0388\3\2\2\2\u00c3\u038f\3\2\2\2\u00c5"+ + "\u0398\3\2\2\2\u00c7\u039d\3\2\2\2\u00c9\u03a4\3\2\2\2\u00cb\u03b5\3\2"+ + "\2\2\u00cd\u03c3\3\2\2\2\u00cf\u03d4\3\2\2\2\u00d1\u03e8\3\2\2\2\u00d3"+ + "\u03eb\3\2\2\2\u00d5\u03f4\3\2\2\2\u00d7\u03fb\3\2\2\2\u00d9\u03fd\3\2"+ + "\2\2\u00db\u03ff\3\2\2\2\u00dd\u0401\3\2\2\2\u00df\u040a\3\2\2\2\u00e1"+ + "\u040c\3\2\2\2\u00e3\u040e\3\2\2\2\u00e5\u0424\3\2\2\2\u00e7\u0432\3\2"+ + "\2\2\u00e9\u0438\3\2\2\2\u00eb\u0443\3\2\2\2\u00ed\u0451\3\2\2\2\u00ef"+ + "\u067d\3\2\2\2\u00f1\u067f\3\2\2\2\u00f3\u0681\3\2\2\2\u00f5\u0683\3\2"+ + "\2\2\u00f7\u0685\3\2\2\2\u00f9\u0687\3\2\2\2\u00fb\u0689\3\2\2\2\u00fd"+ + "\u068b\3\2\2\2\u00ff\u068d\3\2\2\2\u0101\u068f\3\2\2\2\u0103\u0692\3\2"+ + "\2\2\u0105\u0695\3\2\2\2\u0107\u0697\3\2\2\2\u0109\u0699\3\2\2\2\u010b"+ + "\u069b\3\2\2\2\u010d\u069d\3\2\2\2\u010f\u069f\3\2\2\2\u0111\u06a1\3\2"+ + "\2\2\u0113\u06a4\3\2\2\2\u0115\u06a9\3\2\2\2\u0117\u06ae\3\2\2\2\u0119"+ + "\u06b0\3\2\2\2\u011b\u06c0\3\2\2\2\u011d\u06c9\3\2\2\2\u011f\u06d9\3\2"+ + "\2\2\u0121\u06db\3\2\2\2\u0123\u06e2\3\2\2\2\u0125\u06e6\3\2\2\2\u0127"+ + "\u06ec\3\2\2\2\u0129\u06ee\3\2\2\2\u012b\u06f0\3\2\2\2\u012d\u06f2\3\2"+ + "\2\2\u012f\u06fa\3\2\2\2\u0131\u0700\3\2\2\2\u0133\u0707\3\2\2\2\u0135"+ + "\u070e\3\2\2\2\u0137\u0710\3\2\2\2\u0139\u0713\3\2\2\2\u013b\u0719\3\2"+ + "\2\2\u013d\u0724\3\2\2\2\u013f\u0732\3\2\2\2\u0141\u073b\3\2\2\2\u0143"+ + "\u0748\3\2\2\2\u0145\u074e\3\2\2\2\u0147\u0759\3\2\2\2\u0149\u014a\7}"+ + "\2\2\u014a\u014b\b\2\2\2\u014b\6\3\2\2\2\u014c\u014d\7\177\2\2\u014d\b"+ + "\3\2\2\2\u014e\u014f\7]\2\2\u014f\n\3\2\2\2\u0150\u0151\7_\2\2\u0151\f"+ + "\3\2\2\2\u0152\u0153\7*\2\2\u0153\16\3\2\2\2\u0154\u0155\7+\2\2\u0155"+ + "\20\3\2\2\2\u0156\u0157\7=\2\2\u0157\22\3\2\2\2\u0158\u0159\7<\2\2\u0159"+ + "\24\3\2\2\2\u015a\u015b\7.\2\2\u015b\26\3\2\2\2\u015c\u015d\7\60\2\2\u015d"+ + "\u015e\7\60\2\2\u015e\30\3\2\2\2\u015f\u0160\7\60\2\2\u0160\u0161\7\60"+ + "\2\2\u0161\u0162\7\60\2\2\u0162\32\3\2\2\2\u0163\u0164\7A\2\2\u0164\34"+ + "\3\2\2\2\u0165\u0166\7\60\2\2\u0166\36\3\2\2\2\u0167\u0168\7/\2\2\u0168"+ + "\u0169\7@\2\2\u0169 \3\2\2\2\u016a\u016b\7-\2\2\u016b\"\3\2\2\2\u016c"+ + "\u016d\7/\2\2\u016d$\3\2\2\2\u016e\u016f\7,\2\2\u016f&\3\2\2\2\u0170\u0171"+ + "\7\61\2\2\u0171(\3\2\2\2\u0172\u0173\7\'\2\2\u0173*\3\2\2\2\u0174\u0175"+ + "\7-\2\2\u0175\u0176\7-\2\2\u0176,\3\2\2\2\u0177\u0178\7/\2\2\u0178\u0179"+ + "\7/\2\2\u0179.\3\2\2\2\u017a\u017b\7(\2\2\u017b\60\3\2\2\2\u017c\u017d"+ + "\7\u0080\2\2\u017d\62\3\2\2\2\u017e\u017f\7`\2\2\u017f\64\3\2\2\2\u0180"+ + "\u0181\7~\2\2\u0181\66\3\2\2\2\u0182\u0183\7>\2\2\u0183\u0184\7>\2\2\u0184"+ + "8\3\2\2\2\u0185\u0186\7@\2\2\u0186\u0187\7@\2\2\u0187:\3\2\2\2\u0188\u0189"+ + "\7?\2\2\u0189\u018a\7?\2\2\u018a<\3\2\2\2\u018b\u018c\7#\2\2\u018c\u018d"+ "\7?\2\2\u018d>\3\2\2\2\u018e\u018f\7>\2\2\u018f@\3\2\2\2\u0190\u0191\7"+ ">\2\2\u0191\u0192\7?\2\2\u0192B\3\2\2\2\u0193\u0194\7@\2\2\u0194\u0195"+ "\7?\2\2\u0195D\3\2\2\2\u0196\u0197\7@\2\2\u0197F\3\2\2\2\u0198\u0199\7"+ diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp b/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp index 3a199b457..4294f4b63 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParser.interp @@ -361,4 +361,4 @@ asmExpr atn: -[3, 24715, 42794, 33075, 47597, 16764, 15335, 30598, 22884, 3, 155, 854, 4, 2, 9, 2, 4, 3, 9, 3, 4, 4, 9, 4, 4, 5, 9, 5, 4, 6, 9, 6, 4, 7, 9, 7, 4, 8, 9, 8, 4, 9, 9, 9, 4, 10, 9, 10, 4, 11, 9, 11, 4, 12, 9, 12, 4, 13, 9, 13, 4, 14, 9, 14, 4, 15, 9, 15, 4, 16, 9, 16, 4, 17, 9, 17, 4, 18, 9, 18, 4, 19, 9, 19, 4, 20, 9, 20, 4, 21, 9, 21, 4, 22, 9, 22, 4, 23, 9, 23, 4, 24, 9, 24, 4, 25, 9, 25, 4, 26, 9, 26, 4, 27, 9, 27, 4, 28, 9, 28, 4, 29, 9, 29, 4, 30, 9, 30, 4, 31, 9, 31, 4, 32, 9, 32, 4, 33, 9, 33, 4, 34, 9, 34, 4, 35, 9, 35, 4, 36, 9, 36, 4, 37, 9, 37, 4, 38, 9, 38, 4, 39, 9, 39, 4, 40, 9, 40, 4, 41, 9, 41, 4, 42, 9, 42, 4, 43, 9, 43, 4, 44, 9, 44, 4, 45, 9, 45, 4, 46, 9, 46, 4, 47, 9, 47, 4, 48, 9, 48, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 3, 4, 7, 4, 104, 10, 4, 12, 4, 14, 4, 107, 11, 4, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 5, 5, 123, 10, 5, 3, 6, 3, 6, 3, 6, 3, 7, 3, 7, 7, 7, 130, 10, 7, 12, 7, 14, 7, 133, 11, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 7, 7, 140, 10, 7, 12, 7, 14, 7, 143, 11, 7, 3, 7, 7, 7, 146, 10, 7, 12, 7, 14, 7, 149, 11, 7, 3, 8, 3, 8, 3, 8, 7, 8, 154, 10, 8, 12, 8, 14, 8, 157, 11, 8, 3, 8, 3, 8, 7, 8, 161, 10, 8, 12, 8, 14, 8, 164, 11, 8, 3, 8, 3, 8, 3, 9, 3, 9, 7, 9, 170, 10, 9, 12, 9, 14, 9, 173, 11, 9, 3, 9, 3, 9, 5, 9, 177, 10, 9, 3, 9, 3, 9, 7, 9, 181, 10, 9, 12, 9, 14, 9, 184, 11, 9, 3, 9, 3, 9, 5, 9, 188, 10, 9, 3, 10, 7, 10, 191, 10, 10, 12, 10, 14, 10, 194, 11, 10, 3, 10, 3, 10, 7, 10, 198, 10, 10, 12, 10, 14, 10, 201, 11, 10, 3, 11, 3, 11, 7, 11, 205, 10, 11, 12, 11, 14, 11, 208, 11, 11, 3, 12, 3, 12, 5, 12, 212, 10, 12, 3, 12, 3, 12, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 5, 13, 224, 10, 13, 3, 13, 7, 13, 227, 10, 13, 12, 13, 14, 13, 230, 11, 13, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 5, 14, 240, 10, 14, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 5, 14, 247, 10, 14, 3, 14, 3, 14, 3, 14, 5, 14, 252, 10, 14, 3, 14, 3, 14, 3, 14, 3, 14, 7, 14, 258, 10, 14, 12, 14, 14, 14, 261, 11, 14, 3, 15, 3, 15, 3, 15, 3, 16, 3, 16, 5, 16, 268, 10, 16, 3, 16, 3, 16, 6, 16, 272, 10, 16, 13, 16, 14, 16, 273, 3, 16, 3, 16, 3, 17, 3, 17, 3, 17, 3, 18, 3, 18, 3, 18, 3, 19, 3, 19, 5, 19, 286, 10, 19, 3, 19, 3, 19, 3, 19, 3, 19, 3, 20, 3, 20, 3, 20, 3, 20, 3, 20, 3, 20, 7, 20, 298, 10, 20, 12, 20, 14, 20, 301, 11, 20, 3, 21, 3, 21, 3, 21, 5, 21, 306, 10, 21, 3, 22, 3, 22, 7, 22, 310, 10, 22, 12, 22, 14, 22, 313, 11, 22, 3, 22, 3, 22, 3, 22, 5, 22, 318, 10, 22, 3, 22, 3, 22, 3, 22, 5, 22, 323, 10, 22, 3, 23, 3, 23, 5, 23, 327, 10, 23, 3, 23, 3, 23, 3, 24, 3, 24, 3, 24, 7, 24, 334, 10, 24, 12, 24, 14, 24, 337, 11, 24, 3, 25, 3, 25, 7, 25, 341, 10, 25, 12, 25, 14, 25, 344, 11, 25, 3, 25, 3, 25, 3, 25, 3, 25, 5, 25, 350, 10, 25, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 7, 26, 358, 10, 26, 12, 26, 14, 26, 361, 11, 26, 3, 26, 3, 26, 5, 26, 365, 10, 26, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 5, 27, 374, 10, 27, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 5, 28, 385, 10, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 5, 28, 405, 10, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 7, 28, 412, 10, 28, 12, 28, 14, 28, 415, 11, 28, 3, 28, 3, 28, 3, 28, 5, 28, 420, 10, 28, 3, 29, 6, 29, 423, 10, 29, 13, 29, 14, 29, 424, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 432, 10, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 445, 10, 30, 3, 30, 7, 30, 448, 10, 30, 12, 30, 14, 30, 451, 11, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 7, 30, 460, 10, 30, 12, 30, 14, 30, 463, 11, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 7, 30, 474, 10, 30, 12, 30, 14, 30, 477, 11, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 495, 10, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 504, 10, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 512, 10, 30, 3, 31, 6, 31, 515, 10, 31, 13, 31, 14, 31, 516, 3, 31, 3, 31, 3, 31, 5, 31, 522, 10, 31, 5, 31, 524, 10, 31, 3, 32, 3, 32, 3, 32, 3, 32, 5, 32, 530, 10, 32, 3, 33, 3, 33, 3, 33, 5, 33, 535, 10, 33, 3, 33, 3, 33, 5, 33, 539, 10, 33, 3, 33, 3, 33, 7, 33, 543, 10, 33, 12, 33, 14, 33, 546, 11, 33, 5, 33, 548, 10, 33, 3, 33, 3, 33, 3, 33, 3, 33, 3, 33, 3, 33, 5, 33, 556, 10, 33, 3, 34, 5, 34, 559, 10, 34, 3, 34, 5, 34, 562, 10, 34, 3, 35, 3, 35, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 7, 36, 572, 10, 36, 12, 36, 14, 36, 575, 11, 36, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 5, 37, 586, 10, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 5, 37, 594, 10, 37, 3, 37, 3, 37, 3, 37, 3, 37, 5, 37, 600, 10, 37, 3, 37, 3, 37, 5, 37, 604, 10, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 7, 37, 623, 10, 37, 12, 37, 14, 37, 626, 11, 37, 3, 37, 5, 37, 629, 10, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 6, 37, 636, 10, 37, 13, 37, 14, 37, 637, 3, 37, 3, 37, 5, 37, 642, 10, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 5, 37, 692, 10, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 7, 37, 702, 10, 37, 12, 37, 14, 37, 705, 11, 37, 3, 38, 3, 38, 3, 38, 7, 38, 710, 10, 38, 12, 38, 14, 38, 713, 11, 38, 3, 39, 3, 39, 5, 39, 717, 10, 39, 3, 39, 3, 39, 3, 40, 3, 40, 3, 40, 3, 40, 7, 40, 725, 10, 40, 12, 40, 14, 40, 728, 11, 40, 3, 40, 3, 40, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 5, 41, 742, 10, 41, 3, 42, 7, 42, 745, 10, 42, 12, 42, 14, 42, 748, 11, 42, 3, 43, 3, 43, 3, 43, 5, 43, 753, 10, 43, 3, 44, 3, 44, 3, 44, 3, 44, 5, 44, 759, 10, 44, 3, 45, 3, 45, 5, 45, 763, 10, 45, 3, 46, 3, 46, 3, 46, 3, 46, 7, 46, 769, 10, 46, 12, 46, 14, 46, 772, 11, 46, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 5, 47, 819, 10, 47, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 5, 48, 835, 10, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 7, 48, 849, 10, 48, 12, 48, 14, 48, 852, 11, 48, 3, 48, 2, 9, 12, 24, 26, 38, 70, 72, 94, 49, 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, 2, 13, 3, 2, 23, 24, 5, 2, 18, 19, 25, 26, 82, 82, 4, 2, 33, 33, 36, 36, 3, 2, 29, 30, 3, 2, 20, 22, 3, 2, 18, 19, 3, 2, 31, 36, 3, 2, 127, 130, 3, 2, 125, 126, 3, 2, 131, 132, 3, 2, 127, 128, 2, 980, 2, 96, 3, 2, 2, 2, 4, 99, 3, 2, 2, 2, 6, 105, 3, 2, 2, 2, 8, 122, 3, 2, 2, 2, 10, 124, 3, 2, 2, 2, 12, 127, 3, 2, 2, 2, 14, 150, 3, 2, 2, 2, 16, 187, 3, 2, 2, 2, 18, 192, 3, 2, 2, 2, 20, 202, 3, 2, 2, 2, 22, 209, 3, 2, 2, 2, 24, 215, 3, 2, 2, 2, 26, 246, 3, 2, 2, 2, 28, 262, 3, 2, 2, 2, 30, 265, 3, 2, 2, 2, 32, 277, 3, 2, 2, 2, 34, 280, 3, 2, 2, 2, 36, 283, 3, 2, 2, 2, 38, 291, 3, 2, 2, 2, 40, 302, 3, 2, 2, 2, 42, 307, 3, 2, 2, 2, 44, 324, 3, 2, 2, 2, 46, 330, 3, 2, 2, 2, 48, 349, 3, 2, 2, 2, 50, 351, 3, 2, 2, 2, 52, 373, 3, 2, 2, 2, 54, 419, 3, 2, 2, 2, 56, 422, 3, 2, 2, 2, 58, 511, 3, 2, 2, 2, 60, 514, 3, 2, 2, 2, 62, 525, 3, 2, 2, 2, 64, 555, 3, 2, 2, 2, 66, 561, 3, 2, 2, 2, 68, 563, 3, 2, 2, 2, 70, 565, 3, 2, 2, 2, 72, 641, 3, 2, 2, 2, 74, 706, 3, 2, 2, 2, 76, 714, 3, 2, 2, 2, 78, 720, 3, 2, 2, 2, 80, 741, 3, 2, 2, 2, 82, 746, 3, 2, 2, 2, 84, 752, 3, 2, 2, 2, 86, 758, 3, 2, 2, 2, 88, 760, 3, 2, 2, 2, 90, 764, 3, 2, 2, 2, 92, 818, 3, 2, 2, 2, 94, 834, 3, 2, 2, 2, 96, 97, 5, 6, 4, 2, 97, 98, 7, 2, 2, 3, 98, 3, 3, 2, 2, 2, 99, 100, 5, 82, 42, 2, 100, 101, 7, 2, 2, 3, 101, 5, 3, 2, 2, 2, 102, 104, 5, 8, 5, 2, 103, 102, 3, 2, 2, 2, 104, 107, 3, 2, 2, 2, 105, 103, 3, 2, 2, 2, 105, 106, 3, 2, 2, 2, 106, 7, 3, 2, 2, 2, 107, 105, 3, 2, 2, 2, 108, 109, 5, 10, 6, 2, 109, 110, 7, 10, 2, 2, 110, 123, 3, 2, 2, 2, 111, 112, 5, 30, 16, 2, 112, 113, 7, 10, 2, 2, 113, 123, 3, 2, 2, 2, 114, 115, 5, 36, 19, 2, 115, 116, 7, 10, 2, 2, 116, 123, 3, 2, 2, 2, 117, 123, 5, 42, 22, 2, 118, 123, 5, 50, 26, 2, 119, 120, 5, 14, 8, 2, 120, 121, 7, 10, 2, 2, 121, 123, 3, 2, 2, 2, 122, 108, 3, 2, 2, 2, 122, 111, 3, 2, 2, 2, 122, 114, 3, 2, 2, 2, 122, 117, 3, 2, 2, 2, 122, 118, 3, 2, 2, 2, 122, 119, 3, 2, 2, 2, 123, 9, 3, 2, 2, 2, 124, 125, 5, 18, 10, 2, 125, 126, 5, 12, 7, 2, 126, 11, 3, 2, 2, 2, 127, 131, 8, 7, 1, 2, 128, 130, 5, 20, 11, 2, 129, 128, 3, 2, 2, 2, 130, 133, 3, 2, 2, 2, 131, 129, 3, 2, 2, 2, 131, 132, 3, 2, 2, 2, 132, 134, 3, 2, 2, 2, 133, 131, 3, 2, 2, 2, 134, 135, 5, 16, 9, 2, 135, 147, 3, 2, 2, 2, 136, 137, 12, 3, 2, 2, 137, 141, 7, 12, 2, 2, 138, 140, 5, 20, 11, 2, 139, 138, 3, 2, 2, 2, 140, 143, 3, 2, 2, 2, 141, 139, 3, 2, 2, 2, 141, 142, 3, 2, 2, 2, 142, 144, 3, 2, 2, 2, 143, 141, 3, 2, 2, 2, 144, 146, 5, 16, 9, 2, 145, 136, 3, 2, 2, 2, 146, 149, 3, 2, 2, 2, 147, 145, 3, 2, 2, 2, 147, 148, 3, 2, 2, 2, 148, 13, 3, 2, 2, 2, 149, 147, 3, 2, 2, 2, 150, 151, 7, 41, 2, 2, 151, 155, 5, 18, 10, 2, 152, 154, 5, 20, 11, 2, 153, 152, 3, 2, 2, 2, 154, 157, 3, 2, 2, 2, 155, 153, 3, 2, 2, 2, 155, 156, 3, 2, 2, 2, 156, 158, 3, 2, 2, 2, 157, 155, 3, 2, 2, 2, 158, 162, 7, 109, 2, 2, 159, 161, 5, 22, 12, 2, 160, 159, 3, 2, 2, 2, 161, 164, 3, 2, 2, 2, 162, 160, 3, 2, 2, 2, 162, 163, 3, 2, 2, 2, 163, 165, 3, 2, 2, 2, 164, 162, 3, 2, 2, 2, 165, 166, 8, 8, 1, 2, 166, 15, 3, 2, 2, 2, 167, 171, 7, 109, 2, 2, 168, 170, 5, 22, 12, 2, 169, 168, 3, 2, 2, 2, 170, 173, 3, 2, 2, 2, 171, 169, 3, 2, 2, 2, 171, 172, 3, 2, 2, 2, 172, 176, 3, 2, 2, 2, 173, 171, 3, 2, 2, 2, 174, 175, 7, 39, 2, 2, 175, 177, 5, 72, 37, 2, 176, 174, 3, 2, 2, 2, 176, 177, 3, 2, 2, 2, 177, 188, 3, 2, 2, 2, 178, 182, 7, 109, 2, 2, 179, 181, 5, 22, 12, 2, 180, 179, 3, 2, 2, 2, 181, 184, 3, 2, 2, 2, 182, 180, 3, 2, 2, 2, 182, 183, 3, 2, 2, 2, 183, 185, 3, 2, 2, 2, 184, 182, 3, 2, 2, 2, 185, 186, 7, 39, 2, 2, 186, 188, 5, 76, 39, 2, 187, 167, 3, 2, 2, 2, 187, 178, 3, 2, 2, 2, 188, 17, 3, 2, 2, 2, 189, 191, 5, 54, 28, 2, 190, 189, 3, 2, 2, 2, 191, 194, 3, 2, 2, 2, 192, 190, 3, 2, 2, 2, 192, 193, 3, 2, 2, 2, 193, 195, 3, 2, 2, 2, 194, 192, 3, 2, 2, 2, 195, 199, 5, 26, 14, 2, 196, 198, 5, 54, 28, 2, 197, 196, 3, 2, 2, 2, 198, 201, 3, 2, 2, 2, 199, 197, 3, 2, 2, 2, 199, 200, 3, 2, 2, 2, 200, 19, 3, 2, 2, 2, 201, 199, 3, 2, 2, 2, 202, 206, 7, 20, 2, 2, 203, 205, 5, 54, 28, 2, 204, 203, 3, 2, 2, 2, 205, 208, 3, 2, 2, 2, 206, 204, 3, 2, 2, 2, 206, 207, 3, 2, 2, 2, 207, 21, 3, 2, 2, 2, 208, 206, 3, 2, 2, 2, 209, 211, 7, 6, 2, 2, 210, 212, 5, 72, 37, 2, 211, 210, 3, 2, 2, 2, 211, 212, 3, 2, 2, 2, 212, 213, 3, 2, 2, 2, 213, 214, 7, 7, 2, 2, 214, 23, 3, 2, 2, 2, 215, 216, 8, 13, 1, 2, 216, 217, 5, 26, 14, 2, 217, 228, 3, 2, 2, 2, 218, 219, 12, 4, 2, 2, 219, 227, 7, 20, 2, 2, 220, 221, 12, 3, 2, 2, 221, 223, 7, 6, 2, 2, 222, 224, 5, 72, 37, 2, 223, 222, 3, 2, 2, 2, 223, 224, 3, 2, 2, 2, 224, 225, 3, 2, 2, 2, 225, 227, 7, 7, 2, 2, 226, 218, 3, 2, 2, 2, 226, 220, 3, 2, 2, 2, 227, 230, 3, 2, 2, 2, 228, 226, 3, 2, 2, 2, 228, 229, 3, 2, 2, 2, 229, 25, 3, 2, 2, 2, 230, 228, 3, 2, 2, 2, 231, 232, 8, 14, 1, 2, 232, 233, 7, 8, 2, 2, 233, 234, 5, 26, 14, 2, 234, 235, 7, 9, 2, 2, 235, 247, 3, 2, 2, 2, 236, 247, 7, 84, 2, 2, 237, 239, 7, 83, 2, 2, 238, 240, 7, 84, 2, 2, 239, 238, 3, 2, 2, 2, 239, 240, 3, 2, 2, 2, 240, 247, 3, 2, 2, 2, 241, 247, 5, 30, 16, 2, 242, 247, 5, 28, 15, 2, 243, 247, 5, 36, 19, 2, 244, 247, 5, 34, 18, 2, 245, 247, 7, 3, 2, 2, 246, 231, 3, 2, 2, 2, 246, 236, 3, 2, 2, 2, 246, 237, 3, 2, 2, 2, 246, 241, 3, 2, 2, 2, 246, 242, 3, 2, 2, 2, 246, 243, 3, 2, 2, 2, 246, 244, 3, 2, 2, 2, 246, 245, 3, 2, 2, 2, 247, 259, 3, 2, 2, 2, 248, 249, 12, 9, 2, 2, 249, 251, 7, 6, 2, 2, 250, 252, 5, 72, 37, 2, 251, 250, 3, 2, 2, 2, 251, 252, 3, 2, 2, 2, 252, 253, 3, 2, 2, 2, 253, 258, 7, 7, 2, 2, 254, 255, 12, 8, 2, 2, 255, 256, 7, 8, 2, 2, 256, 258, 7, 9, 2, 2, 257, 248, 3, 2, 2, 2, 257, 254, 3, 2, 2, 2, 258, 261, 3, 2, 2, 2, 259, 257, 3, 2, 2, 2, 259, 260, 3, 2, 2, 2, 260, 27, 3, 2, 2, 2, 261, 259, 3, 2, 2, 2, 262, 263, 7, 71, 2, 2, 263, 264, 7, 109, 2, 2, 264, 29, 3, 2, 2, 2, 265, 267, 7, 71, 2, 2, 266, 268, 7, 109, 2, 2, 267, 266, 3, 2, 2, 2, 267, 268, 3, 2, 2, 2, 268, 269, 3, 2, 2, 2, 269, 271, 7, 4, 2, 2, 270, 272, 5, 32, 17, 2, 271, 270, 3, 2, 2, 2, 272, 273, 3, 2, 2, 2, 273, 271, 3, 2, 2, 2, 273, 274, 3, 2, 2, 2, 274, 275, 3, 2, 2, 2, 275, 276, 7, 5, 2, 2, 276, 31, 3, 2, 2, 2, 277, 278, 5, 10, 6, 2, 278, 279, 7, 10, 2, 2, 279, 33, 3, 2, 2, 2, 280, 281, 7, 72, 2, 2, 281, 282, 7, 109, 2, 2, 282, 35, 3, 2, 2, 2, 283, 285, 7, 72, 2, 2, 284, 286, 7, 109, 2, 2, 285, 284, 3, 2, 2, 2, 285, 286, 3, 2, 2, 2, 286, 287, 3, 2, 2, 2, 287, 288, 7, 4, 2, 2, 288, 289, 5, 38, 20, 2, 289, 290, 7, 5, 2, 2, 290, 37, 3, 2, 2, 2, 291, 292, 8, 20, 1, 2, 292, 293, 5, 40, 21, 2, 293, 299, 3, 2, 2, 2, 294, 295, 12, 3, 2, 2, 295, 296, 7, 12, 2, 2, 296, 298, 5, 40, 21, 2, 297, 294, 3, 2, 2, 2, 298, 301, 3, 2, 2, 2, 299, 297, 3, 2, 2, 2, 299, 300, 3, 2, 2, 2, 300, 39, 3, 2, 2, 2, 301, 299, 3, 2, 2, 2, 302, 305, 7, 109, 2, 2, 303, 304, 7, 39, 2, 2, 304, 306, 5, 72, 37, 2, 305, 303, 3, 2, 2, 2, 305, 306, 3, 2, 2, 2, 306, 41, 3, 2, 2, 2, 307, 311, 5, 18, 10, 2, 308, 310, 5, 20, 11, 2, 309, 308, 3, 2, 2, 2, 310, 313, 3, 2, 2, 2, 311, 309, 3, 2, 2, 2, 311, 312, 3, 2, 2, 2, 312, 314, 3, 2, 2, 2, 313, 311, 3, 2, 2, 2, 314, 315, 7, 109, 2, 2, 315, 317, 7, 8, 2, 2, 316, 318, 5, 46, 24, 2, 317, 316, 3, 2, 2, 2, 317, 318, 3, 2, 2, 2, 318, 319, 3, 2, 2, 2, 319, 322, 7, 9, 2, 2, 320, 323, 5, 44, 23, 2, 321, 323, 7, 10, 2, 2, 322, 320, 3, 2, 2, 2, 322, 321, 3, 2, 2, 2, 323, 43, 3, 2, 2, 2, 324, 326, 7, 4, 2, 2, 325, 327, 5, 56, 29, 2, 326, 325, 3, 2, 2, 2, 326, 327, 3, 2, 2, 2, 327, 328, 3, 2, 2, 2, 328, 329, 7, 5, 2, 2, 329, 45, 3, 2, 2, 2, 330, 335, 5, 48, 25, 2, 331, 332, 7, 12, 2, 2, 332, 334, 5, 48, 25, 2, 333, 331, 3, 2, 2, 2, 334, 337, 3, 2, 2, 2, 335, 333, 3, 2, 2, 2, 335, 336, 3, 2, 2, 2, 336, 47, 3, 2, 2, 2, 337, 335, 3, 2, 2, 2, 338, 342, 5, 18, 10, 2, 339, 341, 5, 20, 11, 2, 340, 339, 3, 2, 2, 2, 341, 344, 3, 2, 2, 2, 342, 340, 3, 2, 2, 2, 342, 343, 3, 2, 2, 2, 343, 345, 3, 2, 2, 2, 344, 342, 3, 2, 2, 2, 345, 346, 7, 109, 2, 2, 346, 350, 3, 2, 2, 2, 347, 350, 7, 84, 2, 2, 348, 350, 7, 14, 2, 2, 349, 338, 3, 2, 2, 2, 349, 347, 3, 2, 2, 2, 349, 348, 3, 2, 2, 2, 350, 49, 3, 2, 2, 2, 351, 352, 7, 89, 2, 2, 352, 364, 7, 109, 2, 2, 353, 354, 7, 8, 2, 2, 354, 359, 5, 52, 27, 2, 355, 356, 7, 12, 2, 2, 356, 358, 5, 52, 27, 2, 357, 355, 3, 2, 2, 2, 358, 361, 3, 2, 2, 2, 359, 357, 3, 2, 2, 2, 359, 360, 3, 2, 2, 2, 360, 362, 3, 2, 2, 2, 361, 359, 3, 2, 2, 2, 362, 363, 7, 9, 2, 2, 363, 365, 3, 2, 2, 2, 364, 353, 3, 2, 2, 2, 364, 365, 3, 2, 2, 2, 365, 51, 3, 2, 2, 2, 366, 374, 7, 100, 2, 2, 367, 368, 7, 100, 2, 2, 368, 369, 7, 13, 2, 2, 369, 374, 7, 100, 2, 2, 370, 374, 7, 109, 2, 2, 371, 374, 7, 110, 2, 2, 372, 374, 7, 58, 2, 2, 373, 366, 3, 2, 2, 2, 373, 367, 3, 2, 2, 2, 373, 370, 3, 2, 2, 2, 373, 371, 3, 2, 2, 2, 373, 372, 3, 2, 2, 2, 374, 53, 3, 2, 2, 2, 375, 420, 7, 42, 2, 2, 376, 377, 7, 45, 2, 2, 377, 378, 7, 8, 2, 2, 378, 379, 7, 100, 2, 2, 379, 420, 7, 9, 2, 2, 380, 384, 7, 50, 2, 2, 381, 382, 7, 8, 2, 2, 382, 383, 7, 109, 2, 2, 383, 385, 7, 9, 2, 2, 384, 381, 3, 2, 2, 2, 384, 385, 3, 2, 2, 2, 385, 420, 3, 2, 2, 2, 386, 420, 7, 53, 2, 2, 387, 420, 7, 54, 2, 2, 388, 389, 7, 52, 2, 2, 389, 390, 7, 8, 2, 2, 390, 391, 7, 100, 2, 2, 391, 420, 7, 9, 2, 2, 392, 420, 7, 47, 2, 2, 393, 420, 7, 48, 2, 2, 394, 420, 7, 55, 2, 2, 395, 420, 7, 56, 2, 2, 396, 420, 7, 43, 2, 2, 397, 420, 7, 44, 2, 2, 398, 420, 7, 46, 2, 2, 399, 420, 7, 57, 2, 2, 400, 404, 7, 49, 2, 2, 401, 402, 7, 8, 2, 2, 402, 403, 7, 109, 2, 2, 403, 405, 7, 9, 2, 2, 404, 401, 3, 2, 2, 2, 404, 405, 3, 2, 2, 2, 405, 420, 3, 2, 2, 2, 406, 407, 7, 51, 2, 2, 407, 408, 7, 8, 2, 2, 408, 413, 5, 52, 27, 2, 409, 410, 7, 12, 2, 2, 410, 412, 5, 52, 27, 2, 411, 409, 3, 2, 2, 2, 412, 415, 3, 2, 2, 2, 413, 411, 3, 2, 2, 2, 413, 414, 3, 2, 2, 2, 414, 416, 3, 2, 2, 2, 415, 413, 3, 2, 2, 2, 416, 417, 7, 9, 2, 2, 417, 420, 3, 2, 2, 2, 418, 420, 7, 58, 2, 2, 419, 375, 3, 2, 2, 2, 419, 376, 3, 2, 2, 2, 419, 380, 3, 2, 2, 2, 419, 386, 3, 2, 2, 2, 419, 387, 3, 2, 2, 2, 419, 388, 3, 2, 2, 2, 419, 392, 3, 2, 2, 2, 419, 393, 3, 2, 2, 2, 419, 394, 3, 2, 2, 2, 419, 395, 3, 2, 2, 2, 419, 396, 3, 2, 2, 2, 419, 397, 3, 2, 2, 2, 419, 398, 3, 2, 2, 2, 419, 399, 3, 2, 2, 2, 419, 400, 3, 2, 2, 2, 419, 406, 3, 2, 2, 2, 419, 418, 3, 2, 2, 2, 420, 55, 3, 2, 2, 2, 421, 423, 5, 58, 30, 2, 422, 421, 3, 2, 2, 2, 423, 424, 3, 2, 2, 2, 424, 422, 3, 2, 2, 2, 424, 425, 3, 2, 2, 2, 425, 57, 3, 2, 2, 2, 426, 427, 5, 10, 6, 2, 427, 428, 7, 10, 2, 2, 428, 512, 3, 2, 2, 2, 429, 431, 7, 4, 2, 2, 430, 432, 5, 56, 29, 2, 431, 430, 3, 2, 2, 2, 431, 432, 3, 2, 2, 2, 432, 433, 3, 2, 2, 2, 433, 512, 7, 5, 2, 2, 434, 435, 5, 70, 36, 2, 435, 436, 7, 10, 2, 2, 436, 512, 3, 2, 2, 2, 437, 438, 7, 59, 2, 2, 438, 439, 7, 8, 2, 2, 439, 440, 5, 70, 36, 2, 440, 441, 7, 9, 2, 2, 441, 444, 5, 58, 30, 2, 442, 443, 7, 60, 2, 2, 443, 445, 5, 58, 30, 2, 444, 442, 3, 2, 2, 2, 444, 445, 3, 2, 2, 2, 445, 512, 3, 2, 2, 2, 446, 448, 5, 54, 28, 2, 447, 446, 3, 2, 2, 2, 448, 451, 3, 2, 2, 2, 449, 447, 3, 2, 2, 2, 449, 450, 3, 2, 2, 2, 450, 452, 3, 2, 2, 2, 451, 449, 3, 2, 2, 2, 452, 453, 7, 61, 2, 2, 453, 454, 7, 8, 2, 2, 454, 455, 5, 70, 36, 2, 455, 456, 7, 9, 2, 2, 456, 457, 5, 58, 30, 2, 457, 512, 3, 2, 2, 2, 458, 460, 5, 54, 28, 2, 459, 458, 3, 2, 2, 2, 460, 463, 3, 2, 2, 2, 461, 459, 3, 2, 2, 2, 461, 462, 3, 2, 2, 2, 462, 464, 3, 2, 2, 2, 463, 461, 3, 2, 2, 2, 464, 465, 7, 62, 2, 2, 465, 466, 5, 58, 30, 2, 466, 467, 7, 61, 2, 2, 467, 468, 7, 8, 2, 2, 468, 469, 5, 70, 36, 2, 469, 470, 7, 9, 2, 2, 470, 471, 7, 10, 2, 2, 471, 512, 3, 2, 2, 2, 472, 474, 5, 54, 28, 2, 473, 472, 3, 2, 2, 2, 474, 477, 3, 2, 2, 2, 475, 473, 3, 2, 2, 2, 475, 476, 3, 2, 2, 2, 476, 478, 3, 2, 2, 2, 477, 475, 3, 2, 2, 2, 478, 479, 7, 63, 2, 2, 479, 480, 7, 8, 2, 2, 480, 481, 5, 64, 33, 2, 481, 482, 7, 9, 2, 2, 482, 483, 5, 58, 30, 2, 483, 512, 3, 2, 2, 2, 484, 485, 7, 64, 2, 2, 485, 486, 7, 8, 2, 2, 486, 487, 5, 70, 36, 2, 487, 488, 7, 9, 2, 2, 488, 489, 7, 4, 2, 2, 489, 490, 5, 60, 31, 2, 490, 491, 7, 5, 2, 2, 491, 512, 3, 2, 2, 2, 492, 494, 7, 65, 2, 2, 493, 495, 5, 70, 36, 2, 494, 493, 3, 2, 2, 2, 494, 495, 3, 2, 2, 2, 495, 496, 3, 2, 2, 2, 496, 512, 7, 10, 2, 2, 497, 498, 7, 66, 2, 2, 498, 512, 7, 10, 2, 2, 499, 500, 7, 67, 2, 2, 500, 512, 7, 10, 2, 2, 501, 503, 7, 68, 2, 2, 502, 504, 5, 78, 40, 2, 503, 502, 3, 2, 2, 2, 503, 504, 3, 2, 2, 2, 504, 505, 3, 2, 2, 2, 505, 506, 7, 4, 2, 2, 506, 507, 5, 82, 42, 2, 507, 508, 7, 134, 2, 2, 508, 512, 3, 2, 2, 2, 509, 512, 5, 76, 39, 2, 510, 512, 7, 10, 2, 2, 511, 426, 3, 2, 2, 2, 511, 429, 3, 2, 2, 2, 511, 434, 3, 2, 2, 2, 511, 437, 3, 2, 2, 2, 511, 449, 3, 2, 2, 2, 511, 461, 3, 2, 2, 2, 511, 475, 3, 2, 2, 2, 511, 484, 3, 2, 2, 2, 511, 492, 3, 2, 2, 2, 511, 497, 3, 2, 2, 2, 511, 499, 3, 2, 2, 2, 511, 501, 3, 2, 2, 2, 511, 509, 3, 2, 2, 2, 511, 510, 3, 2, 2, 2, 512, 59, 3, 2, 2, 2, 513, 515, 5, 62, 32, 2, 514, 513, 3, 2, 2, 2, 515, 516, 3, 2, 2, 2, 516, 514, 3, 2, 2, 2, 516, 517, 3, 2, 2, 2, 517, 523, 3, 2, 2, 2, 518, 519, 7, 69, 2, 2, 519, 521, 7, 11, 2, 2, 520, 522, 5, 56, 29, 2, 521, 520, 3, 2, 2, 2, 521, 522, 3, 2, 2, 2, 522, 524, 3, 2, 2, 2, 523, 518, 3, 2, 2, 2, 523, 524, 3, 2, 2, 2, 524, 61, 3, 2, 2, 2, 525, 526, 7, 70, 2, 2, 526, 527, 5, 72, 37, 2, 527, 529, 7, 11, 2, 2, 528, 530, 5, 56, 29, 2, 529, 528, 3, 2, 2, 2, 529, 530, 3, 2, 2, 2, 530, 63, 3, 2, 2, 2, 531, 532, 5, 66, 34, 2, 532, 534, 7, 10, 2, 2, 533, 535, 5, 68, 35, 2, 534, 533, 3, 2, 2, 2, 534, 535, 3, 2, 2, 2, 535, 536, 3, 2, 2, 2, 536, 538, 7, 10, 2, 2, 537, 539, 5, 70, 36, 2, 538, 537, 3, 2, 2, 2, 538, 539, 3, 2, 2, 2, 539, 556, 3, 2, 2, 2, 540, 544, 5, 18, 10, 2, 541, 543, 5, 20, 11, 2, 542, 541, 3, 2, 2, 2, 543, 546, 3, 2, 2, 2, 544, 542, 3, 2, 2, 2, 544, 545, 3, 2, 2, 2, 545, 548, 3, 2, 2, 2, 546, 544, 3, 2, 2, 2, 547, 540, 3, 2, 2, 2, 547, 548, 3, 2, 2, 2, 548, 549, 3, 2, 2, 2, 549, 550, 7, 109, 2, 2, 550, 551, 7, 11, 2, 2, 551, 552, 5, 72, 37, 2, 552, 553, 7, 13, 2, 2, 553, 554, 5, 72, 37, 2, 554, 556, 3, 2, 2, 2, 555, 531, 3, 2, 2, 2, 555, 547, 3, 2, 2, 2, 556, 65, 3, 2, 2, 2, 557, 559, 5, 10, 6, 2, 558, 557, 3, 2, 2, 2, 558, 559, 3, 2, 2, 2, 559, 562, 3, 2, 2, 2, 560, 562, 5, 70, 36, 2, 561, 558, 3, 2, 2, 2, 561, 560, 3, 2, 2, 2, 562, 67, 3, 2, 2, 2, 563, 564, 5, 70, 36, 2, 564, 69, 3, 2, 2, 2, 565, 566, 8, 36, 1, 2, 566, 567, 5, 72, 37, 2, 567, 573, 3, 2, 2, 2, 568, 569, 12, 3, 2, 2, 569, 570, 7, 12, 2, 2, 570, 572, 5, 72, 37, 2, 571, 568, 3, 2, 2, 2, 572, 575, 3, 2, 2, 2, 573, 571, 3, 2, 2, 2, 573, 574, 3, 2, 2, 2, 574, 71, 3, 2, 2, 2, 575, 573, 3, 2, 2, 2, 576, 577, 8, 37, 1, 2, 577, 578, 7, 8, 2, 2, 578, 579, 5, 70, 36, 2, 579, 580, 7, 9, 2, 2, 580, 642, 3, 2, 2, 2, 581, 582, 7, 73, 2, 2, 582, 585, 7, 8, 2, 2, 583, 586, 5, 72, 37, 2, 584, 586, 5, 24, 13, 2, 585, 583, 3, 2, 2, 2, 585, 584, 3, 2, 2, 2, 586, 587, 3, 2, 2, 2, 587, 588, 7, 9, 2, 2, 588, 642, 3, 2, 2, 2, 589, 590, 7, 74, 2, 2, 590, 593, 7, 8, 2, 2, 591, 594, 5, 72, 37, 2, 592, 594, 5, 24, 13, 2, 593, 591, 3, 2, 2, 2, 593, 592, 3, 2, 2, 2, 594, 595, 3, 2, 2, 2, 595, 596, 7, 9, 2, 2, 596, 642, 3, 2, 2, 2, 597, 599, 7, 75, 2, 2, 598, 600, 7, 8, 2, 2, 599, 598, 3, 2, 2, 2, 599, 600, 3, 2, 2, 2, 600, 601, 3, 2, 2, 2, 601, 603, 7, 109, 2, 2, 602, 604, 7, 9, 2, 2, 603, 602, 3, 2, 2, 2, 603, 604, 3, 2, 2, 2, 604, 642, 3, 2, 2, 2, 605, 606, 7, 8, 2, 2, 606, 607, 5, 24, 13, 2, 607, 608, 7, 9, 2, 2, 608, 609, 5, 72, 37, 26, 609, 642, 3, 2, 2, 2, 610, 611, 9, 2, 2, 2, 611, 642, 5, 72, 37, 25, 612, 613, 7, 20, 2, 2, 613, 642, 5, 72, 37, 23, 614, 615, 9, 3, 2, 2, 615, 642, 5, 72, 37, 22, 616, 617, 9, 4, 2, 2, 617, 642, 5, 72, 37, 18, 618, 619, 7, 4, 2, 2, 619, 624, 5, 72, 37, 2, 620, 621, 7, 12, 2, 2, 621, 623, 5, 72, 37, 2, 622, 620, 3, 2, 2, 2, 623, 626, 3, 2, 2, 2, 624, 622, 3, 2, 2, 2, 624, 625, 3, 2, 2, 2, 625, 628, 3, 2, 2, 2, 626, 624, 3, 2, 2, 2, 627, 629, 7, 12, 2, 2, 628, 627, 3, 2, 2, 2, 628, 629, 3, 2, 2, 2, 629, 630, 3, 2, 2, 2, 630, 631, 7, 5, 2, 2, 631, 642, 3, 2, 2, 2, 632, 642, 7, 109, 2, 2, 633, 642, 7, 100, 2, 2, 634, 636, 7, 110, 2, 2, 635, 634, 3, 2, 2, 2, 636, 637, 3, 2, 2, 2, 637, 635, 3, 2, 2, 2, 637, 638, 3, 2, 2, 2, 638, 642, 3, 2, 2, 2, 639, 642, 7, 111, 2, 2, 640, 642, 7, 85, 2, 2, 641, 576, 3, 2, 2, 2, 641, 581, 3, 2, 2, 2, 641, 589, 3, 2, 2, 2, 641, 597, 3, 2, 2, 2, 641, 605, 3, 2, 2, 2, 641, 610, 3, 2, 2, 2, 641, 612, 3, 2, 2, 2, 641, 614, 3, 2, 2, 2, 641, 616, 3, 2, 2, 2, 641, 618, 3, 2, 2, 2, 641, 632, 3, 2, 2, 2, 641, 633, 3, 2, 2, 2, 641, 635, 3, 2, 2, 2, 641, 639, 3, 2, 2, 2, 641, 640, 3, 2, 2, 2, 642, 703, 3, 2, 2, 2, 643, 644, 12, 21, 2, 2, 644, 645, 9, 5, 2, 2, 645, 702, 5, 72, 37, 22, 646, 647, 12, 20, 2, 2, 647, 648, 9, 6, 2, 2, 648, 702, 5, 72, 37, 21, 649, 650, 12, 19, 2, 2, 650, 651, 9, 7, 2, 2, 651, 702, 5, 72, 37, 20, 652, 653, 12, 17, 2, 2, 653, 654, 9, 8, 2, 2, 654, 702, 5, 72, 37, 18, 655, 656, 12, 16, 2, 2, 656, 657, 7, 25, 2, 2, 657, 702, 5, 72, 37, 17, 658, 659, 12, 15, 2, 2, 659, 660, 7, 27, 2, 2, 660, 702, 5, 72, 37, 16, 661, 662, 12, 14, 2, 2, 662, 663, 7, 28, 2, 2, 663, 702, 5, 72, 37, 15, 664, 665, 12, 13, 2, 2, 665, 666, 7, 37, 2, 2, 666, 702, 5, 72, 37, 14, 667, 668, 12, 12, 2, 2, 668, 669, 7, 38, 2, 2, 669, 702, 5, 72, 37, 13, 670, 671, 12, 11, 2, 2, 671, 672, 7, 15, 2, 2, 672, 673, 5, 72, 37, 2, 673, 674, 7, 11, 2, 2, 674, 675, 5, 72, 37, 12, 675, 702, 3, 2, 2, 2, 676, 677, 12, 10, 2, 2, 677, 678, 7, 39, 2, 2, 678, 702, 5, 72, 37, 10, 679, 680, 12, 9, 2, 2, 680, 681, 7, 40, 2, 2, 681, 702, 5, 72, 37, 9, 682, 683, 12, 33, 2, 2, 683, 684, 7, 16, 2, 2, 684, 702, 7, 109, 2, 2, 685, 686, 12, 32, 2, 2, 686, 687, 7, 17, 2, 2, 687, 702, 7, 109, 2, 2, 688, 689, 12, 31, 2, 2, 689, 691, 7, 8, 2, 2, 690, 692, 5, 74, 38, 2, 691, 690, 3, 2, 2, 2, 691, 692, 3, 2, 2, 2, 692, 693, 3, 2, 2, 2, 693, 702, 7, 9, 2, 2, 694, 695, 12, 27, 2, 2, 695, 696, 7, 6, 2, 2, 696, 697, 5, 70, 36, 2, 697, 698, 7, 7, 2, 2, 698, 702, 3, 2, 2, 2, 699, 700, 12, 24, 2, 2, 700, 702, 9, 2, 2, 2, 701, 643, 3, 2, 2, 2, 701, 646, 3, 2, 2, 2, 701, 649, 3, 2, 2, 2, 701, 652, 3, 2, 2, 2, 701, 655, 3, 2, 2, 2, 701, 658, 3, 2, 2, 2, 701, 661, 3, 2, 2, 2, 701, 664, 3, 2, 2, 2, 701, 667, 3, 2, 2, 2, 701, 670, 3, 2, 2, 2, 701, 676, 3, 2, 2, 2, 701, 679, 3, 2, 2, 2, 701, 682, 3, 2, 2, 2, 701, 685, 3, 2, 2, 2, 701, 688, 3, 2, 2, 2, 701, 694, 3, 2, 2, 2, 701, 699, 3, 2, 2, 2, 702, 705, 3, 2, 2, 2, 703, 701, 3, 2, 2, 2, 703, 704, 3, 2, 2, 2, 704, 73, 3, 2, 2, 2, 705, 703, 3, 2, 2, 2, 706, 711, 5, 72, 37, 2, 707, 708, 7, 12, 2, 2, 708, 710, 5, 72, 37, 2, 709, 707, 3, 2, 2, 2, 710, 713, 3, 2, 2, 2, 711, 709, 3, 2, 2, 2, 711, 712, 3, 2, 2, 2, 712, 75, 3, 2, 2, 2, 713, 711, 3, 2, 2, 2, 714, 716, 7, 76, 2, 2, 715, 717, 5, 78, 40, 2, 716, 715, 3, 2, 2, 2, 716, 717, 3, 2, 2, 2, 717, 718, 3, 2, 2, 2, 718, 719, 7, 86, 2, 2, 719, 77, 3, 2, 2, 2, 720, 721, 7, 8, 2, 2, 721, 726, 5, 80, 41, 2, 722, 723, 7, 12, 2, 2, 723, 725, 5, 80, 41, 2, 724, 722, 3, 2, 2, 2, 725, 728, 3, 2, 2, 2, 726, 724, 3, 2, 2, 2, 726, 727, 3, 2, 2, 2, 727, 729, 3, 2, 2, 2, 728, 726, 3, 2, 2, 2, 729, 730, 7, 9, 2, 2, 730, 79, 3, 2, 2, 2, 731, 732, 7, 77, 2, 2, 732, 742, 7, 110, 2, 2, 733, 734, 7, 78, 2, 2, 734, 742, 7, 109, 2, 2, 735, 736, 7, 79, 2, 2, 736, 742, 7, 110, 2, 2, 737, 738, 7, 80, 2, 2, 738, 742, 5, 72, 37, 2, 739, 740, 7, 81, 2, 2, 740, 742, 5, 72, 37, 2, 741, 731, 3, 2, 2, 2, 741, 733, 3, 2, 2, 2, 741, 735, 3, 2, 2, 2, 741, 737, 3, 2, 2, 2, 741, 739, 3, 2, 2, 2, 742, 81, 3, 2, 2, 2, 743, 745, 5, 84, 43, 2, 744, 743, 3, 2, 2, 2, 745, 748, 3, 2, 2, 2, 746, 744, 3, 2, 2, 2, 746, 747, 3, 2, 2, 2, 747, 83, 3, 2, 2, 2, 748, 746, 3, 2, 2, 2, 749, 753, 5, 86, 44, 2, 750, 753, 5, 88, 45, 2, 751, 753, 5, 90, 46, 2, 752, 749, 3, 2, 2, 2, 752, 750, 3, 2, 2, 2, 752, 751, 3, 2, 2, 2, 753, 85, 3, 2, 2, 2, 754, 755, 7, 147, 2, 2, 755, 759, 7, 118, 2, 2, 756, 757, 7, 146, 2, 2, 757, 759, 7, 118, 2, 2, 758, 754, 3, 2, 2, 2, 758, 756, 3, 2, 2, 2, 759, 87, 3, 2, 2, 2, 760, 762, 7, 116, 2, 2, 761, 763, 5, 92, 47, 2, 762, 761, 3, 2, 2, 2, 762, 763, 3, 2, 2, 2, 763, 89, 3, 2, 2, 2, 764, 765, 7, 115, 2, 2, 765, 770, 5, 94, 48, 2, 766, 767, 7, 119, 2, 2, 767, 769, 5, 94, 48, 2, 768, 766, 3, 2, 2, 2, 769, 772, 3, 2, 2, 2, 770, 768, 3, 2, 2, 2, 770, 771, 3, 2, 2, 2, 771, 91, 3, 2, 2, 2, 772, 770, 3, 2, 2, 2, 773, 819, 5, 94, 48, 2, 774, 775, 7, 117, 2, 2, 775, 819, 5, 94, 48, 2, 776, 777, 5, 94, 48, 2, 777, 778, 7, 119, 2, 2, 778, 779, 5, 94, 48, 2, 779, 819, 3, 2, 2, 2, 780, 781, 7, 120, 2, 2, 781, 782, 5, 94, 48, 2, 782, 783, 7, 121, 2, 2, 783, 784, 7, 119, 2, 2, 784, 785, 7, 147, 2, 2, 785, 819, 3, 2, 2, 2, 786, 787, 7, 120, 2, 2, 787, 788, 7, 120, 2, 2, 788, 789, 5, 94, 48, 2, 789, 790, 7, 121, 2, 2, 790, 791, 7, 121, 2, 2, 791, 792, 7, 119, 2, 2, 792, 793, 7, 147, 2, 2, 793, 819, 3, 2, 2, 2, 794, 795, 7, 120, 2, 2, 795, 796, 5, 94, 48, 2, 796, 797, 7, 119, 2, 2, 797, 798, 7, 147, 2, 2, 798, 799, 7, 121, 2, 2, 799, 800, 7, 119, 2, 2, 800, 801, 7, 147, 2, 2, 801, 819, 3, 2, 2, 2, 802, 803, 7, 120, 2, 2, 803, 804, 5, 94, 48, 2, 804, 805, 7, 119, 2, 2, 805, 806, 7, 147, 2, 2, 806, 807, 7, 121, 2, 2, 807, 819, 3, 2, 2, 2, 808, 809, 7, 120, 2, 2, 809, 810, 5, 94, 48, 2, 810, 811, 7, 121, 2, 2, 811, 819, 3, 2, 2, 2, 812, 813, 7, 120, 2, 2, 813, 814, 7, 120, 2, 2, 814, 815, 5, 94, 48, 2, 815, 816, 7, 121, 2, 2, 816, 817, 7, 121, 2, 2, 817, 819, 3, 2, 2, 2, 818, 773, 3, 2, 2, 2, 818, 774, 3, 2, 2, 2, 818, 776, 3, 2, 2, 2, 818, 780, 3, 2, 2, 2, 818, 786, 3, 2, 2, 2, 818, 794, 3, 2, 2, 2, 818, 802, 3, 2, 2, 2, 818, 808, 3, 2, 2, 2, 818, 812, 3, 2, 2, 2, 819, 93, 3, 2, 2, 2, 820, 821, 8, 48, 1, 2, 821, 822, 7, 122, 2, 2, 822, 823, 5, 94, 48, 2, 823, 824, 7, 123, 2, 2, 824, 835, 3, 2, 2, 2, 825, 826, 9, 9, 2, 2, 826, 835, 5, 94, 48, 10, 827, 835, 7, 147, 2, 2, 828, 835, 7, 145, 2, 2, 829, 830, 7, 133, 2, 2, 830, 831, 7, 147, 2, 2, 831, 835, 7, 134, 2, 2, 832, 835, 7, 135, 2, 2, 833, 835, 7, 144, 2, 2, 834, 820, 3, 2, 2, 2, 834, 825, 3, 2, 2, 2, 834, 827, 3, 2, 2, 2, 834, 828, 3, 2, 2, 2, 834, 829, 3, 2, 2, 2, 834, 832, 3, 2, 2, 2, 834, 833, 3, 2, 2, 2, 835, 850, 3, 2, 2, 2, 836, 837, 12, 12, 2, 2, 837, 838, 7, 124, 2, 2, 838, 849, 5, 94, 48, 13, 839, 840, 12, 11, 2, 2, 840, 841, 9, 10, 2, 2, 841, 849, 5, 94, 48, 12, 842, 843, 12, 9, 2, 2, 843, 844, 9, 11, 2, 2, 844, 849, 5, 94, 48, 10, 845, 846, 12, 8, 2, 2, 846, 847, 9, 12, 2, 2, 847, 849, 5, 94, 48, 9, 848, 836, 3, 2, 2, 2, 848, 839, 3, 2, 2, 2, 848, 842, 3, 2, 2, 2, 848, 845, 3, 2, 2, 2, 849, 852, 3, 2, 2, 2, 850, 848, 3, 2, 2, 2, 850, 851, 3, 2, 2, 2, 851, 95, 3, 2, 2, 2, 852, 850, 3, 2, 2, 2, 89, 105, 122, 131, 141, 147, 155, 162, 171, 176, 182, 187, 192, 199, 206, 211, 223, 226, 228, 239, 246, 251, 257, 259, 267, 273, 285, 299, 305, 311, 317, 322, 326, 335, 342, 349, 359, 364, 373, 384, 404, 413, 419, 424, 431, 444, 449, 461, 475, 494, 503, 511, 516, 521, 523, 529, 534, 538, 544, 547, 555, 558, 561, 573, 585, 593, 599, 603, 624, 628, 637, 641, 691, 701, 703, 711, 716, 726, 741, 746, 752, 758, 762, 770, 818, 834, 848, 850] \ No newline at end of file +[3, 24715, 42794, 33075, 47597, 16764, 15335, 30598, 22884, 3, 155, 852, 4, 2, 9, 2, 4, 3, 9, 3, 4, 4, 9, 4, 4, 5, 9, 5, 4, 6, 9, 6, 4, 7, 9, 7, 4, 8, 9, 8, 4, 9, 9, 9, 4, 10, 9, 10, 4, 11, 9, 11, 4, 12, 9, 12, 4, 13, 9, 13, 4, 14, 9, 14, 4, 15, 9, 15, 4, 16, 9, 16, 4, 17, 9, 17, 4, 18, 9, 18, 4, 19, 9, 19, 4, 20, 9, 20, 4, 21, 9, 21, 4, 22, 9, 22, 4, 23, 9, 23, 4, 24, 9, 24, 4, 25, 9, 25, 4, 26, 9, 26, 4, 27, 9, 27, 4, 28, 9, 28, 4, 29, 9, 29, 4, 30, 9, 30, 4, 31, 9, 31, 4, 32, 9, 32, 4, 33, 9, 33, 4, 34, 9, 34, 4, 35, 9, 35, 4, 36, 9, 36, 4, 37, 9, 37, 4, 38, 9, 38, 4, 39, 9, 39, 4, 40, 9, 40, 4, 41, 9, 41, 4, 42, 9, 42, 4, 43, 9, 43, 4, 44, 9, 44, 4, 45, 9, 45, 4, 46, 9, 46, 4, 47, 9, 47, 4, 48, 9, 48, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 3, 4, 7, 4, 104, 10, 4, 12, 4, 14, 4, 107, 11, 4, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 5, 5, 123, 10, 5, 3, 6, 3, 6, 3, 6, 3, 7, 3, 7, 7, 7, 130, 10, 7, 12, 7, 14, 7, 133, 11, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 7, 7, 140, 10, 7, 12, 7, 14, 7, 143, 11, 7, 3, 7, 7, 7, 146, 10, 7, 12, 7, 14, 7, 149, 11, 7, 3, 8, 3, 8, 3, 8, 7, 8, 154, 10, 8, 12, 8, 14, 8, 157, 11, 8, 3, 8, 3, 8, 7, 8, 161, 10, 8, 12, 8, 14, 8, 164, 11, 8, 3, 8, 3, 8, 3, 9, 3, 9, 7, 9, 170, 10, 9, 12, 9, 14, 9, 173, 11, 9, 3, 9, 3, 9, 5, 9, 177, 10, 9, 3, 9, 3, 9, 7, 9, 181, 10, 9, 12, 9, 14, 9, 184, 11, 9, 3, 9, 3, 9, 5, 9, 188, 10, 9, 3, 10, 7, 10, 191, 10, 10, 12, 10, 14, 10, 194, 11, 10, 3, 10, 3, 10, 7, 10, 198, 10, 10, 12, 10, 14, 10, 201, 11, 10, 3, 11, 3, 11, 7, 11, 205, 10, 11, 12, 11, 14, 11, 208, 11, 11, 3, 12, 3, 12, 5, 12, 212, 10, 12, 3, 12, 3, 12, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 5, 13, 224, 10, 13, 3, 13, 7, 13, 227, 10, 13, 12, 13, 14, 13, 230, 11, 13, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 5, 14, 240, 10, 14, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 5, 14, 247, 10, 14, 3, 14, 3, 14, 3, 14, 5, 14, 252, 10, 14, 3, 14, 3, 14, 3, 14, 3, 14, 7, 14, 258, 10, 14, 12, 14, 14, 14, 261, 11, 14, 3, 15, 3, 15, 3, 15, 3, 16, 3, 16, 5, 16, 268, 10, 16, 3, 16, 3, 16, 6, 16, 272, 10, 16, 13, 16, 14, 16, 273, 3, 16, 3, 16, 3, 17, 3, 17, 3, 17, 3, 18, 3, 18, 3, 18, 3, 19, 3, 19, 5, 19, 286, 10, 19, 3, 19, 3, 19, 3, 19, 3, 19, 3, 20, 3, 20, 3, 20, 3, 20, 3, 20, 3, 20, 7, 20, 298, 10, 20, 12, 20, 14, 20, 301, 11, 20, 3, 21, 3, 21, 3, 21, 5, 21, 306, 10, 21, 3, 22, 3, 22, 7, 22, 310, 10, 22, 12, 22, 14, 22, 313, 11, 22, 3, 22, 3, 22, 3, 22, 5, 22, 318, 10, 22, 3, 22, 3, 22, 3, 22, 5, 22, 323, 10, 22, 3, 23, 3, 23, 5, 23, 327, 10, 23, 3, 23, 3, 23, 3, 24, 3, 24, 3, 24, 7, 24, 334, 10, 24, 12, 24, 14, 24, 337, 11, 24, 3, 25, 3, 25, 7, 25, 341, 10, 25, 12, 25, 14, 25, 344, 11, 25, 3, 25, 3, 25, 3, 25, 3, 25, 5, 25, 350, 10, 25, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 7, 26, 358, 10, 26, 12, 26, 14, 26, 361, 11, 26, 3, 26, 3, 26, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 5, 27, 372, 10, 27, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 5, 28, 383, 10, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 5, 28, 403, 10, 28, 3, 28, 3, 28, 3, 28, 3, 28, 3, 28, 7, 28, 410, 10, 28, 12, 28, 14, 28, 413, 11, 28, 3, 28, 3, 28, 3, 28, 5, 28, 418, 10, 28, 3, 29, 6, 29, 421, 10, 29, 13, 29, 14, 29, 422, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 430, 10, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 443, 10, 30, 3, 30, 7, 30, 446, 10, 30, 12, 30, 14, 30, 449, 11, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 7, 30, 458, 10, 30, 12, 30, 14, 30, 461, 11, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 7, 30, 472, 10, 30, 12, 30, 14, 30, 475, 11, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 493, 10, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 502, 10, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 510, 10, 30, 3, 31, 6, 31, 513, 10, 31, 13, 31, 14, 31, 514, 3, 31, 3, 31, 3, 31, 5, 31, 520, 10, 31, 5, 31, 522, 10, 31, 3, 32, 3, 32, 3, 32, 3, 32, 5, 32, 528, 10, 32, 3, 33, 3, 33, 3, 33, 5, 33, 533, 10, 33, 3, 33, 3, 33, 5, 33, 537, 10, 33, 3, 33, 3, 33, 7, 33, 541, 10, 33, 12, 33, 14, 33, 544, 11, 33, 5, 33, 546, 10, 33, 3, 33, 3, 33, 3, 33, 3, 33, 3, 33, 3, 33, 5, 33, 554, 10, 33, 3, 34, 5, 34, 557, 10, 34, 3, 34, 5, 34, 560, 10, 34, 3, 35, 3, 35, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 7, 36, 570, 10, 36, 12, 36, 14, 36, 573, 11, 36, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 5, 37, 584, 10, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 5, 37, 592, 10, 37, 3, 37, 3, 37, 3, 37, 3, 37, 5, 37, 598, 10, 37, 3, 37, 3, 37, 5, 37, 602, 10, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 7, 37, 621, 10, 37, 12, 37, 14, 37, 624, 11, 37, 3, 37, 5, 37, 627, 10, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 6, 37, 634, 10, 37, 13, 37, 14, 37, 635, 3, 37, 3, 37, 5, 37, 640, 10, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 5, 37, 690, 10, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 7, 37, 700, 10, 37, 12, 37, 14, 37, 703, 11, 37, 3, 38, 3, 38, 3, 38, 7, 38, 708, 10, 38, 12, 38, 14, 38, 711, 11, 38, 3, 39, 3, 39, 5, 39, 715, 10, 39, 3, 39, 3, 39, 3, 40, 3, 40, 3, 40, 3, 40, 7, 40, 723, 10, 40, 12, 40, 14, 40, 726, 11, 40, 3, 40, 3, 40, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 5, 41, 740, 10, 41, 3, 42, 7, 42, 743, 10, 42, 12, 42, 14, 42, 746, 11, 42, 3, 43, 3, 43, 3, 43, 5, 43, 751, 10, 43, 3, 44, 3, 44, 3, 44, 3, 44, 5, 44, 757, 10, 44, 3, 45, 3, 45, 5, 45, 761, 10, 45, 3, 46, 3, 46, 3, 46, 3, 46, 7, 46, 767, 10, 46, 12, 46, 14, 46, 770, 11, 46, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 5, 47, 817, 10, 47, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 5, 48, 833, 10, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 7, 48, 847, 10, 48, 12, 48, 14, 48, 850, 11, 48, 3, 48, 2, 9, 12, 24, 26, 38, 70, 72, 94, 49, 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, 2, 13, 3, 2, 23, 24, 5, 2, 18, 19, 25, 26, 82, 82, 4, 2, 33, 33, 36, 36, 3, 2, 29, 30, 3, 2, 20, 22, 3, 2, 18, 19, 3, 2, 31, 36, 3, 2, 127, 130, 3, 2, 125, 126, 3, 2, 131, 132, 3, 2, 127, 128, 2, 977, 2, 96, 3, 2, 2, 2, 4, 99, 3, 2, 2, 2, 6, 105, 3, 2, 2, 2, 8, 122, 3, 2, 2, 2, 10, 124, 3, 2, 2, 2, 12, 127, 3, 2, 2, 2, 14, 150, 3, 2, 2, 2, 16, 187, 3, 2, 2, 2, 18, 192, 3, 2, 2, 2, 20, 202, 3, 2, 2, 2, 22, 209, 3, 2, 2, 2, 24, 215, 3, 2, 2, 2, 26, 246, 3, 2, 2, 2, 28, 262, 3, 2, 2, 2, 30, 265, 3, 2, 2, 2, 32, 277, 3, 2, 2, 2, 34, 280, 3, 2, 2, 2, 36, 283, 3, 2, 2, 2, 38, 291, 3, 2, 2, 2, 40, 302, 3, 2, 2, 2, 42, 307, 3, 2, 2, 2, 44, 324, 3, 2, 2, 2, 46, 330, 3, 2, 2, 2, 48, 349, 3, 2, 2, 2, 50, 351, 3, 2, 2, 2, 52, 371, 3, 2, 2, 2, 54, 417, 3, 2, 2, 2, 56, 420, 3, 2, 2, 2, 58, 509, 3, 2, 2, 2, 60, 512, 3, 2, 2, 2, 62, 523, 3, 2, 2, 2, 64, 553, 3, 2, 2, 2, 66, 559, 3, 2, 2, 2, 68, 561, 3, 2, 2, 2, 70, 563, 3, 2, 2, 2, 72, 639, 3, 2, 2, 2, 74, 704, 3, 2, 2, 2, 76, 712, 3, 2, 2, 2, 78, 718, 3, 2, 2, 2, 80, 739, 3, 2, 2, 2, 82, 744, 3, 2, 2, 2, 84, 750, 3, 2, 2, 2, 86, 756, 3, 2, 2, 2, 88, 758, 3, 2, 2, 2, 90, 762, 3, 2, 2, 2, 92, 816, 3, 2, 2, 2, 94, 832, 3, 2, 2, 2, 96, 97, 5, 6, 4, 2, 97, 98, 7, 2, 2, 3, 98, 3, 3, 2, 2, 2, 99, 100, 5, 82, 42, 2, 100, 101, 7, 2, 2, 3, 101, 5, 3, 2, 2, 2, 102, 104, 5, 8, 5, 2, 103, 102, 3, 2, 2, 2, 104, 107, 3, 2, 2, 2, 105, 103, 3, 2, 2, 2, 105, 106, 3, 2, 2, 2, 106, 7, 3, 2, 2, 2, 107, 105, 3, 2, 2, 2, 108, 109, 5, 10, 6, 2, 109, 110, 7, 10, 2, 2, 110, 123, 3, 2, 2, 2, 111, 112, 5, 30, 16, 2, 112, 113, 7, 10, 2, 2, 113, 123, 3, 2, 2, 2, 114, 115, 5, 36, 19, 2, 115, 116, 7, 10, 2, 2, 116, 123, 3, 2, 2, 2, 117, 123, 5, 42, 22, 2, 118, 123, 5, 50, 26, 2, 119, 120, 5, 14, 8, 2, 120, 121, 7, 10, 2, 2, 121, 123, 3, 2, 2, 2, 122, 108, 3, 2, 2, 2, 122, 111, 3, 2, 2, 2, 122, 114, 3, 2, 2, 2, 122, 117, 3, 2, 2, 2, 122, 118, 3, 2, 2, 2, 122, 119, 3, 2, 2, 2, 123, 9, 3, 2, 2, 2, 124, 125, 5, 18, 10, 2, 125, 126, 5, 12, 7, 2, 126, 11, 3, 2, 2, 2, 127, 131, 8, 7, 1, 2, 128, 130, 5, 20, 11, 2, 129, 128, 3, 2, 2, 2, 130, 133, 3, 2, 2, 2, 131, 129, 3, 2, 2, 2, 131, 132, 3, 2, 2, 2, 132, 134, 3, 2, 2, 2, 133, 131, 3, 2, 2, 2, 134, 135, 5, 16, 9, 2, 135, 147, 3, 2, 2, 2, 136, 137, 12, 3, 2, 2, 137, 141, 7, 12, 2, 2, 138, 140, 5, 20, 11, 2, 139, 138, 3, 2, 2, 2, 140, 143, 3, 2, 2, 2, 141, 139, 3, 2, 2, 2, 141, 142, 3, 2, 2, 2, 142, 144, 3, 2, 2, 2, 143, 141, 3, 2, 2, 2, 144, 146, 5, 16, 9, 2, 145, 136, 3, 2, 2, 2, 146, 149, 3, 2, 2, 2, 147, 145, 3, 2, 2, 2, 147, 148, 3, 2, 2, 2, 148, 13, 3, 2, 2, 2, 149, 147, 3, 2, 2, 2, 150, 151, 7, 41, 2, 2, 151, 155, 5, 18, 10, 2, 152, 154, 5, 20, 11, 2, 153, 152, 3, 2, 2, 2, 154, 157, 3, 2, 2, 2, 155, 153, 3, 2, 2, 2, 155, 156, 3, 2, 2, 2, 156, 158, 3, 2, 2, 2, 157, 155, 3, 2, 2, 2, 158, 162, 7, 109, 2, 2, 159, 161, 5, 22, 12, 2, 160, 159, 3, 2, 2, 2, 161, 164, 3, 2, 2, 2, 162, 160, 3, 2, 2, 2, 162, 163, 3, 2, 2, 2, 163, 165, 3, 2, 2, 2, 164, 162, 3, 2, 2, 2, 165, 166, 8, 8, 1, 2, 166, 15, 3, 2, 2, 2, 167, 171, 7, 109, 2, 2, 168, 170, 5, 22, 12, 2, 169, 168, 3, 2, 2, 2, 170, 173, 3, 2, 2, 2, 171, 169, 3, 2, 2, 2, 171, 172, 3, 2, 2, 2, 172, 176, 3, 2, 2, 2, 173, 171, 3, 2, 2, 2, 174, 175, 7, 39, 2, 2, 175, 177, 5, 72, 37, 2, 176, 174, 3, 2, 2, 2, 176, 177, 3, 2, 2, 2, 177, 188, 3, 2, 2, 2, 178, 182, 7, 109, 2, 2, 179, 181, 5, 22, 12, 2, 180, 179, 3, 2, 2, 2, 181, 184, 3, 2, 2, 2, 182, 180, 3, 2, 2, 2, 182, 183, 3, 2, 2, 2, 183, 185, 3, 2, 2, 2, 184, 182, 3, 2, 2, 2, 185, 186, 7, 39, 2, 2, 186, 188, 5, 76, 39, 2, 187, 167, 3, 2, 2, 2, 187, 178, 3, 2, 2, 2, 188, 17, 3, 2, 2, 2, 189, 191, 5, 54, 28, 2, 190, 189, 3, 2, 2, 2, 191, 194, 3, 2, 2, 2, 192, 190, 3, 2, 2, 2, 192, 193, 3, 2, 2, 2, 193, 195, 3, 2, 2, 2, 194, 192, 3, 2, 2, 2, 195, 199, 5, 26, 14, 2, 196, 198, 5, 54, 28, 2, 197, 196, 3, 2, 2, 2, 198, 201, 3, 2, 2, 2, 199, 197, 3, 2, 2, 2, 199, 200, 3, 2, 2, 2, 200, 19, 3, 2, 2, 2, 201, 199, 3, 2, 2, 2, 202, 206, 7, 20, 2, 2, 203, 205, 5, 54, 28, 2, 204, 203, 3, 2, 2, 2, 205, 208, 3, 2, 2, 2, 206, 204, 3, 2, 2, 2, 206, 207, 3, 2, 2, 2, 207, 21, 3, 2, 2, 2, 208, 206, 3, 2, 2, 2, 209, 211, 7, 6, 2, 2, 210, 212, 5, 72, 37, 2, 211, 210, 3, 2, 2, 2, 211, 212, 3, 2, 2, 2, 212, 213, 3, 2, 2, 2, 213, 214, 7, 7, 2, 2, 214, 23, 3, 2, 2, 2, 215, 216, 8, 13, 1, 2, 216, 217, 5, 26, 14, 2, 217, 228, 3, 2, 2, 2, 218, 219, 12, 4, 2, 2, 219, 227, 7, 20, 2, 2, 220, 221, 12, 3, 2, 2, 221, 223, 7, 6, 2, 2, 222, 224, 5, 72, 37, 2, 223, 222, 3, 2, 2, 2, 223, 224, 3, 2, 2, 2, 224, 225, 3, 2, 2, 2, 225, 227, 7, 7, 2, 2, 226, 218, 3, 2, 2, 2, 226, 220, 3, 2, 2, 2, 227, 230, 3, 2, 2, 2, 228, 226, 3, 2, 2, 2, 228, 229, 3, 2, 2, 2, 229, 25, 3, 2, 2, 2, 230, 228, 3, 2, 2, 2, 231, 232, 8, 14, 1, 2, 232, 233, 7, 8, 2, 2, 233, 234, 5, 26, 14, 2, 234, 235, 7, 9, 2, 2, 235, 247, 3, 2, 2, 2, 236, 247, 7, 84, 2, 2, 237, 239, 7, 83, 2, 2, 238, 240, 7, 84, 2, 2, 239, 238, 3, 2, 2, 2, 239, 240, 3, 2, 2, 2, 240, 247, 3, 2, 2, 2, 241, 247, 5, 30, 16, 2, 242, 247, 5, 28, 15, 2, 243, 247, 5, 36, 19, 2, 244, 247, 5, 34, 18, 2, 245, 247, 7, 3, 2, 2, 246, 231, 3, 2, 2, 2, 246, 236, 3, 2, 2, 2, 246, 237, 3, 2, 2, 2, 246, 241, 3, 2, 2, 2, 246, 242, 3, 2, 2, 2, 246, 243, 3, 2, 2, 2, 246, 244, 3, 2, 2, 2, 246, 245, 3, 2, 2, 2, 247, 259, 3, 2, 2, 2, 248, 249, 12, 9, 2, 2, 249, 251, 7, 6, 2, 2, 250, 252, 5, 72, 37, 2, 251, 250, 3, 2, 2, 2, 251, 252, 3, 2, 2, 2, 252, 253, 3, 2, 2, 2, 253, 258, 7, 7, 2, 2, 254, 255, 12, 8, 2, 2, 255, 256, 7, 8, 2, 2, 256, 258, 7, 9, 2, 2, 257, 248, 3, 2, 2, 2, 257, 254, 3, 2, 2, 2, 258, 261, 3, 2, 2, 2, 259, 257, 3, 2, 2, 2, 259, 260, 3, 2, 2, 2, 260, 27, 3, 2, 2, 2, 261, 259, 3, 2, 2, 2, 262, 263, 7, 71, 2, 2, 263, 264, 7, 109, 2, 2, 264, 29, 3, 2, 2, 2, 265, 267, 7, 71, 2, 2, 266, 268, 7, 109, 2, 2, 267, 266, 3, 2, 2, 2, 267, 268, 3, 2, 2, 2, 268, 269, 3, 2, 2, 2, 269, 271, 7, 4, 2, 2, 270, 272, 5, 32, 17, 2, 271, 270, 3, 2, 2, 2, 272, 273, 3, 2, 2, 2, 273, 271, 3, 2, 2, 2, 273, 274, 3, 2, 2, 2, 274, 275, 3, 2, 2, 2, 275, 276, 7, 5, 2, 2, 276, 31, 3, 2, 2, 2, 277, 278, 5, 10, 6, 2, 278, 279, 7, 10, 2, 2, 279, 33, 3, 2, 2, 2, 280, 281, 7, 72, 2, 2, 281, 282, 7, 109, 2, 2, 282, 35, 3, 2, 2, 2, 283, 285, 7, 72, 2, 2, 284, 286, 7, 109, 2, 2, 285, 284, 3, 2, 2, 2, 285, 286, 3, 2, 2, 2, 286, 287, 3, 2, 2, 2, 287, 288, 7, 4, 2, 2, 288, 289, 5, 38, 20, 2, 289, 290, 7, 5, 2, 2, 290, 37, 3, 2, 2, 2, 291, 292, 8, 20, 1, 2, 292, 293, 5, 40, 21, 2, 293, 299, 3, 2, 2, 2, 294, 295, 12, 3, 2, 2, 295, 296, 7, 12, 2, 2, 296, 298, 5, 40, 21, 2, 297, 294, 3, 2, 2, 2, 298, 301, 3, 2, 2, 2, 299, 297, 3, 2, 2, 2, 299, 300, 3, 2, 2, 2, 300, 39, 3, 2, 2, 2, 301, 299, 3, 2, 2, 2, 302, 305, 7, 109, 2, 2, 303, 304, 7, 39, 2, 2, 304, 306, 5, 72, 37, 2, 305, 303, 3, 2, 2, 2, 305, 306, 3, 2, 2, 2, 306, 41, 3, 2, 2, 2, 307, 311, 5, 18, 10, 2, 308, 310, 5, 20, 11, 2, 309, 308, 3, 2, 2, 2, 310, 313, 3, 2, 2, 2, 311, 309, 3, 2, 2, 2, 311, 312, 3, 2, 2, 2, 312, 314, 3, 2, 2, 2, 313, 311, 3, 2, 2, 2, 314, 315, 7, 109, 2, 2, 315, 317, 7, 8, 2, 2, 316, 318, 5, 46, 24, 2, 317, 316, 3, 2, 2, 2, 317, 318, 3, 2, 2, 2, 318, 319, 3, 2, 2, 2, 319, 322, 7, 9, 2, 2, 320, 323, 5, 44, 23, 2, 321, 323, 7, 10, 2, 2, 322, 320, 3, 2, 2, 2, 322, 321, 3, 2, 2, 2, 323, 43, 3, 2, 2, 2, 324, 326, 7, 4, 2, 2, 325, 327, 5, 56, 29, 2, 326, 325, 3, 2, 2, 2, 326, 327, 3, 2, 2, 2, 327, 328, 3, 2, 2, 2, 328, 329, 7, 5, 2, 2, 329, 45, 3, 2, 2, 2, 330, 335, 5, 48, 25, 2, 331, 332, 7, 12, 2, 2, 332, 334, 5, 48, 25, 2, 333, 331, 3, 2, 2, 2, 334, 337, 3, 2, 2, 2, 335, 333, 3, 2, 2, 2, 335, 336, 3, 2, 2, 2, 336, 47, 3, 2, 2, 2, 337, 335, 3, 2, 2, 2, 338, 342, 5, 18, 10, 2, 339, 341, 5, 20, 11, 2, 340, 339, 3, 2, 2, 2, 341, 344, 3, 2, 2, 2, 342, 340, 3, 2, 2, 2, 342, 343, 3, 2, 2, 2, 343, 345, 3, 2, 2, 2, 344, 342, 3, 2, 2, 2, 345, 346, 7, 109, 2, 2, 346, 350, 3, 2, 2, 2, 347, 350, 7, 84, 2, 2, 348, 350, 7, 14, 2, 2, 349, 338, 3, 2, 2, 2, 349, 347, 3, 2, 2, 2, 349, 348, 3, 2, 2, 2, 350, 49, 3, 2, 2, 2, 351, 352, 7, 89, 2, 2, 352, 353, 7, 109, 2, 2, 353, 354, 7, 8, 2, 2, 354, 359, 5, 52, 27, 2, 355, 356, 7, 12, 2, 2, 356, 358, 5, 52, 27, 2, 357, 355, 3, 2, 2, 2, 358, 361, 3, 2, 2, 2, 359, 357, 3, 2, 2, 2, 359, 360, 3, 2, 2, 2, 360, 362, 3, 2, 2, 2, 361, 359, 3, 2, 2, 2, 362, 363, 7, 9, 2, 2, 363, 51, 3, 2, 2, 2, 364, 372, 7, 100, 2, 2, 365, 366, 7, 100, 2, 2, 366, 367, 7, 13, 2, 2, 367, 372, 7, 100, 2, 2, 368, 372, 7, 109, 2, 2, 369, 372, 7, 110, 2, 2, 370, 372, 7, 58, 2, 2, 371, 364, 3, 2, 2, 2, 371, 365, 3, 2, 2, 2, 371, 368, 3, 2, 2, 2, 371, 369, 3, 2, 2, 2, 371, 370, 3, 2, 2, 2, 372, 53, 3, 2, 2, 2, 373, 418, 7, 42, 2, 2, 374, 375, 7, 45, 2, 2, 375, 376, 7, 8, 2, 2, 376, 377, 7, 100, 2, 2, 377, 418, 7, 9, 2, 2, 378, 382, 7, 50, 2, 2, 379, 380, 7, 8, 2, 2, 380, 381, 7, 109, 2, 2, 381, 383, 7, 9, 2, 2, 382, 379, 3, 2, 2, 2, 382, 383, 3, 2, 2, 2, 383, 418, 3, 2, 2, 2, 384, 418, 7, 53, 2, 2, 385, 418, 7, 54, 2, 2, 386, 387, 7, 52, 2, 2, 387, 388, 7, 8, 2, 2, 388, 389, 7, 100, 2, 2, 389, 418, 7, 9, 2, 2, 390, 418, 7, 47, 2, 2, 391, 418, 7, 48, 2, 2, 392, 418, 7, 55, 2, 2, 393, 418, 7, 56, 2, 2, 394, 418, 7, 43, 2, 2, 395, 418, 7, 44, 2, 2, 396, 418, 7, 46, 2, 2, 397, 418, 7, 57, 2, 2, 398, 402, 7, 49, 2, 2, 399, 400, 7, 8, 2, 2, 400, 401, 7, 109, 2, 2, 401, 403, 7, 9, 2, 2, 402, 399, 3, 2, 2, 2, 402, 403, 3, 2, 2, 2, 403, 418, 3, 2, 2, 2, 404, 405, 7, 51, 2, 2, 405, 406, 7, 8, 2, 2, 406, 411, 5, 52, 27, 2, 407, 408, 7, 12, 2, 2, 408, 410, 5, 52, 27, 2, 409, 407, 3, 2, 2, 2, 410, 413, 3, 2, 2, 2, 411, 409, 3, 2, 2, 2, 411, 412, 3, 2, 2, 2, 412, 414, 3, 2, 2, 2, 413, 411, 3, 2, 2, 2, 414, 415, 7, 9, 2, 2, 415, 418, 3, 2, 2, 2, 416, 418, 7, 58, 2, 2, 417, 373, 3, 2, 2, 2, 417, 374, 3, 2, 2, 2, 417, 378, 3, 2, 2, 2, 417, 384, 3, 2, 2, 2, 417, 385, 3, 2, 2, 2, 417, 386, 3, 2, 2, 2, 417, 390, 3, 2, 2, 2, 417, 391, 3, 2, 2, 2, 417, 392, 3, 2, 2, 2, 417, 393, 3, 2, 2, 2, 417, 394, 3, 2, 2, 2, 417, 395, 3, 2, 2, 2, 417, 396, 3, 2, 2, 2, 417, 397, 3, 2, 2, 2, 417, 398, 3, 2, 2, 2, 417, 404, 3, 2, 2, 2, 417, 416, 3, 2, 2, 2, 418, 55, 3, 2, 2, 2, 419, 421, 5, 58, 30, 2, 420, 419, 3, 2, 2, 2, 421, 422, 3, 2, 2, 2, 422, 420, 3, 2, 2, 2, 422, 423, 3, 2, 2, 2, 423, 57, 3, 2, 2, 2, 424, 425, 5, 10, 6, 2, 425, 426, 7, 10, 2, 2, 426, 510, 3, 2, 2, 2, 427, 429, 7, 4, 2, 2, 428, 430, 5, 56, 29, 2, 429, 428, 3, 2, 2, 2, 429, 430, 3, 2, 2, 2, 430, 431, 3, 2, 2, 2, 431, 510, 7, 5, 2, 2, 432, 433, 5, 70, 36, 2, 433, 434, 7, 10, 2, 2, 434, 510, 3, 2, 2, 2, 435, 436, 7, 59, 2, 2, 436, 437, 7, 8, 2, 2, 437, 438, 5, 70, 36, 2, 438, 439, 7, 9, 2, 2, 439, 442, 5, 58, 30, 2, 440, 441, 7, 60, 2, 2, 441, 443, 5, 58, 30, 2, 442, 440, 3, 2, 2, 2, 442, 443, 3, 2, 2, 2, 443, 510, 3, 2, 2, 2, 444, 446, 5, 54, 28, 2, 445, 444, 3, 2, 2, 2, 446, 449, 3, 2, 2, 2, 447, 445, 3, 2, 2, 2, 447, 448, 3, 2, 2, 2, 448, 450, 3, 2, 2, 2, 449, 447, 3, 2, 2, 2, 450, 451, 7, 61, 2, 2, 451, 452, 7, 8, 2, 2, 452, 453, 5, 70, 36, 2, 453, 454, 7, 9, 2, 2, 454, 455, 5, 58, 30, 2, 455, 510, 3, 2, 2, 2, 456, 458, 5, 54, 28, 2, 457, 456, 3, 2, 2, 2, 458, 461, 3, 2, 2, 2, 459, 457, 3, 2, 2, 2, 459, 460, 3, 2, 2, 2, 460, 462, 3, 2, 2, 2, 461, 459, 3, 2, 2, 2, 462, 463, 7, 62, 2, 2, 463, 464, 5, 58, 30, 2, 464, 465, 7, 61, 2, 2, 465, 466, 7, 8, 2, 2, 466, 467, 5, 70, 36, 2, 467, 468, 7, 9, 2, 2, 468, 469, 7, 10, 2, 2, 469, 510, 3, 2, 2, 2, 470, 472, 5, 54, 28, 2, 471, 470, 3, 2, 2, 2, 472, 475, 3, 2, 2, 2, 473, 471, 3, 2, 2, 2, 473, 474, 3, 2, 2, 2, 474, 476, 3, 2, 2, 2, 475, 473, 3, 2, 2, 2, 476, 477, 7, 63, 2, 2, 477, 478, 7, 8, 2, 2, 478, 479, 5, 64, 33, 2, 479, 480, 7, 9, 2, 2, 480, 481, 5, 58, 30, 2, 481, 510, 3, 2, 2, 2, 482, 483, 7, 64, 2, 2, 483, 484, 7, 8, 2, 2, 484, 485, 5, 70, 36, 2, 485, 486, 7, 9, 2, 2, 486, 487, 7, 4, 2, 2, 487, 488, 5, 60, 31, 2, 488, 489, 7, 5, 2, 2, 489, 510, 3, 2, 2, 2, 490, 492, 7, 65, 2, 2, 491, 493, 5, 70, 36, 2, 492, 491, 3, 2, 2, 2, 492, 493, 3, 2, 2, 2, 493, 494, 3, 2, 2, 2, 494, 510, 7, 10, 2, 2, 495, 496, 7, 66, 2, 2, 496, 510, 7, 10, 2, 2, 497, 498, 7, 67, 2, 2, 498, 510, 7, 10, 2, 2, 499, 501, 7, 68, 2, 2, 500, 502, 5, 78, 40, 2, 501, 500, 3, 2, 2, 2, 501, 502, 3, 2, 2, 2, 502, 503, 3, 2, 2, 2, 503, 504, 7, 4, 2, 2, 504, 505, 5, 82, 42, 2, 505, 506, 7, 134, 2, 2, 506, 510, 3, 2, 2, 2, 507, 510, 5, 76, 39, 2, 508, 510, 7, 10, 2, 2, 509, 424, 3, 2, 2, 2, 509, 427, 3, 2, 2, 2, 509, 432, 3, 2, 2, 2, 509, 435, 3, 2, 2, 2, 509, 447, 3, 2, 2, 2, 509, 459, 3, 2, 2, 2, 509, 473, 3, 2, 2, 2, 509, 482, 3, 2, 2, 2, 509, 490, 3, 2, 2, 2, 509, 495, 3, 2, 2, 2, 509, 497, 3, 2, 2, 2, 509, 499, 3, 2, 2, 2, 509, 507, 3, 2, 2, 2, 509, 508, 3, 2, 2, 2, 510, 59, 3, 2, 2, 2, 511, 513, 5, 62, 32, 2, 512, 511, 3, 2, 2, 2, 513, 514, 3, 2, 2, 2, 514, 512, 3, 2, 2, 2, 514, 515, 3, 2, 2, 2, 515, 521, 3, 2, 2, 2, 516, 517, 7, 69, 2, 2, 517, 519, 7, 11, 2, 2, 518, 520, 5, 56, 29, 2, 519, 518, 3, 2, 2, 2, 519, 520, 3, 2, 2, 2, 520, 522, 3, 2, 2, 2, 521, 516, 3, 2, 2, 2, 521, 522, 3, 2, 2, 2, 522, 61, 3, 2, 2, 2, 523, 524, 7, 70, 2, 2, 524, 525, 5, 72, 37, 2, 525, 527, 7, 11, 2, 2, 526, 528, 5, 56, 29, 2, 527, 526, 3, 2, 2, 2, 527, 528, 3, 2, 2, 2, 528, 63, 3, 2, 2, 2, 529, 530, 5, 66, 34, 2, 530, 532, 7, 10, 2, 2, 531, 533, 5, 68, 35, 2, 532, 531, 3, 2, 2, 2, 532, 533, 3, 2, 2, 2, 533, 534, 3, 2, 2, 2, 534, 536, 7, 10, 2, 2, 535, 537, 5, 70, 36, 2, 536, 535, 3, 2, 2, 2, 536, 537, 3, 2, 2, 2, 537, 554, 3, 2, 2, 2, 538, 542, 5, 18, 10, 2, 539, 541, 5, 20, 11, 2, 540, 539, 3, 2, 2, 2, 541, 544, 3, 2, 2, 2, 542, 540, 3, 2, 2, 2, 542, 543, 3, 2, 2, 2, 543, 546, 3, 2, 2, 2, 544, 542, 3, 2, 2, 2, 545, 538, 3, 2, 2, 2, 545, 546, 3, 2, 2, 2, 546, 547, 3, 2, 2, 2, 547, 548, 7, 109, 2, 2, 548, 549, 7, 11, 2, 2, 549, 550, 5, 72, 37, 2, 550, 551, 7, 13, 2, 2, 551, 552, 5, 72, 37, 2, 552, 554, 3, 2, 2, 2, 553, 529, 3, 2, 2, 2, 553, 545, 3, 2, 2, 2, 554, 65, 3, 2, 2, 2, 555, 557, 5, 10, 6, 2, 556, 555, 3, 2, 2, 2, 556, 557, 3, 2, 2, 2, 557, 560, 3, 2, 2, 2, 558, 560, 5, 70, 36, 2, 559, 556, 3, 2, 2, 2, 559, 558, 3, 2, 2, 2, 560, 67, 3, 2, 2, 2, 561, 562, 5, 70, 36, 2, 562, 69, 3, 2, 2, 2, 563, 564, 8, 36, 1, 2, 564, 565, 5, 72, 37, 2, 565, 571, 3, 2, 2, 2, 566, 567, 12, 3, 2, 2, 567, 568, 7, 12, 2, 2, 568, 570, 5, 72, 37, 2, 569, 566, 3, 2, 2, 2, 570, 573, 3, 2, 2, 2, 571, 569, 3, 2, 2, 2, 571, 572, 3, 2, 2, 2, 572, 71, 3, 2, 2, 2, 573, 571, 3, 2, 2, 2, 574, 575, 8, 37, 1, 2, 575, 576, 7, 8, 2, 2, 576, 577, 5, 70, 36, 2, 577, 578, 7, 9, 2, 2, 578, 640, 3, 2, 2, 2, 579, 580, 7, 73, 2, 2, 580, 583, 7, 8, 2, 2, 581, 584, 5, 72, 37, 2, 582, 584, 5, 24, 13, 2, 583, 581, 3, 2, 2, 2, 583, 582, 3, 2, 2, 2, 584, 585, 3, 2, 2, 2, 585, 586, 7, 9, 2, 2, 586, 640, 3, 2, 2, 2, 587, 588, 7, 74, 2, 2, 588, 591, 7, 8, 2, 2, 589, 592, 5, 72, 37, 2, 590, 592, 5, 24, 13, 2, 591, 589, 3, 2, 2, 2, 591, 590, 3, 2, 2, 2, 592, 593, 3, 2, 2, 2, 593, 594, 7, 9, 2, 2, 594, 640, 3, 2, 2, 2, 595, 597, 7, 75, 2, 2, 596, 598, 7, 8, 2, 2, 597, 596, 3, 2, 2, 2, 597, 598, 3, 2, 2, 2, 598, 599, 3, 2, 2, 2, 599, 601, 7, 109, 2, 2, 600, 602, 7, 9, 2, 2, 601, 600, 3, 2, 2, 2, 601, 602, 3, 2, 2, 2, 602, 640, 3, 2, 2, 2, 603, 604, 7, 8, 2, 2, 604, 605, 5, 24, 13, 2, 605, 606, 7, 9, 2, 2, 606, 607, 5, 72, 37, 26, 607, 640, 3, 2, 2, 2, 608, 609, 9, 2, 2, 2, 609, 640, 5, 72, 37, 25, 610, 611, 7, 20, 2, 2, 611, 640, 5, 72, 37, 23, 612, 613, 9, 3, 2, 2, 613, 640, 5, 72, 37, 22, 614, 615, 9, 4, 2, 2, 615, 640, 5, 72, 37, 18, 616, 617, 7, 4, 2, 2, 617, 622, 5, 72, 37, 2, 618, 619, 7, 12, 2, 2, 619, 621, 5, 72, 37, 2, 620, 618, 3, 2, 2, 2, 621, 624, 3, 2, 2, 2, 622, 620, 3, 2, 2, 2, 622, 623, 3, 2, 2, 2, 623, 626, 3, 2, 2, 2, 624, 622, 3, 2, 2, 2, 625, 627, 7, 12, 2, 2, 626, 625, 3, 2, 2, 2, 626, 627, 3, 2, 2, 2, 627, 628, 3, 2, 2, 2, 628, 629, 7, 5, 2, 2, 629, 640, 3, 2, 2, 2, 630, 640, 7, 109, 2, 2, 631, 640, 7, 100, 2, 2, 632, 634, 7, 110, 2, 2, 633, 632, 3, 2, 2, 2, 634, 635, 3, 2, 2, 2, 635, 633, 3, 2, 2, 2, 635, 636, 3, 2, 2, 2, 636, 640, 3, 2, 2, 2, 637, 640, 7, 111, 2, 2, 638, 640, 7, 85, 2, 2, 639, 574, 3, 2, 2, 2, 639, 579, 3, 2, 2, 2, 639, 587, 3, 2, 2, 2, 639, 595, 3, 2, 2, 2, 639, 603, 3, 2, 2, 2, 639, 608, 3, 2, 2, 2, 639, 610, 3, 2, 2, 2, 639, 612, 3, 2, 2, 2, 639, 614, 3, 2, 2, 2, 639, 616, 3, 2, 2, 2, 639, 630, 3, 2, 2, 2, 639, 631, 3, 2, 2, 2, 639, 633, 3, 2, 2, 2, 639, 637, 3, 2, 2, 2, 639, 638, 3, 2, 2, 2, 640, 701, 3, 2, 2, 2, 641, 642, 12, 21, 2, 2, 642, 643, 9, 5, 2, 2, 643, 700, 5, 72, 37, 22, 644, 645, 12, 20, 2, 2, 645, 646, 9, 6, 2, 2, 646, 700, 5, 72, 37, 21, 647, 648, 12, 19, 2, 2, 648, 649, 9, 7, 2, 2, 649, 700, 5, 72, 37, 20, 650, 651, 12, 17, 2, 2, 651, 652, 9, 8, 2, 2, 652, 700, 5, 72, 37, 18, 653, 654, 12, 16, 2, 2, 654, 655, 7, 25, 2, 2, 655, 700, 5, 72, 37, 17, 656, 657, 12, 15, 2, 2, 657, 658, 7, 27, 2, 2, 658, 700, 5, 72, 37, 16, 659, 660, 12, 14, 2, 2, 660, 661, 7, 28, 2, 2, 661, 700, 5, 72, 37, 15, 662, 663, 12, 13, 2, 2, 663, 664, 7, 37, 2, 2, 664, 700, 5, 72, 37, 14, 665, 666, 12, 12, 2, 2, 666, 667, 7, 38, 2, 2, 667, 700, 5, 72, 37, 13, 668, 669, 12, 11, 2, 2, 669, 670, 7, 15, 2, 2, 670, 671, 5, 72, 37, 2, 671, 672, 7, 11, 2, 2, 672, 673, 5, 72, 37, 12, 673, 700, 3, 2, 2, 2, 674, 675, 12, 10, 2, 2, 675, 676, 7, 39, 2, 2, 676, 700, 5, 72, 37, 10, 677, 678, 12, 9, 2, 2, 678, 679, 7, 40, 2, 2, 679, 700, 5, 72, 37, 9, 680, 681, 12, 33, 2, 2, 681, 682, 7, 16, 2, 2, 682, 700, 7, 109, 2, 2, 683, 684, 12, 32, 2, 2, 684, 685, 7, 17, 2, 2, 685, 700, 7, 109, 2, 2, 686, 687, 12, 31, 2, 2, 687, 689, 7, 8, 2, 2, 688, 690, 5, 74, 38, 2, 689, 688, 3, 2, 2, 2, 689, 690, 3, 2, 2, 2, 690, 691, 3, 2, 2, 2, 691, 700, 7, 9, 2, 2, 692, 693, 12, 27, 2, 2, 693, 694, 7, 6, 2, 2, 694, 695, 5, 70, 36, 2, 695, 696, 7, 7, 2, 2, 696, 700, 3, 2, 2, 2, 697, 698, 12, 24, 2, 2, 698, 700, 9, 2, 2, 2, 699, 641, 3, 2, 2, 2, 699, 644, 3, 2, 2, 2, 699, 647, 3, 2, 2, 2, 699, 650, 3, 2, 2, 2, 699, 653, 3, 2, 2, 2, 699, 656, 3, 2, 2, 2, 699, 659, 3, 2, 2, 2, 699, 662, 3, 2, 2, 2, 699, 665, 3, 2, 2, 2, 699, 668, 3, 2, 2, 2, 699, 674, 3, 2, 2, 2, 699, 677, 3, 2, 2, 2, 699, 680, 3, 2, 2, 2, 699, 683, 3, 2, 2, 2, 699, 686, 3, 2, 2, 2, 699, 692, 3, 2, 2, 2, 699, 697, 3, 2, 2, 2, 700, 703, 3, 2, 2, 2, 701, 699, 3, 2, 2, 2, 701, 702, 3, 2, 2, 2, 702, 73, 3, 2, 2, 2, 703, 701, 3, 2, 2, 2, 704, 709, 5, 72, 37, 2, 705, 706, 7, 12, 2, 2, 706, 708, 5, 72, 37, 2, 707, 705, 3, 2, 2, 2, 708, 711, 3, 2, 2, 2, 709, 707, 3, 2, 2, 2, 709, 710, 3, 2, 2, 2, 710, 75, 3, 2, 2, 2, 711, 709, 3, 2, 2, 2, 712, 714, 7, 76, 2, 2, 713, 715, 5, 78, 40, 2, 714, 713, 3, 2, 2, 2, 714, 715, 3, 2, 2, 2, 715, 716, 3, 2, 2, 2, 716, 717, 7, 86, 2, 2, 717, 77, 3, 2, 2, 2, 718, 719, 7, 8, 2, 2, 719, 724, 5, 80, 41, 2, 720, 721, 7, 12, 2, 2, 721, 723, 5, 80, 41, 2, 722, 720, 3, 2, 2, 2, 723, 726, 3, 2, 2, 2, 724, 722, 3, 2, 2, 2, 724, 725, 3, 2, 2, 2, 725, 727, 3, 2, 2, 2, 726, 724, 3, 2, 2, 2, 727, 728, 7, 9, 2, 2, 728, 79, 3, 2, 2, 2, 729, 730, 7, 77, 2, 2, 730, 740, 7, 110, 2, 2, 731, 732, 7, 78, 2, 2, 732, 740, 7, 109, 2, 2, 733, 734, 7, 79, 2, 2, 734, 740, 7, 110, 2, 2, 735, 736, 7, 80, 2, 2, 736, 740, 5, 72, 37, 2, 737, 738, 7, 81, 2, 2, 738, 740, 5, 72, 37, 2, 739, 729, 3, 2, 2, 2, 739, 731, 3, 2, 2, 2, 739, 733, 3, 2, 2, 2, 739, 735, 3, 2, 2, 2, 739, 737, 3, 2, 2, 2, 740, 81, 3, 2, 2, 2, 741, 743, 5, 84, 43, 2, 742, 741, 3, 2, 2, 2, 743, 746, 3, 2, 2, 2, 744, 742, 3, 2, 2, 2, 744, 745, 3, 2, 2, 2, 745, 83, 3, 2, 2, 2, 746, 744, 3, 2, 2, 2, 747, 751, 5, 86, 44, 2, 748, 751, 5, 88, 45, 2, 749, 751, 5, 90, 46, 2, 750, 747, 3, 2, 2, 2, 750, 748, 3, 2, 2, 2, 750, 749, 3, 2, 2, 2, 751, 85, 3, 2, 2, 2, 752, 753, 7, 147, 2, 2, 753, 757, 7, 118, 2, 2, 754, 755, 7, 146, 2, 2, 755, 757, 7, 118, 2, 2, 756, 752, 3, 2, 2, 2, 756, 754, 3, 2, 2, 2, 757, 87, 3, 2, 2, 2, 758, 760, 7, 116, 2, 2, 759, 761, 5, 92, 47, 2, 760, 759, 3, 2, 2, 2, 760, 761, 3, 2, 2, 2, 761, 89, 3, 2, 2, 2, 762, 763, 7, 115, 2, 2, 763, 768, 5, 94, 48, 2, 764, 765, 7, 119, 2, 2, 765, 767, 5, 94, 48, 2, 766, 764, 3, 2, 2, 2, 767, 770, 3, 2, 2, 2, 768, 766, 3, 2, 2, 2, 768, 769, 3, 2, 2, 2, 769, 91, 3, 2, 2, 2, 770, 768, 3, 2, 2, 2, 771, 817, 5, 94, 48, 2, 772, 773, 7, 117, 2, 2, 773, 817, 5, 94, 48, 2, 774, 775, 5, 94, 48, 2, 775, 776, 7, 119, 2, 2, 776, 777, 5, 94, 48, 2, 777, 817, 3, 2, 2, 2, 778, 779, 7, 120, 2, 2, 779, 780, 5, 94, 48, 2, 780, 781, 7, 121, 2, 2, 781, 782, 7, 119, 2, 2, 782, 783, 7, 147, 2, 2, 783, 817, 3, 2, 2, 2, 784, 785, 7, 120, 2, 2, 785, 786, 7, 120, 2, 2, 786, 787, 5, 94, 48, 2, 787, 788, 7, 121, 2, 2, 788, 789, 7, 121, 2, 2, 789, 790, 7, 119, 2, 2, 790, 791, 7, 147, 2, 2, 791, 817, 3, 2, 2, 2, 792, 793, 7, 120, 2, 2, 793, 794, 5, 94, 48, 2, 794, 795, 7, 119, 2, 2, 795, 796, 7, 147, 2, 2, 796, 797, 7, 121, 2, 2, 797, 798, 7, 119, 2, 2, 798, 799, 7, 147, 2, 2, 799, 817, 3, 2, 2, 2, 800, 801, 7, 120, 2, 2, 801, 802, 5, 94, 48, 2, 802, 803, 7, 119, 2, 2, 803, 804, 7, 147, 2, 2, 804, 805, 7, 121, 2, 2, 805, 817, 3, 2, 2, 2, 806, 807, 7, 120, 2, 2, 807, 808, 5, 94, 48, 2, 808, 809, 7, 121, 2, 2, 809, 817, 3, 2, 2, 2, 810, 811, 7, 120, 2, 2, 811, 812, 7, 120, 2, 2, 812, 813, 5, 94, 48, 2, 813, 814, 7, 121, 2, 2, 814, 815, 7, 121, 2, 2, 815, 817, 3, 2, 2, 2, 816, 771, 3, 2, 2, 2, 816, 772, 3, 2, 2, 2, 816, 774, 3, 2, 2, 2, 816, 778, 3, 2, 2, 2, 816, 784, 3, 2, 2, 2, 816, 792, 3, 2, 2, 2, 816, 800, 3, 2, 2, 2, 816, 806, 3, 2, 2, 2, 816, 810, 3, 2, 2, 2, 817, 93, 3, 2, 2, 2, 818, 819, 8, 48, 1, 2, 819, 820, 7, 122, 2, 2, 820, 821, 5, 94, 48, 2, 821, 822, 7, 123, 2, 2, 822, 833, 3, 2, 2, 2, 823, 824, 9, 9, 2, 2, 824, 833, 5, 94, 48, 10, 825, 833, 7, 147, 2, 2, 826, 833, 7, 145, 2, 2, 827, 828, 7, 133, 2, 2, 828, 829, 7, 147, 2, 2, 829, 833, 7, 134, 2, 2, 830, 833, 7, 135, 2, 2, 831, 833, 7, 144, 2, 2, 832, 818, 3, 2, 2, 2, 832, 823, 3, 2, 2, 2, 832, 825, 3, 2, 2, 2, 832, 826, 3, 2, 2, 2, 832, 827, 3, 2, 2, 2, 832, 830, 3, 2, 2, 2, 832, 831, 3, 2, 2, 2, 833, 848, 3, 2, 2, 2, 834, 835, 12, 12, 2, 2, 835, 836, 7, 124, 2, 2, 836, 847, 5, 94, 48, 13, 837, 838, 12, 11, 2, 2, 838, 839, 9, 10, 2, 2, 839, 847, 5, 94, 48, 12, 840, 841, 12, 9, 2, 2, 841, 842, 9, 11, 2, 2, 842, 847, 5, 94, 48, 10, 843, 844, 12, 8, 2, 2, 844, 845, 9, 12, 2, 2, 845, 847, 5, 94, 48, 9, 846, 834, 3, 2, 2, 2, 846, 837, 3, 2, 2, 2, 846, 840, 3, 2, 2, 2, 846, 843, 3, 2, 2, 2, 847, 850, 3, 2, 2, 2, 848, 846, 3, 2, 2, 2, 848, 849, 3, 2, 2, 2, 849, 95, 3, 2, 2, 2, 850, 848, 3, 2, 2, 2, 88, 105, 122, 131, 141, 147, 155, 162, 171, 176, 182, 187, 192, 199, 206, 211, 223, 226, 228, 239, 246, 251, 257, 259, 267, 273, 285, 299, 305, 311, 317, 322, 326, 335, 342, 349, 359, 371, 382, 402, 411, 417, 422, 429, 442, 447, 459, 473, 492, 501, 509, 514, 519, 521, 527, 532, 536, 542, 545, 553, 556, 559, 571, 583, 591, 597, 601, 622, 626, 635, 639, 689, 699, 701, 709, 714, 724, 739, 744, 750, 756, 760, 768, 816, 832, 846, 848] \ No newline at end of file diff --git a/src/main/java/dk/camelot64/kickc/parser/KickCParser.java b/src/main/java/dk/camelot64/kickc/parser/KickCParser.java index 62f0aa6ec..fb24f419c 100644 --- a/src/main/java/dk/camelot64/kickc/parser/KickCParser.java +++ b/src/main/java/dk/camelot64/kickc/parser/KickCParser.java @@ -2442,36 +2442,28 @@ public class KickCParser extends Parser { match(PRAGMA); setState(350); match(NAME); - setState(362); + setState(351); + match(PAR_BEGIN); + setState(352); + pragmaParam(); + setState(357); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,36,_ctx) ) { - case 1: + _la = _input.LA(1); + while (_la==COMMA) { { - setState(351); - match(PAR_BEGIN); - setState(352); + { + setState(353); + match(COMMA); + setState(354); pragmaParam(); - setState(357); + } + } + setState(359); _errHandler.sync(this); _la = _input.LA(1); - while (_la==COMMA) { - { - { - setState(353); - match(COMMA); - setState(354); - pragmaParam(); - } - } - setState(359); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(360); - match(PAR_END); - } - break; } + setState(360); + match(PAR_END); } } catch (RecognitionException re) { @@ -2590,14 +2582,14 @@ public class KickCParser extends Parser { PragmaParamContext _localctx = new PragmaParamContext(_ctx, getState()); enterRule(_localctx, 50, RULE_pragmaParam); try { - setState(371); + setState(369); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,37,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,36,_ctx) ) { case 1: _localctx = new PragmaParamNumberContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(364); + setState(362); match(NUMBER); } break; @@ -2605,11 +2597,11 @@ public class KickCParser extends Parser { _localctx = new PragmaParamRangeContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(365); + setState(363); match(NUMBER); - setState(366); + setState(364); match(RANGE); - setState(367); + setState(365); match(NUMBER); } break; @@ -2617,7 +2609,7 @@ public class KickCParser extends Parser { _localctx = new PragmaParamNameContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(368); + setState(366); match(NAME); } break; @@ -2625,7 +2617,7 @@ public class KickCParser extends Parser { _localctx = new PragmaParamStringContext(_localctx); enterOuterAlt(_localctx, 4); { - setState(369); + setState(367); match(STRING); } break; @@ -2633,7 +2625,7 @@ public class KickCParser extends Parser { _localctx = new PragmaParamCallingConventionContext(_localctx); enterOuterAlt(_localctx, 5); { - setState(370); + setState(368); match(CALLINGCONVENTION); } break; @@ -2980,14 +2972,14 @@ public class KickCParser extends Parser { enterRule(_localctx, 52, RULE_directive); int _la; try { - setState(417); + setState(415); _errHandler.sync(this); switch (_input.LA(1)) { case CONST: _localctx = new DirectiveConstContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(373); + setState(371); match(CONST); } break; @@ -2995,13 +2987,13 @@ public class KickCParser extends Parser { _localctx = new DirectiveAlignContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(374); + setState(372); match(ALIGN); - setState(375); + setState(373); match(PAR_BEGIN); - setState(376); + setState(374); match(NUMBER); - setState(377); + setState(375); match(PAR_END); } break; @@ -3009,20 +3001,20 @@ public class KickCParser extends Parser { _localctx = new DirectiveRegisterContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(378); + setState(376); match(REGISTER); - setState(382); + setState(380); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,38,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,37,_ctx) ) { case 1: { - setState(379); + setState(377); match(PAR_BEGIN); { - setState(380); + setState(378); match(NAME); } - setState(381); + setState(379); match(PAR_END); } break; @@ -3033,7 +3025,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveMemoryAreaZpContext(_localctx); enterOuterAlt(_localctx, 4); { - setState(384); + setState(382); match(ADDRESS_ZEROPAGE); } break; @@ -3041,7 +3033,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveMemoryAreaMainContext(_localctx); enterOuterAlt(_localctx, 5); { - setState(385); + setState(383); match(ADDRESS_MAINMEM); } break; @@ -3049,15 +3041,15 @@ public class KickCParser extends Parser { _localctx = new DirectiveMemoryAreaAddressContext(_localctx); enterOuterAlt(_localctx, 6); { - setState(386); + setState(384); match(ADDRESS); - setState(387); + setState(385); match(PAR_BEGIN); { - setState(388); + setState(386); match(NUMBER); } - setState(389); + setState(387); match(PAR_END); } break; @@ -3065,7 +3057,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveVolatileContext(_localctx); enterOuterAlt(_localctx, 7); { - setState(390); + setState(388); match(VOLATILE); } break; @@ -3073,7 +3065,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveStaticContext(_localctx); enterOuterAlt(_localctx, 8); { - setState(391); + setState(389); match(STATIC); } break; @@ -3081,7 +3073,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveFormSsaContext(_localctx); enterOuterAlt(_localctx, 9); { - setState(392); + setState(390); match(FORM_SSA); } break; @@ -3089,7 +3081,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveFormMaContext(_localctx); enterOuterAlt(_localctx, 10); { - setState(393); + setState(391); match(FORM_MA); } break; @@ -3097,7 +3089,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveExternContext(_localctx); enterOuterAlt(_localctx, 11); { - setState(394); + setState(392); match(EXTERN); } break; @@ -3105,7 +3097,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveExportContext(_localctx); enterOuterAlt(_localctx, 12); { - setState(395); + setState(393); match(EXPORT); } break; @@ -3113,7 +3105,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveInlineContext(_localctx); enterOuterAlt(_localctx, 13); { - setState(396); + setState(394); match(INLINE); } break; @@ -3121,7 +3113,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveIntrinsicContext(_localctx); enterOuterAlt(_localctx, 14); { - setState(397); + setState(395); match(INTRINSIC); } break; @@ -3129,18 +3121,18 @@ public class KickCParser extends Parser { _localctx = new DirectiveInterruptContext(_localctx); enterOuterAlt(_localctx, 15); { - setState(398); + setState(396); match(INTERRUPT); - setState(402); + setState(400); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,39,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,38,_ctx) ) { case 1: { - setState(399); + setState(397); match(PAR_BEGIN); - setState(400); + setState(398); match(NAME); - setState(401); + setState(399); match(PAR_END); } break; @@ -3151,29 +3143,29 @@ public class KickCParser extends Parser { _localctx = new DirectiveReserveZpContext(_localctx); enterOuterAlt(_localctx, 16); { - setState(404); + setState(402); match(LOCAL_RESERVE); - setState(405); + setState(403); match(PAR_BEGIN); - setState(406); + setState(404); pragmaParam(); - setState(411); + setState(409); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(407); + setState(405); match(COMMA); - setState(408); + setState(406); pragmaParam(); } } - setState(413); + setState(411); _errHandler.sync(this); _la = _input.LA(1); } - setState(414); + setState(412); match(PAR_END); } break; @@ -3181,7 +3173,7 @@ public class KickCParser extends Parser { _localctx = new DirectiveCallingConventionContext(_localctx); enterOuterAlt(_localctx, 17); { - setState(416); + setState(414); match(CALLINGCONVENTION); } break; @@ -3233,17 +3225,17 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(420); + setState(418); _errHandler.sync(this); _la = _input.LA(1); do { { { - setState(419); + setState(417); stmt(); } } - setState(422); + setState(420); _errHandler.sync(this); _la = _input.LA(1); } while ( (((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << SEMICOLON) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT) | (1L << LESS_THAN) | (1L << GREATER_THAN) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION) | (1L << IF) | (1L << WHILE) | (1L << DO) | (1L << FOR) | (1L << SWITCH) | (1L << RETURN))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)))) != 0) ); @@ -3607,16 +3599,16 @@ public class KickCParser extends Parser { enterRule(_localctx, 56, RULE_stmt); int _la; try { - setState(509); + setState(507); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,50,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,49,_ctx) ) { case 1: _localctx = new StmtDeclVarContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(424); + setState(422); declVariables(); - setState(425); + setState(423); match(SEMICOLON); } break; @@ -3624,19 +3616,19 @@ public class KickCParser extends Parser { _localctx = new StmtBlockContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(427); + setState(425); match(CURLY_BEGIN); - setState(429); + setState(427); _errHandler.sync(this); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << SEMICOLON) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT) | (1L << LESS_THAN) | (1L << GREATER_THAN) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION) | (1L << IF) | (1L << WHILE) | (1L << DO) | (1L << FOR) | (1L << SWITCH) | (1L << RETURN))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)))) != 0)) { { - setState(428); + setState(426); stmtSeq(); } } - setState(431); + setState(429); match(CURLY_END); } break; @@ -3644,9 +3636,9 @@ public class KickCParser extends Parser { _localctx = new StmtExprContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(432); + setState(430); commaExpr(0); - setState(433); + setState(431); match(SEMICOLON); } break; @@ -3654,24 +3646,24 @@ public class KickCParser extends Parser { _localctx = new StmtIfElseContext(_localctx); enterOuterAlt(_localctx, 4); { - setState(435); + setState(433); match(IF); - setState(436); + setState(434); match(PAR_BEGIN); - setState(437); + setState(435); commaExpr(0); - setState(438); + setState(436); match(PAR_END); - setState(439); + setState(437); stmt(); - setState(442); + setState(440); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,44,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,43,_ctx) ) { case 1: { - setState(440); + setState(438); match(ELSE); - setState(441); + setState(439); stmt(); } break; @@ -3682,29 +3674,29 @@ public class KickCParser extends Parser { _localctx = new StmtWhileContext(_localctx); enterOuterAlt(_localctx, 5); { - setState(447); + setState(445); _errHandler.sync(this); _la = _input.LA(1); while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION))) != 0)) { { { - setState(444); + setState(442); directive(); } } - setState(449); + setState(447); _errHandler.sync(this); _la = _input.LA(1); } - setState(450); + setState(448); match(WHILE); - setState(451); + setState(449); match(PAR_BEGIN); - setState(452); + setState(450); commaExpr(0); - setState(453); + setState(451); match(PAR_END); - setState(454); + setState(452); stmt(); } break; @@ -3712,33 +3704,33 @@ public class KickCParser extends Parser { _localctx = new StmtDoWhileContext(_localctx); enterOuterAlt(_localctx, 6); { - setState(459); + setState(457); _errHandler.sync(this); _la = _input.LA(1); while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION))) != 0)) { { { - setState(456); + setState(454); directive(); } } - setState(461); + setState(459); _errHandler.sync(this); _la = _input.LA(1); } - setState(462); + setState(460); match(DO); - setState(463); + setState(461); stmt(); - setState(464); + setState(462); match(WHILE); - setState(465); + setState(463); match(PAR_BEGIN); - setState(466); + setState(464); commaExpr(0); - setState(467); + setState(465); match(PAR_END); - setState(468); + setState(466); match(SEMICOLON); } break; @@ -3746,29 +3738,29 @@ public class KickCParser extends Parser { _localctx = new StmtForContext(_localctx); enterOuterAlt(_localctx, 7); { - setState(473); + setState(471); _errHandler.sync(this); _la = _input.LA(1); while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION))) != 0)) { { { - setState(470); + setState(468); directive(); } } - setState(475); + setState(473); _errHandler.sync(this); _la = _input.LA(1); } - setState(476); + setState(474); match(FOR); - setState(477); + setState(475); match(PAR_BEGIN); - setState(478); + setState(476); forLoop(); - setState(479); + setState(477); match(PAR_END); - setState(480); + setState(478); stmt(); } break; @@ -3776,19 +3768,19 @@ public class KickCParser extends Parser { _localctx = new StmtSwitchContext(_localctx); enterOuterAlt(_localctx, 8); { - setState(482); + setState(480); match(SWITCH); - setState(483); + setState(481); match(PAR_BEGIN); - setState(484); + setState(482); commaExpr(0); - setState(485); + setState(483); match(PAR_END); - setState(486); + setState(484); match(CURLY_BEGIN); - setState(487); + setState(485); switchCases(); - setState(488); + setState(486); match(CURLY_END); } break; @@ -3796,19 +3788,19 @@ public class KickCParser extends Parser { _localctx = new StmtReturnContext(_localctx); enterOuterAlt(_localctx, 9); { - setState(490); + setState(488); match(RETURN); - setState(492); + setState(490); _errHandler.sync(this); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT) | (1L << LESS_THAN) | (1L << GREATER_THAN))) != 0) || ((((_la - 71)) & ~0x3f) == 0 && ((1L << (_la - 71)) & ((1L << (SIZEOF - 71)) | (1L << (TYPEID - 71)) | (1L << (DEFINED - 71)) | (1L << (LOGIC_NOT - 71)) | (1L << (BOOLEAN - 71)) | (1L << (NUMBER - 71)) | (1L << (NAME - 71)) | (1L << (STRING - 71)) | (1L << (CHAR - 71)))) != 0)) { { - setState(491); + setState(489); commaExpr(0); } } - setState(494); + setState(492); match(SEMICOLON); } break; @@ -3816,9 +3808,9 @@ public class KickCParser extends Parser { _localctx = new StmtBreakContext(_localctx); enterOuterAlt(_localctx, 10); { - setState(495); + setState(493); match(BREAK); - setState(496); + setState(494); match(SEMICOLON); } break; @@ -3826,9 +3818,9 @@ public class KickCParser extends Parser { _localctx = new StmtContinueContext(_localctx); enterOuterAlt(_localctx, 11); { - setState(497); + setState(495); match(CONTINUE); - setState(498); + setState(496); match(SEMICOLON); } break; @@ -3836,23 +3828,23 @@ public class KickCParser extends Parser { _localctx = new StmtAsmContext(_localctx); enterOuterAlt(_localctx, 12); { - setState(499); + setState(497); match(ASM); - setState(501); + setState(499); _errHandler.sync(this); _la = _input.LA(1); if (_la==PAR_BEGIN) { { - setState(500); + setState(498); asmDirectives(); } } - setState(503); + setState(501); match(CURLY_BEGIN); - setState(504); + setState(502); asmLines(); - setState(505); + setState(503); match(ASM_CURLY_END); } break; @@ -3860,7 +3852,7 @@ public class KickCParser extends Parser { _localctx = new StmtDeclKasmContext(_localctx); enterOuterAlt(_localctx, 13); { - setState(507); + setState(505); kasmContent(); } break; @@ -3868,7 +3860,7 @@ public class KickCParser extends Parser { _localctx = new StmtEmptyContext(_localctx); enterOuterAlt(_localctx, 14); { - setState(508); + setState(506); match(SEMICOLON); } break; @@ -3923,35 +3915,35 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(512); + setState(510); _errHandler.sync(this); _la = _input.LA(1); do { { { - setState(511); + setState(509); switchCase(); } } - setState(514); + setState(512); _errHandler.sync(this); _la = _input.LA(1); } while ( _la==CASE ); - setState(521); + setState(519); _errHandler.sync(this); _la = _input.LA(1); if (_la==DEFAULT) { { - setState(516); + setState(514); match(DEFAULT); - setState(517); + setState(515); match(COLON); - setState(519); + setState(517); _errHandler.sync(this); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << SEMICOLON) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT) | (1L << LESS_THAN) | (1L << GREATER_THAN) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION) | (1L << IF) | (1L << WHILE) | (1L << DO) | (1L << FOR) | (1L << SWITCH) | (1L << RETURN))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)))) != 0)) { { - setState(518); + setState(516); stmtSeq(); } } @@ -4007,18 +3999,18 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(523); + setState(521); match(CASE); - setState(524); + setState(522); expr(0); - setState(525); + setState(523); match(COLON); - setState(527); + setState(525); _errHandler.sync(this); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << SEMICOLON) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT) | (1L << LESS_THAN) | (1L << GREATER_THAN) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION) | (1L << IF) | (1L << WHILE) | (1L << DO) | (1L << FOR) | (1L << SWITCH) | (1L << RETURN))) != 0) || ((((_la - 64)) & ~0x3f) == 0 && ((1L << (_la - 64)) & ((1L << (BREAK - 64)) | (1L << (CONTINUE - 64)) | (1L << (ASM - 64)) | (1L << (STRUCT - 64)) | (1L << (ENUM - 64)) | (1L << (SIZEOF - 64)) | (1L << (TYPEID - 64)) | (1L << (DEFINED - 64)) | (1L << (KICKASM - 64)) | (1L << (LOGIC_NOT - 64)) | (1L << (SIGNEDNESS - 64)) | (1L << (SIMPLETYPE - 64)) | (1L << (BOOLEAN - 64)) | (1L << (NUMBER - 64)) | (1L << (NAME - 64)) | (1L << (STRING - 64)) | (1L << (CHAR - 64)))) != 0)) { { - setState(526); + setState(524); stmtSeq(); } } @@ -4116,35 +4108,35 @@ public class KickCParser extends Parser { enterRule(_localctx, 62, RULE_forLoop); int _la; try { - setState(553); + setState(551); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,59,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,58,_ctx) ) { case 1: _localctx = new ForClassicContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(529); + setState(527); forClassicInit(); - setState(530); + setState(528); match(SEMICOLON); - setState(532); + setState(530); _errHandler.sync(this); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT) | (1L << LESS_THAN) | (1L << GREATER_THAN))) != 0) || ((((_la - 71)) & ~0x3f) == 0 && ((1L << (_la - 71)) & ((1L << (SIZEOF - 71)) | (1L << (TYPEID - 71)) | (1L << (DEFINED - 71)) | (1L << (LOGIC_NOT - 71)) | (1L << (BOOLEAN - 71)) | (1L << (NUMBER - 71)) | (1L << (NAME - 71)) | (1L << (STRING - 71)) | (1L << (CHAR - 71)))) != 0)) { { - setState(531); + setState(529); forClassicCondition(); } } - setState(534); + setState(532); match(SEMICOLON); - setState(536); + setState(534); _errHandler.sync(this); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT) | (1L << LESS_THAN) | (1L << GREATER_THAN))) != 0) || ((((_la - 71)) & ~0x3f) == 0 && ((1L << (_la - 71)) & ((1L << (SIZEOF - 71)) | (1L << (TYPEID - 71)) | (1L << (DEFINED - 71)) | (1L << (LOGIC_NOT - 71)) | (1L << (BOOLEAN - 71)) | (1L << (NUMBER - 71)) | (1L << (NAME - 71)) | (1L << (STRING - 71)) | (1L << (CHAR - 71)))) != 0)) { { - setState(535); + setState(533); commaExpr(0); } } @@ -4155,39 +4147,39 @@ public class KickCParser extends Parser { _localctx = new ForRangeContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(545); + setState(543); _errHandler.sync(this); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << PAR_BEGIN) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION))) != 0) || ((((_la - 69)) & ~0x3f) == 0 && ((1L << (_la - 69)) & ((1L << (STRUCT - 69)) | (1L << (ENUM - 69)) | (1L << (SIGNEDNESS - 69)) | (1L << (SIMPLETYPE - 69)))) != 0)) { { - setState(538); + setState(536); declType(); - setState(542); + setState(540); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASTERISK) { { { - setState(539); + setState(537); declPointer(); } } - setState(544); + setState(542); _errHandler.sync(this); _la = _input.LA(1); } } } - setState(547); + setState(545); match(NAME); - setState(548); + setState(546); match(COLON); - setState(549); + setState(547); expr(0); - setState(550); + setState(548); match(RANGE); - setState(551); + setState(549); expr(0); } break; @@ -4259,19 +4251,19 @@ public class KickCParser extends Parser { enterRule(_localctx, 64, RULE_forClassicInit); int _la; try { - setState(559); + setState(557); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,61,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,60,_ctx) ) { case 1: _localctx = new ForClassicInitDeclContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(556); + setState(554); _errHandler.sync(this); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << TYPEDEFNAME) | (1L << PAR_BEGIN) | (1L << CONST) | (1L << EXTERN) | (1L << EXPORT) | (1L << ALIGN) | (1L << INLINE) | (1L << VOLATILE) | (1L << STATIC) | (1L << INTERRUPT) | (1L << REGISTER) | (1L << LOCAL_RESERVE) | (1L << ADDRESS) | (1L << ADDRESS_ZEROPAGE) | (1L << ADDRESS_MAINMEM) | (1L << FORM_SSA) | (1L << FORM_MA) | (1L << INTRINSIC) | (1L << CALLINGCONVENTION))) != 0) || ((((_la - 69)) & ~0x3f) == 0 && ((1L << (_la - 69)) & ((1L << (STRUCT - 69)) | (1L << (ENUM - 69)) | (1L << (SIGNEDNESS - 69)) | (1L << (SIMPLETYPE - 69)))) != 0)) { { - setState(555); + setState(553); declVariables(); } } @@ -4282,7 +4274,7 @@ public class KickCParser extends Parser { _localctx = new ForClassicInitExprContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(558); + setState(556); commaExpr(0); } break; @@ -4328,7 +4320,7 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(561); + setState(559); commaExpr(0); } } @@ -4417,13 +4409,13 @@ public class KickCParser extends Parser { _ctx = _localctx; _prevctx = _localctx; - setState(564); + setState(562); expr(0); } _ctx.stop = _input.LT(-1); - setState(571); + setState(569); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,62,_ctx); + _alt = getInterpreter().adaptivePredict(_input,61,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { if ( _parseListeners!=null ) triggerExitRuleEvent(); @@ -4432,18 +4424,18 @@ public class KickCParser extends Parser { { _localctx = new CommaSimpleContext(new CommaExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_commaExpr); - setState(566); + setState(564); if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(567); + setState(565); match(COMMA); - setState(568); + setState(566); expr(0); } } } - setState(573); + setState(571); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,62,_ctx); + _alt = getInterpreter().adaptivePredict(_input,61,_ctx); } } } @@ -5005,20 +4997,20 @@ public class KickCParser extends Parser { int _alt; enterOuterAlt(_localctx, 1); { - setState(639); + setState(637); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,70,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,69,_ctx) ) { case 1: { _localctx = new ExprParContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(575); + setState(573); match(PAR_BEGIN); - setState(576); + setState(574); commaExpr(0); - setState(577); + setState(575); match(PAR_END); } break; @@ -5027,27 +5019,27 @@ public class KickCParser extends Parser { _localctx = new ExprSizeOfContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(579); + setState(577); match(SIZEOF); - setState(580); + setState(578); match(PAR_BEGIN); - setState(583); + setState(581); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,63,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,62,_ctx) ) { case 1: { - setState(581); + setState(579); expr(0); } break; case 2: { - setState(582); + setState(580); typeSpecifier(0); } break; } - setState(585); + setState(583); match(PAR_END); } break; @@ -5056,27 +5048,27 @@ public class KickCParser extends Parser { _localctx = new ExprTypeIdContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(587); + setState(585); match(TYPEID); - setState(588); + setState(586); match(PAR_BEGIN); - setState(591); + setState(589); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,64,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,63,_ctx) ) { case 1: { - setState(589); + setState(587); expr(0); } break; case 2: { - setState(590); + setState(588); typeSpecifier(0); } break; } - setState(593); + setState(591); match(PAR_END); } break; @@ -5085,26 +5077,26 @@ public class KickCParser extends Parser { _localctx = new ExprDefinedContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(595); + setState(593); match(DEFINED); - setState(597); + setState(595); _errHandler.sync(this); _la = _input.LA(1); if (_la==PAR_BEGIN) { { - setState(596); + setState(594); match(PAR_BEGIN); } } - setState(599); + setState(597); match(NAME); - setState(601); + setState(599); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,66,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,65,_ctx) ) { case 1: { - setState(600); + setState(598); match(PAR_END); } break; @@ -5116,13 +5108,13 @@ public class KickCParser extends Parser { _localctx = new ExprCastContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(603); + setState(601); match(PAR_BEGIN); - setState(604); + setState(602); typeSpecifier(0); - setState(605); + setState(603); match(PAR_END); - setState(606); + setState(604); expr(24); } break; @@ -5131,7 +5123,7 @@ public class KickCParser extends Parser { _localctx = new ExprPreModContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(608); + setState(606); _la = _input.LA(1); if ( !(_la==INC || _la==DEC) ) { _errHandler.recoverInline(this); @@ -5141,7 +5133,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(609); + setState(607); expr(23); } break; @@ -5150,9 +5142,9 @@ public class KickCParser extends Parser { _localctx = new ExprPtrContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(610); + setState(608); match(ASTERISK); - setState(611); + setState(609); expr(21); } break; @@ -5161,7 +5153,7 @@ public class KickCParser extends Parser { _localctx = new ExprUnaryContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(612); + setState(610); _la = _input.LA(1); if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << PLUS) | (1L << MINUS) | (1L << AND) | (1L << BIT_NOT))) != 0) || _la==LOGIC_NOT) ) { _errHandler.recoverInline(this); @@ -5171,7 +5163,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(613); + setState(611); expr(20); } break; @@ -5180,7 +5172,7 @@ public class KickCParser extends Parser { _localctx = new ExprUnaryContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(614); + setState(612); _la = _input.LA(1); if ( !(_la==LESS_THAN || _la==GREATER_THAN) ) { _errHandler.recoverInline(this); @@ -5190,7 +5182,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(615); + setState(613); expr(16); } break; @@ -5199,39 +5191,39 @@ public class KickCParser extends Parser { _localctx = new InitListContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(616); + setState(614); match(CURLY_BEGIN); - setState(617); + setState(615); expr(0); - setState(622); + setState(620); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,67,_ctx); + _alt = getInterpreter().adaptivePredict(_input,66,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { { { - setState(618); + setState(616); match(COMMA); - setState(619); + setState(617); expr(0); } } } - setState(624); + setState(622); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,67,_ctx); + _alt = getInterpreter().adaptivePredict(_input,66,_ctx); } - setState(626); + setState(624); _errHandler.sync(this); _la = _input.LA(1); if (_la==COMMA) { { - setState(625); + setState(623); match(COMMA); } } - setState(628); + setState(626); match(CURLY_END); } break; @@ -5240,7 +5232,7 @@ public class KickCParser extends Parser { _localctx = new ExprIdContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(630); + setState(628); match(NAME); } break; @@ -5249,7 +5241,7 @@ public class KickCParser extends Parser { _localctx = new ExprNumberContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(631); + setState(629); match(NUMBER); } break; @@ -5258,7 +5250,7 @@ public class KickCParser extends Parser { _localctx = new ExprStringContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(633); + setState(631); _errHandler.sync(this); _alt = 1; do { @@ -5266,7 +5258,7 @@ public class KickCParser extends Parser { case 1: { { - setState(632); + setState(630); match(STRING); } } @@ -5274,9 +5266,9 @@ public class KickCParser extends Parser { default: throw new NoViableAltException(this); } - setState(635); + setState(633); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,69,_ctx); + _alt = getInterpreter().adaptivePredict(_input,68,_ctx); } while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ); } break; @@ -5285,7 +5277,7 @@ public class KickCParser extends Parser { _localctx = new ExprCharContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(637); + setState(635); match(CHAR); } break; @@ -5294,30 +5286,30 @@ public class KickCParser extends Parser { _localctx = new ExprBoolContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(638); + setState(636); match(BOOLEAN); } break; } _ctx.stop = _input.LT(-1); - setState(701); + setState(699); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,73,_ctx); + _alt = getInterpreter().adaptivePredict(_input,72,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { if ( _parseListeners!=null ) triggerExitRuleEvent(); _prevctx = _localctx; { - setState(699); + setState(697); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,72,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,71,_ctx) ) { case 1: { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(641); + setState(639); if (!(precpred(_ctx, 19))) throw new FailedPredicateException(this, "precpred(_ctx, 19)"); - setState(642); + setState(640); _la = _input.LA(1); if ( !(_la==SHIFT_LEFT || _la==SHIFT_RIGHT) ) { _errHandler.recoverInline(this); @@ -5327,7 +5319,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(643); + setState(641); expr(20); } break; @@ -5335,9 +5327,9 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(644); + setState(642); if (!(precpred(_ctx, 18))) throw new FailedPredicateException(this, "precpred(_ctx, 18)"); - setState(645); + setState(643); _la = _input.LA(1); if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << ASTERISK) | (1L << DIVIDE) | (1L << MODULO))) != 0)) ) { _errHandler.recoverInline(this); @@ -5347,7 +5339,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(646); + setState(644); expr(19); } break; @@ -5355,9 +5347,9 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(647); + setState(645); if (!(precpred(_ctx, 17))) throw new FailedPredicateException(this, "precpred(_ctx, 17)"); - setState(648); + setState(646); _la = _input.LA(1); if ( !(_la==PLUS || _la==MINUS) ) { _errHandler.recoverInline(this); @@ -5367,7 +5359,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(649); + setState(647); expr(18); } break; @@ -5375,9 +5367,9 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(650); + setState(648); if (!(precpred(_ctx, 15))) throw new FailedPredicateException(this, "precpred(_ctx, 15)"); - setState(651); + setState(649); _la = _input.LA(1); if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << EQUAL) | (1L << NOT_EQUAL) | (1L << LESS_THAN) | (1L << LESS_THAN_EQUAL) | (1L << GREATER_THAN_EQUAL) | (1L << GREATER_THAN))) != 0)) ) { _errHandler.recoverInline(this); @@ -5387,7 +5379,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(652); + setState(650); expr(16); } break; @@ -5395,13 +5387,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(653); + setState(651); if (!(precpred(_ctx, 14))) throw new FailedPredicateException(this, "precpred(_ctx, 14)"); { - setState(654); + setState(652); match(AND); } - setState(655); + setState(653); expr(15); } break; @@ -5409,13 +5401,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(656); + setState(654); if (!(precpred(_ctx, 13))) throw new FailedPredicateException(this, "precpred(_ctx, 13)"); { - setState(657); + setState(655); match(BIT_XOR); } - setState(658); + setState(656); expr(14); } break; @@ -5423,13 +5415,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(659); + setState(657); if (!(precpred(_ctx, 12))) throw new FailedPredicateException(this, "precpred(_ctx, 12)"); { - setState(660); + setState(658); match(BIT_OR); } - setState(661); + setState(659); expr(13); } break; @@ -5437,13 +5429,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(662); + setState(660); if (!(precpred(_ctx, 11))) throw new FailedPredicateException(this, "precpred(_ctx, 11)"); { - setState(663); + setState(661); match(LOGIC_AND); } - setState(664); + setState(662); expr(12); } break; @@ -5451,13 +5443,13 @@ public class KickCParser extends Parser { { _localctx = new ExprBinaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(665); + setState(663); if (!(precpred(_ctx, 10))) throw new FailedPredicateException(this, "precpred(_ctx, 10)"); { - setState(666); + setState(664); match(LOGIC_OR); } - setState(667); + setState(665); expr(11); } break; @@ -5465,15 +5457,15 @@ public class KickCParser extends Parser { { _localctx = new ExprTernaryContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(668); + setState(666); if (!(precpred(_ctx, 9))) throw new FailedPredicateException(this, "precpred(_ctx, 9)"); - setState(669); + setState(667); match(CONDITION); - setState(670); + setState(668); expr(0); - setState(671); + setState(669); match(COLON); - setState(672); + setState(670); expr(10); } break; @@ -5481,11 +5473,11 @@ public class KickCParser extends Parser { { _localctx = new ExprAssignmentContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(674); + setState(672); if (!(precpred(_ctx, 8))) throw new FailedPredicateException(this, "precpred(_ctx, 8)"); - setState(675); + setState(673); match(ASSIGN); - setState(676); + setState(674); expr(8); } break; @@ -5493,11 +5485,11 @@ public class KickCParser extends Parser { { _localctx = new ExprAssignmentCompoundContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(677); + setState(675); if (!(precpred(_ctx, 7))) throw new FailedPredicateException(this, "precpred(_ctx, 7)"); - setState(678); + setState(676); match(ASSIGN_COMPOUND); - setState(679); + setState(677); expr(7); } break; @@ -5505,11 +5497,11 @@ public class KickCParser extends Parser { { _localctx = new ExprDotContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(680); + setState(678); if (!(precpred(_ctx, 31))) throw new FailedPredicateException(this, "precpred(_ctx, 31)"); - setState(681); + setState(679); match(DOT); - setState(682); + setState(680); match(NAME); } break; @@ -5517,11 +5509,11 @@ public class KickCParser extends Parser { { _localctx = new ExprArrowContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(683); + setState(681); if (!(precpred(_ctx, 30))) throw new FailedPredicateException(this, "precpred(_ctx, 30)"); - setState(684); + setState(682); match(ARROW); - setState(685); + setState(683); match(NAME); } break; @@ -5529,21 +5521,21 @@ public class KickCParser extends Parser { { _localctx = new ExprCallContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(686); + setState(684); if (!(precpred(_ctx, 29))) throw new FailedPredicateException(this, "precpred(_ctx, 29)"); - setState(687); + setState(685); match(PAR_BEGIN); - setState(689); + setState(687); _errHandler.sync(this); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << CURLY_BEGIN) | (1L << PAR_BEGIN) | (1L << PLUS) | (1L << MINUS) | (1L << ASTERISK) | (1L << INC) | (1L << DEC) | (1L << AND) | (1L << BIT_NOT) | (1L << LESS_THAN) | (1L << GREATER_THAN))) != 0) || ((((_la - 71)) & ~0x3f) == 0 && ((1L << (_la - 71)) & ((1L << (SIZEOF - 71)) | (1L << (TYPEID - 71)) | (1L << (DEFINED - 71)) | (1L << (LOGIC_NOT - 71)) | (1L << (BOOLEAN - 71)) | (1L << (NUMBER - 71)) | (1L << (NAME - 71)) | (1L << (STRING - 71)) | (1L << (CHAR - 71)))) != 0)) { { - setState(688); + setState(686); parameterList(); } } - setState(691); + setState(689); match(PAR_END); } break; @@ -5551,13 +5543,13 @@ public class KickCParser extends Parser { { _localctx = new ExprArrayContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(692); + setState(690); if (!(precpred(_ctx, 25))) throw new FailedPredicateException(this, "precpred(_ctx, 25)"); - setState(693); + setState(691); match(BRACKET_BEGIN); - setState(694); + setState(692); commaExpr(0); - setState(695); + setState(693); match(BRACKET_END); } break; @@ -5565,9 +5557,9 @@ public class KickCParser extends Parser { { _localctx = new ExprPostModContext(new ExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_expr); - setState(697); + setState(695); if (!(precpred(_ctx, 22))) throw new FailedPredicateException(this, "precpred(_ctx, 22)"); - setState(698); + setState(696); _la = _input.LA(1); if ( !(_la==INC || _la==DEC) ) { _errHandler.recoverInline(this); @@ -5582,9 +5574,9 @@ public class KickCParser extends Parser { } } } - setState(703); + setState(701); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,73,_ctx); + _alt = getInterpreter().adaptivePredict(_input,72,_ctx); } } } @@ -5636,21 +5628,21 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(704); + setState(702); expr(0); - setState(709); + setState(707); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(705); + setState(703); match(COMMA); - setState(706); + setState(704); expr(0); } } - setState(711); + setState(709); _errHandler.sync(this); _la = _input.LA(1); } @@ -5699,19 +5691,19 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(712); + setState(710); match(KICKASM); - setState(714); + setState(712); _errHandler.sync(this); _la = _input.LA(1); if (_la==PAR_BEGIN) { { - setState(713); + setState(711); asmDirectives(); } } - setState(716); + setState(714); match(KICKASM_BODY); } } @@ -5765,27 +5757,27 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(718); + setState(716); match(PAR_BEGIN); - setState(719); + setState(717); asmDirective(); - setState(724); + setState(722); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(720); + setState(718); match(COMMA); - setState(721); + setState(719); asmDirective(); } } - setState(726); + setState(724); _errHandler.sync(this); _la = _input.LA(1); } - setState(727); + setState(725); match(PAR_END); } } @@ -5910,16 +5902,16 @@ public class KickCParser extends Parser { AsmDirectiveContext _localctx = new AsmDirectiveContext(_ctx, getState()); enterRule(_localctx, 78, RULE_asmDirective); try { - setState(739); + setState(737); _errHandler.sync(this); switch (_input.LA(1)) { case RESOURCE: _localctx = new AsmDirectiveResourceContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(729); + setState(727); match(RESOURCE); - setState(730); + setState(728); match(STRING); } break; @@ -5927,9 +5919,9 @@ public class KickCParser extends Parser { _localctx = new AsmDirectiveUsesContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(731); + setState(729); match(USES); - setState(732); + setState(730); match(NAME); } break; @@ -5937,9 +5929,9 @@ public class KickCParser extends Parser { _localctx = new AsmDirectiveClobberContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(733); + setState(731); match(CLOBBERS); - setState(734); + setState(732); match(STRING); } break; @@ -5947,9 +5939,9 @@ public class KickCParser extends Parser { _localctx = new AsmDirectiveBytesContext(_localctx); enterOuterAlt(_localctx, 4); { - setState(735); + setState(733); match(BYTES); - setState(736); + setState(734); expr(0); } break; @@ -5957,9 +5949,9 @@ public class KickCParser extends Parser { _localctx = new AsmDirectiveCyclesContext(_localctx); enterOuterAlt(_localctx, 5); { - setState(737); + setState(735); match(CYCLES); - setState(738); + setState(736); expr(0); } break; @@ -6011,17 +6003,17 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(744); + setState(742); _errHandler.sync(this); _la = _input.LA(1); while (((((_la - 113)) & ~0x3f) == 0 && ((1L << (_la - 113)) & ((1L << (ASM_BYTE - 113)) | (1L << (ASM_MNEMONIC - 113)) | (1L << (ASM_MULTI_NAME - 113)) | (1L << (ASM_NAME - 113)))) != 0)) { { { - setState(741); + setState(739); asmLine(); } } - setState(746); + setState(744); _errHandler.sync(this); _la = _input.LA(1); } @@ -6071,28 +6063,28 @@ public class KickCParser extends Parser { AsmLineContext _localctx = new AsmLineContext(_ctx, getState()); enterRule(_localctx, 82, RULE_asmLine); try { - setState(750); + setState(748); _errHandler.sync(this); switch (_input.LA(1)) { case ASM_MULTI_NAME: case ASM_NAME: enterOuterAlt(_localctx, 1); { - setState(747); + setState(745); asmLabel(); } break; case ASM_MNEMONIC: enterOuterAlt(_localctx, 2); { - setState(748); + setState(746); asmInstruction(); } break; case ASM_BYTE: enterOuterAlt(_localctx, 3); { - setState(749); + setState(747); asmBytes(); } break; @@ -6163,16 +6155,16 @@ public class KickCParser extends Parser { AsmLabelContext _localctx = new AsmLabelContext(_ctx, getState()); enterRule(_localctx, 84, RULE_asmLabel); try { - setState(756); + setState(754); _errHandler.sync(this); switch (_input.LA(1)) { case ASM_NAME: _localctx = new AsmLabelNameContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(752); + setState(750); match(ASM_NAME); - setState(753); + setState(751); match(ASM_COLON); } break; @@ -6180,9 +6172,9 @@ public class KickCParser extends Parser { _localctx = new AsmLabelMultiContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(754); + setState(752); match(ASM_MULTI_NAME); - setState(755); + setState(753); match(ASM_COLON); } break; @@ -6231,14 +6223,14 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(758); + setState(756); match(ASM_MNEMONIC); - setState(760); + setState(758); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,81,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,80,_ctx) ) { case 1: { - setState(759); + setState(757); asmParamMode(); } break; @@ -6294,23 +6286,23 @@ public class KickCParser extends Parser { try { enterOuterAlt(_localctx, 1); { - setState(762); + setState(760); match(ASM_BYTE); - setState(763); + setState(761); asmExpr(0); - setState(768); + setState(766); _errHandler.sync(this); _la = _input.LA(1); while (_la==ASM_COMMA) { { { - setState(764); + setState(762); match(ASM_COMMA); - setState(765); + setState(763); asmExpr(0); } } - setState(770); + setState(768); _errHandler.sync(this); _la = _input.LA(1); } @@ -6557,14 +6549,14 @@ public class KickCParser extends Parser { AsmParamModeContext _localctx = new AsmParamModeContext(_ctx, getState()); enterRule(_localctx, 90, RULE_asmParamMode); try { - setState(816); + setState(814); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,83,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,82,_ctx) ) { case 1: _localctx = new AsmModeAbsContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(771); + setState(769); asmExpr(0); } break; @@ -6572,9 +6564,9 @@ public class KickCParser extends Parser { _localctx = new AsmModeImmContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(772); + setState(770); match(ASM_IMM); - setState(773); + setState(771); asmExpr(0); } break; @@ -6582,11 +6574,11 @@ public class KickCParser extends Parser { _localctx = new AsmModeAbsXYContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(774); + setState(772); asmExpr(0); - setState(775); + setState(773); match(ASM_COMMA); - setState(776); + setState(774); asmExpr(0); } break; @@ -6594,15 +6586,15 @@ public class KickCParser extends Parser { _localctx = new AsmModeIndIdxXYContext(_localctx); enterOuterAlt(_localctx, 4); { - setState(778); + setState(776); match(ASM_PAR_BEGIN); - setState(779); + setState(777); asmExpr(0); - setState(780); + setState(778); match(ASM_PAR_END); - setState(781); + setState(779); match(ASM_COMMA); - setState(782); + setState(780); match(ASM_NAME); } break; @@ -6610,19 +6602,19 @@ public class KickCParser extends Parser { _localctx = new AsmModeIndLongIdxXYContext(_localctx); enterOuterAlt(_localctx, 5); { + setState(782); + match(ASM_PAR_BEGIN); + setState(783); + match(ASM_PAR_BEGIN); setState(784); - match(ASM_PAR_BEGIN); - setState(785); - match(ASM_PAR_BEGIN); - setState(786); asmExpr(0); + setState(785); + match(ASM_PAR_END); + setState(786); + match(ASM_PAR_END); setState(787); - match(ASM_PAR_END); - setState(788); - match(ASM_PAR_END); - setState(789); match(ASM_COMMA); - setState(790); + setState(788); match(ASM_NAME); } break; @@ -6630,19 +6622,19 @@ public class KickCParser extends Parser { _localctx = new AsmModeSPIndIdxContext(_localctx); enterOuterAlt(_localctx, 6); { - setState(792); + setState(790); match(ASM_PAR_BEGIN); - setState(793); + setState(791); asmExpr(0); - setState(794); + setState(792); match(ASM_COMMA); - setState(795); + setState(793); match(ASM_NAME); - setState(796); + setState(794); match(ASM_PAR_END); - setState(797); + setState(795); match(ASM_COMMA); - setState(798); + setState(796); match(ASM_NAME); } break; @@ -6650,15 +6642,15 @@ public class KickCParser extends Parser { _localctx = new AsmModeIdxIndXYContext(_localctx); enterOuterAlt(_localctx, 7); { - setState(800); + setState(798); match(ASM_PAR_BEGIN); - setState(801); + setState(799); asmExpr(0); - setState(802); + setState(800); match(ASM_COMMA); - setState(803); + setState(801); match(ASM_NAME); - setState(804); + setState(802); match(ASM_PAR_END); } break; @@ -6666,11 +6658,11 @@ public class KickCParser extends Parser { _localctx = new AsmModeIndContext(_localctx); enterOuterAlt(_localctx, 8); { - setState(806); + setState(804); match(ASM_PAR_BEGIN); - setState(807); + setState(805); asmExpr(0); - setState(808); + setState(806); match(ASM_PAR_END); } break; @@ -6678,15 +6670,15 @@ public class KickCParser extends Parser { _localctx = new AsmModeIndLongContext(_localctx); enterOuterAlt(_localctx, 9); { + setState(808); + match(ASM_PAR_BEGIN); + setState(809); + match(ASM_PAR_BEGIN); setState(810); - match(ASM_PAR_BEGIN); - setState(811); - match(ASM_PAR_BEGIN); - setState(812); asmExpr(0); - setState(813); + setState(811); match(ASM_PAR_END); - setState(814); + setState(812); match(ASM_PAR_END); } break; @@ -6891,7 +6883,7 @@ public class KickCParser extends Parser { int _alt; enterOuterAlt(_localctx, 1); { - setState(832); + setState(830); _errHandler.sync(this); switch (_input.LA(1)) { case ASM_BRACKET_BEGIN: @@ -6900,11 +6892,11 @@ public class KickCParser extends Parser { _ctx = _localctx; _prevctx = _localctx; - setState(819); + setState(817); match(ASM_BRACKET_BEGIN); - setState(820); + setState(818); asmExpr(0); - setState(821); + setState(819); match(ASM_BRACKET_END); } break; @@ -6916,7 +6908,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprUnaryContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(823); + setState(821); _la = _input.LA(1); if ( !(((((_la - 125)) & ~0x3f) == 0 && ((1L << (_la - 125)) & ((1L << (ASM_PLUS - 125)) | (1L << (ASM_MINUS - 125)) | (1L << (ASM_LESS_THAN - 125)) | (1L << (ASM_GREATER_THAN - 125)))) != 0)) ) { _errHandler.recoverInline(this); @@ -6926,7 +6918,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(824); + setState(822); asmExpr(8); } break; @@ -6935,7 +6927,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprLabelContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(825); + setState(823); match(ASM_NAME); } break; @@ -6944,7 +6936,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprLabelRelContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(826); + setState(824); match(ASM_MULTI_REL); } break; @@ -6953,11 +6945,11 @@ public class KickCParser extends Parser { _localctx = new AsmExprReplaceContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(827); + setState(825); match(ASM_CURLY_BEGIN); - setState(828); + setState(826); match(ASM_NAME); - setState(829); + setState(827); match(ASM_CURLY_END); } break; @@ -6966,7 +6958,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprIntContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(830); + setState(828); match(ASM_NUMBER); } break; @@ -6975,7 +6967,7 @@ public class KickCParser extends Parser { _localctx = new AsmExprCharContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(831); + setState(829); match(ASM_CHAR); } break; @@ -6983,28 +6975,28 @@ public class KickCParser extends Parser { throw new NoViableAltException(this); } _ctx.stop = _input.LT(-1); - setState(848); + setState(846); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,86,_ctx); + _alt = getInterpreter().adaptivePredict(_input,85,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { if ( _parseListeners!=null ) triggerExitRuleEvent(); _prevctx = _localctx; { - setState(846); + setState(844); _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,85,_ctx) ) { + switch ( getInterpreter().adaptivePredict(_input,84,_ctx) ) { case 1: { _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(834); + setState(832); if (!(precpred(_ctx, 10))) throw new FailedPredicateException(this, "precpred(_ctx, 10)"); { - setState(835); + setState(833); match(ASM_DOT); } - setState(836); + setState(834); asmExpr(11); } break; @@ -7012,9 +7004,9 @@ public class KickCParser extends Parser { { _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(837); + setState(835); if (!(precpred(_ctx, 9))) throw new FailedPredicateException(this, "precpred(_ctx, 9)"); - setState(838); + setState(836); _la = _input.LA(1); if ( !(_la==ASM_SHIFT_LEFT || _la==ASM_SHIFT_RIGHT) ) { _errHandler.recoverInline(this); @@ -7024,7 +7016,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(839); + setState(837); asmExpr(10); } break; @@ -7032,9 +7024,9 @@ public class KickCParser extends Parser { { _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(840); + setState(838); if (!(precpred(_ctx, 7))) throw new FailedPredicateException(this, "precpred(_ctx, 7)"); - setState(841); + setState(839); _la = _input.LA(1); if ( !(_la==ASM_MULTIPLY || _la==ASM_DIVIDE) ) { _errHandler.recoverInline(this); @@ -7044,7 +7036,7 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(842); + setState(840); asmExpr(8); } break; @@ -7052,9 +7044,9 @@ public class KickCParser extends Parser { { _localctx = new AsmExprBinaryContext(new AsmExprContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_asmExpr); - setState(843); + setState(841); if (!(precpred(_ctx, 6))) throw new FailedPredicateException(this, "precpred(_ctx, 6)"); - setState(844); + setState(842); _la = _input.LA(1); if ( !(_la==ASM_PLUS || _la==ASM_MINUS) ) { _errHandler.recoverInline(this); @@ -7064,16 +7056,16 @@ public class KickCParser extends Parser { _errHandler.reportMatch(this); consume(); } - setState(845); + setState(843); asmExpr(7); } break; } } } - setState(850); + setState(848); _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,86,_ctx); + _alt = getInterpreter().adaptivePredict(_input,85,_ctx); } } } @@ -7200,7 +7192,7 @@ public class KickCParser extends Parser { } public static final String _serializedATN = - "\3\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\3\u009b\u0356\4\2\t"+ + "\3\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\3\u009b\u0354\4\2\t"+ "\2\4\3\t\3\4\4\t\4\4\5\t\5\4\6\t\6\4\7\t\7\4\b\t\b\4\t\t\t\4\n\t\n\4\13"+ "\t\13\4\f\t\f\4\r\t\r\4\16\t\16\4\17\t\17\4\20\t\20\4\21\t\21\4\22\t\22"+ "\4\23\t\23\4\24\t\24\4\25\t\25\4\26\t\26\4\27\t\27\4\30\t\30\4\31\t\31"+ @@ -7228,315 +7220,314 @@ public class KickCParser extends Parser { "\n\26\3\27\3\27\5\27\u0147\n\27\3\27\3\27\3\30\3\30\3\30\7\30\u014e\n"+ "\30\f\30\16\30\u0151\13\30\3\31\3\31\7\31\u0155\n\31\f\31\16\31\u0158"+ "\13\31\3\31\3\31\3\31\3\31\5\31\u015e\n\31\3\32\3\32\3\32\3\32\3\32\3"+ - "\32\7\32\u0166\n\32\f\32\16\32\u0169\13\32\3\32\3\32\5\32\u016d\n\32\3"+ - "\33\3\33\3\33\3\33\3\33\3\33\3\33\5\33\u0176\n\33\3\34\3\34\3\34\3\34"+ - "\3\34\3\34\3\34\3\34\3\34\5\34\u0181\n\34\3\34\3\34\3\34\3\34\3\34\3\34"+ - "\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\5\34\u0195"+ - "\n\34\3\34\3\34\3\34\3\34\3\34\7\34\u019c\n\34\f\34\16\34\u019f\13\34"+ - "\3\34\3\34\3\34\5\34\u01a4\n\34\3\35\6\35\u01a7\n\35\r\35\16\35\u01a8"+ - "\3\36\3\36\3\36\3\36\3\36\5\36\u01b0\n\36\3\36\3\36\3\36\3\36\3\36\3\36"+ - "\3\36\3\36\3\36\3\36\3\36\5\36\u01bd\n\36\3\36\7\36\u01c0\n\36\f\36\16"+ - "\36\u01c3\13\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\7\36\u01cc\n\36\f\36"+ - "\16\36\u01cf\13\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\7\36\u01da"+ - "\n\36\f\36\16\36\u01dd\13\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3"+ - "\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\5\36\u01ef\n\36\3\36\3\36\3\36"+ - "\3\36\3\36\3\36\3\36\5\36\u01f8\n\36\3\36\3\36\3\36\3\36\3\36\3\36\5\36"+ - "\u0200\n\36\3\37\6\37\u0203\n\37\r\37\16\37\u0204\3\37\3\37\3\37\5\37"+ - "\u020a\n\37\5\37\u020c\n\37\3 \3 \3 \3 \5 \u0212\n \3!\3!\3!\5!\u0217"+ - "\n!\3!\3!\5!\u021b\n!\3!\3!\7!\u021f\n!\f!\16!\u0222\13!\5!\u0224\n!\3"+ - "!\3!\3!\3!\3!\3!\5!\u022c\n!\3\"\5\"\u022f\n\"\3\"\5\"\u0232\n\"\3#\3"+ - "#\3$\3$\3$\3$\3$\3$\7$\u023c\n$\f$\16$\u023f\13$\3%\3%\3%\3%\3%\3%\3%"+ - "\3%\3%\5%\u024a\n%\3%\3%\3%\3%\3%\3%\5%\u0252\n%\3%\3%\3%\3%\5%\u0258"+ - "\n%\3%\3%\5%\u025c\n%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%"+ - "\3%\7%\u026f\n%\f%\16%\u0272\13%\3%\5%\u0275\n%\3%\3%\3%\3%\3%\6%\u027c"+ - "\n%\r%\16%\u027d\3%\3%\5%\u0282\n%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3"+ - "%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3"+ - "%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\5%\u02b4\n%\3%\3%\3%\3%\3%\3"+ - "%\3%\3%\7%\u02be\n%\f%\16%\u02c1\13%\3&\3&\3&\7&\u02c6\n&\f&\16&\u02c9"+ - "\13&\3\'\3\'\5\'\u02cd\n\'\3\'\3\'\3(\3(\3(\3(\7(\u02d5\n(\f(\16(\u02d8"+ - "\13(\3(\3(\3)\3)\3)\3)\3)\3)\3)\3)\3)\3)\5)\u02e6\n)\3*\7*\u02e9\n*\f"+ - "*\16*\u02ec\13*\3+\3+\3+\5+\u02f1\n+\3,\3,\3,\3,\5,\u02f7\n,\3-\3-\5-"+ - "\u02fb\n-\3.\3.\3.\3.\7.\u0301\n.\f.\16.\u0304\13.\3/\3/\3/\3/\3/\3/\3"+ - "/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3"+ - "/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\5/\u0333\n/\3\60\3\60\3"+ - "\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\5\60\u0343"+ - "\n\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\7\60"+ - "\u0351\n\60\f\60\16\60\u0354\13\60\3\60\2\t\f\30\32&FH^\61\2\4\6\b\n\f"+ - "\16\20\22\24\26\30\32\34\36 \"$&(*,.\60\62\64\668:<>@BDFHJLNPRTVXZ\\^"+ - "\2\r\3\2\27\30\5\2\22\23\31\32RR\4\2!!$$\3\2\35\36\3\2\24\26\3\2\22\23"+ - "\3\2\37$\3\2\177\u0082\3\2}~\3\2\u0083\u0084\3\2\177\u0080\2\u03d4\2`"+ - "\3\2\2\2\4c\3\2\2\2\6i\3\2\2\2\bz\3\2\2\2\n|\3\2\2\2\f\177\3\2\2\2\16"+ - "\u0096\3\2\2\2\20\u00bb\3\2\2\2\22\u00c0\3\2\2\2\24\u00ca\3\2\2\2\26\u00d1"+ - "\3\2\2\2\30\u00d7\3\2\2\2\32\u00f6\3\2\2\2\34\u0106\3\2\2\2\36\u0109\3"+ - "\2\2\2 \u0115\3\2\2\2\"\u0118\3\2\2\2$\u011b\3\2\2\2&\u0123\3\2\2\2(\u012e"+ - "\3\2\2\2*\u0133\3\2\2\2,\u0144\3\2\2\2.\u014a\3\2\2\2\60\u015d\3\2\2\2"+ - "\62\u015f\3\2\2\2\64\u0175\3\2\2\2\66\u01a3\3\2\2\28\u01a6\3\2\2\2:\u01ff"+ - "\3\2\2\2<\u0202\3\2\2\2>\u020d\3\2\2\2@\u022b\3\2\2\2B\u0231\3\2\2\2D"+ - "\u0233\3\2\2\2F\u0235\3\2\2\2H\u0281\3\2\2\2J\u02c2\3\2\2\2L\u02ca\3\2"+ - "\2\2N\u02d0\3\2\2\2P\u02e5\3\2\2\2R\u02ea\3\2\2\2T\u02f0\3\2\2\2V\u02f6"+ - "\3\2\2\2X\u02f8\3\2\2\2Z\u02fc\3\2\2\2\\\u0332\3\2\2\2^\u0342\3\2\2\2"+ - "`a\5\6\4\2ab\7\2\2\3b\3\3\2\2\2cd\5R*\2de\7\2\2\3e\5\3\2\2\2fh\5\b\5\2"+ - "gf\3\2\2\2hk\3\2\2\2ig\3\2\2\2ij\3\2\2\2j\7\3\2\2\2ki\3\2\2\2lm\5\n\6"+ - "\2mn\7\n\2\2n{\3\2\2\2op\5\36\20\2pq\7\n\2\2q{\3\2\2\2rs\5$\23\2st\7\n"+ - "\2\2t{\3\2\2\2u{\5*\26\2v{\5\62\32\2wx\5\16\b\2xy\7\n\2\2y{\3\2\2\2zl"+ - "\3\2\2\2zo\3\2\2\2zr\3\2\2\2zu\3\2\2\2zv\3\2\2\2zw\3\2\2\2{\t\3\2\2\2"+ - "|}\5\22\n\2}~\5\f\7\2~\13\3\2\2\2\177\u0083\b\7\1\2\u0080\u0082\5\24\13"+ - "\2\u0081\u0080\3\2\2\2\u0082\u0085\3\2\2\2\u0083\u0081\3\2\2\2\u0083\u0084"+ - "\3\2\2\2\u0084\u0086\3\2\2\2\u0085\u0083\3\2\2\2\u0086\u0087\5\20\t\2"+ - "\u0087\u0093\3\2\2\2\u0088\u0089\f\3\2\2\u0089\u008d\7\f\2\2\u008a\u008c"+ - "\5\24\13\2\u008b\u008a\3\2\2\2\u008c\u008f\3\2\2\2\u008d\u008b\3\2\2\2"+ - "\u008d\u008e\3\2\2\2\u008e\u0090\3\2\2\2\u008f\u008d\3\2\2\2\u0090\u0092"+ - "\5\20\t\2\u0091\u0088\3\2\2\2\u0092\u0095\3\2\2\2\u0093\u0091\3\2\2\2"+ - "\u0093\u0094\3\2\2\2\u0094\r\3\2\2\2\u0095\u0093\3\2\2\2\u0096\u0097\7"+ - ")\2\2\u0097\u009b\5\22\n\2\u0098\u009a\5\24\13\2\u0099\u0098\3\2\2\2\u009a"+ - "\u009d\3\2\2\2\u009b\u0099\3\2\2\2\u009b\u009c\3\2\2\2\u009c\u009e\3\2"+ - "\2\2\u009d\u009b\3\2\2\2\u009e\u00a2\7m\2\2\u009f\u00a1\5\26\f\2\u00a0"+ - "\u009f\3\2\2\2\u00a1\u00a4\3\2\2\2\u00a2\u00a0\3\2\2\2\u00a2\u00a3\3\2"+ - "\2\2\u00a3\u00a5\3\2\2\2\u00a4\u00a2\3\2\2\2\u00a5\u00a6\b\b\1\2\u00a6"+ - "\17\3\2\2\2\u00a7\u00ab\7m\2\2\u00a8\u00aa\5\26\f\2\u00a9\u00a8\3\2\2"+ - "\2\u00aa\u00ad\3\2\2\2\u00ab\u00a9\3\2\2\2\u00ab\u00ac\3\2\2\2\u00ac\u00b0"+ - "\3\2\2\2\u00ad\u00ab\3\2\2\2\u00ae\u00af\7\'\2\2\u00af\u00b1\5H%\2\u00b0"+ - "\u00ae\3\2\2\2\u00b0\u00b1\3\2\2\2\u00b1\u00bc\3\2\2\2\u00b2\u00b6\7m"+ - "\2\2\u00b3\u00b5\5\26\f\2\u00b4\u00b3\3\2\2\2\u00b5\u00b8\3\2\2\2\u00b6"+ - "\u00b4\3\2\2\2\u00b6\u00b7\3\2\2\2\u00b7\u00b9\3\2\2\2\u00b8\u00b6\3\2"+ - "\2\2\u00b9\u00ba\7\'\2\2\u00ba\u00bc\5L\'\2\u00bb\u00a7\3\2\2\2\u00bb"+ - "\u00b2\3\2\2\2\u00bc\21\3\2\2\2\u00bd\u00bf\5\66\34\2\u00be\u00bd\3\2"+ - "\2\2\u00bf\u00c2\3\2\2\2\u00c0\u00be\3\2\2\2\u00c0\u00c1\3\2\2\2\u00c1"+ - "\u00c3\3\2\2\2\u00c2\u00c0\3\2\2\2\u00c3\u00c7\5\32\16\2\u00c4\u00c6\5"+ - "\66\34\2\u00c5\u00c4\3\2\2\2\u00c6\u00c9\3\2\2\2\u00c7\u00c5\3\2\2\2\u00c7"+ - "\u00c8\3\2\2\2\u00c8\23\3\2\2\2\u00c9\u00c7\3\2\2\2\u00ca\u00ce\7\24\2"+ - "\2\u00cb\u00cd\5\66\34\2\u00cc\u00cb\3\2\2\2\u00cd\u00d0\3\2\2\2\u00ce"+ - "\u00cc\3\2\2\2\u00ce\u00cf\3\2\2\2\u00cf\25\3\2\2\2\u00d0\u00ce\3\2\2"+ - "\2\u00d1\u00d3\7\6\2\2\u00d2\u00d4\5H%\2\u00d3\u00d2\3\2\2\2\u00d3\u00d4"+ - "\3\2\2\2\u00d4\u00d5\3\2\2\2\u00d5\u00d6\7\7\2\2\u00d6\27\3\2\2\2\u00d7"+ - "\u00d8\b\r\1\2\u00d8\u00d9\5\32\16\2\u00d9\u00e4\3\2\2\2\u00da\u00db\f"+ - "\4\2\2\u00db\u00e3\7\24\2\2\u00dc\u00dd\f\3\2\2\u00dd\u00df\7\6\2\2\u00de"+ - "\u00e0\5H%\2\u00df\u00de\3\2\2\2\u00df\u00e0\3\2\2\2\u00e0\u00e1\3\2\2"+ - "\2\u00e1\u00e3\7\7\2\2\u00e2\u00da\3\2\2\2\u00e2\u00dc\3\2\2\2\u00e3\u00e6"+ - "\3\2\2\2\u00e4\u00e2\3\2\2\2\u00e4\u00e5\3\2\2\2\u00e5\31\3\2\2\2\u00e6"+ - "\u00e4\3\2\2\2\u00e7\u00e8\b\16\1\2\u00e8\u00e9\7\b\2\2\u00e9\u00ea\5"+ - "\32\16\2\u00ea\u00eb\7\t\2\2\u00eb\u00f7\3\2\2\2\u00ec\u00f7\7T\2\2\u00ed"+ - "\u00ef\7S\2\2\u00ee\u00f0\7T\2\2\u00ef\u00ee\3\2\2\2\u00ef\u00f0\3\2\2"+ - "\2\u00f0\u00f7\3\2\2\2\u00f1\u00f7\5\36\20\2\u00f2\u00f7\5\34\17\2\u00f3"+ - "\u00f7\5$\23\2\u00f4\u00f7\5\"\22\2\u00f5\u00f7\7\3\2\2\u00f6\u00e7\3"+ - "\2\2\2\u00f6\u00ec\3\2\2\2\u00f6\u00ed\3\2\2\2\u00f6\u00f1\3\2\2\2\u00f6"+ - "\u00f2\3\2\2\2\u00f6\u00f3\3\2\2\2\u00f6\u00f4\3\2\2\2\u00f6\u00f5\3\2"+ - "\2\2\u00f7\u0103\3\2\2\2\u00f8\u00f9\f\t\2\2\u00f9\u00fb\7\6\2\2\u00fa"+ - "\u00fc\5H%\2\u00fb\u00fa\3\2\2\2\u00fb\u00fc\3\2\2\2\u00fc\u00fd\3\2\2"+ - "\2\u00fd\u0102\7\7\2\2\u00fe\u00ff\f\b\2\2\u00ff\u0100\7\b\2\2\u0100\u0102"+ - "\7\t\2\2\u0101\u00f8\3\2\2\2\u0101\u00fe\3\2\2\2\u0102\u0105\3\2\2\2\u0103"+ - "\u0101\3\2\2\2\u0103\u0104\3\2\2\2\u0104\33\3\2\2\2\u0105\u0103\3\2\2"+ - "\2\u0106\u0107\7G\2\2\u0107\u0108\7m\2\2\u0108\35\3\2\2\2\u0109\u010b"+ - "\7G\2\2\u010a\u010c\7m\2\2\u010b\u010a\3\2\2\2\u010b\u010c\3\2\2\2\u010c"+ - "\u010d\3\2\2\2\u010d\u010f\7\4\2\2\u010e\u0110\5 \21\2\u010f\u010e\3\2"+ - "\2\2\u0110\u0111\3\2\2\2\u0111\u010f\3\2\2\2\u0111\u0112\3\2\2\2\u0112"+ - "\u0113\3\2\2\2\u0113\u0114\7\5\2\2\u0114\37\3\2\2\2\u0115\u0116\5\n\6"+ - "\2\u0116\u0117\7\n\2\2\u0117!\3\2\2\2\u0118\u0119\7H\2\2\u0119\u011a\7"+ - "m\2\2\u011a#\3\2\2\2\u011b\u011d\7H\2\2\u011c\u011e\7m\2\2\u011d\u011c"+ - "\3\2\2\2\u011d\u011e\3\2\2\2\u011e\u011f\3\2\2\2\u011f\u0120\7\4\2\2\u0120"+ - "\u0121\5&\24\2\u0121\u0122\7\5\2\2\u0122%\3\2\2\2\u0123\u0124\b\24\1\2"+ - "\u0124\u0125\5(\25\2\u0125\u012b\3\2\2\2\u0126\u0127\f\3\2\2\u0127\u0128"+ - "\7\f\2\2\u0128\u012a\5(\25\2\u0129\u0126\3\2\2\2\u012a\u012d\3\2\2\2\u012b"+ - "\u0129\3\2\2\2\u012b\u012c\3\2\2\2\u012c\'\3\2\2\2\u012d\u012b\3\2\2\2"+ - "\u012e\u0131\7m\2\2\u012f\u0130\7\'\2\2\u0130\u0132\5H%\2\u0131\u012f"+ - "\3\2\2\2\u0131\u0132\3\2\2\2\u0132)\3\2\2\2\u0133\u0137\5\22\n\2\u0134"+ - "\u0136\5\24\13\2\u0135\u0134\3\2\2\2\u0136\u0139\3\2\2\2\u0137\u0135\3"+ - "\2\2\2\u0137\u0138\3\2\2\2\u0138\u013a\3\2\2\2\u0139\u0137\3\2\2\2\u013a"+ - "\u013b\7m\2\2\u013b\u013d\7\b\2\2\u013c\u013e\5.\30\2\u013d\u013c\3\2"+ - "\2\2\u013d\u013e\3\2\2\2\u013e\u013f\3\2\2\2\u013f\u0142\7\t\2\2\u0140"+ - "\u0143\5,\27\2\u0141\u0143\7\n\2\2\u0142\u0140\3\2\2\2\u0142\u0141\3\2"+ - "\2\2\u0143+\3\2\2\2\u0144\u0146\7\4\2\2\u0145\u0147\58\35\2\u0146\u0145"+ - "\3\2\2\2\u0146\u0147\3\2\2\2\u0147\u0148\3\2\2\2\u0148\u0149\7\5\2\2\u0149"+ - "-\3\2\2\2\u014a\u014f\5\60\31\2\u014b\u014c\7\f\2\2\u014c\u014e\5\60\31"+ - "\2\u014d\u014b\3\2\2\2\u014e\u0151\3\2\2\2\u014f\u014d\3\2\2\2\u014f\u0150"+ - "\3\2\2\2\u0150/\3\2\2\2\u0151\u014f\3\2\2\2\u0152\u0156\5\22\n\2\u0153"+ - "\u0155\5\24\13\2\u0154\u0153\3\2\2\2\u0155\u0158\3\2\2\2\u0156\u0154\3"+ - "\2\2\2\u0156\u0157\3\2\2\2\u0157\u0159\3\2\2\2\u0158\u0156\3\2\2\2\u0159"+ - "\u015a\7m\2\2\u015a\u015e\3\2\2\2\u015b\u015e\7T\2\2\u015c\u015e\7\16"+ - "\2\2\u015d\u0152\3\2\2\2\u015d\u015b\3\2\2\2\u015d\u015c\3\2\2\2\u015e"+ - "\61\3\2\2\2\u015f\u0160\7Y\2\2\u0160\u016c\7m\2\2\u0161\u0162\7\b\2\2"+ - "\u0162\u0167\5\64\33\2\u0163\u0164\7\f\2\2\u0164\u0166\5\64\33\2\u0165"+ - "\u0163\3\2\2\2\u0166\u0169\3\2\2\2\u0167\u0165\3\2\2\2\u0167\u0168\3\2"+ - "\2\2\u0168\u016a\3\2\2\2\u0169\u0167\3\2\2\2\u016a\u016b\7\t\2\2\u016b"+ - "\u016d\3\2\2\2\u016c\u0161\3\2\2\2\u016c\u016d\3\2\2\2\u016d\63\3\2\2"+ - "\2\u016e\u0176\7d\2\2\u016f\u0170\7d\2\2\u0170\u0171\7\r\2\2\u0171\u0176"+ - "\7d\2\2\u0172\u0176\7m\2\2\u0173\u0176\7n\2\2\u0174\u0176\7:\2\2\u0175"+ - "\u016e\3\2\2\2\u0175\u016f\3\2\2\2\u0175\u0172\3\2\2\2\u0175\u0173\3\2"+ - "\2\2\u0175\u0174\3\2\2\2\u0176\65\3\2\2\2\u0177\u01a4\7*\2\2\u0178\u0179"+ - "\7-\2\2\u0179\u017a\7\b\2\2\u017a\u017b\7d\2\2\u017b\u01a4\7\t\2\2\u017c"+ - "\u0180\7\62\2\2\u017d\u017e\7\b\2\2\u017e\u017f\7m\2\2\u017f\u0181\7\t"+ - "\2\2\u0180\u017d\3\2\2\2\u0180\u0181\3\2\2\2\u0181\u01a4\3\2\2\2\u0182"+ - "\u01a4\7\65\2\2\u0183\u01a4\7\66\2\2\u0184\u0185\7\64\2\2\u0185\u0186"+ - "\7\b\2\2\u0186\u0187\7d\2\2\u0187\u01a4\7\t\2\2\u0188\u01a4\7/\2\2\u0189"+ - "\u01a4\7\60\2\2\u018a\u01a4\7\67\2\2\u018b\u01a4\78\2\2\u018c\u01a4\7"+ - "+\2\2\u018d\u01a4\7,\2\2\u018e\u01a4\7.\2\2\u018f\u01a4\79\2\2\u0190\u0194"+ - "\7\61\2\2\u0191\u0192\7\b\2\2\u0192\u0193\7m\2\2\u0193\u0195\7\t\2\2\u0194"+ - "\u0191\3\2\2\2\u0194\u0195\3\2\2\2\u0195\u01a4\3\2\2\2\u0196\u0197\7\63"+ - "\2\2\u0197\u0198\7\b\2\2\u0198\u019d\5\64\33\2\u0199\u019a\7\f\2\2\u019a"+ - "\u019c\5\64\33\2\u019b\u0199\3\2\2\2\u019c\u019f\3\2\2\2\u019d\u019b\3"+ - "\2\2\2\u019d\u019e\3\2\2\2\u019e\u01a0\3\2\2\2\u019f\u019d\3\2\2\2\u01a0"+ - "\u01a1\7\t\2\2\u01a1\u01a4\3\2\2\2\u01a2\u01a4\7:\2\2\u01a3\u0177\3\2"+ - "\2\2\u01a3\u0178\3\2\2\2\u01a3\u017c\3\2\2\2\u01a3\u0182\3\2\2\2\u01a3"+ - "\u0183\3\2\2\2\u01a3\u0184\3\2\2\2\u01a3\u0188\3\2\2\2\u01a3\u0189\3\2"+ - "\2\2\u01a3\u018a\3\2\2\2\u01a3\u018b\3\2\2\2\u01a3\u018c\3\2\2\2\u01a3"+ - "\u018d\3\2\2\2\u01a3\u018e\3\2\2\2\u01a3\u018f\3\2\2\2\u01a3\u0190\3\2"+ - "\2\2\u01a3\u0196\3\2\2\2\u01a3\u01a2\3\2\2\2\u01a4\67\3\2\2\2\u01a5\u01a7"+ - "\5:\36\2\u01a6\u01a5\3\2\2\2\u01a7\u01a8\3\2\2\2\u01a8\u01a6\3\2\2\2\u01a8"+ - "\u01a9\3\2\2\2\u01a99\3\2\2\2\u01aa\u01ab\5\n\6\2\u01ab\u01ac\7\n\2\2"+ - "\u01ac\u0200\3\2\2\2\u01ad\u01af\7\4\2\2\u01ae\u01b0\58\35\2\u01af\u01ae"+ - "\3\2\2\2\u01af\u01b0\3\2\2\2\u01b0\u01b1\3\2\2\2\u01b1\u0200\7\5\2\2\u01b2"+ - "\u01b3\5F$\2\u01b3\u01b4\7\n\2\2\u01b4\u0200\3\2\2\2\u01b5\u01b6\7;\2"+ - "\2\u01b6\u01b7\7\b\2\2\u01b7\u01b8\5F$\2\u01b8\u01b9\7\t\2\2\u01b9\u01bc"+ - "\5:\36\2\u01ba\u01bb\7<\2\2\u01bb\u01bd\5:\36\2\u01bc\u01ba\3\2\2\2\u01bc"+ - "\u01bd\3\2\2\2\u01bd\u0200\3\2\2\2\u01be\u01c0\5\66\34\2\u01bf\u01be\3"+ - "\2\2\2\u01c0\u01c3\3\2\2\2\u01c1\u01bf\3\2\2\2\u01c1\u01c2\3\2\2\2\u01c2"+ - "\u01c4\3\2\2\2\u01c3\u01c1\3\2\2\2\u01c4\u01c5\7=\2\2\u01c5\u01c6\7\b"+ - "\2\2\u01c6\u01c7\5F$\2\u01c7\u01c8\7\t\2\2\u01c8\u01c9\5:\36\2\u01c9\u0200"+ - "\3\2\2\2\u01ca\u01cc\5\66\34\2\u01cb\u01ca\3\2\2\2\u01cc\u01cf\3\2\2\2"+ - "\u01cd\u01cb\3\2\2\2\u01cd\u01ce\3\2\2\2\u01ce\u01d0\3\2\2\2\u01cf\u01cd"+ - "\3\2\2\2\u01d0\u01d1\7>\2\2\u01d1\u01d2\5:\36\2\u01d2\u01d3\7=\2\2\u01d3"+ - "\u01d4\7\b\2\2\u01d4\u01d5\5F$\2\u01d5\u01d6\7\t\2\2\u01d6\u01d7\7\n\2"+ - "\2\u01d7\u0200\3\2\2\2\u01d8\u01da\5\66\34\2\u01d9\u01d8\3\2\2\2\u01da"+ - "\u01dd\3\2\2\2\u01db\u01d9\3\2\2\2\u01db\u01dc\3\2\2\2\u01dc\u01de\3\2"+ - "\2\2\u01dd\u01db\3\2\2\2\u01de\u01df\7?\2\2\u01df\u01e0\7\b\2\2\u01e0"+ - "\u01e1\5@!\2\u01e1\u01e2\7\t\2\2\u01e2\u01e3\5:\36\2\u01e3\u0200\3\2\2"+ - "\2\u01e4\u01e5\7@\2\2\u01e5\u01e6\7\b\2\2\u01e6\u01e7\5F$\2\u01e7\u01e8"+ - "\7\t\2\2\u01e8\u01e9\7\4\2\2\u01e9\u01ea\5<\37\2\u01ea\u01eb\7\5\2\2\u01eb"+ - "\u0200\3\2\2\2\u01ec\u01ee\7A\2\2\u01ed\u01ef\5F$\2\u01ee\u01ed\3\2\2"+ - "\2\u01ee\u01ef\3\2\2\2\u01ef\u01f0\3\2\2\2\u01f0\u0200\7\n\2\2\u01f1\u01f2"+ - "\7B\2\2\u01f2\u0200\7\n\2\2\u01f3\u01f4\7C\2\2\u01f4\u0200\7\n\2\2\u01f5"+ - "\u01f7\7D\2\2\u01f6\u01f8\5N(\2\u01f7\u01f6\3\2\2\2\u01f7\u01f8\3\2\2"+ - "\2\u01f8\u01f9\3\2\2\2\u01f9\u01fa\7\4\2\2\u01fa\u01fb\5R*\2\u01fb\u01fc"+ - "\7\u0086\2\2\u01fc\u0200\3\2\2\2\u01fd\u0200\5L\'\2\u01fe\u0200\7\n\2"+ - "\2\u01ff\u01aa\3\2\2\2\u01ff\u01ad\3\2\2\2\u01ff\u01b2\3\2\2\2\u01ff\u01b5"+ - "\3\2\2\2\u01ff\u01c1\3\2\2\2\u01ff\u01cd\3\2\2\2\u01ff\u01db\3\2\2\2\u01ff"+ - "\u01e4\3\2\2\2\u01ff\u01ec\3\2\2\2\u01ff\u01f1\3\2\2\2\u01ff\u01f3\3\2"+ - "\2\2\u01ff\u01f5\3\2\2\2\u01ff\u01fd\3\2\2\2\u01ff\u01fe\3\2\2\2\u0200"+ - ";\3\2\2\2\u0201\u0203\5> \2\u0202\u0201\3\2\2\2\u0203\u0204\3\2\2\2\u0204"+ - "\u0202\3\2\2\2\u0204\u0205\3\2\2\2\u0205\u020b\3\2\2\2\u0206\u0207\7E"+ - "\2\2\u0207\u0209\7\13\2\2\u0208\u020a\58\35\2\u0209\u0208\3\2\2\2\u0209"+ - "\u020a\3\2\2\2\u020a\u020c\3\2\2\2\u020b\u0206\3\2\2\2\u020b\u020c\3\2"+ - "\2\2\u020c=\3\2\2\2\u020d\u020e\7F\2\2\u020e\u020f\5H%\2\u020f\u0211\7"+ - "\13\2\2\u0210\u0212\58\35\2\u0211\u0210\3\2\2\2\u0211\u0212\3\2\2\2\u0212"+ - "?\3\2\2\2\u0213\u0214\5B\"\2\u0214\u0216\7\n\2\2\u0215\u0217\5D#\2\u0216"+ - "\u0215\3\2\2\2\u0216\u0217\3\2\2\2\u0217\u0218\3\2\2\2\u0218\u021a\7\n"+ - "\2\2\u0219\u021b\5F$\2\u021a\u0219\3\2\2\2\u021a\u021b\3\2\2\2\u021b\u022c"+ - "\3\2\2\2\u021c\u0220\5\22\n\2\u021d\u021f\5\24\13\2\u021e\u021d\3\2\2"+ - "\2\u021f\u0222\3\2\2\2\u0220\u021e\3\2\2\2\u0220\u0221\3\2\2\2\u0221\u0224"+ - "\3\2\2\2\u0222\u0220\3\2\2\2\u0223\u021c\3\2\2\2\u0223\u0224\3\2\2\2\u0224"+ - "\u0225\3\2\2\2\u0225\u0226\7m\2\2\u0226\u0227\7\13\2\2\u0227\u0228\5H"+ - "%\2\u0228\u0229\7\r\2\2\u0229\u022a\5H%\2\u022a\u022c\3\2\2\2\u022b\u0213"+ - "\3\2\2\2\u022b\u0223\3\2\2\2\u022cA\3\2\2\2\u022d\u022f\5\n\6\2\u022e"+ - "\u022d\3\2\2\2\u022e\u022f\3\2\2\2\u022f\u0232\3\2\2\2\u0230\u0232\5F"+ - "$\2\u0231\u022e\3\2\2\2\u0231\u0230\3\2\2\2\u0232C\3\2\2\2\u0233\u0234"+ - "\5F$\2\u0234E\3\2\2\2\u0235\u0236\b$\1\2\u0236\u0237\5H%\2\u0237\u023d"+ - "\3\2\2\2\u0238\u0239\f\3\2\2\u0239\u023a\7\f\2\2\u023a\u023c\5H%\2\u023b"+ - "\u0238\3\2\2\2\u023c\u023f\3\2\2\2\u023d\u023b\3\2\2\2\u023d\u023e\3\2"+ - "\2\2\u023eG\3\2\2\2\u023f\u023d\3\2\2\2\u0240\u0241\b%\1\2\u0241\u0242"+ - "\7\b\2\2\u0242\u0243\5F$\2\u0243\u0244\7\t\2\2\u0244\u0282\3\2\2\2\u0245"+ - "\u0246\7I\2\2\u0246\u0249\7\b\2\2\u0247\u024a\5H%\2\u0248\u024a\5\30\r"+ - "\2\u0249\u0247\3\2\2\2\u0249\u0248\3\2\2\2\u024a\u024b\3\2\2\2\u024b\u024c"+ - "\7\t\2\2\u024c\u0282\3\2\2\2\u024d\u024e\7J\2\2\u024e\u0251\7\b\2\2\u024f"+ - "\u0252\5H%\2\u0250\u0252\5\30\r\2\u0251\u024f\3\2\2\2\u0251\u0250\3\2"+ - "\2\2\u0252\u0253\3\2\2\2\u0253\u0254\7\t\2\2\u0254\u0282\3\2\2\2\u0255"+ - "\u0257\7K\2\2\u0256\u0258\7\b\2\2\u0257\u0256\3\2\2\2\u0257\u0258\3\2"+ - "\2\2\u0258\u0259\3\2\2\2\u0259\u025b\7m\2\2\u025a\u025c\7\t\2\2\u025b"+ - "\u025a\3\2\2\2\u025b\u025c\3\2\2\2\u025c\u0282\3\2\2\2\u025d\u025e\7\b"+ - "\2\2\u025e\u025f\5\30\r\2\u025f\u0260\7\t\2\2\u0260\u0261\5H%\32\u0261"+ - "\u0282\3\2\2\2\u0262\u0263\t\2\2\2\u0263\u0282\5H%\31\u0264\u0265\7\24"+ - "\2\2\u0265\u0282\5H%\27\u0266\u0267\t\3\2\2\u0267\u0282\5H%\26\u0268\u0269"+ - "\t\4\2\2\u0269\u0282\5H%\22\u026a\u026b\7\4\2\2\u026b\u0270\5H%\2\u026c"+ - "\u026d\7\f\2\2\u026d\u026f\5H%\2\u026e\u026c\3\2\2\2\u026f\u0272\3\2\2"+ - "\2\u0270\u026e\3\2\2\2\u0270\u0271\3\2\2\2\u0271\u0274\3\2\2\2\u0272\u0270"+ - "\3\2\2\2\u0273\u0275\7\f\2\2\u0274\u0273\3\2\2\2\u0274\u0275\3\2\2\2\u0275"+ - "\u0276\3\2\2\2\u0276\u0277\7\5\2\2\u0277\u0282\3\2\2\2\u0278\u0282\7m"+ - "\2\2\u0279\u0282\7d\2\2\u027a\u027c\7n\2\2\u027b\u027a\3\2\2\2\u027c\u027d"+ - "\3\2\2\2\u027d\u027b\3\2\2\2\u027d\u027e\3\2\2\2\u027e\u0282\3\2\2\2\u027f"+ - "\u0282\7o\2\2\u0280\u0282\7U\2\2\u0281\u0240\3\2\2\2\u0281\u0245\3\2\2"+ - "\2\u0281\u024d\3\2\2\2\u0281\u0255\3\2\2\2\u0281\u025d\3\2\2\2\u0281\u0262"+ - "\3\2\2\2\u0281\u0264\3\2\2\2\u0281\u0266\3\2\2\2\u0281\u0268\3\2\2\2\u0281"+ - "\u026a\3\2\2\2\u0281\u0278\3\2\2\2\u0281\u0279\3\2\2\2\u0281\u027b\3\2"+ - "\2\2\u0281\u027f\3\2\2\2\u0281\u0280\3\2\2\2\u0282\u02bf\3\2\2\2\u0283"+ - "\u0284\f\25\2\2\u0284\u0285\t\5\2\2\u0285\u02be\5H%\26\u0286\u0287\f\24"+ - "\2\2\u0287\u0288\t\6\2\2\u0288\u02be\5H%\25\u0289\u028a\f\23\2\2\u028a"+ - "\u028b\t\7\2\2\u028b\u02be\5H%\24\u028c\u028d\f\21\2\2\u028d\u028e\t\b"+ - "\2\2\u028e\u02be\5H%\22\u028f\u0290\f\20\2\2\u0290\u0291\7\31\2\2\u0291"+ - "\u02be\5H%\21\u0292\u0293\f\17\2\2\u0293\u0294\7\33\2\2\u0294\u02be\5"+ - "H%\20\u0295\u0296\f\16\2\2\u0296\u0297\7\34\2\2\u0297\u02be\5H%\17\u0298"+ - "\u0299\f\r\2\2\u0299\u029a\7%\2\2\u029a\u02be\5H%\16\u029b\u029c\f\f\2"+ - "\2\u029c\u029d\7&\2\2\u029d\u02be\5H%\r\u029e\u029f\f\13\2\2\u029f\u02a0"+ - "\7\17\2\2\u02a0\u02a1\5H%\2\u02a1\u02a2\7\13\2\2\u02a2\u02a3\5H%\f\u02a3"+ - "\u02be\3\2\2\2\u02a4\u02a5\f\n\2\2\u02a5\u02a6\7\'\2\2\u02a6\u02be\5H"+ - "%\n\u02a7\u02a8\f\t\2\2\u02a8\u02a9\7(\2\2\u02a9\u02be\5H%\t\u02aa\u02ab"+ - "\f!\2\2\u02ab\u02ac\7\20\2\2\u02ac\u02be\7m\2\2\u02ad\u02ae\f \2\2\u02ae"+ - "\u02af\7\21\2\2\u02af\u02be\7m\2\2\u02b0\u02b1\f\37\2\2\u02b1\u02b3\7"+ - "\b\2\2\u02b2\u02b4\5J&\2\u02b3\u02b2\3\2\2\2\u02b3\u02b4\3\2\2\2\u02b4"+ - "\u02b5\3\2\2\2\u02b5\u02be\7\t\2\2\u02b6\u02b7\f\33\2\2\u02b7\u02b8\7"+ - "\6\2\2\u02b8\u02b9\5F$\2\u02b9\u02ba\7\7\2\2\u02ba\u02be\3\2\2\2\u02bb"+ - "\u02bc\f\30\2\2\u02bc\u02be\t\2\2\2\u02bd\u0283\3\2\2\2\u02bd\u0286\3"+ - "\2\2\2\u02bd\u0289\3\2\2\2\u02bd\u028c\3\2\2\2\u02bd\u028f\3\2\2\2\u02bd"+ - "\u0292\3\2\2\2\u02bd\u0295\3\2\2\2\u02bd\u0298\3\2\2\2\u02bd\u029b\3\2"+ - "\2\2\u02bd\u029e\3\2\2\2\u02bd\u02a4\3\2\2\2\u02bd\u02a7\3\2\2\2\u02bd"+ - "\u02aa\3\2\2\2\u02bd\u02ad\3\2\2\2\u02bd\u02b0\3\2\2\2\u02bd\u02b6\3\2"+ - "\2\2\u02bd\u02bb\3\2\2\2\u02be\u02c1\3\2\2\2\u02bf\u02bd\3\2\2\2\u02bf"+ - "\u02c0\3\2\2\2\u02c0I\3\2\2\2\u02c1\u02bf\3\2\2\2\u02c2\u02c7\5H%\2\u02c3"+ - "\u02c4\7\f\2\2\u02c4\u02c6\5H%\2\u02c5\u02c3\3\2\2\2\u02c6\u02c9\3\2\2"+ - "\2\u02c7\u02c5\3\2\2\2\u02c7\u02c8\3\2\2\2\u02c8K\3\2\2\2\u02c9\u02c7"+ - "\3\2\2\2\u02ca\u02cc\7L\2\2\u02cb\u02cd\5N(\2\u02cc\u02cb\3\2\2\2\u02cc"+ - "\u02cd\3\2\2\2\u02cd\u02ce\3\2\2\2\u02ce\u02cf\7V\2\2\u02cfM\3\2\2\2\u02d0"+ - "\u02d1\7\b\2\2\u02d1\u02d6\5P)\2\u02d2\u02d3\7\f\2\2\u02d3\u02d5\5P)\2"+ - "\u02d4\u02d2\3\2\2\2\u02d5\u02d8\3\2\2\2\u02d6\u02d4\3\2\2\2\u02d6\u02d7"+ - "\3\2\2\2\u02d7\u02d9\3\2\2\2\u02d8\u02d6\3\2\2\2\u02d9\u02da\7\t\2\2\u02da"+ - "O\3\2\2\2\u02db\u02dc\7M\2\2\u02dc\u02e6\7n\2\2\u02dd\u02de\7N\2\2\u02de"+ - "\u02e6\7m\2\2\u02df\u02e0\7O\2\2\u02e0\u02e6\7n\2\2\u02e1\u02e2\7P\2\2"+ - "\u02e2\u02e6\5H%\2\u02e3\u02e4\7Q\2\2\u02e4\u02e6\5H%\2\u02e5\u02db\3"+ - "\2\2\2\u02e5\u02dd\3\2\2\2\u02e5\u02df\3\2\2\2\u02e5\u02e1\3\2\2\2\u02e5"+ - "\u02e3\3\2\2\2\u02e6Q\3\2\2\2\u02e7\u02e9\5T+\2\u02e8\u02e7\3\2\2\2\u02e9"+ - "\u02ec\3\2\2\2\u02ea\u02e8\3\2\2\2\u02ea\u02eb\3\2\2\2\u02ebS\3\2\2\2"+ - "\u02ec\u02ea\3\2\2\2\u02ed\u02f1\5V,\2\u02ee\u02f1\5X-\2\u02ef\u02f1\5"+ - "Z.\2\u02f0\u02ed\3\2\2\2\u02f0\u02ee\3\2\2\2\u02f0\u02ef\3\2\2\2\u02f1"+ - "U\3\2\2\2\u02f2\u02f3\7\u0093\2\2\u02f3\u02f7\7v\2\2\u02f4\u02f5\7\u0092"+ - "\2\2\u02f5\u02f7\7v\2\2\u02f6\u02f2\3\2\2\2\u02f6\u02f4\3\2\2\2\u02f7"+ - "W\3\2\2\2\u02f8\u02fa\7t\2\2\u02f9\u02fb\5\\/\2\u02fa\u02f9\3\2\2\2\u02fa"+ - "\u02fb\3\2\2\2\u02fbY\3\2\2\2\u02fc\u02fd\7s\2\2\u02fd\u0302\5^\60\2\u02fe"+ - "\u02ff\7w\2\2\u02ff\u0301\5^\60\2\u0300\u02fe\3\2\2\2\u0301\u0304\3\2"+ - "\2\2\u0302\u0300\3\2\2\2\u0302\u0303\3\2\2\2\u0303[\3\2\2\2\u0304\u0302"+ - "\3\2\2\2\u0305\u0333\5^\60\2\u0306\u0307\7u\2\2\u0307\u0333\5^\60\2\u0308"+ - "\u0309\5^\60\2\u0309\u030a\7w\2\2\u030a\u030b\5^\60\2\u030b\u0333\3\2"+ - "\2\2\u030c\u030d\7x\2\2\u030d\u030e\5^\60\2\u030e\u030f\7y\2\2\u030f\u0310"+ - "\7w\2\2\u0310\u0311\7\u0093\2\2\u0311\u0333\3\2\2\2\u0312\u0313\7x\2\2"+ - "\u0313\u0314\7x\2\2\u0314\u0315\5^\60\2\u0315\u0316\7y\2\2\u0316\u0317"+ - "\7y\2\2\u0317\u0318\7w\2\2\u0318\u0319\7\u0093\2\2\u0319\u0333\3\2\2\2"+ - "\u031a\u031b\7x\2\2\u031b\u031c\5^\60\2\u031c\u031d\7w\2\2\u031d\u031e"+ - "\7\u0093\2\2\u031e\u031f\7y\2\2\u031f\u0320\7w\2\2\u0320\u0321\7\u0093"+ - "\2\2\u0321\u0333\3\2\2\2\u0322\u0323\7x\2\2\u0323\u0324\5^\60\2\u0324"+ - "\u0325\7w\2\2\u0325\u0326\7\u0093\2\2\u0326\u0327\7y\2\2\u0327\u0333\3"+ - "\2\2\2\u0328\u0329\7x\2\2\u0329\u032a\5^\60\2\u032a\u032b\7y\2\2\u032b"+ - "\u0333\3\2\2\2\u032c\u032d\7x\2\2\u032d\u032e\7x\2\2\u032e\u032f\5^\60"+ - "\2\u032f\u0330\7y\2\2\u0330\u0331\7y\2\2\u0331\u0333\3\2\2\2\u0332\u0305"+ - "\3\2\2\2\u0332\u0306\3\2\2\2\u0332\u0308\3\2\2\2\u0332\u030c\3\2\2\2\u0332"+ - "\u0312\3\2\2\2\u0332\u031a\3\2\2\2\u0332\u0322\3\2\2\2\u0332\u0328\3\2"+ - "\2\2\u0332\u032c\3\2\2\2\u0333]\3\2\2\2\u0334\u0335\b\60\1\2\u0335\u0336"+ - "\7z\2\2\u0336\u0337\5^\60\2\u0337\u0338\7{\2\2\u0338\u0343\3\2\2\2\u0339"+ - "\u033a\t\t\2\2\u033a\u0343\5^\60\n\u033b\u0343\7\u0093\2\2\u033c\u0343"+ - "\7\u0091\2\2\u033d\u033e\7\u0085\2\2\u033e\u033f\7\u0093\2\2\u033f\u0343"+ - "\7\u0086\2\2\u0340\u0343\7\u0087\2\2\u0341\u0343\7\u0090\2\2\u0342\u0334"+ - "\3\2\2\2\u0342\u0339\3\2\2\2\u0342\u033b\3\2\2\2\u0342\u033c\3\2\2\2\u0342"+ - "\u033d\3\2\2\2\u0342\u0340\3\2\2\2\u0342\u0341\3\2\2\2\u0343\u0352\3\2"+ - "\2\2\u0344\u0345\f\f\2\2\u0345\u0346\7|\2\2\u0346\u0351\5^\60\r\u0347"+ - "\u0348\f\13\2\2\u0348\u0349\t\n\2\2\u0349\u0351\5^\60\f\u034a\u034b\f"+ - "\t\2\2\u034b\u034c\t\13\2\2\u034c\u0351\5^\60\n\u034d\u034e\f\b\2\2\u034e"+ - "\u034f\t\f\2\2\u034f\u0351\5^\60\t\u0350\u0344\3\2\2\2\u0350\u0347\3\2"+ - "\2\2\u0350\u034a\3\2\2\2\u0350\u034d\3\2\2\2\u0351\u0354\3\2\2\2\u0352"+ - "\u0350\3\2\2\2\u0352\u0353\3\2\2\2\u0353_\3\2\2\2\u0354\u0352\3\2\2\2"+ - "Yiz\u0083\u008d\u0093\u009b\u00a2\u00ab\u00b0\u00b6\u00bb\u00c0\u00c7"+ + "\32\7\32\u0166\n\32\f\32\16\32\u0169\13\32\3\32\3\32\3\33\3\33\3\33\3"+ + "\33\3\33\3\33\3\33\5\33\u0174\n\33\3\34\3\34\3\34\3\34\3\34\3\34\3\34"+ + "\3\34\3\34\5\34\u017f\n\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34"+ + "\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\3\34\5\34\u0193\n\34\3\34\3\34"+ + "\3\34\3\34\3\34\7\34\u019a\n\34\f\34\16\34\u019d\13\34\3\34\3\34\3\34"+ + "\5\34\u01a2\n\34\3\35\6\35\u01a5\n\35\r\35\16\35\u01a6\3\36\3\36\3\36"+ + "\3\36\3\36\5\36\u01ae\n\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36"+ + "\3\36\3\36\5\36\u01bb\n\36\3\36\7\36\u01be\n\36\f\36\16\36\u01c1\13\36"+ + "\3\36\3\36\3\36\3\36\3\36\3\36\3\36\7\36\u01ca\n\36\f\36\16\36\u01cd\13"+ + "\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\7\36\u01d8\n\36\f\36"+ + "\16\36\u01db\13\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3\36\3"+ + "\36\3\36\3\36\3\36\3\36\3\36\5\36\u01ed\n\36\3\36\3\36\3\36\3\36\3\36"+ + "\3\36\3\36\5\36\u01f6\n\36\3\36\3\36\3\36\3\36\3\36\3\36\5\36\u01fe\n"+ + "\36\3\37\6\37\u0201\n\37\r\37\16\37\u0202\3\37\3\37\3\37\5\37\u0208\n"+ + "\37\5\37\u020a\n\37\3 \3 \3 \3 \5 \u0210\n \3!\3!\3!\5!\u0215\n!\3!\3"+ + "!\5!\u0219\n!\3!\3!\7!\u021d\n!\f!\16!\u0220\13!\5!\u0222\n!\3!\3!\3!"+ + "\3!\3!\3!\5!\u022a\n!\3\"\5\"\u022d\n\"\3\"\5\"\u0230\n\"\3#\3#\3$\3$"+ + "\3$\3$\3$\3$\7$\u023a\n$\f$\16$\u023d\13$\3%\3%\3%\3%\3%\3%\3%\3%\3%\5"+ + "%\u0248\n%\3%\3%\3%\3%\3%\3%\5%\u0250\n%\3%\3%\3%\3%\5%\u0256\n%\3%\3"+ + "%\5%\u025a\n%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\7%\u026d"+ + "\n%\f%\16%\u0270\13%\3%\5%\u0273\n%\3%\3%\3%\3%\3%\6%\u027a\n%\r%\16%"+ + "\u027b\3%\3%\5%\u0280\n%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%"+ + "\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%"+ + "\3%\3%\3%\3%\3%\3%\3%\3%\3%\3%\5%\u02b2\n%\3%\3%\3%\3%\3%\3%\3%\3%\7%"+ + "\u02bc\n%\f%\16%\u02bf\13%\3&\3&\3&\7&\u02c4\n&\f&\16&\u02c7\13&\3\'\3"+ + "\'\5\'\u02cb\n\'\3\'\3\'\3(\3(\3(\3(\7(\u02d3\n(\f(\16(\u02d6\13(\3(\3"+ + "(\3)\3)\3)\3)\3)\3)\3)\3)\3)\3)\5)\u02e4\n)\3*\7*\u02e7\n*\f*\16*\u02ea"+ + "\13*\3+\3+\3+\5+\u02ef\n+\3,\3,\3,\3,\5,\u02f5\n,\3-\3-\5-\u02f9\n-\3"+ + ".\3.\3.\3.\7.\u02ff\n.\f.\16.\u0302\13.\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/"+ + "\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/"+ + "\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\3/\5/\u0331\n/\3\60\3\60\3\60\3\60\3"+ + "\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\5\60\u0341\n\60\3\60"+ + "\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\60\7\60\u034f\n\60"+ + "\f\60\16\60\u0352\13\60\3\60\2\t\f\30\32&FH^\61\2\4\6\b\n\f\16\20\22\24"+ + "\26\30\32\34\36 \"$&(*,.\60\62\64\668:<>@BDFHJLNPRTVXZ\\^\2\r\3\2\27\30"+ + "\5\2\22\23\31\32RR\4\2!!$$\3\2\35\36\3\2\24\26\3\2\22\23\3\2\37$\3\2\177"+ + "\u0082\3\2}~\3\2\u0083\u0084\3\2\177\u0080\2\u03d1\2`\3\2\2\2\4c\3\2\2"+ + "\2\6i\3\2\2\2\bz\3\2\2\2\n|\3\2\2\2\f\177\3\2\2\2\16\u0096\3\2\2\2\20"+ + "\u00bb\3\2\2\2\22\u00c0\3\2\2\2\24\u00ca\3\2\2\2\26\u00d1\3\2\2\2\30\u00d7"+ + "\3\2\2\2\32\u00f6\3\2\2\2\34\u0106\3\2\2\2\36\u0109\3\2\2\2 \u0115\3\2"+ + "\2\2\"\u0118\3\2\2\2$\u011b\3\2\2\2&\u0123\3\2\2\2(\u012e\3\2\2\2*\u0133"+ + "\3\2\2\2,\u0144\3\2\2\2.\u014a\3\2\2\2\60\u015d\3\2\2\2\62\u015f\3\2\2"+ + "\2\64\u0173\3\2\2\2\66\u01a1\3\2\2\28\u01a4\3\2\2\2:\u01fd\3\2\2\2<\u0200"+ + "\3\2\2\2>\u020b\3\2\2\2@\u0229\3\2\2\2B\u022f\3\2\2\2D\u0231\3\2\2\2F"+ + "\u0233\3\2\2\2H\u027f\3\2\2\2J\u02c0\3\2\2\2L\u02c8\3\2\2\2N\u02ce\3\2"+ + "\2\2P\u02e3\3\2\2\2R\u02e8\3\2\2\2T\u02ee\3\2\2\2V\u02f4\3\2\2\2X\u02f6"+ + "\3\2\2\2Z\u02fa\3\2\2\2\\\u0330\3\2\2\2^\u0340\3\2\2\2`a\5\6\4\2ab\7\2"+ + "\2\3b\3\3\2\2\2cd\5R*\2de\7\2\2\3e\5\3\2\2\2fh\5\b\5\2gf\3\2\2\2hk\3\2"+ + "\2\2ig\3\2\2\2ij\3\2\2\2j\7\3\2\2\2ki\3\2\2\2lm\5\n\6\2mn\7\n\2\2n{\3"+ + "\2\2\2op\5\36\20\2pq\7\n\2\2q{\3\2\2\2rs\5$\23\2st\7\n\2\2t{\3\2\2\2u"+ + "{\5*\26\2v{\5\62\32\2wx\5\16\b\2xy\7\n\2\2y{\3\2\2\2zl\3\2\2\2zo\3\2\2"+ + "\2zr\3\2\2\2zu\3\2\2\2zv\3\2\2\2zw\3\2\2\2{\t\3\2\2\2|}\5\22\n\2}~\5\f"+ + "\7\2~\13\3\2\2\2\177\u0083\b\7\1\2\u0080\u0082\5\24\13\2\u0081\u0080\3"+ + "\2\2\2\u0082\u0085\3\2\2\2\u0083\u0081\3\2\2\2\u0083\u0084\3\2\2\2\u0084"+ + "\u0086\3\2\2\2\u0085\u0083\3\2\2\2\u0086\u0087\5\20\t\2\u0087\u0093\3"+ + "\2\2\2\u0088\u0089\f\3\2\2\u0089\u008d\7\f\2\2\u008a\u008c\5\24\13\2\u008b"+ + "\u008a\3\2\2\2\u008c\u008f\3\2\2\2\u008d\u008b\3\2\2\2\u008d\u008e\3\2"+ + "\2\2\u008e\u0090\3\2\2\2\u008f\u008d\3\2\2\2\u0090\u0092\5\20\t\2\u0091"+ + "\u0088\3\2\2\2\u0092\u0095\3\2\2\2\u0093\u0091\3\2\2\2\u0093\u0094\3\2"+ + "\2\2\u0094\r\3\2\2\2\u0095\u0093\3\2\2\2\u0096\u0097\7)\2\2\u0097\u009b"+ + "\5\22\n\2\u0098\u009a\5\24\13\2\u0099\u0098\3\2\2\2\u009a\u009d\3\2\2"+ + "\2\u009b\u0099\3\2\2\2\u009b\u009c\3\2\2\2\u009c\u009e\3\2\2\2\u009d\u009b"+ + "\3\2\2\2\u009e\u00a2\7m\2\2\u009f\u00a1\5\26\f\2\u00a0\u009f\3\2\2\2\u00a1"+ + "\u00a4\3\2\2\2\u00a2\u00a0\3\2\2\2\u00a2\u00a3\3\2\2\2\u00a3\u00a5\3\2"+ + "\2\2\u00a4\u00a2\3\2\2\2\u00a5\u00a6\b\b\1\2\u00a6\17\3\2\2\2\u00a7\u00ab"+ + "\7m\2\2\u00a8\u00aa\5\26\f\2\u00a9\u00a8\3\2\2\2\u00aa\u00ad\3\2\2\2\u00ab"+ + "\u00a9\3\2\2\2\u00ab\u00ac\3\2\2\2\u00ac\u00b0\3\2\2\2\u00ad\u00ab\3\2"+ + "\2\2\u00ae\u00af\7\'\2\2\u00af\u00b1\5H%\2\u00b0\u00ae\3\2\2\2\u00b0\u00b1"+ + "\3\2\2\2\u00b1\u00bc\3\2\2\2\u00b2\u00b6\7m\2\2\u00b3\u00b5\5\26\f\2\u00b4"+ + "\u00b3\3\2\2\2\u00b5\u00b8\3\2\2\2\u00b6\u00b4\3\2\2\2\u00b6\u00b7\3\2"+ + "\2\2\u00b7\u00b9\3\2\2\2\u00b8\u00b6\3\2\2\2\u00b9\u00ba\7\'\2\2\u00ba"+ + "\u00bc\5L\'\2\u00bb\u00a7\3\2\2\2\u00bb\u00b2\3\2\2\2\u00bc\21\3\2\2\2"+ + "\u00bd\u00bf\5\66\34\2\u00be\u00bd\3\2\2\2\u00bf\u00c2\3\2\2\2\u00c0\u00be"+ + "\3\2\2\2\u00c0\u00c1\3\2\2\2\u00c1\u00c3\3\2\2\2\u00c2\u00c0\3\2\2\2\u00c3"+ + "\u00c7\5\32\16\2\u00c4\u00c6\5\66\34\2\u00c5\u00c4\3\2\2\2\u00c6\u00c9"+ + "\3\2\2\2\u00c7\u00c5\3\2\2\2\u00c7\u00c8\3\2\2\2\u00c8\23\3\2\2\2\u00c9"+ + "\u00c7\3\2\2\2\u00ca\u00ce\7\24\2\2\u00cb\u00cd\5\66\34\2\u00cc\u00cb"+ + "\3\2\2\2\u00cd\u00d0\3\2\2\2\u00ce\u00cc\3\2\2\2\u00ce\u00cf\3\2\2\2\u00cf"+ + "\25\3\2\2\2\u00d0\u00ce\3\2\2\2\u00d1\u00d3\7\6\2\2\u00d2\u00d4\5H%\2"+ + "\u00d3\u00d2\3\2\2\2\u00d3\u00d4\3\2\2\2\u00d4\u00d5\3\2\2\2\u00d5\u00d6"+ + "\7\7\2\2\u00d6\27\3\2\2\2\u00d7\u00d8\b\r\1\2\u00d8\u00d9\5\32\16\2\u00d9"+ + "\u00e4\3\2\2\2\u00da\u00db\f\4\2\2\u00db\u00e3\7\24\2\2\u00dc\u00dd\f"+ + "\3\2\2\u00dd\u00df\7\6\2\2\u00de\u00e0\5H%\2\u00df\u00de\3\2\2\2\u00df"+ + "\u00e0\3\2\2\2\u00e0\u00e1\3\2\2\2\u00e1\u00e3\7\7\2\2\u00e2\u00da\3\2"+ + "\2\2\u00e2\u00dc\3\2\2\2\u00e3\u00e6\3\2\2\2\u00e4\u00e2\3\2\2\2\u00e4"+ + "\u00e5\3\2\2\2\u00e5\31\3\2\2\2\u00e6\u00e4\3\2\2\2\u00e7\u00e8\b\16\1"+ + "\2\u00e8\u00e9\7\b\2\2\u00e9\u00ea\5\32\16\2\u00ea\u00eb\7\t\2\2\u00eb"+ + "\u00f7\3\2\2\2\u00ec\u00f7\7T\2\2\u00ed\u00ef\7S\2\2\u00ee\u00f0\7T\2"+ + "\2\u00ef\u00ee\3\2\2\2\u00ef\u00f0\3\2\2\2\u00f0\u00f7\3\2\2\2\u00f1\u00f7"+ + "\5\36\20\2\u00f2\u00f7\5\34\17\2\u00f3\u00f7\5$\23\2\u00f4\u00f7\5\"\22"+ + "\2\u00f5\u00f7\7\3\2\2\u00f6\u00e7\3\2\2\2\u00f6\u00ec\3\2\2\2\u00f6\u00ed"+ + "\3\2\2\2\u00f6\u00f1\3\2\2\2\u00f6\u00f2\3\2\2\2\u00f6\u00f3\3\2\2\2\u00f6"+ + "\u00f4\3\2\2\2\u00f6\u00f5\3\2\2\2\u00f7\u0103\3\2\2\2\u00f8\u00f9\f\t"+ + "\2\2\u00f9\u00fb\7\6\2\2\u00fa\u00fc\5H%\2\u00fb\u00fa\3\2\2\2\u00fb\u00fc"+ + "\3\2\2\2\u00fc\u00fd\3\2\2\2\u00fd\u0102\7\7\2\2\u00fe\u00ff\f\b\2\2\u00ff"+ + "\u0100\7\b\2\2\u0100\u0102\7\t\2\2\u0101\u00f8\3\2\2\2\u0101\u00fe\3\2"+ + "\2\2\u0102\u0105\3\2\2\2\u0103\u0101\3\2\2\2\u0103\u0104\3\2\2\2\u0104"+ + "\33\3\2\2\2\u0105\u0103\3\2\2\2\u0106\u0107\7G\2\2\u0107\u0108\7m\2\2"+ + "\u0108\35\3\2\2\2\u0109\u010b\7G\2\2\u010a\u010c\7m\2\2\u010b\u010a\3"+ + "\2\2\2\u010b\u010c\3\2\2\2\u010c\u010d\3\2\2\2\u010d\u010f\7\4\2\2\u010e"+ + "\u0110\5 \21\2\u010f\u010e\3\2\2\2\u0110\u0111\3\2\2\2\u0111\u010f\3\2"+ + "\2\2\u0111\u0112\3\2\2\2\u0112\u0113\3\2\2\2\u0113\u0114\7\5\2\2\u0114"+ + "\37\3\2\2\2\u0115\u0116\5\n\6\2\u0116\u0117\7\n\2\2\u0117!\3\2\2\2\u0118"+ + "\u0119\7H\2\2\u0119\u011a\7m\2\2\u011a#\3\2\2\2\u011b\u011d\7H\2\2\u011c"+ + "\u011e\7m\2\2\u011d\u011c\3\2\2\2\u011d\u011e\3\2\2\2\u011e\u011f\3\2"+ + "\2\2\u011f\u0120\7\4\2\2\u0120\u0121\5&\24\2\u0121\u0122\7\5\2\2\u0122"+ + "%\3\2\2\2\u0123\u0124\b\24\1\2\u0124\u0125\5(\25\2\u0125\u012b\3\2\2\2"+ + "\u0126\u0127\f\3\2\2\u0127\u0128\7\f\2\2\u0128\u012a\5(\25\2\u0129\u0126"+ + "\3\2\2\2\u012a\u012d\3\2\2\2\u012b\u0129\3\2\2\2\u012b\u012c\3\2\2\2\u012c"+ + "\'\3\2\2\2\u012d\u012b\3\2\2\2\u012e\u0131\7m\2\2\u012f\u0130\7\'\2\2"+ + "\u0130\u0132\5H%\2\u0131\u012f\3\2\2\2\u0131\u0132\3\2\2\2\u0132)\3\2"+ + "\2\2\u0133\u0137\5\22\n\2\u0134\u0136\5\24\13\2\u0135\u0134\3\2\2\2\u0136"+ + "\u0139\3\2\2\2\u0137\u0135\3\2\2\2\u0137\u0138\3\2\2\2\u0138\u013a\3\2"+ + "\2\2\u0139\u0137\3\2\2\2\u013a\u013b\7m\2\2\u013b\u013d\7\b\2\2\u013c"+ + "\u013e\5.\30\2\u013d\u013c\3\2\2\2\u013d\u013e\3\2\2\2\u013e\u013f\3\2"+ + "\2\2\u013f\u0142\7\t\2\2\u0140\u0143\5,\27\2\u0141\u0143\7\n\2\2\u0142"+ + "\u0140\3\2\2\2\u0142\u0141\3\2\2\2\u0143+\3\2\2\2\u0144\u0146\7\4\2\2"+ + "\u0145\u0147\58\35\2\u0146\u0145\3\2\2\2\u0146\u0147\3\2\2\2\u0147\u0148"+ + "\3\2\2\2\u0148\u0149\7\5\2\2\u0149-\3\2\2\2\u014a\u014f\5\60\31\2\u014b"+ + "\u014c\7\f\2\2\u014c\u014e\5\60\31\2\u014d\u014b\3\2\2\2\u014e\u0151\3"+ + "\2\2\2\u014f\u014d\3\2\2\2\u014f\u0150\3\2\2\2\u0150/\3\2\2\2\u0151\u014f"+ + "\3\2\2\2\u0152\u0156\5\22\n\2\u0153\u0155\5\24\13\2\u0154\u0153\3\2\2"+ + "\2\u0155\u0158\3\2\2\2\u0156\u0154\3\2\2\2\u0156\u0157\3\2\2\2\u0157\u0159"+ + "\3\2\2\2\u0158\u0156\3\2\2\2\u0159\u015a\7m\2\2\u015a\u015e\3\2\2\2\u015b"+ + "\u015e\7T\2\2\u015c\u015e\7\16\2\2\u015d\u0152\3\2\2\2\u015d\u015b\3\2"+ + "\2\2\u015d\u015c\3\2\2\2\u015e\61\3\2\2\2\u015f\u0160\7Y\2\2\u0160\u0161"+ + "\7m\2\2\u0161\u0162\7\b\2\2\u0162\u0167\5\64\33\2\u0163\u0164\7\f\2\2"+ + "\u0164\u0166\5\64\33\2\u0165\u0163\3\2\2\2\u0166\u0169\3\2\2\2\u0167\u0165"+ + "\3\2\2\2\u0167\u0168\3\2\2\2\u0168\u016a\3\2\2\2\u0169\u0167\3\2\2\2\u016a"+ + "\u016b\7\t\2\2\u016b\63\3\2\2\2\u016c\u0174\7d\2\2\u016d\u016e\7d\2\2"+ + "\u016e\u016f\7\r\2\2\u016f\u0174\7d\2\2\u0170\u0174\7m\2\2\u0171\u0174"+ + "\7n\2\2\u0172\u0174\7:\2\2\u0173\u016c\3\2\2\2\u0173\u016d\3\2\2\2\u0173"+ + "\u0170\3\2\2\2\u0173\u0171\3\2\2\2\u0173\u0172\3\2\2\2\u0174\65\3\2\2"+ + "\2\u0175\u01a2\7*\2\2\u0176\u0177\7-\2\2\u0177\u0178\7\b\2\2\u0178\u0179"+ + "\7d\2\2\u0179\u01a2\7\t\2\2\u017a\u017e\7\62\2\2\u017b\u017c\7\b\2\2\u017c"+ + "\u017d\7m\2\2\u017d\u017f\7\t\2\2\u017e\u017b\3\2\2\2\u017e\u017f\3\2"+ + "\2\2\u017f\u01a2\3\2\2\2\u0180\u01a2\7\65\2\2\u0181\u01a2\7\66\2\2\u0182"+ + "\u0183\7\64\2\2\u0183\u0184\7\b\2\2\u0184\u0185\7d\2\2\u0185\u01a2\7\t"+ + "\2\2\u0186\u01a2\7/\2\2\u0187\u01a2\7\60\2\2\u0188\u01a2\7\67\2\2\u0189"+ + "\u01a2\78\2\2\u018a\u01a2\7+\2\2\u018b\u01a2\7,\2\2\u018c\u01a2\7.\2\2"+ + "\u018d\u01a2\79\2\2\u018e\u0192\7\61\2\2\u018f\u0190\7\b\2\2\u0190\u0191"+ + "\7m\2\2\u0191\u0193\7\t\2\2\u0192\u018f\3\2\2\2\u0192\u0193\3\2\2\2\u0193"+ + "\u01a2\3\2\2\2\u0194\u0195\7\63\2\2\u0195\u0196\7\b\2\2\u0196\u019b\5"+ + "\64\33\2\u0197\u0198\7\f\2\2\u0198\u019a\5\64\33\2\u0199\u0197\3\2\2\2"+ + "\u019a\u019d\3\2\2\2\u019b\u0199\3\2\2\2\u019b\u019c\3\2\2\2\u019c\u019e"+ + "\3\2\2\2\u019d\u019b\3\2\2\2\u019e\u019f\7\t\2\2\u019f\u01a2\3\2\2\2\u01a0"+ + "\u01a2\7:\2\2\u01a1\u0175\3\2\2\2\u01a1\u0176\3\2\2\2\u01a1\u017a\3\2"+ + "\2\2\u01a1\u0180\3\2\2\2\u01a1\u0181\3\2\2\2\u01a1\u0182\3\2\2\2\u01a1"+ + "\u0186\3\2\2\2\u01a1\u0187\3\2\2\2\u01a1\u0188\3\2\2\2\u01a1\u0189\3\2"+ + "\2\2\u01a1\u018a\3\2\2\2\u01a1\u018b\3\2\2\2\u01a1\u018c\3\2\2\2\u01a1"+ + "\u018d\3\2\2\2\u01a1\u018e\3\2\2\2\u01a1\u0194\3\2\2\2\u01a1\u01a0\3\2"+ + "\2\2\u01a2\67\3\2\2\2\u01a3\u01a5\5:\36\2\u01a4\u01a3\3\2\2\2\u01a5\u01a6"+ + "\3\2\2\2\u01a6\u01a4\3\2\2\2\u01a6\u01a7\3\2\2\2\u01a79\3\2\2\2\u01a8"+ + "\u01a9\5\n\6\2\u01a9\u01aa\7\n\2\2\u01aa\u01fe\3\2\2\2\u01ab\u01ad\7\4"+ + "\2\2\u01ac\u01ae\58\35\2\u01ad\u01ac\3\2\2\2\u01ad\u01ae\3\2\2\2\u01ae"+ + "\u01af\3\2\2\2\u01af\u01fe\7\5\2\2\u01b0\u01b1\5F$\2\u01b1\u01b2\7\n\2"+ + "\2\u01b2\u01fe\3\2\2\2\u01b3\u01b4\7;\2\2\u01b4\u01b5\7\b\2\2\u01b5\u01b6"+ + "\5F$\2\u01b6\u01b7\7\t\2\2\u01b7\u01ba\5:\36\2\u01b8\u01b9\7<\2\2\u01b9"+ + "\u01bb\5:\36\2\u01ba\u01b8\3\2\2\2\u01ba\u01bb\3\2\2\2\u01bb\u01fe\3\2"+ + "\2\2\u01bc\u01be\5\66\34\2\u01bd\u01bc\3\2\2\2\u01be\u01c1\3\2\2\2\u01bf"+ + "\u01bd\3\2\2\2\u01bf\u01c0\3\2\2\2\u01c0\u01c2\3\2\2\2\u01c1\u01bf\3\2"+ + "\2\2\u01c2\u01c3\7=\2\2\u01c3\u01c4\7\b\2\2\u01c4\u01c5\5F$\2\u01c5\u01c6"+ + "\7\t\2\2\u01c6\u01c7\5:\36\2\u01c7\u01fe\3\2\2\2\u01c8\u01ca\5\66\34\2"+ + "\u01c9\u01c8\3\2\2\2\u01ca\u01cd\3\2\2\2\u01cb\u01c9\3\2\2\2\u01cb\u01cc"+ + "\3\2\2\2\u01cc\u01ce\3\2\2\2\u01cd\u01cb\3\2\2\2\u01ce\u01cf\7>\2\2\u01cf"+ + "\u01d0\5:\36\2\u01d0\u01d1\7=\2\2\u01d1\u01d2\7\b\2\2\u01d2\u01d3\5F$"+ + "\2\u01d3\u01d4\7\t\2\2\u01d4\u01d5\7\n\2\2\u01d5\u01fe\3\2\2\2\u01d6\u01d8"+ + "\5\66\34\2\u01d7\u01d6\3\2\2\2\u01d8\u01db\3\2\2\2\u01d9\u01d7\3\2\2\2"+ + "\u01d9\u01da\3\2\2\2\u01da\u01dc\3\2\2\2\u01db\u01d9\3\2\2\2\u01dc\u01dd"+ + "\7?\2\2\u01dd\u01de\7\b\2\2\u01de\u01df\5@!\2\u01df\u01e0\7\t\2\2\u01e0"+ + "\u01e1\5:\36\2\u01e1\u01fe\3\2\2\2\u01e2\u01e3\7@\2\2\u01e3\u01e4\7\b"+ + "\2\2\u01e4\u01e5\5F$\2\u01e5\u01e6\7\t\2\2\u01e6\u01e7\7\4\2\2\u01e7\u01e8"+ + "\5<\37\2\u01e8\u01e9\7\5\2\2\u01e9\u01fe\3\2\2\2\u01ea\u01ec\7A\2\2\u01eb"+ + "\u01ed\5F$\2\u01ec\u01eb\3\2\2\2\u01ec\u01ed\3\2\2\2\u01ed\u01ee\3\2\2"+ + "\2\u01ee\u01fe\7\n\2\2\u01ef\u01f0\7B\2\2\u01f0\u01fe\7\n\2\2\u01f1\u01f2"+ + "\7C\2\2\u01f2\u01fe\7\n\2\2\u01f3\u01f5\7D\2\2\u01f4\u01f6\5N(\2\u01f5"+ + "\u01f4\3\2\2\2\u01f5\u01f6\3\2\2\2\u01f6\u01f7\3\2\2\2\u01f7\u01f8\7\4"+ + "\2\2\u01f8\u01f9\5R*\2\u01f9\u01fa\7\u0086\2\2\u01fa\u01fe\3\2\2\2\u01fb"+ + "\u01fe\5L\'\2\u01fc\u01fe\7\n\2\2\u01fd\u01a8\3\2\2\2\u01fd\u01ab\3\2"+ + "\2\2\u01fd\u01b0\3\2\2\2\u01fd\u01b3\3\2\2\2\u01fd\u01bf\3\2\2\2\u01fd"+ + "\u01cb\3\2\2\2\u01fd\u01d9\3\2\2\2\u01fd\u01e2\3\2\2\2\u01fd\u01ea\3\2"+ + "\2\2\u01fd\u01ef\3\2\2\2\u01fd\u01f1\3\2\2\2\u01fd\u01f3\3\2\2\2\u01fd"+ + "\u01fb\3\2\2\2\u01fd\u01fc\3\2\2\2\u01fe;\3\2\2\2\u01ff\u0201\5> \2\u0200"+ + "\u01ff\3\2\2\2\u0201\u0202\3\2\2\2\u0202\u0200\3\2\2\2\u0202\u0203\3\2"+ + "\2\2\u0203\u0209\3\2\2\2\u0204\u0205\7E\2\2\u0205\u0207\7\13\2\2\u0206"+ + "\u0208\58\35\2\u0207\u0206\3\2\2\2\u0207\u0208\3\2\2\2\u0208\u020a\3\2"+ + "\2\2\u0209\u0204\3\2\2\2\u0209\u020a\3\2\2\2\u020a=\3\2\2\2\u020b\u020c"+ + "\7F\2\2\u020c\u020d\5H%\2\u020d\u020f\7\13\2\2\u020e\u0210\58\35\2\u020f"+ + "\u020e\3\2\2\2\u020f\u0210\3\2\2\2\u0210?\3\2\2\2\u0211\u0212\5B\"\2\u0212"+ + "\u0214\7\n\2\2\u0213\u0215\5D#\2\u0214\u0213\3\2\2\2\u0214\u0215\3\2\2"+ + "\2\u0215\u0216\3\2\2\2\u0216\u0218\7\n\2\2\u0217\u0219\5F$\2\u0218\u0217"+ + "\3\2\2\2\u0218\u0219\3\2\2\2\u0219\u022a\3\2\2\2\u021a\u021e\5\22\n\2"+ + "\u021b\u021d\5\24\13\2\u021c\u021b\3\2\2\2\u021d\u0220\3\2\2\2\u021e\u021c"+ + "\3\2\2\2\u021e\u021f\3\2\2\2\u021f\u0222\3\2\2\2\u0220\u021e\3\2\2\2\u0221"+ + "\u021a\3\2\2\2\u0221\u0222\3\2\2\2\u0222\u0223\3\2\2\2\u0223\u0224\7m"+ + "\2\2\u0224\u0225\7\13\2\2\u0225\u0226\5H%\2\u0226\u0227\7\r\2\2\u0227"+ + "\u0228\5H%\2\u0228\u022a\3\2\2\2\u0229\u0211\3\2\2\2\u0229\u0221\3\2\2"+ + "\2\u022aA\3\2\2\2\u022b\u022d\5\n\6\2\u022c\u022b\3\2\2\2\u022c\u022d"+ + "\3\2\2\2\u022d\u0230\3\2\2\2\u022e\u0230\5F$\2\u022f\u022c\3\2\2\2\u022f"+ + "\u022e\3\2\2\2\u0230C\3\2\2\2\u0231\u0232\5F$\2\u0232E\3\2\2\2\u0233\u0234"+ + "\b$\1\2\u0234\u0235\5H%\2\u0235\u023b\3\2\2\2\u0236\u0237\f\3\2\2\u0237"+ + "\u0238\7\f\2\2\u0238\u023a\5H%\2\u0239\u0236\3\2\2\2\u023a\u023d\3\2\2"+ + "\2\u023b\u0239\3\2\2\2\u023b\u023c\3\2\2\2\u023cG\3\2\2\2\u023d\u023b"+ + "\3\2\2\2\u023e\u023f\b%\1\2\u023f\u0240\7\b\2\2\u0240\u0241\5F$\2\u0241"+ + "\u0242\7\t\2\2\u0242\u0280\3\2\2\2\u0243\u0244\7I\2\2\u0244\u0247\7\b"+ + "\2\2\u0245\u0248\5H%\2\u0246\u0248\5\30\r\2\u0247\u0245\3\2\2\2\u0247"+ + "\u0246\3\2\2\2\u0248\u0249\3\2\2\2\u0249\u024a\7\t\2\2\u024a\u0280\3\2"+ + "\2\2\u024b\u024c\7J\2\2\u024c\u024f\7\b\2\2\u024d\u0250\5H%\2\u024e\u0250"+ + "\5\30\r\2\u024f\u024d\3\2\2\2\u024f\u024e\3\2\2\2\u0250\u0251\3\2\2\2"+ + "\u0251\u0252\7\t\2\2\u0252\u0280\3\2\2\2\u0253\u0255\7K\2\2\u0254\u0256"+ + "\7\b\2\2\u0255\u0254\3\2\2\2\u0255\u0256\3\2\2\2\u0256\u0257\3\2\2\2\u0257"+ + "\u0259\7m\2\2\u0258\u025a\7\t\2\2\u0259\u0258\3\2\2\2\u0259\u025a\3\2"+ + "\2\2\u025a\u0280\3\2\2\2\u025b\u025c\7\b\2\2\u025c\u025d\5\30\r\2\u025d"+ + "\u025e\7\t\2\2\u025e\u025f\5H%\32\u025f\u0280\3\2\2\2\u0260\u0261\t\2"+ + "\2\2\u0261\u0280\5H%\31\u0262\u0263\7\24\2\2\u0263\u0280\5H%\27\u0264"+ + "\u0265\t\3\2\2\u0265\u0280\5H%\26\u0266\u0267\t\4\2\2\u0267\u0280\5H%"+ + "\22\u0268\u0269\7\4\2\2\u0269\u026e\5H%\2\u026a\u026b\7\f\2\2\u026b\u026d"+ + "\5H%\2\u026c\u026a\3\2\2\2\u026d\u0270\3\2\2\2\u026e\u026c\3\2\2\2\u026e"+ + "\u026f\3\2\2\2\u026f\u0272\3\2\2\2\u0270\u026e\3\2\2\2\u0271\u0273\7\f"+ + "\2\2\u0272\u0271\3\2\2\2\u0272\u0273\3\2\2\2\u0273\u0274\3\2\2\2\u0274"+ + "\u0275\7\5\2\2\u0275\u0280\3\2\2\2\u0276\u0280\7m\2\2\u0277\u0280\7d\2"+ + "\2\u0278\u027a\7n\2\2\u0279\u0278\3\2\2\2\u027a\u027b\3\2\2\2\u027b\u0279"+ + "\3\2\2\2\u027b\u027c\3\2\2\2\u027c\u0280\3\2\2\2\u027d\u0280\7o\2\2\u027e"+ + "\u0280\7U\2\2\u027f\u023e\3\2\2\2\u027f\u0243\3\2\2\2\u027f\u024b\3\2"+ + "\2\2\u027f\u0253\3\2\2\2\u027f\u025b\3\2\2\2\u027f\u0260\3\2\2\2\u027f"+ + "\u0262\3\2\2\2\u027f\u0264\3\2\2\2\u027f\u0266\3\2\2\2\u027f\u0268\3\2"+ + "\2\2\u027f\u0276\3\2\2\2\u027f\u0277\3\2\2\2\u027f\u0279\3\2\2\2\u027f"+ + "\u027d\3\2\2\2\u027f\u027e\3\2\2\2\u0280\u02bd\3\2\2\2\u0281\u0282\f\25"+ + "\2\2\u0282\u0283\t\5\2\2\u0283\u02bc\5H%\26\u0284\u0285\f\24\2\2\u0285"+ + "\u0286\t\6\2\2\u0286\u02bc\5H%\25\u0287\u0288\f\23\2\2\u0288\u0289\t\7"+ + "\2\2\u0289\u02bc\5H%\24\u028a\u028b\f\21\2\2\u028b\u028c\t\b\2\2\u028c"+ + "\u02bc\5H%\22\u028d\u028e\f\20\2\2\u028e\u028f\7\31\2\2\u028f\u02bc\5"+ + "H%\21\u0290\u0291\f\17\2\2\u0291\u0292\7\33\2\2\u0292\u02bc\5H%\20\u0293"+ + "\u0294\f\16\2\2\u0294\u0295\7\34\2\2\u0295\u02bc\5H%\17\u0296\u0297\f"+ + "\r\2\2\u0297\u0298\7%\2\2\u0298\u02bc\5H%\16\u0299\u029a\f\f\2\2\u029a"+ + "\u029b\7&\2\2\u029b\u02bc\5H%\r\u029c\u029d\f\13\2\2\u029d\u029e\7\17"+ + "\2\2\u029e\u029f\5H%\2\u029f\u02a0\7\13\2\2\u02a0\u02a1\5H%\f\u02a1\u02bc"+ + "\3\2\2\2\u02a2\u02a3\f\n\2\2\u02a3\u02a4\7\'\2\2\u02a4\u02bc\5H%\n\u02a5"+ + "\u02a6\f\t\2\2\u02a6\u02a7\7(\2\2\u02a7\u02bc\5H%\t\u02a8\u02a9\f!\2\2"+ + "\u02a9\u02aa\7\20\2\2\u02aa\u02bc\7m\2\2\u02ab\u02ac\f \2\2\u02ac\u02ad"+ + "\7\21\2\2\u02ad\u02bc\7m\2\2\u02ae\u02af\f\37\2\2\u02af\u02b1\7\b\2\2"+ + "\u02b0\u02b2\5J&\2\u02b1\u02b0\3\2\2\2\u02b1\u02b2\3\2\2\2\u02b2\u02b3"+ + "\3\2\2\2\u02b3\u02bc\7\t\2\2\u02b4\u02b5\f\33\2\2\u02b5\u02b6\7\6\2\2"+ + "\u02b6\u02b7\5F$\2\u02b7\u02b8\7\7\2\2\u02b8\u02bc\3\2\2\2\u02b9\u02ba"+ + "\f\30\2\2\u02ba\u02bc\t\2\2\2\u02bb\u0281\3\2\2\2\u02bb\u0284\3\2\2\2"+ + "\u02bb\u0287\3\2\2\2\u02bb\u028a\3\2\2\2\u02bb\u028d\3\2\2\2\u02bb\u0290"+ + "\3\2\2\2\u02bb\u0293\3\2\2\2\u02bb\u0296\3\2\2\2\u02bb\u0299\3\2\2\2\u02bb"+ + "\u029c\3\2\2\2\u02bb\u02a2\3\2\2\2\u02bb\u02a5\3\2\2\2\u02bb\u02a8\3\2"+ + "\2\2\u02bb\u02ab\3\2\2\2\u02bb\u02ae\3\2\2\2\u02bb\u02b4\3\2\2\2\u02bb"+ + "\u02b9\3\2\2\2\u02bc\u02bf\3\2\2\2\u02bd\u02bb\3\2\2\2\u02bd\u02be\3\2"+ + "\2\2\u02beI\3\2\2\2\u02bf\u02bd\3\2\2\2\u02c0\u02c5\5H%\2\u02c1\u02c2"+ + "\7\f\2\2\u02c2\u02c4\5H%\2\u02c3\u02c1\3\2\2\2\u02c4\u02c7\3\2\2\2\u02c5"+ + "\u02c3\3\2\2\2\u02c5\u02c6\3\2\2\2\u02c6K\3\2\2\2\u02c7\u02c5\3\2\2\2"+ + "\u02c8\u02ca\7L\2\2\u02c9\u02cb\5N(\2\u02ca\u02c9\3\2\2\2\u02ca\u02cb"+ + "\3\2\2\2\u02cb\u02cc\3\2\2\2\u02cc\u02cd\7V\2\2\u02cdM\3\2\2\2\u02ce\u02cf"+ + "\7\b\2\2\u02cf\u02d4\5P)\2\u02d0\u02d1\7\f\2\2\u02d1\u02d3\5P)\2\u02d2"+ + "\u02d0\3\2\2\2\u02d3\u02d6\3\2\2\2\u02d4\u02d2\3\2\2\2\u02d4\u02d5\3\2"+ + "\2\2\u02d5\u02d7\3\2\2\2\u02d6\u02d4\3\2\2\2\u02d7\u02d8\7\t\2\2\u02d8"+ + "O\3\2\2\2\u02d9\u02da\7M\2\2\u02da\u02e4\7n\2\2\u02db\u02dc\7N\2\2\u02dc"+ + "\u02e4\7m\2\2\u02dd\u02de\7O\2\2\u02de\u02e4\7n\2\2\u02df\u02e0\7P\2\2"+ + "\u02e0\u02e4\5H%\2\u02e1\u02e2\7Q\2\2\u02e2\u02e4\5H%\2\u02e3\u02d9\3"+ + "\2\2\2\u02e3\u02db\3\2\2\2\u02e3\u02dd\3\2\2\2\u02e3\u02df\3\2\2\2\u02e3"+ + "\u02e1\3\2\2\2\u02e4Q\3\2\2\2\u02e5\u02e7\5T+\2\u02e6\u02e5\3\2\2\2\u02e7"+ + "\u02ea\3\2\2\2\u02e8\u02e6\3\2\2\2\u02e8\u02e9\3\2\2\2\u02e9S\3\2\2\2"+ + "\u02ea\u02e8\3\2\2\2\u02eb\u02ef\5V,\2\u02ec\u02ef\5X-\2\u02ed\u02ef\5"+ + "Z.\2\u02ee\u02eb\3\2\2\2\u02ee\u02ec\3\2\2\2\u02ee\u02ed\3\2\2\2\u02ef"+ + "U\3\2\2\2\u02f0\u02f1\7\u0093\2\2\u02f1\u02f5\7v\2\2\u02f2\u02f3\7\u0092"+ + "\2\2\u02f3\u02f5\7v\2\2\u02f4\u02f0\3\2\2\2\u02f4\u02f2\3\2\2\2\u02f5"+ + "W\3\2\2\2\u02f6\u02f8\7t\2\2\u02f7\u02f9\5\\/\2\u02f8\u02f7\3\2\2\2\u02f8"+ + "\u02f9\3\2\2\2\u02f9Y\3\2\2\2\u02fa\u02fb\7s\2\2\u02fb\u0300\5^\60\2\u02fc"+ + "\u02fd\7w\2\2\u02fd\u02ff\5^\60\2\u02fe\u02fc\3\2\2\2\u02ff\u0302\3\2"+ + "\2\2\u0300\u02fe\3\2\2\2\u0300\u0301\3\2\2\2\u0301[\3\2\2\2\u0302\u0300"+ + "\3\2\2\2\u0303\u0331\5^\60\2\u0304\u0305\7u\2\2\u0305\u0331\5^\60\2\u0306"+ + "\u0307\5^\60\2\u0307\u0308\7w\2\2\u0308\u0309\5^\60\2\u0309\u0331\3\2"+ + "\2\2\u030a\u030b\7x\2\2\u030b\u030c\5^\60\2\u030c\u030d\7y\2\2\u030d\u030e"+ + "\7w\2\2\u030e\u030f\7\u0093\2\2\u030f\u0331\3\2\2\2\u0310\u0311\7x\2\2"+ + "\u0311\u0312\7x\2\2\u0312\u0313\5^\60\2\u0313\u0314\7y\2\2\u0314\u0315"+ + "\7y\2\2\u0315\u0316\7w\2\2\u0316\u0317\7\u0093\2\2\u0317\u0331\3\2\2\2"+ + "\u0318\u0319\7x\2\2\u0319\u031a\5^\60\2\u031a\u031b\7w\2\2\u031b\u031c"+ + "\7\u0093\2\2\u031c\u031d\7y\2\2\u031d\u031e\7w\2\2\u031e\u031f\7\u0093"+ + "\2\2\u031f\u0331\3\2\2\2\u0320\u0321\7x\2\2\u0321\u0322\5^\60\2\u0322"+ + "\u0323\7w\2\2\u0323\u0324\7\u0093\2\2\u0324\u0325\7y\2\2\u0325\u0331\3"+ + "\2\2\2\u0326\u0327\7x\2\2\u0327\u0328\5^\60\2\u0328\u0329\7y\2\2\u0329"+ + "\u0331\3\2\2\2\u032a\u032b\7x\2\2\u032b\u032c\7x\2\2\u032c\u032d\5^\60"+ + "\2\u032d\u032e\7y\2\2\u032e\u032f\7y\2\2\u032f\u0331\3\2\2\2\u0330\u0303"+ + "\3\2\2\2\u0330\u0304\3\2\2\2\u0330\u0306\3\2\2\2\u0330\u030a\3\2\2\2\u0330"+ + "\u0310\3\2\2\2\u0330\u0318\3\2\2\2\u0330\u0320\3\2\2\2\u0330\u0326\3\2"+ + "\2\2\u0330\u032a\3\2\2\2\u0331]\3\2\2\2\u0332\u0333\b\60\1\2\u0333\u0334"+ + "\7z\2\2\u0334\u0335\5^\60\2\u0335\u0336\7{\2\2\u0336\u0341\3\2\2\2\u0337"+ + "\u0338\t\t\2\2\u0338\u0341\5^\60\n\u0339\u0341\7\u0093\2\2\u033a\u0341"+ + "\7\u0091\2\2\u033b\u033c\7\u0085\2\2\u033c\u033d\7\u0093\2\2\u033d\u0341"+ + "\7\u0086\2\2\u033e\u0341\7\u0087\2\2\u033f\u0341\7\u0090\2\2\u0340\u0332"+ + "\3\2\2\2\u0340\u0337\3\2\2\2\u0340\u0339\3\2\2\2\u0340\u033a\3\2\2\2\u0340"+ + "\u033b\3\2\2\2\u0340\u033e\3\2\2\2\u0340\u033f\3\2\2\2\u0341\u0350\3\2"+ + "\2\2\u0342\u0343\f\f\2\2\u0343\u0344\7|\2\2\u0344\u034f\5^\60\r\u0345"+ + "\u0346\f\13\2\2\u0346\u0347\t\n\2\2\u0347\u034f\5^\60\f\u0348\u0349\f"+ + "\t\2\2\u0349\u034a\t\13\2\2\u034a\u034f\5^\60\n\u034b\u034c\f\b\2\2\u034c"+ + "\u034d\t\f\2\2\u034d\u034f\5^\60\t\u034e\u0342\3\2\2\2\u034e\u0345\3\2"+ + "\2\2\u034e\u0348\3\2\2\2\u034e\u034b\3\2\2\2\u034f\u0352\3\2\2\2\u0350"+ + "\u034e\3\2\2\2\u0350\u0351\3\2\2\2\u0351_\3\2\2\2\u0352\u0350\3\2\2\2"+ + "Xiz\u0083\u008d\u0093\u009b\u00a2\u00ab\u00b0\u00b6\u00bb\u00c0\u00c7"+ "\u00ce\u00d3\u00df\u00e2\u00e4\u00ef\u00f6\u00fb\u0101\u0103\u010b\u0111"+ - "\u011d\u012b\u0131\u0137\u013d\u0142\u0146\u014f\u0156\u015d\u0167\u016c"+ - "\u0175\u0180\u0194\u019d\u01a3\u01a8\u01af\u01bc\u01c1\u01cd\u01db\u01ee"+ - "\u01f7\u01ff\u0204\u0209\u020b\u0211\u0216\u021a\u0220\u0223\u022b\u022e"+ - "\u0231\u023d\u0249\u0251\u0257\u025b\u0270\u0274\u027d\u0281\u02b3\u02bd"+ - "\u02bf\u02c7\u02cc\u02d6\u02e5\u02ea\u02f0\u02f6\u02fa\u0302\u0332\u0342"+ - "\u0350\u0352"; + "\u011d\u012b\u0131\u0137\u013d\u0142\u0146\u014f\u0156\u015d\u0167\u0173"+ + "\u017e\u0192\u019b\u01a1\u01a6\u01ad\u01ba\u01bf\u01cb\u01d9\u01ec\u01f5"+ + "\u01fd\u0202\u0207\u0209\u020f\u0214\u0218\u021e\u0221\u0229\u022c\u022f"+ + "\u023b\u0247\u024f\u0255\u0259\u026e\u0272\u027b\u027f\u02b1\u02bb\u02bd"+ + "\u02c5\u02ca\u02d4\u02e3\u02e8\u02ee\u02f4\u02f8\u0300\u0330\u0340\u034e"+ + "\u0350"; public static final ATN _ATN = new ATNDeserializer().deserialize(_serializedATN.toCharArray()); static { diff --git a/src/test/kc/string-encoding-literals.c b/src/test/kc/string-encoding-literals.c index 6e98e7ace..6d6300aea 100644 --- a/src/test/kc/string-encoding-literals.c +++ b/src/test/kc/string-encoding-literals.c @@ -1,23 +1,34 @@ // Test string encoding via literals -byte petscii_mixed[] = "abcABC1"pm; -byte petscii_upper[] = "abcABC2"pu; -byte petscii_standard[] = "abcABC3"p; -byte screencode_mixed[] = "abcABC4"sm; -byte screencode_upper[] = "abcABC5"su; -byte screencode_standard[] = "abcABC6"s; -byte standard[] = "abcABC7"; +char no_null[] = "abcABC1"z; +char petscii_mixed[] = "abcABC1"pm; +char petscii_upper[] = "abcABC2"pu; +char petscii_standard[] = "abcABC3"p; +char screencode_mixed[] = "abcABC4"sm; +char screencode_upper[] = "abcABC5"su; +char screencode_standard[] = "abcABC6"s; +char ascii[] = "abcABC7"as; +char atascii[] = "abcABC8"at; +char screencode_atari[] = "abcABC9"sa; +char standard[] = "abcABC0"; + void main() { - byte* SCREEN = 0x0400; - for( byte i: 0..5 ) { + char* const SCREEN = 0x0400; + char * const D018 = 0xd018; + *D018 = 0x16; + for( char i: 0..7 ) { (SCREEN+40*0)[i] = petscii_mixed[i]; (SCREEN+40*1)[i] = petscii_upper[i]; (SCREEN+40*2)[i] = petscii_standard[i]; (SCREEN+40*3)[i] = screencode_mixed[i]; (SCREEN+40*4)[i] = screencode_upper[i]; (SCREEN+40*5)[i] = screencode_standard[i]; - (SCREEN+40*6)[i] = standard[i]; + (SCREEN+40*6)[i] = ascii[i]; + (SCREEN+40*7)[i] = atascii[i]; + (SCREEN+40*8)[i] = screencode_atari[i]; + (SCREEN+40*9)[i] = standard[i]; + (SCREEN+40*10)[i] = no_null[i]; } } \ No newline at end of file diff --git a/src/test/ref/string-encoding-literals.asm b/src/test/ref/string-encoding-literals.asm index 9688995bd..b5768b61b 100644 --- a/src/test/ref/string-encoding-literals.asm +++ b/src/test/ref/string-encoding-literals.asm @@ -4,6 +4,10 @@ .pc = $80d "Program" main: { .label SCREEN = $400 + .label D018 = $d018 + // *D018 = 0x16 + lda #$16 + sta D018 ldx #0 __b1: // (SCREEN+40*0)[i] = petscii_mixed[i] @@ -24,16 +28,29 @@ main: { // (SCREEN+40*5)[i] = screencode_standard[i] lda screencode_standard,x sta SCREEN+$28*5,x - // (SCREEN+40*6)[i] = standard[i] - lda standard,x + // (SCREEN+40*6)[i] = ascii[i] + lda ascii,x sta SCREEN+$28*6,x - // for( byte i: 0..5 ) + // (SCREEN+40*7)[i] = atascii[i] + lda atascii,x + sta SCREEN+$28*7,x + // (SCREEN+40*8)[i] = screencode_atari[i] + lda screencode_atari,x + sta SCREEN+$28*8,x + // (SCREEN+40*9)[i] = standard[i] + lda standard,x + sta SCREEN+$28*9,x + // (SCREEN+40*10)[i] = no_null[i] + lda no_null,x + sta SCREEN+$28*$a,x + // for( char i: 0..7 ) inx - cpx #6 + cpx #8 bne __b1 // } rts } + no_null: .text "abcABC1" .encoding "petscii_mixed" petscii_mixed: .text "abcABC1" .byte 0 @@ -52,5 +69,15 @@ main: { .encoding "screencode_mixed" screencode_standard: .text "abcABC6" .byte 0 - standard: .text "abcABC7" +.encoding "ascii" + ascii: .text "abcABC7" + .byte 0 +.encoding "ascii" + atascii: .text "abcABC8" + .byte 0 +.encoding "ascii" + screencode_atari: .text @"abc\$21\$22\$23\$19" + .byte 0 +.encoding "screencode_mixed" + standard: .text "abcABC0" .byte 0 diff --git a/src/test/ref/string-encoding-literals.cfg b/src/test/ref/string-encoding-literals.cfg index 62cab3416..1ed2046b0 100644 --- a/src/test/ref/string-encoding-literals.cfg +++ b/src/test/ref/string-encoding-literals.cfg @@ -1,7 +1,7 @@ void main() main: scope:[main] from - [0] phi() + [0] *main::D018 = $16 to:main::@1 main::@1: scope:[main] from main main::@1 [1] main::i#2 = phi( main/0, main::@1/main::i#1 ) @@ -11,10 +11,14 @@ main::@1: scope:[main] from main main::@1 [5] (main::SCREEN+(byte)$28*3)[main::i#2] = screencode_mixed[main::i#2] [6] (main::SCREEN+(byte)$28*4)[main::i#2] = screencode_upper[main::i#2] [7] (main::SCREEN+(byte)$28*5)[main::i#2] = screencode_standard[main::i#2] - [8] (main::SCREEN+(byte)$28*6)[main::i#2] = standard[main::i#2] - [9] main::i#1 = ++ main::i#2 - [10] if(main::i#1!=6) goto main::@1 + [8] (main::SCREEN+(byte)$28*6)[main::i#2] = ascii[main::i#2] + [9] (main::SCREEN+(word)$28*7)[main::i#2] = atascii[main::i#2] + [10] (main::SCREEN+(word)$28*8)[main::i#2] = screencode_atari[main::i#2] + [11] (main::SCREEN+(word)$28*9)[main::i#2] = standard[main::i#2] + [12] (main::SCREEN+(word)$28*$a)[main::i#2] = no_null[main::i#2] + [13] main::i#1 = ++ main::i#2 + [14] if(main::i#1!=8) goto main::@1 to:main::@return main::@return: scope:[main] from main::@1 - [11] return + [15] return to:@return diff --git a/src/test/ref/string-encoding-literals.log b/src/test/ref/string-encoding-literals.log index 66c7457e0..e86a5e5ac 100644 --- a/src/test/ref/string-encoding-literals.log +++ b/src/test/ref/string-encoding-literals.log @@ -3,27 +3,25 @@ CONTROL FLOW GRAPH SSA void main() main: scope:[main] from __start + *main::D018 = $16 main::i#0 = 0 to:main::@1 main::@1: scope:[main] from main main::@1 main::i#2 = phi( main/main::i#0, main::@1/main::i#1 ) - main::$0 = main::SCREEN + $28*0 - main::$0[main::i#2] = petscii_mixed[main::i#2] - main::$1 = main::SCREEN + $28*1 - main::$1[main::i#2] = petscii_upper[main::i#2] - main::$2 = main::SCREEN + $28*2 - main::$2[main::i#2] = petscii_standard[main::i#2] - main::$3 = main::SCREEN + $28*3 - main::$3[main::i#2] = screencode_mixed[main::i#2] - main::$4 = main::SCREEN + $28*4 - main::$4[main::i#2] = screencode_upper[main::i#2] - main::$5 = main::SCREEN + $28*5 - main::$5[main::i#2] = screencode_standard[main::i#2] - main::$6 = main::SCREEN + $28*6 - main::$6[main::i#2] = standard[main::i#2] - main::i#1 = main::i#2 + rangenext(0,5) - main::$7 = main::i#1 != rangelast(0,5) - if(main::$7) goto main::@1 + (main::SCREEN+$28*0)[main::i#2] = petscii_mixed[main::i#2] + (main::SCREEN+$28*1)[main::i#2] = petscii_upper[main::i#2] + (main::SCREEN+$28*2)[main::i#2] = petscii_standard[main::i#2] + (main::SCREEN+$28*3)[main::i#2] = screencode_mixed[main::i#2] + (main::SCREEN+$28*4)[main::i#2] = screencode_upper[main::i#2] + (main::SCREEN+$28*5)[main::i#2] = screencode_standard[main::i#2] + (main::SCREEN+$28*6)[main::i#2] = ascii[main::i#2] + (main::SCREEN+$28*7)[main::i#2] = atascii[main::i#2] + (main::SCREEN+$28*8)[main::i#2] = screencode_atari[main::i#2] + (main::SCREEN+$28*9)[main::i#2] = standard[main::i#2] + (main::SCREEN+$28*$a)[main::i#2] = no_null[main::i#2] + main::i#1 = main::i#2 + rangenext(0,7) + main::$0 = main::i#1 != rangelast(0,7) + if(main::$0) goto main::@1 to:main::@return main::@return: scope:[main] from main::@1 return @@ -41,99 +39,84 @@ __start::@return: scope:[__start] from __start::@1 SYMBOL TABLE SSA void __start() +const byte* ascii[] = "abcABC7"as +const byte* atascii[] = "abcABC8"at void main() -byte*~ main::$0 -byte*~ main::$1 -byte*~ main::$2 -byte*~ main::$3 -byte*~ main::$4 -byte*~ main::$5 -byte*~ main::$6 -bool~ main::$7 -const byte* main::SCREEN = (byte*)$400 +bool~ main::$0 +const nomodify byte* main::D018 = (byte*)$d018 +const nomodify byte* main::SCREEN = (byte*)$400 byte main::i byte main::i#0 byte main::i#1 byte main::i#2 +const byte* no_null[] = "abcABC1"z const byte* petscii_mixed[] = "abcABC1"pm const byte* petscii_standard[] = "abcABC3"pm const byte* petscii_upper[] = "abcABC2"pu +const byte* screencode_atari[] = "abcABC9"sa const byte* screencode_mixed[] = "abcABC4" const byte* screencode_standard[] = "abcABC6" const byte* screencode_upper[] = "abcABC5"su -const byte* standard[] = "abcABC7" +const byte* standard[] = "abcABC0" -Adding number conversion cast (unumber) $28*0 in main::$0 = main::SCREEN + $28*0 -Adding number conversion cast (unumber) $28*1 in main::$1 = main::SCREEN + $28*1 -Adding number conversion cast (unumber) $28*2 in main::$2 = main::SCREEN + $28*2 -Adding number conversion cast (unumber) $28*3 in main::$3 = main::SCREEN + $28*3 -Adding number conversion cast (unumber) $28*4 in main::$4 = main::SCREEN + $28*4 -Adding number conversion cast (unumber) $28*5 in main::$5 = main::SCREEN + $28*5 -Adding number conversion cast (unumber) $28*6 in main::$6 = main::SCREEN + $28*6 +Adding number conversion cast (unumber) $16 in *main::D018 = $16 +Adding number conversion cast (unumber) $28*0 in (main::SCREEN+$28*0)[main::i#2] = petscii_mixed[main::i#2] +Adding number conversion cast (unumber) $28*1 in (main::SCREEN+$28*1)[main::i#2] = petscii_upper[main::i#2] +Adding number conversion cast (unumber) $28*2 in (main::SCREEN+$28*2)[main::i#2] = petscii_standard[main::i#2] +Adding number conversion cast (unumber) $28*3 in (main::SCREEN+$28*3)[main::i#2] = screencode_mixed[main::i#2] +Adding number conversion cast (unumber) $28*4 in (main::SCREEN+$28*4)[main::i#2] = screencode_upper[main::i#2] +Adding number conversion cast (unumber) $28*5 in (main::SCREEN+$28*5)[main::i#2] = screencode_standard[main::i#2] +Adding number conversion cast (unumber) $28*6 in (main::SCREEN+$28*6)[main::i#2] = ascii[main::i#2] +Adding number conversion cast (unumber) $28*7 in (main::SCREEN+$28*7)[main::i#2] = atascii[main::i#2] +Adding number conversion cast (unumber) $28*8 in (main::SCREEN+$28*8)[main::i#2] = screencode_atari[main::i#2] +Adding number conversion cast (unumber) $28*9 in (main::SCREEN+$28*9)[main::i#2] = standard[main::i#2] +Adding number conversion cast (unumber) $28*$a in (main::SCREEN+$28*$a)[main::i#2] = no_null[main::i#2] Successful SSA optimization PassNAddNumberTypeConversions +Inlining cast *main::D018 = (unumber)$16 +Successful SSA optimization Pass2InlineCast Simplifying constant pointer cast (byte*) 1024 +Simplifying constant pointer cast (byte*) 53272 +Simplifying constant integer cast $16 Successful SSA optimization PassNCastSimplification -Simple Condition main::$7 [18] if(main::i#1!=rangelast(0,5)) goto main::@1 +Finalized unsigned number type $16 +Successful SSA optimization PassNFinalizeNumberTypeConversions +Simple Condition main::$0 [16] if(main::i#1!=rangelast(0,7)) goto main::@1 Successful SSA optimization Pass2ConditionalJumpSimplification -Constant right-side identified [2] main::$0 = main::SCREEN + (byte)$28*0 -Constant right-side identified [4] main::$1 = main::SCREEN + (byte)$28*1 -Constant right-side identified [6] main::$2 = main::SCREEN + (byte)$28*2 -Constant right-side identified [8] main::$3 = main::SCREEN + (byte)$28*3 -Constant right-side identified [10] main::$4 = main::SCREEN + (byte)$28*4 -Constant right-side identified [12] main::$5 = main::SCREEN + (byte)$28*5 -Constant right-side identified [14] main::$6 = main::SCREEN + (byte)$28*6 -Successful SSA optimization Pass2ConstantRValueConsolidation Constant main::i#0 = 0 -Constant main::$0 = main::SCREEN+(byte)$28*0 -Constant main::$1 = main::SCREEN+(byte)$28*1 -Constant main::$2 = main::SCREEN+(byte)$28*2 -Constant main::$3 = main::SCREEN+(byte)$28*3 -Constant main::$4 = main::SCREEN+(byte)$28*4 -Constant main::$5 = main::SCREEN+(byte)$28*5 -Constant main::$6 = main::SCREEN+(byte)$28*6 Successful SSA optimization Pass2ConstantIdentification -Resolved ranged next value [16] main::i#1 = ++ main::i#2 to ++ -Resolved ranged comparison value [18] if(main::i#1!=rangelast(0,5)) goto main::@1 to 6 -Simplifying constant evaluating to zero (byte)$28*0 in +Resolved ranged next value [14] main::i#1 = ++ main::i#2 to ++ +Resolved ranged comparison value [16] if(main::i#1!=rangelast(0,7)) goto main::@1 to 8 +Simplifying constant evaluating to zero (byte)$28*0 in [3] (main::SCREEN+(byte)$28*0)[main::i#2] = petscii_mixed[main::i#2] Successful SSA optimization PassNSimplifyConstantZero -Simplifying expression containing zero main::SCREEN in +Simplifying expression containing zero main::SCREEN in [3] (main::SCREEN+0)[main::i#2] = petscii_mixed[main::i#2] Successful SSA optimization PassNSimplifyExpressionWithZero Removing unused procedure __start Removing unused procedure block __start Removing unused procedure block __start::@1 Removing unused procedure block __start::@return Successful SSA optimization PassNEliminateEmptyStart -Adding number conversion cast (unumber) 6 in [9] if(main::i#1!=6) goto main::@1 +Adding number conversion cast (unumber) 8 in [14] if(main::i#1!=8) goto main::@1 Successful SSA optimization PassNAddNumberTypeConversions -Simplifying constant integer cast 6 +Simplifying constant integer cast 8 Successful SSA optimization PassNCastSimplification -Finalized unsigned number type 6 +Finalized unsigned number type 8 Successful SSA optimization PassNFinalizeNumberTypeConversions Inlining constant with var siblings main::i#0 -Constant inlined main::$1 = main::SCREEN+(byte)$28*1 -Constant inlined main::$2 = main::SCREEN+(byte)$28*2 -Constant inlined main::$0 = main::SCREEN -Constant inlined main::$5 = main::SCREEN+(byte)$28*5 Constant inlined main::i#0 = 0 -Constant inlined main::$6 = main::SCREEN+(byte)$28*6 -Constant inlined main::$3 = main::SCREEN+(byte)$28*3 -Constant inlined main::$4 = main::SCREEN+(byte)$28*4 Successful SSA optimization Pass2ConstantInlining Added new block during phi lifting main::@2(between main::@1 and main::@1) -Adding NOP phi() at start of main CALL GRAPH Created 1 initial phi equivalence classes -Coalesced [12] main::i#3 = main::i#1 +Coalesced [16] main::i#3 = main::i#1 Coalesced down to 1 phi equivalence classes Culled Empty Block label main::@2 -Adding NOP phi() at start of main FINAL CONTROL FLOW GRAPH void main() main: scope:[main] from - [0] phi() + [0] *main::D018 = $16 to:main::@1 main::@1: scope:[main] from main main::@1 [1] main::i#2 = phi( main/0, main::@1/main::i#1 ) @@ -143,12 +126,16 @@ main::@1: scope:[main] from main main::@1 [5] (main::SCREEN+(byte)$28*3)[main::i#2] = screencode_mixed[main::i#2] [6] (main::SCREEN+(byte)$28*4)[main::i#2] = screencode_upper[main::i#2] [7] (main::SCREEN+(byte)$28*5)[main::i#2] = screencode_standard[main::i#2] - [8] (main::SCREEN+(byte)$28*6)[main::i#2] = standard[main::i#2] - [9] main::i#1 = ++ main::i#2 - [10] if(main::i#1!=6) goto main::@1 + [8] (main::SCREEN+(byte)$28*6)[main::i#2] = ascii[main::i#2] + [9] (main::SCREEN+(word)$28*7)[main::i#2] = atascii[main::i#2] + [10] (main::SCREEN+(word)$28*8)[main::i#2] = screencode_atari[main::i#2] + [11] (main::SCREEN+(word)$28*9)[main::i#2] = standard[main::i#2] + [12] (main::SCREEN+(word)$28*$a)[main::i#2] = no_null[main::i#2] + [13] main::i#1 = ++ main::i#2 + [14] if(main::i#1!=8) goto main::@1 to:main::@return main::@return: scope:[main] from main::@1 - [11] return + [15] return to:@return @@ -156,7 +143,7 @@ VARIABLE REGISTER WEIGHTS void main() byte main::i byte main::i#1 16.5 -byte main::i#2 22.0 +byte main::i#2 22.000000000000004 Initial phi equivalence classes [ main::i#2 main::i#1 ] @@ -164,6 +151,7 @@ Complete equivalence classes [ main::i#2 main::i#1 ] Allocated zp[1]:2 [ main::i#2 main::i#1 ] REGISTER UPLIFT POTENTIAL REGISTERS +Statement [0] *main::D018 = $16 [ ] ( [ ] { } ) always clobbers reg byte a Statement [2] main::SCREEN[main::i#2] = petscii_mixed[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a Removing always clobbered register reg byte a as potential for zp[1]:2 [ main::i#2 main::i#1 ] Statement [3] (main::SCREEN+(byte)$28*1)[main::i#2] = petscii_upper[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a @@ -171,22 +159,31 @@ Statement [4] (main::SCREEN+(byte)$28*2)[main::i#2] = petscii_standard[main::i#2 Statement [5] (main::SCREEN+(byte)$28*3)[main::i#2] = screencode_mixed[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a Statement [6] (main::SCREEN+(byte)$28*4)[main::i#2] = screencode_upper[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a Statement [7] (main::SCREEN+(byte)$28*5)[main::i#2] = screencode_standard[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a -Statement [8] (main::SCREEN+(byte)$28*6)[main::i#2] = standard[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a +Statement [8] (main::SCREEN+(byte)$28*6)[main::i#2] = ascii[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a +Statement [9] (main::SCREEN+(word)$28*7)[main::i#2] = atascii[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a +Statement [10] (main::SCREEN+(word)$28*8)[main::i#2] = screencode_atari[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a +Statement [11] (main::SCREEN+(word)$28*9)[main::i#2] = standard[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a +Statement [12] (main::SCREEN+(word)$28*$a)[main::i#2] = no_null[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a +Statement [0] *main::D018 = $16 [ ] ( [ ] { } ) always clobbers reg byte a Statement [2] main::SCREEN[main::i#2] = petscii_mixed[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a Statement [3] (main::SCREEN+(byte)$28*1)[main::i#2] = petscii_upper[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a Statement [4] (main::SCREEN+(byte)$28*2)[main::i#2] = petscii_standard[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a Statement [5] (main::SCREEN+(byte)$28*3)[main::i#2] = screencode_mixed[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a Statement [6] (main::SCREEN+(byte)$28*4)[main::i#2] = screencode_upper[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a Statement [7] (main::SCREEN+(byte)$28*5)[main::i#2] = screencode_standard[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a -Statement [8] (main::SCREEN+(byte)$28*6)[main::i#2] = standard[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a +Statement [8] (main::SCREEN+(byte)$28*6)[main::i#2] = ascii[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a +Statement [9] (main::SCREEN+(word)$28*7)[main::i#2] = atascii[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a +Statement [10] (main::SCREEN+(word)$28*8)[main::i#2] = screencode_atari[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a +Statement [11] (main::SCREEN+(word)$28*9)[main::i#2] = standard[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a +Statement [12] (main::SCREEN+(word)$28*$a)[main::i#2] = no_null[main::i#2] [ main::i#2 ] ( [ main::i#2 ] { } ) always clobbers reg byte a Potential registers zp[1]:2 [ main::i#2 main::i#1 ] : zp[1]:2 , reg byte x , reg byte y , REGISTER UPLIFT SCOPES Uplift Scope [main] 38.5: zp[1]:2 [ main::i#2 main::i#1 ] Uplift Scope [] -Uplifting [main] best 846 combination reg byte x [ main::i#2 main::i#1 ] -Uplifting [] best 846 combination +Uplifting [main] best 1232 combination reg byte x [ main::i#2 main::i#1 ] +Uplifting [] best 1232 combination ASSEMBLER BEFORE OPTIMIZATION // File Comments @@ -199,6 +196,10 @@ ASSEMBLER BEFORE OPTIMIZATION // main main: { .label SCREEN = $400 + .label D018 = $d018 + // [0] *main::D018 = $16 -- _deref_pbuc1=vbuc2 + lda #$16 + sta D018 // [1] phi from main to main::@1 [phi:main->main::@1] __b1_from_main: // [1] phi main::i#2 = 0 [phi:main->main::@1#0] -- vbuxx=vbuc1 @@ -228,21 +229,34 @@ main: { // [7] (main::SCREEN+(byte)$28*5)[main::i#2] = screencode_standard[main::i#2] -- pbuc1_derefidx_vbuxx=pbuc2_derefidx_vbuxx lda screencode_standard,x sta SCREEN+$28*5,x - // [8] (main::SCREEN+(byte)$28*6)[main::i#2] = standard[main::i#2] -- pbuc1_derefidx_vbuxx=pbuc2_derefidx_vbuxx - lda standard,x + // [8] (main::SCREEN+(byte)$28*6)[main::i#2] = ascii[main::i#2] -- pbuc1_derefidx_vbuxx=pbuc2_derefidx_vbuxx + lda ascii,x sta SCREEN+$28*6,x - // [9] main::i#1 = ++ main::i#2 -- vbuxx=_inc_vbuxx + // [9] (main::SCREEN+(word)$28*7)[main::i#2] = atascii[main::i#2] -- pbuc1_derefidx_vbuxx=pbuc2_derefidx_vbuxx + lda atascii,x + sta SCREEN+$28*7,x + // [10] (main::SCREEN+(word)$28*8)[main::i#2] = screencode_atari[main::i#2] -- pbuc1_derefidx_vbuxx=pbuc2_derefidx_vbuxx + lda screencode_atari,x + sta SCREEN+$28*8,x + // [11] (main::SCREEN+(word)$28*9)[main::i#2] = standard[main::i#2] -- pbuc1_derefidx_vbuxx=pbuc2_derefidx_vbuxx + lda standard,x + sta SCREEN+$28*9,x + // [12] (main::SCREEN+(word)$28*$a)[main::i#2] = no_null[main::i#2] -- pbuc1_derefidx_vbuxx=pbuc2_derefidx_vbuxx + lda no_null,x + sta SCREEN+$28*$a,x + // [13] main::i#1 = ++ main::i#2 -- vbuxx=_inc_vbuxx inx - // [10] if(main::i#1!=6) goto main::@1 -- vbuxx_neq_vbuc1_then_la1 - cpx #6 + // [14] if(main::i#1!=8) goto main::@1 -- vbuxx_neq_vbuc1_then_la1 + cpx #8 bne __b1_from___b1 jmp __breturn // main::@return __breturn: - // [11] return + // [15] return rts } // File Data + no_null: .text "abcABC1" .encoding "petscii_mixed" petscii_mixed: .text "abcABC1" .byte 0 @@ -261,7 +275,17 @@ main: { .encoding "screencode_mixed" screencode_standard: .text "abcABC6" .byte 0 - standard: .text "abcABC7" +.encoding "ascii" + ascii: .text "abcABC7" + .byte 0 +.encoding "ascii" + atascii: .text "abcABC8" + .byte 0 +.encoding "ascii" + screencode_atari: .text @"abc\$21\$22\$23\$19" + .byte 0 +.encoding "screencode_mixed" + standard: .text "abcABC0" .byte 0 ASSEMBLER OPTIMIZATIONS @@ -278,24 +302,29 @@ Removing instruction jmp __b1 Succesful ASM optimization Pass5NextJumpElimination FINAL SYMBOL TABLE +const byte* ascii[] = "abcABC7"as +const byte* atascii[] = "abcABC8"at void main() -const byte* main::SCREEN = (byte*) 1024 +const nomodify byte* main::D018 = (byte*) 53272 +const nomodify byte* main::SCREEN = (byte*) 1024 byte main::i byte main::i#1 reg byte x 16.5 -byte main::i#2 reg byte x 22.0 +byte main::i#2 reg byte x 22.000000000000004 +const byte* no_null[] = "abcABC1"z const byte* petscii_mixed[] = "abcABC1"pm const byte* petscii_standard[] = "abcABC3"pm const byte* petscii_upper[] = "abcABC2"pu +const byte* screencode_atari[] = "abcABC9"sa const byte* screencode_mixed[] = "abcABC4" const byte* screencode_standard[] = "abcABC6" const byte* screencode_upper[] = "abcABC5"su -const byte* standard[] = "abcABC7" +const byte* standard[] = "abcABC0" reg byte x [ main::i#2 main::i#1 ] FINAL ASSEMBLER -Score: 756 +Score: 1142 // File Comments // Test string encoding via literals @@ -307,6 +336,11 @@ Score: 756 // main main: { .label SCREEN = $400 + .label D018 = $d018 + // *D018 = 0x16 + // [0] *main::D018 = $16 -- _deref_pbuc1=vbuc2 + lda #$16 + sta D018 // [1] phi from main to main::@1 [phi:main->main::@1] // [1] phi main::i#2 = 0 [phi:main->main::@1#0] -- vbuxx=vbuc1 ldx #0 @@ -338,22 +372,39 @@ main: { // [7] (main::SCREEN+(byte)$28*5)[main::i#2] = screencode_standard[main::i#2] -- pbuc1_derefidx_vbuxx=pbuc2_derefidx_vbuxx lda screencode_standard,x sta SCREEN+$28*5,x - // (SCREEN+40*6)[i] = standard[i] - // [8] (main::SCREEN+(byte)$28*6)[main::i#2] = standard[main::i#2] -- pbuc1_derefidx_vbuxx=pbuc2_derefidx_vbuxx - lda standard,x + // (SCREEN+40*6)[i] = ascii[i] + // [8] (main::SCREEN+(byte)$28*6)[main::i#2] = ascii[main::i#2] -- pbuc1_derefidx_vbuxx=pbuc2_derefidx_vbuxx + lda ascii,x sta SCREEN+$28*6,x - // for( byte i: 0..5 ) - // [9] main::i#1 = ++ main::i#2 -- vbuxx=_inc_vbuxx + // (SCREEN+40*7)[i] = atascii[i] + // [9] (main::SCREEN+(word)$28*7)[main::i#2] = atascii[main::i#2] -- pbuc1_derefidx_vbuxx=pbuc2_derefidx_vbuxx + lda atascii,x + sta SCREEN+$28*7,x + // (SCREEN+40*8)[i] = screencode_atari[i] + // [10] (main::SCREEN+(word)$28*8)[main::i#2] = screencode_atari[main::i#2] -- pbuc1_derefidx_vbuxx=pbuc2_derefidx_vbuxx + lda screencode_atari,x + sta SCREEN+$28*8,x + // (SCREEN+40*9)[i] = standard[i] + // [11] (main::SCREEN+(word)$28*9)[main::i#2] = standard[main::i#2] -- pbuc1_derefidx_vbuxx=pbuc2_derefidx_vbuxx + lda standard,x + sta SCREEN+$28*9,x + // (SCREEN+40*10)[i] = no_null[i] + // [12] (main::SCREEN+(word)$28*$a)[main::i#2] = no_null[main::i#2] -- pbuc1_derefidx_vbuxx=pbuc2_derefidx_vbuxx + lda no_null,x + sta SCREEN+$28*$a,x + // for( char i: 0..7 ) + // [13] main::i#1 = ++ main::i#2 -- vbuxx=_inc_vbuxx inx - // [10] if(main::i#1!=6) goto main::@1 -- vbuxx_neq_vbuc1_then_la1 - cpx #6 + // [14] if(main::i#1!=8) goto main::@1 -- vbuxx_neq_vbuc1_then_la1 + cpx #8 bne __b1 // main::@return // } - // [11] return + // [15] return rts } // File Data + no_null: .text "abcABC1" .encoding "petscii_mixed" petscii_mixed: .text "abcABC1" .byte 0 @@ -372,6 +423,16 @@ main: { .encoding "screencode_mixed" screencode_standard: .text "abcABC6" .byte 0 - standard: .text "abcABC7" +.encoding "ascii" + ascii: .text "abcABC7" + .byte 0 +.encoding "ascii" + atascii: .text "abcABC8" + .byte 0 +.encoding "ascii" + screencode_atari: .text @"abc\$21\$22\$23\$19" + .byte 0 +.encoding "screencode_mixed" + standard: .text "abcABC0" .byte 0 diff --git a/src/test/ref/string-encoding-literals.sym b/src/test/ref/string-encoding-literals.sym index 850cb2996..f62dc7808 100644 --- a/src/test/ref/string-encoding-literals.sym +++ b/src/test/ref/string-encoding-literals.sym @@ -1,14 +1,19 @@ +const byte* ascii[] = "abcABC7"as +const byte* atascii[] = "abcABC8"at void main() -const byte* main::SCREEN = (byte*) 1024 +const nomodify byte* main::D018 = (byte*) 53272 +const nomodify byte* main::SCREEN = (byte*) 1024 byte main::i byte main::i#1 reg byte x 16.5 -byte main::i#2 reg byte x 22.0 +byte main::i#2 reg byte x 22.000000000000004 +const byte* no_null[] = "abcABC1"z const byte* petscii_mixed[] = "abcABC1"pm const byte* petscii_standard[] = "abcABC3"pm const byte* petscii_upper[] = "abcABC2"pu +const byte* screencode_atari[] = "abcABC9"sa const byte* screencode_mixed[] = "abcABC4" const byte* screencode_standard[] = "abcABC6" const byte* screencode_upper[] = "abcABC5"su -const byte* standard[] = "abcABC7" +const byte* standard[] = "abcABC0" reg byte x [ main::i#2 main::i#1 ]