#line 3 "" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #include #include #include #include /* end standard C headers. */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; #endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define mmoconst const #else #define mmoconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (mmo_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((mmo_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE mmorestart(mmoin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(mmo_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct mmo_buffer_state *YY_BUFFER_STATE; #endif extern int mmoleng; extern FILE *mmoin, *mmoout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define mmoless(n) \ do \ { \ /* Undo effects of setting up mmotext. */ \ int mmoless_macro_arg = (n); \ YY_LESS_LINENO(mmoless_macro_arg);\ *mmo_cp = (mmo_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (mmo_c_buf_p) = mmo_cp = mmo_bp + mmoless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up mmotext again */ \ } \ while ( 0 ) #define unput(c) mmounput( c, (mmotext_ptr) ) #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t mmo_size_t; #endif #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct mmo_buffer_state { FILE *mmo_input_file; char *mmo_ch_buf; /* input buffer */ char *mmo_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ mmo_size_t mmo_buf_size; /* Number of characters read into mmo_ch_buf, not including EOB * characters. */ int mmo_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int mmo_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int mmo_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int mmo_at_bol; int mmo_bs_lineno; /**< The line count. */ int mmo_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int mmo_fill_buffer; int mmo_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via mmorestart()), so that the user can continue scanning by * just pointing mmoin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t mmo_buffer_stack_top = 0; /**< index of top of stack. */ static size_t mmo_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * mmo_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (mmo_buffer_stack) \ ? (mmo_buffer_stack)[(mmo_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (mmo_buffer_stack)[(mmo_buffer_stack_top)] /* mmo_hold_char holds the character lost when mmotext is formed. */ static char mmo_hold_char; static int mmo_n_chars; /* number of characters read into mmo_ch_buf */ int mmoleng; /* Points to current character in buffer. */ static char *mmo_c_buf_p = (char *) 0; static int mmo_init = 0; /* whether we need to initialize */ static int mmo_start = 0; /* start state number */ /* Flag which is used to allow mmowrap()'s to do buffer switches * instead of setting up a fresh mmoin. A bit of a hack ... */ static int mmo_did_buffer_switch_on_eof; void mmorestart (FILE *input_file ); void mmo_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE mmo_create_buffer (FILE *file,int size ); void mmo_delete_buffer (YY_BUFFER_STATE b ); void mmo_flush_buffer (YY_BUFFER_STATE b ); void mmopush_buffer_state (YY_BUFFER_STATE new_buffer ); void mmopop_buffer_state (void ); static void mmoensure_buffer_stack (void ); static void mmo_load_buffer_state (void ); static void mmo_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER mmo_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE mmo_scan_buffer (char *base,mmo_size_t size ); YY_BUFFER_STATE mmo_scan_string (mmoconst char *mmo_str ); YY_BUFFER_STATE mmo_scan_bytes (mmoconst char *bytes,int len ); void *mmoalloc (mmo_size_t ); void *mmorealloc (void *,mmo_size_t ); void mmofree (void * ); #define mmo_new_buffer mmo_create_buffer #define mmo_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ mmoensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ mmo_create_buffer(mmoin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->mmo_is_interactive = is_interactive; \ } #define mmo_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ mmoensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ mmo_create_buffer(mmoin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->mmo_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->mmo_at_bol) /* Begin user sect3 */ typedef unsigned char YY_CHAR; FILE *mmoin = (FILE *) 0, *mmoout = (FILE *) 0; typedef int mmo_state_type; extern int mmolineno; int mmolineno = 1; extern char *mmotext; #define mmotext_ptr mmotext static mmo_state_type mmo_get_previous_state (void ); static mmo_state_type mmo_try_NUL_trans (mmo_state_type current_state ); static int mmo_get_next_buffer (void ); static void mmo_fatal_error (mmoconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up mmotext. */ #define YY_DO_BEFORE_ACTION \ (mmotext_ptr) = mmo_bp; \ mmoleng = (size_t) (mmo_cp - mmo_bp); \ (mmo_hold_char) = *mmo_cp; \ *mmo_cp = '\0'; \ (mmo_c_buf_p) = mmo_cp; #define YY_NUM_RULES 144 #define YY_END_OF_BUFFER 145 /* This struct is not used in this scanner, but its presence is necessary. */ struct mmo_trans_info { flex_int32_t mmo_verify; flex_int32_t mmo_nxt; }; static mmoconst flex_int16_t mmo_acclist[532] = { 0, 145, 143, 144, 142, 143, 144, 142, 144, 143, 144, 143, 144, 143, 144, 143, 144, 143, 144, 143, 144, 143, 144, 143, 144, 143, 144, 143, 144, 143, 144, 143, 144, 143, 144, 143, 144, 143, 144, 143, 144, 143, 144, 143, 144, 143, 144, 143, 144, 143, 144, 143, 144, 143, 144, 142, 17, 16, 29, 17, 17, 17, 1, 53, 16, 16, 16, 6, 104, 103, 28, 27, 74, 75, 76, 17, 17, 1, 1, 1, 139, 138, 16, 16, 52, 27, 27, 27, 14, 10, 11, 12, 5, 13, 54, 4, 3, 121, 121, 1, 1, 125, 2, 137, 140, 111, 105, 112, 27, 27, 36, 15, 131, 5, 4, 4, 4, 3, 3, 3, 118, 126, 18, 19, 20, 24, 26, 115, 128, 69, 125, 125, 125, 2, 2, 2, 123, 40, 135, 140, 140, 140, 111, 111, 111, 122, 35, 105, 105, 105, 106, 97, 95, 124, 120, 7, 8, 9, 112, 112, 112, 108, 36, 36, 36, 116, 119, 77, 113, 141, 37, 41, 4, 4, 3, 3, 118, 118, 118, 126, 126, 126, 18, 18, 18, 19, 19, 19, 20, 20, 20, 21, 63, 24, 24, 24, 115, 115, 115, 42, 128, 128, 128, 69, 69, 69, 65, 125, 125, 2, 2, 58, 40, 40, 40, 136, 140, 140, 111, 111, 39, 34, 35, 35, 35, 105, 105, 106, 106, 106, 95, 95, 95, 23, 70, 71, 72, 56, 7, 7, 7, 8, 8, 8, 9, 9, 9, 57, 112, 112, 108, 108, 108, 36, 36, 43, 87, 132, 127, 25, 99, 61, 110, 37, 37, 37, 41, 41, 41, 68, 114, 118, 118, 126, 126, 38, 18, 18, 19, 19, 20, 20, 59, 100, 21, 21, 21, 24, 24, 55, 90, 115, 115, 42, 42, 42, 128, 128, 69, 69,16448, 40, 40, 134, 39, 39, 39, 35, 35, 106, 106, 95, 95, 22, 30, 23, 23, 23, 70, 70, 70, 71, 71, 71, 72, 72, 72, 7, 7, 8, 8, 9, 9, 108, 108, 109, 43, 43, 43, 87, 31, 25, 101, 37, 37, 41, 41, 78, 79, 80, 68, 68, 68, 38, 38, 38, 21, 21, 42, 42, 67, 60, 51, 89, 65,16448, 39, 39, 96, 94, 117, 22, 22, 22, 32, 23, 23, 70, 70, 71, 71, 72, 72, 109, 109, 109, 43, 43, 133, 83, 102, 107, 78, 78, 78, 79, 79, 79, 80, 80, 80, 68, 68, 38, 38, 82, 8256,16448, 8256, 96, 117, 117, 117, 22, 22, 33, 73, 109, 109, 83, 83, 83, 85, 44, 88, 102, 93, 78, 78, 79, 79, 80, 80, 82, 82, 82, 62, 65,16448, 8256, 117, 117, 73, 73, 73, 83, 83, 85, 44, 44, 44, 92, 93, 81, 82, 82, 82, 8256,16448, 66, 73, 73, 45, 86, 44, 44, 98, 81, 81, 81, 82, 82, 82, 46, 130, 65,16448, 66, 47, 49, 84, 81, 81, 50, 82, 82, 48, 130, 130, 130, 129, 8256,16448, 84, 84, 84, 130, 130, 129, 129, 129, 65,16448, 84, 84, 91, 129, 129, 8256,16448, 65, 16448, 8256,16448, 65,16448, 8256,16448, 65,16448, 8256, 16448, 65,16448, 8256,16448, 65,16448, 8256,16448,16448, 8256 } ; static mmoconst flex_int16_t mmo_accept[1876] = { 0, 1, 1, 1, 2, 4, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 60, 61, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 64, 64, 64, 64, 65, 66, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 68, 68, 68, 68, 69, 69, 70, 70, 70, 71, 71, 71, 71, 71, 71, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 73, 73, 73, 74, 74, 74, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 76, 76, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 78, 79, 80, 80, 80, 80, 80, 80, 80, 80, 80, 81, 82, 82, 82, 82, 82, 82, 82, 82, 83, 83, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 86, 87, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 90, 90, 90, 91, 91, 91, 91, 91, 92, 92, 93, 93, 93, 93, 93, 93, 94, 94, 94, 94, 94, 94, 94, 94, 95, 95, 95, 95, 95, 95, 95, 96, 96, 96, 96, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 98, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 100, 100, 101, 101, 101, 102, 102, 102, 102, 103, 103, 103, 103, 103, 103, 103, 103, 104, 104, 104, 104, 105, 105, 105, 105, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 107, 108, 108, 108, 108, 108, 109, 109, 110, 110, 110, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 113, 113, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 115, 116, 117, 117, 118, 119, 120, 120, 120, 120, 120, 120, 120, 120, 121, 121, 121, 121, 122, 122, 122, 122, 122, 122, 123, 123, 123, 123, 124, 124, 124, 124, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 126, 126, 126, 126, 126, 127, 127, 127, 127, 127, 128, 128, 128, 128, 128, 128, 128, 129, 129, 129, 129, 129, 129, 129, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 131, 132, 133, 133, 134, 135, 136, 136, 136, 136, 137, 137, 137, 137, 138, 138, 139, 139, 139, 140, 141, 142, 142, 143, 144, 145, 145, 145, 145, 145, 145, 145, 146, 146, 146, 146, 147, 147, 148, 149, 150, 150, 150, 150, 151, 151, 152, 152, 152, 152, 153, 153, 153, 153, 153, 154, 154, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 156, 156, 156, 156, 157, 157, 157, 157, 158, 158, 158, 158, 159, 160, 161, 161, 161, 161, 162, 162, 162, 163, 164, 165, 165, 165, 165, 165, 165, 165, 166, 166, 166, 166, 166, 166, 166, 166, 166, 167, 167, 167, 167, 168, 168, 168, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 170, 170, 171, 171, 171, 171, 171, 172, 172, 172, 173, 173, 174, 175, 175, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 177, 178, 179, 179, 180, 181, 182, 182, 182, 182, 182, 183, 184, 185, 185, 186, 187, 188, 188, 189, 190, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 192, 192, 193, 193, 194, 195, 196, 196, 196, 196, 196, 196, 196, 197, 198, 199, 199, 199, 199, 200, 200, 200, 201, 202, 203, 203, 203, 203, 203, 204, 205, 206, 206, 206, 206, 206, 206, 207, 207, 207, 207, 208, 208, 209, 210, 210, 211, 212, 212, 213, 214, 215, 215, 216, 216, 217, 217, 218, 219, 219, 220, 220, 220, 221, 221, 221, 222, 222, 223, 224, 225, 225, 226, 226, 227, 228, 229, 230, 230, 231, 232, 233, 233, 233, 233, 233, 233, 233, 233, 233, 233, 233, 233, 233, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 235, 235, 235, 235, 236, 236, 236, 236, 237, 237, 238, 238, 239, 240, 241, 241, 242, 243, 244, 244, 245, 246, 247, 247, 248, 248, 249, 249, 250, 251, 252, 253, 253, 253, 253, 254, 254, 255, 255, 255, 256, 256, 256, 256, 256, 257, 257, 257, 257, 257, 257, 257, 257, 258, 258, 259, 259, 259, 259, 259, 260, 260, 260, 260, 261, 261, 261, 261, 261, 262, 262, 263, 263, 264, 265, 266, 266, 266, 267, 268, 269, 269, 269, 269, 269, 269, 269, 269, 269, 269, 269, 269, 269, 269, 269, 269, 270, 270, 271, 271, 272, 272, 273, 274, 274, 275, 275, 275, 275, 276, 276, 277, 277, 278, 279, 279, 280, 281, 281, 282, 282, 282, 283, 283, 284, 284, 285, 286, 287, 287, 288, 288, 289, 290, 290, 291, 291, 291, 292, 292, 293, 294, 295, 296, 296, 296, 297, 297, 298, 298, 298, 298, 298, 298, 298, 299, 299, 300, 300, 300, 300, 300, 300, 300, 301, 301, 301, 302, 302, 303, 304, 305, 306, 307, 307, 307, 308, 308, 309, 310, 310, 311, 312, 312, 313, 313, 313, 313, 313, 313, 313, 313, 313, 314, 314, 314, 314, 315, 315, 315, 316, 317, 318, 318, 318, 318, 318, 318, 318, 318, 318, 319, 320, 321, 321, 322, 323, 324, 324, 325, 326, 327, 327, 328, 328, 329, 330, 330, 331, 332, 332, 333, 334, 334, 335, 335, 335, 336, 336, 337, 338, 339, 339, 339, 339, 339, 340, 340, 340, 340, 340, 340, 340, 340, 341, 341, 342, 342, 342, 342, 342, 343, 343, 344, 344, 345, 345, 346, 346, 347, 347, 347, 347, 347, 347, 347, 347, 347, 347, 347, 347, 348, 348, 348, 348, 349, 349, 349, 349, 350, 350, 351, 352, 353, 353, 353, 354, 355, 356, 356, 356, 356, 356, 357, 357, 358, 358, 359, 359, 360, 360, 361, 361, 362, 362, 362, 363, 363, 363, 363, 364, 364, 364, 365, 366, 366, 366, 367, 367, 368, 368, 368, 369, 369, 369, 370, 370, 370, 370, 371, 371, 372, 373, 374, 374, 375, 375, 375, 375, 376, 376, 377, 377, 377, 377, 377, 377, 377, 378, 378, 379, 380, 380, 381, 382, 382, 383, 384, 385, 386, 386, 387, 387, 388, 388, 388, 389, 389, 389, 389, 390, 390, 390, 390, 390, 390, 390, 390, 390, 390, 390, 391, 391, 391, 391, 391, 391, 392, 392, 392, 392, 392, 392, 392, 392, 392, 393, 394, 395, 395, 396, 397, 398, 398, 399, 400, 401, 401, 402, 402, 403, 403, 404, 404, 405, 405, 405, 406, 406, 406, 406, 406, 406, 406, 406, 406, 407, 408, 409, 409, 409, 409, 410, 411, 412, 413, 413, 414, 414, 415, 416, 416, 416, 416, 416, 417, 417, 417, 417, 418, 418, 419, 419, 420, 421, 422, 422, 422, 422, 423, 423, 423, 423, 423, 424, 424, 425, 425, 426, 426, 426, 426, 427, 427, 427, 427, 427, 427, 427, 427, 427, 428, 428, 429, 430, 430, 431, 432, 432, 433, 433, 434, 434, 434, 435, 436, 436, 436, 436, 436, 436, 436, 437, 437, 438, 439, 440, 440, 440, 440, 440, 441, 441, 442, 443, 444, 445, 445, 445, 445, 446, 446, 447, 447, 447, 448, 448, 449, 450, 451, 451, 452, 452, 453, 453, 453, 453, 453, 453, 454, 454, 454, 454, 454, 454, 454, 454, 455, 456, 456, 457, 457, 457, 457, 457, 457, 457, 457, 458, 459, 459, 460, 460, 460, 460, 460, 460, 461, 461, 462, 462, 463, 463, 464, 464, 464, 464, 465, 465, 466, 466, 467, 467, 468, 469, 470, 470, 470, 470, 471, 472, 473, 473, 473, 473, 473, 474, 474, 474, 474, 474, 475, 475, 475, 475, 476, 477, 478, 479, 479, 480, 480, 480, 480, 481, 481, 482, 482, 483, 484, 484, 485, 485, 486, 487, 487, 487, 488, 489, 490, 490, 490, 490, 491, 491, 492, 493, 494, 495, 496, 496, 496, 496, 497, 497, 498, 499, 500, 501, 501, 502, 503, 504, 504, 505, 506, 506, 507, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 530, 531, 532, 532 } ; static mmoconst flex_int32_t mmo_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 6, 7, 8, 1, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 1, 1, 1, 19, 1, 1, 1, 1, 1, 20, 21, 22, 1, 1, 1, 23, 1, 1, 24, 25, 1, 26, 27, 1, 28, 1, 1, 1, 1, 1, 1, 29, 1, 1, 1, 1, 1, 30, 1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 1, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static mmoconst flex_int32_t mmo_meta[56] = { 0, 1, 1, 1, 2, 3, 4, 5, 6, 7, 8, 8, 8, 8, 9, 9, 10, 9, 10, 11, 1, 1, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static mmoconst flex_int16_t mmo_base[2555] = { 0, 0, 0, 6062, 7991, 54, 59, 6025, 26, 31, 44, 48, 46, 51, 69, 36, 60, 57, 75, 84, 63, 5992, 87, 92, 109, 18, 108, 6003, 5965, 5971, 144, 5977, 5945, 5923, 5913, 5921, 5894, 5902, 5887, 5893, 5875, 5876, 5876, 5860, 110, 5866, 5858, 80, 5845, 5855, 73, 5837, 5839, 5836, 5816, 5828, 5821, 5819, 5818, 5808, 151, 5806, 5814, 5779, 5765, 5747, 5746, 124, 5740, 5755, 5745, 5728, 5710, 5718, 5707, 5710, 5698, 141, 80, 5710, 121, 113, 5696, 5686, 5673, 129, 5683, 5665, 5679, 5652, 95, 5653, 5647, 126, 5655, 5636, 172, 178, 5626, 5628, 5623, 5622, 5604, 5605, 5597, 5579, 5557, 5548, 5549, 5560, 5553, 5547, 5539, 5532, 5535, 5524, 5532, 5524, 5520, 5508, 5520, 5484, 5484, 165, 5487, 5476, 5464, 5466, 170, 5454, 5462, 196, 202, 5462, 5451, 5436, 178, 181, 5429, 5417, 5428, 5414, 216, 5419, 227, 5409, 5406, 5375, 5359, 5362, 186, 5360, 183, 215, 5349, 235, 5339, 5339, 236, 5329, 217, 5328, 5335, 5318, 5315, 245, 253, 242, 247, 249, 225, 5298, 5293, 5283, 143, 5275, 145, 5284, 5272, 5264, 5259, 5246, 5246, 5240, 5227, 5222, 5220, 5220, 5201, 5188, 5193, 5174, 5167, 5177, 266, 0, 255, 0, 5157, 5155, 5159, 5157, 5149, 5150, 5117, 5115, 5106, 5110, 5095, 5091, 5079, 5091, 5065, 5077, 5061, 5048, 5055, 5057, 5036, 5044, 5028, 5010, 5028, 274, 279, 235, 5016, 5003, 5011, 255, 287, 290, 5001, 4992, 300, 0, 287, 0, 4986, 4989, 4970, 4956, 4963, 4955, 195, 4972, 4954, 4955, 4948, 4942, 4944, 7991, 4931, 304, 4924, 293, 4912, 4875, 4872, 315, 326, 4871, 4863, 329, 340, 343, 354, 4869, 357, 368, 4857, 4864, 324, 352, 4867, 4843, 4843, 4840, 4833, 4832, 4822, 370, 4822, 378, 162, 0, 383, 387, 391, 396, 400, 404, 4824, 4825, 4821, 4804, 4812, 292, 393, 297, 395, 4805, 323, 4790, 4784, 4786, 4762, 4763, 4770, 409, 4759, 4743, 351, 412, 4726, 179, 4735, 4722, 4699, 4666, 351, 395, 410, 415, 4659, 336, 4647, 4643, 4641, 4630, 4633, 4612, 4599, 4592, 385, 4573, 4561, 4564, 4570, 4546, 406, 425, 4540, 4519, 4505, 4510, 4506, 4500, 4498, 430, 0, 419, 0, 429, 434, 4491, 4481, 4480, 436, 439, 442, 7991, 445, 443, 4470, 428, 438, 458, 464, 4475, 4458, 4436, 4428, 466, 4426, 4438, 4416, 4428, 4403, 4417, 4396, 4403, 4402, 4384, 4382, 468, 472, 4364, 4328, 4339, 4311, 7991, 479, 484, 4288, 7991, 488, 7991, 496, 482, 7991, 499, 4281, 4271, 508, 0, 494, 0, 500, 4263, 4249, 4223, 4215, 4201, 4185, 513, 516, 517, 4178, 519, 523, 533, 0, 0, 537, 0, 0, 541, 0, 0, 4180, 4164, 4157, 4171, 4167, 545, 547, 549, 551, 520, 553, 555, 543, 557, 299, 4144, 573, 575, 4165, 4139, 4123, 4104, 4112, 4082, 577, 579, 4087, 4086, 4082, 593, 598, 603, 611, 4071, 4053, 4043, 4026, 563, 565, 4028, 4016, 569, 0, 0, 571, 595, 605, 4010, 3990, 3992, 3984, 3982, 3981, 609, 3980, 3964, 616, 3964, 617, 3940, 3934, 619, 3921, 3904, 627, 629, 3900, 621, 3893, 3864, 3842, 3846, 3826, 610, 612, 640, 526, 645, 650, 663, 669, 3828, 647, 659, 7991, 547, 3831, 652, 679, 685, 692, 698, 3813, 672, 0, 0, 3818, 3804, 691, 697, 714, 719, 709, 710, 711, 3783, 3782, 3762, 716, 721, 3760, 3765, 3731, 7991, 727, 3724, 3710, 728, 3722, 730, 735, 737, 3721, 738, 754, 744, 3722, 729, 730, 745, 588, 767, 780, 3695, 3690, 3704, 751, 3678, 755, 3680, 0, 0, 772, 774, 470, 786, 622, 796, 655, 3679, 788, 3680, 3674, 3647, 0, 0, 704, 0, 0, 764, 790, 806, 0, 0, 808, 0, 3686, 3654, 3646, 3636, 0, 0, 810, 3637, 3612, 3615, 3593, 800, 802, 7991, 813, 3595, 812, 3576, 3602, 0, 810, 822, 3592, 0, 812, 831, 3549, 3538, 3539, 3532, 836, 844, 849, 854, 3545, 3522, 862, 867, 872, 880, 885, 890, 3510, 3491, 3500, 3499, 846, 892, 898, 908, 3498, 3493, 903, 914, 3495, 916, 921, 926, 3485, 934, 939, 3476, 3481, 3506, 7991, 945, 3459, 957, 962, 241, 3470, 3469, 952, 3474, 802, 0, 0, 3495, 0, 928, 975, 3487, 0, 964, 980, 933, 985, 964, 986, 993, 3481, 3475, 3444, 3476, 0, 984, 1003, 3468, 0, 994, 1010, 1005, 3445, 1009, 1016, 1021, 1029, 1034, 3466, 0, 1022, 1042, 1047, 1054, 1059, 1070, 1078, 1083, 3431, 3422, 3415, 1089, 1100, 1041, 1052, 3408, 3395, 3394, 3397, 1073, 1109, 1114, 1101, 1111, 1119, 1120, 1127, 1136, 1143, 1149, 1156, 1162, 1123, 3418, 0, 1137, 1169, 1175, 1180, 3381, 811, 0, 0, 3406, 0, 1170, 1193, 1133, 3376, 3360, 1185, 1191, 1167, 3361, 3359, 3333, 3345, 3313, 0, 0, 878, 1198, 1085, 928, 1060, 1187, 1203, 1210, 1199, 3328, 3307, 0, 0, 896, 0, 1207, 3294, 1211, 3299, 3274, 1212, 1217, 1223, 1234, 1242, 1247, 3270, 1252, 1260, 3280, 1072, 1114, 1240, 1016, 1202, 1206, 1250, 1218, 3270, 1259, 1265, 1269, 3306, 0, 1268, 1287, 3305, 0, 1274, 1293, 3279, 1270, 3301, 0, 1285, 1311, 3297, 0, 1300, 1319, 3292, 0, 1303, 1324, 3255, 3248, 1283, 1302, 1329, 1335, 1326, 1337, 3271, 0, 1336, 1342, 1347, 1348, 0, 0, 1071, 3222, 3222, 0, 1347, 1355, 1368, 1373, 3178, 3175, 0, 1362, 1381, 3120, 3124, 3115, 3107, 0, 1371, 1391, 3075, 3054, 3044, 3037, 1349, 1386, 3004, 2982, 1218, 1248, 1386, 1395, 1264, 1282, 1393, 1402, 1399, 1400, 7991, 1406, 3010, 0, 1403, 1419, 7991, 2967, 2926, 1339, 1398, 1414, 1407, 1407, 1408, 1423, 1427, 1443, 1448, 2919, 1459, 1470, 7991, 1450, 2897, 0, 1451, 1480, 1422, 1442, 1467, 1430, 2893, 0, 1468, 1487, 7991, 1489, 2889, 0, 1475, 1500, 2839, 2786, 2771, 7991, 1502, 0, 2806, 1497, 2744, 1505, 2728, 1513, 1518, 2726, 0, 1523, 1531, 1536, 1542, 1549, 1555, 1562, 1568, 1511, 1515, 2716, 0, 1543, 1575, 2700, 0, 1563, 1584, 2696, 0, 1578, 1589, 1529, 1580, 1542, 1568, 1587, 1434, 2670, 0, 1593, 1600, 1598, 1584, 1588, 1603, 1607, 1622, 1627, 2626, 2618, 0, 0, 1121, 1632, 1635, 2614, 2581, 2585, 2527, 2529, 7991, 1638, 1640, 1648, 0, 1652, 1654, 7991, 1656, 1658, 1660, 2489, 1614, 1657, 1659, 2484, 1675, 1679, 2460, 1668, 1670, 1671, 1687, 1691, 7991, 1698, 2478, 0, 1677, 1706, 2436, 2456, 0, 1695, 1711, 2403, 1670, 0, 0, 1698, 0, 0, 2390, 1717, 1724, 1719, 1722, 1723, 1740, 1745, 1735, 1756, 1739, 1740, 1743, 1730, 1741, 1750, 1769, 1750, 2380, 1775, 1782, 1762, 1770, 1773, 1751, 1771, 1774, 1780, 1793, 1777, 1781, 1799, 1806, 2353, 2321, 1806, 1810, 1813, 1826, 2319, 0, 1811, 1834, 0, 2317, 1796, 1805, 1835, 1821, 1840, 1841, 1843, 1845, 2256, 1826, 1828, 1843, 1851, 2261, 0, 1858, 1864, 2172, 1842, 1851, 1859, 1869, 1871, 1878, 1879, 1857, 1865, 1877, 1884, 2143, 2129, 1884, 2096, 1898, 1901, 2079, 2071, 1873, 0, 0, 1874, 0, 0, 0, 2085, 1879, 1884, 1902, 1906, 7991, 2000, 1893, 0, 0, 1894, 0, 0, 1999, 0, 1909, 1918, 1954, 7991, 1923, 1908, 1914, 1930, 1913, 1918, 0, 0, 1919, 1920, 1937, 1941, 1925, 1928, 1948, 1957, 1947, 1954, 1957, 1970, 1977, 1967, 1983, 1990, 1954, 1980, 0, 1982, 2001, 1991, 1963, 2007, 1997, 2012, 2016, 1960, 0, 2002, 2023, 1949, 0, 2014, 2034, 1931, 0, 2021, 2046, 0, 1917, 2011, 2013, 2036, 2050, 2030, 2037, 2052, 2056, 2040, 2042, 2058, 2062, 0, 1880, 2046, 0, 0, 2048, 2051, 2068, 2077, 2087, 2092, 2063, 0, 0, 1812, 0, 2080, 2100, 1707, 2021, 0, 0, 1276, 2097, 1702, 1701, 1655, 1658, 0, 0, 1360, 7991, 2108, 1653, 2110, 2117, 0, 1677, 2105, 0, 0, 2118, 1608, 2126, 2128, 0, 1639, 7991, 2130, 2106, 2113, 2128, 2137, 1593, 2116, 2121, 2138, 2147, 1581, 2145, 1544, 0, 2149, 2154, 2161, 2170, 2178, 2183, 2188, 2196, 1534, 0, 2159, 2201, 7991, 2206, 2176, 0, 0, 2177, 0, 0, 1481, 1488, 0, 2205, 2221, 2200, 0, 0, 2202, 0, 0, 2208, 0, 0, 2227, 1442, 0, 1442, 7991, 2238, 2210, 2216, 2228, 2165, 2217, 0, 0, 0, 1436, 7991, 2249, 1365, 2219, 0, 0, 2222, 2233, 2248, 2255, 1361, 2239, 0, 0, 2262, 2269, 2261, 2263, 2271, 2280, 2242, 0, 0, 30, 60, 2282, 2284, 100, 2294, 163, 158, 170, 2270, 0, 0, 7991, 2280, 2281, 2296, 2301, 184, 2285, 0, 0, 2287, 0, 0, 2288, 0, 0, 2307, 2309, 2320, 2325, 2328, 2333, 267, 0, 2326, 2338, 2345, 2347, 7991, 2349, 2346, 2338, 2340, 2355, 2312, 2362, 2374, 0, 2379, 2370, 0, 2380, 2358, 2367, 2386, 2390, 2369, 2374, 2390, 2406, 2381, 2384, 2402, 2410, 2385, 0, 0, 2396, 0, 0, 2400, 0, 0, 2401, 0, 0, 284, 0, 2418, 2425, 2406, 2412, 2430, 2437, 255, 2441, 2444, 0, 2450, 2463, 273, 2447, 353, 2455, 2457, 7991, 2468, 0, 2475, 2479, 348, 0, 0, 1461, 2421, 0, 0, 2469, 2440, 0, 0, 391, 2481, 2492, 2483, 2489, 2502, 2493, 2508, 2506, 443, 0, 2500, 2516, 471, 0, 2509, 2529, 476, 0, 2517, 2541, 2497, 2505, 2533, 2546, 460, 2507, 2525, 2542, 2549, 2554, 2562, 465, 2541, 0, 0, 486, 2543, 0, 0, 498, 7991, 2570, 0, 559, 0, 0, 1616, 538, 536, 2577, 2587, 2553, 2589, 2597, 613, 616, 2580, 0, 0, 634, 0, 0, 1975, 0, 0, 2074, 677, 0, 2596, 2602, 2589, 2590, 2597, 2578, 7991, 2613, 2617, 2624, 2607, 0, 0, 2631, 2634, 2639, 2635, 2646, 2644, 2623, 0, 0, 2626, 0, 0, 2634, 0, 0, 2637, 2638, 2654, 2658, 2642, 0, 0, 656, 0, 0, 2229, 704, 0, 2663, 2675, 710, 2682, 2686, 703, 2688, 2695, 2706, 2717, 0, 0, 2367, 2690, 2718, 2728, 712, 7991, 2702, 2731, 2736, 0, 2742, 2745, 0, 2748, 2653, 2662, 2734, 2748, 2723, 2735, 2751, 2755, 2739, 2741, 2757, 2761, 2749, 0, 0, 712, 2750, 0, 0, 788, 0, 2783, 2789, 761, 780, 798, 811, 829, 2771, 2779, 2795, 874, 906, 2784, 866, 883, 0, 2760, 2778, 2794, 2799, 2785, 0, 0, 7991, 2813, 2804, 2820, 0, 2811, 2826, 0, 2830, 2804, 0, 0, 2831, 2809, 2816, 2832, 2836, 2833, 0, 0, 2395, 899, 943, 0, 2834, 2855, 7991, 2861, 0, 2872, 2874, 0, 0, 2609, 2845, 2873, 2841, 2881, 2888, 2892, 2848, 2858, 0, 0, 2868, 0, 0, 2877, 0, 0, 906, 2898, 2862, 2911, 2903, 2918, 2906, 918, 2902, 926, 2913, 934, 0, 999, 2924, 2925, 1018, 2930, 2932, 2935, 2937, 2920, 0, 0, 2923, 2924, 2939, 2943, 2958, 2960, 2935, 0, 0, 2962, 2974, 0, 2948, 2947, 2953, 2968, 2982, 7991, 2982, 0, 2989, 2991, 2993, 3007, 0, 2991, 2998, 0, 3001, 3002, 3020, 3012, 0, 3026, 3025, 3030, 3032, 3035, 3036, 3038, 1007, 3045, 3058, 3040, 3052, 1039, 0, 0, 2853, 3063, 3065, 3074, 3076, 2987, 3063, 0, 3041, 0, 3083, 7991, 3085, 3093, 3098, 3057, 3102, 0, 3086, 0, 0, 3086, 3088, 3091, 3109, 3115, 3118, 3114, 3125, 3129, 3125, 3134, 3136, 3137, 0, 0, 1037, 3150, 0, 3140, 0, 3161, 3166, 3157, 1080, 0, 7991, 3168, 7991, 3177, 3184, 0, 3171, 0, 3117, 3151, 0, 7991, 3186, 3178, 3187, 3193, 7991, 3194, 3197, 3180, 3183, 3199, 3203, 3207, 0, 3201, 0, 3213, 1099, 3198, 3200, 3216, 3220, 3233, 3235, 3206, 3224, 0, 3218, 3224, 3239, 3243, 3250, 1102, 3227, 3250, 0, 7991, 3254, 3238, 3260, 0, 3262, 1125, 3266, 1154, 3271, 1161, 3272, 1189, 3276, 1225, 3280, 1231, 3283, 1235, 3288, 1273, 3292, 1301, 3297, 1306, 3300, 1353, 3289, 1379, 3293, 7991, 3318, 3328, 3338, 3343, 3348, 3359, 3364, 3369, 3380, 3390, 3400, 3410, 3415, 3425, 3429, 3434, 3440, 3450, 3454, 3459, 3470, 3480, 3489, 3499, 3509, 3519, 3529, 3539, 3549, 3554, 3560, 3564, 3570, 3577, 3587, 3596, 3606, 3616, 3626, 3631, 3637, 3646, 3656, 3661, 3667, 3674, 3684, 3693, 3698, 3707, 3717, 3721, 3725, 3734, 3739, 3743, 3752, 3756, 3761, 3765, 3770, 3777, 3781, 3786, 3797, 3807, 3817, 3827, 3837, 3847, 3857, 3867, 3877, 3887, 3892, 3898, 3903, 3907, 3912, 3919, 3923, 3928, 3939, 3945, 3949, 3954, 3961, 3965, 3970, 3981, 3987, 3991, 3996, 4007, 4017, 4027, 4037, 4047, 4057, 4067, 4073, 4077, 4082, 4093, 4098, 4104, 4109, 4113, 4118, 4129, 4134, 4143, 4147, 4151, 4160, 4170, 4175, 4181, 4188, 4198, 4202, 4208, 4215, 4225, 4230, 4234, 4239, 4246, 4250, 4255, 4262, 4266, 4271, 4278, 4282, 4287, 4294, 4298, 4303, 4314, 4325, 4332, 4336, 4341, 4347, 4352, 4356, 4361, 4372, 4378, 4382, 4387, 4394, 4398, 4403, 4415, 4421, 4427, 4434, 4444, 4448, 4454, 4461, 4471, 4481, 4488, 4492, 4497, 4503, 4509, 4516, 4526, 4530, 4536, 4543, 4553, 4562, 4568, 4572, 4577, 4583, 4589, 4596, 4606, 4611, 4615, 4620, 4627, 4631, 4636, 4641, 4650, 4656, 4660, 4669, 4680, 4690, 4700, 4711, 4718, 4722, 4727, 4734, 4738, 4743, 4750, 4754, 4759, 4771, 4777, 4783, 4790, 4800, 4805, 4809, 4814, 4820, 4826, 4833, 4843, 4852, 4857, 4866, 4876, 4885, 4895, 4905, 4916, 4923, 4927, 4932, 4939, 4943, 4948, 4954, 4960, 4964, 4970, 4979, 4989, 4999, 5004, 5010, 5017, 5027, 5031, 5037, 5044, 5054, 5063, 5068, 5074, 5081, 5091, 5095, 5101, 5108, 5118, 5122, 5128, 5135, 5145, 5155, 5162, 5166, 5171, 5183, 5189, 5195, 5202, 5212, 5222, 5228, 5234, 5241, 5251, 5256, 5260, 5265, 5271, 5277, 5284, 5294, 5298, 5304, 5311, 5321, 5331, 5337, 5343, 5347, 5353, 5363, 5369, 5375, 5382, 5392, 5396, 5402, 5406, 5412, 5417, 5421, 5426, 5432, 5438, 5445, 5455, 5459, 5465, 5469, 5475, 5482, 5492, 5496, 5502, 5509, 5519, 5528, 5534, 5538, 5543, 5554, 5565, 5574, 5585, 5595, 5600, 5604, 5609, 5616, 5620, 5625, 5632, 5636, 5641, 5653, 5659, 5665, 5672, 5682, 5686, 5692, 5699, 5709, 5713, 5719, 5726, 5736, 5746, 5752, 5758, 5762, 5768, 5775, 5785, 5794, 5799, 5805, 5810, 5814, 5819, 5824, 5828, 5832, 5836, 5845, 5849, 5858, 5869, 5875, 5881, 5888, 5898, 5902, 5908, 5915, 5925, 5930, 5934, 5943, 5954, 5964, 5974, 5980, 5984, 5989, 5995, 6001, 6005, 6011, 6016, 6020, 6025, 6031, 6037, 6041, 6047, 6051, 6057, 6067, 6073, 6079, 6086, 6096, 6100, 6106, 6116, 6122, 6128, 6132, 6138, 6145, 6155, 6159, 6165, 6175, 6186, 6191, 6197, 6206, 6217, 6223, 6229, 6233, 6239, 6246, 6256, 6260, 6266, 6270, 6276, 6280, 6286, 6295, 6305, 6315, 6321, 6325, 6330, 6336, 6342, 6349, 6359, 6368, 6372, 6381, 6392, 6398, 6402, 6408, 6415, 6425, 6429, 6435, 6442, 6452, 6456, 6462, 6469, 6479, 6483, 6489, 6493, 6499, 6503, 6509, 6513, 6519, 6524, 6528, 6533, 6539, 6545, 6552, 6562, 6571, 6576, 6585, 6590, 6599, 6604, 6608, 6614, 6618, 6624, 6633, 6644, 6653, 6664, 6674, 6679, 6683, 6688, 6695, 6699, 6704, 6711, 6715, 6720, 6726, 6732, 6739, 6749, 6753, 6759, 6766, 6776, 6785, 6790, 6796, 6800, 6806, 6816, 6822, 6832, 6838, 6844, 6847, 6851, 6855, 6860, 6864, 6869, 6875, 6881, 6888, 6898, 6902, 6908, 6917, 6928, 6937, 6948, 6958, 6962, 6968, 6972, 6978, 6982, 6988, 6992, 6998, 7005, 7015, 7019, 7025, 7029, 7034, 7038, 7043, 7054, 7064, 7068, 7072, 7081, 7091, 7095, 7104, 7115, 7121, 7125, 7131, 7138, 7148, 7152, 7158, 7165, 7175, 7179, 7185, 7192, 7202, 7206, 7212, 7216, 7222, 7227, 7231, 7240, 7252, 7264, 7270, 7274, 7280, 7287, 7297, 7301, 7307, 7316, 7320, 7325, 7336, 7342, 7346, 7352, 7356, 7362, 7369, 7379, 7382, 7386, 7391, 7395, 7400, 7406, 7409, 7413, 7422, 7433, 7442, 7453, 7463, 7467, 7473, 7477, 7483, 7487, 7493, 7502, 7513, 7522, 7533, 7543, 7553, 7565, 7576, 7581, 7587, 7591, 7597, 7604, 7614, 7623, 7628, 7634, 7638, 7642, 7648, 7655, 7665, 7669, 7678, 7688, 7692, 7697, 7708, 7714, 7718, 7727, 7738, 7748, 7759, 7764, 7768, 7777, 7782, 7792, 7801, 7811, 7815, 7820, 7831, 7836, 7841, 7847, 7857, 7861, 7866, 7878, 7884, 7894, 7898, 7908, 7918, 7930, 7942, 7954, 7966, 7978 } ; static mmoconst flex_int16_t mmo_def[2555] = { 0, 1874, 1, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1875, 1875, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1876, 1876, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1877, 1877, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 97, 1878, 1879, 97, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1880, 1880, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 132, 1881, 1882, 132, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1883, 1883, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 166, 283, 166, 1884, 1884, 1885, 1885, 1886, 1886, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1878, 1887, 1879, 1888, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 224, 1889, 1890, 224, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1881, 1891, 1882, 1892, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 273, 1893, 1894, 273, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1895, 1874, 1895, 1874, 1874, 1896, 287, 421, 287, 289, 424, 289, 291, 427, 291, 1874, 1874, 1874, 1874, 1874, 1897, 1897, 1898, 1898, 1874, 1899, 1899, 1900, 1900, 1874, 1874, 1901, 1901, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1902, 1902, 1903, 1903, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1904, 1905, 1905, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1906, 1907, 1908, 1909, 1910, 1910, 1911, 1911, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1912, 1912, 1913, 1913, 1874, 1914, 1915, 1915, 1874, 1874, 1874, 1874, 1916, 1916, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1917, 1917, 1874, 1874, 1918, 1919, 1920, 1921, 1922, 1922, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1923, 1923, 1924, 1924, 1923, 1874, 1925, 1925, 577, 1874, 1874, 1874, 1874, 1874, 1926, 1926, 1926, 1927, 1927, 1927, 1928, 1928, 1929, 1929, 1929, 1930, 1931, 1874, 1874, 1874, 1932, 1932, 1932, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1933, 1934, 1935, 1933, 1936, 1937, 1938, 1936, 1874, 1874, 1874, 1874, 1939, 1939, 1940, 1940, 1874, 1874, 1941, 1941, 1942, 1942, 1943, 1943, 1874, 1874, 1874, 1874, 1874, 1874, 1944, 1944, 1874, 1874, 1945, 1945, 1874, 1946, 1946, 1874, 1874, 1947, 1947, 1874, 1874, 1874, 1874, 1874, 1874, 1948, 1948, 1874, 1874, 1874, 1874, 1874, 1949, 1950, 1950, 1951, 1952, 1953, 1951, 1954, 1955, 1956, 1954, 1874, 1874, 1874, 1957, 1957, 1874, 1874, 1874, 1958, 1959, 1960, 1958, 1961, 1962, 1963, 1961, 1874, 1874, 1874, 1874, 1874, 1964, 1964, 1965, 1966, 1967, 1965, 1968, 1968, 1874, 1874, 1969, 1969, 1874, 1874, 1874, 1874, 1874, 1970, 1970, 1874, 1874, 1874, 1874, 1874, 1971, 1971, 1874, 1874, 1874, 1874, 1972, 1972, 1973, 1973, 1974, 1974, 1874, 1975, 1976, 1977, 1975, 1978, 1978, 1874, 1979, 1980, 1980, 1981, 1982, 1983, 1981, 1874, 1874, 1874, 1984, 1984, 1874, 1874, 1874, 1874, 1874, 1874, 1985, 1985, 1985, 1874, 1874, 1874, 1986, 1874, 1874, 1874, 1874, 1874, 1874, 1987, 1987, 1987, 1988, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1989, 1989, 1874, 1990, 1990, 1874, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1874, 1874, 1874, 1874, 1999, 2000, 2001, 1999, 2002, 2003, 2004, 2002, 1874, 1874, 2005, 2006, 2007, 2005, 2008, 2009, 2010, 2008, 2011, 2012, 2013, 2011, 1874, 1874, 1874, 1874, 2014, 2014, 2015, 2015, 2016, 2017, 2018, 2016, 1874, 1874, 2019, 2019, 2019, 1874, 2020, 2021, 2022, 2020, 2023, 2023, 1874, 2024, 2025, 2026, 2024, 1874, 1874, 1874, 2027, 2028, 2029, 2027, 1874, 1874, 1874, 1874, 2030, 2030, 1874, 1874, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2039, 1874, 1874, 2040, 2041, 2042, 2040, 1874, 1874, 1874, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2051, 1874, 1874, 1874, 1874, 1874, 2052, 2053, 2054, 2052, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2059, 1874, 1874, 2062, 2063, 2064, 2062, 1874, 1874, 1874, 1874, 1874, 2065, 2065, 1874, 1874, 1874, 1874, 2066, 2066, 2067, 2068, 2069, 2067, 2070, 2070, 2071, 2071, 2072, 2072, 2073, 2073, 2074, 2075, 2076, 2074, 2077, 2078, 2079, 2077, 2080, 2081, 2082, 2080, 2083, 2083, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2088, 1874, 2091, 2092, 2093, 2094, 2095, 2095, 1874, 1874, 2096, 2096, 2096, 2097, 2097, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 2098, 2098, 995, 2099, 2099, 1874, 1874, 1874, 1874, 1874, 1874, 2100, 2100, 1874, 2101, 2101, 1874, 1874, 2102, 2102, 1874, 1874, 1874, 1874, 2103, 2104, 2105, 2103, 1874, 2106, 2107, 2108, 2106, 1874, 2109, 2110, 2110, 2111, 2112, 2112, 1874, 2113, 2113, 1874, 1874, 1874, 2114, 2114, 2115, 1874, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 1874, 2124, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 1874, 1874, 2137, 2137, 1874, 1874, 2138, 2139, 2140, 2138, 2141, 2141, 2142, 2143, 2144, 2145, 2146, 2146, 1874, 1874, 1874, 2147, 2148, 2149, 2150, 2151, 2152, 2153, 2151, 1874, 2154, 2155, 2156, 2157, 1874, 1874, 1874, 2158, 2159, 2160, 2161, 1874, 1874, 1874, 1874, 2162, 2162, 1874, 1874, 2163, 2164, 2164, 2165, 2166, 2166, 2167, 2167, 2168, 2169, 2170, 2171, 1874, 1874, 2172, 2173, 2173, 2174, 2175, 2175, 2176, 2177, 2178, 2176, 1874, 1874, 1874, 2179, 2180, 2181, 2182, 2183, 2184, 2184, 2185, 2186, 2187, 2188, 2189, 2190, 2191, 2192, 1874, 1874, 1874, 2193, 2193, 1874, 1874, 1874, 1874, 2194, 2195, 2196, 2194, 2197, 1874, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2202, 2205, 2206, 2207, 2205, 2208, 2209, 2210, 2208, 2211, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2224, 2225, 2226, 2226, 2227, 2228, 2229, 2230, 2231, 2231, 2232, 2233, 2233, 2234, 2235, 2236, 2234, 1874, 1874, 2237, 2238, 2237, 1874, 1874, 1874, 1874, 1874, 2239, 2239, 2239, 1874, 1874, 1874, 1874, 1874, 2240, 2241, 1874, 2242, 2242, 2242, 1874, 2243, 2243, 2244, 2244, 1874, 1874, 2245, 2246, 2247, 2248, 1874, 2249, 2250, 2251, 2252, 1874, 1874, 2253, 2254, 2255, 2253, 2256, 2256, 2257, 2257, 2258, 2258, 2259, 2260, 2261, 2259, 1874, 1874, 2262, 2263, 2263, 2264, 2265, 2265, 1874, 2266, 2267, 2268, 2266, 2269, 2270, 2270, 2271, 2272, 2272, 2273, 2274, 2274, 1874, 1874, 2275, 2275, 1874, 1874, 2276, 2277, 2278, 2279, 2280, 2281, 2281, 2282, 2282, 1874, 1874, 1874, 2283, 2284, 2284, 2285, 2286, 2287, 2288, 1874, 2289, 2290, 2290, 1874, 1874, 2291, 2291, 2292, 2292, 2293, 2294, 2294, 1874, 1874, 2295, 1874, 1874, 1874, 2296, 1874, 1874, 2297, 2298, 2298, 1874, 2299, 2300, 2301, 2302, 1874, 2303, 2304, 2304, 2305, 2306, 2306, 2307, 2308, 2308, 2309, 2309, 2310, 2310, 2311, 2311, 2312, 2313, 2314, 2312, 1874, 1874, 1874, 1874, 1874, 2315, 2316, 2317, 2318, 2319, 2319, 2320, 2321, 2322, 2323, 2323, 2324, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2336, 2337, 2337, 2338, 2339, 2339, 2340, 2341, 2341, 2342, 2343, 2343, 2344, 2345, 2346, 2344, 2347, 2348, 2349, 2350, 1874, 2351, 2351, 2352, 2353, 2353, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 2354, 2355, 2355, 1874, 2356, 2356, 2356, 2357, 2358, 2358, 1874, 2359, 2360, 2360, 1874, 1874, 1874, 2361, 1874, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2366, 2369, 2370, 2371, 2369, 2372, 2373, 2374, 2372, 2375, 2376, 2377, 2378, 1874, 2379, 2380, 2381, 2382, 2383, 2383, 1874, 2384, 2385, 2385, 1874, 2386, 2387, 2387, 1874, 1874, 1874, 2388, 2388, 2389, 2389, 2389, 1874, 1874, 1874, 1874, 1874, 2390, 2390, 1874, 1874, 2391, 2392, 2392, 1874, 2393, 2394, 2393, 2395, 2395, 2395, 2396, 2397, 2398, 2396, 2399, 2400, 2401, 2402, 1874, 1874, 1874, 1874, 2403, 2404, 2404, 2405, 1874, 2406, 2407, 2408, 2409, 2410, 2411, 2411, 2412, 2413, 2413, 2414, 2415, 2415, 2416, 2417, 2418, 2419, 2420, 2421, 2421, 1874, 2422, 2422, 2422, 2423, 2424, 2425, 2423, 1874, 2426, 2426, 1874, 2427, 2427, 1874, 1874, 2428, 2429, 2428, 1874, 2430, 2430, 1874, 1874, 1874, 2431, 2431, 2432, 2433, 2434, 2435, 2435, 2436, 2437, 2438, 2439, 2440, 2441, 2442, 2443, 2444, 2445, 2446, 2447, 2448, 2449, 2449, 1874, 2450, 2451, 2451, 2452, 2453, 2454, 2452, 1874, 1874, 1874, 1874, 1874, 2455, 2455, 1874, 2456, 1874, 1874, 1874, 1874, 2457, 2458, 2459, 2460, 2461, 2462, 2463, 2463, 1874, 1874, 2464, 2464, 2465, 2466, 2467, 2468, 2468, 2469, 2470, 2470, 1874, 2471, 2472, 2473, 2474, 1874, 2475, 2476, 2475, 1874, 2477, 2478, 2479, 2477, 1874, 1874, 2480, 1874, 1874, 2481, 2482, 2481, 1874, 2483, 1874, 2484, 2485, 2486, 2487, 2488, 2489, 2489, 2490, 2491, 2491, 2492, 2493, 2493, 1874, 2494, 1874, 2495, 2496, 2497, 2498, 1874, 1874, 1874, 1874, 1874, 2499, 2499, 2500, 2500, 1874, 2501, 2501, 1874, 1874, 2502, 2503, 2503, 2504, 2505, 2506, 2507, 2508, 2508, 2509, 2510, 2510, 1874, 1874, 2511, 1874, 2512, 2513, 2514, 2515, 1874, 1874, 2516, 2517, 2517, 2518, 2518, 2519, 2520, 2521, 2522, 2522, 1874, 2495, 1733, 2523, 2524, 2496, 2498, 1738, 1874, 2525, 2525, 1874, 2526, 2526, 1874, 1874, 2527, 2528, 2529, 2528, 1874, 1874, 1874, 1874, 2505, 2507, 1757, 1708, 1759, 1759, 1874, 1874, 2530, 2530, 2513, 2515, 1767, 1724, 1769, 1724, 2519, 2531, 2520, 2532, 1874, 1874, 2523, 2533, 2524, 2534, 1874, 1874, 1742, 1784, 1742, 1874, 1745, 2535, 2536, 1745, 2537, 2537, 2527, 2527, 2529, 1874, 1874, 1874, 1874, 1765, 2538, 2539, 1765, 2531, 2532, 1806, 1874, 1874, 2533, 2534, 1811, 1874, 1874, 1874, 2535, 2540, 2536, 2541, 1793, 2542, 2543, 1793, 1874, 2544, 2538, 2545, 2539, 2546, 1874, 1874, 2540, 2541, 1833, 2542, 2547, 2543, 2548, 2544, 2544, 2545, 2546, 1842, 1874, 1874, 2547, 2548, 1847, 1874, 2549, 2549, 2549, 1874, 2550, 2550, 2550, 1874, 2551, 2551, 2551, 1874, 2552, 2552, 2552, 1874, 2553, 2553, 2553, 1874, 2554, 2554, 2554, 1874, 0, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874 } ; static mmoconst flex_int16_t mmo_nxt[8047] = { 0, 4, 5, 6, 5, 4, 5, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 7, 4, 4, 4, 4, 4, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 4, 18, 19, 4, 20, 21, 22, 23, 24, 25, 26, 27, 28, 4, 29, 30, 30, 30, 32, 30, 30, 30, 30, 37, 30, 101, 33, 102, 64, 70, 34, 38, 35, 36, 40, 52, 131, 1497, 41, 45, 39, 42, 46, 55, 43, 65, 47, 71, 53, 56, 54, 132, 48, 44, 49, 1498, 50, 57, 58, 59, 60, 51, 66, 61, 67, 72, 82, 68, 73, 83, 69, 170, 96, 74, 127, 62, 75, 85, 63, 76, 77, 128, 89, 86, 90, 87, 171, 97, 78, 186, 79, 80, 81, 91, 1501, 92, 93, 187, 88, 98, 94, 95, 103, 99, 165, 30, 30, 30, 104, 30, 122, 105, 100, 173, 142, 153, 190, 175, 123, 166, 124, 143, 180, 174, 176, 419, 1503, 420, 223, 144, 154, 155, 191, 230, 298, 96, 194, 181, 194, 195, 145, 197, 194, 224, 194, 195, 263, 299, 231, 259, 97, 301, 1504, 167, 168, 169, 1874, 302, 146, 131, 234, 264, 234, 235, 260, 237, 234, 225, 234, 235, 464, 465, 241, 244, 132, 261, 242, 1505, 265, 142, 1874, 243, 466, 245, 251, 251, 251, 1509, 246, 251, 253, 251, 251, 266, 144, 251, 251, 251, 268, 272, 251, 375, 251, 251, 376, 286, 275, 276, 165, 283, 288, 283, 290, 269, 273, 277, 285, 283, 358, 283, 287, 292, 321, 166, 278, 289, 353, 291, 293, 1874, 1874, 1874, 1874, 359, 1371, 294, 323, 223, 349, 354, 349, 350, 352, 349, 866, 349, 350, 360, 867, 323, 230, 1415, 224, 362, 366, 435, 385, 1874, 361, 361, 440, 361, 361, 1874, 1874, 231, 1874, 253, 368, 1553, 436, 386, 251, 251, 251, 441, 1561, 251, 259, 251, 251, 368, 387, 391, 391, 391, 446, 272, 404, 392, 404, 405, 263, 260, 391, 391, 391, 395, 395, 395, 597, 447, 273, 396, 475, 598, 265, 264, 395, 395, 395, 397, 397, 397, 459, 407, 404, 398, 404, 405, 268, 266, 397, 397, 397, 400, 400, 400, 400, 460, 1874, 401, 323, 415, 476, 269, 400, 400, 400, 400, 416, 1874, 1874, 1564, 1874, 323, 286, 421, 417, 421, 423, 421, 1572, 421, 288, 424, 437, 424, 442, 426, 424, 287, 424, 290, 427, 1874, 427, 429, 427, 289, 427, 438, 454, 443, 1874, 461, 323, 321, 291, 472, 485, 472, 1874, 439, 444, 492, 504, 455, 494, 323, 462, 323, 507, 1874, 1874, 486, 1874, 509, 1575, 358, 506, 493, 517, 495, 323, 518, 520, 508, 362, 368, 1459, 456, 510, 506, 359, 514, 361, 361, 514, 368, 519, 521, 368, 515, 516, 366, 515, 516, 524, 530, 524, 385, 368, 574, 570, 544, 543, 543, 1463, 368, 543, 543, 392, 1467, 531, 553, 386, 391, 391, 391, 1600, 396, 368, 549, 550, 551, 395, 395, 395, 398, 554, 558, 401, 561, 397, 397, 397, 400, 400, 400, 400, 1874, 1874, 1608, 1874, 560, 415, 570, 562, 572, 574, 570, 419, 590, 420, 1609, 576, 577, 560, 577, 671, 417, 671, 1610, 573, 1874, 1874, 1874, 591, 1874, 1874, 1874, 563, 1874, 1874, 1874, 442, 1874, 435, 584, 586, 584, 437, 587, 589, 587, 440, 592, 594, 592, 596, 443, 1493, 436, 686, 1874, 626, 438, 628, 1874, 687, 441, 1611, 1874, 632, 1874, 446, 600, 602, 600, 454, 627, 610, 629, 1612, 609, 609, 609, 609, 633, 323, 447, 747, 1874, 747, 455, 459, 614, 634, 614, 615, 617, 614, 323, 614, 615, 461, 618, 636, 618, 619, 460, 644, 635, 621, 618, 1874, 618, 619, 648, 651, 462, 655, 637, 663, 576, 577, 645, 577, 1874, 494, 506, 661, 506, 649, 652, 659, 656, 659, 664, 660, 660, 660, 660, 506, 495, 506, 504, 507, 673, 682, 673, 674, 676, 673, 517, 673, 674, 769, 1618, 770, 506, 684, 508, 1619, 683, 509, 677, 1874, 677, 678, 514, 680, 677, 506, 677, 678, 685, 1620, 515, 516, 510, 518, 689, 1517, 689, 690, 1874, 692, 689, 1641, 689, 690, 368, 700, 520, 693, 519, 693, 694, 702, 696, 693, 1874, 693, 694, 368, 586, 584, 701, 521, 1558, 708, 710, 712, 703, 1874, 530, 704, 717, 704, 705, 707, 704, 719, 704, 705, 709, 711, 713, 544, 726, 531, 732, 718, 543, 543, 1874, 734, 720, 736, 553, 739, 1646, 739, 740, 727, 743, 733, 1650, 560, 560, 558, 735, 756, 737, 554, 742, 739, 1663, 739, 740, 744, 560, 560, 1679, 560, 589, 587, 757, 561, 749, 1874, 749, 750, 572, 764, 766, 764, 560, 728, 729, 730, 752, 749, 562, 749, 750, 759, 767, 573, 772, 1874, 590, 777, 1605, 760, 761, 1874, 1874, 1874, 762, 1874, 788, 768, 790, 773, 1686, 591, 779, 777, 594, 592, 602, 600, 793, 610, 797, 789, 801, 791, 609, 609, 506, 1874, 617, 614, 1687, 614, 615, 794, 799, 560, 803, 621, 618, 506, 618, 619, 626, 808, 1688, 808, 809, 799, 560, 803, 811, 808, 834, 808, 809, 628, 812, 627, 812, 813, 815, 812, 1689, 812, 813, 1874, 1690, 835, 632, 818, 629, 818, 819, 821, 818, 1874, 818, 819, 634, 822, 1694, 822, 823, 633, 766, 764, 825, 822, 1874, 822, 823, 636, 826, 635, 826, 827, 829, 826, 836, 826, 827, 1874, 779, 777, 644, 838, 637, 838, 839, 648, 844, 1874, 1695, 837, 841, 838, 1698, 838, 839, 645, 846, 844, 651, 848, 649, 848, 849, 851, 848, 1874, 848, 849, 852, 1699, 769, 1874, 770, 652, 875, 882, 655, 855, 1874, 855, 856, 858, 855, 853, 855, 856, 1715, 661, 877, 1652, 883, 656, 1732, 659, 870, 1740, 1874, 660, 660, 663, 862, 877, 862, 863, 865, 862, 885, 862, 863, 871, 879, 1743, 884, 884, 664, 1746, 872, 676, 673, 1874, 673, 674, 680, 677, 881, 677, 678, 682, 684, 886, 894, 886, 887, 884, 884, 889, 886, 881, 886, 887, 898, 1692, 683, 685, 896, 692, 689, 901, 689, 690, 1874, 904, 696, 693, 900, 693, 694, 896, 700, 1029, 1695, 1029, 902, 907, 906, 906, 905, 900, 913, 906, 906, 702, 908, 701, 908, 909, 911, 908, 1787, 908, 909, 1795, 915, 719, 707, 704, 703, 704, 705, 708, 916, 1874, 916, 917, 932, 915, 919, 916, 720, 916, 917, 710, 994, 995, 709, 995, 920, 920, 920, 1874, 1815, 1874, 921, 846, 844, 937, 711, 920, 920, 920, 712, 922, 1795, 922, 923, 925, 922, 993, 922, 923, 938, 717, 799, 992, 992, 713, 929, 929, 929, 929, 1874, 1840, 930, 943, 1840, 799, 718, 929, 929, 929, 929, 726, 939, 945, 939, 940, 942, 939, 944, 939, 940, 947, 949, 984, 982, 963, 727, 1852, 946, 732, 951, 1874, 951, 952, 799, 978, 948, 950, 954, 951, 964, 951, 952, 966, 733, 734, 955, 799, 955, 956, 979, 958, 955, 1874, 955, 956, 1852, 968, 736, 959, 735, 959, 960, 1856, 962, 959, 1874, 959, 960, 985, 968, 742, 739, 737, 739, 740, 975, 743, 969, 1874, 969, 970, 972, 969, 986, 969, 970, 756, 982, 997, 977, 1856, 744, 984, 982, 752, 749, 1874, 749, 750, 767, 1001, 757, 977, 998, 772, 992, 992, 1874, 1005, 999, 999, 1000, 1008, 1012, 768, 1002, 999, 999, 1014, 773, 1032, 803, 1032, 1006, 788, 803, 1860, 1009, 1013, 1016, 1016, 1016, 1860, 1015, 803, 1017, 1864, 877, 803, 789, 1016, 1016, 1016, 790, 1018, 797, 1018, 1019, 1021, 1018, 877, 1018, 1019, 793, 1023, 801, 1023, 1024, 791, 799, 1035, 1026, 1023, 1874, 1023, 1024, 1040, 877, 794, 803, 1042, 1053, 799, 1045, 1864, 1036, 1874, 1225, 1223, 1049, 877, 1041, 803, 881, 1069, 1043, 1054, 1047, 811, 808, 1056, 808, 809, 1051, 815, 812, 881, 812, 813, 1070, 1047, 881, 1868, 1071, 1058, 1060, 1051, 1868, 1064, 1037, 1038, 1039, 821, 818, 881, 818, 819, 1058, 1072, 1062, 825, 822, 1066, 822, 823, 829, 826, 836, 826, 827, 834, 1073, 1062, 1073, 1074, 1066, 1076, 1073, 1078, 1073, 1074, 1080, 837, 841, 838, 835, 838, 839, 1083, 1085, 870, 1874, 1089, 1874, 1872, 1082, 851, 848, 896, 848, 849, 1233, 1231, 1084, 1086, 871, 1091, 1098, 1082, 852, 1092, 896, 1092, 1093, 1095, 1092, 1105, 1092, 1093, 1091, 1872, 1100, 858, 855, 853, 855, 856, 1113, 1489, 1874, 1107, 875, 865, 862, 1100, 862, 863, 1117, 879, 1117, 882, 1123, 1874, 1107, 1120, 877, 1120, 885, 1125, 1131, 1485, 1131, 881, 884, 884, 883, 1874, 896, 877, 894, 889, 886, 1127, 886, 887, 881, 900, 900, 898, 1134, 896, 1134, 1148, 896, 1148, 1127, 1206, 1313, 1206, 900, 900, 915, 900, 1302, 901, 1136, 896, 1136, 1137, 1139, 1136, 907, 1136, 1137, 915, 900, 1144, 906, 906, 902, 904, 915, 1441, 1439, 1874, 1141, 1141, 1141, 1141, 1481, 1146, 1142, 913, 1151, 915, 905, 1141, 1141, 1141, 1141, 1155, 911, 908, 1146, 908, 909, 915, 1153, 919, 916, 921, 916, 917, 1287, 1157, 920, 920, 920, 1161, 915, 1153, 925, 922, 930, 922, 923, 1164, 1157, 929, 929, 929, 929, 949, 1162, 937, 1167, 1190, 1167, 1168, 1170, 1167, 1165, 1167, 1168, 1172, 1474, 1173, 950, 1174, 938, 963, 1874, 942, 939, 1874, 939, 940, 943, 1177, 1274, 1177, 1178, 1176, 1180, 1177, 964, 1177, 1178, 1192, 1264, 945, 1181, 944, 1181, 1182, 1176, 1184, 1181, 1874, 1181, 1182, 968, 1194, 947, 1185, 946, 1185, 1186, 1196, 1188, 1185, 1874, 1185, 1186, 968, 1194, 954, 951, 948, 951, 952, 1204, 1198, 1200, 1874, 958, 955, 968, 955, 956, 962, 959, 966, 959, 960, 1198, 1874, 1202, 1209, 1212, 968, 972, 969, 977, 969, 970, 968, 977, 975, 1215, 1202, 1215, 1211, 1449, 1213, 1237, 977, 1496, 1494, 968, 977, 1445, 977, 978, 1217, 1211, 1217, 1218, 1220, 1217, 1238, 1217, 1218, 985, 1223, 977, 1225, 1223, 979, 993, 1249, 994, 995, 1874, 995, 992, 992, 1438, 986, 1874, 1874, 1874, 1874, 997, 1231, 1233, 1231, 1000, 1005, 1001, 1240, 1235, 999, 999, 1234, 1234, 1234, 1234, 998, 1246, 1874, 1012, 1249, 1006, 1002, 1874, 1008, 1242, 1240, 1242, 1244, 1242, 1253, 1242, 1247, 1432, 1013, 1874, 1014, 799, 1431, 1009, 1251, 1250, 1250, 1874, 1255, 1250, 1250, 1017, 1258, 1430, 799, 1015, 1016, 1016, 1016, 1021, 1018, 1255, 1018, 1019, 1026, 1023, 1260, 1023, 1024, 803, 1035, 1263, 1267, 1263, 1264, 1269, 1271, 1266, 1263, 1260, 1263, 1264, 803, 1429, 1280, 1036, 1280, 1268, 1042, 1428, 1270, 1272, 1874, 1040, 1273, 1422, 1273, 1274, 1276, 1273, 1045, 1273, 1274, 1043, 1283, 1291, 1283, 1291, 1041, 1278, 1047, 1047, 1051, 1874, 1047, 1277, 1277, 1277, 1277, 1277, 1277, 1051, 1277, 1047, 1047, 1051, 1049, 1047, 1053, 1286, 1056, 1286, 1287, 1058, 1051, 1289, 1286, 1060, 1286, 1287, 1051, 1058, 1062, 1054, 1058, 1062, 1058, 1294, 1066, 1294, 1874, 1062, 1066, 1051, 1058, 1062, 1064, 1058, 1062, 1069, 1297, 1066, 1297, 1302, 1062, 1066, 1071, 1082, 1306, 1218, 1066, 1303, 1303, 1303, 1070, 1310, 1082, 1310, 1874, 1304, 1082, 1072, 1308, 1066, 1303, 1303, 1303, 1076, 1073, 1082, 1073, 1074, 1080, 1083, 1313, 1308, 1085, 1091, 1315, 1091, 1089, 1314, 1314, 1314, 1314, 1318, 1082, 1318, 1084, 1874, 1091, 1086, 1091, 1100, 1091, 1321, 1098, 1095, 1092, 1082, 1092, 1093, 1100, 1326, 1328, 1326, 1100, 1091, 1107, 1323, 1100, 1330, 1332, 1204, 1105, 1100, 1107, 1339, 1335, 1329, 1335, 1107, 1323, 1100, 877, 881, 1331, 1333, 1107, 1107, 1127, 1342, 1340, 1343, 1113, 1127, 1874, 877, 881, 1125, 1347, 1107, 1347, 1127, 896, 900, 1351, 1356, 1127, 1356, 1190, 1139, 1136, 1127, 1136, 1137, 1142, 896, 900, 1146, 1353, 1141, 1141, 1141, 1141, 1146, 1127, 1144, 1186, 915, 1153, 1153, 1146, 1353, 1151, 1359, 1157, 1359, 1146, 1157, 1364, 1146, 915, 1153, 1153, 1155, 1182, 1366, 1153, 1157, 1368, 1362, 1157, 1362, 1146, 1365, 1172, 1178, 1173, 1157, 1374, 1153, 1367, 1161, 1370, 1369, 1370, 1371, 1512, 1510, 1373, 1370, 1157, 1370, 1371, 1375, 1164, 1168, 1162, 1380, 1378, 1376, 1376, 1377, 1172, 1874, 1173, 1354, 1376, 1376, 1172, 1165, 1173, 1382, 1170, 1167, 1137, 1167, 1168, 1391, 1383, 1384, 1176, 1384, 1385, 1172, 1382, 1173, 1176, 1174, 1388, 1395, 1388, 1393, 1423, 1176, 1180, 1177, 1399, 1177, 1178, 1176, 1194, 1176, 1194, 1397, 1393, 1184, 1181, 1424, 1181, 1182, 1401, 1192, 1349, 1194, 1176, 1194, 1397, 1188, 1185, 1198, 1185, 1186, 1403, 1401, 1403, 1194, 1198, 1196, 1406, 1202, 1406, 1202, 1198, 1200, 1409, 968, 1409, 1211, 1194, 1198, 1211, 1198, 1202, 1209, 1202, 1515, 1513, 1202, 968, 1412, 1211, 1412, 977, 1211, 1198, 1419, 1123, 1211, 1212, 1414, 1202, 1414, 1415, 1417, 1414, 977, 1414, 1415, 1426, 1421, 1211, 1220, 1217, 1213, 1217, 1218, 1436, 1345, 1874, 1235, 1344, 1237, 1421, 1427, 1234, 1234, 1433, 1433, 1434, 1244, 1242, 1437, 1242, 1433, 1433, 1255, 1238, 1246, 1439, 1441, 1439, 1251, 1255, 1253, 1341, 1260, 1250, 1250, 1255, 1443, 1260, 1443, 1247, 1258, 1874, 1255, 1450, 1255, 1260, 1447, 1453, 1447, 1454, 1260, 1455, 1266, 1263, 1260, 1263, 1264, 1255, 1451, 1267, 1458, 1471, 1458, 1459, 1483, 1457, 1483, 1260, 1461, 1458, 1338, 1458, 1459, 1337, 1268, 1473, 1269, 1462, 1457, 1462, 1463, 1465, 1462, 1874, 1462, 1463, 1271, 1466, 1473, 1466, 1467, 1270, 1047, 1051, 1469, 1466, 1874, 1466, 1467, 1276, 1273, 1272, 1273, 1274, 1278, 1047, 1051, 1476, 1324, 1874, 1277, 1277, 1277, 1277, 1277, 1277, 1058, 1277, 1062, 1289, 1286, 1478, 1286, 1287, 1066, 1479, 1308, 1556, 1554, 1058, 1306, 1062, 1308, 1082, 1478, 1091, 1304, 1066, 1323, 1308, 1480, 1303, 1303, 1303, 1308, 1308, 1082, 1315, 1091, 1323, 1321, 1323, 1314, 1314, 1487, 1100, 1487, 1308, 1107, 1330, 1328, 1493, 1323, 1093, 1323, 1490, 1490, 1491, 1100, 1332, 1494, 1107, 1490, 1490, 1331, 1329, 1874, 1323, 1496, 1494, 1339, 1316, 1500, 1499, 1333, 1499, 1127, 1499, 1499, 1499, 1499, 1499, 1342, 1874, 1343, 1340, 1353, 1353, 1351, 1127, 1507, 1146, 1507, 1153, 1157, 1364, 1510, 1512, 1510, 1353, 1353, 1529, 1353, 1529, 1146, 1078, 1153, 1157, 1366, 1513, 1365, 1074, 1874, 1515, 1513, 1353, 1368, 1516, 1521, 1516, 1517, 1519, 1516, 1367, 1516, 1517, 1373, 1370, 1874, 1370, 1371, 1369, 1523, 1374, 1526, 1525, 1874, 1377, 1524, 1524, 1524, 1524, 1376, 1376, 1382, 1523, 1382, 1380, 1375, 1527, 1383, 1384, 1300, 1384, 1385, 1571, 1569, 1382, 1172, 1382, 1173, 1382, 1874, 1874, 1393, 1874, 1385, 1532, 1172, 1533, 1173, 1534, 1299, 1393, 1382, 1397, 1176, 1393, 1391, 1538, 1397, 1538, 1395, 1649, 1647, 1536, 1393, 1401, 1397, 1176, 1401, 1194, 1393, 1397, 1399, 1541, 1397, 1541, 1536, 1544, 1401, 1544, 1198, 1401, 1194, 1393, 1202, 1211, 1401, 1397, 1547, 1285, 1421, 1417, 1414, 1198, 1414, 1415, 1421, 1202, 1211, 1401, 1419, 1262, 1549, 1421, 1551, 1255, 1551, 1423, 1554, 1421, 1556, 1554, 1261, 1562, 1421, 1549, 1426, 1557, 1255, 1557, 1558, 1565, 1424, 1567, 1260, 1874, 1024, 1421, 1563, 1560, 1557, 1427, 1557, 1558, 1434, 1573, 1566, 1260, 1568, 1433, 1433, 1436, 1569, 1256, 1874, 1571, 1569, 1450, 1019, 1453, 1574, 1454, 1576, 1576, 1576, 1453, 1437, 1454, 1577, 1453, 1874, 1454, 1451, 1576, 1576, 1576, 1245, 1457, 1578, 1579, 1586, 1579, 1580, 1583, 1453, 1583, 1454, 1457, 1455, 1590, 1457, 1473, 1461, 1458, 1588, 1458, 1459, 1594, 1241, 1473, 1457, 1478, 1457, 1592, 1473, 1465, 1462, 1588, 1462, 1463, 1236, 1596, 1473, 1471, 1478, 1457, 1592, 1469, 1466, 1478, 1466, 1467, 1476, 1598, 1596, 1598, 1602, 1473, 1602, 1613, 1479, 1604, 1478, 1604, 1605, 1308, 1478, 1323, 1607, 1604, 1473, 1604, 1605, 1230, 1614, 1480, 1491, 1229, 1308, 1478, 1323, 1490, 1490, 1874, 1499, 1627, 1499, 1627, 1499, 1499, 1499, 1499, 1499, 1500, 1499, 1615, 1499, 1616, 1499, 1499, 1499, 1499, 1499, 1503, 1353, 1874, 1623, 1521, 1519, 1516, 1617, 1516, 1517, 1523, 1523, 1662, 1660, 1353, 1874, 1525, 1625, 1523, 1228, 1526, 1524, 1524, 1523, 1523, 1629, 1629, 1630, 1382, 1227, 1625, 1523, 1629, 1629, 1532, 1527, 1533, 1532, 1532, 1533, 1533, 1382, 1631, 1632, 1393, 1632, 1633, 1397, 1636, 1532, 1636, 1533, 1536, 1534, 1226, 1401, 1536, 1393, 1549, 1549, 1397, 1547, 1639, 1421, 1639, 1536, 1222, 1536, 1401, 1536, 1643, 1549, 1549, 1221, 1588, 1549, 1421, 970, 1560, 1557, 1536, 1557, 1558, 1588, 1645, 1562, 1647, 1588, 1549, 1649, 1647, 1565, 1651, 1658, 1651, 1652, 1588, 1645, 1654, 1651, 1563, 1651, 1652, 960, 1874, 1577, 1566, 956, 1659, 1567, 1576, 1576, 1576, 1874, 1655, 1655, 1655, 1655, 1655, 1655, 1656, 1573, 1660, 952, 1568, 1655, 1655, 1655, 1655, 1655, 1655, 1662, 1660, 940, 1578, 1579, 1574, 1579, 1580, 1874, 1874, 1586, 1874, 1580, 1592, 1665, 1874, 1666, 1453, 1667, 1454, 1453, 1671, 1454, 1671, 1588, 1592, 1592, 1590, 1674, 1596, 1674, 1596, 1669, 1594, 1677, 1457, 1677, 1588, 1592, 1473, 1478, 1592, 1596, 1613, 1596, 1669, 1166, 1596, 1457, 1163, 1625, 1692, 1473, 1478, 1592, 1681, 1696, 1682, 1614, 1683, 1596, 1607, 1604, 1625, 1604, 1605, 1874, 1615, 1625, 1616, 1623, 1697, 1701, 1685, 1701, 1523, 1631, 1632, 932, 1632, 1633, 1625, 1617, 1160, 1625, 1630, 1685, 1704, 1523, 1159, 1629, 1629, 1874, 1874, 1549, 1874, 1633, 1625, 1532, 1645, 1533, 1706, 1532, 1707, 1533, 1712, 1645, 1549, 1643, 1710, 1717, 1710, 1645, 1665, 1706, 1666, 1536, 1723, 1708, 1645, 1713, 1730, 1645, 1730, 1719, 1751, 1749, 1654, 1651, 1536, 1651, 1652, 1724, 1656, 1681, 1645, 1682, 1719, 1655, 1655, 1655, 1655, 1655, 1655, 1658, 1665, 1721, 1666, 1588, 1720, 1720, 1720, 1720, 1725, 1726, 1158, 1726, 1727, 1592, 1659, 1665, 1588, 1666, 1669, 1665, 923, 1666, 1596, 1667, 917, 1681, 1592, 1682, 909, 1741, 1681, 1669, 1682, 1669, 1738, 1596, 1738, 1669, 1733, 1734, 1744, 1734, 1735, 1685, 1742, 1681, 1669, 1682, 1685, 1683, 1669, 1747, 1694, 1748, 1874, 1745, 1685, 1696, 1749, 1751, 1749, 1685, 1752, 1685, 1754, 1625, 1617, 1874, 1706, 1706, 1704, 1757, 1697, 1757, 1874, 1764, 1685, 1753, 1625, 1755, 1645, 1706, 1706, 1140, 1706, 1707, 1759, 1761, 1759, 1712, 1765, 1129, 1719, 1645, 1762, 1762, 1762, 1706, 1719, 1717, 1708, 1763, 1874, 1128, 1713, 1719, 1762, 1762, 1762, 1721, 1767, 1719, 1767, 1719, 1720, 1720, 1723, 1769, 1771, 1769, 1725, 1726, 1773, 1726, 1727, 1665, 1719, 1666, 1665, 1776, 1666, 1724, 1706, 1874, 1874, 1874, 1775, 1874, 1727, 1874, 1874, 887, 1874, 1669, 1777, 1706, 1115, 1733, 1734, 1775, 1734, 1735, 1681, 1681, 1682, 1682, 1669, 1779, 1874, 1681, 1874, 1682, 1782, 1741, 1784, 1786, 1784, 1792, 1874, 1874, 1685, 1781, 1744, 1788, 1114, 1788, 1789, 1783, 1742, 1747, 1874, 1748, 1793, 1685, 1781, 1791, 1788, 1745, 1788, 1789, 1752, 1874, 1798, 1874, 1617, 1797, 1797, 1797, 1797, 1111, 1874, 1754, 1719, 1800, 1110, 1753, 1799, 1799, 1799, 1799, 1761, 1759, 1763, 1874, 1874, 1719, 1755, 1762, 1762, 1762, 1764, 1801, 1773, 1801, 1802, 1804, 1801, 1109, 1801, 1802, 1874, 1775, 1874, 1775, 1108, 1765, 1775, 1806, 863, 1806, 1874, 1681, 1776, 1682, 1775, 1809, 1775, 1808, 1808, 1775, 1808, 1808, 1681, 1811, 1682, 1811, 1681, 1777, 1682, 1781, 1779, 1782, 1775, 1814, 1874, 1874, 1813, 1813, 1813, 1813, 1781, 1817, 1781, 1103, 1781, 1775, 1783, 1874, 1874, 1874, 1874, 1874, 1102, 1781, 1824, 1819, 1825, 1781, 1792, 1820, 1101, 1820, 1821, 1823, 1820, 1798, 1820, 1821, 1819, 1617, 1797, 1797, 1827, 1793, 1800, 1681, 856, 1682, 1874, 1799, 1799, 1874, 1874, 1809, 1874, 1874, 1829, 1874, 1808, 1808, 1681, 1814, 1682, 1781, 1830, 1819, 1813, 1813, 1819, 1829, 1817, 1833, 1836, 1833, 1874, 1874, 1781, 1874, 1819, 1831, 1824, 1819, 1825, 1829, 1819, 1829, 1838, 1827, 1842, 1096, 1842, 1819, 1874, 849, 1874, 1617, 1829, 1819, 1829, 1838, 1830, 1829, 1845, 1838, 1819, 1844, 1844, 1844, 1844, 1838, 1836, 1847, 1829, 1847, 1829, 1831, 1838, 1849, 1874, 1850, 1874, 1845, 1838, 1838, 1838, 1829, 1844, 1844, 1874, 1849, 1874, 1850, 1617, 1853, 1087, 1854, 1838, 1838, 1853, 1857, 1854, 1858, 839, 1857, 1617, 1858, 1068, 1861, 1617, 1862, 1861, 1067, 1862, 1617, 1617, 1865, 1873, 1866, 1617, 1865, 1873, 1866, 1617, 827, 1869, 1617, 1870, 1869, 823, 1870, 1617, 1617, 819, 1052, 1617, 1617, 813, 809, 1034, 1617, 1027, 1022, 1617, 196, 196, 1011, 196, 196, 196, 196, 196, 196, 196, 236, 236, 1010, 236, 236, 236, 236, 236, 236, 236, 284, 284, 1007, 284, 1004, 284, 284, 284, 284, 284, 320, 320, 320, 320, 322, 322, 322, 322, 322, 1003, 322, 351, 351, 991, 351, 351, 351, 351, 351, 351, 351, 365, 365, 365, 365, 367, 367, 367, 367, 367, 990, 367, 406, 406, 989, 406, 406, 406, 406, 406, 406, 406, 422, 422, 988, 422, 987, 422, 422, 422, 422, 422, 425, 425, 981, 425, 980, 425, 425, 425, 425, 425, 428, 428, 750, 428, 973, 428, 428, 428, 428, 428, 471, 471, 471, 471, 740, 471, 473, 936, 473, 935, 473, 473, 473, 473, 503, 503, 503, 503, 505, 505, 505, 505, 505, 934, 505, 523, 523, 523, 523, 933, 523, 525, 928, 525, 927, 525, 525, 525, 525, 557, 557, 557, 557, 559, 559, 559, 559, 559, 926, 559, 571, 571, 705, 903, 694, 571, 571, 571, 571, 571, 578, 578, 690, 578, 892, 578, 578, 578, 578, 585, 585, 891, 890, 678, 585, 585, 585, 585, 585, 588, 588, 674, 873, 869, 588, 588, 588, 588, 588, 593, 593, 868, 861, 660, 593, 593, 593, 593, 593, 595, 860, 859, 854, 847, 843, 595, 595, 595, 595, 601, 601, 842, 833, 832, 601, 601, 601, 601, 601, 616, 616, 831, 616, 616, 616, 616, 616, 616, 616, 620, 620, 830, 620, 620, 620, 620, 620, 620, 620, 471, 471, 471, 471, 817, 471, 473, 473, 473, 473, 503, 503, 503, 503, 816, 503, 670, 670, 670, 670, 807, 670, 505, 505, 505, 505, 505, 806, 505, 672, 805, 672, 804, 672, 672, 672, 672, 675, 675, 619, 675, 675, 675, 675, 675, 675, 675, 679, 679, 615, 679, 679, 679, 679, 679, 679, 679, 691, 691, 795, 691, 691, 691, 691, 691, 691, 691, 695, 695, 792, 695, 695, 695, 695, 695, 695, 695, 523, 523, 523, 523, 787, 523, 525, 525, 525, 525, 706, 706, 786, 706, 706, 706, 706, 706, 706, 706, 741, 741, 785, 741, 741, 741, 741, 741, 741, 741, 557, 557, 557, 557, 784, 557, 746, 746, 746, 746, 783, 746, 559, 559, 559, 559, 559, 782, 559, 748, 781, 748, 596, 748, 748, 748, 748, 751, 751, 776, 751, 751, 751, 751, 751, 751, 751, 571, 571, 571, 571, 765, 765, 775, 774, 771, 765, 765, 765, 765, 765, 578, 578, 763, 578, 758, 578, 578, 578, 578, 585, 585, 585, 585, 588, 588, 588, 588, 778, 778, 755, 754, 753, 778, 778, 778, 778, 778, 593, 593, 593, 593, 780, 780, 780, 780, 595, 745, 738, 731, 725, 724, 595, 595, 595, 601, 601, 601, 601, 616, 616, 616, 616, 616, 796, 796, 796, 796, 798, 798, 798, 798, 798, 723, 798, 620, 620, 620, 620, 620, 800, 800, 800, 800, 802, 802, 802, 802, 802, 722, 802, 810, 810, 721, 810, 810, 810, 810, 810, 810, 810, 814, 814, 716, 814, 814, 814, 814, 814, 814, 814, 820, 820, 715, 820, 820, 820, 820, 820, 820, 820, 824, 824, 714, 824, 824, 824, 824, 824, 824, 824, 828, 828, 699, 828, 828, 828, 828, 828, 828, 828, 840, 840, 698, 840, 840, 840, 840, 840, 840, 840, 845, 845, 697, 688, 681, 845, 845, 845, 845, 845, 850, 850, 669, 850, 850, 850, 850, 850, 850, 850, 857, 857, 668, 857, 857, 857, 857, 857, 857, 857, 864, 864, 667, 864, 864, 864, 864, 864, 864, 864, 670, 670, 670, 670, 666, 670, 672, 672, 672, 672, 675, 675, 675, 675, 675, 874, 874, 874, 874, 876, 876, 876, 876, 876, 665, 876, 679, 679, 679, 679, 679, 878, 878, 878, 878, 880, 880, 880, 880, 880, 662, 880, 888, 888, 658, 888, 888, 888, 888, 888, 888, 888, 691, 691, 691, 691, 691, 893, 893, 893, 893, 895, 895, 895, 895, 895, 657, 895, 695, 695, 695, 695, 695, 897, 897, 897, 897, 899, 899, 899, 899, 899, 654, 899, 910, 910, 653, 910, 910, 910, 910, 910, 910, 910, 706, 706, 706, 706, 706, 912, 912, 912, 912, 914, 914, 914, 914, 914, 650, 914, 918, 918, 647, 918, 918, 918, 918, 918, 918, 918, 924, 924, 646, 924, 924, 924, 924, 924, 924, 924, 931, 643, 642, 641, 640, 639, 931, 931, 931, 931, 941, 941, 638, 941, 941, 941, 941, 941, 941, 941, 953, 953, 631, 953, 953, 953, 953, 953, 953, 953, 957, 957, 630, 957, 957, 957, 957, 957, 957, 957, 961, 961, 625, 961, 961, 961, 961, 961, 961, 961, 741, 741, 741, 741, 741, 965, 965, 965, 965, 967, 967, 967, 967, 967, 624, 967, 971, 971, 623, 971, 971, 971, 971, 971, 971, 971, 746, 746, 746, 746, 622, 746, 748, 748, 748, 748, 751, 751, 751, 751, 751, 974, 974, 974, 974, 976, 976, 976, 976, 976, 613, 976, 983, 983, 612, 611, 608, 983, 983, 983, 983, 983, 765, 765, 765, 765, 996, 996, 607, 996, 606, 996, 996, 996, 996, 778, 778, 778, 778, 780, 780, 780, 780, 1020, 1020, 605, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1025, 1025, 604, 1025, 1025, 1025, 1025, 1025, 1025, 1025, 796, 796, 796, 796, 603, 796, 1028, 1028, 1028, 1028, 599, 1028, 798, 798, 798, 798, 798, 583, 798, 1030, 582, 1030, 581, 1030, 1030, 1030, 1030, 800, 800, 800, 800, 580, 800, 1031, 1031, 1031, 1031, 579, 1031, 802, 802, 802, 802, 802, 575, 802, 1033, 569, 1033, 568, 1033, 1033, 1033, 1033, 810, 810, 810, 810, 810, 1044, 1044, 1044, 1044, 1046, 1046, 1046, 1046, 1046, 567, 1046, 814, 814, 814, 814, 814, 1048, 1048, 1048, 1048, 1050, 1050, 1050, 1050, 1050, 566, 1050, 820, 820, 820, 820, 820, 1055, 1055, 1055, 1055, 1057, 1057, 1057, 1057, 1057, 565, 1057, 824, 824, 824, 824, 824, 1059, 1059, 1059, 1059, 1061, 1061, 1061, 1061, 1061, 564, 1061, 828, 828, 828, 828, 828, 1063, 1063, 1063, 1063, 1065, 1065, 1065, 1065, 1065, 556, 1065, 1075, 1075, 555, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1077, 1077, 1077, 552, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 840, 840, 840, 840, 840, 1079, 1079, 1079, 1079, 1081, 1081, 1081, 1081, 1081, 548, 1081, 845, 845, 845, 845, 850, 850, 850, 850, 850, 1088, 1088, 1088, 1088, 1090, 1090, 1090, 1090, 1090, 547, 1090, 1094, 1094, 546, 1094, 1094, 1094, 1094, 1094, 1094, 1094, 857, 857, 857, 857, 857, 1097, 1097, 1097, 1097, 1099, 1099, 1099, 1099, 1099, 545, 1099, 864, 864, 864, 864, 864, 1104, 1104, 1104, 1104, 1106, 1106, 1106, 1106, 1106, 542, 1106, 1112, 1112, 1112, 541, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 874, 874, 874, 874, 540, 874, 1116, 1116, 1116, 1116, 539, 1116, 876, 876, 876, 876, 876, 538, 876, 1118, 537, 1118, 536, 1118, 1118, 1118, 1118, 878, 878, 878, 878, 535, 878, 1119, 1119, 1119, 1119, 534, 1119, 880, 880, 880, 880, 880, 533, 880, 1121, 532, 1121, 529, 1121, 1121, 1121, 1121, 1122, 1122, 1122, 528, 1122, 1122, 1122, 1122, 1122, 1122, 1122, 1122, 888, 888, 888, 888, 888, 1124, 1124, 1124, 1124, 1126, 1126, 1126, 1126, 1126, 527, 1126, 893, 893, 893, 893, 526, 893, 1130, 1130, 1130, 1130, 522, 1130, 895, 895, 895, 895, 895, 513, 895, 1132, 512, 1132, 511, 1132, 1132, 1132, 1132, 897, 897, 897, 897, 502, 897, 1133, 1133, 1133, 1133, 501, 1133, 899, 899, 899, 899, 899, 500, 899, 1135, 499, 1135, 498, 1135, 1135, 1135, 1135, 1138, 1138, 497, 1138, 1138, 1138, 1138, 1138, 1138, 1138, 910, 910, 910, 910, 910, 1143, 1143, 1143, 1143, 1145, 1145, 1145, 1145, 1145, 496, 1145, 912, 912, 912, 912, 491, 912, 1147, 1147, 1147, 1147, 490, 1147, 914, 914, 914, 914, 914, 489, 914, 1149, 488, 1149, 487, 1149, 1149, 1149, 1149, 918, 918, 918, 918, 918, 1150, 1150, 1150, 1150, 1152, 1152, 1152, 1152, 1152, 484, 1152, 924, 924, 924, 924, 924, 1154, 1154, 1154, 1154, 1156, 1156, 1156, 1156, 1156, 483, 1156, 931, 931, 931, 1169, 1169, 482, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 941, 941, 941, 941, 941, 1171, 1171, 1171, 1171, 1175, 481, 1175, 480, 1175, 1175, 1175, 1175, 1175, 479, 1175, 1179, 1179, 478, 1179, 1179, 1179, 1179, 1179, 1179, 1179, 1183, 1183, 477, 1183, 1183, 1183, 1183, 1183, 1183, 1183, 1187, 1187, 474, 1187, 1187, 1187, 1187, 1187, 1187, 1187, 1189, 1189, 1189, 470, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 953, 953, 953, 953, 953, 1191, 1191, 1191, 1191, 1193, 1193, 1193, 1193, 1193, 469, 1193, 957, 957, 957, 957, 957, 1195, 1195, 1195, 1195, 1197, 1197, 1197, 1197, 1197, 468, 1197, 961, 961, 961, 961, 961, 1199, 1199, 1199, 1199, 1201, 1201, 1201, 1201, 1201, 467, 1201, 1203, 1203, 1203, 463, 1203, 1203, 1203, 1203, 1203, 1203, 1203, 1203, 965, 965, 965, 965, 458, 965, 1205, 1205, 1205, 1205, 457, 1205, 967, 967, 967, 967, 967, 453, 967, 1207, 452, 1207, 451, 1207, 1207, 1207, 1207, 971, 971, 971, 971, 971, 1208, 1208, 1208, 1208, 1210, 1210, 1210, 1210, 1210, 450, 1210, 974, 974, 974, 974, 449, 974, 1214, 1214, 1214, 1214, 448, 1214, 976, 976, 976, 976, 976, 445, 976, 1216, 434, 1216, 433, 1216, 1216, 1216, 1216, 1219, 1219, 432, 1219, 1219, 1219, 1219, 1219, 1219, 1219, 983, 983, 983, 983, 1224, 1224, 431, 430, 418, 414, 1224, 1224, 1224, 1224, 996, 996, 413, 996, 412, 996, 996, 996, 996, 1232, 1232, 411, 410, 409, 1232, 1232, 1232, 1232, 1232, 1239, 408, 403, 402, 399, 394, 1239, 1239, 1239, 1239, 1243, 1243, 393, 1243, 390, 1243, 1243, 1243, 1243, 1243, 1248, 1248, 1248, 389, 1248, 1248, 1248, 1248, 1248, 1248, 1248, 1248, 1020, 1020, 1020, 1020, 1020, 1252, 1252, 1252, 1252, 1254, 1254, 1254, 1254, 1254, 388, 1254, 1025, 1025, 1025, 1025, 1025, 1257, 1257, 1257, 1257, 1259, 1259, 1259, 1259, 1259, 384, 1259, 1028, 1028, 1028, 1028, 383, 1028, 1030, 1030, 1030, 1030, 1031, 1031, 1031, 1031, 382, 1031, 1033, 1033, 1033, 1033, 1265, 1265, 381, 1265, 1265, 1265, 1265, 1265, 1265, 1265, 1275, 1275, 380, 1275, 1275, 1275, 1275, 1275, 1275, 1275, 1277, 379, 378, 377, 374, 373, 1277, 1277, 372, 1277, 1044, 1044, 1044, 1044, 371, 1044, 1279, 1279, 1279, 1279, 370, 1279, 1046, 1046, 1046, 1046, 1046, 369, 1046, 1281, 364, 1281, 363, 1281, 1281, 1281, 1281, 1048, 1048, 1048, 1048, 357, 1048, 1282, 1282, 1282, 1282, 356, 1282, 1050, 1050, 1050, 1050, 1050, 355, 1050, 1284, 348, 1284, 347, 1284, 1284, 1284, 1284, 1288, 1288, 346, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1055, 1055, 1055, 1055, 345, 1055, 1290, 1290, 1290, 1290, 344, 1290, 1057, 1057, 1057, 1057, 1057, 343, 1057, 1292, 342, 1292, 341, 1292, 1292, 1292, 1292, 1059, 1059, 1059, 1059, 340, 1059, 1293, 1293, 1293, 1293, 339, 1293, 1061, 1061, 1061, 1061, 1061, 338, 1061, 1295, 337, 1295, 336, 1295, 1295, 1295, 1295, 1063, 1063, 1063, 1063, 335, 1063, 1296, 1296, 1296, 1296, 334, 1296, 1065, 1065, 1065, 1065, 1065, 333, 1065, 1298, 332, 1298, 331, 1298, 1298, 1298, 1298, 1301, 1301, 1301, 330, 1301, 1301, 1301, 1301, 1301, 1301, 1301, 1301, 1075, 1075, 1075, 1075, 1075, 1305, 1305, 1305, 1305, 1307, 1307, 1307, 1307, 1307, 329, 1307, 1077, 328, 1077, 327, 1077, 1077, 1077, 1077, 1077, 1077, 326, 1077, 1079, 1079, 1079, 1079, 325, 1079, 1309, 1309, 1309, 1309, 324, 1309, 1081, 1081, 1081, 1081, 1081, 319, 1081, 1311, 318, 1311, 317, 1311, 1311, 1311, 1311, 1312, 1312, 1312, 316, 1312, 1312, 1312, 1312, 1312, 1312, 1312, 1312, 1088, 1088, 1088, 1088, 315, 1088, 1317, 1317, 1317, 1317, 314, 1317, 1090, 1090, 1090, 1090, 1090, 313, 1090, 1319, 312, 1319, 311, 1319, 1319, 1319, 1319, 1094, 1094, 1094, 1094, 1094, 1320, 1320, 1320, 1320, 1322, 1322, 1322, 1322, 1322, 310, 1322, 1097, 1097, 1097, 1097, 309, 1097, 1325, 1325, 1325, 1325, 308, 1325, 1099, 1099, 1099, 1099, 1099, 307, 1099, 1327, 306, 1327, 305, 1327, 1327, 1327, 1327, 1104, 1104, 1104, 1104, 304, 1104, 1334, 1334, 1334, 1334, 303, 1334, 1106, 1106, 1106, 1106, 1106, 300, 1106, 1336, 297, 1336, 296, 1336, 1336, 1336, 1336, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 1112, 295, 1112, 1116, 1116, 1116, 1116, 282, 1116, 1118, 1118, 1118, 1118, 1119, 1119, 1119, 1119, 281, 1119, 1121, 1121, 1121, 1121, 1122, 280, 1122, 279, 1122, 1122, 1122, 1122, 1122, 1122, 274, 1122, 1124, 1124, 1124, 1124, 271, 1124, 1346, 1346, 1346, 1346, 270, 1346, 1126, 1126, 1126, 1126, 1126, 267, 1126, 1348, 262, 1348, 258, 1348, 1348, 1348, 1348, 1130, 1130, 1130, 1130, 257, 1130, 1132, 1132, 1132, 1132, 1133, 1133, 1133, 1133, 256, 1133, 1135, 1135, 1135, 1135, 1138, 1138, 1138, 1138, 1138, 1350, 1350, 1350, 1350, 1352, 1352, 1352, 1352, 1352, 255, 1352, 1143, 1143, 1143, 1143, 254, 1143, 1355, 1355, 1355, 1355, 252, 1355, 1145, 1145, 1145, 1145, 1145, 250, 1145, 1357, 249, 1357, 248, 1357, 1357, 1357, 1357, 1147, 1147, 1147, 1147, 247, 1147, 1149, 1149, 1149, 1149, 1150, 1150, 1150, 1150, 240, 1150, 1358, 1358, 1358, 1358, 239, 1358, 1152, 1152, 1152, 1152, 1152, 238, 1152, 1360, 233, 1360, 232, 1360, 1360, 1360, 1360, 1154, 1154, 1154, 1154, 229, 1154, 1361, 1361, 1361, 1361, 228, 1361, 1156, 1156, 1156, 1156, 1156, 227, 1156, 1363, 226, 1363, 222, 1363, 1363, 1363, 1363, 1372, 1372, 221, 1372, 1372, 1372, 1372, 1372, 1372, 1372, 1169, 1169, 1169, 1169, 1169, 1379, 1379, 1379, 1379, 1381, 1381, 1381, 1381, 1381, 220, 1381, 1171, 219, 1171, 218, 217, 1171, 1171, 1171, 1171, 216, 1171, 1386, 1386, 215, 1386, 1386, 1386, 1386, 1386, 1386, 1387, 214, 1387, 213, 212, 1387, 1387, 1387, 1387, 211, 1387, 1175, 210, 1175, 209, 1175, 1175, 1175, 1175, 1175, 208, 1175, 1389, 207, 1389, 206, 1389, 1389, 1389, 1389, 1179, 1179, 1179, 1179, 1179, 1390, 1390, 1390, 1390, 1392, 1392, 1392, 1392, 1392, 205, 1392, 1183, 1183, 1183, 1183, 1183, 1394, 1394, 1394, 1394, 1396, 1396, 1396, 1396, 1396, 204, 1396, 1187, 1187, 1187, 1187, 1187, 1398, 1398, 1398, 1398, 1400, 1400, 1400, 1400, 1400, 203, 1400, 1189, 202, 1189, 201, 1189, 1189, 1189, 1189, 1189, 1189, 200, 1189, 1191, 1191, 1191, 1191, 199, 1191, 1402, 1402, 1402, 1402, 198, 1402, 1193, 1193, 1193, 1193, 1193, 193, 1193, 1404, 192, 1404, 189, 1404, 1404, 1404, 1404, 1195, 1195, 1195, 1195, 188, 1195, 1405, 1405, 1405, 1405, 185, 1405, 1197, 1197, 1197, 1197, 1197, 184, 1197, 1407, 183, 1407, 182, 1407, 1407, 1407, 1407, 1199, 1199, 1199, 1199, 179, 1199, 1408, 1408, 1408, 1408, 178, 1408, 1201, 1201, 1201, 1201, 1201, 177, 1201, 1410, 172, 1410, 164, 1410, 1410, 1410, 1410, 1203, 163, 1203, 162, 1203, 1203, 1203, 1203, 1203, 1203, 161, 1203, 1205, 1205, 1205, 1205, 160, 1205, 1207, 1207, 1207, 1207, 1208, 1208, 1208, 1208, 159, 1208, 1411, 1411, 1411, 1411, 158, 1411, 1210, 1210, 1210, 1210, 1210, 157, 1210, 1413, 156, 1413, 152, 1413, 1413, 1413, 1413, 1416, 1416, 151, 1416, 1416, 1416, 1416, 1416, 1416, 1416, 1214, 1214, 1214, 1214, 150, 1214, 1216, 1216, 1216, 1216, 1219, 1219, 1219, 1219, 1219, 1418, 1418, 1418, 1418, 1420, 1420, 1420, 1420, 1420, 149, 1420, 1224, 1224, 1224, 1425, 1425, 1425, 1425, 1232, 1232, 1232, 1232, 1435, 1435, 1435, 1435, 1239, 148, 147, 141, 140, 139, 1239, 1239, 1239, 1243, 1243, 1243, 1243, 1440, 1440, 138, 137, 136, 1440, 1440, 1440, 1440, 1440, 1248, 135, 1248, 134, 1248, 1248, 1248, 1248, 1248, 1248, 133, 1248, 1252, 1252, 1252, 1252, 130, 1252, 1442, 1442, 1442, 1442, 129, 1442, 1254, 1254, 1254, 1254, 1254, 126, 1254, 1444, 125, 1444, 121, 1444, 1444, 1444, 1444, 1257, 1257, 1257, 1257, 120, 1257, 1446, 1446, 1446, 1446, 119, 1446, 1259, 1259, 1259, 1259, 1259, 118, 1259, 1448, 117, 1448, 116, 1448, 1448, 1448, 1448, 1265, 1265, 1265, 1265, 1265, 1452, 1452, 1452, 1452, 1456, 115, 1456, 114, 1456, 1456, 1456, 1456, 1456, 113, 1456, 1460, 1460, 112, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1464, 1464, 111, 1464, 1464, 1464, 1464, 1464, 1464, 1464, 1468, 1468, 110, 1468, 1468, 1468, 1468, 1468, 1468, 1468, 1275, 1275, 1275, 1275, 1275, 1470, 1470, 1470, 1470, 1472, 1472, 1472, 1472, 1472, 109, 1472, 1279, 1279, 1279, 1279, 108, 1279, 1281, 1281, 1281, 1281, 1282, 1282, 1282, 1282, 107, 1282, 1284, 1284, 1284, 1284, 1288, 1288, 1288, 1288, 1288, 1475, 1475, 1475, 1475, 1477, 1477, 1477, 1477, 1477, 106, 1477, 1290, 1290, 1290, 1290, 84, 1290, 1292, 1292, 1292, 1292, 1293, 1293, 1293, 1293, 31, 1293, 1295, 1295, 1295, 1295, 1296, 1296, 1296, 1296, 1874, 1296, 1298, 1298, 1298, 1298, 1301, 1874, 1301, 1874, 1301, 1301, 1301, 1301, 1301, 1301, 1874, 1301, 1305, 1305, 1305, 1305, 1874, 1305, 1482, 1482, 1482, 1482, 1874, 1482, 1307, 1307, 1307, 1307, 1307, 1874, 1307, 1484, 1874, 1484, 1874, 1484, 1484, 1484, 1484, 1309, 1309, 1309, 1309, 1874, 1309, 1311, 1311, 1311, 1311, 1312, 1874, 1312, 1874, 1312, 1312, 1312, 1312, 1312, 1312, 1874, 1312, 1317, 1317, 1317, 1317, 1874, 1317, 1319, 1319, 1319, 1319, 1320, 1320, 1320, 1320, 1874, 1320, 1486, 1486, 1486, 1486, 1874, 1486, 1322, 1322, 1322, 1322, 1322, 1874, 1322, 1488, 1874, 1488, 1874, 1488, 1488, 1488, 1488, 1325, 1325, 1325, 1325, 1874, 1325, 1327, 1327, 1327, 1327, 1492, 1492, 1492, 1874, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1495, 1495, 1874, 1874, 1874, 1495, 1495, 1495, 1495, 1495, 1334, 1334, 1334, 1334, 1874, 1334, 1336, 1336, 1336, 1336, 1499, 1499, 1874, 1499, 1874, 1499, 1499, 1874, 1874, 1499, 1502, 1502, 1502, 1874, 1502, 1502, 1502, 1502, 1502, 1502, 1874, 1502, 1346, 1346, 1346, 1346, 1874, 1346, 1348, 1348, 1348, 1348, 1350, 1350, 1350, 1350, 1874, 1350, 1506, 1506, 1506, 1506, 1874, 1506, 1352, 1352, 1352, 1352, 1352, 1874, 1352, 1508, 1874, 1508, 1874, 1508, 1508, 1508, 1508, 1355, 1355, 1355, 1355, 1874, 1355, 1357, 1357, 1357, 1357, 1358, 1358, 1358, 1358, 1874, 1358, 1360, 1360, 1360, 1360, 1361, 1361, 1361, 1361, 1874, 1361, 1363, 1363, 1363, 1363, 1511, 1511, 1874, 1874, 1874, 1874, 1511, 1511, 1511, 1511, 1514, 1514, 1874, 1874, 1874, 1514, 1514, 1514, 1514, 1514, 1518, 1518, 1874, 1518, 1518, 1518, 1518, 1518, 1518, 1518, 1372, 1372, 1372, 1372, 1372, 1520, 1520, 1520, 1520, 1522, 1522, 1522, 1522, 1522, 1874, 1522, 1379, 1379, 1379, 1379, 1874, 1379, 1528, 1528, 1528, 1528, 1874, 1528, 1381, 1381, 1381, 1381, 1381, 1874, 1381, 1530, 1874, 1530, 1874, 1530, 1530, 1530, 1530, 1386, 1386, 1874, 1386, 1386, 1386, 1386, 1386, 1386, 1531, 1531, 1531, 1531, 1535, 1874, 1535, 1874, 1535, 1535, 1535, 1535, 1535, 1874, 1535, 1387, 1874, 1387, 1874, 1874, 1387, 1387, 1387, 1387, 1874, 1387, 1389, 1389, 1389, 1389, 1390, 1390, 1390, 1390, 1874, 1390, 1537, 1537, 1537, 1537, 1874, 1537, 1392, 1392, 1392, 1392, 1392, 1874, 1392, 1539, 1874, 1539, 1874, 1539, 1539, 1539, 1539, 1394, 1394, 1394, 1394, 1874, 1394, 1540, 1540, 1540, 1540, 1874, 1540, 1396, 1396, 1396, 1396, 1396, 1874, 1396, 1542, 1874, 1542, 1874, 1542, 1542, 1542, 1542, 1398, 1398, 1398, 1398, 1874, 1398, 1543, 1543, 1543, 1543, 1874, 1543, 1400, 1400, 1400, 1400, 1400, 1874, 1400, 1545, 1874, 1545, 1874, 1545, 1545, 1545, 1545, 1402, 1402, 1402, 1402, 1874, 1402, 1404, 1404, 1404, 1404, 1405, 1405, 1405, 1405, 1874, 1405, 1407, 1407, 1407, 1407, 1408, 1408, 1408, 1408, 1874, 1408, 1410, 1410, 1410, 1410, 1411, 1411, 1411, 1411, 1874, 1411, 1413, 1413, 1413, 1413, 1416, 1416, 1416, 1416, 1416, 1546, 1546, 1546, 1546, 1548, 1548, 1548, 1548, 1548, 1874, 1548, 1418, 1418, 1418, 1418, 1874, 1418, 1550, 1550, 1550, 1550, 1874, 1550, 1420, 1420, 1420, 1420, 1420, 1874, 1420, 1552, 1874, 1552, 1874, 1552, 1552, 1552, 1552, 1555, 1555, 1874, 1874, 1874, 1555, 1555, 1555, 1555, 1555, 1425, 1425, 1425, 1425, 1559, 1559, 1874, 1559, 1559, 1559, 1559, 1559, 1559, 1559, 1435, 1435, 1435, 1435, 1570, 1570, 1874, 1874, 1874, 1874, 1570, 1570, 1570, 1570, 1440, 1440, 1440, 1440, 1442, 1442, 1442, 1442, 1874, 1442, 1444, 1444, 1444, 1444, 1446, 1446, 1446, 1446, 1874, 1446, 1448, 1448, 1448, 1448, 1452, 1874, 1452, 1874, 1874, 1452, 1452, 1452, 1452, 1874, 1452, 1581, 1581, 1874, 1581, 1581, 1581, 1581, 1581, 1581, 1582, 1874, 1582, 1874, 1874, 1582, 1582, 1582, 1582, 1874, 1582, 1456, 1874, 1456, 1874, 1456, 1456, 1456, 1456, 1456, 1874, 1456, 1584, 1874, 1584, 1874, 1584, 1584, 1584, 1584, 1460, 1460, 1460, 1460, 1460, 1585, 1585, 1585, 1585, 1587, 1587, 1587, 1587, 1587, 1874, 1587, 1464, 1464, 1464, 1464, 1464, 1589, 1589, 1589, 1589, 1591, 1591, 1591, 1591, 1591, 1874, 1591, 1468, 1468, 1468, 1468, 1468, 1593, 1593, 1593, 1593, 1595, 1595, 1595, 1595, 1595, 1874, 1595, 1470, 1470, 1470, 1470, 1874, 1470, 1597, 1597, 1597, 1597, 1874, 1597, 1472, 1472, 1472, 1472, 1472, 1874, 1472, 1599, 1874, 1599, 1874, 1599, 1599, 1599, 1599, 1475, 1475, 1475, 1475, 1874, 1475, 1601, 1601, 1601, 1601, 1874, 1601, 1477, 1477, 1477, 1477, 1477, 1874, 1477, 1603, 1874, 1603, 1874, 1603, 1603, 1603, 1603, 1606, 1606, 1874, 1606, 1606, 1606, 1606, 1606, 1606, 1606, 1482, 1482, 1482, 1482, 1874, 1482, 1484, 1484, 1484, 1484, 1486, 1486, 1486, 1486, 1874, 1486, 1488, 1488, 1488, 1488, 1492, 1874, 1492, 1874, 1492, 1492, 1492, 1492, 1492, 1492, 1874, 1492, 1495, 1495, 1495, 1495, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1506, 1506, 1506, 1506, 1874, 1506, 1508, 1508, 1508, 1508, 1511, 1511, 1511, 1621, 1621, 1621, 1621, 1514, 1514, 1514, 1514, 1518, 1518, 1518, 1518, 1518, 1622, 1622, 1622, 1622, 1624, 1624, 1624, 1624, 1624, 1874, 1624, 1520, 1520, 1520, 1520, 1874, 1520, 1626, 1626, 1626, 1626, 1874, 1626, 1522, 1522, 1522, 1522, 1522, 1874, 1522, 1628, 1874, 1628, 1874, 1628, 1628, 1628, 1628, 1528, 1528, 1528, 1528, 1874, 1528, 1530, 1530, 1530, 1530, 1531, 1874, 1531, 1874, 1874, 1531, 1531, 1531, 1531, 1874, 1531, 1634, 1634, 1874, 1634, 1634, 1634, 1634, 1634, 1634, 1635, 1874, 1635, 1874, 1874, 1635, 1635, 1635, 1635, 1874, 1635, 1535, 1874, 1535, 1874, 1535, 1535, 1535, 1535, 1535, 1874, 1535, 1637, 1874, 1637, 1874, 1637, 1637, 1637, 1637, 1537, 1537, 1537, 1537, 1874, 1537, 1539, 1539, 1539, 1539, 1540, 1540, 1540, 1540, 1874, 1540, 1542, 1542, 1542, 1542, 1543, 1543, 1543, 1543, 1874, 1543, 1545, 1545, 1545, 1545, 1546, 1546, 1546, 1546, 1874, 1546, 1638, 1638, 1638, 1638, 1874, 1638, 1548, 1548, 1548, 1548, 1548, 1874, 1548, 1640, 1874, 1640, 1874, 1640, 1640, 1640, 1640, 1550, 1550, 1550, 1550, 1874, 1550, 1552, 1552, 1552, 1552, 1555, 1555, 1555, 1555, 1559, 1559, 1559, 1559, 1559, 1642, 1642, 1642, 1642, 1644, 1644, 1644, 1644, 1644, 1874, 1644, 1648, 1648, 1874, 1874, 1874, 1874, 1648, 1648, 1648, 1648, 1653, 1653, 1874, 1653, 1653, 1653, 1653, 1653, 1653, 1653, 1570, 1570, 1570, 1657, 1657, 1657, 1657, 1661, 1661, 1874, 1874, 1874, 1874, 1661, 1661, 1661, 1661, 1581, 1581, 1874, 1581, 1581, 1581, 1581, 1581, 1581, 1664, 1664, 1664, 1664, 1668, 1874, 1668, 1874, 1668, 1668, 1668, 1668, 1668, 1874, 1668, 1582, 1874, 1582, 1874, 1874, 1582, 1582, 1582, 1582, 1874, 1582, 1584, 1584, 1584, 1584, 1585, 1585, 1585, 1585, 1874, 1585, 1670, 1670, 1670, 1670, 1874, 1670, 1587, 1587, 1587, 1587, 1587, 1874, 1587, 1672, 1874, 1672, 1874, 1672, 1672, 1672, 1672, 1589, 1589, 1589, 1589, 1874, 1589, 1673, 1673, 1673, 1673, 1874, 1673, 1591, 1591, 1591, 1591, 1591, 1874, 1591, 1675, 1874, 1675, 1874, 1675, 1675, 1675, 1675, 1593, 1593, 1593, 1593, 1874, 1593, 1676, 1676, 1676, 1676, 1874, 1676, 1595, 1595, 1595, 1595, 1595, 1874, 1595, 1678, 1874, 1678, 1874, 1678, 1678, 1678, 1678, 1597, 1597, 1597, 1597, 1874, 1597, 1599, 1599, 1599, 1599, 1601, 1601, 1601, 1601, 1874, 1601, 1603, 1603, 1603, 1603, 1606, 1606, 1606, 1606, 1606, 1680, 1680, 1680, 1680, 1684, 1874, 1684, 1874, 1684, 1684, 1684, 1684, 1684, 1874, 1684, 1691, 1691, 1691, 1874, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1693, 1693, 1693, 1874, 1693, 1693, 1693, 1693, 1693, 1693, 1874, 1693, 1621, 1621, 1621, 1621, 1622, 1622, 1622, 1622, 1874, 1622, 1700, 1700, 1700, 1700, 1874, 1700, 1624, 1624, 1624, 1624, 1624, 1874, 1624, 1702, 1874, 1702, 1874, 1702, 1702, 1702, 1702, 1626, 1626, 1626, 1626, 1874, 1626, 1628, 1628, 1628, 1628, 1634, 1634, 1874, 1634, 1634, 1634, 1634, 1634, 1634, 1703, 1703, 1703, 1703, 1705, 1705, 1705, 1705, 1705, 1874, 1705, 1635, 1874, 1635, 1874, 1874, 1635, 1635, 1635, 1635, 1874, 1635, 1637, 1637, 1637, 1637, 1638, 1638, 1638, 1638, 1874, 1638, 1640, 1640, 1640, 1640, 1642, 1642, 1642, 1642, 1874, 1642, 1709, 1709, 1709, 1709, 1874, 1709, 1644, 1644, 1644, 1644, 1644, 1874, 1644, 1711, 1874, 1711, 1874, 1711, 1711, 1711, 1711, 1648, 1648, 1648, 1714, 1714, 1714, 1714, 1653, 1653, 1653, 1653, 1653, 1716, 1716, 1716, 1716, 1718, 1718, 1718, 1718, 1718, 1874, 1718, 1657, 1657, 1657, 1657, 1661, 1661, 1661, 1722, 1722, 1722, 1722, 1664, 1874, 1664, 1874, 1874, 1664, 1664, 1664, 1664, 1874, 1664, 1728, 1728, 1874, 1728, 1728, 1728, 1728, 1728, 1728, 1729, 1874, 1729, 1874, 1874, 1729, 1729, 1729, 1729, 1874, 1729, 1668, 1874, 1668, 1874, 1668, 1668, 1668, 1668, 1668, 1874, 1668, 1731, 1874, 1731, 1874, 1731, 1731, 1731, 1731, 1670, 1670, 1670, 1670, 1874, 1670, 1672, 1672, 1672, 1672, 1673, 1673, 1673, 1673, 1874, 1673, 1675, 1675, 1675, 1675, 1676, 1676, 1676, 1676, 1874, 1676, 1678, 1678, 1678, 1678, 1680, 1874, 1680, 1874, 1874, 1680, 1680, 1680, 1680, 1874, 1680, 1736, 1736, 1874, 1736, 1736, 1736, 1736, 1736, 1736, 1737, 1874, 1737, 1874, 1874, 1737, 1737, 1737, 1737, 1874, 1737, 1684, 1874, 1684, 1874, 1684, 1684, 1684, 1684, 1684, 1874, 1684, 1739, 1874, 1739, 1874, 1739, 1739, 1739, 1739, 1691, 1874, 1691, 1874, 1691, 1691, 1691, 1691, 1691, 1691, 1874, 1691, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1750, 1750, 1874, 1874, 1874, 1874, 1750, 1750, 1750, 1750, 1700, 1700, 1700, 1700, 1874, 1700, 1702, 1702, 1702, 1702, 1703, 1703, 1703, 1703, 1874, 1703, 1756, 1756, 1756, 1756, 1874, 1756, 1705, 1705, 1705, 1705, 1705, 1874, 1705, 1758, 1874, 1758, 1874, 1758, 1758, 1758, 1758, 1760, 1760, 1874, 1874, 1874, 1760, 1760, 1760, 1760, 1760, 1709, 1709, 1709, 1709, 1874, 1709, 1711, 1711, 1711, 1711, 1714, 1714, 1714, 1714, 1716, 1716, 1716, 1716, 1874, 1716, 1766, 1766, 1766, 1766, 1874, 1766, 1718, 1718, 1718, 1718, 1718, 1874, 1718, 1768, 1874, 1768, 1874, 1768, 1768, 1768, 1768, 1722, 1722, 1722, 1722, 1770, 1770, 1874, 1874, 1874, 1770, 1770, 1770, 1770, 1770, 1728, 1728, 1874, 1728, 1728, 1728, 1728, 1728, 1728, 1772, 1772, 1772, 1772, 1774, 1774, 1774, 1774, 1774, 1874, 1774, 1729, 1874, 1729, 1874, 1874, 1729, 1729, 1729, 1729, 1874, 1729, 1731, 1731, 1731, 1731, 1778, 1778, 1778, 1778, 1780, 1874, 1780, 1874, 1780, 1780, 1780, 1780, 1780, 1874, 1780, 1785, 1785, 1874, 1874, 1874, 1785, 1785, 1785, 1785, 1785, 1790, 1790, 1874, 1790, 1790, 1790, 1790, 1790, 1790, 1790, 1794, 1794, 1794, 1874, 1794, 1794, 1794, 1794, 1794, 1794, 1874, 1794, 1750, 1750, 1750, 1796, 1796, 1796, 1796, 1803, 1803, 1874, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1805, 1805, 1805, 1805, 1874, 1805, 1807, 1874, 1807, 1874, 1807, 1807, 1807, 1807, 1810, 1874, 1810, 1874, 1874, 1810, 1810, 1810, 1810, 1874, 1810, 1812, 1874, 1812, 1874, 1812, 1812, 1812, 1812, 1816, 1816, 1816, 1816, 1818, 1818, 1818, 1818, 1818, 1874, 1818, 1822, 1822, 1874, 1822, 1822, 1822, 1822, 1822, 1822, 1822, 1826, 1826, 1826, 1826, 1828, 1828, 1828, 1828, 1828, 1874, 1828, 1832, 1832, 1832, 1832, 1874, 1832, 1834, 1874, 1834, 1874, 1834, 1834, 1834, 1834, 1835, 1835, 1835, 1835, 1837, 1837, 1837, 1837, 1837, 1874, 1837, 1839, 1839, 1839, 1874, 1839, 1839, 1839, 1839, 1839, 1839, 1874, 1839, 1841, 1841, 1841, 1841, 1874, 1841, 1843, 1874, 1843, 1874, 1843, 1843, 1843, 1843, 1846, 1846, 1846, 1846, 1874, 1846, 1848, 1874, 1848, 1874, 1848, 1848, 1848, 1848, 1851, 1851, 1851, 1874, 1851, 1851, 1851, 1851, 1851, 1851, 1874, 1851, 1855, 1855, 1855, 1874, 1855, 1855, 1855, 1855, 1855, 1855, 1874, 1855, 1859, 1859, 1859, 1874, 1859, 1859, 1859, 1859, 1859, 1859, 1874, 1859, 1863, 1863, 1863, 1874, 1863, 1863, 1863, 1863, 1863, 1863, 1874, 1863, 1867, 1867, 1867, 1874, 1867, 1867, 1867, 1867, 1867, 1867, 1874, 1867, 1871, 1871, 1871, 1874, 1871, 1871, 1871, 1871, 1871, 1871, 1874, 1871, 3, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874 } ; static mmoconst flex_int16_t mmo_chk[8047] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 5, 8, 5, 6, 6, 6, 9, 6, 25, 8, 25, 15, 17, 8, 9, 8, 8, 10, 12, 50, 1337, 10, 11, 9, 10, 11, 13, 10, 15, 11, 17, 12, 13, 12, 50, 11, 10, 11, 1338, 11, 13, 13, 14, 14, 11, 16, 14, 16, 18, 20, 16, 18, 20, 16, 78, 24, 18, 47, 14, 19, 22, 14, 19, 19, 47, 23, 22, 23, 22, 78, 24, 19, 90, 19, 19, 19, 23, 1341, 23, 23, 90, 22, 24, 23, 23, 26, 24, 77, 30, 30, 30, 26, 30, 44, 26, 24, 80, 60, 67, 93, 81, 44, 77, 44, 60, 85, 80, 81, 284, 1343, 284, 123, 60, 67, 67, 93, 128, 174, 96, 96, 85, 96, 96, 60, 97, 97, 123, 97, 97, 152, 174, 128, 150, 96, 176, 1344, 77, 77, 77, 97, 176, 60, 131, 131, 152, 131, 131, 150, 132, 132, 123, 132, 132, 315, 315, 136, 137, 131, 150, 136, 1345, 153, 142, 132, 136, 315, 137, 142, 142, 142, 1354, 137, 142, 144, 142, 142, 153, 142, 144, 144, 144, 155, 158, 144, 244, 144, 144, 244, 167, 160, 160, 165, 165, 168, 165, 169, 155, 158, 160, 166, 166, 229, 166, 167, 170, 196, 165, 160, 168, 225, 169, 170, 194, 194, 166, 194, 229, 1370, 170, 196, 223, 223, 225, 223, 223, 224, 224, 665, 224, 224, 229, 665, 196, 230, 1414, 223, 231, 236, 297, 255, 224, 230, 230, 299, 231, 231, 234, 234, 230, 234, 253, 236, 1422, 297, 255, 253, 253, 253, 299, 1428, 253, 259, 253, 253, 236, 255, 259, 259, 259, 302, 272, 272, 260, 272, 272, 263, 259, 260, 260, 260, 263, 263, 263, 444, 302, 272, 264, 325, 444, 265, 263, 264, 264, 264, 265, 265, 265, 312, 273, 273, 266, 273, 273, 268, 265, 266, 266, 266, 268, 268, 268, 268, 312, 273, 269, 320, 281, 325, 268, 269, 269, 269, 269, 281, 283, 283, 1430, 283, 320, 286, 286, 281, 286, 287, 287, 1438, 287, 288, 288, 298, 288, 300, 289, 289, 286, 289, 290, 290, 287, 290, 291, 291, 288, 291, 298, 309, 300, 289, 313, 321, 322, 290, 323, 334, 323, 291, 298, 300, 340, 351, 309, 341, 321, 313, 322, 353, 349, 349, 334, 349, 354, 1449, 358, 351, 340, 359, 341, 322, 360, 363, 353, 362, 365, 1458, 309, 354, 351, 358, 358, 362, 362, 359, 366, 360, 363, 365, 358, 358, 367, 359, 359, 368, 373, 368, 385, 366, 574, 574, 386, 385, 385, 1462, 367, 386, 386, 392, 1466, 373, 399, 385, 392, 392, 392, 1474, 396, 367, 393, 393, 393, 396, 396, 396, 398, 399, 406, 401, 408, 398, 398, 398, 401, 401, 401, 401, 404, 404, 1481, 404, 406, 415, 415, 408, 416, 417, 417, 419, 439, 419, 1485, 420, 420, 406, 420, 506, 415, 506, 1489, 416, 417, 421, 421, 439, 421, 424, 424, 408, 424, 427, 427, 442, 427, 435, 435, 436, 436, 437, 437, 438, 438, 440, 440, 441, 441, 443, 442, 1493, 435, 515, 436, 467, 437, 468, 438, 515, 440, 1497, 441, 474, 443, 446, 446, 447, 447, 454, 467, 455, 468, 1498, 454, 454, 455, 455, 474, 471, 446, 560, 447, 560, 454, 459, 459, 475, 459, 459, 460, 460, 471, 460, 460, 461, 461, 476, 461, 461, 459, 483, 475, 462, 462, 460, 462, 462, 486, 488, 461, 491, 476, 497, 576, 576, 483, 576, 462, 494, 503, 495, 504, 486, 488, 494, 491, 495, 497, 494, 494, 495, 495, 503, 494, 504, 505, 507, 507, 512, 507, 507, 508, 508, 517, 508, 508, 578, 1504, 578, 505, 513, 507, 1505, 512, 509, 509, 508, 509, 509, 517, 510, 510, 505, 510, 510, 513, 1509, 517, 517, 509, 518, 518, 1516, 518, 518, 510, 519, 519, 1553, 519, 519, 523, 528, 520, 520, 518, 520, 520, 529, 521, 521, 519, 521, 521, 523, 586, 586, 528, 520, 1557, 532, 533, 534, 529, 521, 530, 530, 538, 530, 530, 531, 531, 539, 531, 531, 532, 533, 534, 544, 547, 530, 549, 538, 544, 544, 531, 550, 539, 551, 553, 553, 1561, 553, 553, 547, 555, 549, 1564, 557, 558, 559, 550, 566, 551, 553, 554, 554, 1575, 554, 554, 555, 557, 558, 1600, 559, 589, 589, 566, 561, 561, 554, 561, 561, 572, 572, 573, 573, 559, 547, 547, 547, 562, 562, 561, 562, 562, 568, 575, 572, 580, 573, 590, 590, 1604, 568, 568, 562, 577, 577, 568, 577, 607, 575, 608, 580, 1608, 590, 591, 591, 594, 594, 602, 602, 612, 610, 616, 607, 620, 608, 610, 610, 670, 591, 617, 617, 1609, 617, 617, 612, 616, 746, 620, 621, 621, 670, 621, 621, 626, 626, 1610, 626, 626, 616, 746, 620, 627, 627, 642, 627, 627, 628, 628, 626, 628, 628, 629, 629, 1611, 629, 629, 627, 1612, 642, 632, 632, 628, 632, 632, 633, 633, 629, 633, 633, 634, 634, 1616, 634, 634, 632, 766, 766, 635, 635, 633, 635, 635, 636, 636, 634, 636, 636, 637, 637, 643, 637, 637, 635, 779, 779, 644, 644, 636, 644, 644, 648, 648, 637, 1617, 643, 645, 645, 1619, 645, 645, 644, 649, 649, 651, 651, 648, 651, 651, 652, 652, 645, 652, 652, 653, 1620, 769, 649, 769, 651, 675, 681, 655, 655, 652, 655, 655, 656, 656, 653, 656, 656, 1650, 661, 675, 1651, 681, 655, 1679, 661, 668, 1686, 656, 661, 661, 663, 663, 675, 663, 663, 664, 664, 683, 664, 664, 668, 679, 1688, 683, 683, 663, 1690, 668, 676, 676, 664, 676, 676, 680, 680, 679, 680, 680, 682, 684, 684, 691, 684, 684, 682, 682, 685, 685, 679, 685, 685, 695, 1692, 682, 684, 691, 692, 692, 697, 692, 692, 685, 699, 696, 696, 695, 696, 696, 691, 700, 799, 1695, 799, 697, 701, 700, 700, 699, 695, 706, 701, 701, 702, 702, 700, 702, 702, 703, 703, 1743, 703, 703, 1748, 706, 719, 707, 707, 702, 707, 707, 708, 708, 703, 708, 708, 720, 706, 709, 709, 719, 709, 709, 710, 770, 770, 708, 770, 710, 710, 710, 720, 1787, 709, 711, 846, 846, 725, 710, 711, 711, 711, 712, 712, 1795, 712, 712, 713, 713, 768, 713, 713, 725, 717, 796, 768, 768, 712, 717, 717, 717, 717, 713, 1825, 718, 728, 1840, 796, 717, 718, 718, 718, 718, 726, 726, 729, 726, 726, 727, 727, 728, 727, 727, 730, 731, 984, 984, 738, 726, 1850, 729, 732, 732, 727, 732, 732, 797, 753, 730, 731, 733, 733, 738, 733, 733, 741, 732, 734, 734, 797, 734, 734, 753, 735, 735, 733, 735, 735, 1852, 741, 736, 736, 734, 736, 736, 1854, 737, 737, 735, 737, 737, 758, 741, 742, 742, 736, 742, 742, 751, 743, 743, 737, 743, 743, 744, 744, 758, 744, 744, 756, 756, 771, 751, 1856, 743, 757, 757, 752, 752, 744, 752, 752, 767, 774, 756, 751, 771, 772, 767, 767, 757, 781, 772, 772, 773, 783, 786, 767, 774, 773, 773, 787, 772, 803, 800, 803, 781, 788, 801, 1858, 783, 786, 788, 788, 788, 1860, 787, 800, 789, 1862, 874, 801, 788, 789, 789, 789, 790, 790, 798, 790, 790, 791, 791, 874, 791, 791, 793, 793, 802, 793, 793, 790, 798, 805, 794, 794, 791, 794, 794, 806, 875, 793, 802, 807, 817, 798, 810, 1864, 805, 794, 1225, 1225, 814, 875, 806, 802, 878, 832, 807, 817, 810, 811, 811, 820, 811, 811, 814, 815, 815, 878, 815, 815, 832, 810, 879, 1866, 833, 820, 824, 814, 1868, 828, 805, 805, 805, 821, 821, 879, 821, 821, 820, 833, 824, 825, 825, 828, 825, 825, 829, 829, 836, 829, 829, 834, 834, 824, 834, 834, 828, 835, 835, 837, 835, 835, 840, 836, 841, 841, 834, 841, 841, 842, 843, 870, 835, 850, 837, 1870, 840, 851, 851, 893, 851, 851, 1233, 1233, 842, 843, 870, 850, 857, 840, 852, 852, 893, 852, 852, 853, 853, 864, 853, 853, 850, 1872, 857, 858, 858, 852, 858, 858, 871, 1324, 853, 864, 876, 865, 865, 857, 865, 865, 877, 880, 877, 882, 883, 871, 864, 881, 876, 881, 885, 888, 896, 1316, 896, 880, 885, 885, 882, 883, 894, 876, 895, 889, 889, 888, 889, 889, 880, 897, 898, 899, 900, 894, 900, 915, 895, 915, 888, 968, 1313, 968, 897, 898, 912, 899, 1302, 901, 901, 895, 901, 901, 902, 902, 907, 902, 902, 912, 899, 910, 907, 907, 901, 904, 913, 1441, 1441, 902, 904, 904, 904, 904, 1300, 910, 905, 914, 918, 913, 904, 905, 905, 905, 905, 924, 911, 911, 910, 911, 911, 914, 918, 919, 919, 921, 919, 919, 1286, 924, 921, 921, 921, 933, 914, 918, 925, 925, 930, 925, 925, 935, 924, 930, 930, 930, 930, 949, 933, 937, 937, 950, 937, 937, 938, 938, 935, 938, 938, 941, 1285, 941, 949, 941, 937, 963, 950, 942, 942, 938, 942, 942, 943, 943, 1273, 943, 943, 941, 944, 944, 963, 944, 944, 953, 1263, 945, 945, 943, 945, 945, 941, 946, 946, 944, 946, 946, 965, 953, 947, 947, 945, 947, 947, 957, 948, 948, 946, 948, 948, 965, 953, 954, 954, 947, 954, 954, 964, 957, 961, 948, 958, 958, 966, 958, 958, 962, 962, 967, 962, 962, 957, 964, 961, 971, 973, 966, 972, 972, 974, 972, 972, 967, 975, 976, 977, 961, 977, 971, 1261, 973, 1004, 974, 1496, 1496, 967, 975, 1256, 976, 978, 978, 971, 978, 978, 979, 979, 1004, 979, 979, 985, 985, 976, 986, 986, 978, 993, 1249, 994, 994, 979, 994, 993, 993, 1245, 985, 995, 995, 986, 995, 997, 997, 998, 998, 1000, 1005, 1001, 1006, 1002, 1000, 1000, 1001, 1001, 1002, 1002, 997, 1011, 998, 1012, 1013, 1005, 1001, 1006, 1008, 1008, 1240, 1008, 1009, 1009, 1020, 1009, 1011, 1236, 1012, 1013, 1014, 1028, 1230, 1008, 1015, 1014, 1014, 1009, 1020, 1015, 1015, 1017, 1025, 1229, 1028, 1014, 1017, 1017, 1017, 1021, 1021, 1020, 1021, 1021, 1026, 1026, 1025, 1026, 1026, 1031, 1035, 1035, 1037, 1035, 1035, 1038, 1039, 1036, 1036, 1025, 1036, 1036, 1031, 1228, 1047, 1035, 1047, 1037, 1042, 1227, 1038, 1039, 1036, 1040, 1040, 1221, 1040, 1040, 1041, 1041, 1046, 1041, 1041, 1042, 1051, 1058, 1051, 1058, 1040, 1043, 1044, 1045, 1048, 1041, 1046, 1043, 1043, 1043, 1043, 1043, 1043, 1049, 1043, 1044, 1045, 1048, 1050, 1046, 1053, 1053, 1057, 1053, 1053, 1055, 1049, 1054, 1054, 1061, 1054, 1054, 1050, 1056, 1059, 1053, 1057, 1060, 1055, 1062, 1063, 1062, 1054, 1061, 1064, 1050, 1056, 1059, 1065, 1057, 1060, 1069, 1066, 1063, 1066, 1070, 1061, 1064, 1071, 1079, 1075, 1217, 1065, 1071, 1071, 1071, 1069, 1082, 1080, 1082, 1070, 1072, 1079, 1071, 1075, 1065, 1072, 1072, 1072, 1076, 1076, 1080, 1076, 1076, 1081, 1083, 1084, 1075, 1085, 1088, 1086, 1089, 1090, 1085, 1085, 1086, 1086, 1091, 1081, 1091, 1083, 1084, 1088, 1085, 1089, 1097, 1090, 1094, 1099, 1095, 1095, 1081, 1095, 1095, 1098, 1100, 1101, 1100, 1097, 1090, 1104, 1094, 1099, 1102, 1103, 1204, 1106, 1098, 1105, 1110, 1107, 1101, 1107, 1104, 1094, 1099, 1116, 1119, 1102, 1103, 1106, 1105, 1124, 1112, 1110, 1112, 1113, 1125, 1113, 1116, 1119, 1126, 1127, 1106, 1127, 1124, 1130, 1133, 1138, 1146, 1125, 1146, 1190, 1139, 1139, 1126, 1139, 1139, 1142, 1130, 1133, 1143, 1138, 1142, 1142, 1142, 1142, 1144, 1126, 1145, 1185, 1147, 1150, 1151, 1143, 1138, 1152, 1153, 1154, 1153, 1144, 1155, 1158, 1145, 1147, 1150, 1151, 1156, 1181, 1159, 1152, 1154, 1160, 1157, 1155, 1157, 1145, 1158, 1172, 1177, 1172, 1156, 1163, 1152, 1159, 1161, 1161, 1160, 1161, 1161, 1512, 1512, 1162, 1162, 1156, 1162, 1162, 1163, 1164, 1167, 1161, 1169, 1166, 1164, 1164, 1165, 1171, 1162, 1171, 1140, 1165, 1165, 1174, 1164, 1174, 1169, 1170, 1170, 1136, 1170, 1170, 1179, 1173, 1173, 1171, 1173, 1173, 1175, 1169, 1175, 1174, 1175, 1176, 1183, 1176, 1179, 1222, 1171, 1180, 1180, 1187, 1180, 1180, 1174, 1191, 1175, 1192, 1183, 1179, 1184, 1184, 1222, 1184, 1184, 1187, 1193, 1129, 1191, 1175, 1192, 1183, 1188, 1188, 1195, 1188, 1188, 1194, 1187, 1194, 1193, 1196, 1197, 1198, 1199, 1198, 1200, 1195, 1201, 1202, 1205, 1202, 1208, 1193, 1196, 1209, 1197, 1199, 1210, 1200, 1515, 1515, 1201, 1205, 1211, 1208, 1211, 1214, 1209, 1197, 1219, 1123, 1210, 1212, 1212, 1201, 1212, 1212, 1213, 1213, 1214, 1213, 1213, 1226, 1219, 1210, 1220, 1220, 1212, 1220, 1220, 1241, 1115, 1213, 1235, 1114, 1237, 1219, 1226, 1235, 1235, 1237, 1237, 1238, 1244, 1244, 1241, 1244, 1238, 1238, 1252, 1237, 1246, 1246, 1247, 1247, 1251, 1253, 1254, 1111, 1257, 1251, 1251, 1252, 1255, 1258, 1255, 1246, 1259, 1247, 1253, 1262, 1254, 1257, 1260, 1265, 1260, 1265, 1258, 1265, 1266, 1266, 1259, 1266, 1266, 1254, 1262, 1267, 1267, 1275, 1267, 1267, 1308, 1265, 1308, 1259, 1268, 1268, 1109, 1268, 1268, 1108, 1267, 1275, 1269, 1269, 1265, 1269, 1269, 1270, 1270, 1268, 1270, 1270, 1271, 1271, 1275, 1271, 1271, 1269, 1279, 1282, 1272, 1272, 1270, 1272, 1272, 1276, 1276, 1271, 1276, 1276, 1278, 1279, 1282, 1288, 1096, 1272, 1278, 1278, 1278, 1278, 1278, 1278, 1290, 1278, 1293, 1289, 1289, 1288, 1289, 1289, 1296, 1299, 1305, 1556, 1556, 1290, 1307, 1293, 1306, 1309, 1288, 1317, 1304, 1296, 1320, 1305, 1299, 1304, 1304, 1304, 1307, 1306, 1309, 1315, 1317, 1321, 1322, 1320, 1315, 1315, 1323, 1325, 1323, 1307, 1334, 1330, 1328, 1331, 1321, 1092, 1322, 1328, 1328, 1329, 1325, 1332, 1332, 1334, 1329, 1329, 1330, 1328, 1331, 1322, 1333, 1333, 1339, 1087, 1340, 1340, 1332, 1340, 1346, 1340, 1340, 1340, 1340, 1340, 1342, 1333, 1342, 1339, 1350, 1351, 1352, 1346, 1353, 1355, 1353, 1358, 1361, 1364, 1364, 1365, 1365, 1350, 1351, 1382, 1352, 1382, 1355, 1078, 1358, 1361, 1366, 1366, 1364, 1073, 1365, 1367, 1367, 1352, 1368, 1368, 1372, 1368, 1368, 1369, 1369, 1366, 1369, 1369, 1373, 1373, 1367, 1373, 1373, 1368, 1372, 1374, 1378, 1375, 1369, 1377, 1374, 1374, 1375, 1375, 1377, 1377, 1379, 1372, 1380, 1381, 1374, 1378, 1383, 1383, 1068, 1383, 1383, 1571, 1571, 1379, 1387, 1380, 1387, 1381, 1384, 1384, 1390, 1384, 1384, 1386, 1389, 1386, 1389, 1386, 1067, 1391, 1381, 1394, 1387, 1390, 1392, 1393, 1395, 1393, 1396, 1649, 1649, 1386, 1391, 1398, 1394, 1387, 1399, 1402, 1392, 1395, 1400, 1397, 1396, 1397, 1386, 1401, 1398, 1401, 1405, 1399, 1402, 1392, 1408, 1411, 1400, 1396, 1416, 1052, 1418, 1417, 1417, 1405, 1417, 1417, 1419, 1408, 1411, 1400, 1420, 1034, 1416, 1418, 1421, 1442, 1421, 1423, 1423, 1419, 1424, 1424, 1027, 1429, 1420, 1416, 1426, 1426, 1442, 1426, 1426, 1431, 1423, 1432, 1446, 1424, 1023, 1420, 1429, 1427, 1427, 1426, 1427, 1427, 1434, 1445, 1431, 1446, 1432, 1434, 1434, 1436, 1436, 1022, 1427, 1437, 1437, 1450, 1018, 1452, 1445, 1452, 1450, 1450, 1450, 1453, 1436, 1453, 1451, 1455, 1437, 1455, 1450, 1451, 1451, 1451, 1010, 1452, 1454, 1454, 1460, 1454, 1454, 1457, 1456, 1457, 1456, 1455, 1456, 1464, 1452, 1470, 1461, 1461, 1460, 1461, 1461, 1468, 1007, 1471, 1455, 1475, 1456, 1464, 1470, 1465, 1465, 1460, 1465, 1465, 1003, 1468, 1471, 1472, 1475, 1456, 1464, 1469, 1469, 1476, 1469, 1469, 1477, 1473, 1468, 1473, 1478, 1472, 1478, 1501, 1479, 1479, 1476, 1479, 1479, 1482, 1477, 1486, 1480, 1480, 1472, 1480, 1480, 991, 1501, 1479, 1491, 990, 1482, 1477, 1486, 1491, 1491, 1480, 1499, 1523, 1499, 1523, 1499, 1499, 1499, 1499, 1499, 1500, 1500, 1502, 1500, 1502, 1500, 1500, 1500, 1500, 1500, 1503, 1506, 1503, 1518, 1522, 1519, 1519, 1502, 1519, 1519, 1520, 1521, 1662, 1662, 1506, 1503, 1525, 1518, 1522, 989, 1526, 1525, 1525, 1520, 1521, 1526, 1526, 1527, 1528, 988, 1518, 1522, 1527, 1527, 1531, 1526, 1531, 1532, 1534, 1532, 1534, 1528, 1533, 1533, 1537, 1533, 1533, 1540, 1536, 1535, 1536, 1535, 1531, 1535, 987, 1543, 1534, 1537, 1546, 1547, 1540, 1548, 1549, 1550, 1549, 1531, 981, 1535, 1543, 1534, 1559, 1546, 1547, 980, 1585, 1548, 1550, 969, 1560, 1560, 1535, 1560, 1560, 1586, 1559, 1562, 1562, 1585, 1548, 1563, 1563, 1565, 1565, 1572, 1565, 1565, 1586, 1559, 1566, 1566, 1562, 1566, 1566, 959, 1563, 1577, 1565, 955, 1572, 1567, 1577, 1577, 1577, 1566, 1567, 1567, 1567, 1567, 1567, 1567, 1568, 1573, 1573, 951, 1567, 1568, 1568, 1568, 1568, 1568, 1568, 1574, 1574, 939, 1578, 1578, 1573, 1578, 1578, 1579, 1579, 1587, 1579, 1579, 1589, 1581, 1574, 1581, 1582, 1581, 1582, 1584, 1588, 1584, 1588, 1587, 1590, 1589, 1591, 1592, 1593, 1592, 1594, 1581, 1595, 1596, 1582, 1596, 1587, 1590, 1597, 1601, 1591, 1593, 1613, 1594, 1581, 936, 1595, 1582, 934, 1622, 1614, 1597, 1601, 1591, 1606, 1618, 1606, 1613, 1606, 1595, 1607, 1607, 1622, 1607, 1607, 1614, 1615, 1623, 1615, 1624, 1618, 1625, 1606, 1625, 1626, 1631, 1631, 932, 1631, 1631, 1623, 1615, 928, 1624, 1630, 1606, 1634, 1626, 927, 1630, 1630, 1632, 1632, 1638, 1632, 1632, 1624, 1635, 1642, 1635, 1634, 1637, 1641, 1637, 1646, 1643, 1638, 1644, 1645, 1653, 1645, 1642, 1665, 1634, 1665, 1635, 1663, 1641, 1643, 1646, 1669, 1644, 1669, 1653, 1751, 1751, 1654, 1654, 1635, 1654, 1654, 1663, 1656, 1681, 1644, 1681, 1653, 1656, 1656, 1656, 1656, 1656, 1656, 1658, 1664, 1659, 1664, 1670, 1658, 1658, 1659, 1659, 1666, 1666, 926, 1666, 1666, 1673, 1658, 1667, 1670, 1667, 1664, 1668, 922, 1668, 1676, 1668, 916, 1680, 1673, 1680, 908, 1687, 1683, 1664, 1683, 1667, 1685, 1676, 1685, 1668, 1682, 1682, 1689, 1682, 1682, 1680, 1687, 1684, 1667, 1684, 1683, 1684, 1668, 1693, 1694, 1693, 1694, 1689, 1680, 1696, 1696, 1697, 1697, 1683, 1698, 1684, 1699, 1700, 1693, 1694, 1703, 1704, 1705, 1706, 1696, 1706, 1697, 1715, 1684, 1698, 1700, 1699, 1709, 1703, 1704, 903, 1705, 1707, 1707, 1708, 1708, 1712, 1715, 892, 1716, 1709, 1712, 1712, 1712, 1705, 1717, 1718, 1707, 1713, 1708, 891, 1712, 1716, 1713, 1713, 1713, 1721, 1719, 1717, 1719, 1718, 1721, 1721, 1723, 1723, 1724, 1724, 1725, 1725, 1728, 1725, 1725, 1729, 1718, 1729, 1731, 1732, 1731, 1723, 1756, 1724, 1726, 1726, 1728, 1726, 1726, 1734, 1734, 886, 1734, 1729, 1732, 1756, 873, 1733, 1733, 1728, 1733, 1733, 1737, 1736, 1737, 1736, 1729, 1736, 1738, 1739, 1738, 1739, 1740, 1741, 1741, 1742, 1742, 1746, 1759, 1759, 1737, 1736, 1744, 1744, 872, 1744, 1744, 1740, 1741, 1747, 1742, 1747, 1746, 1737, 1736, 1745, 1745, 1744, 1745, 1745, 1752, 1757, 1753, 1757, 1747, 1752, 1752, 1753, 1753, 869, 1745, 1754, 1766, 1755, 868, 1752, 1754, 1754, 1755, 1755, 1761, 1761, 1763, 1769, 1769, 1766, 1754, 1763, 1763, 1763, 1764, 1764, 1774, 1764, 1764, 1765, 1765, 867, 1765, 1765, 1767, 1772, 1767, 1773, 866, 1764, 1774, 1775, 862, 1775, 1765, 1778, 1776, 1778, 1772, 1777, 1773, 1776, 1776, 1774, 1777, 1777, 1779, 1781, 1779, 1781, 1780, 1776, 1780, 1778, 1780, 1782, 1805, 1783, 1784, 1784, 1782, 1782, 1783, 1783, 1779, 1790, 1778, 861, 1780, 1805, 1782, 1788, 1788, 1806, 1788, 1806, 860, 1779, 1794, 1790, 1794, 1780, 1792, 1792, 859, 1792, 1792, 1793, 1793, 1798, 1793, 1793, 1790, 1794, 1798, 1798, 1803, 1792, 1800, 1810, 855, 1810, 1793, 1800, 1800, 1801, 1801, 1809, 1801, 1811, 1803, 1811, 1809, 1809, 1812, 1814, 1812, 1810, 1815, 1816, 1814, 1814, 1817, 1803, 1818, 1819, 1822, 1819, 1820, 1820, 1810, 1820, 1816, 1815, 1824, 1817, 1824, 1826, 1818, 1827, 1822, 1828, 1829, 854, 1829, 1832, 1833, 848, 1833, 1824, 1826, 1818, 1827, 1822, 1830, 1828, 1831, 1835, 1832, 1830, 1830, 1831, 1831, 1836, 1837, 1838, 1841, 1838, 1828, 1830, 1835, 1839, 1842, 1839, 1842, 1845, 1836, 1846, 1837, 1841, 1845, 1845, 1847, 1849, 1847, 1849, 1839, 1851, 847, 1851, 1846, 1837, 1853, 1855, 1853, 1855, 838, 1857, 1849, 1857, 831, 1859, 1851, 1859, 1861, 830, 1861, 1853, 1855, 1863, 1871, 1863, 1857, 1865, 1873, 1865, 1859, 826, 1867, 1861, 1867, 1869, 822, 1869, 1863, 1871, 818, 816, 1865, 1873, 812, 808, 804, 1867, 795, 792, 1869, 1875, 1875, 785, 1875, 1875, 1875, 1875, 1875, 1875, 1875, 1876, 1876, 784, 1876, 1876, 1876, 1876, 1876, 1876, 1876, 1877, 1877, 782, 1877, 776, 1877, 1877, 1877, 1877, 1877, 1878, 1878, 1878, 1878, 1879, 1879, 1879, 1879, 1879, 775, 1879, 1880, 1880, 763, 1880, 1880, 1880, 1880, 1880, 1880, 1880, 1881, 1881, 1881, 1881, 1882, 1882, 1882, 1882, 1882, 762, 1882, 1883, 1883, 761, 1883, 1883, 1883, 1883, 1883, 1883, 1883, 1884, 1884, 760, 1884, 759, 1884, 1884, 1884, 1884, 1884, 1885, 1885, 755, 1885, 754, 1885, 1885, 1885, 1885, 1885, 1886, 1886, 749, 1886, 745, 1886, 1886, 1886, 1886, 1886, 1887, 1887, 1887, 1887, 739, 1887, 1888, 724, 1888, 723, 1888, 1888, 1888, 1888, 1889, 1889, 1889, 1889, 1890, 1890, 1890, 1890, 1890, 722, 1890, 1891, 1891, 1891, 1891, 721, 1891, 1892, 716, 1892, 715, 1892, 1892, 1892, 1892, 1893, 1893, 1893, 1893, 1894, 1894, 1894, 1894, 1894, 714, 1894, 1895, 1895, 704, 698, 693, 1895, 1895, 1895, 1895, 1895, 1896, 1896, 689, 1896, 688, 1896, 1896, 1896, 1896, 1897, 1897, 687, 686, 677, 1897, 1897, 1897, 1897, 1897, 1898, 1898, 673, 669, 667, 1898, 1898, 1898, 1898, 1898, 1899, 1899, 666, 662, 659, 1899, 1899, 1899, 1899, 1899, 1900, 658, 657, 654, 650, 647, 1900, 1900, 1900, 1900, 1901, 1901, 646, 641, 640, 1901, 1901, 1901, 1901, 1901, 1902, 1902, 639, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1903, 1903, 638, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1904, 1904, 1904, 1904, 631, 1904, 1905, 1905, 1905, 1905, 1906, 1906, 1906, 1906, 630, 1906, 1907, 1907, 1907, 1907, 625, 1907, 1908, 1908, 1908, 1908, 1908, 624, 1908, 1909, 623, 1909, 622, 1909, 1909, 1909, 1909, 1910, 1910, 618, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1911, 1911, 614, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1912, 1912, 613, 1912, 1912, 1912, 1912, 1912, 1912, 1912, 1913, 1913, 611, 1913, 1913, 1913, 1913, 1913, 1913, 1913, 1914, 1914, 1914, 1914, 606, 1914, 1915, 1915, 1915, 1915, 1916, 1916, 605, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1917, 1917, 604, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1918, 1918, 1918, 1918, 603, 1918, 1919, 1919, 1919, 1919, 599, 1919, 1920, 1920, 1920, 1920, 1920, 598, 1920, 1921, 597, 1921, 596, 1921, 1921, 1921, 1921, 1922, 1922, 583, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1923, 1923, 1923, 1923, 1924, 1924, 582, 581, 579, 1924, 1924, 1924, 1924, 1924, 1925, 1925, 569, 1925, 567, 1925, 1925, 1925, 1925, 1926, 1926, 1926, 1926, 1927, 1927, 1927, 1927, 1928, 1928, 565, 564, 563, 1928, 1928, 1928, 1928, 1928, 1929, 1929, 1929, 1929, 1930, 1930, 1930, 1930, 1931, 556, 552, 548, 546, 545, 1931, 1931, 1931, 1932, 1932, 1932, 1932, 1933, 1933, 1933, 1933, 1933, 1934, 1934, 1934, 1934, 1935, 1935, 1935, 1935, 1935, 542, 1935, 1936, 1936, 1936, 1936, 1936, 1937, 1937, 1937, 1937, 1938, 1938, 1938, 1938, 1938, 541, 1938, 1939, 1939, 540, 1939, 1939, 1939, 1939, 1939, 1939, 1939, 1940, 1940, 537, 1940, 1940, 1940, 1940, 1940, 1940, 1940, 1941, 1941, 536, 1941, 1941, 1941, 1941, 1941, 1941, 1941, 1942, 1942, 535, 1942, 1942, 1942, 1942, 1942, 1942, 1942, 1943, 1943, 527, 1943, 1943, 1943, 1943, 1943, 1943, 1943, 1944, 1944, 526, 1944, 1944, 1944, 1944, 1944, 1944, 1944, 1945, 1945, 522, 516, 511, 1945, 1945, 1945, 1945, 1945, 1946, 1946, 502, 1946, 1946, 1946, 1946, 1946, 1946, 1946, 1947, 1947, 501, 1947, 1947, 1947, 1947, 1947, 1947, 1947, 1948, 1948, 500, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1949, 1949, 1949, 1949, 499, 1949, 1950, 1950, 1950, 1950, 1951, 1951, 1951, 1951, 1951, 1952, 1952, 1952, 1952, 1953, 1953, 1953, 1953, 1953, 498, 1953, 1954, 1954, 1954, 1954, 1954, 1955, 1955, 1955, 1955, 1956, 1956, 1956, 1956, 1956, 496, 1956, 1957, 1957, 493, 1957, 1957, 1957, 1957, 1957, 1957, 1957, 1958, 1958, 1958, 1958, 1958, 1959, 1959, 1959, 1959, 1960, 1960, 1960, 1960, 1960, 492, 1960, 1961, 1961, 1961, 1961, 1961, 1962, 1962, 1962, 1962, 1963, 1963, 1963, 1963, 1963, 490, 1963, 1964, 1964, 489, 1964, 1964, 1964, 1964, 1964, 1964, 1964, 1965, 1965, 1965, 1965, 1965, 1966, 1966, 1966, 1966, 1967, 1967, 1967, 1967, 1967, 487, 1967, 1968, 1968, 485, 1968, 1968, 1968, 1968, 1968, 1968, 1968, 1969, 1969, 484, 1969, 1969, 1969, 1969, 1969, 1969, 1969, 1970, 482, 481, 480, 479, 478, 1970, 1970, 1970, 1970, 1971, 1971, 477, 1971, 1971, 1971, 1971, 1971, 1971, 1971, 1972, 1972, 470, 1972, 1972, 1972, 1972, 1972, 1972, 1972, 1973, 1973, 469, 1973, 1973, 1973, 1973, 1973, 1973, 1973, 1974, 1974, 466, 1974, 1974, 1974, 1974, 1974, 1974, 1974, 1975, 1975, 1975, 1975, 1975, 1976, 1976, 1976, 1976, 1977, 1977, 1977, 1977, 1977, 465, 1977, 1978, 1978, 464, 1978, 1978, 1978, 1978, 1978, 1978, 1978, 1979, 1979, 1979, 1979, 463, 1979, 1980, 1980, 1980, 1980, 1981, 1981, 1981, 1981, 1981, 1982, 1982, 1982, 1982, 1983, 1983, 1983, 1983, 1983, 458, 1983, 1984, 1984, 457, 456, 453, 1984, 1984, 1984, 1984, 1984, 1985, 1985, 1985, 1985, 1986, 1986, 452, 1986, 451, 1986, 1986, 1986, 1986, 1987, 1987, 1987, 1987, 1988, 1988, 1988, 1988, 1989, 1989, 450, 1989, 1989, 1989, 1989, 1989, 1989, 1989, 1990, 1990, 449, 1990, 1990, 1990, 1990, 1990, 1990, 1990, 1991, 1991, 1991, 1991, 448, 1991, 1992, 1992, 1992, 1992, 445, 1992, 1993, 1993, 1993, 1993, 1993, 434, 1993, 1994, 433, 1994, 432, 1994, 1994, 1994, 1994, 1995, 1995, 1995, 1995, 431, 1995, 1996, 1996, 1996, 1996, 430, 1996, 1997, 1997, 1997, 1997, 1997, 418, 1997, 1998, 414, 1998, 413, 1998, 1998, 1998, 1998, 1999, 1999, 1999, 1999, 1999, 2000, 2000, 2000, 2000, 2001, 2001, 2001, 2001, 2001, 412, 2001, 2002, 2002, 2002, 2002, 2002, 2003, 2003, 2003, 2003, 2004, 2004, 2004, 2004, 2004, 411, 2004, 2005, 2005, 2005, 2005, 2005, 2006, 2006, 2006, 2006, 2007, 2007, 2007, 2007, 2007, 410, 2007, 2008, 2008, 2008, 2008, 2008, 2009, 2009, 2009, 2009, 2010, 2010, 2010, 2010, 2010, 409, 2010, 2011, 2011, 2011, 2011, 2011, 2012, 2012, 2012, 2012, 2013, 2013, 2013, 2013, 2013, 403, 2013, 2014, 2014, 402, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2015, 2015, 2015, 394, 2015, 2015, 2015, 2015, 2015, 2015, 2015, 2015, 2016, 2016, 2016, 2016, 2016, 2017, 2017, 2017, 2017, 2018, 2018, 2018, 2018, 2018, 390, 2018, 2019, 2019, 2019, 2019, 2020, 2020, 2020, 2020, 2020, 2021, 2021, 2021, 2021, 2022, 2022, 2022, 2022, 2022, 389, 2022, 2023, 2023, 388, 2023, 2023, 2023, 2023, 2023, 2023, 2023, 2024, 2024, 2024, 2024, 2024, 2025, 2025, 2025, 2025, 2026, 2026, 2026, 2026, 2026, 387, 2026, 2027, 2027, 2027, 2027, 2027, 2028, 2028, 2028, 2028, 2029, 2029, 2029, 2029, 2029, 384, 2029, 2030, 2030, 2030, 383, 2030, 2030, 2030, 2030, 2030, 2030, 2030, 2030, 2031, 2031, 2031, 2031, 382, 2031, 2032, 2032, 2032, 2032, 381, 2032, 2033, 2033, 2033, 2033, 2033, 380, 2033, 2034, 379, 2034, 378, 2034, 2034, 2034, 2034, 2035, 2035, 2035, 2035, 377, 2035, 2036, 2036, 2036, 2036, 376, 2036, 2037, 2037, 2037, 2037, 2037, 375, 2037, 2038, 374, 2038, 372, 2038, 2038, 2038, 2038, 2039, 2039, 2039, 371, 2039, 2039, 2039, 2039, 2039, 2039, 2039, 2039, 2040, 2040, 2040, 2040, 2040, 2041, 2041, 2041, 2041, 2042, 2042, 2042, 2042, 2042, 370, 2042, 2043, 2043, 2043, 2043, 369, 2043, 2044, 2044, 2044, 2044, 364, 2044, 2045, 2045, 2045, 2045, 2045, 357, 2045, 2046, 356, 2046, 355, 2046, 2046, 2046, 2046, 2047, 2047, 2047, 2047, 348, 2047, 2048, 2048, 2048, 2048, 347, 2048, 2049, 2049, 2049, 2049, 2049, 346, 2049, 2050, 345, 2050, 344, 2050, 2050, 2050, 2050, 2051, 2051, 343, 2051, 2051, 2051, 2051, 2051, 2051, 2051, 2052, 2052, 2052, 2052, 2052, 2053, 2053, 2053, 2053, 2054, 2054, 2054, 2054, 2054, 342, 2054, 2055, 2055, 2055, 2055, 339, 2055, 2056, 2056, 2056, 2056, 338, 2056, 2057, 2057, 2057, 2057, 2057, 337, 2057, 2058, 336, 2058, 335, 2058, 2058, 2058, 2058, 2059, 2059, 2059, 2059, 2059, 2060, 2060, 2060, 2060, 2061, 2061, 2061, 2061, 2061, 333, 2061, 2062, 2062, 2062, 2062, 2062, 2063, 2063, 2063, 2063, 2064, 2064, 2064, 2064, 2064, 332, 2064, 2065, 2065, 2065, 2066, 2066, 331, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2067, 2067, 2067, 2067, 2067, 2068, 2068, 2068, 2068, 2069, 330, 2069, 329, 2069, 2069, 2069, 2069, 2069, 328, 2069, 2070, 2070, 327, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2071, 2071, 326, 2071, 2071, 2071, 2071, 2071, 2071, 2071, 2072, 2072, 324, 2072, 2072, 2072, 2072, 2072, 2072, 2072, 2073, 2073, 2073, 319, 2073, 2073, 2073, 2073, 2073, 2073, 2073, 2073, 2074, 2074, 2074, 2074, 2074, 2075, 2075, 2075, 2075, 2076, 2076, 2076, 2076, 2076, 318, 2076, 2077, 2077, 2077, 2077, 2077, 2078, 2078, 2078, 2078, 2079, 2079, 2079, 2079, 2079, 317, 2079, 2080, 2080, 2080, 2080, 2080, 2081, 2081, 2081, 2081, 2082, 2082, 2082, 2082, 2082, 316, 2082, 2083, 2083, 2083, 314, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2084, 2084, 2084, 2084, 311, 2084, 2085, 2085, 2085, 2085, 310, 2085, 2086, 2086, 2086, 2086, 2086, 308, 2086, 2087, 307, 2087, 306, 2087, 2087, 2087, 2087, 2088, 2088, 2088, 2088, 2088, 2089, 2089, 2089, 2089, 2090, 2090, 2090, 2090, 2090, 305, 2090, 2091, 2091, 2091, 2091, 304, 2091, 2092, 2092, 2092, 2092, 303, 2092, 2093, 2093, 2093, 2093, 2093, 301, 2093, 2094, 296, 2094, 295, 2094, 2094, 2094, 2094, 2095, 2095, 294, 2095, 2095, 2095, 2095, 2095, 2095, 2095, 2096, 2096, 2096, 2096, 2097, 2097, 293, 292, 282, 280, 2097, 2097, 2097, 2097, 2098, 2098, 279, 2098, 278, 2098, 2098, 2098, 2098, 2099, 2099, 277, 276, 275, 2099, 2099, 2099, 2099, 2099, 2100, 274, 271, 270, 267, 262, 2100, 2100, 2100, 2100, 2101, 2101, 261, 2101, 258, 2101, 2101, 2101, 2101, 2101, 2102, 2102, 2102, 257, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2103, 2103, 2103, 2103, 2103, 2104, 2104, 2104, 2104, 2105, 2105, 2105, 2105, 2105, 256, 2105, 2106, 2106, 2106, 2106, 2106, 2107, 2107, 2107, 2107, 2108, 2108, 2108, 2108, 2108, 254, 2108, 2109, 2109, 2109, 2109, 252, 2109, 2110, 2110, 2110, 2110, 2111, 2111, 2111, 2111, 250, 2111, 2112, 2112, 2112, 2112, 2113, 2113, 249, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2114, 2114, 248, 2114, 2114, 2114, 2114, 2114, 2114, 2114, 2115, 247, 246, 245, 243, 242, 2115, 2115, 241, 2115, 2116, 2116, 2116, 2116, 240, 2116, 2117, 2117, 2117, 2117, 239, 2117, 2118, 2118, 2118, 2118, 2118, 238, 2118, 2119, 233, 2119, 232, 2119, 2119, 2119, 2119, 2120, 2120, 2120, 2120, 228, 2120, 2121, 2121, 2121, 2121, 227, 2121, 2122, 2122, 2122, 2122, 2122, 226, 2122, 2123, 222, 2123, 221, 2123, 2123, 2123, 2123, 2124, 2124, 220, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2125, 2125, 2125, 2125, 219, 2125, 2126, 2126, 2126, 2126, 218, 2126, 2127, 2127, 2127, 2127, 2127, 217, 2127, 2128, 216, 2128, 215, 2128, 2128, 2128, 2128, 2129, 2129, 2129, 2129, 214, 2129, 2130, 2130, 2130, 2130, 213, 2130, 2131, 2131, 2131, 2131, 2131, 212, 2131, 2132, 211, 2132, 210, 2132, 2132, 2132, 2132, 2133, 2133, 2133, 2133, 209, 2133, 2134, 2134, 2134, 2134, 208, 2134, 2135, 2135, 2135, 2135, 2135, 207, 2135, 2136, 206, 2136, 205, 2136, 2136, 2136, 2136, 2137, 2137, 2137, 204, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2138, 2138, 2138, 2138, 2138, 2139, 2139, 2139, 2139, 2140, 2140, 2140, 2140, 2140, 203, 2140, 2141, 202, 2141, 201, 2141, 2141, 2141, 2141, 2141, 2141, 200, 2141, 2142, 2142, 2142, 2142, 199, 2142, 2143, 2143, 2143, 2143, 198, 2143, 2144, 2144, 2144, 2144, 2144, 193, 2144, 2145, 192, 2145, 191, 2145, 2145, 2145, 2145, 2146, 2146, 2146, 190, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2147, 2147, 2147, 2147, 189, 2147, 2148, 2148, 2148, 2148, 188, 2148, 2149, 2149, 2149, 2149, 2149, 187, 2149, 2150, 186, 2150, 185, 2150, 2150, 2150, 2150, 2151, 2151, 2151, 2151, 2151, 2152, 2152, 2152, 2152, 2153, 2153, 2153, 2153, 2153, 184, 2153, 2154, 2154, 2154, 2154, 183, 2154, 2155, 2155, 2155, 2155, 182, 2155, 2156, 2156, 2156, 2156, 2156, 181, 2156, 2157, 180, 2157, 179, 2157, 2157, 2157, 2157, 2158, 2158, 2158, 2158, 178, 2158, 2159, 2159, 2159, 2159, 177, 2159, 2160, 2160, 2160, 2160, 2160, 175, 2160, 2161, 173, 2161, 172, 2161, 2161, 2161, 2161, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 171, 2162, 2163, 2163, 2163, 2163, 164, 2163, 2164, 2164, 2164, 2164, 2165, 2165, 2165, 2165, 163, 2165, 2166, 2166, 2166, 2166, 2167, 162, 2167, 161, 2167, 2167, 2167, 2167, 2167, 2167, 159, 2167, 2168, 2168, 2168, 2168, 157, 2168, 2169, 2169, 2169, 2169, 156, 2169, 2170, 2170, 2170, 2170, 2170, 154, 2170, 2171, 151, 2171, 149, 2171, 2171, 2171, 2171, 2172, 2172, 2172, 2172, 148, 2172, 2173, 2173, 2173, 2173, 2174, 2174, 2174, 2174, 147, 2174, 2175, 2175, 2175, 2175, 2176, 2176, 2176, 2176, 2176, 2177, 2177, 2177, 2177, 2178, 2178, 2178, 2178, 2178, 146, 2178, 2179, 2179, 2179, 2179, 145, 2179, 2180, 2180, 2180, 2180, 143, 2180, 2181, 2181, 2181, 2181, 2181, 141, 2181, 2182, 140, 2182, 139, 2182, 2182, 2182, 2182, 2183, 2183, 2183, 2183, 138, 2183, 2184, 2184, 2184, 2184, 2185, 2185, 2185, 2185, 135, 2185, 2186, 2186, 2186, 2186, 134, 2186, 2187, 2187, 2187, 2187, 2187, 133, 2187, 2188, 130, 2188, 129, 2188, 2188, 2188, 2188, 2189, 2189, 2189, 2189, 127, 2189, 2190, 2190, 2190, 2190, 126, 2190, 2191, 2191, 2191, 2191, 2191, 125, 2191, 2192, 124, 2192, 122, 2192, 2192, 2192, 2192, 2193, 2193, 121, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2194, 2194, 2194, 2194, 2194, 2195, 2195, 2195, 2195, 2196, 2196, 2196, 2196, 2196, 120, 2196, 2197, 119, 2197, 118, 117, 2197, 2197, 2197, 2197, 116, 2197, 2198, 2198, 115, 2198, 2198, 2198, 2198, 2198, 2198, 2199, 114, 2199, 113, 112, 2199, 2199, 2199, 2199, 111, 2199, 2200, 110, 2200, 109, 2200, 2200, 2200, 2200, 2200, 108, 2200, 2201, 107, 2201, 106, 2201, 2201, 2201, 2201, 2202, 2202, 2202, 2202, 2202, 2203, 2203, 2203, 2203, 2204, 2204, 2204, 2204, 2204, 105, 2204, 2205, 2205, 2205, 2205, 2205, 2206, 2206, 2206, 2206, 2207, 2207, 2207, 2207, 2207, 104, 2207, 2208, 2208, 2208, 2208, 2208, 2209, 2209, 2209, 2209, 2210, 2210, 2210, 2210, 2210, 103, 2210, 2211, 102, 2211, 101, 2211, 2211, 2211, 2211, 2211, 2211, 100, 2211, 2212, 2212, 2212, 2212, 99, 2212, 2213, 2213, 2213, 2213, 98, 2213, 2214, 2214, 2214, 2214, 2214, 95, 2214, 2215, 94, 2215, 92, 2215, 2215, 2215, 2215, 2216, 2216, 2216, 2216, 91, 2216, 2217, 2217, 2217, 2217, 89, 2217, 2218, 2218, 2218, 2218, 2218, 88, 2218, 2219, 87, 2219, 86, 2219, 2219, 2219, 2219, 2220, 2220, 2220, 2220, 84, 2220, 2221, 2221, 2221, 2221, 83, 2221, 2222, 2222, 2222, 2222, 2222, 82, 2222, 2223, 79, 2223, 76, 2223, 2223, 2223, 2223, 2224, 75, 2224, 74, 2224, 2224, 2224, 2224, 2224, 2224, 73, 2224, 2225, 2225, 2225, 2225, 72, 2225, 2226, 2226, 2226, 2226, 2227, 2227, 2227, 2227, 71, 2227, 2228, 2228, 2228, 2228, 70, 2228, 2229, 2229, 2229, 2229, 2229, 69, 2229, 2230, 68, 2230, 66, 2230, 2230, 2230, 2230, 2231, 2231, 65, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2232, 2232, 2232, 2232, 64, 2232, 2233, 2233, 2233, 2233, 2234, 2234, 2234, 2234, 2234, 2235, 2235, 2235, 2235, 2236, 2236, 2236, 2236, 2236, 63, 2236, 2237, 2237, 2237, 2238, 2238, 2238, 2238, 2239, 2239, 2239, 2239, 2240, 2240, 2240, 2240, 2241, 62, 61, 59, 58, 57, 2241, 2241, 2241, 2242, 2242, 2242, 2242, 2243, 2243, 56, 55, 54, 2243, 2243, 2243, 2243, 2243, 2244, 53, 2244, 52, 2244, 2244, 2244, 2244, 2244, 2244, 51, 2244, 2245, 2245, 2245, 2245, 49, 2245, 2246, 2246, 2246, 2246, 48, 2246, 2247, 2247, 2247, 2247, 2247, 46, 2247, 2248, 45, 2248, 43, 2248, 2248, 2248, 2248, 2249, 2249, 2249, 2249, 42, 2249, 2250, 2250, 2250, 2250, 41, 2250, 2251, 2251, 2251, 2251, 2251, 40, 2251, 2252, 39, 2252, 38, 2252, 2252, 2252, 2252, 2253, 2253, 2253, 2253, 2253, 2254, 2254, 2254, 2254, 2255, 37, 2255, 36, 2255, 2255, 2255, 2255, 2255, 35, 2255, 2256, 2256, 34, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2257, 2257, 33, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2258, 2258, 32, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2259, 2259, 2259, 2259, 2259, 2260, 2260, 2260, 2260, 2261, 2261, 2261, 2261, 2261, 31, 2261, 2262, 2262, 2262, 2262, 29, 2262, 2263, 2263, 2263, 2263, 2264, 2264, 2264, 2264, 28, 2264, 2265, 2265, 2265, 2265, 2266, 2266, 2266, 2266, 2266, 2267, 2267, 2267, 2267, 2268, 2268, 2268, 2268, 2268, 27, 2268, 2269, 2269, 2269, 2269, 21, 2269, 2270, 2270, 2270, 2270, 2271, 2271, 2271, 2271, 7, 2271, 2272, 2272, 2272, 2272, 2273, 2273, 2273, 2273, 3, 2273, 2274, 2274, 2274, 2274, 2275, 0, 2275, 0, 2275, 2275, 2275, 2275, 2275, 2275, 0, 2275, 2276, 2276, 2276, 2276, 0, 2276, 2277, 2277, 2277, 2277, 0, 2277, 2278, 2278, 2278, 2278, 2278, 0, 2278, 2279, 0, 2279, 0, 2279, 2279, 2279, 2279, 2280, 2280, 2280, 2280, 0, 2280, 2281, 2281, 2281, 2281, 2282, 0, 2282, 0, 2282, 2282, 2282, 2282, 2282, 2282, 0, 2282, 2283, 2283, 2283, 2283, 0, 2283, 2284, 2284, 2284, 2284, 2285, 2285, 2285, 2285, 0, 2285, 2286, 2286, 2286, 2286, 0, 2286, 2287, 2287, 2287, 2287, 2287, 0, 2287, 2288, 0, 2288, 0, 2288, 2288, 2288, 2288, 2289, 2289, 2289, 2289, 0, 2289, 2290, 2290, 2290, 2290, 2291, 2291, 2291, 0, 2291, 2291, 2291, 2291, 2291, 2291, 2291, 2291, 2292, 2292, 0, 0, 0, 2292, 2292, 2292, 2292, 2292, 2293, 2293, 2293, 2293, 0, 2293, 2294, 2294, 2294, 2294, 2295, 2295, 0, 2295, 0, 2295, 2295, 0, 0, 2295, 2296, 2296, 2296, 0, 2296, 2296, 2296, 2296, 2296, 2296, 0, 2296, 2297, 2297, 2297, 2297, 0, 2297, 2298, 2298, 2298, 2298, 2299, 2299, 2299, 2299, 0, 2299, 2300, 2300, 2300, 2300, 0, 2300, 2301, 2301, 2301, 2301, 2301, 0, 2301, 2302, 0, 2302, 0, 2302, 2302, 2302, 2302, 2303, 2303, 2303, 2303, 0, 2303, 2304, 2304, 2304, 2304, 2305, 2305, 2305, 2305, 0, 2305, 2306, 2306, 2306, 2306, 2307, 2307, 2307, 2307, 0, 2307, 2308, 2308, 2308, 2308, 2309, 2309, 0, 0, 0, 0, 2309, 2309, 2309, 2309, 2310, 2310, 0, 0, 0, 2310, 2310, 2310, 2310, 2310, 2311, 2311, 0, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2312, 2312, 2312, 2312, 2312, 2313, 2313, 2313, 2313, 2314, 2314, 2314, 2314, 2314, 0, 2314, 2315, 2315, 2315, 2315, 0, 2315, 2316, 2316, 2316, 2316, 0, 2316, 2317, 2317, 2317, 2317, 2317, 0, 2317, 2318, 0, 2318, 0, 2318, 2318, 2318, 2318, 2319, 2319, 0, 2319, 2319, 2319, 2319, 2319, 2319, 2320, 2320, 2320, 2320, 2321, 0, 2321, 0, 2321, 2321, 2321, 2321, 2321, 0, 2321, 2322, 0, 2322, 0, 0, 2322, 2322, 2322, 2322, 0, 2322, 2323, 2323, 2323, 2323, 2324, 2324, 2324, 2324, 0, 2324, 2325, 2325, 2325, 2325, 0, 2325, 2326, 2326, 2326, 2326, 2326, 0, 2326, 2327, 0, 2327, 0, 2327, 2327, 2327, 2327, 2328, 2328, 2328, 2328, 0, 2328, 2329, 2329, 2329, 2329, 0, 2329, 2330, 2330, 2330, 2330, 2330, 0, 2330, 2331, 0, 2331, 0, 2331, 2331, 2331, 2331, 2332, 2332, 2332, 2332, 0, 2332, 2333, 2333, 2333, 2333, 0, 2333, 2334, 2334, 2334, 2334, 2334, 0, 2334, 2335, 0, 2335, 0, 2335, 2335, 2335, 2335, 2336, 2336, 2336, 2336, 0, 2336, 2337, 2337, 2337, 2337, 2338, 2338, 2338, 2338, 0, 2338, 2339, 2339, 2339, 2339, 2340, 2340, 2340, 2340, 0, 2340, 2341, 2341, 2341, 2341, 2342, 2342, 2342, 2342, 0, 2342, 2343, 2343, 2343, 2343, 2344, 2344, 2344, 2344, 2344, 2345, 2345, 2345, 2345, 2346, 2346, 2346, 2346, 2346, 0, 2346, 2347, 2347, 2347, 2347, 0, 2347, 2348, 2348, 2348, 2348, 0, 2348, 2349, 2349, 2349, 2349, 2349, 0, 2349, 2350, 0, 2350, 0, 2350, 2350, 2350, 2350, 2351, 2351, 0, 0, 0, 2351, 2351, 2351, 2351, 2351, 2352, 2352, 2352, 2352, 2353, 2353, 0, 2353, 2353, 2353, 2353, 2353, 2353, 2353, 2354, 2354, 2354, 2354, 2355, 2355, 0, 0, 0, 0, 2355, 2355, 2355, 2355, 2356, 2356, 2356, 2356, 2357, 2357, 2357, 2357, 0, 2357, 2358, 2358, 2358, 2358, 2359, 2359, 2359, 2359, 0, 2359, 2360, 2360, 2360, 2360, 2361, 0, 2361, 0, 0, 2361, 2361, 2361, 2361, 0, 2361, 2362, 2362, 0, 2362, 2362, 2362, 2362, 2362, 2362, 2363, 0, 2363, 0, 0, 2363, 2363, 2363, 2363, 0, 2363, 2364, 0, 2364, 0, 2364, 2364, 2364, 2364, 2364, 0, 2364, 2365, 0, 2365, 0, 2365, 2365, 2365, 2365, 2366, 2366, 2366, 2366, 2366, 2367, 2367, 2367, 2367, 2368, 2368, 2368, 2368, 2368, 0, 2368, 2369, 2369, 2369, 2369, 2369, 2370, 2370, 2370, 2370, 2371, 2371, 2371, 2371, 2371, 0, 2371, 2372, 2372, 2372, 2372, 2372, 2373, 2373, 2373, 2373, 2374, 2374, 2374, 2374, 2374, 0, 2374, 2375, 2375, 2375, 2375, 0, 2375, 2376, 2376, 2376, 2376, 0, 2376, 2377, 2377, 2377, 2377, 2377, 0, 2377, 2378, 0, 2378, 0, 2378, 2378, 2378, 2378, 2379, 2379, 2379, 2379, 0, 2379, 2380, 2380, 2380, 2380, 0, 2380, 2381, 2381, 2381, 2381, 2381, 0, 2381, 2382, 0, 2382, 0, 2382, 2382, 2382, 2382, 2383, 2383, 0, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2384, 2384, 2384, 2384, 0, 2384, 2385, 2385, 2385, 2385, 2386, 2386, 2386, 2386, 0, 2386, 2387, 2387, 2387, 2387, 2388, 0, 2388, 0, 2388, 2388, 2388, 2388, 2388, 2388, 0, 2388, 2389, 2389, 2389, 2389, 2390, 2390, 2390, 2390, 2390, 2390, 2390, 2390, 2390, 2390, 2390, 2390, 2391, 2391, 2391, 2391, 0, 2391, 2392, 2392, 2392, 2392, 2393, 2393, 2393, 2394, 2394, 2394, 2394, 2395, 2395, 2395, 2395, 2396, 2396, 2396, 2396, 2396, 2397, 2397, 2397, 2397, 2398, 2398, 2398, 2398, 2398, 0, 2398, 2399, 2399, 2399, 2399, 0, 2399, 2400, 2400, 2400, 2400, 0, 2400, 2401, 2401, 2401, 2401, 2401, 0, 2401, 2402, 0, 2402, 0, 2402, 2402, 2402, 2402, 2403, 2403, 2403, 2403, 0, 2403, 2404, 2404, 2404, 2404, 2405, 0, 2405, 0, 0, 2405, 2405, 2405, 2405, 0, 2405, 2406, 2406, 0, 2406, 2406, 2406, 2406, 2406, 2406, 2407, 0, 2407, 0, 0, 2407, 2407, 2407, 2407, 0, 2407, 2408, 0, 2408, 0, 2408, 2408, 2408, 2408, 2408, 0, 2408, 2409, 0, 2409, 0, 2409, 2409, 2409, 2409, 2410, 2410, 2410, 2410, 0, 2410, 2411, 2411, 2411, 2411, 2412, 2412, 2412, 2412, 0, 2412, 2413, 2413, 2413, 2413, 2414, 2414, 2414, 2414, 0, 2414, 2415, 2415, 2415, 2415, 2416, 2416, 2416, 2416, 0, 2416, 2417, 2417, 2417, 2417, 0, 2417, 2418, 2418, 2418, 2418, 2418, 0, 2418, 2419, 0, 2419, 0, 2419, 2419, 2419, 2419, 2420, 2420, 2420, 2420, 0, 2420, 2421, 2421, 2421, 2421, 2422, 2422, 2422, 2422, 2423, 2423, 2423, 2423, 2423, 2424, 2424, 2424, 2424, 2425, 2425, 2425, 2425, 2425, 0, 2425, 2426, 2426, 0, 0, 0, 0, 2426, 2426, 2426, 2426, 2427, 2427, 0, 2427, 2427, 2427, 2427, 2427, 2427, 2427, 2428, 2428, 2428, 2429, 2429, 2429, 2429, 2430, 2430, 0, 0, 0, 0, 2430, 2430, 2430, 2430, 2431, 2431, 0, 2431, 2431, 2431, 2431, 2431, 2431, 2432, 2432, 2432, 2432, 2433, 0, 2433, 0, 2433, 2433, 2433, 2433, 2433, 0, 2433, 2434, 0, 2434, 0, 0, 2434, 2434, 2434, 2434, 0, 2434, 2435, 2435, 2435, 2435, 2436, 2436, 2436, 2436, 0, 2436, 2437, 2437, 2437, 2437, 0, 2437, 2438, 2438, 2438, 2438, 2438, 0, 2438, 2439, 0, 2439, 0, 2439, 2439, 2439, 2439, 2440, 2440, 2440, 2440, 0, 2440, 2441, 2441, 2441, 2441, 0, 2441, 2442, 2442, 2442, 2442, 2442, 0, 2442, 2443, 0, 2443, 0, 2443, 2443, 2443, 2443, 2444, 2444, 2444, 2444, 0, 2444, 2445, 2445, 2445, 2445, 0, 2445, 2446, 2446, 2446, 2446, 2446, 0, 2446, 2447, 0, 2447, 0, 2447, 2447, 2447, 2447, 2448, 2448, 2448, 2448, 0, 2448, 2449, 2449, 2449, 2449, 2450, 2450, 2450, 2450, 0, 2450, 2451, 2451, 2451, 2451, 2452, 2452, 2452, 2452, 2452, 2453, 2453, 2453, 2453, 2454, 0, 2454, 0, 2454, 2454, 2454, 2454, 2454, 0, 2454, 2455, 2455, 2455, 0, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2456, 2456, 2456, 0, 2456, 2456, 2456, 2456, 2456, 2456, 0, 2456, 2457, 2457, 2457, 2457, 2458, 2458, 2458, 2458, 0, 2458, 2459, 2459, 2459, 2459, 0, 2459, 2460, 2460, 2460, 2460, 2460, 0, 2460, 2461, 0, 2461, 0, 2461, 2461, 2461, 2461, 2462, 2462, 2462, 2462, 0, 2462, 2463, 2463, 2463, 2463, 2464, 2464, 0, 2464, 2464, 2464, 2464, 2464, 2464, 2465, 2465, 2465, 2465, 2466, 2466, 2466, 2466, 2466, 0, 2466, 2467, 0, 2467, 0, 0, 2467, 2467, 2467, 2467, 0, 2467, 2468, 2468, 2468, 2468, 2469, 2469, 2469, 2469, 0, 2469, 2470, 2470, 2470, 2470, 2471, 2471, 2471, 2471, 0, 2471, 2472, 2472, 2472, 2472, 0, 2472, 2473, 2473, 2473, 2473, 2473, 0, 2473, 2474, 0, 2474, 0, 2474, 2474, 2474, 2474, 2475, 2475, 2475, 2476, 2476, 2476, 2476, 2477, 2477, 2477, 2477, 2477, 2478, 2478, 2478, 2478, 2479, 2479, 2479, 2479, 2479, 0, 2479, 2480, 2480, 2480, 2480, 2481, 2481, 2481, 2482, 2482, 2482, 2482, 2483, 0, 2483, 0, 0, 2483, 2483, 2483, 2483, 0, 2483, 2484, 2484, 0, 2484, 2484, 2484, 2484, 2484, 2484, 2485, 0, 2485, 0, 0, 2485, 2485, 2485, 2485, 0, 2485, 2486, 0, 2486, 0, 2486, 2486, 2486, 2486, 2486, 0, 2486, 2487, 0, 2487, 0, 2487, 2487, 2487, 2487, 2488, 2488, 2488, 2488, 0, 2488, 2489, 2489, 2489, 2489, 2490, 2490, 2490, 2490, 0, 2490, 2491, 2491, 2491, 2491, 2492, 2492, 2492, 2492, 0, 2492, 2493, 2493, 2493, 2493, 2494, 0, 2494, 0, 0, 2494, 2494, 2494, 2494, 0, 2494, 2495, 2495, 0, 2495, 2495, 2495, 2495, 2495, 2495, 2496, 0, 2496, 0, 0, 2496, 2496, 2496, 2496, 0, 2496, 2497, 0, 2497, 0, 2497, 2497, 2497, 2497, 2497, 0, 2497, 2498, 0, 2498, 0, 2498, 2498, 2498, 2498, 2499, 0, 2499, 0, 2499, 2499, 2499, 2499, 2499, 2499, 0, 2499, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2501, 2501, 0, 0, 0, 0, 2501, 2501, 2501, 2501, 2502, 2502, 2502, 2502, 0, 2502, 2503, 2503, 2503, 2503, 2504, 2504, 2504, 2504, 0, 2504, 2505, 2505, 2505, 2505, 0, 2505, 2506, 2506, 2506, 2506, 2506, 0, 2506, 2507, 0, 2507, 0, 2507, 2507, 2507, 2507, 2508, 2508, 0, 0, 0, 2508, 2508, 2508, 2508, 2508, 2509, 2509, 2509, 2509, 0, 2509, 2510, 2510, 2510, 2510, 2511, 2511, 2511, 2511, 2512, 2512, 2512, 2512, 0, 2512, 2513, 2513, 2513, 2513, 0, 2513, 2514, 2514, 2514, 2514, 2514, 0, 2514, 2515, 0, 2515, 0, 2515, 2515, 2515, 2515, 2516, 2516, 2516, 2516, 2517, 2517, 0, 0, 0, 2517, 2517, 2517, 2517, 2517, 2518, 2518, 0, 2518, 2518, 2518, 2518, 2518, 2518, 2519, 2519, 2519, 2519, 2520, 2520, 2520, 2520, 2520, 0, 2520, 2521, 0, 2521, 0, 0, 2521, 2521, 2521, 2521, 0, 2521, 2522, 2522, 2522, 2522, 2523, 2523, 2523, 2523, 2524, 0, 2524, 0, 2524, 2524, 2524, 2524, 2524, 0, 2524, 2525, 2525, 0, 0, 0, 2525, 2525, 2525, 2525, 2525, 2526, 2526, 0, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2527, 2527, 2527, 0, 2527, 2527, 2527, 2527, 2527, 2527, 0, 2527, 2528, 2528, 2528, 2529, 2529, 2529, 2529, 2530, 2530, 0, 2530, 2530, 2530, 2530, 2530, 2530, 2530, 2531, 2531, 2531, 2531, 0, 2531, 2532, 0, 2532, 0, 2532, 2532, 2532, 2532, 2533, 0, 2533, 0, 0, 2533, 2533, 2533, 2533, 0, 2533, 2534, 0, 2534, 0, 2534, 2534, 2534, 2534, 2535, 2535, 2535, 2535, 2536, 2536, 2536, 2536, 2536, 0, 2536, 2537, 2537, 0, 2537, 2537, 2537, 2537, 2537, 2537, 2537, 2538, 2538, 2538, 2538, 2539, 2539, 2539, 2539, 2539, 0, 2539, 2540, 2540, 2540, 2540, 0, 2540, 2541, 0, 2541, 0, 2541, 2541, 2541, 2541, 2542, 2542, 2542, 2542, 2543, 2543, 2543, 2543, 2543, 0, 2543, 2544, 2544, 2544, 0, 2544, 2544, 2544, 2544, 2544, 2544, 0, 2544, 2545, 2545, 2545, 2545, 0, 2545, 2546, 0, 2546, 0, 2546, 2546, 2546, 2546, 2547, 2547, 2547, 2547, 0, 2547, 2548, 0, 2548, 0, 2548, 2548, 2548, 2548, 2549, 2549, 2549, 0, 2549, 2549, 2549, 2549, 2549, 2549, 0, 2549, 2550, 2550, 2550, 0, 2550, 2550, 2550, 2550, 2550, 2550, 0, 2550, 2551, 2551, 2551, 0, 2551, 2551, 2551, 2551, 2551, 2551, 0, 2551, 2552, 2552, 2552, 0, 2552, 2552, 2552, 2552, 2552, 2552, 0, 2552, 2553, 2553, 2553, 0, 2553, 2553, 2553, 2553, 2553, 2553, 0, 2553, 2554, 2554, 2554, 0, 2554, 2554, 2554, 2554, 2554, 2554, 0, 2554, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1874 } ; extern int mmo_flex_debug; int mmo_flex_debug = 0; static mmo_state_type *mmo_state_buf=0, *mmo_state_ptr=0; static char *mmo_full_match; static int mmo_lp; static int mmo_looking_for_trail_begin = 0; static int mmo_full_lp; static int *mmo_full_state; #define YY_TRAILING_MASK 0x2000 #define YY_TRAILING_HEAD_MASK 0x4000 #define REJECT \ { \ *mmo_cp = (mmo_hold_char); /* undo effects of setting up mmotext */ \ mmo_cp = (mmo_full_match); /* restore poss. backed-over text */ \ (mmo_lp) = (mmo_full_lp); /* restore orig. accepting pos. */ \ (mmo_state_ptr) = (mmo_full_state); /* restore orig. state */ \ mmo_current_state = *(mmo_state_ptr); /* restore curr. state */ \ ++(mmo_lp); \ goto find_rule; \ } #define mmomore() mmomore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *mmotext; #line 1 "mm_options.l" #line 2 "mm_options.l" extern int mytaskid; #ifdef flex #undef YY_INPUT #define YY_INPUT(b, r, ms) (r = mmo_mmoinput(b, ms)) #else #undef input #undef unput #define input() (*gopts++) #define unput(c) (*--gopts = c) #endif #undef ECHO #define ECHO mmoout=nabout;if(mytaskid==0) fprintf(mmoout, "\tmm_options: %s\n",mmotext) char* setVarStr ( char *str); int setVarInt ( char *str); double setVarDbl ( char *str); void setArrayStr ( char *str, char *a, int n, int len); void setArrayInt ( char *str, int *a, int n); void setArrayDbl ( char *str, double *a, int n); #line 3088 "" #define INITIAL 0 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int mmo_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int mmolex_destroy (void ); int mmoget_debug (void ); void mmoset_debug (int debug_flag ); YY_EXTRA_TYPE mmoget_extra (void ); void mmoset_extra (YY_EXTRA_TYPE user_defined ); FILE *mmoget_in (void ); void mmoset_in (FILE * in_str ); FILE *mmoget_out (void ); void mmoset_out (FILE * out_str ); int mmoget_leng (void ); char *mmoget_text (void ); int mmoget_lineno (void ); void mmoset_lineno (int line_number ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int mmowrap (void ); #else extern int mmowrap (void ); #endif #endif static void mmounput (int c,char *buf_ptr ); #ifndef mmotext_ptr static void mmo_flex_strncpy (char *,mmoconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int mmo_flex_strlen (mmoconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int mmoinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO do { if (fwrite( mmotext, mmoleng, 1, mmoout )) {} } while (0) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->mmo_is_interactive ) \ { \ int c = '*'; \ unsigned n; \ for ( n = 0; n < max_size && \ (c = getc( mmoin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( mmoin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, mmoin))==0 && ferror(mmoin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(mmoin); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "mmoterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef mmoterminate #define mmoterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) mmo_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int mmolex (void); #define YY_DECL int mmolex (void) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after mmotext and mmoleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK break; #endif #define YY_RULE_SETUP \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register mmo_state_type mmo_current_state; register char *mmo_cp, *mmo_bp; register int mmo_act; #line 36 "mm_options.l" #line 3273 "" if ( !(mmo_init) ) { (mmo_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif /* Create the reject buffer large enough to save one state per allowed character. */ if ( ! (mmo_state_buf) ) (mmo_state_buf) = (mmo_state_type *)mmoalloc(YY_STATE_BUF_SIZE ); if ( ! (mmo_state_buf) ) YY_FATAL_ERROR( "out of dynamic memory in mmolex()" ); if ( ! (mmo_start) ) (mmo_start) = 1; /* first start state */ if ( ! mmoin ) mmoin = stdin; if ( ! mmoout ) mmoout = nabout; if ( ! YY_CURRENT_BUFFER ) { mmoensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = mmo_create_buffer(mmoin,YY_BUF_SIZE ); } mmo_load_buffer_state( ); } while ( 1 ) /* loops until end-of-file is reached */ { mmo_cp = (mmo_c_buf_p); /* Support of mmotext. */ *mmo_cp = (mmo_hold_char); /* mmo_bp points to the position in mmo_ch_buf of the start of * the current run. */ mmo_bp = mmo_cp; mmo_current_state = (mmo_start); (mmo_state_ptr) = (mmo_state_buf); *(mmo_state_ptr)++ = mmo_current_state; mmo_match: do { register YY_CHAR mmo_c = mmo_ec[YY_SC_TO_UI(*mmo_cp)]; while ( mmo_chk[mmo_base[mmo_current_state] + mmo_c] != mmo_current_state ) { mmo_current_state = (int) mmo_def[mmo_current_state]; if ( mmo_current_state >= 1875 ) mmo_c = mmo_meta[(unsigned int) mmo_c]; } mmo_current_state = mmo_nxt[mmo_base[mmo_current_state] + (unsigned int) mmo_c]; *(mmo_state_ptr)++ = mmo_current_state; ++mmo_cp; } while ( mmo_base[mmo_current_state] != 7991 ); mmo_find_action: mmo_current_state = *--(mmo_state_ptr); (mmo_lp) = mmo_accept[mmo_current_state]; find_rule: /* we branch to this label when backing up */ for ( ; ; ) /* until we find what rule we matched */ { if ( (mmo_lp) && (mmo_lp) < mmo_accept[mmo_current_state + 1] ) { mmo_act = mmo_acclist[(mmo_lp)]; if ( mmo_act & YY_TRAILING_HEAD_MASK || (mmo_looking_for_trail_begin) ) { if ( mmo_act == (mmo_looking_for_trail_begin) ) { (mmo_looking_for_trail_begin) = 0; mmo_act &= ~YY_TRAILING_HEAD_MASK; break; } } else if ( mmo_act & YY_TRAILING_MASK ) { (mmo_looking_for_trail_begin) = mmo_act & ~YY_TRAILING_MASK; (mmo_looking_for_trail_begin) |= YY_TRAILING_HEAD_MASK; } else { (mmo_full_match) = mmo_cp; (mmo_full_state) = (mmo_state_ptr); (mmo_full_lp) = (mmo_lp); break; } ++(mmo_lp); goto find_rule; } --mmo_cp; mmo_current_state = *--(mmo_state_ptr); (mmo_lp) = mmo_accept[mmo_current_state]; } YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( mmo_act ) { /* beginning of action switch */ case 1: YY_RULE_SETUP #line 38 "mm_options.l" { ECHO; cut = setVarDbl(mmotext); } YY_BREAK case 2: YY_RULE_SETUP #line 39 "mm_options.l" { ECHO; cutnp = setVarDbl(mmotext); } YY_BREAK case 3: YY_RULE_SETUP #line 40 "mm_options.l" { ECHO; scnb = setVarDbl(mmotext); } YY_BREAK case 4: YY_RULE_SETUP #line 41 "mm_options.l" { ECHO; scee = setVarDbl(mmotext); } YY_BREAK case 5: YY_RULE_SETUP #line 42 "mm_options.l" { ECHO; ntpr = setVarInt(mmotext); if( ntpr==0) ntpr = 9999999; } YY_BREAK case 6: YY_RULE_SETUP #line 44 "mm_options.l" { ECHO; hcp = setVarInt(mmotext); } YY_BREAK case 7: YY_RULE_SETUP #line 45 "mm_options.l" { ECHO; hcp_h1 = setVarDbl(mmotext); } YY_BREAK case 8: YY_RULE_SETUP #line 46 "mm_options.l" { ECHO; hcp_h2 = setVarDbl(mmotext); } YY_BREAK case 9: YY_RULE_SETUP #line 47 "mm_options.l" { ECHO; hcp_h3 = setVarDbl(mmotext); } YY_BREAK case 10: YY_RULE_SETUP #line 49 "mm_options.l" { ECHO; nscm = setVarInt(mmotext); } YY_BREAK case 11: YY_RULE_SETUP #line 50 "mm_options.l" { ECHO; nsnb = setVarInt(mmotext); } YY_BREAK case 12: YY_RULE_SETUP #line 51 "mm_options.l" { ECHO; nsnp = setVarInt(mmotext); } YY_BREAK case 13: YY_RULE_SETUP #line 52 "mm_options.l" { ECHO; ntwx = setVarInt(mmotext); } YY_BREAK case 14: YY_RULE_SETUP #line 53 "mm_options.l" { ECHO; nchk = setVarInt(mmotext); } YY_BREAK case 15: YY_RULE_SETUP #line 54 "mm_options.l" { ECHO; nchk2 = setVarInt(mmotext); } YY_BREAK case 16: YY_RULE_SETUP #line 56 "mm_options.l" { ECHO; dt = setVarDbl(mmotext); } YY_BREAK case 17: YY_RULE_SETUP #line 57 "mm_options.l" { ECHO; t = setVarDbl(mmotext); } YY_BREAK case 18: YY_RULE_SETUP #line 58 "mm_options.l" { ECHO; tautp = setVarDbl(mmotext); } YY_BREAK case 19: YY_RULE_SETUP #line 59 "mm_options.l" { ECHO; temp0 = setVarDbl(mmotext); } YY_BREAK case 20: YY_RULE_SETUP #line 60 "mm_options.l" { ECHO; tempi = setVarDbl(mmotext); } YY_BREAK case 21: YY_RULE_SETUP #line 61 "mm_options.l" { ECHO; vlimit = setVarDbl(mmotext); } YY_BREAK case 22: YY_RULE_SETUP #line 62 "mm_options.l" { ECHO; gamma_ln = setVarDbl(mmotext); } YY_BREAK case 23: YY_RULE_SETUP #line 63 "mm_options.l" { ECHO; genmass = setVarDbl(mmotext); } YY_BREAK case 24: YY_RULE_SETUP #line 64 "mm_options.l" { ECHO; wcons = setVarDbl(mmotext); } YY_BREAK case 25: YY_RULE_SETUP #line 65 "mm_options.l" { ECHO; ntpr_md = setVarInt(mmotext); if( ntpr_md==0) ntpr_md = 9999999; } YY_BREAK case 26: YY_RULE_SETUP #line 67 "mm_options.l" { ECHO; zerov = setVarInt(mmotext); } YY_BREAK case 27: YY_RULE_SETUP #line 68 "mm_options.l" { ECHO; k4d = setVarDbl(mmotext); } YY_BREAK case 28: YY_RULE_SETUP #line 70 "mm_options.l" { ECHO; ips = setVarInt(mmotext); } YY_BREAK case 29: YY_RULE_SETUP #line 72 "mm_options.l" { ECHO; gb = setVarInt(mmotext); } YY_BREAK case 30: YY_RULE_SETUP #line 73 "mm_options.l" { ECHO; gb_debug = setVarInt(mmotext); } YY_BREAK case 31: YY_RULE_SETUP #line 74 "mm_options.l" { ECHO; nr_debug = setVarInt(mmotext); } YY_BREAK case 32: YY_RULE_SETUP #line 75 "mm_options.l" { ECHO; gb2_debug = setVarInt(mmotext); } YY_BREAK case 33: YY_RULE_SETUP #line 76 "mm_options.l" { ECHO; gbsa_debug = setVarInt(mmotext); } YY_BREAK case 34: YY_RULE_SETUP #line 77 "mm_options.l" { ECHO; e_debug = setVarInt(mmotext); } YY_BREAK case 35: YY_RULE_SETUP #line 78 "mm_options.l" { ECHO; epsext = setVarDbl(mmotext); } YY_BREAK case 36: YY_RULE_SETUP #line 79 "mm_options.l" { ECHO; kappa = setVarDbl(mmotext); } YY_BREAK case 37: YY_RULE_SETUP #line 80 "mm_options.l" { ECHO; rgbmax = setVarDbl(mmotext); } YY_BREAK case 38: YY_RULE_SETUP #line 82 "mm_options.l" { ECHO; surften = setVarDbl(mmotext); } YY_BREAK case 39: YY_RULE_SETUP #line 83 "mm_options.l" { ECHO; dradius = setVarDbl(mmotext); } YY_BREAK case 40: YY_RULE_SETUP #line 84 "mm_options.l" { ECHO; deltar = setVarDbl(mmotext); } YY_BREAK case 41: YY_RULE_SETUP #line 85 "mm_options.l" { ECHO; rwater = setVarDbl(mmotext); } YY_BREAK case 42: YY_RULE_SETUP #line 86 "mm_options.l" { ECHO; alphanp = setVarDbl(mmotext); } YY_BREAK case 43: YY_RULE_SETUP #line 87 "mm_options.l" { ECHO; kappanp = setVarDbl(mmotext); } YY_BREAK case 44: YY_RULE_SETUP #line 88 "mm_options.l" { ECHO; min_volume = setVarDbl(mmotext); } YY_BREAK case 45: YY_RULE_SETUP #line 89 "mm_options.l" { ECHO; max_set_size = setVarInt(mmotext); } YY_BREAK case 46: YY_RULE_SETUP #line 90 "mm_options.l" { ECHO; MPI_min_tasks = setVarInt(mmotext); } YY_BREAK case 47: YY_RULE_SETUP #line 91 "mm_options.l" { ECHO; cull_np_lists = setVarInt(mmotext); } YY_BREAK case 48: YY_RULE_SETUP #line 92 "mm_options.l" { ECHO; use_lower_tri = setVarInt(mmotext); } YY_BREAK case 49: YY_RULE_SETUP #line 93 "mm_options.l" { ECHO; dynamic_loops = setVarInt(mmotext); } YY_BREAK case 50: YY_RULE_SETUP #line 94 "mm_options.l" { ECHO; static_arrays = setVarInt(mmotext); } YY_BREAK case 51: YY_RULE_SETUP #line 95 "mm_options.l" { ECHO; blocksize = setVarInt(mmotext); } YY_BREAK case 52: YY_RULE_SETUP #line 96 "mm_options.l" { ECHO; gbsa = setVarInt(mmotext); } YY_BREAK case 53: YY_RULE_SETUP #line 97 "mm_options.l" { ECHO; dim = setVarInt(mmotext); } YY_BREAK case 54: YY_RULE_SETUP #line 99 "mm_options.l" { ECHO; rismData.rism=setVarInt(mmotext);} YY_BREAK case 55: /* rule 55 can match eol */ YY_RULE_SETUP #line 100 "mm_options.l" { ECHO; xvvfile=setVarStr(mmotext);} YY_BREAK case 56: /* rule 56 can match eol */ YY_RULE_SETUP #line 101 "mm_options.l" { ECHO; guvfile=setVarStr(mmotext); } YY_BREAK case 57: /* rule 57 can match eol */ YY_RULE_SETUP #line 102 "mm_options.l" { ECHO; huvfile=setVarStr(mmotext); } YY_BREAK case 58: /* rule 58 can match eol */ YY_RULE_SETUP #line 103 "mm_options.l" { ECHO; cuvfile=setVarStr(mmotext); } YY_BREAK case 59: /* rule 59 can match eol */ YY_RULE_SETUP #line 104 "mm_options.l" { ECHO; uuvfile=setVarStr(mmotext); } YY_BREAK case 60: /* rule 60 can match eol */ YY_RULE_SETUP #line 105 "mm_options.l" { ECHO; asympfile=setVarStr(mmotext); } YY_BREAK case 61: /* rule 61 can match eol */ YY_RULE_SETUP #line 106 "mm_options.l" { ECHO; quvfile=setVarStr(mmotext); } YY_BREAK case 62: /* rule 62 can match eol */ YY_RULE_SETUP #line 107 "mm_options.l" { ECHO; chgdistfile=setVarStr(mmotext); } YY_BREAK case 63: /* rule 63 can match eol */ YY_RULE_SETUP #line 108 "mm_options.l" { ECHO; volfmt=setVarStr(mmotext); } YY_BREAK /* closure{Assign}0 { ECHO; closure="hnc"; } closure{Assign}1 { ECHO; closure="kh"; } closure{Assign}2 { ECHO; closure="pse"; } */ /* read in an array of closure names (strings). */ /* This is tricky because we need to avoid eating trailing keywords */ /* in the same mm_options call. To do this we first enforce the rule */ /* that there must be a comma before a trailing keyword. This differs */ /* from the rest of mm_options input where either whitespace or a comma */ /* may be used. The we have two rules:*/ /* 1) More keywords follow the list. Reads everything in list, */ /* including the comma, with the requirement of being followed by a */ /* keyword. */ case 64: /* rule 64 can match eol */ YY_RULE_SETUP #line 124 "mm_options.l" { /* find the trailing comma and replace it with a null character */ char * comma = strrchr(mmotext,','); *comma='\0'; ECHO; setArrayStr(mmotext,closure[0],CLOSURELEN,NCLOSURE); } YY_BREAK /* 2) Last keyword in the input line. Should read the rest of the */ /* line. By enforcing comma separated structure we avoid eating up */ /* key-value pairs that are separated by white space only*/ case 65: /* rule 65 can match eol */ YY_RULE_SETUP #line 134 "mm_options.l" { ECHO; setArrayStr(mmotext,closure[0],CLOSURELEN,NCLOSURE); } YY_BREAK case 66: YY_RULE_SETUP #line 136 "mm_options.l" { ECHO; rismData.closureOrder=setVarInt(mmotext); } YY_BREAK case 67: YY_RULE_SETUP #line 137 "mm_options.l" { ECHO; rismData.asympCorr=setVarInt(mmotext); } YY_BREAK case 68: YY_RULE_SETUP #line 138 "mm_options.l" { ECHO; rismData.solvcut=setVarDbl(mmotext); } YY_BREAK case 69: YY_RULE_SETUP #line 139 "mm_options.l" { ECHO; rismData.buffer=setVarDbl(mmotext); } YY_BREAK case 70: YY_RULE_SETUP #line 140 "mm_options.l" { ECHO; rismData.grdspc[0]=setVarDbl(mmotext); } YY_BREAK case 71: YY_RULE_SETUP #line 141 "mm_options.l" { ECHO; rismData.grdspc[1]=setVarDbl(mmotext); } YY_BREAK case 72: YY_RULE_SETUP #line 142 "mm_options.l" { ECHO; rismData.grdspc[2]=setVarDbl(mmotext); } YY_BREAK case 73: YY_RULE_SETUP #line 143 "mm_options.l" { ECHO; setArrayDbl(mmotext,rismData.grdspc,3);} YY_BREAK case 74: YY_RULE_SETUP #line 144 "mm_options.l" { ECHO; rismData.ng3[0]=setVarInt(mmotext); } YY_BREAK case 75: YY_RULE_SETUP #line 145 "mm_options.l" { ECHO; rismData.ng3[1]=setVarInt(mmotext); } YY_BREAK case 76: YY_RULE_SETUP #line 146 "mm_options.l" { ECHO; rismData.ng3[2]=setVarInt(mmotext); } YY_BREAK case 77: YY_RULE_SETUP #line 147 "mm_options.l" { ECHO; setArrayInt(mmotext,rismData.ng3,3);} YY_BREAK case 78: YY_RULE_SETUP #line 148 "mm_options.l" { ECHO; rismData.solvbox[0]=setVarDbl(mmotext); } YY_BREAK case 79: YY_RULE_SETUP #line 149 "mm_options.l" { ECHO; rismData.solvbox[1]=setVarDbl(mmotext); } YY_BREAK case 80: YY_RULE_SETUP #line 150 "mm_options.l" { ECHO; rismData.solvbox[2]=setVarDbl(mmotext); } YY_BREAK case 81: YY_RULE_SETUP #line 151 "mm_options.l" { ECHO; setArrayDbl(mmotext,rismData.solvbox,3);} YY_BREAK case 82: YY_RULE_SETUP #line 152 "mm_options.l" { ECHO; setArrayDbl(mmotext,rismtol,NCLOSURE); } YY_BREAK case 83: YY_RULE_SETUP #line 153 "mm_options.l" { ECHO; rismData.mdiis_del=setVarDbl(mmotext); } YY_BREAK case 84: YY_RULE_SETUP #line 154 "mm_options.l" { ECHO; rismData.mdiis_restart=setVarDbl(mmotext); } YY_BREAK case 85: YY_RULE_SETUP #line 155 "mm_options.l" { ECHO; rismData.mdiis_nvec=setVarInt(mmotext); } YY_BREAK case 86: YY_RULE_SETUP #line 156 "mm_options.l" { ECHO; rismData.mdiis_method=setVarInt(mmotext); } YY_BREAK case 87: YY_RULE_SETUP #line 157 "mm_options.l" { ECHO; rismData.maxstep=setVarInt(mmotext); } YY_BREAK case 88: YY_RULE_SETUP #line 158 "mm_options.l" { ECHO; rismData.npropagate=setVarInt(mmotext); } YY_BREAK case 89: YY_RULE_SETUP #line 159 "mm_options.l" { ECHO; rismData.centering=setVarInt(mmotext); } YY_BREAK case 90: YY_RULE_SETUP #line 160 "mm_options.l" { ECHO; rismData.zerofrc=setVarInt(mmotext); } YY_BREAK case 91: YY_RULE_SETUP #line 161 "mm_options.l" { ECHO; rismData.apply_rism_force=setVarInt(mmotext); } YY_BREAK case 92: YY_RULE_SETUP #line 162 "mm_options.l" { ECHO; rismData.polarDecomp=setVarInt(mmotext); } YY_BREAK case 93: YY_RULE_SETUP #line 163 "mm_options.l" { ECHO; rismData.rismnrespa=setVarInt(mmotext); } YY_BREAK case 94: YY_RULE_SETUP #line 164 "mm_options.l" { ECHO; rismData.fcestride=setVarInt(mmotext); } YY_BREAK case 95: YY_RULE_SETUP #line 165 "mm_options.l" { ECHO; rismData.fcecut=setVarDbl(mmotext); } YY_BREAK case 96: YY_RULE_SETUP #line 166 "mm_options.l" { ECHO; rismData.fcenbasis=setVarInt(mmotext); } YY_BREAK case 97: YY_RULE_SETUP #line 167 "mm_options.l" { ECHO; rismData.fcecrd=setVarInt(mmotext); } YY_BREAK case 98: YY_RULE_SETUP #line 168 "mm_options.l" { ECHO; rismData.saveprogress=setVarInt(mmotext); } YY_BREAK case 99: YY_RULE_SETUP #line 169 "mm_options.l" { ECHO; rismData.ntwrism=setVarInt(mmotext); } YY_BREAK case 100: YY_RULE_SETUP #line 170 "mm_options.l" { ECHO; rismData.verbose=setVarInt(mmotext); } YY_BREAK case 101: YY_RULE_SETUP #line 171 "mm_options.l" { ECHO; rismData.progress=setVarInt(mmotext); } YY_BREAK case 102: YY_RULE_SETUP #line 172 "mm_options.l" { ECHO; ntpr_rism=setVarInt(mmotext); } YY_BREAK case 103: YY_RULE_SETUP #line 174 "mm_options.l" { ECHO; pbsa = setVarInt(mmotext); } YY_BREAK case 104: YY_RULE_SETUP #line 175 "mm_options.l" { ECHO; inp = setVarInt(mmotext); } YY_BREAK case 105: YY_RULE_SETUP #line 176 "mm_options.l" { ECHO; epsin = setVarDbl(mmotext); } YY_BREAK case 106: YY_RULE_SETUP #line 177 "mm_options.l" { ECHO; epsout = setVarDbl(mmotext); } YY_BREAK case 107: YY_RULE_SETUP #line 178 "mm_options.l" { ECHO; smoothopt = setVarInt(mmotext); } YY_BREAK case 108: YY_RULE_SETUP #line 179 "mm_options.l" { ECHO; istrng = setVarDbl(mmotext); } YY_BREAK case 109: YY_RULE_SETUP #line 180 "mm_options.l" { ECHO; ivalence = setVarDbl(mmotext); } YY_BREAK case 110: YY_RULE_SETUP #line 181 "mm_options.l" { ECHO; radiopt = setVarInt(mmotext); } YY_BREAK case 111: YY_RULE_SETUP #line 182 "mm_options.l" { ECHO; dprob = setVarDbl(mmotext); } YY_BREAK case 112: YY_RULE_SETUP #line 183 "mm_options.l" { ECHO; iprob = setVarDbl(mmotext); } YY_BREAK case 113: YY_RULE_SETUP #line 184 "mm_options.l" { ECHO; npbopt = setVarInt(mmotext); } YY_BREAK case 114: YY_RULE_SETUP #line 185 "mm_options.l" { ECHO; solvopt = setVarInt(mmotext); } YY_BREAK case 115: YY_RULE_SETUP #line 186 "mm_options.l" { ECHO; accept = setVarDbl(mmotext); } YY_BREAK case 116: YY_RULE_SETUP #line 187 "mm_options.l" { ECHO; maxitn = setVarInt(mmotext); } YY_BREAK case 117: YY_RULE_SETUP #line 188 "mm_options.l" { ECHO; fillratio = setVarDbl(mmotext); } YY_BREAK case 118: YY_RULE_SETUP #line 189 "mm_options.l" { ECHO; space = setVarDbl(mmotext); } YY_BREAK case 119: YY_RULE_SETUP #line 190 "mm_options.l" { ECHO; nfocus = setVarInt(mmotext); } YY_BREAK case 120: YY_RULE_SETUP #line 191 "mm_options.l" { ECHO; fscale = setVarInt(mmotext); } YY_BREAK case 121: YY_RULE_SETUP #line 192 "mm_options.l" { ECHO; bcopt = setVarInt(mmotext); } YY_BREAK case 122: YY_RULE_SETUP #line 193 "mm_options.l" { ECHO; eneopt = setVarInt(mmotext); } YY_BREAK case 123: YY_RULE_SETUP #line 194 "mm_options.l" { ECHO; dbfopt = setVarInt(mmotext); } YY_BREAK case 124: YY_RULE_SETUP #line 195 "mm_options.l" { ECHO; frcopt = setVarInt(mmotext); } YY_BREAK case 125: YY_RULE_SETUP #line 196 "mm_options.l" { ECHO; cutnb = setVarDbl(mmotext); } YY_BREAK case 126: YY_RULE_SETUP #line 197 "mm_options.l" { ECHO; sprob = setVarDbl(mmotext); } YY_BREAK case 127: YY_RULE_SETUP #line 198 "mm_options.l" { ECHO; npbverb = setVarInt(mmotext); } YY_BREAK case 128: YY_RULE_SETUP #line 199 "mm_options.l" { ECHO; arcres = setVarDbl(mmotext); } YY_BREAK case 129: YY_RULE_SETUP #line 200 "mm_options.l" { ECHO; cavity_surften = setVarDbl(mmotext); } YY_BREAK case 130: YY_RULE_SETUP #line 201 "mm_options.l" { ECHO; cavity_offset = setVarDbl(mmotext); } YY_BREAK case 131: YY_RULE_SETUP #line 202 "mm_options.l" { ECHO; nsnba = setVarInt(mmotext); } YY_BREAK case 132: YY_RULE_SETUP #line 203 "mm_options.l" { ECHO; npbgrid = setVarInt(mmotext); } YY_BREAK case 133: YY_RULE_SETUP #line 204 "mm_options.l" { ECHO; maxarcdot = setVarInt(mmotext); } YY_BREAK case 134: YY_RULE_SETUP #line 206 "mm_options.l" { ECHO; dield = -5; } YY_BREAK case 135: YY_RULE_SETUP #line 207 "mm_options.l" { ECHO; dield = -4; } YY_BREAK case 136: YY_RULE_SETUP #line 208 "mm_options.l" { ECHO; dield = -3; } YY_BREAK case 137: YY_RULE_SETUP #line 209 "mm_options.l" { ECHO; dield = -2; } YY_BREAK case 138: YY_RULE_SETUP #line 210 "mm_options.l" { ECHO; dield = 0; } YY_BREAK case 139: YY_RULE_SETUP #line 211 "mm_options.l" { ECHO; dield = 1; } YY_BREAK case 140: YY_RULE_SETUP #line 212 "mm_options.l" { ECHO; dielc = setVarDbl(mmotext); } YY_BREAK case 141: YY_RULE_SETUP #line 214 "mm_options.l" { ECHO; irattle = setVarInt(mmotext); } YY_BREAK case 142: /* rule 142 can match eol */ YY_RULE_SETUP #line 216 "mm_options.l" ; YY_BREAK case 143: YY_RULE_SETUP #line 218 "mm_options.l" { #ifdef flex if(mytaskid==0){ char c; fprintf( stderr, "Error: mm_option: unknown keyword or invalid value: %s", mmotext ); for(c=input();c != ' ' && c != '=' && c != EOF;c=input()) fprintf( stderr, "%c",c); fprintf( stderr,"\n"); } #else if(mytaskid==0)fprintf( stderr, "Error: mm_option: unknown keyword or invalid value: %s\n", --gopts ); #endif exit( 1 ); } YY_BREAK case 144: YY_RULE_SETUP #line 233 "mm_options.l" ECHO; YY_BREAK #line 4156 "" case YY_STATE_EOF(INITIAL): mmoterminate(); case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int mmo_amount_of_matched_text = (int) (mmo_cp - (mmotext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *mmo_cp = (mmo_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->mmo_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed mmoin at a new source and called * mmolex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (mmo_n_chars) = YY_CURRENT_BUFFER_LVALUE->mmo_n_chars; YY_CURRENT_BUFFER_LVALUE->mmo_input_file = mmoin; YY_CURRENT_BUFFER_LVALUE->mmo_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for mmo_c_buf_p "<=" to the position * of the first EOB in the buffer, since mmo_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (mmo_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->mmo_ch_buf[(mmo_n_chars)] ) { /* This was really a NUL. */ mmo_state_type mmo_next_state; (mmo_c_buf_p) = (mmotext_ptr) + mmo_amount_of_matched_text; mmo_current_state = mmo_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * mmo_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ mmo_next_state = mmo_try_NUL_trans( mmo_current_state ); mmo_bp = (mmotext_ptr) + YY_MORE_ADJ; if ( mmo_next_state ) { /* Consume the NUL. */ mmo_cp = ++(mmo_c_buf_p); mmo_current_state = mmo_next_state; goto mmo_match; } else { mmo_cp = (mmo_c_buf_p); goto mmo_find_action; } } else switch ( mmo_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (mmo_did_buffer_switch_on_eof) = 0; if ( mmowrap( ) ) { /* Note: because we've taken care in * mmo_get_next_buffer() to have set up * mmotext, we can now set up * mmo_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (mmo_c_buf_p) = (mmotext_ptr) + YY_MORE_ADJ; mmo_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (mmo_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (mmo_c_buf_p) = (mmotext_ptr) + mmo_amount_of_matched_text; mmo_current_state = mmo_get_previous_state( ); mmo_cp = (mmo_c_buf_p); mmo_bp = (mmotext_ptr) + YY_MORE_ADJ; goto mmo_match; case EOB_ACT_LAST_MATCH: (mmo_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->mmo_ch_buf[(mmo_n_chars)]; mmo_current_state = mmo_get_previous_state( ); mmo_cp = (mmo_c_buf_p); mmo_bp = (mmotext_ptr) + YY_MORE_ADJ; goto mmo_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of mmolex */ /* mmo_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int mmo_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->mmo_ch_buf; register char *source = (mmotext_ptr); register int number_to_move, i; int ret_val; if ( (mmo_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->mmo_ch_buf[(mmo_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->mmo_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (mmo_c_buf_p) - (mmotext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((mmo_c_buf_p) - (mmotext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->mmo_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->mmo_n_chars = (mmo_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->mmo_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ YY_FATAL_ERROR( "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->mmo_ch_buf[number_to_move]), (mmo_n_chars), (size_t) num_to_read ); YY_CURRENT_BUFFER_LVALUE->mmo_n_chars = (mmo_n_chars); } if ( (mmo_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; mmorestart(mmoin ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->mmo_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((mmo_size_t) ((mmo_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->mmo_buf_size) { /* Extend the array by 50%, plus the number we really need. */ mmo_size_t new_size = (mmo_n_chars) + number_to_move + ((mmo_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->mmo_ch_buf = (char *) mmorealloc((void *) YY_CURRENT_BUFFER_LVALUE->mmo_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->mmo_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in mmo_get_next_buffer()" ); } (mmo_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->mmo_ch_buf[(mmo_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->mmo_ch_buf[(mmo_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (mmotext_ptr) = &YY_CURRENT_BUFFER_LVALUE->mmo_ch_buf[0]; return ret_val; } /* mmo_get_previous_state - get the state just before the EOB char was reached */ static mmo_state_type mmo_get_previous_state (void) { register mmo_state_type mmo_current_state; register char *mmo_cp; mmo_current_state = (mmo_start); (mmo_state_ptr) = (mmo_state_buf); *(mmo_state_ptr)++ = mmo_current_state; for ( mmo_cp = (mmotext_ptr) + YY_MORE_ADJ; mmo_cp < (mmo_c_buf_p); ++mmo_cp ) { register YY_CHAR mmo_c = (*mmo_cp ? mmo_ec[YY_SC_TO_UI(*mmo_cp)] : 1); while ( mmo_chk[mmo_base[mmo_current_state] + mmo_c] != mmo_current_state ) { mmo_current_state = (int) mmo_def[mmo_current_state]; if ( mmo_current_state >= 1875 ) mmo_c = mmo_meta[(unsigned int) mmo_c]; } mmo_current_state = mmo_nxt[mmo_base[mmo_current_state] + (unsigned int) mmo_c]; *(mmo_state_ptr)++ = mmo_current_state; } return mmo_current_state; } /* mmo_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = mmo_try_NUL_trans( current_state ); */ static mmo_state_type mmo_try_NUL_trans (mmo_state_type mmo_current_state ) { register int mmo_is_jam; register YY_CHAR mmo_c = 1; while ( mmo_chk[mmo_base[mmo_current_state] + mmo_c] != mmo_current_state ) { mmo_current_state = (int) mmo_def[mmo_current_state]; if ( mmo_current_state >= 1875 ) mmo_c = mmo_meta[(unsigned int) mmo_c]; } mmo_current_state = mmo_nxt[mmo_base[mmo_current_state] + (unsigned int) mmo_c]; mmo_is_jam = (mmo_current_state == 1874); if ( ! mmo_is_jam ) *(mmo_state_ptr)++ = mmo_current_state; return mmo_is_jam ? 0 : mmo_current_state; } static void mmounput (int c, register char * mmo_bp ) { register char *mmo_cp; mmo_cp = (mmo_c_buf_p); /* undo effects of setting up mmotext */ *mmo_cp = (mmo_hold_char); if ( mmo_cp < YY_CURRENT_BUFFER_LVALUE->mmo_ch_buf + 2 ) { /* need to shift things up to make room */ /* +2 for EOB chars. */ register int number_to_move = (mmo_n_chars) + 2; register char *dest = &YY_CURRENT_BUFFER_LVALUE->mmo_ch_buf[ YY_CURRENT_BUFFER_LVALUE->mmo_buf_size + 2]; register char *source = &YY_CURRENT_BUFFER_LVALUE->mmo_ch_buf[number_to_move]; while ( source > YY_CURRENT_BUFFER_LVALUE->mmo_ch_buf ) *--dest = *--source; mmo_cp += (int) (dest - source); mmo_bp += (int) (dest - source); YY_CURRENT_BUFFER_LVALUE->mmo_n_chars = (mmo_n_chars) = YY_CURRENT_BUFFER_LVALUE->mmo_buf_size; if ( mmo_cp < YY_CURRENT_BUFFER_LVALUE->mmo_ch_buf + 2 ) YY_FATAL_ERROR( "flex scanner push-back overflow" ); } *--mmo_cp = (char) c; (mmotext_ptr) = mmo_bp; (mmo_hold_char) = *mmo_cp; (mmo_c_buf_p) = mmo_cp; } #ifndef YY_NO_INPUT #ifdef __cplusplus static int mmoinput (void) #else static int input (void) #endif { int c; *(mmo_c_buf_p) = (mmo_hold_char); if ( *(mmo_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* mmo_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (mmo_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->mmo_ch_buf[(mmo_n_chars)] ) /* This was really a NUL. */ *(mmo_c_buf_p) = '\0'; else { /* need more input */ int offset = (mmo_c_buf_p) - (mmotext_ptr); ++(mmo_c_buf_p); switch ( mmo_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because mmo_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ mmorestart(mmoin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( mmowrap( ) ) return EOF; if ( ! (mmo_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return mmoinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (mmo_c_buf_p) = (mmotext_ptr) + offset; break; } } } c = *(unsigned char *) (mmo_c_buf_p); /* cast for 8-bit char's */ *(mmo_c_buf_p) = '\0'; /* preserve mmotext */ (mmo_hold_char) = *++(mmo_c_buf_p); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void mmorestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ mmoensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = mmo_create_buffer(mmoin,YY_BUF_SIZE ); } mmo_init_buffer(YY_CURRENT_BUFFER,input_file ); mmo_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void mmo_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * mmopop_buffer_state(); * mmopush_buffer_state(new_buffer); */ mmoensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(mmo_c_buf_p) = (mmo_hold_char); YY_CURRENT_BUFFER_LVALUE->mmo_buf_pos = (mmo_c_buf_p); YY_CURRENT_BUFFER_LVALUE->mmo_n_chars = (mmo_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; mmo_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (mmowrap()) processing, but the only time this flag * is looked at is after mmowrap() is called, so it's safe * to go ahead and always set it. */ (mmo_did_buffer_switch_on_eof) = 1; } static void mmo_load_buffer_state (void) { (mmo_n_chars) = YY_CURRENT_BUFFER_LVALUE->mmo_n_chars; (mmotext_ptr) = (mmo_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->mmo_buf_pos; mmoin = YY_CURRENT_BUFFER_LVALUE->mmo_input_file; (mmo_hold_char) = *(mmo_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE mmo_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) mmoalloc(sizeof( struct mmo_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in mmo_create_buffer()" ); b->mmo_buf_size = size; /* mmo_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->mmo_ch_buf = (char *) mmoalloc(b->mmo_buf_size + 2 ); if ( ! b->mmo_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in mmo_create_buffer()" ); b->mmo_is_our_buffer = 1; mmo_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with mmo_create_buffer() * */ void mmo_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->mmo_is_our_buffer ) mmofree((void *) b->mmo_ch_buf ); mmofree((void *) b ); } #ifndef __cplusplus extern int isatty (int ); #endif /* __cplusplus */ /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a mmorestart() or at EOF. */ static void mmo_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; mmo_flush_buffer(b ); b->mmo_input_file = file; b->mmo_fill_buffer = 1; /* If b is the current buffer, then mmo_init_buffer was _probably_ * called from mmorestart() or through mmo_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->mmo_bs_lineno = 1; b->mmo_bs_column = 0; } b->mmo_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void mmo_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->mmo_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->mmo_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->mmo_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->mmo_buf_pos = &b->mmo_ch_buf[0]; b->mmo_at_bol = 1; b->mmo_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) mmo_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void mmopush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; mmoensure_buffer_stack(); /* This block is copied from mmo_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(mmo_c_buf_p) = (mmo_hold_char); YY_CURRENT_BUFFER_LVALUE->mmo_buf_pos = (mmo_c_buf_p); YY_CURRENT_BUFFER_LVALUE->mmo_n_chars = (mmo_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (mmo_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from mmo_switch_to_buffer. */ mmo_load_buffer_state( ); (mmo_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void mmopop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; mmo_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((mmo_buffer_stack_top) > 0) --(mmo_buffer_stack_top); if (YY_CURRENT_BUFFER) { mmo_load_buffer_state( ); (mmo_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void mmoensure_buffer_stack (void) { int num_to_alloc; if (!(mmo_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (mmo_buffer_stack) = (struct mmo_buffer_state**)mmoalloc (num_to_alloc * sizeof(struct mmo_buffer_state*) ); if ( ! (mmo_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in mmoensure_buffer_stack()" ); memset((mmo_buffer_stack), 0, num_to_alloc * sizeof(struct mmo_buffer_state*)); (mmo_buffer_stack_max) = num_to_alloc; (mmo_buffer_stack_top) = 0; return; } if ((mmo_buffer_stack_top) >= ((mmo_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (mmo_buffer_stack_max) + grow_size; (mmo_buffer_stack) = (struct mmo_buffer_state**)mmorealloc ((mmo_buffer_stack), num_to_alloc * sizeof(struct mmo_buffer_state*) ); if ( ! (mmo_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in mmoensure_buffer_stack()" ); /* zero only the new slots.*/ memset((mmo_buffer_stack) + (mmo_buffer_stack_max), 0, grow_size * sizeof(struct mmo_buffer_state*)); (mmo_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE mmo_scan_buffer (char * base, mmo_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) mmoalloc(sizeof( struct mmo_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in mmo_scan_buffer()" ); b->mmo_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->mmo_buf_pos = b->mmo_ch_buf = base; b->mmo_is_our_buffer = 0; b->mmo_input_file = 0; b->mmo_n_chars = b->mmo_buf_size; b->mmo_is_interactive = 0; b->mmo_at_bol = 1; b->mmo_fill_buffer = 0; b->mmo_buffer_status = YY_BUFFER_NEW; mmo_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to mmolex() will * scan from a @e copy of @a str. * @param mmostr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * mmo_scan_bytes() instead. */ YY_BUFFER_STATE mmo_scan_string (mmoconst char * mmostr ) { return mmo_scan_bytes(mmostr,strlen(mmostr) ); } /** Setup the input buffer state to scan the given bytes. The next call to mmolex() will * scan from a @e copy of @a bytes. * @param bytes the byte buffer to scan * @param len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE mmo_scan_bytes (mmoconst char * mmobytes, int _mmobytes_len ) { YY_BUFFER_STATE b; char *buf; mmo_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _mmobytes_len + 2; buf = (char *) mmoalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in mmo_scan_bytes()" ); for ( i = 0; i < _mmobytes_len; ++i ) buf[i] = mmobytes[i]; buf[_mmobytes_len] = buf[_mmobytes_len+1] = YY_END_OF_BUFFER_CHAR; b = mmo_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in mmo_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->mmo_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void mmo_fatal_error (mmoconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine mmoless() so it works in section 3 code. */ #undef mmoless #define mmoless(n) \ do \ { \ /* Undo effects of setting up mmotext. */ \ int mmoless_macro_arg = (n); \ YY_LESS_LINENO(mmoless_macro_arg);\ mmotext[mmoleng] = (mmo_hold_char); \ (mmo_c_buf_p) = mmotext + mmoless_macro_arg; \ (mmo_hold_char) = *(mmo_c_buf_p); \ *(mmo_c_buf_p) = '\0'; \ mmoleng = mmoless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int mmoget_lineno (void) { return mmolineno; } /** Get the input stream. * */ FILE *mmoget_in (void) { return mmoin; } /** Get the output stream. * */ FILE *mmoget_out (void) { return mmoout; } /** Get the length of the current token. * */ int mmoget_leng (void) { return mmoleng; } /** Get the current token. * */ char *mmoget_text (void) { return mmotext; } /** Set the current line number. * @param line_number * */ void mmoset_lineno (int line_number ) { mmolineno = line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param in_str A readable stream. * * @see mmo_switch_to_buffer */ void mmoset_in (FILE * in_str ) { mmoin = in_str ; } void mmoset_out (FILE * out_str ) { mmoout = out_str ; } int mmoget_debug (void) { return mmo_flex_debug; } void mmoset_debug (int bdebug ) { mmo_flex_debug = bdebug ; } static int mmo_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from mmolex_destroy(), so don't allocate here. */ (mmo_buffer_stack) = 0; (mmo_buffer_stack_top) = 0; (mmo_buffer_stack_max) = 0; (mmo_c_buf_p) = (char *) 0; (mmo_init) = 0; (mmo_start) = 0; (mmo_state_buf) = 0; (mmo_state_ptr) = 0; (mmo_full_match) = 0; (mmo_lp) = 0; /* Defined in main.c */ #ifdef YY_STDINIT mmoin = stdin; mmoout = nabout; #else mmoin = (FILE *) 0; mmoout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * mmolex_init() */ return 0; } /* mmolex_destroy is for both reentrant and non-reentrant scanners. */ int mmolex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ mmo_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; mmopop_buffer_state(); } /* Destroy the stack itself. */ mmofree((mmo_buffer_stack) ); (mmo_buffer_stack) = NULL; mmofree ( (mmo_state_buf) ); (mmo_state_buf) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * mmolex() is called, initialization will occur. */ mmo_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef mmotext_ptr static void mmo_flex_strncpy (char* s1, mmoconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int mmo_flex_strlen (mmoconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *mmoalloc (mmo_size_t size ) { return (void *) malloc( size ); } void *mmorealloc (void * ptr, mmo_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void mmofree (void * ptr ) { free( (char *) ptr ); /* see mmorealloc() for (char *) cast */ } #define YYTABLES_NAME "mmotables" #line 233 "mm_options.l" int mmowrap(){ return( 1 ); } #ifdef flex int mmo_mmoinput( buf, max_size ) char *buf; int max_size; { int n; if( max_size > &gopts[mmoinputlim] - mmoinputptr ) n = &gopts[mmoinputlim] - mmoinputptr; else n = max_size; if( n>0 ){ memcpy( buf, mmoinputptr, n ); mmoinputptr += n; } return n; } #endif /** * Extract a single value from an option statement * Takes a string of the form * = * with an unlimited amount of white space. *IN: * str : string *OUT: * returns the string after the keyword */ char* setVarStr ( char *str){ char *copy,*token; copy = strdup(str); /* the first token is the variable name */ token=strtok(copy,"= "); /* the remaining characters should be the string */ token = strtok(NULL," ,="); return token; } /** * Extract a single value from an option statement * Takes a string of the form * = * with an unlimited amount of white space. *IN: * str : string *OUT: * returns the double after the keyword */ double setVarDbl ( char *str){ double v[1]; setArrayDbl(str,v,1); return v[0]; } /** * Extract a single value from an option statement * Takes a string of the form * = * with an unlimited amount of white space. *IN: * str : string *OUT: * returns the integer after the keyword */ int setVarInt ( char *str){ int v[1]; setArrayInt(str,v,1); return v[0]; } /** * Extract mulitple values from an option statement * Takes a string of the form * =,,... * with an unlimited amount of white space. Up to n Values are stored * in array a. A 1D character array is used and treated as a 2D array * that is [len][n] and must be preallocated. Each string in the * array is set to empty on entry. *IN: * str : string * a : array of char (len,n) * len : length of * n : number of elements of a *SIDE EFFECTS: * Values from string are stored in a */ void setArrayStr ( char *str, char *a, int len, int n){ int i; char *copy, *token; copy = malloc(strlen(str)+1); if(copy == NULL){ fprintf(stderr,"Error: mm_option: failed to allocate memory parsing:\n"); fprintf(stderr,"'%s'\n",str); exit(1); } strcpy(copy,str); /* set all strings in the array to empty */ for(i=0; i=,,... * with an unlimited amount of white space. Up to n Values are stored in array a. *IN: * str : string * a : array of doubles * n : length of a *SIDE EFFECTS: * Values from string are stored in a */ void setArrayInt ( char *str, int *a, int n){ int i; char *copy, *token; copy = malloc(strlen(str)+1); if(copy == NULL){ fprintf(stderr,"Error: mm_option: failed to allocate memory parsing:\n"); fprintf(stderr,"'%s'\n",str); exit(1); } strcpy(copy,str); /* the first token is the variable name */ token = strtok(copy,"= "); /* the remaining tokens should all be integer numbers */ for(i = 0; i< n && (token = strtok(NULL," ,=")) != NULL; i++){ sscanf(token,"%i",&(a[i])); } free(copy); }