#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 33 #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 __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 */ #if __STDC__ #define YY_USE_CONST #endif /* __STDC__ */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #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 (yy_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 (((yy_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 yyRuI5restart(yyRuI5in ) #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(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif extern int yyRuI5leng; extern FILE *yyRuI5in, *yyRuI5out; #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 yyless(n) \ do \ { \ /* Undo effects of setting up yyRuI5text. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up yyRuI5text again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) /* The following is because we cannot portably get our hands on size_t * (without autoconf's help, which isn't available because we want * flex-generated scanners to compile on their own). */ #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef unsigned int yy_size_t; #endif #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_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 yy_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 yy_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 yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_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 yyRuI5restart()), so that the user can continue scanning by * just pointing yyRuI5in at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_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 ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_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 (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when yyRuI5text is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int yyRuI5leng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow yyRuI5wrap()'s to do buffer switches * instead of setting up a fresh yyRuI5in. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void yyRuI5restart (FILE *input_file ); void yyRuI5_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE yyRuI5_create_buffer (FILE *file,int size ); void yyRuI5_delete_buffer (YY_BUFFER_STATE b ); void yyRuI5_flush_buffer (YY_BUFFER_STATE b ); void yyRuI5push_buffer_state (YY_BUFFER_STATE new_buffer ); void yyRuI5pop_buffer_state (void ); static void yyRuI5ensure_buffer_stack (void ); static void yyRuI5_load_buffer_state (void ); static void yyRuI5_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER yyRuI5_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE yyRuI5_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE yyRuI5_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE yyRuI5_scan_bytes (yyconst char *bytes,int len ); void *yyRuI5alloc (yy_size_t ); void *yyRuI5realloc (void *,yy_size_t ); void yyRuI5free (void * ); #define yy_new_buffer yyRuI5_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ yyRuI5ensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ yyRuI5_create_buffer(yyRuI5in,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ yyRuI5ensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ yyRuI5_create_buffer(yyRuI5in,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) #define yyRuI5wrap(n) 1 #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *yyRuI5in = (FILE *) 0, *yyRuI5out = (FILE *) 0; typedef int yy_state_type; extern int yyRuI5lineno; extern char *yyRuI5text; #define yytext_ptr yyRuI5text static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up yyRuI5text. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ yyRuI5leng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 26 #define YY_END_OF_BUFFER 27 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_acclist[1468] = { 0, 27, 24, 25, 26, 23, 24, 25, 26, 21, 24, 26, 21, 24, 25, 26, 23, 25, 26, 25, 26, 20, 25, 26, 19, 25, 26, 19, 25, 26, 22, 23, 24, 25, 26, 22, 23, 25, 26, 20, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 25, 26,16393, 20, 25, 26, 20, 25, 26, 20, 25, 26, 20, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 20, 25, 26, 20, 25, 26, 20, 25, 26, 20, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 25, 26, 20, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 20, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 20, 25, 26, 20, 25, 26, 20, 25, 26, 20, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 20, 25, 26, 20, 25, 26, 20, 25, 26, 20, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 19, 25, 26, 13, 26, 13, 26,16396, 26,16396, 10, 13, 26, 11, 13, 26, 18, 26, 17, 18, 26, 16, 17, 26, 16, 17, 18, 26, 15, 18, 26, 14, 18, 26, 14, 18, 26, 24, 23, 24, 21, 24, 23, 21, 24, 21, 24, 21, 21, 20, 19, 19, 22, 23, 24, 22, 23, 20, 19, 19, 19, 19,16393, 20, 20, 20, 8, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 8, 19, 19, 19, 19, 8, 19, 19, 19, 19, 19, 19, 8, 19, 19, 19, 19, 19, 19, 8, 19, 19, 19, 8, 19, 19, 8, 19, 19, 19, 19, 8, 19, 19, 19, 19, 19, 8, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 8, 19, 19, 19, 19, 8, 19, 19, 19, 19, 19, 19, 8, 19, 19, 19, 8, 19, 19, 19, 19, 19, 19, 8, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 8, 19, 19, 19, 19, 19, 19, 19, 19, 8, 19, 19, 19, 19, 19, 19, 19, 19, 19, 8, 19, 8, 19, 19, 19, 19, 19, 19, 19, 19, 20, 20, 20, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 20, 19, 19, 19, 19, 19, 19, 19, 20, 19, 19, 19, 19, 19, 19, 19, 19, 19, 20, 20, 20, 8, 19, 19, 19, 19, 19, 19, 19, 19, 19, 20, 20, 20, 19, 19, 19, 19, 19, 19, 19,16396, 8204, 17, 16, 17, 16, 17, 16, 17, 15, 14, 14, 21, 20, 19, 19, 19,16387, 19, 19, 8201, 19, 20, 20, 20, 20, 20,16387, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 8, 19, 19, 19, 19, 19, 19, 19, 19, 19, 8, 19, 19, 19, 19, 8, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 8, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 20, 20, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 20, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 20, 20, 20, 20, 20, 19, 19, 19, 19, 19, 19, 19, 20, 20, 19, 19, 19, 19, 19, 19, 14, 14,16386, 16387, 8195, 19, 7, 20,16387, 19, 19, 19, 19, 19, 19, 19, 19, 19, 8, 19, 19, 19, 8, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 8, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 8, 19, 8, 19, 19, 19, 19, 19, 8, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 20, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 7, 20, 19, 19, 19, 19, 19, 20, 19, 19, 19, 19, 8194, 8194, 19, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 19, 19, 19, 19, 8, 19, 19, 8, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 8, 8, 19, 19, 19, 19, 19, 19, 19, 8, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 5,16388, 19, 19, 19, 7, 19, 19, 19, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 19, 8, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 8196, 8196, 8196, 19, 19, 7, 7, 19, 19, 8194, 8194, 6, 7, 7, 7, 19, 19, 19, 19, 19, 19, 19, 8, 19, 19, 19, 19, 19, 19, 19, 5,16388, 7, 6, 7, 7, 7, 7, 19, 19, 19, 19, 19, 19, 19, 19, 8196, 6, 7, 7, 7, 7, 19, 19, 19, 19, 5, 16388, 6, 7, 8196, 5,16388, 6, 7, 8196, 8196, 6, 7, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 1, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6 } ; static yyconst flex_int16_t yy_accept[1573] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 5, 9, 12, 16, 19, 21, 24, 27, 30, 35, 39, 42, 45, 48, 51, 54, 57, 60, 63, 66, 69, 72, 75, 78, 81, 84, 87, 90, 93, 96, 99, 102, 105, 108, 111, 114, 117, 120, 123, 126, 129, 132, 135, 138, 141, 144, 147, 150, 153, 156, 159, 162, 165, 168, 171, 174, 177, 180, 183, 186, 189, 192, 195, 198, 201, 204, 207, 210, 213, 216, 219, 222, 225, 228, 231, 234, 237, 240, 243, 246, 249, 252, 255, 258, 261, 264, 267, 270, 273, 276, 279, 282, 285, 288, 291, 294, 297, 300, 303, 306, 309, 312, 315, 318, 321, 324, 327, 330, 333, 336, 339, 342, 345, 348, 351, 354, 357, 360, 363, 366, 369, 372, 375, 377, 380, 383, 386, 389, 392, 395, 398, 401, 404, 407, 410, 413, 416, 419, 422, 425, 428, 431, 434, 437, 440, 443, 446, 449, 452, 455, 458, 461, 464, 467, 470, 473, 476, 479, 482, 485, 488, 491, 493, 496, 498, 501, 504, 506, 509, 512, 516, 519, 522, 525, 526, 528, 530, 531, 533, 535, 536, 537, 537, 537, 538, 539, 539, 540, 543, 545, 545, 546, 546, 546, 547, 548, 549, 549, 550, 550, 551, 551, 551, 551, 551, 552, 552, 553, 553, 553, 554, 555, 556, 557, 558, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 683, 684, 685, 686, 687, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 795, 795, 795, 795, 795, 796, 797, 798, 799, 800, 801, 802, 803, 803, 804, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 813, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 837, 838, 839, 841, 843, 845, 845, 846, 847, 847, 848, 849, 850, 851, 852, 853, 853, 853, 854, 855, 856, 856, 857, 857, 858, 858, 859, 860, 861, 861, 861, 861, 861, 861, 861, 861, 861, 861, 861, 861, 861, 861, 861, 861, 861, 862, 863, 863, 863, 863, 864, 865, 866, 867, 868, 869, 870, 870, 870, 871, 872, 873, 873, 873, 874, 875, 876, 877, 878, 879, 879, 880, 881, 881, 882, 883, 884, 884, 884, 885, 885, 886, 887, 888, 889, 889, 889, 890, 891, 892, 893, 893, 893, 894, 895, 896, 897, 897, 897, 898, 898, 899, 900, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 909, 909, 910, 911, 911, 911, 912, 913, 914, 915, 915, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 936, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 947, 947, 948, 949, 950, 951, 952, 953, 954, 954, 954, 955, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1064, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1081, 1081, 1081, 1081, 1081, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1104, 1104, 1104, 1104, 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1106, 1106, 1106, 1107, 1108, 1109, 1109, 1110, 1111, 1112, 1113, 1113, 1113, 1113, 1114, 1115, 1115, 1116, 1117, 1117, 1118, 1119, 1120, 1121, 1121, 1121, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1127, 1128, 1129, 1130, 1130, 1131, 1132, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1151, 1151, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1162, 1162, 1163, 1163, 1163, 1164, 1164, 1165, 1166, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1185, 1186, 1187, 1188, 1188, 1189, 1190, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1216, 1216, 1217, 1217, 1217, 1218, 1218, 1219, 1220, 1220, 1221, 1221, 1222, 1222, 1223, 1224, 1225, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1231, 1231, 1231, 1231, 1231, 1231, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1242, 1243, 1244, 1245, 1245, 1245, 1245, 1245, 1246, 1246, 1246, 1246, 1246, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1258, 1259, 1259, 1260, 1260, 1261, 1262, 1262, 1262, 1263, 1263, 1263, 1264, 1264, 1265, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1274, 1274, 1275, 1276, 1276, 1276, 1276, 1276, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1285, 1285, 1285, 1285, 1285, 1286, 1287, 1287, 1287, 1287, 1287, 1287, 1288, 1288, 1289, 1289, 1289, 1289, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1302, 1303, 1304, 1304, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1313, 1314, 1314, 1314, 1314, 1314, 1316, 1316, 1317, 1317, 1318, 1319, 1319, 1320, 1320, 1320, 1320, 1320, 1320, 1321, 1322, 1323, 1323, 1323, 1323, 1323, 1323, 1324, 1325, 1325, 1326, 1326, 1326, 1326, 1326, 1327, 1327, 1328, 1328, 1329, 1329, 1330, 1331, 1332, 1333, 1333, 1334, 1334, 1335, 1336, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1338, 1338, 1338, 1338, 1338, 1339, 1339, 1339, 1339, 1339, 1339, 1340, 1340, 1340, 1340, 1341, 1341, 1341, 1341, 1342, 1343, 1344, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1345, 1346, 1347, 1348, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1350, 1350, 1350, 1351, 1352, 1352, 1352, 1352, 1353, 1353, 1353, 1353, 1354, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1367, 1368, 1368, 1369, 1370, 1371, 1371, 1371, 1372, 1373, 1374, 1375, 1375, 1375, 1375, 1376, 1377, 1377, 1377, 1377, 1377, 1377, 1378, 1378, 1378, 1378, 1378, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1379, 1380, 1381, 1382, 1383, 1383, 1383, 1383, 1383, 1384, 1385, 1385, 1385, 1385, 1385, 1385, 1386, 1386, 1387, 1387, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1394, 1394, 1396, 1397, 1397, 1397, 1397, 1398, 1398, 1398, 1399, 1400, 1400, 1401, 1401, 1401, 1401, 1402, 1402, 1402, 1402, 1402, 1402, 1403, 1404, 1404, 1405, 1405, 1405, 1405, 1405, 1405, 1406, 1406, 1406, 1407, 1408, 1408, 1409, 1410, 1410, 1411, 1411, 1411, 1411, 1411, 1412, 1412, 1413, 1414, 1415, 1415, 1416, 1416, 1416, 1417, 1417, 1418, 1418, 1418, 1419, 1419, 1420, 1422, 1422, 1422, 1422, 1422, 1423, 1423, 1423, 1423, 1424, 1424, 1424, 1424, 1424, 1424, 1425, 1427, 1427, 1427, 1427, 1428, 1429, 1429, 1430, 1431, 1431, 1431, 1431, 1432, 1433, 1433, 1433, 1433, 1433, 1434, 1434, 1434, 1434, 1434, 1435, 1435, 1435, 1435, 1436, 1436, 1436, 1436, 1437, 1437, 1437, 1437, 1438, 1438, 1438, 1438, 1439, 1439, 1439, 1439, 1440, 1440, 1440, 1440, 1441, 1441, 1441, 1441, 1442, 1442, 1442, 1442, 1443, 1443, 1443, 1443, 1444, 1445, 1445, 1445, 1446, 1446, 1446, 1447, 1447, 1447, 1448, 1448, 1448, 1449, 1449, 1449, 1450, 1450, 1450, 1451, 1451, 1451, 1452, 1452, 1452, 1453, 1453, 1453, 1454, 1454, 1454, 1455, 1455, 1455, 1456, 1456, 1456, 1457, 1457, 1457, 1458, 1458, 1458, 1459, 1459, 1459, 1460, 1460, 1460, 1461, 1461, 1461, 1462, 1462, 1462, 1463, 1463, 1463, 1464, 1464, 1464, 1465, 1465, 1466, 1466, 1467, 1468, 1468 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 4, 5, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 6, 7, 8, 9, 9, 9, 9, 10, 11, 12, 9, 9, 13, 14, 15, 16, 17, 18, 19, 20, 21, 21, 21, 21, 21, 21, 22, 23, 24, 9, 25, 7, 26, 27, 27, 27, 27, 28, 28, 27, 28, 29, 27, 27, 27, 27, 28, 28, 28, 27, 27, 28, 28, 27, 30, 27, 31, 28, 27, 24, 9, 25, 9, 32, 24, 33, 34, 35, 36, 37, 38, 36, 39, 40, 36, 36, 41, 42, 43, 44, 45, 36, 36, 46, 47, 36, 48, 49, 50, 51, 36, 52, 9, 25, 9, 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, 6, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 54, 53, 53, 55, 53, 56, 57, 58, 59, 53, 60, 61, 53, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 53, 53, 53, 53, 53, 53, 53, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 9, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 9, 103, 103 } ; static yyconst flex_int32_t yy_meta[109] = { 0, 1, 2, 3, 4, 5, 2, 6, 7, 8, 9, 7, 10, 11, 12, 13, 8, 14, 14, 14, 14, 14, 15, 10, 7, 10, 16, 17, 18, 17, 17, 17, 19, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 9, 21, 8, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 22, 22, 22, 22, 23, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 23, 22, 22, 22, 22, 24, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22 } ; static yyconst flex_int16_t yy_base[1759] = { 0, 0, 107, 113, 220, 226, 333, 339, 446, 439, 448, 477, 449, 515, 459, 553, 497, 603, 617, 642, 0, 3841, 536, 632, 750, 756, 573,16394, 750, 0, 3814, 771, 776, 770, 782, 783, 784, 816, 840, 860, 880, 900, 799, 921, 3790, 954, 973, 993, 1008, 846, 759, 779, 854, 799, 855, 819, 938, 939, 955, 956, 983, 965, 977, 990, 874, 966, 1001, 1014, 898, 1040, 1058, 1020, 1007, 1024, 1033, 1064, 1052, 1099, 1114, 1121, 1138, 1082, 1074, 1139, 1165, 1182, 1191, 1149, 1178, 1205, 1213, 1131, 1309, 1329, 1349, 1369, 1389, 1394, 1409, 1414, 1429, 1434, 1449, 1454, 1468, 1473, 1487, 1493, 1534, 1550, 1556, 1570, 1584, 1590, 1604, 1524, 1626, 1640, 1682, 1687, 1627, 1636, 1656, 1684, 1665, 1703, 1783, 1797, 1802, 1816, 1746, 1841, 1825, 1847, 1790, 1852, 1860, 1879, 1902, 1911, 1944, 2010, 2015, 1961, 1980, 615, 1498, 2060, 2085, 453, 792, 953, 759, 1690, 2109, 2128, 1212, 415, 77, 580, 582, 2164, 2169, 204, 1166, 2260, 814, 3804, 1198, 861, 800, 801, 751, 2043, 2070, 2095, 2177, 2197, 2222, 790, 3768, 3775, 3768, 3747,16394, 2311, 2321,16394,16394,16394, 1314, 1334, 1354, 2238, 0, 3761, 1375, 2203, 2229, 1633, 2335, 2345, 2350, 2355, 2347, 0, 2357, 0, 0, 3754, 2378, 2383, 0, 2377, 3709, 1166, 1014, 1870, 1516, 1400, 1293, 2397, 2407, 2421, 2432, 0, 2448, 2544, 2479, 2564, 3671, 3657, 2584,16394, 2605, 2618, 2439, 1671, 2638, 2657, 2677, 2690, 2709, 2729, 2742, 2761, 2774, 2453, 2793, 2806, 2826, 2862, 2458, 2877, 2890, 2905, 2920, 2933, 2949, 2844, 2965, 2978, 2994, 3033, 3048, 3063, 2549, 3091, 3076, 3119, 2589, 3134, 3147, 2570, 3174, 3202, 3215, 3230, 3187, 3245, 3260, 3297, 3312, 3325, 3339, 3352, 3369, 3388, 3403, 3422, 3439, 3455, 3474, 3490, 3507, 3526, 1490, 2489, 1210, 1775, 1814, 2824, 3192, 3458, 2061, 1674, 1962, 2662, 2712, 3558, 3490, 1799, 3077, 3568, 3507, 2926, 2426, 1176, 2897, 3460, 3587, 3528, 1871, 2810, 3149, 3289, 3550, 3010, 3568, 3534, 3579, 3585, 3322, 3594, 3631, 3612, 3562, 2029, 3628, 3644, 2418, 2241, 3629, 3735, 2995, 3655, 3663, 3664, 3680, 2452, 3675, 3682, 3687, 3781, 1570, 3786, 3714, 3750, 3755, 3766, 3715, 3780, 3731, 3798, 0, 3889, 3909, 3929, 3796, 0, 3949, 3954, 3969, 3974, 3989, 3994, 4009, 4014, 4027, 4034, 4040, 4053, 4068, 4073, 4090, 4097, 4115, 4122, 4135, 4140, 4161, 4168, 4181, 4186, 4200, 4219, 4224, 4241, 4246, 4261, 4266, 4280, 4287, 4300, 4305, 4326, 4331, 4344, 4349, 4366, 4371, 4385, 4398, 4403, 4420, 4433, 4427, 4447, 4452, 4468, 4481, 4486, 4499, 4504, 4520, 4544, 4549, 4563, 4594, 4599, 4616, 4621, 4642, 4655, 4660, 4673, 4687, 4692, 4710, 4715, 3805, 4737, 4750, 4755, 4768, 4684, 4764, 4728, 4786, 4827, 4833, 4769, 4869, 4874, 4887, 4819, 4914, 4919, 3370, 4933, 4938, 4957, 4963, 4970, 4976, 4983, 4989, 5002, 5007, 5026, 5040, 5053, 5066, 5073, 5080, 5093, 5086, 5106, 896, 0, 0, 5177, 3843, 5104, 5133, 5152, 909, 994, 296, 847, 925, 5215, 5253, 2632, 5265, 5293, 3111, 3318, 2812, 1980, 2611, 3208, 3484, 5332, 5382, 5478, 3899, 4032, 0, 5569, 2266, 3713, 3704, 3687, 3675, 3676, 3665, 3654, 5608, 5309, 5317, 5486, 5506, 5537, 1075, 1044, 423, 1041, 1086, 5658, 5668, 16394, 3934, 4060, 4155, 5337, 0, 5516, 0, 0, 3684, 5387, 5387, 0, 3682, 2658, 3684, 2470, 1198, 2674, 2823, 3018,16394, 0, 5681, 5732, 5468, 5498, 5529, 2313, 597, 901, 1743, 969, 979, 1157, 3610, 3582, 3605, 3589, 3589, 3593, 3587, 3577, 1388, 5698, 5726, 3565, 486, 5753, 5763, 5828, 5841, 5856, 5871, 5884, 5899, 5719, 3638, 5914, 5927, 5942, 5562, 3623, 5957, 5972, 5987, 6000, 6028, 6041, 6014, 6056, 6061, 6079, 6092, 6112, 6131, 6147, 3615, 6163, 6182, 6190, 6220, 6241, 6256, 6207, 3599, 6271, 6284, 6297, 6314, 6328, 3595, 6341, 6276, 6368, 6381, 6397, 3527, 6411, 6335, 6426, 6439, 6453, 6469, 6482, 6503, 6534, 6547, 6564, 6577, 6592, 6605, 6632, 3523, 6637, 6657, 6672, 3587, 6688, 6715, 6732, 6759, 6520, 3503, 6772, 6787, 6800, 6815, 6828, 6845, 6873, 6858, 6888, 6918, 6950, 6969, 6985, 7001, 7020, 7040, 7059, 7072, 7099, 7126, 7154, 7014, 714, 7171, 6753, 7186, 7199, 7214, 7229, 7250, 7265, 7280, 7295, 7310, 7323, 3505, 7338, 7354, 7381, 7415, 7432, 7445, 7466, 6496, 3486, 7485, 7140, 7498, 7517, 7549, 7562, 7577, 7590, 7605, 7618, 7633, 7646, 6702, 7663, 7688, 7112, 7708, 7713, 7727, 7733, 7746, 7740, 7394, 7753, 7759, 7772, 7779, 7785, 7805, 7810, 7823, 7838, 7844, 7866, 7871, 7884, 7906, 7911, 7925, 7938, 7944, 7957, 7963, 7970, 7983, 7996, 8016, 8021, 8039, 8045, 8062, 8075, 8082, 8088, 8095, 8119, 8124, 8137, 8142, 8157, 8162, 8176, 8183, 8189, 8196, 8202, 8215, 8221, 8236, 8242, 8255, 8269, 8275, 8295, 8313, 8318, 8333, 8348, 8353, 8366, 8372, 8385, 8390, 8405, 8411, 8432, 8453, 8467, 8472, 8489, 8494, 8507, 8512, 8525, 8530, 8545, 8550, 8566, 8572, 8592, 8597, 8614, 8619, 8632, 8639, 8645, 8658, 8671, 8676, 8689, 8694, 1115, 3565, 6924, 8692, 8718, 887, 1120, 1226, 1488, 8751, 8778, 1463, 1196, 1253, 1230, 834, 1602, 2947, 3561, 2691, 1638, 1745, 1885, 1586, 2067, 8814, 8839, 8930, 1081, 2112, 1099, 451, 1376, 989, 8904, 6894, 8864, 8984, 1420, 1985, 1319, 1709, 0, 3561, 9014, 1303,16394, 3337, 1479, 2201, 3261, 3553, 8909, 1259, 3551, 1499, 1514, 1386, 1506, 1526, 3478, 3464, 3469, 1357, 1644, 3445, 3456, 3456, 3463, 3459, 1093, 9064, 3508, 3439, 7369, 8889, 9084, 7792, 9097, 9112, 9127, 9155, 9017, 3423, 3408, 9183, 9199, 8820, 9212, 8652, 8717, 9228, 9244, 9257, 8749, 3513, 8249, 3420, 9272, 9300, 9317, 9330, 3201, 3281, 3851, 3732, 2446, 4450, 4582, 4938, 5380, 4078, 6021, 9069, 5699, 5768, 4490, 3799, 4646, 4236, 3417, 3751, 5054, 4715, 5097, 6039, 5220, 5356, 8579, 5388, 8869, 9351, 3390, 3379, 5730, 6117, 6274, 5375, 5608, 9358, 6147, 6659, 7453, 6224, 6308, 4191, 4648, 6542, 6262, 6445, 6699, 6513, 7281, 7397, 6527, 6755, 9371, 9391, 9418, 9022, 9423, 9444, 9462, 9467, 9482, 9487, 9500, 9513, 3381, 9518, 9532, 9537, 9550, 9564, 9569, 3378, 9583, 9596, 9619, 1560, 9638, 9643, 3373, 9661, 9674, 9679, 9693, 9698, 9711, 9724, 9729, 9742, 9747, 9760, 9765, 9778, 9785, 9799, 9804, 9822, 9827, 9841, 9847, 9860, 9865, 9883, 9890, 9896, 9909, 3366, 3362, 9922, 3361, 3356, 9927, 3349, 9940, 9953, 3348, 9958, 0, 9960, 3421, 9979, 3389, 1611, 0, 9998,10017, 0, 3387, 1648,10056,10076, 3401, 3394, 3393, 1739, 1819, 1837, 10093,10184, 1359, 1484, 2227, 1534,10158,10118,10238, 3369, 1699, 8430, 0, 3398, 5009, 1535, 3398,10149, 8247,10263, 3385, 1585, 3384, 1818, 3380,10270,10290,10297,10317,10322, 10343,10365,10373,10393,10400,10427,10447,10143,10468, 9398, 10481,10049,10496,10509, 3299, 3297,10062, 9903, 8989,10524, 10348,10539, 3283,10455,10554,10567,10582,10597,10610,10625, 10638,10653, 8845,10668,10689,10704, 3269, 3260,10719, 3261, 3254,10724,10733,10741,10770,10785,10804,10836,10849,10864, 10758, 3256, 9169, 3249, 3249,10877,10900,10891, 3242, 3253, 3223, 3218,10916, 1725,10931, 1770, 1799, 1948, 1955,10959, 10987,10992,11005,11010,11024,11029,11042,11055,11060,11073, 11080,11093,11098,11112,11117,11130,11135,11149,11154,11167, 11181,11187,11200,11207,11213,11229,11234,11253,11258,11274, 11288,11302,11321, 3290,11335, 1921,11367,11386,10068,11422, 2068, 2107, 2070, 2378, 2150,11513, 1935,11448, 0, 0, 3218, 1981, 3286, 3282,11316,11366,11491, 3200, 3196, 3260, 3257,11571, 3177,11576, 3180,11596, 3178,11601,11621,11626, 11631, 3159,11651, 3168,11656,11676,11681, 3150,11430, 3129, 3207,11308, 3118,11702, 3114, 3111,11335, 3096,11473,11661, 3097, 3083, 3081, 3070,11715, 3060, 3059, 3058,11730, 3055, 9009, 3069,11745,11760,11789,11804, 3057, 3054,11774, 3040, 3034,11818, 3018,11833,11848,11867,11887, 3019, 3018,11900, 3009, 2993, 2981,11918, 2983, 2982,11939,11954,11959,11978, 11996,11484,12001,12015,12020,12034,12041,12048,12055,12069, 12074,12090,12095,12109,12114,12131,12136,16394,16394,12147, 0,12159, 0,12198, 9970,10108, 2413, 2603, 1575,12234, 0, 3042, 3005, 2124, 3033, 3032,12259, 2933, 1065, 2917, 1993, 2916,12265, 2105, 2914, 2912, 2886,11983, 2882, 2876, 1891, 2849,12198, 2851, 2868, 2844, 2831, 2839,12294,12309, 12324,12339, 2818, 2800, 2808, 2806,12354,12367, 2791, 2162, 2778, 2770, 2776,12382, 2754,12184,12399,12418,12433,12229, 12438,12463,12468,12481,12488, 2826, 0,12499,12175, 2789, 2137, 2810, 2794, 2790, 2706,12514,12524, 2177,12544, 2381, 2693, 2394,12285, 2690, 2683, 2672, 2682, 2668,12572,12591, 2658,12606, 2667, 2656, 2650, 2630, 2635,12623,12552, 2615, 12642,12662,12667,12681,12636, 0, 0, 0, 2664, 2144, 2686, 2666,12686,12695,12701,12722, 2396,12732, 2580, 2586, 12756, 2573,12783, 2574, 2587,12798,12812,12817,12826,12889, 2620, 2231, 2642, 2641,12770, 2554, 2624,12841, 2530, 2512, 2512,12851,12865, 0,12935, 2722, 2238, 2531, 2528,12494, 2436, 0, 0, 3707, 2433, 2509, 2496,12534, 3865, 2414, 2515, 2475, 2468, 2594, 2437, 2682, 2458, 2418, 2371, 2692, 2357, 2350, 2233, 2701, 2271, 2255, 2211, 2753, 2239, 2235, 2096, 2775, 2180, 2152, 2070, 2785, 2058, 2054, 2015, 2812, 2037, 1998, 1960, 2828, 1996, 1980, 1950, 2837, 1954, 1942, 1913, 2854, 1916, 1900,16394, 2855, 1896, 1880, 2870, 1820, 1815, 2913, 1798, 1797, 2925, 1766, 1757, 2987, 1727, 1721, 2988, 1714, 1701, 3004, 1700, 1688, 3017, 1686, 1666, 3026, 1653, 1644, 3033, 1535, 1472, 3042, 1450, 1434, 3105, 1413, 1395, 3111, 1373, 1349, 3120, 1313, 1285, 3158, 1250, 1196, 3167, 1008, 973, 3216, 951, 939, 3230, 879, 856, 3246, 774, 628, 3278, 627, 557, 519, 518, 326, 100,16394, 16394,12987, 3507,13000,13016,13028,13051,13070,13093,13112, 13125,13134,13146,13165,13184, 3667,13194,13198, 3707,13202, 13215,13219,13235,13254,13270,13293,13294,13317,13336,13359, 13363,13386,13386,13409,13422,13431,13440,13449,13462,13471, 13487,13496,13509,13532,13551,13552, 3760,13556,13569,13573, 13586,13602,13625,13641,13653,13671,13692,13715,13738,13757, 13780,13803,13826,13849,13862,13871,13880,13892,13911,13930, 13930,13943,13954,13977,13993,14013,14036,14055,14078,14101, 14105,14118,14127,14136,14148,14167,14186,14208, 3832,14217, 14233,14257,14281,14304,14327,14350,14373,14396,14415,14424, 14433,14445,14458,14477,14477,14481,14505,14529,14542,14551, 14560,14580,14604,14617,14637,14661,14674,14689,14713,14737, 14761,14785,14809,14833,14857,14881,14905,14929,14953,14977, 15001,15025,15049,15073,15097,15121,15145,15169,15193,15217, 15241,15265,15289,15313,15337,15361,15385,15409,15433,15457, 15481,15505,15529,15553,15577,15601,15625,15649,15673,15697, 15721,15745,15769,15793,15817,15841,15865,15889,15913,15937, 15961,15985,16009,16033,16057,16081,16105,16129,16153,16177, 16201,16225,16249,16273,16297,16321,16345,16369 } ; static yyconst flex_int16_t yy_def[1759] = { 0, 1571, 1, 1571, 3, 1571, 5, 1571, 7, 1, 9, 3, 11, 5, 13, 7, 15, 1572, 1572, 1571, 19, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1573, 1574, 1571, 1571, 1571, 1575, 1575, 1576, 1571, 1571, 1571, 1571, 1571, 1577, 1577, 43, 1578, 1578, 1578, 1578, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 1571, 1571, 1571, 1571, 1579, 1579, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 113, 1580, 1580, 1580, 1580, 113, 113, 113, 113, 113, 113, 1580, 1580, 1580, 1580, 113, 1580, 130, 1580, 113, 113, 113, 113, 113, 113, 113, 1580, 1580, 113, 113, 1581, 1581, 1582, 1582, 148, 148, 148, 148, 146, 1583, 1583, 155, 155, 155, 155, 155, 146, 161, 162, 162, 1571, 165, 165, 165, 165, 165, 165, 165, 161, 162, 162, 162, 1584, 1584, 178, 178, 178, 178, 178, 1571, 1585, 1585, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1586, 1587, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1588, 1571, 1589, 1590, 1591, 1571, 1571, 1592, 1571, 1571, 1571, 1593, 1593, 1593, 1594, 1595, 1596, 1571, 1571, 1571, 1597, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1598, 1598, 235, 1599, 1600, 1600, 1600, 1600, 1600, 1600, 1600, 1600, 1600, 1571, 1600, 1600, 1600, 1600, 1571, 1600, 1600, 1600, 1600, 1600, 1600, 1571, 1600, 1600, 1600, 1600, 1600, 1600, 1571, 1600, 1600, 1600, 1571, 1600, 1600, 1571, 1600, 1600, 1600, 1600, 1571, 1600, 1600, 1600, 1600, 1600, 1571, 1600, 1600, 1600, 1600, 1600, 1600, 1600, 1600, 1571, 1600, 1600, 295, 1571, 295, 295, 295, 295, 1571, 295, 295, 295, 295, 295, 295, 1571, 295, 295, 295, 1571, 295, 295, 295, 295, 295, 295, 1571, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 1571, 295, 295, 295, 295, 295, 295, 295, 295, 1571, 295, 295, 295, 295, 295, 295, 295, 295, 295, 1571, 295, 1571, 295, 295, 295, 295, 295, 295, 295, 295, 1601, 1571, 1571, 1571, 1602, 1603, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 439, 1604, 1604, 1604, 1604, 439, 439, 439, 1604, 1604, 1604, 439, 1604, 1604, 1604, 439, 1604, 1604, 439, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1605, 1606, 1607, 1608, 1606, 1605, 1609, 1609, 485, 485, 485, 485, 485, 1610, 483, 1605, 1611, 1611, 495, 495, 495, 495, 495, 495, 495, 1612, 1571, 483, 505, 505, 1606, 1571, 509, 509, 509, 509, 509, 509, 509, 509, 1613, 505, 505, 505, 1614, 1614, 523, 523, 523, 523, 523, 1615, 1615, 1571, 1571, 1571, 1571, 1571, 1616, 1571, 1617, 1618, 1619, 1571, 1571, 1620, 1621, 1622, 1571, 1571, 1623, 1624, 1625, 1626, 1571, 1627, 1628, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1623, 1629, 1630, 1631, 1631, 1631, 1631, 1571, 1571, 1631, 1631, 1631, 1571, 1571, 1631, 1631, 1631, 1631, 1631, 1631, 1571, 1571, 1631, 1571, 1631, 1631, 1631, 1571, 1571, 1631, 1571, 1631, 1631, 1631, 1631, 1571, 1571, 1571, 1631, 1631, 1631, 1571, 1571, 1631, 1571, 1631, 1631, 1571, 1571, 1631, 1571, 1631, 1631, 1571, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1571, 1571, 1631, 1631, 1571, 1571, 1631, 1631, 1631, 1631, 1571, 1571, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1571, 1571, 1631, 1571, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1571, 1571, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1571, 1571, 1631, 1571, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1632, 1571, 1571, 1633, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1635, 1636, 1635, 1637, 1637, 815, 815, 815, 815, 1638, 1638, 821, 821, 821, 821, 821, 813, 813, 813, 1635, 1635, 1635, 1635, 1635, 1635, 1639, 1639, 1571, 838, 838, 838, 838, 838, 838, 837, 837, 1640, 1640, 848, 848, 848, 848, 1641, 1642, 1643, 1644, 1571, 1645, 1646, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1644, 1647, 1648, 1571, 1648, 1648, 1648, 1648, 1571, 1571, 1571, 1648, 1648, 1571, 1648, 1571, 1571, 1648, 1648, 1648, 1571, 1649, 1571, 1571, 1648, 1648, 1648, 1648, 912, 912, 1649, 912, 912, 912, 1649, 912, 912, 1649, 912, 1571, 912, 912, 912, 912, 912, 912, 912, 912, 912, 912, 912, 912, 912, 912, 1571, 912, 1571, 1571, 1571, 1571, 912, 912, 912, 912, 912, 1571, 912, 912, 912, 912, 912, 1649, 1649, 912, 1649, 1649, 912, 1649, 912, 912, 1649, 912, 1571, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1651, 1650, 1650, 1650, 1650, 1650, 1650, 1651, 1650, 1650, 1650, 1651, 1650, 1650, 1651, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1651, 1651, 1650, 1651, 1651, 1650, 1651, 1650, 1650, 1651, 1650, 1652, 1653, 1571, 1653, 1034, 1034, 1654, 1655, 1655, 1039, 1039, 1039, 1656, 1656, 1044, 1044, 1044, 1044, 1044, 1044, 1657, 1571, 1052, 1052, 1052, 1052, 1657, 1658, 1658, 1059, 1059, 1571, 1659, 1660, 1661, 1662, 1663, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1664, 1571, 1665, 1571, 1665, 1665, 1571, 1571, 1571, 1571, 1571, 1665, 1571, 1666, 1571, 1571, 1665, 1665, 1665, 1665, 1665, 1665, 1665, 1665, 1571, 1666, 1666, 1665, 1114, 1114, 1571, 1571, 1571, 1571, 1571, 1665, 1665, 1665, 1665, 1665, 1665, 1665, 1571, 1571, 1571, 1571, 1571, 1571, 1665, 1571, 1571, 1571, 1571, 1571, 1665, 1114, 1666, 1114, 1114, 1114, 1114, 1667, 1667, 1667, 1667, 1668, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1668, 1668, 1667, 1668, 1668, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1668, 1668, 1668, 1668, 1668, 1668, 1669, 1571, 1670, 1671, 1672, 1672, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1571, 1196, 1674, 1675, 1676, 1571, 1677, 1678, 1678, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1665, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1114, 1114, 1114, 1665, 1114, 1114, 1114, 1665, 1114, 1571, 1571, 1666, 1666, 1665, 1666, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1665, 1665, 1665, 1665, 1571, 1571, 1571, 1571, 1571, 1571, 1665, 1571, 1571, 1665, 1667, 1668, 1668, 1668, 1667, 1668, 1668, 1668, 1667, 1668, 1668, 1668, 1667, 1668, 1667, 1667, 1667, 1667, 1667, 1667, 1571, 1571, 1669, 1679, 1680, 1681, 1672, 1190, 1190, 1673, 1673, 1196, 1674, 1675, 1676, 1571, 1682, 1683, 1683, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1114, 1114, 1571, 1666, 1666, 1666, 1666, 1571, 1571, 1571, 1571, 1665, 1665, 1571, 1571, 1571, 1571, 1571, 1665, 1571, 1571, 1668, 1668, 1668, 1668, 1668, 1668, 1667, 1667, 1667, 1679, 1684, 1681, 1190, 1571, 1685, 1686, 1686, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1666, 1666, 1114, 1666, 1571, 1571, 1571, 1571, 1571, 1665, 1571, 1571, 1668, 1668, 1668, 1668, 1667, 1687, 1681, 1688, 1571, 1689, 1690, 1690, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1666, 1114, 1666, 1571, 1571, 1668, 1668, 1668, 1687, 1688, 1571, 1691, 1692, 1692, 1571, 1571, 1571, 1571, 1114, 1114, 1571, 1668, 1668, 1687, 1430, 1571, 1693, 1694, 1694, 1571, 1571, 1430, 1430, 1571, 1695, 1696, 1696, 1571, 1571, 1571, 1697, 1698, 1698, 1571, 1571, 1699, 1700, 1700, 1571, 1701, 1702, 1702, 1571, 1703, 1704, 1704, 1571, 1705, 1706, 1706, 1571, 1707, 1708, 1708, 1571, 1709, 1710, 1710, 1571, 1711, 1712, 1712, 1571, 1713, 1714, 1714, 1571, 1715, 1716, 1716, 1571, 1717, 1718, 1718, 1571, 1719, 1720, 1720, 1721, 1722, 1722, 1723, 1724, 1724, 1725, 1726, 1726, 1727, 1728, 1728, 1729, 1730, 1730, 1731, 1732, 1732, 1733, 1734, 1734, 1735, 1736, 1736, 1737, 1738, 1738, 1739, 1740, 1740, 1741, 1742, 1742, 1743, 1744, 1744, 1745, 1746, 1746, 1747, 1748, 1748, 1749, 1750, 1750, 1751, 1752, 1752, 1753, 1754, 1754, 1755, 1756, 1756, 1571, 1757, 1757, 1758, 1758, 1571, 1571, 1571, 0, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571 } ; static yyconst flex_int16_t yy_nxt[16503] = { 0, 22, 23, 24, 25, 25, 26, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 28, 28, 28, 28, 28, 27, 27, 27, 27, 27, 29, 29, 29, 29, 29, 27, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 27, 30, 27, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 31, 500, 494, 1570, 32, 22, 23, 24, 25, 25, 26, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 33, 33, 33, 33, 33, 27, 27, 27, 27, 27, 34, 34, 34, 34, 34, 27, 35, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 27, 36, 27, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 31, 507, 507, 507, 32, 22, 23, 24, 25, 25, 26, 37, 27, 27, 27, 27, 27, 27, 27, 37, 27, 38, 39, 39, 40, 41, 27, 27, 27, 27, 27, 42, 42, 42, 42, 42, 27, 43, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 27, 45, 27, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 45, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 76, 88, 89, 90, 76, 76, 76, 76, 91, 76, 76, 31, 817, 484, 1570, 32, 22, 23, 24, 25, 25, 26, 37, 27, 27, 27, 27, 27, 27, 27, 37, 27, 92, 93, 93, 94, 95, 27, 27, 27, 27, 27, 96, 96, 96, 96, 96, 27, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 27, 98, 27, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 98, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 129, 141, 142, 143, 129, 129, 129, 129, 144, 129, 129, 31, 494, 31, 31, 32, 145, 32, 32, 146, 146, 146, 146, 146, 31, 499, 850, 522, 32, 147, 147, 147, 147, 147, 145, 147, 147, 147, 147, 147, 148, 149, 147, 147, 150, 151, 147, 147, 147, 147, 147, 152, 147, 147, 145, 1056, 484, 153, 153, 153, 153, 153, 31, 487, 577, 509, 32, 154, 154, 154, 154, 154, 145, 155, 154, 154, 154, 154, 156, 157, 154, 154, 158, 159, 154, 154, 154, 154, 154, 160, 154, 154, 145, 1569, 1569, 161, 162, 162, 163, 164, 196, 196, 196, 196, 196, 165, 165, 165, 165, 165, 145, 166, 167, 167, 167, 167, 168, 169, 167, 167, 170, 171, 167, 167, 167, 167, 167, 172, 167, 167, 145, 884, 1567, 173, 174, 174, 175, 176, 199, 203, 203, 203, 199, 177, 177, 177, 177, 177, 145, 178, 178, 178, 178, 178, 179, 180, 178, 178, 181, 182, 178, 178, 178, 178, 178, 183, 178, 178, 185, 186, 185, 185, 185, 187, 188, 863, 188, 494, 188, 494, 501, 187, 185, 186, 185, 185, 185, 187, 188, 866, 188, 188, 188, 479, 502, 187, 196, 197, 198, 198, 198, 199, 1567, 1565, 480, 188, 189, 190, 191, 192, 192, 190, 189, 189, 189, 189, 189, 189, 189, 189, 189, 189, 193, 193, 193, 193, 193, 189, 189, 189, 189, 189, 194, 194, 194, 194, 194, 189, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 189, 195, 189, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 196, 200, 201, 201, 201, 202, 196, 200, 201, 201, 201, 202, 204, 205, 204, 479, 206, 206, 206, 206, 206, 196, 210, 198, 198, 198, 211, 211, 203, 203, 203, 211, 204, 212, 204, 1565, 213, 213, 213, 213, 213, 214, 214, 214, 648, 215, 215, 219, 484, 517, 224, 224, 224, 224, 224, 484, 648, 490, 214, 217, 217, 215, 215, 233, 479, 479, 218, 221, 221, 221, 221, 221, 222, 223, 488, 223, 235, 223, 479, 523, 222, 484, 515, 215, 215, 215, 524, 516, 484, 242, 223, 224, 224, 224, 224, 224, 238, 511, 1037, 238, 215, 238, 204, 225, 226, 246, 227, 227, 227, 227, 227, 228, 228, 228, 228, 228, 238, 1562, 247, 238, 494, 238, 204, 225, 226, 479, 229, 229, 229, 229, 229, 228, 228, 228, 228, 228, 238, 484, 242, 238, 1562, 242, 204, 225, 226, 818, 229, 229, 232, 232, 232, 228, 228, 228, 228, 228, 238, 514, 1571, 251, 479, 238, 204, 225, 226, 863, 232, 232, 232, 232, 232, 480, 224, 224, 224, 224, 224, 245, 242, 867, 214, 1035, 484, 238, 215, 1571, 238, 248, 238, 250, 230, 238, 238, 249, 238, 238, 238, 238, 235, 484, 1559, 231, 252, 815, 236, 224, 224, 224, 224, 224, 230, 238, 1559, 214, 238, 484, 238, 237, 233, 271, 259, 231, 215, 819, 224, 224, 224, 224, 224, 266, 230, 215, 214, 863, 1556, 238, 237, 233, 238, 489, 238, 231, 484, 863, 224, 224, 224, 224, 224, 484, 215, 277, 214, 1037, 270, 215, 237, 233, 869, 224, 224, 224, 224, 224, 253, 273, 254, 214, 870, 1556, 215, 237, 233, 214, 215, 238, 238, 215, 238, 238, 238, 238, 242, 255, 484, 215, 256, 260, 293, 509, 816, 217, 238, 238, 215, 257, 261, 258, 238, 263, 272, 262, 238, 238, 278, 238, 238, 238, 238, 215, 242, 242, 239, 267, 238, 215, 1571, 238, 268, 238, 238, 264, 284, 265, 242, 242, 269, 238, 297, 1318, 238, 522, 238, 240, 522, 292, 241, 242, 238, 851, 849, 238, 274, 238, 238, 242, 290, 238, 243, 238, 244, 238, 275, 276, 238, 294, 238, 238, 242, 295, 291, 238, 242, 302, 238, 522, 238, 1053, 279, 848, 238, 280, 296, 238, 281, 238, 522, 238, 309, 479, 282, 509, 238, 283, 852, 313, 242, 242, 285, 238, 480, 1571, 238, 1055, 238, 286, 1375, 298, 287, 509, 288, 238, 320, 289, 238, 327, 299, 300, 301, 323, 1036, 317, 324, 353, 328, 484, 329, 547, 548, 238, 548, 547, 238, 325, 238, 303, 326, 242, 242, 334, 304, 317, 507, 507, 507, 507, 507, 242, 305, 306, 310, 238, 355, 307, 308, 311, 343, 1087, 312, 856, 1087, 238, 314, 856, 238, 315, 238, 1553, 316, 317, 317, 318, 479, 238, 321, 330, 319, 363, 317, 322, 331, 238, 317, 238, 1571, 238, 238, 1571, 238, 332, 238, 238, 494, 317, 333, 871, 238, 512, 317, 238, 1041, 354, 317, 317, 513, 494, 335, 1571, 872, 336, 317, 497, 317, 337, 238, 338, 339, 340, 498, 341, 342, 1553, 356, 344, 238, 238, 494, 238, 238, 238, 238, 1032, 345, 863, 346, 1039, 317, 348, 317, 349, 350, 238, 351, 238, 352, 347, 357, 1071, 238, 494, 242, 360, 238, 1042, 361, 238, 1550, 238, 238, 358, 238, 238, 214, 362, 856, 238, 219, 317, 856, 359, 224, 224, 224, 224, 224, 532, 533, 533, 533, 532, 215, 204, 364, 226, 1550, 365, 365, 365, 365, 365, 228, 228, 228, 228, 228, 534, 535, 535, 535, 534, 1571, 204, 364, 226, 215, 366, 366, 366, 366, 366, 228, 228, 228, 228, 228, 534, 535, 535, 535, 534, 1547, 204, 364, 226, 1058, 366, 366, 367, 367, 367, 228, 228, 228, 228, 228, 196, 196, 196, 196, 196, 1033, 204, 364, 226, 1547, 367, 367, 367, 367, 367, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 863, 547, 548, 233, 548, 547, 1544, 509, 1571, 230, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 231, 1053, 369, 233, 1544, 865, 509, 369, 233, 230, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 231, 1571, 369, 233, 1079, 1541, 1079, 369, 233, 230, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 231, 1541, 369, 233, 1060, 522, 871, 369, 233, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 872, 881, 369, 233, 1538, 1033, 1067, 369, 247, 224, 224, 224, 224, 224, 1067, 224, 224, 224, 224, 224, 494, 369, 233, 1037, 371, 1571, 1033, 369, 233, 1040, 1571, 204, 481, 482, 863, 483, 483, 483, 483, 483, 372, 863, 374, 373, 480, 375, 214, 376, 1072, 863, 215, 377, 374, 509, 484, 374, 224, 224, 224, 224, 224, 863, 1067, 1073, 217, 378, 1074, 1538, 369, 233, 1067, 549, 224, 224, 224, 224, 224, 379, 224, 224, 224, 224, 224, 380, 369, 252, 1075, 629, 215, 238, 369, 233, 224, 224, 224, 224, 224, 374, 381, 238, 374, 1197, 238, 509, 369, 233, 224, 224, 224, 224, 224, 370, 224, 224, 224, 224, 224, 1367, 369, 259, 863, 1043, 370, 370, 369, 233, 224, 224, 224, 224, 224, 395, 480, 370, 1210, 370, 396, 370, 369, 266, 829, 829, 829, 829, 397, 382, 1049, 383, 224, 224, 224, 224, 224, 1571, 384, 199, 203, 203, 203, 199, 369, 270, 224, 224, 224, 224, 224, 700, 374, 238, 1154, 385, 386, 1043, 369, 233, 1535, 392, 1185, 238, 1164, 387, 238, 388, 480, 1535, 389, 1046, 374, 374, 1571, 278, 1571, 547, 548, 390, 548, 547, 1532, 393, 391, 394, 374, 374, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 370, 1188, 369, 233, 1532, 284, 1529, 369, 273, 370, 491, 370, 400, 492, 492, 492, 492, 492, 1529, 1526, 370, 370, 401, 402, 370, 370, 370, 1571, 374, 370, 1037, 370, 1526, 370, 370, 370, 1080, 1571, 370, 1523, 370, 404, 398, 1081, 405, 1523, 403, 406, 414, 370, 370, 370, 1198, 407, 370, 370, 408, 370, 1080, 238, 370, 522, 415, 370, 863, 638, 1043, 302, 370, 238, 374, 409, 238, 399, 811, 1520, 370, 480, 410, 370, 1047, 411, 370, 412, 1520, 1045, 413, 370, 416, 868, 374, 224, 224, 224, 224, 224, 1571, 865, 370, 865, 370, 370, 370, 369, 293, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1517, 1517, 369, 233, 370, 1571, 1145, 369, 297, 224, 224, 224, 224, 224, 424, 370, 582, 374, 1514, 425, 1571, 369, 1571, 1514, 863, 374, 374, 426, 427, 370, 370, 313, 428, 429, 224, 224, 224, 224, 224, 811, 224, 224, 224, 224, 224, 238, 369, 309, 370, 1211, 1194, 1145, 369, 320, 242, 238, 417, 811, 238, 441, 370, 582, 442, 547, 548, 418, 548, 547, 1195, 317, 370, 214, 370, 443, 370, 215, 444, 420, 419, 238, 1145, 436, 238, 1511, 238, 334, 421, 422, 423, 217, 582, 1043, 631, 370, 238, 370, 370, 233, 433, 1511, 242, 434, 480, 1508, 435, 436, 436, 437, 343, 430, 370, 370, 438, 215, 431, 439, 1048, 432, 370, 1508, 440, 370, 370, 436, 1045, 445, 1045, 1303, 448, 370, 370, 436, 370, 449, 446, 370, 447, 370, 480, 1505, 370, 238, 450, 370, 370, 1504, 436, 451, 436, 436, 353, 238, 452, 658, 238, 453, 659, 1504, 436, 454, 370, 455, 456, 457, 1386, 458, 459, 1571, 1571, 370, 1309, 370, 370, 1571, 1571, 460, 1571, 1571, 1501, 1067, 370, 370, 370, 1500, 461, 370, 462, 1067, 436, 464, 436, 465, 466, 370, 467, 370, 468, 463, 1571, 1500, 1497, 1496, 370, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 370, 370, 369, 355, 1061, 823, 370, 369, 233, 522, 1571, 370, 436, 370, 370, 469, 1145, 370, 474, 238, 639, 475, 679, 1145, 436, 370, 582, 1496, 370, 640, 476, 370, 370, 582, 436, 518, 370, 370, 519, 519, 519, 519, 519, 1493, 1492, 477, 436, 370, 1492, 370, 370, 370, 478, 479, 1571, 478, 478, 478, 478, 478, 1043, 1043, 518, 1043, 480, 520, 520, 520, 520, 520, 478, 480, 480, 470, 480, 471, 1377, 478, 479, 1377, 478, 478, 478, 478, 478, 1050, 238, 518, 472, 480, 520, 520, 521, 521, 521, 478, 238, 214, 473, 238, 1043, 493, 479, 485, 478, 478, 478, 478, 478, 1067, 486, 480, 1033, 480, 1307, 495, 214, 1067, 238, 478, 493, 479, 1067, 478, 478, 478, 478, 478, 636, 1067, 1067, 238, 480, 637, 495, 1489, 1054, 1067, 478, 215, 496, 509, 1488, 1043, 224, 224, 224, 224, 224, 228, 228, 228, 228, 228, 480, 233, 503, 504, 215, 505, 505, 505, 505, 505, 506, 506, 506, 506, 506, 518, 1488, 1485, 521, 521, 521, 521, 521, 224, 224, 224, 224, 224, 196, 197, 198, 198, 198, 199, 1379, 478, 508, 1379, 478, 478, 478, 478, 478, 862, 862, 862, 862, 480, 224, 224, 224, 224, 224, 478, 196, 200, 201, 201, 201, 202, 478, 479, 1067, 478, 478, 478, 478, 478, 1396, 1067, 1067, 1484, 480, 1033, 230, 1484, 536, 1067, 478, 537, 537, 537, 537, 537, 1481, 231, 224, 224, 224, 224, 224, 1480, 579, 580, 214, 580, 579, 1053, 493, 508, 509, 478, 478, 478, 478, 478, 1415, 1480, 1477, 1415, 480, 509, 510, 509, 509, 509, 478, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 215, 529, 529, 529, 529, 529, 688, 530, 238, 530, 530, 529, 529, 529, 529, 529, 863, 530, 238, 530, 530, 238, 317, 530, 196, 200, 200, 200, 200, 202, 864, 865, 865, 530, 196, 200, 201, 201, 201, 202, 202, 202, 202, 202, 202, 202, 541, 541, 541, 202, 1476, 530, 542, 542, 542, 542, 542, 1476, 204, 205, 204, 530, 206, 206, 206, 206, 206, 196, 210, 198, 198, 198, 211, 211, 203, 203, 203, 211, 204, 212, 204, 1043, 213, 213, 213, 213, 213, 221, 221, 221, 221, 221, 480, 551, 1473, 551, 551, 221, 221, 221, 221, 221, 222, 223, 1464, 223, 1308, 223, 1464, 551, 222, 221, 221, 221, 221, 221, 1043, 223, 1472, 223, 223, 223, 224, 224, 224, 224, 224, 480, 1067, 224, 224, 553, 224, 224, 223, 1465, 1067, 551, 555, 555, 555, 555, 555, 587, 587, 587, 587, 587, 592, 592, 592, 592, 592, 556, 557, 558, 558, 558, 1472, 1469, 547, 548, 581, 548, 547, 559, 560, 561, 1468, 228, 228, 228, 228, 228, 1416, 1468, 562, 1416, 553, 630, 630, 630, 630, 630, 563, 238, 564, 1418, 687, 1438, 1418, 565, 1438, 238, 566, 238, 1463, 567, 238, 588, 568, 569, 570, 238, 650, 571, 238, 651, 572, 1463, 1067, 648, 573, 574, 238, 593, 238, 566, 1067, 238, 238, 567, 694, 238, 242, 568, 569, 570, 1457, 238, 571, 1457, 238, 572, 228, 228, 228, 228, 228, 603, 603, 603, 603, 603, 573, 204, 225, 226, 230, 575, 575, 575, 575, 575, 228, 228, 228, 228, 228, 231, 610, 610, 610, 610, 610, 204, 225, 226, 593, 576, 576, 576, 576, 576, 228, 228, 228, 228, 228, 607, 607, 607, 607, 607, 1464, 204, 225, 204, 1464, 576, 576, 576, 576, 576, 1451, 224, 224, 224, 224, 224, 582, 1571, 1571, 214, 1571, 1571, 1043, 215, 579, 580, 224, 580, 579, 230, 593, 1465, 214, 480, 582, 593, 215, 235, 547, 548, 231, 548, 547, 1450, 224, 224, 224, 224, 224, 230, 235, 479, 214, 1437, 608, 824, 237, 1449, 1449, 1446, 231, 215, 480, 224, 224, 224, 224, 224, 1441, 230, 215, 214, 214, 648, 215, 237, 215, 582, 593, 593, 231, 1571, 1434, 224, 224, 224, 224, 224, 214, 215, 215, 214, 215, 1067, 215, 237, 224, 224, 224, 224, 224, 1067, 1434, 1067, 214, 1431, 217, 1425, 237, 215, 1043, 1067, 1067, 215, 215, 224, 224, 224, 224, 224, 1067, 480, 215, 214, 1044, 1045, 1045, 237, 233, 858, 215, 1571, 648, 215, 648, 224, 224, 224, 224, 224, 1454, 215, 583, 214, 1424, 238, 215, 237, 224, 224, 224, 224, 224, 648, 1454, 238, 214, 641, 238, 648, 237, 215, 582, 1420, 1067, 215, 593, 224, 224, 224, 224, 224, 1067, 584, 215, 214, 593, 1419, 1454, 237, 224, 224, 224, 224, 224, 215, 1067, 593, 214, 585, 1417, 1318, 237, 215, 1067, 238, 1067, 642, 215, 224, 224, 224, 224, 224, 1067, 238, 215, 214, 238, 1413, 1412, 237, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1571, 1067, 237, 215, 1412, 242, 586, 1571, 215, 1067, 224, 224, 224, 224, 224, 214, 215, 1067, 214, 219, 1409, 1571, 237, 1406, 648, 1067, 1067, 215, 600, 600, 600, 600, 600, 215, 1067, 242, 215, 648, 242, 822, 215, 648, 1397, 1067, 1067, 242, 224, 224, 224, 224, 224, 1067, 1067, 589, 214, 1395, 242, 215, 237, 1067, 215, 224, 224, 224, 224, 224, 1394, 1067, 648, 214, 1393, 238, 215, 237, 224, 224, 224, 224, 224, 590, 317, 238, 214, 632, 238, 238, 237, 215, 648, 224, 224, 224, 224, 224, 1571, 238, 215, 214, 238, 593, 215, 237, 1067, 242, 224, 224, 224, 224, 224, 1388, 1067, 215, 214, 582, 1067, 215, 237, 224, 224, 224, 224, 224, 1067, 1571, 215, 214, 582, 1387, 593, 237, 215, 593, 242, 224, 224, 224, 224, 224, 591, 215, 1385, 214, 1384, 215, 1043, 237, 829, 829, 829, 224, 224, 224, 224, 224, 215, 594, 1382, 214, 238, 215, 242, 237, 224, 224, 224, 224, 224, 215, 238, 595, 214, 238, 1381, 652, 237, 215, 1067, 1067, 224, 224, 224, 224, 224, 215, 1067, 1067, 214, 238, 215, 1380, 237, 1378, 1571, 1067, 1376, 242, 317, 238, 317, 215, 238, 1067, 242, 596, 215, 1374, 1067, 1571, 551, 597, 551, 551, 215, 598, 1067, 1067, 599, 224, 224, 224, 224, 224, 1067, 1067, 551, 214, 1373, 1373, 215, 237, 1067, 1067, 224, 224, 224, 224, 224, 1370, 1200, 1067, 214, 242, 648, 215, 237, 601, 242, 224, 224, 224, 224, 224, 551, 1355, 1353, 214, 238, 1352, 215, 237, 224, 224, 224, 224, 224, 317, 238, 215, 214, 238, 242, 238, 237, 215, 1571, 224, 224, 224, 224, 224, 1351, 238, 215, 214, 238, 663, 215, 237, 233, 1350, 1349, 1346, 317, 242, 1067, 1571, 1571, 215, 1571, 1571, 1067, 215, 1067, 224, 224, 224, 224, 224, 1067, 1067, 215, 214, 1345, 1344, 648, 237, 233, 1067, 224, 224, 224, 224, 224, 602, 242, 215, 214, 1343, 820, 215, 237, 224, 224, 224, 224, 224, 1338, 582, 238, 214, 582, 582, 582, 237, 215, 242, 1571, 1067, 646, 605, 604, 238, 582, 215, 317, 1067, 1067, 215, 224, 224, 224, 224, 224, 582, 1067, 582, 214, 1335, 215, 1332, 237, 615, 615, 615, 615, 615, 633, 633, 633, 633, 633, 215, 1331, 606, 215, 1330, 224, 224, 224, 224, 224, 1329, 1571, 1571, 214, 1571, 1571, 609, 237, 224, 224, 224, 224, 224, 1328, 1067, 1231, 214, 215, 1327, 238, 237, 215, 1067, 224, 224, 224, 224, 224, 1067, 238, 660, 214, 238, 242, 215, 237, 1067, 1325, 224, 224, 224, 224, 224, 1324, 1067, 215, 214, 1322, 825, 215, 237, 617, 1067, 224, 224, 224, 224, 224, 215, 1321, 242, 214, 1320, 863, 215, 237, 863, 863, 616, 862, 862, 862, 238, 215, 238, 611, 1067, 593, 238, 215, 1319, 238, 1318, 612, 1067, 1316, 613, 1113, 215, 1316, 224, 224, 224, 224, 224, 1571, 1313, 1301, 214, 1112, 614, 242, 237, 215, 648, 224, 224, 224, 224, 224, 1276, 1571, 1571, 214, 1571, 1571, 215, 237, 224, 224, 224, 224, 224, 648, 1275, 1269, 214, 618, 1571, 1268, 237, 215, 621, 621, 621, 621, 621, 648, 214, 242, 215, 1258, 215, 1257, 215, 224, 224, 224, 224, 224, 821, 582, 238, 214, 238, 215, 217, 237, 238, 238, 1256, 238, 224, 224, 224, 224, 224, 593, 215, 238, 214, 215, 238, 1236, 237, 624, 661, 1065, 242, 1235, 215, 224, 224, 224, 224, 224, 863, 619, 215, 214, 863, 863, 238, 237, 674, 215, 224, 224, 224, 224, 224, 1204, 238, 1200, 214, 238, 1058, 215, 237, 233, 593, 620, 215, 1193, 1192, 224, 224, 224, 224, 224, 622, 811, 215, 214, 1039, 623, 1032, 237, 1184, 1178, 1178, 215, 224, 224, 224, 224, 224, 1178, 792, 370, 214, 215, 1178, 1178, 237, 370, 215, 1178, 224, 224, 224, 224, 224, 370, 1154, 370, 214, 370, 215, 1154, 237, 370, 1154, 1135, 1571, 215, 1571, 224, 224, 224, 224, 224, 1134, 242, 215, 214, 625, 1571, 1571, 237, 1571, 1571, 215, 627, 627, 627, 627, 627, 238, 1103, 238, 242, 1096, 215, 238, 628, 1571, 238, 215, 1125, 224, 224, 224, 224, 224, 1095, 547, 548, 214, 548, 547, 577, 237, 1571, 1088, 207, 207, 215, 207, 224, 224, 224, 224, 224, 826, 242, 215, 214, 238, 1086, 238, 237, 233, 1085, 626, 317, 634, 1084, 238, 635, 238, 238, 1083, 238, 1082, 215, 242, 1078, 1077, 1076, 215, 643, 643, 643, 643, 643, 1571, 863, 242, 863, 238, 647, 647, 647, 647, 647, 539, 1043, 1571, 215, 238, 1031, 648, 238, 1571, 645, 317, 238, 648, 317, 653, 653, 653, 653, 653, 1571, 242, 238, 242, 648, 238, 1571, 649, 233, 1102, 648, 242, 317, 238, 593, 1571, 905, 669, 317, 238, 900, 242, 670, 238, 242, 671, 655, 317, 656, 238, 657, 672, 238, 1571, 317, 238, 898, 317, 662, 676, 676, 676, 676, 676, 233, 238, 644, 238, 238, 1571, 1571, 677, 648, 238, 317, 664, 665, 238, 678, 888, 238, 883, 666, 238, 238, 1571, 238, 667, 668, 673, 238, 317, 317, 880, 238, 879, 1571, 238, 317, 238, 238, 878, 877, 238, 1571, 1571, 876, 654, 875, 238, 538, 538, 238, 538, 675, 874, 1571, 317, 873, 648, 855, 1571, 208, 1571, 539, 317, 648, 317, 1571, 844, 238, 680, 681, 682, 238, 1459, 1460, 648, 1460, 1459, 843, 683, 842, 238, 238, 684, 238, 238, 841, 238, 207, 207, 686, 207, 317, 1571, 1571, 317, 840, 238, 317, 685, 238, 689, 689, 689, 689, 689, 238, 238, 238, 839, 1571, 238, 838, 690, 578, 691, 238, 238, 238, 238, 238, 693, 692, 238, 695, 238, 577, 546, 238, 1571, 238, 238, 208, 238, 1571, 238, 238, 696, 238, 539, 238, 538, 538, 238, 538, 1571, 697, 698, 698, 698, 698, 698, 701, 701, 701, 701, 701, 238, 238, 1571, 528, 709, 224, 224, 224, 224, 224, 238, 238, 527, 238, 238, 526, 317, 238, 242, 238, 1571, 238, 525, 648, 648, 238, 479, 238, 238, 648, 238, 234, 648, 711, 648, 208, 238, 702, 238, 1126, 238, 238, 648, 703, 238, 317, 704, 238, 1571, 238, 1571, 238, 238, 705, 238, 706, 1063, 1063, 707, 1063, 547, 548, 238, 548, 547, 238, 238, 813, 813, 813, 813, 813, 1571, 1571, 1459, 1460, 238, 1460, 1459, 238, 708, 710, 699, 648, 238, 317, 238, 1571, 238, 317, 370, 1571, 238, 1571, 238, 238, 370, 238, 228, 228, 228, 228, 228, 765, 370, 370, 766, 1571, 370, 204, 364, 226, 370, 713, 713, 713, 713, 713, 228, 228, 228, 228, 228, 837, 837, 837, 837, 837, 1571, 204, 364, 226, 1571, 714, 714, 714, 714, 714, 228, 228, 228, 228, 228, 532, 533, 533, 533, 532, 1102, 204, 364, 204, 1571, 714, 714, 714, 714, 714, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 1571, 230, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 231, 1571, 369, 1571, 1571, 1571, 1571, 369, 1571, 230, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 231, 1571, 369, 233, 1571, 1571, 1571, 369, 1571, 230, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 231, 1571, 369, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 716, 224, 224, 224, 224, 224, 369, 224, 224, 224, 224, 224, 482, 369, 837, 837, 837, 837, 837, 369, 224, 224, 224, 224, 224, 1571, 717, 534, 535, 535, 535, 534, 369, 1571, 718, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 547, 548, 369, 548, 547, 1571, 1571, 369, 374, 1571, 1571, 719, 224, 224, 224, 224, 224, 1571, 1571, 224, 224, 224, 224, 224, 369, 1571, 374, 1571, 1571, 374, 1571, 369, 720, 1571, 1571, 374, 374, 224, 224, 224, 224, 224, 1571, 1571, 224, 224, 224, 224, 224, 369, 1571, 721, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 374, 369, 1571, 1571, 1571, 1571, 369, 1571, 374, 534, 534, 534, 534, 534, 722, 224, 224, 224, 224, 224, 1102, 723, 224, 224, 224, 224, 224, 369, 1571, 1571, 374, 724, 1571, 1571, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 547, 548, 369, 548, 547, 1571, 1571, 369, 601, 224, 224, 224, 224, 224, 1571, 374, 1571, 725, 1571, 1571, 1571, 369, 374, 726, 727, 1571, 1571, 728, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 233, 1571, 1571, 1571, 369, 374, 1571, 1571, 374, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 233, 1571, 1571, 374, 369, 1571, 374, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 729, 374, 369, 1145, 224, 224, 224, 224, 224, 1571, 1571, 224, 224, 224, 224, 224, 369, 1571, 730, 1571, 1571, 1571, 374, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 731, 238, 1571, 238, 369, 617, 1571, 238, 732, 317, 238, 1571, 733, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 374, 1571, 369, 1571, 1571, 374, 734, 369, 735, 1571, 1571, 736, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 737, 369, 1571, 374, 1571, 1571, 369, 624, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 738, 1571, 1571, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 233, 374, 1571, 1571, 369, 1571, 1571, 1571, 374, 224, 224, 224, 224, 224, 1571, 739, 224, 224, 224, 224, 224, 369, 224, 224, 224, 224, 224, 1571, 369, 1571, 1571, 740, 1571, 1571, 369, 741, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1114, 1571, 369, 233, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 374, 742, 374, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 374, 1571, 1571, 369, 1571, 374, 743, 224, 224, 224, 224, 224, 1571, 1571, 1571, 238, 374, 238, 1571, 369, 374, 238, 374, 1571, 238, 1571, 374, 1571, 1571, 374, 744, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 374, 369, 233, 224, 224, 224, 224, 224, 238, 1571, 238, 1571, 374, 1571, 238, 369, 1571, 238, 1571, 746, 1571, 317, 547, 548, 745, 548, 547, 1571, 1571, 374, 1571, 1571, 374, 1571, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 747, 369, 1571, 748, 1571, 1571, 369, 1571, 1571, 1571, 374, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 749, 751, 369, 1571, 1571, 750, 1571, 1571, 1571, 1571, 752, 224, 224, 224, 224, 224, 1571, 547, 548, 753, 548, 547, 374, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1102, 1571, 369, 224, 224, 224, 224, 224, 755, 1571, 1115, 1571, 1571, 754, 1571, 369, 233, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 436, 369, 233, 1571, 1571, 1571, 369, 1571, 1571, 1571, 756, 436, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 238, 1571, 238, 369, 233, 757, 238, 1124, 1571, 238, 436, 436, 1145, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 436, 758, 436, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 370, 759, 369, 1571, 760, 1571, 370, 369, 224, 224, 224, 224, 224, 1571, 370, 770, 370, 1571, 370, 1571, 369, 1571, 1571, 1571, 761, 1571, 224, 224, 224, 224, 224, 436, 436, 238, 1571, 238, 1571, 436, 369, 238, 1571, 317, 238, 776, 370, 762, 436, 763, 777, 764, 370, 778, 1571, 436, 1571, 1571, 1571, 779, 370, 370, 370, 1571, 370, 436, 1571, 1571, 370, 224, 224, 224, 224, 224, 1571, 224, 224, 224, 224, 224, 767, 369, 370, 1571, 436, 771, 772, 369, 370, 436, 769, 768, 773, 370, 1571, 1571, 370, 774, 775, 1571, 370, 370, 370, 782, 370, 370, 1571, 1571, 1571, 370, 780, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 1571, 784, 785, 786, 1571, 1571, 369, 679, 370, 1571, 1571, 787, 436, 436, 1571, 788, 370, 370, 370, 781, 370, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 789, 1571, 369, 1571, 1571, 1571, 1571, 369, 233, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 436, 1571, 1571, 1571, 369, 233, 1571, 1571, 436, 1571, 436, 224, 224, 224, 224, 224, 783, 224, 224, 224, 224, 224, 1571, 369, 224, 224, 224, 224, 224, 369, 224, 224, 224, 224, 224, 1571, 369, 224, 224, 224, 224, 224, 369, 224, 224, 224, 224, 224, 790, 369, 233, 1571, 1571, 791, 1571, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 238, 214, 1116, 369, 1571, 215, 238, 1571, 436, 238, 224, 224, 224, 224, 224, 1571, 1571, 436, 436, 217, 1571, 1571, 369, 233, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 793, 1571, 795, 369, 224, 224, 224, 224, 224, 1571, 215, 1571, 1571, 794, 796, 1571, 369, 224, 224, 224, 224, 224, 1571, 797, 224, 224, 224, 224, 224, 369, 1571, 224, 224, 224, 224, 224, 369, 224, 224, 224, 224, 224, 798, 369, 224, 224, 224, 224, 224, 369, 1571, 799, 800, 1571, 1571, 1201, 369, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 204, 481, 482, 369, 483, 483, 483, 483, 483, 1571, 1571, 1571, 1571, 480, 1571, 1571, 801, 238, 436, 238, 1571, 1571, 802, 238, 436, 803, 238, 1571, 1127, 1571, 478, 479, 1571, 478, 478, 478, 478, 478, 805, 1571, 804, 806, 480, 1571, 1571, 808, 1571, 1571, 478, 478, 479, 1571, 478, 478, 478, 478, 478, 1571, 1571, 1571, 238, 480, 238, 807, 810, 1571, 238, 478, 1571, 1128, 809, 1571, 1571, 436, 478, 479, 814, 478, 478, 478, 478, 478, 1571, 1571, 1571, 1571, 480, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 479, 1571, 478, 478, 478, 478, 478, 1571, 1571, 1571, 1571, 480, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 491, 1571, 1571, 492, 492, 492, 492, 492, 214, 1571, 1571, 1571, 493, 479, 1571, 478, 478, 478, 478, 478, 1571, 1571, 1571, 1571, 480, 1571, 495, 1571, 547, 548, 478, 548, 547, 238, 1571, 238, 214, 1571, 1571, 238, 493, 479, 238, 478, 478, 478, 478, 478, 317, 1571, 215, 1571, 480, 1571, 495, 1571, 518, 1571, 478, 845, 845, 845, 845, 845, 518, 1571, 1571, 846, 846, 846, 846, 846, 534, 535, 535, 535, 534, 1571, 215, 478, 479, 1571, 478, 478, 478, 478, 478, 1571, 1571, 1571, 1571, 480, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 555, 555, 555, 555, 555, 202, 541, 541, 541, 202, 1117, 1571, 811, 1571, 1571, 827, 828, 829, 829, 829, 542, 542, 542, 542, 542, 811, 811, 830, 831, 832, 811, 811, 811, 811, 811, 811, 811, 811, 833, 811, 811, 811, 811, 811, 811, 811, 834, 811, 835, 811, 1571, 1571, 238, 565, 238, 1571, 566, 1130, 238, 567, 1571, 238, 568, 569, 570, 1571, 1571, 571, 1571, 1571, 572, 238, 1571, 238, 573, 574, 238, 238, 238, 566, 238, 317, 238, 567, 238, 238, 238, 568, 569, 570, 238, 317, 571, 238, 1571, 572, 228, 228, 228, 228, 228, 542, 558, 558, 558, 558, 573, 1571, 503, 504, 1571, 836, 836, 836, 836, 836, 518, 482, 1571, 846, 846, 846, 846, 846, 224, 224, 224, 224, 224, 863, 1571, 558, 558, 558, 542, 542, 478, 479, 1571, 478, 478, 478, 478, 478, 1571, 1571, 536, 1571, 480, 537, 537, 537, 537, 537, 478, 224, 224, 224, 224, 224, 863, 1571, 542, 542, 542, 542, 542, 478, 479, 1571, 478, 478, 478, 478, 478, 230, 1571, 1571, 1571, 480, 592, 592, 592, 592, 592, 478, 231, 224, 224, 224, 224, 224, 1571, 1571, 847, 214, 1571, 1571, 1571, 493, 479, 1571, 478, 478, 478, 478, 478, 1571, 1571, 1571, 1571, 480, 509, 510, 509, 509, 509, 478, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 215, 478, 479, 1571, 478, 478, 478, 478, 478, 1571, 593, 1571, 1571, 480, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 529, 529, 529, 529, 529, 1571, 530, 1571, 530, 530, 1571, 1571, 1571, 1571, 1571, 1571, 530, 1571, 530, 530, 1571, 1571, 530, 224, 224, 224, 224, 224, 238, 1571, 238, 214, 530, 1571, 238, 215, 1571, 238, 1137, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 215, 530, 204, 225, 204, 1122, 575, 575, 575, 575, 575, 530, 587, 587, 587, 587, 587, 1571, 1571, 228, 228, 228, 228, 228, 215, 555, 555, 555, 555, 555, 204, 225, 204, 1571, 882, 882, 882, 882, 882, 1571, 860, 861, 862, 862, 862, 1571, 579, 580, 224, 580, 579, 1571, 559, 560, 561, 553, 885, 224, 224, 224, 885, 1571, 1571, 562, 1571, 553, 1571, 1571, 588, 1571, 238, 563, 238, 564, 1123, 1571, 238, 1571, 565, 238, 1571, 566, 1571, 1571, 567, 1571, 1571, 568, 569, 570, 1571, 1571, 571, 1571, 1571, 572, 1571, 1571, 230, 573, 574, 238, 1571, 238, 566, 1571, 1571, 238, 567, 231, 238, 1571, 568, 569, 570, 1571, 317, 571, 1571, 1571, 572, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 573, 1571, 215, 224, 224, 224, 224, 224, 238, 1571, 238, 214, 1571, 1571, 238, 237, 235, 238, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 215, 237, 1571, 1571, 224, 224, 224, 224, 224, 1571, 886, 215, 214, 1571, 1571, 215, 237, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 1571, 237, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 215, 237, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 215, 237, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 1571, 237, 215, 1571, 224, 224, 224, 224, 224, 242, 1571, 215, 214, 1571, 1571, 215, 237, 1571, 1571, 224, 224, 224, 224, 224, 242, 1571, 215, 214, 1571, 1571, 215, 237, 1571, 1571, 224, 224, 224, 224, 224, 215, 887, 1571, 214, 1571, 1571, 215, 237, 1571, 1571, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 242, 215, 237, 224, 224, 224, 224, 224, 242, 1571, 215, 214, 1571, 1571, 1571, 237, 215, 600, 600, 600, 600, 600, 889, 1571, 1571, 215, 1571, 1571, 1571, 215, 242, 224, 224, 224, 224, 224, 1118, 1571, 1571, 214, 215, 1571, 1571, 237, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 215, 1571, 233, 237, 215, 242, 893, 893, 893, 893, 893, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 242, 1571, 1571, 237, 1571, 890, 1571, 1571, 215, 603, 603, 603, 603, 603, 1571, 593, 242, 215, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 238, 214, 238, 1571, 1571, 237, 238, 1571, 891, 238, 1571, 1571, 215, 224, 224, 224, 224, 224, 238, 215, 1129, 214, 1571, 1571, 238, 237, 1571, 238, 1571, 892, 1571, 1136, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 894, 215, 237, 1571, 1571, 895, 607, 607, 607, 607, 607, 896, 1571, 1571, 1571, 1571, 215, 1571, 593, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 242, 237, 233, 1571, 1571, 1571, 1571, 215, 610, 610, 610, 610, 610, 1571, 1571, 215, 224, 224, 224, 224, 224, 238, 1571, 238, 214, 1571, 1571, 238, 237, 1571, 238, 897, 608, 615, 615, 615, 615, 615, 1571, 215, 1571, 1571, 215, 1571, 1571, 242, 224, 224, 224, 224, 224, 238, 1571, 238, 214, 1571, 1571, 238, 237, 1571, 238, 1571, 593, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1143, 1571, 899, 237, 1571, 1571, 224, 224, 224, 224, 224, 1571, 547, 548, 214, 548, 547, 215, 237, 233, 215, 901, 901, 901, 901, 901, 907, 907, 907, 907, 907, 242, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 616, 237, 224, 224, 224, 224, 224, 238, 1571, 238, 214, 215, 1571, 238, 237, 215, 238, 1571, 242, 224, 224, 224, 224, 224, 1571, 1144, 317, 214, 215, 1571, 1571, 237, 242, 621, 621, 621, 621, 621, 1571, 215, 630, 630, 630, 630, 630, 215, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 1145, 317, 238, 906, 238, 242, 1571, 1571, 238, 593, 1571, 238, 1571, 902, 215, 908, 1571, 215, 224, 224, 224, 224, 224, 1571, 903, 1571, 214, 1571, 1571, 1571, 237, 224, 224, 224, 224, 224, 238, 1571, 238, 214, 1571, 215, 238, 237, 215, 238, 1571, 627, 627, 627, 627, 627, 1571, 1571, 1571, 1571, 593, 215, 904, 628, 1571, 224, 224, 224, 224, 224, 622, 1571, 215, 214, 1571, 1571, 1571, 237, 593, 1571, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1571, 215, 237, 224, 224, 224, 224, 224, 1571, 547, 548, 214, 548, 547, 1571, 237, 215, 633, 633, 633, 633, 633, 1571, 1571, 1571, 215, 1571, 1571, 1571, 215, 242, 242, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 1571, 237, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 1571, 237, 215, 698, 698, 698, 698, 698, 910, 1571, 224, 224, 224, 224, 224, 215, 909, 1571, 214, 1571, 547, 548, 915, 548, 547, 1571, 215, 653, 653, 653, 653, 653, 242, 1571, 547, 548, 215, 548, 547, 215, 1145, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 593, 237, 224, 224, 224, 224, 224, 911, 215, 1146, 214, 1571, 1571, 912, 237, 215, 914, 1571, 913, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 215, 1571, 1571, 237, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 699, 919, 215, 1571, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1145, 1571, 215, 922, 224, 224, 224, 224, 224, 1571, 1571, 654, 214, 215, 1145, 1571, 237, 215, 1571, 238, 1571, 238, 916, 648, 1571, 238, 215, 917, 238, 1571, 215, 643, 643, 643, 643, 643, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1571, 1571, 237, 1571, 1571, 1571, 918, 1571, 215, 1571, 224, 224, 224, 224, 224, 1571, 215, 920, 214, 1571, 1571, 1571, 237, 1571, 921, 647, 647, 647, 647, 647, 1571, 1571, 1571, 923, 1571, 1571, 215, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 233, 224, 224, 224, 224, 224, 215, 1571, 1571, 1571, 1147, 644, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 317, 214, 1571, 1571, 1571, 237, 924, 1571, 1571, 1571, 224, 224, 224, 224, 224, 238, 215, 238, 214, 215, 1571, 238, 237, 1571, 238, 1571, 648, 1571, 317, 1571, 317, 942, 942, 942, 942, 942, 215, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 1571, 1571, 1571, 237, 224, 224, 224, 224, 224, 238, 1571, 238, 214, 317, 215, 238, 237, 215, 238, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 215, 237, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 215, 1571, 925, 237, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 215, 237, 224, 224, 224, 224, 224, 238, 1571, 238, 214, 215, 943, 238, 237, 215, 238, 944, 317, 224, 224, 224, 224, 224, 215, 1571, 317, 214, 215, 1571, 1571, 237, 224, 224, 224, 224, 224, 317, 1571, 215, 214, 1571, 1571, 1571, 237, 215, 1571, 224, 224, 224, 224, 224, 215, 1571, 926, 214, 1571, 1571, 215, 237, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 317, 215, 237, 233, 1571, 1571, 1571, 927, 518, 1571, 215, 1057, 1057, 1057, 1057, 1057, 215, 1571, 1571, 928, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1571, 1571, 237, 1571, 1571, 1571, 929, 1571, 1571, 479, 215, 813, 813, 813, 813, 813, 215, 1571, 1571, 1571, 480, 930, 224, 224, 224, 224, 224, 1571, 317, 1571, 214, 1571, 1571, 1571, 237, 1571, 1571, 931, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 1571, 237, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 215, 317, 237, 233, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 215, 1571, 237, 676, 676, 676, 676, 676, 215, 224, 224, 224, 224, 224, 1571, 677, 215, 214, 1571, 1571, 1571, 237, 1571, 1571, 215, 317, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 1571, 1571, 215, 237, 1571, 1571, 1571, 1571, 317, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 215, 237, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 648, 1571, 1571, 237, 215, 1571, 317, 1571, 1571, 215, 932, 648, 1571, 1571, 1571, 1571, 933, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 215, 1571, 237, 224, 224, 224, 224, 224, 1571, 1571, 934, 1571, 1571, 215, 935, 369, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 939, 701, 701, 701, 701, 701, 317, 936, 1571, 1571, 215, 1571, 1571, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 937, 938, 237, 233, 1571, 1571, 317, 224, 224, 224, 224, 224, 215, 317, 1571, 214, 215, 1571, 1571, 237, 941, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 215, 237, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1571, 1571, 237, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 215, 237, 233, 648, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 215, 237, 1571, 1571, 1571, 1571, 940, 1571, 1571, 215, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1571, 1571, 237, 945, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 215, 237, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 317, 215, 237, 1148, 1571, 224, 224, 224, 224, 224, 215, 317, 1571, 214, 1571, 946, 215, 237, 1571, 1571, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 317, 215, 237, 689, 689, 689, 689, 689, 1571, 1571, 215, 1571, 1571, 1571, 1571, 690, 215, 1571, 224, 224, 224, 224, 224, 947, 1571, 215, 214, 948, 1571, 1571, 237, 1571, 1571, 1571, 224, 224, 224, 224, 224, 238, 215, 238, 214, 1571, 215, 238, 237, 950, 238, 885, 224, 224, 224, 885, 949, 1571, 1571, 317, 553, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 1571, 237, 224, 224, 224, 224, 224, 1571, 1571, 317, 648, 648, 215, 1571, 369, 215, 648, 1149, 1571, 648, 1571, 648, 1571, 224, 224, 224, 224, 224, 1571, 648, 1571, 214, 1571, 1571, 317, 237, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 215, 1571, 1571, 237, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 215, 1571, 1571, 1571, 1571, 317, 1571, 215, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 238, 1571, 238, 237, 374, 1571, 238, 215, 1571, 238, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 215, 1571, 237, 224, 224, 224, 224, 224, 951, 1571, 1571, 214, 1571, 1571, 1571, 237, 215, 1571, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 1571, 956, 317, 238, 1571, 238, 1571, 215, 1571, 238, 952, 1571, 238, 953, 1571, 215, 317, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 957, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1571, 954, 959, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 955, 215, 960, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 215, 1571, 1571, 962, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 215, 965, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 215, 1571, 1571, 237, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 958, 215, 237, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 215, 1571, 1571, 237, 215, 1571, 961, 1571, 224, 224, 224, 224, 224, 215, 1571, 1571, 1571, 215, 1571, 204, 364, 204, 963, 713, 713, 713, 713, 713, 215, 1571, 1571, 964, 1571, 228, 228, 228, 228, 228, 1571, 1571, 1571, 215, 1571, 1571, 204, 364, 204, 966, 967, 967, 967, 967, 967, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 317, 224, 224, 224, 224, 224, 317, 224, 224, 224, 224, 224, 1571, 369, 224, 224, 224, 224, 224, 369, 224, 224, 224, 224, 224, 1571, 369, 224, 224, 224, 224, 224, 369, 224, 224, 224, 224, 224, 1571, 369, 1571, 230, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 231, 224, 224, 224, 224, 224, 369, 224, 224, 224, 224, 224, 1571, 369, 1090, 1090, 1090, 1090, 1090, 369, 1571, 374, 1571, 1571, 1571, 1571, 374, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 968, 369, 224, 224, 224, 224, 224, 1571, 1571, 1571, 374, 969, 1571, 1571, 369, 1571, 374, 224, 224, 224, 224, 224, 1571, 224, 224, 224, 224, 224, 1571, 369, 374, 593, 1571, 1571, 1571, 369, 374, 1571, 1571, 970, 1571, 1571, 1571, 971, 374, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 233, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 1571, 1571, 972, 1571, 1571, 1571, 369, 1571, 1571, 1571, 1571, 973, 1571, 1571, 1571, 374, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 233, 224, 224, 224, 224, 224, 1571, 974, 374, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 224, 224, 224, 224, 224, 1571, 369, 1571, 1571, 1571, 1571, 975, 369, 224, 224, 224, 224, 224, 374, 224, 224, 224, 224, 224, 1571, 979, 224, 224, 224, 224, 224, 369, 1571, 374, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 374, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 1571, 1571, 976, 1571, 1571, 1571, 369, 1571, 374, 1571, 1571, 1571, 1571, 977, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 1571, 1571, 1571, 1571, 978, 224, 224, 224, 224, 224, 1571, 224, 224, 224, 224, 224, 1571, 369, 1571, 1571, 1571, 1571, 374, 986, 1571, 1571, 1571, 374, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 981, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 980, 224, 224, 224, 224, 224, 369, 224, 224, 224, 224, 224, 1571, 369, 224, 224, 224, 224, 224, 990, 1571, 374, 1571, 982, 1571, 1571, 993, 1571, 1571, 983, 1571, 1571, 1571, 1571, 984, 1571, 1571, 985, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 987, 1571, 1571, 369, 233, 988, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 924, 989, 1571, 1571, 369, 991, 224, 224, 224, 224, 224, 1571, 992, 224, 224, 224, 224, 224, 369, 224, 224, 224, 224, 224, 994, 369, 224, 224, 224, 224, 224, 369, 224, 224, 224, 224, 224, 1571, 369, 436, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 224, 224, 224, 224, 224, 1571, 369, 1571, 1571, 1571, 1571, 436, 369, 1571, 436, 224, 224, 224, 224, 224, 995, 224, 224, 224, 224, 224, 1571, 369, 907, 907, 907, 907, 907, 369, 224, 224, 224, 224, 224, 1571, 436, 1205, 1205, 1205, 1205, 1205, 369, 233, 224, 224, 224, 224, 224, 436, 224, 224, 224, 224, 224, 1571, 369, 996, 1571, 1571, 1571, 1571, 369, 1571, 1571, 1571, 1571, 997, 1571, 436, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 998, 1571, 1571, 369, 1571, 1571, 999, 1571, 1000, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 233, 1571, 1571, 1571, 369, 1571, 1001, 224, 224, 224, 224, 224, 908, 1571, 436, 1571, 1571, 1571, 1571, 369, 1571, 436, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 436, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 224, 224, 224, 224, 224, 1571, 369, 1571, 1571, 1571, 1571, 436, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 939, 1571, 1571, 1571, 369, 233, 436, 224, 224, 224, 224, 224, 1003, 224, 224, 224, 224, 224, 1571, 369, 941, 1002, 1571, 1571, 1571, 369, 1571, 1571, 1571, 1004, 1571, 1571, 1571, 1005, 224, 224, 224, 224, 224, 1571, 1571, 436, 1006, 1571, 1199, 1571, 369, 1062, 1062, 1062, 1062, 1062, 436, 1571, 1571, 224, 224, 224, 224, 224, 1007, 1008, 1571, 1571, 1571, 1571, 436, 369, 233, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1009, 1571, 369, 1571, 1571, 1571, 1010, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 436, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 436, 1571, 369, 950, 1011, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 436, 1571, 1571, 1571, 369, 1571, 1571, 1012, 224, 224, 224, 224, 224, 1013, 224, 224, 224, 224, 224, 1571, 369, 1131, 1131, 1131, 1131, 1131, 369, 1571, 1014, 1571, 1571, 1571, 1571, 436, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 436, 369, 1571, 1571, 1571, 1571, 369, 1571, 1571, 1571, 436, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 436, 1571, 1571, 1571, 1020, 224, 224, 224, 224, 224, 1571, 1015, 224, 224, 224, 224, 224, 1021, 224, 224, 224, 224, 224, 1571, 1023, 1099, 1099, 1099, 1099, 1099, 1024, 224, 224, 224, 224, 224, 1571, 436, 1016, 1132, 1017, 1571, 1571, 1026, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 1029, 1571, 1018, 1571, 1571, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1019, 478, 479, 369, 478, 478, 478, 478, 478, 1571, 1571, 1571, 1571, 480, 901, 901, 901, 901, 901, 478, 1571, 1571, 1571, 1022, 1032, 1571, 1025, 478, 479, 1571, 478, 478, 478, 478, 478, 1033, 1571, 1571, 1571, 480, 1571, 1571, 1027, 1571, 1571, 478, 1101, 1101, 1101, 1101, 1101, 1028, 1571, 593, 1571, 1571, 214, 1030, 1571, 1034, 493, 479, 1571, 478, 478, 478, 478, 478, 1571, 1571, 1571, 1571, 480, 1571, 495, 1571, 1571, 436, 478, 436, 1571, 1571, 1571, 214, 1571, 1571, 1571, 493, 479, 1571, 478, 478, 478, 478, 478, 1571, 1571, 1038, 215, 480, 1571, 495, 593, 1571, 1571, 478, 1571, 1571, 1571, 1571, 1039, 224, 224, 224, 224, 224, 1571, 1098, 1098, 1098, 1098, 1098, 204, 503, 482, 215, 836, 836, 836, 836, 836, 1571, 1571, 1571, 1571, 480, 228, 228, 228, 228, 228, 1571, 1251, 1251, 1251, 1251, 1251, 204, 503, 482, 593, 1051, 1051, 1051, 1051, 1051, 1571, 1571, 1571, 1571, 480, 224, 224, 224, 224, 224, 1133, 1133, 1133, 1133, 1133, 1571, 1571, 478, 479, 1571, 478, 478, 478, 478, 478, 593, 1571, 1571, 1571, 480, 224, 224, 224, 224, 224, 478, 1571, 1571, 214, 1571, 1058, 1571, 215, 1571, 1571, 224, 224, 224, 224, 224, 1068, 1068, 1068, 1068, 1068, 1571, 235, 518, 1571, 230, 845, 845, 845, 845, 845, 1069, 1070, 1070, 1070, 1070, 231, 224, 224, 224, 224, 224, 1571, 1089, 648, 214, 215, 1252, 1571, 493, 479, 1571, 478, 478, 478, 478, 478, 1571, 1571, 1571, 1571, 480, 509, 510, 509, 509, 509, 478, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1052, 215, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1099, 1099, 1099, 1099, 1099, 1571, 1571, 478, 479, 1571, 478, 478, 478, 478, 478, 1033, 1571, 1571, 1571, 480, 1251, 1251, 1251, 1251, 1251, 478, 1571, 1571, 893, 893, 893, 893, 893, 224, 224, 224, 224, 224, 1571, 1059, 1062, 1062, 1062, 1062, 1062, 369, 1092, 1571, 1571, 1571, 1063, 1063, 1063, 1063, 1063, 1571, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 228, 228, 228, 228, 228, 1119, 1119, 1119, 1119, 1119, 1571, 204, 225, 204, 1571, 575, 575, 575, 575, 575, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 593, 1571, 1571, 237, 224, 224, 224, 224, 224, 894, 1571, 1252, 214, 1571, 895, 1571, 237, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 215, 237, 1092, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 215, 237, 1571, 1571, 1571, 230, 1571, 1571, 1571, 215, 1120, 1571, 1571, 1571, 1571, 215, 231, 224, 224, 224, 224, 224, 1121, 1571, 215, 214, 1571, 1571, 1571, 237, 233, 1133, 1133, 1133, 1133, 1133, 242, 1571, 1571, 215, 1571, 1571, 1571, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1091, 214, 1571, 1571, 1571, 237, 1097, 1571, 1571, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 1571, 215, 1093, 237, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 215, 1571, 1571, 224, 224, 224, 224, 224, 215, 1571, 1094, 214, 648, 215, 1571, 237, 1571, 1571, 1571, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 215, 1571, 237, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1571, 1571, 237, 215, 1571, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 1571, 1571, 215, 237, 1104, 1571, 1571, 1571, 1571, 242, 1571, 1571, 242, 215, 1571, 1571, 1571, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 1571, 237, 1571, 1571, 1571, 242, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 215, 1571, 1571, 237, 224, 224, 224, 224, 224, 242, 1571, 1571, 214, 1571, 1571, 1571, 237, 215, 1571, 1571, 1571, 1100, 1571, 1571, 215, 942, 942, 942, 942, 942, 215, 1571, 1138, 1138, 1138, 1138, 1138, 1571, 1571, 1571, 1571, 215, 1571, 1571, 1571, 228, 228, 228, 228, 228, 1571, 1571, 1571, 1571, 215, 242, 204, 364, 204, 1571, 713, 713, 713, 713, 713, 224, 224, 224, 224, 224, 1571, 1105, 1090, 1090, 1090, 1090, 1090, 369, 1106, 1571, 1571, 1571, 1108, 1571, 1109, 1571, 1571, 1107, 1110, 1571, 1571, 1111, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 943, 1139, 1571, 1571, 1571, 944, 1571, 1140, 224, 224, 224, 224, 224, 1141, 230, 1571, 1571, 1142, 1571, 1571, 369, 233, 593, 1571, 1571, 231, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1097, 1571, 1571, 1571, 369, 1571, 374, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 1151, 1571, 1571, 1571, 1571, 1150, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1152, 369, 1571, 1571, 1571, 1571, 369, 1104, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 1571, 1571, 374, 1571, 1571, 1571, 369, 374, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 374, 369, 1571, 1571, 1571, 1571, 369, 1113, 224, 224, 224, 224, 224, 1571, 1571, 1571, 374, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 1571, 1153, 1571, 1571, 1571, 1571, 369, 1571, 1571, 1571, 1571, 374, 1571, 1571, 1571, 1155, 1571, 224, 224, 224, 224, 224, 1156, 1571, 1571, 1571, 1158, 1571, 1159, 1163, 1571, 1157, 1160, 1571, 1571, 1161, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 233, 1571, 1571, 1571, 1166, 1571, 1571, 1571, 1571, 374, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1162, 1571, 1571, 1571, 1167, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 374, 1571, 369, 1122, 1571, 1571, 1571, 369, 1123, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 1571, 1165, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 436, 1571, 369, 224, 224, 224, 224, 224, 1571, 436, 224, 224, 224, 224, 224, 369, 233, 1571, 1571, 1571, 1571, 1168, 369, 1571, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 436, 369, 1571, 1571, 1571, 1571, 369, 1571, 1169, 1571, 1571, 1170, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1171, 1571, 1571, 369, 1136, 224, 224, 224, 224, 224, 436, 224, 224, 224, 224, 224, 1172, 369, 1571, 1571, 1571, 1571, 1173, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 436, 1571, 1571, 1571, 1174, 224, 224, 224, 224, 224, 1571, 436, 224, 224, 224, 224, 224, 369, 224, 224, 224, 224, 224, 1571, 369, 1098, 1098, 1098, 1098, 1098, 369, 224, 224, 224, 224, 224, 1571, 436, 1571, 1571, 436, 1571, 1571, 1177, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 1179, 436, 1571, 1571, 1571, 1180, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1175, 1571, 1571, 1571, 1181, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 1182, 1571, 593, 1176, 1571, 369, 1571, 478, 479, 436, 478, 478, 478, 478, 478, 1033, 436, 1571, 1571, 480, 811, 811, 811, 811, 811, 478, 478, 479, 436, 478, 478, 478, 478, 478, 1033, 1571, 1571, 1571, 480, 1571, 1571, 214, 1571, 1571, 478, 493, 479, 1571, 478, 478, 478, 478, 478, 1571, 1571, 1571, 1571, 480, 1571, 495, 214, 1571, 1571, 478, 493, 479, 1571, 478, 478, 478, 478, 478, 1033, 1571, 1571, 1571, 480, 1571, 495, 1571, 1187, 1571, 478, 215, 1232, 1232, 1232, 1232, 1232, 1571, 436, 1068, 1068, 1068, 1068, 1068, 1571, 1237, 1237, 1237, 1237, 1237, 215, 1571, 1571, 1571, 1189, 1190, 1190, 1190, 1190, 1571, 1571, 1571, 1571, 1571, 479, 1571, 1305, 1305, 1305, 1305, 1305, 1571, 1043, 1571, 1571, 480, 228, 228, 228, 228, 228, 1571, 1571, 480, 1571, 1571, 1191, 204, 503, 482, 1571, 836, 836, 836, 836, 836, 1571, 1571, 1571, 1571, 480, 224, 224, 224, 224, 224, 1369, 1369, 1369, 1369, 1369, 1571, 1571, 478, 479, 1571, 478, 478, 478, 478, 478, 1033, 1571, 1571, 1233, 480, 1229, 1229, 1229, 1229, 1229, 478, 1068, 1068, 1068, 1068, 1068, 1238, 1571, 1571, 1571, 228, 228, 228, 228, 228, 1571, 1069, 1070, 1070, 1070, 1070, 204, 518, 482, 230, 845, 845, 845, 845, 845, 1571, 1571, 1571, 1571, 480, 231, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 493, 479, 1571, 478, 478, 478, 478, 478, 1571, 1571, 1571, 1571, 480, 509, 510, 509, 509, 509, 478, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 1196, 509, 509, 215, 1230, 1571, 230, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 1231, 231, 1571, 478, 479, 1571, 478, 478, 478, 478, 478, 1033, 1571, 1571, 1571, 480, 1206, 1206, 1206, 1206, 1206, 478, 1571, 1068, 1068, 1068, 1068, 1068, 1571, 1571, 1571, 1207, 1207, 1207, 1207, 1207, 1212, 1571, 1069, 1070, 1070, 1070, 1070, 1068, 1068, 1068, 1068, 1068, 1571, 1571, 1068, 1068, 1068, 1068, 1068, 1571, 1214, 1571, 1069, 1070, 1070, 1070, 1070, 1216, 1571, 1069, 1070, 1070, 1070, 1070, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1571, 1571, 1571, 1218, 1571, 1069, 1070, 1070, 1070, 1070, 1069, 1070, 1070, 1070, 1070, 1208, 1068, 1068, 1068, 1068, 1068, 1101, 1101, 1101, 1101, 1101, 1209, 1571, 1571, 1219, 1571, 1069, 1070, 1070, 1070, 1070, 1571, 1213, 1068, 1068, 1068, 1068, 1068, 1215, 1571, 1217, 1068, 1068, 1068, 1068, 1068, 1221, 1571, 1069, 1070, 1070, 1070, 1070, 1571, 1223, 1571, 1069, 1070, 1070, 1070, 1070, 1068, 1068, 1068, 1068, 1068, 1571, 1571, 1068, 1068, 1068, 1068, 1068, 1571, 1225, 1571, 1069, 1070, 1070, 1070, 1070, 1227, 1571, 1069, 1070, 1070, 1070, 1070, 1218, 1571, 1571, 1218, 1571, 1571, 1571, 1068, 1068, 1068, 1068, 1068, 1571, 1571, 1571, 1571, 1220, 1571, 1571, 1571, 863, 1222, 1069, 1070, 1070, 1070, 1070, 1068, 1068, 1068, 1068, 1068, 593, 1571, 1571, 1240, 1240, 1240, 1240, 1240, 1571, 1571, 1069, 1070, 1070, 1070, 1070, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1224, 215, 224, 224, 224, 224, 224, 1226, 1571, 1571, 214, 1571, 1228, 1571, 237, 235, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 215, 237, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 215, 1571, 1571, 237, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1241, 1571, 215, 237, 1239, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 215, 237, 233, 1571, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1201, 1571, 215, 1242, 224, 224, 224, 224, 224, 242, 1571, 215, 214, 1571, 1571, 1571, 1243, 215, 1571, 224, 224, 224, 224, 224, 1571, 1234, 215, 214, 1571, 1571, 215, 1244, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 242, 215, 237, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 1571, 1246, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 215, 1247, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 215, 1571, 1571, 1248, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 215, 1250, 1571, 1571, 547, 548, 1571, 548, 547, 1571, 1571, 215, 1571, 1571, 1571, 215, 1571, 1571, 1571, 1571, 1571, 1571, 1245, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 215, 237, 1571, 1571, 1119, 1119, 1119, 1119, 1119, 1259, 1259, 1259, 1259, 1259, 1571, 215, 1571, 1249, 1262, 1262, 1262, 1262, 1262, 1571, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 215, 1571, 1102, 1571, 1131, 1131, 1131, 1131, 1131, 1571, 1571, 1571, 1253, 215, 1571, 1254, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 1571, 1571, 224, 224, 224, 224, 224, 1571, 215, 1255, 214, 1571, 1571, 215, 237, 1120, 1571, 1571, 1571, 1571, 1260, 224, 224, 224, 224, 224, 1571, 1121, 215, 214, 1571, 1571, 1261, 237, 1571, 1571, 1571, 215, 1571, 1571, 1571, 1571, 1263, 1571, 1571, 1571, 1571, 215, 1571, 317, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1132, 1571, 1571, 237, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1264, 1571, 1571, 237, 215, 1571, 224, 224, 224, 224, 224, 1571, 317, 1571, 214, 1571, 1571, 215, 237, 1270, 1270, 1270, 1270, 1270, 1571, 1571, 1571, 1571, 215, 1571, 1571, 1571, 215, 1138, 1138, 1138, 1138, 1138, 1265, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 1571, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 215, 1571, 237, 1571, 1266, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1267, 215, 237, 233, 1571, 1571, 317, 1571, 1571, 215, 1571, 1271, 1571, 1571, 1571, 1571, 215, 1571, 224, 224, 224, 224, 224, 1571, 1272, 215, 1571, 1571, 1273, 1139, 369, 1571, 1571, 1571, 1571, 1140, 1571, 1571, 1571, 1274, 215, 1141, 1571, 1571, 1571, 1142, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1277, 1571, 369, 1239, 1571, 1571, 1571, 369, 233, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 1279, 1571, 1571, 1571, 1571, 1280, 224, 224, 224, 224, 224, 1571, 1571, 1571, 374, 1571, 1571, 1571, 1281, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 1283, 224, 224, 224, 224, 224, 1571, 1278, 224, 224, 224, 224, 224, 1284, 1571, 1571, 1571, 1571, 374, 1571, 1285, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1287, 1571, 1571, 1571, 1571, 1571, 1571, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1282, 1571, 1571, 1571, 1571, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 1571, 1286, 1571, 1571, 1571, 1571, 369, 1571, 224, 224, 224, 224, 224, 1154, 224, 224, 224, 224, 224, 1289, 369, 1571, 1571, 1288, 1571, 1571, 369, 224, 224, 224, 224, 224, 1290, 1571, 224, 224, 224, 224, 224, 369, 224, 224, 224, 224, 224, 1154, 369, 1571, 1571, 1571, 1154, 1571, 369, 1571, 1571, 1291, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 1571, 1571, 436, 369, 1292, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 436, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 369, 233, 1571, 1571, 1571, 1571, 1571, 1571, 1293, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1294, 1571, 1571, 1295, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1296, 1571, 1571, 1571, 1571, 436, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1232, 1232, 1232, 1232, 1232, 1571, 1571, 1571, 1206, 1206, 1206, 1206, 1206, 1571, 1178, 1571, 1571, 1571, 1298, 1299, 1297, 1299, 1298, 1298, 1298, 1571, 1300, 1237, 1237, 1237, 1237, 1237, 1571, 1571, 1298, 1298, 1298, 1571, 1178, 478, 479, 1571, 478, 478, 478, 478, 478, 1571, 1571, 1571, 1571, 480, 1571, 1571, 1178, 1571, 1571, 478, 1206, 1206, 1206, 1206, 1206, 1298, 1571, 1571, 1571, 214, 1178, 1302, 1571, 493, 479, 1571, 478, 478, 478, 478, 478, 1571, 1571, 1571, 1178, 480, 1571, 495, 214, 1208, 1571, 478, 493, 479, 1233, 478, 478, 478, 478, 478, 1209, 1571, 1571, 1571, 480, 1571, 495, 1571, 1571, 1571, 478, 215, 1571, 1571, 1571, 1571, 1206, 1206, 1206, 1206, 1206, 1238, 1304, 1571, 1229, 1229, 1229, 1229, 1229, 479, 215, 1306, 1306, 1306, 1306, 1306, 1571, 1571, 1571, 1208, 480, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1209, 1571, 1571, 1571, 478, 479, 1201, 478, 478, 478, 478, 478, 1571, 1571, 1571, 1571, 480, 1333, 1333, 1333, 1333, 1333, 478, 1571, 1571, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1310, 1206, 1206, 1206, 1206, 1206, 1357, 1571, 1571, 1571, 1571, 1208, 1571, 1571, 1571, 1571, 1317, 1317, 1317, 1317, 1317, 1571, 1209, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1230, 1571, 1571, 493, 479, 1571, 478, 478, 478, 478, 478, 1571, 1231, 1571, 1571, 480, 509, 510, 509, 509, 509, 478, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 215, 1571, 1334, 1571, 1571, 1571, 1571, 1208, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1209, 1571, 1571, 1571, 1571, 1069, 1070, 1070, 1070, 1070, 1069, 1070, 1070, 1070, 1070, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1571, 1571, 1201, 1571, 1571, 1069, 1070, 1070, 1070, 1070, 1069, 1070, 1070, 1070, 1070, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1069, 1070, 1070, 1070, 1070, 1069, 1070, 1070, 1070, 1070, 1069, 1070, 1070, 1070, 1070, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1240, 1240, 1240, 1240, 1240, 1069, 1070, 1070, 1070, 1070, 1069, 1070, 1070, 1070, 1070, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1571, 1571, 1571, 1225, 1571, 1069, 1070, 1070, 1070, 1070, 1069, 1070, 1070, 1070, 1070, 1323, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 1336, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1241, 1571, 215, 1337, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 215, 237, 1571, 1571, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1571, 215, 237, 1571, 1259, 1259, 1259, 1259, 1259, 1571, 215, 1571, 1326, 1571, 1571, 1571, 215, 1571, 242, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 1571, 1571, 1571, 237, 1571, 1571, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 1571, 1571, 215, 237, 1571, 1262, 1262, 1262, 1262, 1262, 1571, 1571, 1339, 1571, 1571, 1571, 1571, 215, 1571, 1571, 224, 224, 224, 224, 224, 1340, 215, 1571, 214, 1571, 1571, 1571, 237, 1571, 1341, 224, 224, 224, 224, 224, 1260, 215, 1571, 214, 1571, 1571, 215, 237, 1571, 1571, 1571, 1571, 1261, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 1571, 237, 1571, 1571, 242, 215, 1342, 1571, 1571, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 1571, 1571, 215, 237, 1270, 1270, 1270, 1270, 1270, 1571, 1571, 1571, 1347, 1571, 1263, 1571, 1571, 215, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 1571, 1571, 1571, 317, 1571, 1571, 215, 1571, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1571, 1571, 237, 1356, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 1571, 1571, 215, 369, 317, 215, 1571, 1571, 1571, 1571, 1571, 1571, 1271, 1348, 1571, 1571, 1571, 1571, 1571, 1571, 1383, 1383, 1383, 1383, 1383, 1272, 215, 1571, 1571, 1273, 1571, 1571, 1354, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1571, 374, 1571, 1571, 1571, 1571, 1571, 1358, 1154, 224, 224, 224, 224, 224, 1571, 1571, 224, 224, 224, 224, 224, 369, 1571, 1571, 1571, 1571, 1571, 1154, 369, 1571, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1154, 1571, 369, 1571, 1571, 1154, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1154, 1571, 1571, 1571, 369, 1154, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 1571, 1359, 1154, 1571, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1360, 1361, 369, 1571, 1571, 1571, 1571, 369, 1356, 1571, 1571, 1571, 1571, 1362, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 374, 1571, 1571, 1363, 1571, 1571, 1571, 1571, 1571, 478, 479, 1571, 478, 478, 478, 478, 478, 1367, 1571, 436, 1571, 480, 1399, 1399, 1399, 1399, 1399, 478, 1305, 1305, 1305, 1305, 1305, 1571, 1400, 1571, 1333, 1333, 1333, 1333, 1333, 1364, 1571, 1571, 214, 1571, 1365, 436, 493, 479, 1571, 478, 478, 478, 478, 478, 1367, 1571, 1571, 1571, 480, 1571, 495, 1571, 1571, 1571, 478, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 478, 479, 215, 478, 478, 478, 478, 478, 1367, 1571, 1571, 1571, 480, 1206, 1206, 1206, 1206, 1206, 478, 1068, 1068, 1068, 1068, 1068, 1571, 1571, 1571, 1571, 1205, 1205, 1205, 1205, 1205, 1571, 1069, 1070, 1070, 1070, 1070, 1383, 1383, 1383, 1383, 1383, 1334, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1402, 1571, 215, 237, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 215, 1391, 1571, 1208, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1209, 215, 237, 1571, 1571, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1571, 215, 237, 224, 224, 224, 224, 224, 1389, 1571, 215, 214, 1571, 1571, 1571, 237, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 215, 237, 1571, 1571, 1571, 1390, 1571, 1571, 1571, 1571, 1571, 215, 1571, 1571, 1571, 215, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 215, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1392, 1571, 1571, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 1403, 1571, 317, 1571, 1571, 1571, 1571, 317, 1571, 1571, 1571, 1571, 1398, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 1154, 224, 224, 224, 224, 224, 369, 1458, 1458, 1458, 1458, 1458, 1571, 369, 1571, 1571, 1571, 1298, 1299, 1154, 1299, 1298, 1298, 1298, 1401, 1407, 1408, 1068, 1068, 1068, 1068, 1068, 1571, 1298, 1298, 1298, 480, 1068, 1068, 1068, 1068, 1068, 1069, 1070, 1070, 1070, 1070, 1458, 1458, 1458, 1458, 1458, 1069, 1070, 1070, 1070, 1070, 1068, 1068, 1068, 1068, 1068, 1298, 1404, 1571, 1399, 1399, 1399, 1399, 1399, 1571, 1571, 1069, 1070, 1070, 1070, 1070, 1400, 1571, 436, 1571, 1405, 1571, 1571, 436, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 1571, 1571, 1571, 1571, 1414, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 1571, 1422, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 215, 237, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 215, 1571, 1571, 237, 224, 224, 224, 224, 224, 215, 224, 224, 224, 224, 224, 1571, 369, 215, 1571, 1571, 1571, 1571, 369, 1571, 215, 1571, 1571, 1571, 1571, 1421, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 1571, 1571, 215, 1427, 1571, 1571, 1571, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1435, 1435, 1435, 1435, 1435, 1571, 1571, 369, 1571, 1068, 1068, 1068, 1068, 1068, 1423, 1068, 1068, 1068, 1068, 1068, 1571, 1571, 317, 1571, 1069, 1070, 1070, 1070, 1070, 1571, 1069, 1070, 1070, 1070, 1070, 436, 1068, 1068, 1068, 1068, 1068, 1571, 1571, 1571, 1571, 1426, 1068, 1068, 1068, 1068, 1068, 1069, 1070, 1070, 1070, 1070, 1571, 1571, 1571, 1571, 1571, 1069, 1070, 1070, 1070, 1070, 1571, 1571, 1571, 1154, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 1439, 1571, 1435, 1435, 1435, 1435, 1435, 1428, 1571, 1571, 1436, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1437, 214, 1571, 1571, 1571, 1440, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 215, 1571, 1571, 215, 1442, 1571, 1571, 1571, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1443, 1571, 1298, 1299, 215, 1299, 1298, 1298, 1298, 1571, 1444, 1408, 1068, 1068, 1068, 1068, 1068, 1571, 1298, 1298, 1298, 1571, 1571, 1571, 1571, 1571, 1571, 1069, 1070, 1070, 1070, 1070, 1571, 1436, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1437, 1571, 1298, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1154, 1445, 1571, 1445, 1445, 1445, 1445, 1445, 1445, 1571, 1571, 1571, 1571, 1571, 1445, 1445, 1445, 1445, 1445, 1445, 1445, 1445, 1445, 1445, 1445, 1445, 1445, 1445, 1445, 1445, 1445, 1445, 1445, 1445, 1445, 1445, 1445, 1445, 1445, 1154, 1452, 1453, 1571, 1453, 1452, 1452, 1452, 1571, 1452, 1571, 1571, 1571, 1571, 1154, 1571, 1571, 1452, 1452, 1452, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1452, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 209, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 209, 209, 209, 209, 216, 1571, 1571, 216, 1571, 1571, 1571, 1571, 216, 216, 1571, 216, 220, 1571, 1571, 220, 1571, 1571, 1571, 1571, 1571, 220, 1571, 1571, 220, 220, 220, 220, 234, 234, 234, 234, 1571, 1571, 1571, 234, 1571, 1571, 234, 234, 1571, 1571, 1571, 234, 234, 1571, 234, 238, 238, 238, 238, 1571, 1571, 1571, 238, 1571, 1571, 238, 238, 1571, 1571, 1571, 1571, 238, 1571, 1571, 238, 238, 238, 238, 368, 368, 368, 368, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 368, 1571, 1571, 1571, 368, 368, 1571, 368, 370, 370, 370, 370, 1571, 1571, 1571, 1571, 1571, 1571, 370, 370, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 370, 370, 370, 370, 478, 478, 478, 1571, 478, 478, 478, 478, 478, 484, 484, 484, 1571, 484, 484, 484, 484, 484, 494, 1571, 1571, 494, 494, 494, 1571, 494, 494, 494, 494, 494, 522, 522, 522, 522, 1571, 1571, 1571, 1571, 1571, 1571, 522, 522, 522, 1571, 522, 522, 522, 522, 522, 531, 531, 531, 531, 1571, 531, 1571, 531, 1571, 1571, 1571, 1571, 531, 1571, 1571, 531, 531, 1571, 1571, 531, 540, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 540, 540, 540, 540, 543, 543, 543, 543, 544, 544, 544, 544, 209, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 209, 209, 209, 209, 545, 545, 545, 545, 216, 1571, 1571, 216, 1571, 1571, 1571, 1571, 216, 216, 1571, 216, 550, 550, 1571, 550, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 550, 550, 550, 550, 220, 1571, 1571, 220, 1571, 1571, 1571, 1571, 1571, 220, 1571, 1571, 220, 220, 220, 220, 552, 552, 552, 552, 1571, 552, 1571, 552, 1571, 1571, 1571, 1571, 552, 1571, 1571, 552, 552, 1571, 1571, 552, 554, 554, 554, 554, 234, 234, 234, 234, 1571, 1571, 1571, 234, 1571, 1571, 234, 1571, 1571, 1571, 1571, 234, 234, 1571, 234, 582, 582, 1571, 582, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 582, 582, 582, 582, 238, 238, 238, 238, 1571, 1571, 1571, 238, 1571, 1571, 238, 1571, 1571, 1571, 1571, 1571, 238, 1571, 1571, 238, 238, 238, 238, 712, 712, 712, 712, 368, 368, 368, 368, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 368, 368, 1571, 368, 715, 715, 715, 715, 370, 370, 370, 370, 1571, 1571, 1571, 1571, 1571, 1571, 370, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 370, 370, 370, 370, 478, 478, 478, 1571, 478, 478, 478, 478, 478, 811, 1571, 811, 1571, 1571, 811, 811, 811, 811, 812, 1571, 812, 1571, 1571, 812, 812, 812, 812, 543, 543, 543, 1571, 543, 543, 543, 543, 543, 543, 543, 543, 543, 484, 484, 484, 1571, 484, 484, 484, 484, 484, 545, 545, 545, 1571, 545, 545, 545, 545, 545, 545, 545, 545, 545, 494, 1571, 1571, 494, 494, 494, 1571, 494, 494, 494, 494, 494, 554, 554, 554, 1571, 554, 554, 554, 554, 554, 554, 554, 554, 554, 712, 712, 712, 1571, 712, 712, 712, 712, 712, 712, 712, 712, 712, 522, 522, 522, 522, 1571, 1571, 1571, 1571, 1571, 1571, 522, 522, 522, 1571, 522, 522, 522, 522, 522, 531, 531, 531, 531, 1571, 531, 1571, 531, 1571, 1571, 1571, 1571, 531, 1571, 1571, 531, 531, 1571, 1571, 531, 853, 853, 853, 853, 854, 854, 854, 854, 540, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 540, 540, 540, 540, 543, 543, 543, 543, 544, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 544, 544, 544, 544, 545, 1571, 1571, 545, 1571, 1571, 1571, 1571, 1571, 545, 1571, 1571, 545, 545, 545, 545, 857, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 857, 1571, 857, 857, 857, 216, 1571, 1571, 216, 1571, 1571, 1571, 1571, 216, 216, 1571, 216, 550, 1571, 1571, 550, 1571, 1571, 1571, 1571, 1571, 550, 1571, 1571, 550, 550, 550, 550, 552, 1571, 552, 1571, 1571, 1571, 1571, 552, 1571, 1571, 552, 552, 1571, 1571, 552, 859, 859, 859, 859, 859, 1571, 859, 859, 859, 859, 859, 859, 1571, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 554, 554, 554, 554, 1571, 1571, 1571, 554, 1571, 1571, 554, 1571, 1571, 1571, 1571, 1571, 554, 1571, 1571, 554, 554, 554, 554, 234, 234, 234, 234, 1571, 1571, 1571, 234, 1571, 1571, 234, 1571, 1571, 1571, 1571, 234, 234, 1571, 234, 582, 582, 582, 582, 1571, 1571, 1571, 582, 1571, 1571, 582, 1571, 1571, 1571, 1571, 1571, 582, 1571, 1571, 582, 582, 582, 582, 238, 238, 238, 238, 1571, 1571, 1571, 238, 1571, 1571, 238, 1571, 1571, 1571, 1571, 1571, 238, 1571, 1571, 238, 238, 238, 238, 712, 712, 712, 712, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 712, 712, 712, 712, 715, 715, 715, 715, 1571, 1571, 1571, 1571, 1571, 1571, 715, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 715, 715, 715, 715, 370, 370, 370, 370, 1571, 1571, 1571, 1571, 1571, 1571, 370, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 370, 370, 370, 370, 811, 811, 811, 1571, 811, 811, 811, 811, 811, 812, 812, 812, 1571, 1571, 812, 812, 812, 812, 484, 484, 484, 1571, 484, 484, 484, 484, 484, 494, 1571, 1571, 494, 494, 494, 1571, 494, 494, 494, 494, 494, 478, 478, 478, 478, 1571, 1571, 1571, 1571, 1571, 478, 478, 478, 478, 1571, 478, 478, 478, 478, 478, 522, 522, 522, 522, 1571, 1571, 1571, 1571, 1571, 1571, 522, 522, 522, 1571, 522, 522, 522, 522, 522, 853, 853, 853, 853, 854, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 854, 854, 854, 854, 1064, 1571, 1571, 1064, 1064, 1571, 1064, 1064, 1064, 1064, 1064, 857, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 857, 1571, 857, 857, 857, 216, 1571, 1571, 216, 1571, 1571, 1571, 1571, 216, 216, 1571, 216, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 234, 234, 234, 234, 1571, 1571, 1571, 234, 1571, 1571, 234, 1571, 1571, 1571, 1571, 234, 234, 1571, 234, 238, 238, 238, 238, 1571, 1571, 1571, 238, 1571, 1571, 238, 1571, 1571, 1571, 1571, 1571, 238, 1571, 1571, 238, 238, 238, 238, 582, 582, 1571, 582, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 582, 582, 582, 582, 370, 370, 370, 370, 1571, 1571, 1571, 1571, 1571, 1571, 370, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 370, 370, 370, 370, 715, 715, 715, 715, 1183, 1571, 1183, 1571, 1571, 1183, 1183, 1183, 1183, 484, 484, 484, 484, 484, 484, 484, 484, 484, 1186, 1571, 1186, 1571, 1571, 1186, 1186, 1186, 1186, 494, 1571, 1571, 494, 494, 494, 1571, 494, 494, 494, 494, 494, 811, 811, 811, 811, 1571, 1571, 1571, 1571, 1571, 1571, 811, 1571, 811, 1571, 1571, 811, 811, 811, 811, 478, 478, 478, 478, 1571, 1571, 1571, 1571, 1571, 478, 478, 478, 478, 1571, 478, 478, 478, 478, 478, 1571, 1571, 478, 522, 522, 522, 522, 1571, 1571, 1571, 1571, 1571, 1571, 522, 522, 522, 522, 522, 522, 522, 522, 522, 1064, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1064, 1064, 1064, 1064, 216, 1571, 1571, 216, 1571, 1571, 1571, 1571, 216, 216, 1571, 216, 1571, 1571, 1571, 216, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1203, 1203, 1571, 1203, 1203, 1203, 1203, 1203, 1203, 1203, 1203, 1203, 1203, 1203, 1203, 1203, 1203, 1203, 1203, 1203, 1203, 1203, 1203, 1203, 234, 234, 234, 234, 1571, 1571, 1571, 234, 1571, 1571, 234, 1571, 1571, 1571, 1571, 234, 234, 1571, 234, 1571, 1571, 1571, 234, 238, 238, 238, 238, 1571, 1571, 1571, 238, 1571, 1571, 238, 1571, 1571, 1571, 1571, 1571, 238, 1571, 1571, 238, 238, 238, 238, 582, 582, 582, 582, 1571, 1571, 1571, 582, 1571, 1571, 582, 582, 1571, 1571, 1571, 1571, 582, 1571, 1571, 582, 582, 582, 582, 370, 370, 370, 370, 1571, 1571, 1571, 1571, 1571, 1571, 370, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 370, 370, 370, 370, 715, 715, 715, 715, 1571, 1571, 1571, 1571, 1571, 1571, 715, 715, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 715, 715, 715, 715, 1183, 1183, 1571, 1183, 1183, 1183, 1183, 1183, 1183, 1571, 1571, 1183, 1183, 1183, 1183, 484, 484, 484, 1571, 484, 484, 484, 484, 484, 1186, 1186, 1186, 1571, 1186, 1186, 1186, 1186, 1186, 494, 1571, 1571, 494, 494, 494, 1571, 494, 494, 494, 494, 494, 1571, 1571, 1571, 494, 811, 811, 811, 1571, 811, 811, 811, 811, 811, 522, 522, 522, 522, 1571, 1571, 1571, 1571, 1571, 1571, 522, 522, 522, 1571, 522, 522, 522, 522, 522, 1311, 1311, 1311, 1311, 1312, 1312, 1312, 1312, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1315, 1315, 1571, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1315, 1366, 1571, 1366, 1571, 1571, 1366, 1366, 1366, 1366, 484, 484, 484, 484, 484, 484, 484, 484, 484, 1368, 1571, 1368, 1571, 1571, 1368, 1368, 1368, 1368, 1371, 1371, 1371, 1371, 1371, 1371, 1371, 1371, 1371, 1371, 1371, 1371, 1371, 1371, 1371, 1371, 1371, 1371, 1371, 1371, 1371, 1371, 1371, 1371, 1372, 1372, 1571, 1372, 1372, 1372, 1372, 1372, 1372, 1372, 1372, 1372, 1372, 1372, 1372, 1372, 1372, 1372, 1372, 1372, 1372, 1372, 1372, 1372, 478, 1571, 478, 1571, 1571, 478, 478, 478, 478, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1411, 1411, 1571, 1411, 1411, 1411, 1411, 1411, 1411, 1411, 1411, 1411, 1411, 1411, 1411, 1411, 1411, 1411, 1411, 1411, 1411, 1411, 1411, 1411, 1429, 1571, 1429, 1571, 1571, 1429, 1429, 1429, 1429, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1432, 1432, 1432, 1432, 1432, 1432, 1432, 1432, 1432, 1432, 1432, 1432, 1432, 1432, 1432, 1432, 1432, 1432, 1432, 1432, 1432, 1432, 1432, 1432, 1433, 1433, 1571, 1433, 1433, 1433, 1433, 1433, 1433, 1433, 1433, 1433, 1433, 1433, 1433, 1433, 1433, 1433, 1433, 1433, 1433, 1433, 1433, 1433, 1447, 1447, 1447, 1447, 1447, 1447, 1447, 1447, 1447, 1447, 1447, 1447, 1447, 1447, 1447, 1447, 1447, 1447, 1447, 1447, 1447, 1447, 1447, 1447, 1448, 1448, 1571, 1448, 1448, 1448, 1448, 1448, 1448, 1448, 1448, 1448, 1448, 1448, 1448, 1448, 1448, 1448, 1448, 1448, 1448, 1448, 1448, 1448, 1455, 1455, 1455, 1455, 1455, 1455, 1455, 1455, 1455, 1455, 1455, 1455, 1455, 1455, 1455, 1455, 1455, 1455, 1455, 1455, 1455, 1455, 1455, 1455, 1456, 1456, 1571, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1462, 1462, 1571, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1466, 1467, 1467, 1571, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1467, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1470, 1471, 1471, 1571, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1474, 1475, 1475, 1571, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1479, 1479, 1571, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1483, 1483, 1571, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1487, 1487, 1571, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1490, 1491, 1491, 1571, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1495, 1495, 1571, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1495, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1499, 1499, 1571, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1499, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1503, 1503, 1571, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1506, 1507, 1507, 1571, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1510, 1510, 1571, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1510, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1513, 1513, 1571, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1515, 1515, 1515, 1515, 1515, 1515, 1515, 1515, 1515, 1515, 1515, 1515, 1515, 1515, 1515, 1515, 1515, 1515, 1515, 1515, 1515, 1515, 1515, 1515, 1516, 1516, 1571, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1518, 1518, 1518, 1518, 1518, 1518, 1518, 1518, 1518, 1518, 1518, 1518, 1518, 1518, 1518, 1518, 1518, 1518, 1518, 1518, 1518, 1518, 1518, 1518, 1519, 1519, 1571, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1521, 1521, 1521, 1521, 1521, 1521, 1521, 1521, 1521, 1521, 1521, 1521, 1521, 1521, 1521, 1521, 1521, 1521, 1521, 1521, 1521, 1521, 1521, 1521, 1522, 1522, 1571, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1524, 1525, 1525, 1571, 1525, 1525, 1525, 1525, 1525, 1525, 1525, 1525, 1525, 1525, 1525, 1525, 1525, 1525, 1525, 1525, 1525, 1525, 1525, 1525, 1525, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1528, 1528, 1571, 1528, 1528, 1528, 1528, 1528, 1528, 1528, 1528, 1528, 1528, 1528, 1528, 1528, 1528, 1528, 1528, 1528, 1528, 1528, 1528, 1528, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1531, 1531, 1571, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1534, 1534, 1571, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1537, 1537, 1571, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1540, 1540, 1571, 1540, 1540, 1540, 1540, 1540, 1540, 1540, 1540, 1540, 1540, 1540, 1540, 1540, 1540, 1540, 1540, 1540, 1540, 1540, 1540, 1540, 1542, 1542, 1542, 1542, 1542, 1542, 1542, 1542, 1542, 1542, 1542, 1542, 1542, 1542, 1542, 1542, 1542, 1542, 1542, 1542, 1542, 1542, 1542, 1542, 1543, 1543, 1571, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1546, 1546, 1571, 1546, 1546, 1546, 1546, 1546, 1546, 1546, 1546, 1546, 1546, 1546, 1546, 1546, 1546, 1546, 1546, 1546, 1546, 1546, 1546, 1546, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1549, 1549, 1571, 1549, 1549, 1549, 1549, 1549, 1549, 1549, 1549, 1549, 1549, 1549, 1549, 1549, 1549, 1549, 1549, 1549, 1549, 1549, 1549, 1549, 1551, 1551, 1551, 1551, 1551, 1551, 1551, 1551, 1551, 1551, 1551, 1551, 1551, 1551, 1551, 1551, 1551, 1551, 1551, 1551, 1551, 1551, 1551, 1551, 1552, 1552, 1571, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1554, 1554, 1554, 1554, 1554, 1554, 1554, 1554, 1554, 1554, 1554, 1554, 1554, 1554, 1554, 1554, 1554, 1554, 1554, 1554, 1554, 1554, 1554, 1554, 1555, 1555, 1571, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1557, 1557, 1557, 1557, 1557, 1557, 1557, 1557, 1557, 1557, 1557, 1557, 1557, 1557, 1557, 1557, 1557, 1557, 1557, 1557, 1557, 1557, 1557, 1557, 1558, 1558, 1571, 1558, 1558, 1558, 1558, 1558, 1558, 1558, 1558, 1558, 1558, 1558, 1558, 1558, 1558, 1558, 1558, 1558, 1558, 1558, 1558, 1558, 1560, 1560, 1560, 1560, 1560, 1560, 1560, 1560, 1560, 1560, 1560, 1560, 1560, 1560, 1560, 1560, 1560, 1560, 1560, 1560, 1560, 1560, 1560, 1560, 1561, 1561, 1571, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1563, 1563, 1563, 1563, 1563, 1563, 1563, 1563, 1563, 1563, 1563, 1563, 1563, 1563, 1563, 1563, 1563, 1563, 1563, 1563, 1563, 1563, 1563, 1563, 1564, 1564, 1571, 1564, 1564, 1564, 1564, 1564, 1564, 1564, 1564, 1564, 1564, 1564, 1564, 1564, 1564, 1564, 1564, 1564, 1564, 1564, 1564, 1564, 1566, 1566, 1571, 1566, 1566, 1566, 1566, 1566, 1566, 1566, 1566, 1566, 1566, 1566, 1566, 1566, 1566, 1566, 1566, 1566, 1566, 1566, 1566, 1566, 1568, 1568, 1571, 1568, 1568, 1568, 1568, 1568, 1568, 1568, 1568, 1568, 1568, 1568, 1568, 1568, 1568, 1568, 1568, 1568, 1568, 1568, 1568, 1568, 21, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571 } ; static yyconst flex_int16_t yy_chk[16503] = { 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, 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, 2, 158, 158, 1569, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 163, 163, 163, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 488, 488, 1568, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 157, 10, 12, 8, 9, 10, 12, 9, 9, 9, 9, 9, 14, 157, 526, 526, 14, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 11, 842, 149, 11, 11, 11, 11, 11, 16, 149, 578, 842, 16, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 13, 1567, 1566, 13, 13, 13, 13, 13, 22, 22, 22, 22, 22, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 15, 578, 1565, 15, 15, 15, 15, 15, 26, 26, 26, 26, 26, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 17, 17, 17, 17, 17, 17, 17, 560, 17, 159, 17, 160, 159, 17, 18, 18, 18, 18, 18, 18, 18, 560, 18, 17, 18, 145, 160, 18, 23, 23, 23, 23, 23, 23, 1564, 1562, 145, 18, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 24, 24, 24, 24, 24, 24, 25, 25, 25, 25, 25, 25, 28, 28, 28, 172, 28, 28, 28, 28, 28, 31, 31, 31, 31, 31, 31, 32, 32, 32, 32, 32, 33, 33, 33, 1561, 33, 33, 33, 33, 33, 34, 35, 36, 677, 34, 35, 36, 152, 172, 42, 42, 42, 42, 42, 152, 677, 152, 42, 34, 35, 36, 42, 42, 170, 171, 35, 37, 37, 37, 37, 37, 37, 37, 150, 37, 42, 37, 166, 179, 37, 150, 170, 34, 35, 36, 179, 171, 150, 50, 37, 38, 38, 38, 38, 38, 50, 166, 826, 50, 42, 50, 38, 38, 38, 51, 38, 38, 38, 38, 38, 39, 39, 39, 39, 39, 51, 1559, 52, 51, 826, 51, 39, 39, 39, 169, 39, 39, 39, 39, 39, 40, 40, 40, 40, 40, 53, 489, 53, 53, 1558, 53, 40, 40, 40, 489, 40, 40, 40, 40, 40, 41, 41, 41, 41, 41, 55, 169, 816, 55, 478, 55, 41, 41, 41, 561, 41, 41, 41, 41, 41, 478, 43, 43, 43, 43, 43, 49, 49, 561, 43, 816, 816, 49, 43, 43, 49, 52, 49, 54, 39, 52, 54, 52, 52, 54, 52, 54, 43, 486, 1556, 39, 56, 486, 43, 45, 45, 45, 45, 45, 40, 64, 1555, 45, 64, 490, 64, 45, 45, 64, 59, 40, 43, 490, 46, 46, 46, 46, 46, 61, 41, 45, 46, 563, 1553, 68, 46, 46, 68, 151, 68, 41, 151, 564, 47, 47, 47, 47, 47, 151, 46, 68, 47, 844, 63, 45, 47, 47, 563, 48, 48, 48, 48, 48, 56, 66, 57, 48, 564, 1552, 47, 48, 48, 216, 46, 56, 57, 216, 56, 57, 56, 57, 58, 57, 487, 48, 58, 59, 73, 844, 487, 216, 58, 59, 47, 58, 59, 58, 59, 60, 65, 59, 61, 65, 69, 61, 65, 61, 65, 48, 60, 60, 46, 62, 62, 216, 76, 62, 62, 62, 60, 60, 70, 60, 60, 60, 62, 63, 75, 1319, 63, 527, 63, 47, 525, 72, 47, 72, 66, 527, 525, 66, 67, 66, 72, 48, 71, 72, 48, 72, 48, 67, 67, 67, 67, 73, 67, 71, 67, 74, 71, 73, 71, 77, 73, 524, 73, 839, 69, 524, 74, 69, 74, 74, 69, 74, 528, 69, 78, 811, 69, 839, 69, 69, 528, 79, 70, 70, 70, 76, 811, 817, 76, 841, 76, 70, 1319, 75, 70, 841, 70, 75, 80, 70, 75, 82, 75, 75, 75, 81, 817, 82, 81, 87, 82, 817, 82, 215, 215, 81, 215, 215, 81, 81, 81, 77, 81, 77, 77, 84, 77, 81, 164, 164, 164, 164, 164, 77, 77, 77, 78, 77, 88, 77, 77, 78, 85, 881, 78, 548, 881, 78, 79, 548, 78, 79, 78, 1550, 79, 79, 79, 79, 168, 79, 80, 83, 79, 91, 91, 80, 83, 91, 80, 91, 298, 80, 83, 90, 80, 83, 80, 83, 823, 83, 83, 565, 87, 168, 87, 87, 823, 87, 84, 84, 168, 156, 84, 818, 565, 84, 87, 156, 84, 84, 317, 84, 84, 84, 156, 84, 84, 1549, 88, 85, 317, 88, 825, 317, 88, 85, 88, 818, 85, 864, 85, 825, 85, 86, 86, 86, 86, 86, 86, 86, 86, 85, 89, 864, 298, 824, 298, 90, 89, 824, 90, 89, 1547, 89, 298, 89, 90, 298, 220, 90, 856, 90, 220, 90, 856, 89, 92, 92, 92, 92, 92, 190, 190, 190, 190, 190, 220, 92, 92, 92, 1546, 92, 92, 92, 92, 92, 93, 93, 93, 93, 93, 191, 191, 191, 191, 191, 851, 93, 93, 93, 220, 93, 93, 93, 93, 93, 94, 94, 94, 94, 94, 192, 192, 192, 192, 192, 1544, 94, 94, 94, 851, 94, 94, 94, 94, 94, 95, 95, 95, 95, 95, 196, 196, 196, 196, 196, 1053, 95, 95, 95, 1543, 95, 95, 95, 95, 95, 96, 96, 96, 96, 96, 97, 97, 97, 97, 97, 868, 219, 219, 96, 219, 219, 1541, 1053, 97, 93, 98, 98, 98, 98, 98, 99, 99, 99, 99, 99, 93, 843, 98, 98, 1540, 868, 843, 99, 99, 94, 100, 100, 100, 100, 100, 101, 101, 101, 101, 101, 94, 849, 100, 100, 874, 1538, 874, 101, 101, 95, 102, 102, 102, 102, 102, 103, 103, 103, 103, 103, 95, 1537, 102, 102, 849, 849, 574, 103, 103, 104, 104, 104, 104, 104, 105, 105, 105, 105, 105, 574, 574, 104, 104, 1535, 822, 859, 105, 105, 106, 106, 106, 106, 106, 859, 107, 107, 107, 107, 107, 822, 106, 106, 819, 99, 296, 1054, 107, 107, 822, 819, 146, 146, 146, 866, 146, 146, 146, 146, 146, 100, 869, 101, 100, 146, 101, 218, 101, 866, 867, 218, 102, 102, 1054, 819, 103, 108, 108, 108, 108, 108, 870, 1066, 867, 218, 104, 869, 1534, 108, 108, 1066, 218, 109, 109, 109, 109, 109, 105, 110, 110, 110, 110, 110, 105, 109, 109, 870, 296, 218, 296, 110, 110, 111, 111, 111, 111, 111, 106, 107, 296, 106, 1056, 296, 1056, 111, 111, 112, 112, 112, 112, 112, 115, 113, 113, 113, 113, 113, 1309, 112, 112, 1072, 834, 115, 115, 113, 113, 114, 114, 114, 114, 114, 115, 834, 115, 1072, 115, 115, 115, 114, 114, 827, 827, 827, 827, 115, 108, 834, 109, 116, 116, 116, 116, 116, 1036, 110, 199, 199, 199, 199, 199, 116, 116, 117, 117, 117, 117, 117, 354, 111, 354, 990, 110, 111, 831, 117, 117, 1532, 113, 1036, 354, 990, 111, 354, 111, 831, 1531, 112, 831, 113, 113, 1042, 122, 1309, 237, 237, 112, 237, 237, 1529, 113, 112, 113, 113, 113, 118, 118, 118, 118, 118, 119, 119, 119, 119, 119, 120, 1042, 118, 118, 1528, 123, 1526, 119, 119, 121, 153, 120, 120, 153, 153, 153, 153, 153, 1525, 1523, 121, 121, 120, 120, 120, 120, 120, 1061, 120, 122, 852, 121, 1522, 121, 121, 121, 875, 852, 124, 1520, 122, 122, 117, 875, 122, 1519, 121, 122, 124, 124, 124, 122, 1061, 122, 122, 122, 122, 123, 875, 305, 124, 852, 124, 124, 562, 305, 832, 130, 123, 305, 123, 123, 305, 118, 1048, 1517, 125, 832, 123, 123, 832, 123, 123, 123, 1516, 1048, 123, 125, 125, 562, 125, 126, 126, 126, 126, 126, 299, 562, 125, 562, 125, 125, 125, 126, 126, 127, 127, 127, 127, 127, 128, 128, 128, 128, 128, 1514, 1513, 127, 127, 130, 311, 1144, 128, 128, 129, 129, 129, 129, 129, 130, 130, 1144, 130, 1511, 130, 300, 129, 129, 1510, 1074, 130, 130, 130, 130, 130, 130, 132, 130, 130, 131, 131, 131, 131, 131, 1049, 133, 133, 133, 133, 133, 299, 131, 131, 134, 1074, 1049, 1146, 133, 133, 299, 299, 126, 1050, 299, 134, 134, 1146, 134, 217, 217, 127, 217, 217, 1050, 311, 134, 217, 134, 134, 134, 217, 134, 128, 127, 311, 1147, 134, 311, 1508, 300, 137, 128, 128, 128, 217, 1147, 833, 300, 132, 300, 132, 132, 1331, 132, 1507, 300, 132, 833, 1504, 132, 132, 132, 132, 138, 131, 135, 132, 132, 217, 131, 133, 833, 131, 136, 1503, 133, 135, 135, 133, 833, 135, 833, 1186, 136, 136, 136, 135, 135, 136, 135, 135, 135, 137, 1186, 1501, 136, 322, 136, 136, 136, 1500, 136, 136, 137, 137, 140, 322, 137, 322, 322, 137, 322, 1499, 137, 137, 138, 137, 137, 137, 1331, 137, 137, 143, 306, 139, 1197, 138, 138, 499, 499, 138, 499, 499, 1497, 1202, 139, 139, 138, 1496, 138, 138, 138, 1202, 138, 139, 139, 139, 139, 139, 139, 139, 139, 138, 850, 1495, 1493, 1492, 140, 141, 141, 141, 141, 141, 142, 142, 142, 142, 142, 140, 140, 141, 141, 850, 499, 143, 142, 142, 850, 1197, 140, 140, 140, 140, 140, 1148, 143, 143, 306, 306, 143, 337, 1149, 140, 144, 1148, 1491, 143, 306, 143, 143, 143, 1149, 143, 173, 144, 144, 173, 173, 173, 173, 173, 1489, 1488, 144, 144, 144, 1487, 144, 144, 144, 147, 147, 304, 147, 147, 147, 147, 147, 835, 1191, 174, 1193, 147, 174, 174, 174, 174, 174, 147, 835, 1191, 141, 1193, 142, 1321, 148, 148, 1321, 148, 148, 148, 148, 148, 835, 337, 175, 142, 148, 175, 175, 175, 175, 175, 148, 337, 154, 142, 337, 1192, 154, 154, 148, 154, 154, 154, 154, 154, 1314, 148, 1192, 840, 154, 1192, 154, 155, 1314, 304, 154, 155, 155, 1371, 155, 155, 155, 155, 155, 304, 1410, 1371, 304, 155, 304, 155, 1485, 840, 1410, 155, 154, 155, 840, 1484, 1195, 161, 161, 161, 161, 161, 162, 162, 162, 162, 162, 1195, 1350, 161, 161, 155, 161, 161, 161, 161, 161, 162, 162, 162, 162, 162, 176, 1483, 1481, 176, 176, 176, 176, 176, 177, 177, 177, 177, 177, 197, 197, 197, 197, 197, 197, 1324, 177, 177, 1324, 177, 177, 177, 177, 177, 860, 860, 860, 860, 177, 178, 178, 178, 178, 178, 177, 198, 198, 198, 198, 198, 198, 178, 178, 1432, 178, 178, 178, 178, 178, 1350, 1447, 1432, 1480, 178, 1055, 162, 1479, 193, 1447, 178, 193, 193, 193, 193, 193, 1477, 162, 165, 165, 165, 165, 165, 1476, 510, 510, 165, 510, 510, 1055, 165, 165, 1055, 165, 165, 165, 165, 165, 1378, 1475, 1473, 1378, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 185, 185, 185, 185, 185, 341, 185, 341, 185, 185, 186, 186, 186, 186, 186, 559, 186, 341, 186, 186, 341, 341, 185, 200, 200, 200, 200, 200, 200, 559, 559, 559, 186, 201, 201, 201, 201, 201, 201, 202, 202, 202, 202, 202, 203, 203, 203, 203, 203, 1472, 185, 204, 204, 204, 204, 204, 1471, 206, 206, 206, 186, 206, 206, 206, 206, 206, 210, 210, 210, 210, 210, 210, 211, 211, 211, 211, 211, 213, 213, 213, 1194, 213, 213, 213, 213, 213, 221, 221, 221, 221, 221, 1194, 221, 1469, 221, 221, 222, 222, 222, 222, 222, 222, 222, 1460, 222, 1194, 222, 1460, 221, 222, 223, 223, 223, 223, 223, 1307, 223, 1468, 223, 222, 223, 224, 224, 224, 224, 224, 1307, 1455, 236, 236, 224, 236, 236, 223, 1460, 1455, 221, 226, 226, 226, 226, 226, 247, 247, 247, 247, 247, 252, 252, 252, 252, 252, 226, 226, 226, 226, 226, 1467, 1465, 547, 547, 236, 547, 547, 226, 226, 226, 1463, 228, 228, 228, 228, 228, 1380, 1462, 226, 1380, 228, 297, 297, 297, 297, 297, 226, 340, 226, 1382, 340, 1417, 1382, 226, 1417, 316, 226, 340, 1457, 226, 340, 247, 226, 226, 226, 316, 316, 226, 316, 316, 226, 1456, 1461, 1451, 226, 226, 917, 252, 917, 226, 1461, 349, 917, 226, 349, 917, 917, 226, 226, 226, 1449, 349, 226, 1448, 349, 226, 227, 227, 227, 227, 227, 266, 266, 266, 266, 266, 226, 227, 227, 227, 228, 227, 227, 227, 227, 227, 229, 229, 229, 229, 229, 228, 273, 273, 273, 273, 273, 229, 229, 229, 297, 229, 229, 229, 229, 229, 232, 232, 232, 232, 232, 270, 270, 270, 270, 270, 1464, 232, 232, 232, 1464, 232, 232, 232, 232, 232, 1441, 234, 234, 234, 234, 234, 1440, 500, 500, 234, 500, 500, 1308, 234, 235, 235, 235, 235, 235, 227, 273, 1464, 235, 1308, 1439, 266, 235, 234, 493, 493, 227, 493, 493, 1437, 238, 238, 238, 238, 238, 229, 235, 493, 238, 1436, 270, 500, 238, 1434, 1433, 1431, 229, 234, 493, 239, 239, 239, 239, 239, 1425, 232, 238, 239, 545, 1424, 235, 239, 545, 1422, 1420, 1419, 232, 307, 1412, 240, 240, 240, 240, 240, 549, 239, 545, 240, 549, 1466, 238, 240, 241, 241, 241, 241, 241, 1466, 1411, 1470, 241, 1409, 549, 1400, 241, 240, 830, 1470, 1474, 239, 545, 242, 242, 242, 242, 242, 1474, 830, 241, 242, 830, 830, 830, 242, 242, 549, 549, 308, 1397, 240, 1396, 243, 243, 243, 243, 243, 1446, 242, 239, 243, 1395, 307, 241, 243, 244, 244, 244, 244, 244, 1394, 1446, 307, 244, 307, 307, 1393, 244, 243, 1391, 1388, 1478, 242, 1387, 245, 245, 245, 245, 245, 1478, 240, 244, 245, 1386, 1385, 1446, 245, 246, 246, 246, 246, 246, 243, 1482, 1384, 246, 241, 1381, 1375, 246, 245, 1482, 308, 1486, 308, 244, 248, 248, 248, 248, 248, 1486, 308, 246, 248, 308, 1374, 1373, 248, 249, 249, 249, 249, 249, 245, 498, 498, 249, 498, 498, 1490, 249, 248, 1372, 243, 244, 323, 246, 1490, 250, 250, 250, 250, 250, 550, 249, 1494, 250, 550, 1370, 301, 250, 1366, 1355, 1494, 1498, 248, 259, 259, 259, 259, 259, 550, 1498, 246, 250, 1353, 245, 498, 249, 1352, 1351, 1502, 1506, 246, 251, 251, 251, 251, 251, 1502, 1506, 248, 251, 1349, 248, 550, 251, 1509, 250, 253, 253, 253, 253, 253, 1346, 1509, 1345, 253, 1344, 323, 251, 253, 254, 254, 254, 254, 254, 249, 323, 323, 254, 301, 323, 301, 254, 253, 1343, 255, 255, 255, 255, 255, 318, 301, 251, 255, 301, 259, 254, 255, 1512, 250, 256, 256, 256, 256, 256, 1338, 1512, 253, 256, 1337, 1515, 255, 256, 257, 257, 257, 257, 257, 1515, 315, 254, 257, 1336, 1335, 1334, 257, 256, 1332, 251, 258, 258, 258, 258, 258, 251, 255, 1330, 258, 1329, 257, 828, 258, 828, 828, 828, 260, 260, 260, 260, 260, 256, 253, 1327, 260, 318, 258, 254, 260, 261, 261, 261, 261, 261, 257, 318, 255, 261, 318, 1326, 318, 261, 260, 1518, 1521, 262, 262, 262, 262, 262, 258, 1518, 1521, 262, 315, 261, 1325, 262, 1322, 344, 1524, 1320, 256, 315, 315, 315, 260, 315, 1524, 256, 257, 262, 1318, 1527, 327, 551, 257, 551, 551, 261, 258, 1527, 1530, 258, 263, 263, 263, 263, 263, 1533, 1530, 551, 263, 1316, 1315, 262, 263, 1533, 1536, 264, 264, 264, 264, 264, 1313, 1312, 1536, 264, 261, 1276, 263, 264, 264, 260, 265, 265, 265, 265, 265, 551, 1275, 1273, 265, 344, 1272, 264, 265, 268, 268, 268, 268, 268, 344, 344, 263, 268, 344, 262, 327, 268, 265, 312, 267, 267, 267, 267, 267, 1271, 327, 264, 267, 327, 327, 268, 267, 267, 1269, 1268, 1263, 327, 263, 1539, 496, 496, 265, 496, 496, 1542, 267, 1539, 269, 269, 269, 269, 269, 1542, 1545, 268, 269, 1261, 1260, 1258, 269, 269, 1545, 271, 271, 271, 271, 271, 265, 265, 267, 271, 1257, 496, 269, 271, 272, 272, 272, 272, 272, 1252, 1250, 312, 272, 1248, 1247, 1246, 272, 271, 265, 324, 1548, 312, 268, 267, 312, 1244, 269, 312, 1548, 1551, 272, 274, 274, 274, 274, 274, 1243, 1551, 1242, 274, 1241, 271, 1238, 274, 278, 278, 278, 278, 278, 302, 302, 302, 302, 302, 272, 1236, 269, 274, 1235, 275, 275, 275, 275, 275, 1233, 501, 501, 275, 501, 501, 271, 275, 276, 276, 276, 276, 276, 1231, 1554, 1230, 276, 274, 1228, 324, 276, 275, 1554, 277, 277, 277, 277, 277, 1557, 324, 324, 277, 324, 272, 276, 277, 1557, 1224, 279, 279, 279, 279, 279, 1222, 1560, 275, 279, 1217, 501, 277, 279, 279, 1560, 280, 280, 280, 280, 280, 276, 1215, 274, 280, 1213, 1211, 279, 280, 1210, 861, 278, 861, 861, 861, 913, 277, 913, 275, 1563, 302, 913, 280, 1209, 913, 1208, 276, 1563, 1204, 276, 914, 279, 1203, 281, 281, 281, 281, 281, 325, 1201, 1184, 281, 913, 277, 276, 281, 280, 1142, 282, 282, 282, 282, 282, 1141, 497, 497, 282, 497, 497, 281, 282, 283, 283, 283, 283, 283, 1140, 1139, 1135, 283, 279, 332, 1134, 283, 282, 284, 284, 284, 284, 284, 1132, 858, 280, 281, 1121, 858, 1120, 283, 285, 285, 285, 285, 285, 497, 1118, 914, 285, 914, 282, 858, 285, 914, 325, 1117, 914, 286, 286, 286, 286, 286, 1103, 283, 325, 286, 285, 325, 1096, 286, 286, 325, 858, 281, 1095, 858, 287, 287, 287, 287, 287, 1075, 282, 286, 287, 1073, 1071, 332, 287, 332, 285, 288, 288, 288, 288, 288, 1067, 332, 1064, 288, 332, 1060, 287, 288, 288, 284, 283, 286, 1047, 1046, 289, 289, 289, 289, 289, 284, 1045, 288, 289, 1041, 285, 1035, 289, 1033, 1029, 1026, 287, 290, 290, 290, 290, 290, 1024, 458, 458, 290, 289, 1023, 1021, 290, 458, 288, 1020, 291, 291, 291, 291, 291, 458, 993, 458, 291, 458, 290, 986, 291, 458, 979, 944, 303, 289, 319, 292, 292, 292, 292, 292, 943, 287, 291, 292, 288, 502, 502, 292, 502, 502, 290, 293, 293, 293, 293, 293, 931, 908, 931, 289, 895, 292, 931, 293, 310, 931, 291, 931, 294, 294, 294, 294, 294, 894, 906, 906, 294, 906, 906, 884, 294, 314, 883, 1573, 1573, 292, 1573, 295, 295, 295, 295, 295, 502, 290, 294, 295, 303, 880, 319, 295, 295, 879, 291, 319, 303, 878, 303, 303, 319, 303, 877, 319, 876, 295, 303, 873, 872, 871, 294, 309, 309, 309, 309, 309, 326, 865, 292, 862, 310, 313, 313, 313, 313, 313, 854, 829, 336, 295, 310, 812, 699, 310, 328, 310, 310, 314, 690, 314, 320, 320, 320, 320, 320, 330, 294, 314, 294, 654, 314, 331, 314, 648, 906, 644, 295, 321, 321, 628, 333, 622, 329, 321, 329, 616, 295, 329, 321, 295, 329, 321, 321, 321, 329, 321, 329, 329, 335, 321, 326, 608, 326, 326, 334, 334, 334, 334, 334, 593, 326, 309, 336, 326, 338, 342, 334, 313, 328, 328, 328, 328, 336, 336, 588, 336, 577, 328, 328, 330, 339, 328, 328, 328, 330, 331, 331, 331, 573, 330, 572, 345, 330, 333, 333, 331, 571, 570, 331, 346, 347, 569, 320, 568, 333, 1586, 1586, 333, 1586, 333, 567, 350, 335, 566, 320, 546, 348, 544, 351, 540, 335, 334, 335, 352, 517, 335, 338, 338, 338, 342, 1454, 1454, 334, 1454, 1454, 516, 338, 515, 338, 342, 338, 338, 342, 514, 339, 1589, 1589, 339, 1589, 338, 356, 360, 342, 513, 339, 345, 338, 339, 343, 343, 343, 343, 343, 346, 347, 345, 512, 362, 345, 511, 343, 231, 346, 346, 347, 350, 346, 347, 348, 347, 348, 350, 351, 230, 214, 350, 357, 352, 350, 209, 348, 358, 351, 348, 351, 351, 195, 352, 1617, 1617, 352, 1617, 359, 352, 353, 353, 353, 353, 353, 355, 355, 355, 355, 355, 356, 360, 361, 183, 360, 368, 368, 368, 368, 368, 356, 360, 182, 356, 360, 181, 356, 362, 916, 916, 363, 916, 180, 343, 343, 916, 167, 362, 916, 343, 362, 44, 343, 362, 343, 30, 357, 357, 932, 932, 932, 358, 343, 357, 932, 357, 357, 932, 21, 357, 0, 358, 359, 358, 358, 359, 1659, 1659, 359, 1659, 915, 915, 359, 915, 915, 359, 361, 482, 482, 482, 482, 482, 0, 0, 1459, 1459, 361, 1459, 1459, 361, 359, 361, 353, 355, 363, 928, 928, 0, 928, 363, 440, 0, 928, 0, 363, 928, 440, 363, 365, 365, 365, 365, 365, 440, 440, 440, 440, 0, 440, 365, 365, 365, 440, 365, 365, 365, 365, 365, 366, 366, 366, 366, 366, 506, 506, 506, 506, 506, 0, 366, 366, 366, 0, 366, 366, 366, 366, 366, 367, 367, 367, 367, 367, 532, 532, 532, 532, 532, 915, 367, 367, 367, 0, 367, 367, 367, 367, 367, 370, 370, 370, 370, 370, 371, 371, 371, 371, 371, 0, 0, 370, 0, 0, 0, 0, 371, 0, 365, 372, 372, 372, 372, 372, 373, 373, 373, 373, 373, 365, 0, 372, 0, 0, 0, 0, 373, 0, 366, 374, 374, 374, 374, 374, 375, 375, 375, 375, 375, 366, 0, 374, 374, 0, 0, 0, 375, 0, 367, 376, 376, 376, 376, 376, 377, 377, 377, 377, 377, 367, 0, 376, 0, 0, 0, 0, 377, 378, 378, 378, 378, 378, 0, 371, 379, 379, 379, 379, 379, 378, 380, 380, 380, 380, 380, 507, 379, 507, 507, 507, 507, 507, 380, 381, 381, 381, 381, 381, 0, 372, 533, 533, 533, 533, 533, 381, 0, 373, 382, 382, 382, 382, 382, 383, 383, 383, 383, 383, 922, 922, 382, 922, 922, 0, 0, 383, 375, 0, 0, 376, 384, 384, 384, 384, 384, 0, 0, 385, 385, 385, 385, 385, 384, 0, 378, 0, 0, 377, 0, 385, 379, 0, 0, 379, 378, 386, 386, 386, 386, 386, 0, 0, 387, 387, 387, 387, 387, 386, 0, 380, 0, 0, 0, 0, 387, 388, 388, 388, 388, 388, 389, 389, 389, 389, 389, 0, 381, 388, 0, 0, 0, 0, 389, 0, 382, 534, 534, 534, 534, 534, 382, 390, 390, 390, 390, 390, 922, 383, 391, 391, 391, 391, 391, 390, 0, 0, 384, 385, 0, 0, 391, 392, 392, 392, 392, 392, 393, 393, 393, 393, 393, 956, 956, 392, 956, 956, 0, 0, 393, 393, 394, 394, 394, 394, 394, 0, 386, 0, 387, 0, 0, 0, 394, 386, 387, 388, 0, 0, 388, 395, 395, 395, 395, 395, 396, 396, 396, 396, 396, 0, 0, 395, 395, 0, 0, 0, 396, 389, 0, 0, 390, 397, 397, 397, 397, 397, 398, 398, 398, 398, 398, 0, 0, 397, 397, 0, 0, 392, 398, 0, 391, 399, 399, 399, 399, 399, 400, 400, 400, 400, 400, 0, 0, 399, 0, 0, 394, 394, 400, 956, 401, 401, 401, 401, 401, 0, 0, 402, 402, 402, 402, 402, 401, 0, 395, 0, 0, 0, 394, 402, 403, 403, 403, 403, 403, 404, 404, 404, 404, 404, 0, 0, 403, 396, 930, 0, 930, 404, 404, 0, 930, 397, 930, 930, 0, 398, 405, 405, 405, 405, 405, 406, 406, 406, 406, 406, 0, 0, 405, 0, 0, 0, 0, 406, 407, 407, 407, 407, 407, 408, 408, 408, 408, 408, 399, 0, 407, 0, 0, 400, 401, 408, 402, 0, 0, 402, 409, 409, 409, 409, 409, 410, 410, 410, 410, 410, 0, 403, 409, 0, 402, 0, 0, 410, 410, 411, 411, 411, 411, 411, 0, 0, 0, 0, 404, 0, 0, 411, 412, 412, 412, 412, 412, 413, 413, 413, 413, 413, 0, 0, 412, 412, 405, 0, 0, 413, 0, 0, 0, 406, 414, 414, 414, 414, 414, 0, 407, 416, 416, 416, 416, 416, 414, 415, 415, 415, 415, 415, 0, 416, 0, 0, 408, 0, 0, 415, 409, 417, 417, 417, 417, 417, 418, 418, 418, 418, 418, 0, 0, 417, 0, 0, 918, 0, 418, 418, 0, 0, 419, 419, 419, 419, 419, 0, 0, 0, 0, 411, 412, 413, 419, 420, 420, 420, 420, 420, 421, 421, 421, 421, 421, 0, 0, 420, 0, 0, 0, 0, 421, 422, 422, 422, 422, 422, 423, 423, 423, 423, 423, 0, 0, 422, 0, 414, 0, 0, 423, 0, 416, 415, 424, 424, 424, 424, 424, 0, 0, 0, 918, 418, 918, 0, 424, 417, 918, 417, 0, 918, 0, 418, 0, 0, 418, 419, 425, 425, 425, 425, 425, 426, 426, 426, 426, 426, 0, 0, 425, 0, 0, 0, 420, 426, 426, 427, 427, 427, 427, 427, 927, 0, 927, 0, 421, 0, 927, 427, 0, 927, 0, 423, 0, 927, 919, 919, 422, 919, 919, 0, 0, 422, 0, 0, 422, 0, 428, 428, 428, 428, 428, 429, 429, 429, 429, 429, 0, 424, 428, 0, 424, 0, 0, 429, 0, 0, 0, 424, 430, 430, 430, 430, 430, 431, 431, 431, 431, 431, 0, 0, 430, 0, 0, 425, 426, 431, 0, 0, 425, 0, 0, 0, 0, 427, 432, 432, 432, 432, 432, 0, 957, 957, 427, 957, 957, 427, 432, 433, 433, 433, 433, 433, 434, 434, 434, 434, 434, 0, 0, 433, 0, 0, 919, 0, 434, 435, 435, 435, 435, 435, 429, 0, 919, 0, 0, 428, 0, 435, 435, 436, 436, 436, 436, 436, 437, 437, 437, 437, 437, 445, 431, 436, 436, 0, 0, 0, 437, 0, 0, 0, 430, 430, 438, 438, 438, 438, 438, 439, 439, 439, 439, 439, 0, 0, 438, 0, 929, 0, 929, 439, 439, 432, 929, 929, 0, 929, 433, 432, 957, 441, 441, 441, 441, 441, 0, 0, 0, 0, 434, 433, 434, 441, 442, 442, 442, 442, 442, 443, 443, 443, 443, 443, 445, 435, 442, 0, 435, 0, 445, 443, 444, 444, 444, 444, 444, 0, 445, 445, 445, 446, 445, 0, 444, 0, 451, 0, 437, 0, 448, 448, 448, 448, 448, 439, 438, 934, 0, 934, 0, 439, 448, 934, 0, 934, 934, 447, 447, 439, 439, 439, 447, 439, 447, 447, 0, 439, 0, 0, 0, 447, 447, 447, 447, 0, 447, 441, 0, 0, 447, 449, 449, 449, 449, 449, 455, 450, 450, 450, 450, 450, 442, 449, 446, 0, 446, 446, 446, 450, 446, 444, 444, 443, 446, 451, 0, 0, 446, 446, 446, 0, 446, 451, 451, 451, 446, 451, 0, 0, 0, 451, 448, 452, 452, 452, 452, 452, 453, 453, 453, 453, 453, 0, 0, 452, 0, 0, 0, 0, 453, 454, 454, 454, 454, 454, 0, 0, 455, 455, 455, 0, 0, 454, 454, 455, 0, 0, 455, 449, 449, 0, 455, 455, 455, 455, 450, 455, 456, 456, 456, 456, 456, 457, 457, 457, 457, 457, 455, 0, 456, 0, 0, 0, 0, 457, 457, 459, 459, 459, 459, 459, 460, 460, 460, 460, 460, 0, 0, 459, 452, 0, 0, 0, 460, 920, 0, 0, 452, 0, 452, 461, 461, 461, 461, 461, 453, 462, 462, 462, 462, 462, 0, 461, 463, 463, 463, 463, 463, 462, 464, 464, 464, 464, 464, 0, 463, 465, 465, 465, 465, 465, 464, 466, 466, 466, 466, 466, 456, 465, 465, 0, 0, 457, 0, 466, 467, 467, 467, 467, 467, 468, 468, 468, 468, 468, 0, 0, 467, 0, 920, 1065, 920, 468, 0, 1065, 920, 0, 460, 920, 469, 469, 469, 469, 469, 0, 0, 459, 461, 1065, 0, 0, 469, 469, 470, 470, 470, 470, 470, 0, 0, 0, 0, 462, 0, 464, 470, 471, 471, 471, 471, 471, 0, 1065, 0, 0, 463, 465, 0, 471, 472, 472, 472, 472, 472, 0, 466, 473, 473, 473, 473, 473, 472, 0, 474, 474, 474, 474, 474, 473, 476, 476, 476, 476, 476, 467, 474, 475, 475, 475, 475, 475, 476, 0, 468, 469, 0, 0, 1065, 475, 477, 477, 477, 477, 477, 0, 0, 0, 0, 483, 483, 483, 477, 483, 483, 483, 483, 483, 0, 0, 0, 0, 483, 0, 0, 471, 933, 470, 933, 0, 0, 471, 933, 471, 471, 933, 0, 933, 0, 484, 484, 0, 484, 484, 484, 484, 484, 473, 0, 472, 473, 484, 0, 0, 474, 0, 0, 484, 485, 485, 0, 485, 485, 485, 485, 485, 0, 0, 0, 935, 485, 935, 473, 476, 0, 935, 485, 0, 935, 475, 0, 0, 477, 481, 481, 485, 481, 481, 481, 481, 481, 0, 0, 0, 0, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 491, 491, 0, 491, 491, 491, 491, 491, 0, 0, 0, 0, 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 491, 492, 0, 0, 492, 492, 492, 492, 492, 494, 0, 0, 0, 494, 494, 0, 494, 494, 494, 494, 494, 0, 0, 0, 0, 494, 0, 494, 0, 495, 495, 494, 495, 495, 937, 0, 937, 495, 0, 0, 937, 495, 495, 937, 495, 495, 495, 495, 495, 937, 0, 494, 0, 495, 0, 495, 0, 519, 0, 495, 519, 519, 519, 519, 519, 520, 0, 0, 520, 520, 520, 520, 520, 535, 535, 535, 535, 535, 0, 495, 503, 503, 0, 503, 503, 503, 503, 503, 0, 0, 0, 0, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 504, 504, 504, 504, 504, 541, 541, 541, 541, 541, 921, 0, 504, 0, 0, 504, 504, 504, 504, 504, 542, 542, 542, 542, 542, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 0, 0, 938, 504, 938, 0, 504, 938, 938, 504, 0, 938, 504, 504, 504, 0, 0, 504, 0, 0, 504, 948, 0, 948, 504, 504, 921, 948, 921, 504, 948, 948, 921, 504, 940, 921, 940, 504, 504, 504, 940, 940, 504, 940, 0, 504, 505, 505, 505, 505, 505, 556, 556, 556, 556, 556, 504, 0, 505, 505, 0, 505, 505, 505, 505, 505, 521, 521, 0, 521, 521, 521, 521, 521, 522, 522, 522, 522, 522, 557, 0, 557, 557, 557, 557, 557, 522, 522, 0, 522, 522, 522, 522, 522, 0, 0, 537, 0, 522, 537, 537, 537, 537, 537, 522, 523, 523, 523, 523, 523, 558, 0, 558, 558, 558, 558, 558, 523, 523, 0, 523, 523, 523, 523, 523, 505, 0, 0, 0, 523, 592, 592, 592, 592, 592, 523, 505, 509, 509, 509, 509, 509, 0, 0, 523, 509, 0, 0, 0, 509, 509, 0, 509, 509, 509, 509, 509, 0, 0, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 518, 518, 0, 518, 518, 518, 518, 518, 0, 592, 0, 0, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 529, 529, 529, 529, 529, 0, 529, 0, 529, 529, 530, 530, 530, 530, 530, 0, 530, 0, 530, 530, 0, 0, 529, 554, 554, 554, 554, 554, 949, 0, 949, 554, 530, 0, 949, 554, 0, 949, 949, 0, 575, 575, 575, 575, 575, 0, 0, 0, 0, 554, 529, 575, 575, 575, 925, 575, 575, 575, 575, 575, 530, 587, 587, 587, 587, 587, 0, 0, 576, 576, 576, 576, 576, 554, 555, 555, 555, 555, 555, 576, 576, 576, 0, 576, 576, 576, 576, 576, 0, 555, 555, 555, 555, 555, 0, 579, 579, 579, 579, 579, 0, 555, 555, 555, 579, 580, 580, 580, 580, 580, 0, 0, 555, 0, 580, 0, 0, 587, 0, 925, 555, 925, 555, 926, 0, 925, 0, 555, 925, 0, 555, 0, 0, 555, 0, 0, 555, 555, 555, 0, 0, 555, 0, 0, 555, 0, 0, 576, 555, 555, 945, 0, 945, 555, 0, 0, 945, 555, 576, 945, 0, 555, 555, 555, 0, 945, 555, 0, 0, 555, 581, 581, 581, 581, 581, 0, 0, 0, 581, 0, 555, 0, 581, 582, 582, 582, 582, 582, 926, 0, 926, 582, 0, 0, 926, 582, 581, 926, 583, 583, 583, 583, 583, 0, 0, 0, 583, 0, 0, 582, 583, 0, 0, 584, 584, 584, 584, 584, 0, 581, 581, 584, 0, 0, 583, 584, 585, 585, 585, 585, 585, 0, 0, 582, 585, 0, 0, 0, 585, 584, 0, 586, 586, 586, 586, 586, 0, 0, 583, 586, 0, 0, 585, 586, 0, 0, 589, 589, 589, 589, 589, 0, 0, 584, 589, 0, 0, 586, 589, 590, 590, 590, 590, 590, 0, 0, 585, 590, 0, 0, 0, 590, 589, 0, 591, 591, 591, 591, 591, 583, 0, 586, 591, 0, 0, 590, 591, 0, 0, 594, 594, 594, 594, 594, 584, 0, 589, 594, 0, 0, 591, 594, 0, 0, 595, 595, 595, 595, 595, 590, 585, 0, 595, 0, 0, 594, 595, 0, 0, 596, 596, 596, 596, 596, 591, 0, 0, 596, 0, 586, 595, 596, 597, 597, 597, 597, 597, 589, 0, 594, 597, 0, 0, 0, 597, 596, 600, 600, 600, 600, 600, 590, 0, 0, 595, 0, 0, 0, 597, 591, 598, 598, 598, 598, 598, 923, 0, 0, 598, 596, 0, 0, 598, 599, 599, 599, 599, 599, 0, 0, 0, 599, 597, 0, 936, 599, 598, 594, 601, 601, 601, 601, 601, 602, 602, 602, 602, 602, 0, 599, 0, 602, 595, 0, 0, 602, 0, 596, 0, 0, 598, 603, 603, 603, 603, 603, 0, 600, 597, 602, 0, 0, 0, 599, 604, 604, 604, 604, 604, 0, 0, 923, 604, 923, 0, 0, 604, 923, 0, 598, 923, 0, 0, 602, 605, 605, 605, 605, 605, 936, 604, 936, 605, 0, 0, 936, 605, 0, 936, 0, 599, 0, 946, 606, 606, 606, 606, 606, 0, 0, 605, 606, 0, 601, 604, 606, 0, 0, 601, 607, 607, 607, 607, 607, 602, 0, 0, 0, 0, 606, 0, 603, 0, 0, 605, 609, 609, 609, 609, 609, 0, 0, 0, 609, 0, 0, 604, 609, 609, 0, 0, 0, 0, 606, 610, 610, 610, 610, 610, 0, 0, 609, 611, 611, 611, 611, 611, 946, 0, 946, 611, 0, 0, 946, 611, 0, 946, 605, 607, 615, 615, 615, 615, 615, 0, 609, 0, 0, 611, 0, 0, 606, 612, 612, 612, 612, 612, 951, 0, 951, 612, 0, 0, 951, 612, 0, 951, 0, 610, 0, 0, 0, 611, 613, 613, 613, 613, 613, 612, 0, 0, 613, 951, 0, 609, 613, 0, 0, 614, 614, 614, 614, 614, 0, 959, 959, 614, 959, 959, 613, 614, 614, 612, 617, 617, 617, 617, 617, 624, 624, 624, 624, 624, 611, 614, 0, 618, 618, 618, 618, 618, 0, 0, 613, 618, 0, 0, 615, 618, 619, 619, 619, 619, 619, 954, 0, 954, 619, 614, 0, 954, 619, 618, 954, 0, 612, 620, 620, 620, 620, 620, 0, 955, 954, 620, 619, 0, 0, 620, 613, 621, 621, 621, 621, 621, 0, 618, 630, 630, 630, 630, 630, 620, 623, 623, 623, 623, 623, 0, 619, 0, 623, 959, 947, 947, 623, 947, 614, 0, 0, 947, 617, 0, 947, 0, 618, 620, 624, 0, 623, 625, 625, 625, 625, 625, 0, 619, 0, 625, 0, 0, 0, 625, 626, 626, 626, 626, 626, 955, 0, 955, 626, 0, 623, 955, 626, 625, 955, 0, 627, 627, 627, 627, 627, 0, 0, 0, 0, 621, 626, 620, 627, 0, 629, 629, 629, 629, 629, 621, 0, 625, 629, 0, 0, 0, 629, 630, 0, 631, 631, 631, 631, 631, 626, 0, 0, 631, 0, 0, 629, 631, 632, 632, 632, 632, 632, 0, 960, 960, 632, 960, 960, 0, 632, 631, 633, 633, 633, 633, 633, 0, 0, 0, 629, 0, 0, 0, 632, 625, 626, 0, 634, 634, 634, 634, 634, 0, 0, 631, 634, 0, 0, 0, 634, 635, 635, 635, 635, 635, 0, 0, 632, 635, 0, 0, 0, 635, 634, 698, 698, 698, 698, 698, 631, 0, 636, 636, 636, 636, 636, 635, 629, 0, 636, 0, 962, 962, 636, 962, 962, 0, 634, 653, 653, 653, 653, 653, 632, 0, 965, 965, 636, 965, 965, 635, 960, 637, 637, 637, 637, 637, 0, 0, 0, 637, 0, 0, 633, 637, 638, 638, 638, 638, 638, 634, 636, 958, 638, 0, 0, 634, 638, 637, 635, 0, 634, 639, 639, 639, 639, 639, 0, 0, 0, 639, 638, 0, 0, 639, 640, 640, 640, 640, 640, 0, 0, 637, 640, 0, 0, 698, 640, 639, 0, 641, 641, 641, 641, 641, 638, 0, 0, 641, 962, 0, 640, 641, 642, 642, 642, 642, 642, 0, 0, 653, 642, 639, 965, 0, 642, 641, 0, 958, 0, 958, 637, 653, 0, 958, 640, 638, 958, 0, 642, 643, 643, 643, 643, 643, 645, 645, 645, 645, 645, 641, 0, 0, 645, 0, 0, 0, 645, 0, 0, 0, 639, 0, 642, 0, 646, 646, 646, 646, 646, 0, 645, 640, 646, 0, 0, 0, 646, 0, 640, 647, 647, 647, 647, 647, 0, 0, 0, 642, 0, 0, 646, 0, 0, 0, 645, 649, 649, 649, 649, 649, 0, 0, 0, 649, 0, 0, 0, 649, 649, 712, 712, 712, 712, 712, 646, 0, 0, 0, 961, 643, 0, 649, 650, 650, 650, 650, 650, 0, 0, 645, 650, 0, 0, 0, 650, 650, 0, 0, 0, 651, 651, 651, 651, 651, 952, 649, 952, 651, 650, 0, 952, 651, 0, 952, 0, 647, 0, 952, 0, 646, 679, 679, 679, 679, 679, 651, 652, 652, 652, 652, 652, 0, 650, 0, 652, 0, 0, 0, 652, 655, 655, 655, 655, 655, 961, 0, 961, 655, 649, 651, 961, 655, 652, 961, 656, 656, 656, 656, 656, 0, 0, 0, 656, 0, 0, 655, 656, 657, 657, 657, 657, 657, 0, 0, 0, 657, 652, 0, 651, 657, 656, 0, 658, 658, 658, 658, 658, 0, 0, 655, 658, 0, 0, 657, 658, 659, 659, 659, 659, 659, 966, 0, 966, 659, 656, 679, 966, 659, 658, 966, 679, 652, 660, 660, 660, 660, 660, 657, 0, 966, 660, 659, 0, 0, 660, 662, 662, 662, 662, 662, 655, 0, 658, 662, 0, 0, 0, 662, 660, 0, 661, 661, 661, 661, 661, 659, 0, 656, 661, 0, 0, 662, 661, 0, 0, 663, 663, 663, 663, 663, 0, 0, 660, 663, 0, 657, 661, 663, 663, 0, 0, 0, 658, 846, 0, 662, 846, 846, 846, 846, 846, 663, 0, 0, 659, 664, 664, 664, 664, 664, 661, 0, 0, 664, 0, 0, 0, 664, 0, 0, 0, 660, 0, 0, 813, 663, 813, 813, 813, 813, 813, 664, 0, 0, 0, 813, 661, 665, 665, 665, 665, 665, 0, 662, 0, 665, 0, 0, 0, 665, 0, 0, 663, 0, 0, 664, 666, 666, 666, 666, 666, 0, 0, 665, 666, 0, 0, 0, 666, 0, 0, 0, 667, 667, 667, 667, 667, 0, 0, 0, 667, 0, 666, 664, 667, 667, 0, 665, 668, 668, 668, 668, 668, 0, 0, 0, 668, 0, 667, 0, 668, 676, 676, 676, 676, 676, 666, 669, 669, 669, 669, 669, 0, 676, 668, 669, 0, 0, 0, 669, 0, 0, 667, 665, 0, 0, 0, 670, 670, 670, 670, 670, 0, 669, 0, 670, 0, 0, 668, 670, 0, 0, 0, 0, 666, 0, 671, 671, 671, 671, 671, 0, 0, 670, 671, 0, 0, 669, 671, 672, 672, 672, 672, 672, 0, 0, 0, 672, 676, 0, 0, 672, 671, 0, 668, 0, 0, 670, 667, 676, 0, 0, 0, 0, 669, 672, 673, 673, 673, 673, 673, 0, 0, 0, 673, 0, 671, 0, 673, 715, 715, 715, 715, 715, 0, 0, 670, 0, 0, 672, 670, 715, 673, 674, 674, 674, 674, 674, 0, 0, 0, 674, 0, 0, 0, 674, 674, 701, 701, 701, 701, 701, 671, 671, 0, 0, 673, 0, 0, 674, 0, 675, 675, 675, 675, 675, 0, 0, 0, 675, 0, 672, 672, 675, 675, 0, 0, 672, 678, 678, 678, 678, 678, 674, 673, 0, 678, 675, 0, 0, 678, 678, 0, 680, 680, 680, 680, 680, 0, 0, 0, 680, 0, 0, 678, 680, 681, 681, 681, 681, 681, 675, 0, 0, 681, 0, 0, 0, 681, 680, 0, 682, 682, 682, 682, 682, 0, 0, 678, 682, 0, 0, 681, 682, 682, 701, 683, 683, 683, 683, 683, 0, 0, 680, 683, 0, 0, 682, 683, 0, 0, 0, 0, 675, 0, 0, 681, 684, 684, 684, 684, 684, 683, 0, 0, 684, 0, 0, 0, 684, 680, 682, 685, 685, 685, 685, 685, 0, 0, 0, 685, 0, 0, 684, 685, 0, 683, 686, 686, 686, 686, 686, 0, 0, 0, 686, 0, 681, 685, 686, 963, 0, 687, 687, 687, 687, 687, 684, 682, 0, 687, 0, 682, 686, 687, 0, 0, 688, 688, 688, 688, 688, 685, 0, 0, 688, 0, 683, 687, 688, 689, 689, 689, 689, 689, 0, 0, 686, 0, 0, 0, 0, 689, 688, 0, 691, 691, 691, 691, 691, 684, 0, 687, 691, 685, 0, 0, 691, 0, 0, 0, 692, 692, 692, 692, 692, 963, 688, 963, 692, 0, 691, 963, 692, 692, 963, 885, 885, 885, 885, 885, 687, 0, 0, 686, 885, 0, 692, 693, 693, 693, 693, 693, 0, 0, 691, 693, 0, 0, 0, 693, 722, 722, 722, 722, 722, 0, 0, 688, 689, 689, 692, 0, 722, 693, 689, 964, 0, 689, 0, 689, 0, 694, 694, 694, 694, 694, 0, 689, 0, 694, 0, 0, 691, 694, 0, 0, 0, 693, 695, 695, 695, 695, 695, 0, 0, 0, 695, 694, 0, 0, 695, 696, 696, 696, 696, 696, 0, 0, 0, 696, 0, 0, 0, 696, 695, 0, 0, 0, 0, 693, 0, 694, 697, 697, 697, 697, 697, 696, 0, 0, 697, 964, 0, 964, 697, 722, 0, 964, 695, 0, 964, 700, 700, 700, 700, 700, 0, 0, 697, 700, 0, 696, 0, 700, 702, 702, 702, 702, 702, 694, 0, 0, 702, 0, 0, 0, 702, 700, 0, 0, 0, 0, 697, 703, 703, 703, 703, 703, 0, 0, 702, 703, 0, 0, 0, 703, 695, 953, 0, 953, 0, 700, 0, 953, 696, 0, 953, 697, 0, 703, 953, 0, 0, 0, 702, 704, 704, 704, 704, 704, 0, 0, 0, 704, 0, 0, 0, 704, 705, 705, 705, 705, 705, 703, 0, 0, 705, 0, 0, 700, 705, 704, 0, 706, 706, 706, 706, 706, 0, 0, 0, 706, 0, 702, 705, 706, 707, 707, 707, 707, 707, 0, 0, 0, 707, 704, 0, 0, 707, 706, 0, 708, 708, 708, 708, 708, 0, 0, 705, 708, 0, 0, 707, 708, 709, 709, 709, 709, 709, 0, 0, 0, 709, 706, 0, 0, 709, 708, 0, 710, 710, 710, 710, 710, 0, 0, 707, 710, 0, 704, 709, 710, 711, 711, 711, 711, 711, 0, 0, 0, 711, 708, 0, 0, 711, 710, 0, 706, 0, 713, 713, 713, 713, 713, 709, 0, 0, 0, 711, 0, 713, 713, 713, 707, 713, 713, 713, 713, 713, 710, 0, 0, 707, 0, 714, 714, 714, 714, 714, 0, 0, 0, 711, 0, 0, 714, 714, 714, 709, 714, 714, 714, 714, 714, 716, 716, 716, 716, 716, 717, 717, 717, 717, 717, 0, 0, 716, 0, 0, 0, 0, 717, 710, 718, 718, 718, 718, 718, 711, 719, 719, 719, 719, 719, 0, 718, 721, 721, 721, 721, 721, 719, 720, 720, 720, 720, 720, 0, 721, 723, 723, 723, 723, 723, 720, 724, 724, 724, 724, 724, 0, 723, 0, 714, 0, 0, 0, 724, 725, 725, 725, 725, 725, 0, 714, 726, 726, 726, 726, 726, 725, 727, 727, 727, 727, 727, 0, 726, 888, 888, 888, 888, 888, 727, 0, 716, 0, 0, 0, 0, 717, 728, 728, 728, 728, 728, 729, 729, 729, 729, 729, 0, 0, 728, 0, 0, 0, 718, 729, 730, 730, 730, 730, 730, 0, 0, 0, 719, 721, 0, 0, 730, 0, 720, 731, 731, 731, 731, 731, 0, 732, 732, 732, 732, 732, 0, 731, 723, 888, 0, 0, 0, 732, 724, 0, 0, 725, 0, 0, 0, 727, 726, 733, 733, 733, 733, 733, 734, 734, 734, 734, 734, 0, 0, 733, 733, 0, 0, 0, 734, 735, 735, 735, 735, 735, 0, 0, 0, 728, 0, 0, 0, 735, 0, 0, 0, 0, 729, 0, 0, 0, 730, 736, 736, 736, 736, 736, 737, 737, 737, 737, 737, 0, 0, 736, 0, 0, 0, 0, 737, 737, 738, 738, 738, 738, 738, 0, 731, 732, 0, 0, 0, 0, 738, 739, 739, 739, 739, 739, 0, 740, 740, 740, 740, 740, 0, 739, 0, 0, 0, 0, 733, 740, 741, 741, 741, 741, 741, 734, 742, 742, 742, 742, 742, 0, 741, 743, 743, 743, 743, 743, 742, 0, 735, 0, 0, 0, 0, 743, 744, 744, 744, 744, 744, 0, 0, 0, 0, 736, 0, 0, 744, 745, 745, 745, 745, 745, 0, 0, 0, 738, 0, 0, 0, 745, 0, 737, 0, 0, 0, 0, 739, 746, 746, 746, 746, 746, 747, 747, 747, 747, 747, 0, 0, 746, 0, 0, 0, 0, 747, 0, 0, 0, 0, 740, 748, 748, 748, 748, 748, 0, 749, 749, 749, 749, 749, 0, 748, 0, 0, 0, 0, 743, 749, 0, 0, 0, 742, 750, 750, 750, 750, 750, 0, 0, 0, 0, 745, 0, 0, 750, 751, 751, 751, 751, 751, 0, 744, 752, 752, 752, 752, 752, 751, 753, 753, 753, 753, 753, 0, 752, 754, 754, 754, 754, 754, 753, 0, 746, 0, 747, 0, 0, 754, 0, 0, 747, 0, 0, 0, 0, 747, 0, 0, 748, 755, 755, 755, 755, 755, 756, 756, 756, 756, 756, 0, 0, 755, 0, 0, 0, 0, 756, 757, 757, 757, 757, 757, 758, 758, 758, 758, 758, 0, 0, 757, 0, 750, 0, 0, 758, 758, 751, 759, 759, 759, 759, 759, 760, 760, 760, 760, 760, 0, 0, 759, 759, 752, 0, 0, 760, 753, 761, 761, 761, 761, 761, 0, 753, 762, 762, 762, 762, 762, 761, 763, 763, 763, 763, 763, 755, 762, 764, 764, 764, 764, 764, 763, 765, 765, 765, 765, 765, 0, 764, 756, 0, 0, 0, 0, 765, 766, 766, 766, 766, 766, 0, 767, 767, 767, 767, 767, 0, 766, 0, 0, 0, 0, 757, 767, 0, 758, 768, 768, 768, 768, 768, 760, 769, 769, 769, 769, 769, 0, 768, 907, 907, 907, 907, 907, 769, 770, 770, 770, 770, 770, 0, 761, 1069, 1069, 1069, 1069, 1069, 770, 770, 771, 771, 771, 771, 771, 762, 772, 772, 772, 772, 772, 0, 771, 763, 0, 0, 0, 0, 772, 0, 0, 0, 0, 765, 0, 764, 773, 773, 773, 773, 773, 0, 0, 0, 0, 766, 0, 0, 773, 0, 0, 767, 0, 768, 774, 774, 774, 774, 774, 775, 775, 775, 775, 775, 0, 0, 774, 774, 0, 0, 0, 775, 0, 770, 776, 776, 776, 776, 776, 907, 0, 769, 0, 0, 0, 0, 776, 0, 771, 777, 777, 777, 777, 777, 778, 778, 778, 778, 778, 0, 0, 777, 772, 0, 0, 0, 778, 779, 779, 779, 779, 779, 0, 780, 780, 780, 780, 780, 0, 779, 0, 0, 0, 0, 773, 780, 781, 781, 781, 781, 781, 782, 782, 782, 782, 782, 0, 0, 781, 781, 0, 0, 0, 782, 782, 775, 783, 783, 783, 783, 783, 776, 784, 784, 784, 784, 784, 0, 783, 783, 774, 0, 0, 0, 784, 0, 0, 0, 777, 0, 0, 0, 777, 785, 785, 785, 785, 785, 0, 0, 778, 778, 0, 1062, 0, 785, 1062, 1062, 1062, 1062, 1062, 780, 0, 0, 786, 786, 786, 786, 786, 779, 779, 0, 0, 0, 0, 779, 786, 786, 787, 787, 787, 787, 787, 788, 788, 788, 788, 788, 0, 0, 787, 0, 0, 782, 0, 788, 0, 0, 0, 784, 789, 789, 789, 789, 789, 790, 790, 790, 790, 790, 0, 0, 789, 0, 0, 0, 0, 790, 791, 791, 791, 791, 791, 792, 792, 792, 792, 792, 0, 0, 791, 0, 0, 0, 785, 792, 793, 793, 793, 793, 793, 794, 794, 794, 794, 794, 0, 0, 793, 0, 0, 786, 0, 794, 794, 786, 795, 795, 795, 795, 795, 796, 796, 796, 796, 796, 0, 0, 795, 787, 0, 0, 0, 796, 0, 0, 788, 797, 797, 797, 797, 797, 789, 798, 798, 798, 798, 798, 0, 797, 939, 939, 939, 939, 939, 798, 0, 791, 0, 0, 0, 0, 790, 799, 799, 799, 799, 799, 800, 800, 800, 800, 800, 0, 792, 799, 0, 0, 0, 0, 800, 0, 0, 0, 793, 801, 801, 801, 801, 801, 802, 802, 802, 802, 802, 0, 0, 801, 795, 0, 0, 0, 802, 803, 803, 803, 803, 803, 0, 796, 804, 804, 804, 804, 804, 803, 805, 805, 805, 805, 805, 0, 804, 900, 900, 900, 900, 900, 805, 806, 806, 806, 806, 806, 0, 797, 798, 939, 799, 0, 0, 806, 807, 807, 807, 807, 807, 808, 808, 808, 808, 808, 0, 0, 807, 0, 800, 0, 0, 808, 809, 809, 809, 809, 809, 810, 810, 810, 810, 810, 0, 0, 809, 0, 801, 814, 814, 810, 814, 814, 814, 814, 814, 0, 0, 0, 0, 814, 901, 901, 901, 901, 901, 814, 0, 0, 0, 803, 814, 0, 805, 815, 815, 0, 815, 815, 815, 815, 815, 815, 0, 0, 0, 815, 0, 0, 806, 0, 0, 815, 905, 905, 905, 905, 905, 806, 0, 900, 0, 0, 820, 808, 0, 815, 820, 820, 0, 820, 820, 820, 820, 820, 0, 0, 0, 0, 820, 0, 820, 0, 0, 810, 820, 809, 0, 0, 0, 821, 0, 0, 0, 821, 821, 0, 821, 821, 821, 821, 821, 0, 0, 820, 820, 821, 0, 821, 901, 0, 0, 821, 0, 0, 0, 0, 821, 836, 836, 836, 836, 836, 0, 898, 898, 898, 898, 898, 836, 836, 836, 821, 836, 836, 836, 836, 836, 0, 0, 0, 0, 836, 837, 837, 837, 837, 837, 0, 1113, 1113, 1113, 1113, 1113, 837, 837, 837, 905, 837, 837, 837, 837, 837, 0, 0, 0, 0, 837, 847, 847, 847, 847, 847, 941, 941, 941, 941, 941, 0, 0, 847, 847, 0, 847, 847, 847, 847, 847, 898, 0, 0, 0, 847, 886, 886, 886, 886, 886, 847, 0, 0, 886, 0, 847, 0, 886, 0, 0, 845, 845, 845, 845, 845, 863, 863, 863, 863, 863, 0, 886, 845, 0, 837, 845, 845, 845, 845, 845, 863, 863, 863, 863, 863, 837, 838, 838, 838, 838, 838, 0, 886, 941, 838, 886, 1113, 0, 838, 838, 0, 838, 838, 838, 838, 838, 0, 0, 0, 0, 838, 838, 838, 838, 838, 838, 838, 838, 838, 838, 838, 838, 838, 838, 838, 838, 838, 838, 838, 838, 838, 838, 838, 838, 838, 838, 838, 0, 0, 845, 848, 848, 848, 848, 848, 1099, 1099, 1099, 1099, 1099, 845, 0, 848, 848, 0, 848, 848, 848, 848, 848, 848, 0, 0, 0, 848, 1251, 1251, 1251, 1251, 1251, 848, 0, 0, 893, 893, 893, 893, 893, 970, 970, 970, 970, 970, 0, 848, 855, 855, 855, 855, 855, 970, 970, 0, 0, 0, 855, 855, 855, 855, 855, 0, 855, 855, 855, 855, 855, 855, 855, 855, 855, 855, 855, 855, 855, 855, 855, 855, 855, 855, 855, 882, 882, 882, 882, 882, 924, 924, 924, 924, 924, 0, 882, 882, 882, 0, 882, 882, 882, 882, 882, 887, 887, 887, 887, 887, 0, 0, 0, 887, 1099, 0, 0, 887, 889, 889, 889, 889, 889, 893, 0, 1251, 889, 0, 893, 0, 889, 887, 0, 890, 890, 890, 890, 890, 0, 0, 0, 890, 0, 0, 889, 890, 890, 0, 891, 891, 891, 891, 891, 0, 0, 887, 891, 0, 0, 890, 891, 0, 0, 0, 882, 0, 0, 0, 889, 924, 0, 0, 0, 0, 891, 882, 892, 892, 892, 892, 892, 924, 0, 890, 892, 0, 0, 0, 892, 892, 1133, 1133, 1133, 1133, 1133, 887, 0, 0, 891, 0, 0, 0, 892, 0, 896, 896, 896, 896, 896, 0, 0, 889, 896, 0, 0, 0, 896, 896, 0, 0, 897, 897, 897, 897, 897, 0, 892, 0, 897, 0, 896, 891, 897, 899, 899, 899, 899, 899, 0, 0, 0, 899, 0, 0, 0, 899, 897, 0, 0, 902, 902, 902, 902, 902, 896, 0, 892, 902, 1133, 899, 0, 902, 0, 0, 0, 903, 903, 903, 903, 903, 897, 0, 0, 903, 0, 902, 0, 903, 904, 904, 904, 904, 904, 899, 0, 0, 904, 0, 0, 0, 904, 903, 0, 909, 909, 909, 909, 909, 0, 902, 0, 909, 0, 0, 904, 909, 909, 0, 0, 0, 0, 897, 0, 0, 899, 903, 0, 0, 0, 909, 0, 910, 910, 910, 910, 910, 0, 0, 904, 910, 0, 0, 0, 910, 0, 0, 0, 902, 911, 911, 911, 911, 911, 909, 0, 0, 911, 910, 0, 0, 911, 912, 912, 912, 912, 912, 903, 0, 0, 912, 0, 0, 0, 912, 911, 0, 0, 0, 904, 0, 0, 910, 942, 942, 942, 942, 942, 912, 0, 950, 950, 950, 950, 950, 0, 0, 0, 0, 911, 0, 0, 0, 967, 967, 967, 967, 967, 0, 0, 0, 0, 912, 910, 967, 967, 967, 0, 967, 967, 967, 967, 967, 968, 968, 968, 968, 968, 0, 911, 1090, 1090, 1090, 1090, 1090, 968, 911, 0, 0, 0, 912, 0, 912, 0, 0, 911, 912, 0, 0, 912, 969, 969, 969, 969, 969, 971, 971, 971, 971, 971, 0, 0, 969, 0, 0, 0, 0, 971, 942, 950, 0, 0, 0, 942, 0, 950, 972, 972, 972, 972, 972, 950, 967, 0, 0, 950, 0, 0, 972, 972, 1090, 0, 0, 967, 973, 973, 973, 973, 973, 974, 974, 974, 974, 974, 0, 0, 973, 973, 0, 0, 0, 974, 0, 968, 975, 975, 975, 975, 975, 976, 976, 976, 976, 976, 0, 0, 975, 0, 0, 0, 0, 976, 977, 977, 977, 977, 977, 0, 971, 0, 0, 0, 0, 969, 977, 978, 978, 978, 978, 978, 980, 980, 980, 980, 980, 0, 972, 978, 0, 0, 0, 0, 980, 980, 981, 981, 981, 981, 981, 982, 982, 982, 982, 982, 0, 0, 981, 0, 0, 0, 0, 982, 983, 983, 983, 983, 983, 0, 0, 0, 974, 0, 0, 0, 983, 975, 984, 984, 984, 984, 984, 985, 985, 985, 985, 985, 0, 976, 984, 0, 0, 0, 0, 985, 985, 987, 987, 987, 987, 987, 0, 0, 0, 977, 0, 0, 0, 987, 988, 988, 988, 988, 988, 0, 0, 978, 0, 0, 0, 0, 988, 0, 0, 0, 0, 981, 0, 0, 0, 982, 0, 989, 989, 989, 989, 989, 982, 0, 0, 0, 983, 0, 983, 989, 0, 982, 983, 0, 0, 983, 991, 991, 991, 991, 991, 992, 992, 992, 992, 992, 0, 0, 991, 991, 0, 0, 0, 992, 0, 0, 0, 0, 987, 994, 994, 994, 994, 994, 0, 0, 0, 984, 0, 0, 0, 994, 995, 995, 995, 995, 995, 996, 996, 996, 996, 996, 988, 0, 995, 995, 0, 0, 0, 996, 996, 997, 997, 997, 997, 997, 998, 998, 998, 998, 998, 0, 0, 997, 0, 0, 0, 0, 998, 999, 999, 999, 999, 999, 0, 0, 991, 0, 0, 0, 0, 999, 1000, 1000, 1000, 1000, 1000, 1001, 1001, 1001, 1001, 1001, 0, 0, 1000, 0, 0, 0, 0, 1001, 1002, 1002, 1002, 1002, 1002, 1003, 1003, 1003, 1003, 1003, 0, 0, 1002, 0, 0, 0, 0, 1003, 1004, 1004, 1004, 1004, 1004, 1005, 1005, 1005, 1005, 1005, 0, 0, 1004, 0, 0, 998, 0, 1005, 1006, 1006, 1006, 1006, 1006, 0, 997, 1007, 1007, 1007, 1007, 1007, 1006, 1006, 0, 0, 0, 0, 999, 1007, 0, 1008, 1008, 1008, 1008, 1008, 1009, 1009, 1009, 1009, 1009, 0, 1000, 1008, 0, 0, 0, 0, 1009, 0, 1001, 0, 0, 1002, 1010, 1010, 1010, 1010, 1010, 1011, 1011, 1011, 1011, 1011, 0, 0, 1010, 0, 1003, 0, 0, 1011, 1011, 1012, 1012, 1012, 1012, 1012, 1004, 1013, 1013, 1013, 1013, 1013, 1005, 1012, 0, 0, 0, 0, 1006, 1013, 1014, 1014, 1014, 1014, 1014, 1015, 1015, 1015, 1015, 1015, 0, 0, 1014, 0, 0, 0, 0, 1015, 1007, 0, 0, 0, 1008, 1016, 1016, 1016, 1016, 1016, 0, 1009, 1017, 1017, 1017, 1017, 1017, 1016, 1018, 1018, 1018, 1018, 1018, 0, 1017, 1098, 1098, 1098, 1098, 1098, 1018, 1019, 1019, 1019, 1019, 1019, 0, 1010, 0, 0, 1012, 0, 0, 1019, 1022, 1022, 1022, 1022, 1022, 1025, 1025, 1025, 1025, 1025, 0, 0, 1022, 1013, 0, 0, 0, 1025, 1027, 1027, 1027, 1027, 1027, 0, 0, 0, 1014, 0, 0, 0, 1027, 1028, 1028, 1028, 1028, 1028, 1030, 1030, 1030, 1030, 1030, 0, 0, 1028, 0, 1098, 1015, 0, 1030, 0, 1032, 1032, 1016, 1032, 1032, 1032, 1032, 1032, 1032, 1017, 0, 0, 1032, 1305, 1305, 1305, 1305, 1305, 1032, 1034, 1034, 1018, 1034, 1034, 1034, 1034, 1034, 1034, 0, 0, 0, 1034, 0, 0, 1038, 0, 0, 1034, 1038, 1038, 0, 1038, 1038, 1038, 1038, 1038, 0, 0, 0, 0, 1038, 0, 1038, 1039, 0, 0, 1038, 1039, 1039, 0, 1039, 1039, 1039, 1039, 1039, 1039, 0, 0, 0, 1039, 0, 1039, 0, 1038, 0, 1039, 1038, 1092, 1092, 1092, 1092, 1092, 0, 1030, 1043, 1043, 1043, 1043, 1043, 0, 1097, 1097, 1097, 1097, 1097, 1039, 0, 0, 0, 1043, 1043, 1043, 1043, 1043, 1044, 1044, 1044, 1044, 1044, 1189, 0, 1189, 1189, 1189, 1189, 1189, 0, 1044, 0, 0, 1189, 1051, 1051, 1051, 1051, 1051, 0, 0, 1044, 0, 0, 1044, 1051, 1051, 1051, 0, 1051, 1051, 1051, 1051, 1051, 0, 0, 0, 0, 1051, 1058, 1058, 1058, 1058, 1058, 1306, 1306, 1306, 1306, 1306, 0, 0, 1058, 1058, 0, 1058, 1058, 1058, 1058, 1058, 1058, 0, 0, 1092, 1058, 1088, 1088, 1088, 1088, 1088, 1058, 1068, 1068, 1068, 1068, 1068, 1097, 0, 0, 0, 1057, 1057, 1057, 1057, 1057, 0, 1068, 1068, 1068, 1068, 1068, 1057, 1057, 1057, 1051, 1057, 1057, 1057, 1057, 1057, 0, 0, 0, 0, 1057, 1051, 1052, 1052, 1052, 1052, 1052, 0, 0, 0, 1052, 0, 0, 0, 1052, 1052, 0, 1052, 1052, 1052, 1052, 1052, 0, 0, 0, 0, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1088, 0, 1057, 1059, 1059, 1059, 1059, 1059, 0, 0, 0, 0, 1088, 1057, 0, 1059, 1059, 0, 1059, 1059, 1059, 1059, 1059, 1059, 0, 0, 0, 1059, 1070, 1070, 1070, 1070, 1070, 1059, 0, 1076, 1076, 1076, 1076, 1076, 0, 0, 0, 1070, 1070, 1070, 1070, 1070, 1076, 0, 1076, 1076, 1076, 1076, 1076, 1077, 1077, 1077, 1077, 1077, 0, 0, 1078, 1078, 1078, 1078, 1078, 0, 1077, 0, 1077, 1077, 1077, 1077, 1077, 1078, 0, 1078, 1078, 1078, 1078, 1078, 1079, 1079, 1079, 1079, 1079, 1080, 1080, 1080, 1080, 1080, 0, 0, 0, 1079, 0, 1079, 1079, 1079, 1079, 1079, 1080, 1080, 1080, 1080, 1080, 1070, 1081, 1081, 1081, 1081, 1081, 1101, 1101, 1101, 1101, 1101, 1070, 0, 0, 1081, 0, 1081, 1081, 1081, 1081, 1081, 0, 1076, 1082, 1082, 1082, 1082, 1082, 1077, 0, 1078, 1083, 1083, 1083, 1083, 1083, 1082, 0, 1082, 1082, 1082, 1082, 1082, 0, 1083, 0, 1083, 1083, 1083, 1083, 1083, 1084, 1084, 1084, 1084, 1084, 0, 0, 1085, 1085, 1085, 1085, 1085, 0, 1084, 0, 1084, 1084, 1084, 1084, 1084, 1085, 0, 1085, 1085, 1085, 1085, 1085, 1079, 0, 0, 1079, 0, 0, 0, 1086, 1086, 1086, 1086, 1086, 0, 0, 0, 0, 1081, 0, 0, 0, 1086, 1082, 1086, 1086, 1086, 1086, 1086, 1087, 1087, 1087, 1087, 1087, 1101, 0, 0, 1104, 1104, 1104, 1104, 1104, 0, 0, 1087, 1087, 1087, 1087, 1087, 0, 1089, 1089, 1089, 1089, 1089, 0, 0, 0, 1089, 0, 0, 1083, 1089, 1091, 1091, 1091, 1091, 1091, 1084, 0, 0, 1091, 0, 1085, 0, 1091, 1089, 0, 1093, 1093, 1093, 1093, 1093, 0, 0, 0, 1093, 0, 0, 1091, 1093, 1094, 1094, 1094, 1094, 1094, 0, 0, 0, 1094, 1089, 0, 0, 1094, 1093, 0, 1100, 1100, 1100, 1100, 1100, 0, 0, 1091, 1100, 1104, 0, 1094, 1100, 1100, 0, 1102, 1102, 1102, 1102, 1102, 0, 0, 1093, 1102, 0, 0, 1100, 1102, 1102, 0, 1105, 1105, 1105, 1105, 1105, 1094, 0, 0, 1105, 1089, 0, 1102, 1105, 1106, 1106, 1106, 1106, 1106, 1091, 0, 1100, 1106, 0, 0, 0, 1106, 1105, 0, 1107, 1107, 1107, 1107, 1107, 0, 1093, 1102, 1107, 0, 0, 1106, 1107, 0, 0, 1108, 1108, 1108, 1108, 1108, 0, 0, 1105, 1108, 0, 1094, 1107, 1108, 1109, 1109, 1109, 1109, 1109, 0, 0, 1106, 1109, 0, 0, 0, 1109, 1108, 0, 1110, 1110, 1110, 1110, 1110, 0, 0, 1107, 1110, 0, 0, 1109, 1110, 1111, 1111, 1111, 1111, 1111, 0, 0, 0, 1111, 1108, 0, 0, 1111, 1110, 0, 1112, 1112, 1112, 1112, 1112, 0, 0, 1109, 1112, 0, 0, 1111, 1112, 0, 0, 1114, 1114, 1114, 1114, 1114, 0, 0, 1110, 1114, 0, 0, 1112, 1114, 1114, 0, 0, 0, 0, 1108, 0, 1111, 1115, 1115, 1115, 1115, 1115, 1114, 0, 0, 1115, 0, 0, 0, 1115, 1115, 1112, 1116, 1116, 1116, 1116, 1116, 0, 0, 0, 1116, 0, 0, 1115, 1116, 0, 1114, 1119, 1119, 1119, 1119, 1119, 1122, 1122, 1122, 1122, 1122, 0, 1116, 0, 1111, 1123, 1123, 1123, 1123, 1123, 0, 1115, 0, 1124, 1124, 1124, 1124, 1124, 0, 0, 0, 1124, 0, 0, 0, 1124, 1116, 0, 1114, 0, 1131, 1131, 1131, 1131, 1131, 0, 0, 0, 1114, 1124, 0, 1115, 1125, 1125, 1125, 1125, 1125, 0, 0, 0, 1125, 0, 0, 0, 1125, 0, 0, 1126, 1126, 1126, 1126, 1126, 0, 1124, 1116, 1126, 0, 0, 1125, 1126, 1119, 0, 0, 0, 0, 1122, 1127, 1127, 1127, 1127, 1127, 0, 1119, 1126, 1127, 0, 0, 1122, 1127, 0, 0, 0, 1125, 0, 0, 0, 0, 1123, 0, 0, 0, 0, 1127, 0, 1124, 0, 0, 1126, 1128, 1128, 1128, 1128, 1128, 0, 0, 0, 1128, 1131, 0, 0, 1128, 1129, 1129, 1129, 1129, 1129, 1127, 0, 0, 1129, 1125, 0, 0, 1129, 1128, 0, 1130, 1130, 1130, 1130, 1130, 0, 1126, 0, 1130, 0, 0, 1129, 1130, 1136, 1136, 1136, 1136, 1136, 0, 0, 0, 0, 1128, 0, 0, 0, 1130, 1138, 1138, 1138, 1138, 1138, 1127, 0, 0, 1129, 1137, 1137, 1137, 1137, 1137, 0, 0, 0, 1137, 0, 0, 0, 1137, 0, 1130, 0, 1143, 1143, 1143, 1143, 1143, 0, 0, 0, 1143, 0, 1137, 0, 1143, 0, 1128, 1145, 1145, 1145, 1145, 1145, 0, 0, 0, 1145, 0, 1130, 1143, 1145, 1145, 0, 0, 1129, 0, 0, 1137, 0, 1136, 0, 0, 0, 0, 1145, 0, 1150, 1150, 1150, 1150, 1150, 0, 1136, 1143, 0, 0, 1136, 1138, 1150, 0, 0, 0, 0, 1138, 0, 0, 0, 1137, 1145, 1138, 0, 0, 0, 1138, 1151, 1151, 1151, 1151, 1151, 1152, 1152, 1152, 1152, 1152, 0, 0, 1151, 0, 0, 0, 0, 1152, 1153, 1153, 1153, 1153, 1153, 1154, 1154, 1154, 1154, 1154, 1143, 0, 1153, 1153, 0, 0, 0, 1154, 1154, 1155, 1155, 1155, 1155, 1155, 1156, 1156, 1156, 1156, 1156, 0, 0, 1155, 0, 0, 0, 0, 1156, 1157, 1157, 1157, 1157, 1157, 0, 0, 0, 1150, 0, 0, 0, 1157, 1158, 1158, 1158, 1158, 1158, 1159, 1159, 1159, 1159, 1159, 0, 0, 1158, 0, 0, 0, 0, 1159, 1160, 1160, 1160, 1160, 1160, 0, 1151, 1161, 1161, 1161, 1161, 1161, 1160, 0, 0, 0, 0, 1152, 0, 1161, 1162, 1162, 1162, 1162, 1162, 1163, 1163, 1163, 1163, 1163, 0, 0, 1162, 0, 0, 0, 0, 1163, 1163, 1164, 1164, 1164, 1164, 1164, 1165, 1165, 1165, 1165, 1165, 0, 0, 1164, 1164, 0, 0, 0, 1165, 1166, 1166, 1166, 1166, 1166, 1167, 1167, 1167, 1167, 1167, 0, 0, 1166, 1166, 1158, 0, 0, 1167, 1167, 1168, 1168, 1168, 1168, 1168, 1169, 1169, 1169, 1169, 1169, 0, 0, 1168, 0, 0, 0, 0, 1169, 1170, 1170, 1170, 1170, 1170, 0, 0, 1161, 0, 0, 0, 0, 1170, 0, 1171, 1171, 1171, 1171, 1171, 1163, 1172, 1172, 1172, 1172, 1172, 1164, 1171, 0, 0, 1163, 0, 0, 1172, 1173, 1173, 1173, 1173, 1173, 1165, 0, 1174, 1174, 1174, 1174, 1174, 1173, 1175, 1175, 1175, 1175, 1175, 1166, 1174, 0, 0, 0, 1167, 0, 1175, 0, 0, 1166, 1176, 1176, 1176, 1176, 1176, 1177, 1177, 1177, 1177, 1177, 0, 1168, 1176, 1169, 0, 0, 0, 1177, 1177, 0, 0, 0, 0, 1170, 1178, 1178, 1178, 1178, 1178, 1179, 1179, 1179, 1179, 1179, 0, 0, 1178, 1178, 0, 0, 0, 1179, 1179, 0, 1171, 1180, 1180, 1180, 1180, 1180, 0, 0, 1172, 0, 0, 1174, 0, 1180, 1180, 1181, 1181, 1181, 1181, 1181, 1175, 0, 0, 0, 0, 1173, 0, 1181, 1181, 1182, 1182, 1182, 1182, 1182, 0, 1232, 1232, 1232, 1232, 1232, 0, 1182, 1182, 1205, 1205, 1205, 1205, 1205, 0, 1177, 0, 0, 0, 1183, 1183, 1176, 1183, 1183, 1183, 1183, 0, 1183, 1237, 1237, 1237, 1237, 1237, 0, 0, 1183, 1183, 1183, 0, 1179, 1185, 1185, 0, 1185, 1185, 1185, 1185, 1185, 0, 0, 0, 0, 1185, 0, 0, 1180, 0, 0, 1185, 1206, 1206, 1206, 1206, 1206, 1183, 0, 0, 0, 1187, 1181, 1185, 0, 1187, 1187, 0, 1187, 1187, 1187, 1187, 1187, 0, 0, 0, 1182, 1187, 0, 1187, 1188, 1205, 0, 1187, 1188, 1188, 1232, 1188, 1188, 1188, 1188, 1188, 1205, 0, 0, 0, 1188, 0, 1188, 0, 0, 0, 1188, 1187, 0, 0, 0, 0, 1190, 1190, 1190, 1190, 1190, 1237, 1188, 0, 1229, 1229, 1229, 1229, 1229, 1190, 1188, 1190, 1190, 1190, 1190, 1190, 0, 0, 0, 1206, 1190, 0, 1198, 1198, 1198, 1198, 1198, 0, 0, 0, 1206, 0, 0, 0, 1198, 1198, 1187, 1198, 1198, 1198, 1198, 1198, 0, 0, 0, 0, 1198, 1239, 1239, 1239, 1239, 1239, 1198, 0, 0, 1188, 0, 0, 1282, 1282, 1282, 1282, 1282, 0, 1198, 1207, 1207, 1207, 1207, 1207, 1282, 0, 0, 0, 0, 1190, 0, 0, 0, 0, 1207, 1207, 1207, 1207, 1207, 0, 1190, 1196, 1196, 1196, 1196, 1196, 0, 0, 0, 1196, 1229, 0, 0, 1196, 1196, 0, 1196, 1196, 1196, 1196, 1196, 0, 1229, 0, 0, 1196, 1196, 1196, 1196, 1196, 1196, 1196, 1196, 1196, 1196, 1196, 1196, 1196, 1196, 1196, 1196, 1196, 1196, 1196, 1196, 1196, 1196, 1196, 1196, 1196, 1196, 1196, 0, 1239, 0, 0, 0, 0, 1207, 1212, 1212, 1212, 1212, 1212, 1214, 1214, 1214, 1214, 1214, 1207, 0, 0, 0, 0, 1212, 1212, 1212, 1212, 1212, 1214, 1214, 1214, 1214, 1214, 1216, 1216, 1216, 1216, 1216, 1218, 1218, 1218, 1218, 1218, 0, 0, 1196, 0, 0, 1216, 1216, 1216, 1216, 1216, 1218, 1218, 1218, 1218, 1218, 1219, 1219, 1219, 1219, 1219, 1220, 1220, 1220, 1220, 1220, 1221, 1221, 1221, 1221, 1221, 1219, 1219, 1219, 1219, 1219, 1220, 1220, 1220, 1220, 1220, 1221, 1221, 1221, 1221, 1221, 1223, 1223, 1223, 1223, 1223, 1225, 1225, 1225, 1225, 1225, 1240, 1240, 1240, 1240, 1240, 1223, 1223, 1223, 1223, 1223, 1225, 1225, 1225, 1225, 1225, 1226, 1226, 1226, 1226, 1226, 1227, 1227, 1227, 1227, 1227, 0, 0, 0, 1226, 0, 1226, 1226, 1226, 1226, 1226, 1227, 1227, 1227, 1227, 1227, 1220, 1234, 1234, 1234, 1234, 1234, 0, 0, 0, 1234, 0, 0, 0, 1234, 1245, 1245, 1245, 1245, 1245, 0, 0, 0, 1245, 0, 0, 0, 1245, 1234, 0, 1249, 1249, 1249, 1249, 1249, 0, 0, 0, 1249, 1240, 0, 1245, 1249, 0, 0, 1253, 1253, 1253, 1253, 1253, 0, 0, 1234, 1253, 0, 0, 1249, 1253, 1253, 0, 1254, 1254, 1254, 1254, 1254, 1245, 0, 0, 1254, 0, 0, 1253, 1254, 1254, 1259, 1259, 1259, 1259, 1259, 0, 1249, 0, 1226, 0, 0, 0, 1254, 0, 1234, 1255, 1255, 1255, 1255, 1255, 0, 1253, 0, 1255, 0, 0, 0, 1255, 0, 0, 1256, 1256, 1256, 1256, 1256, 0, 1254, 0, 1256, 0, 0, 1255, 1256, 1256, 1262, 1262, 1262, 1262, 1262, 0, 0, 1253, 0, 0, 0, 0, 1256, 0, 0, 1264, 1264, 1264, 1264, 1264, 1253, 1255, 0, 1264, 0, 0, 0, 1264, 0, 1254, 1265, 1265, 1265, 1265, 1265, 1259, 1256, 0, 1265, 0, 0, 1264, 1265, 0, 0, 0, 0, 1259, 0, 1266, 1266, 1266, 1266, 1266, 0, 0, 1265, 1266, 0, 0, 0, 1266, 0, 0, 1255, 1264, 1256, 0, 0, 1267, 1267, 1267, 1267, 1267, 0, 1266, 0, 1267, 0, 0, 1265, 1267, 1270, 1270, 1270, 1270, 1270, 0, 0, 0, 1264, 0, 1262, 0, 0, 1267, 0, 0, 0, 1266, 1274, 1274, 1274, 1274, 1274, 0, 0, 0, 1274, 0, 0, 0, 1274, 0, 0, 0, 1265, 0, 0, 1267, 0, 1277, 1277, 1277, 1277, 1277, 1274, 0, 0, 1277, 0, 0, 0, 1277, 1277, 0, 1278, 1278, 1278, 1278, 1278, 1279, 1279, 1279, 1279, 1279, 0, 1277, 1278, 1266, 1274, 0, 0, 1279, 1279, 0, 0, 1270, 1267, 0, 1280, 1280, 1280, 1280, 1280, 1328, 1328, 1328, 1328, 1328, 1270, 1277, 1280, 1280, 1270, 0, 0, 1274, 1281, 1281, 1281, 1281, 1281, 1283, 1283, 1283, 1283, 1283, 0, 0, 1281, 1281, 0, 0, 0, 1283, 1283, 1284, 1284, 1284, 1284, 1284, 1285, 1285, 1285, 1285, 1285, 0, 0, 1284, 1284, 0, 0, 0, 1285, 1285, 1286, 1286, 1286, 1286, 1286, 0, 1278, 1287, 1287, 1287, 1287, 1287, 1286, 1279, 1288, 1288, 1288, 1288, 1288, 1287, 1287, 1289, 1289, 1289, 1289, 1289, 1288, 1288, 0, 0, 0, 0, 1280, 1289, 1289, 1290, 1290, 1290, 1290, 1290, 1291, 1291, 1291, 1291, 1291, 0, 0, 1290, 0, 0, 1281, 0, 1291, 1291, 0, 1283, 1292, 1292, 1292, 1292, 1292, 1293, 1293, 1293, 1293, 1293, 0, 0, 1292, 1284, 0, 0, 0, 1293, 1285, 1294, 1294, 1294, 1294, 1294, 1295, 1295, 1295, 1295, 1295, 0, 0, 1294, 0, 0, 0, 0, 1295, 0, 1288, 1287, 0, 1296, 1296, 1296, 1296, 1296, 1297, 1297, 1297, 1297, 1297, 1288, 1289, 1296, 0, 0, 0, 0, 1297, 1297, 0, 0, 1300, 1300, 1291, 1300, 1300, 1300, 1300, 0, 1300, 0, 1290, 0, 0, 1292, 0, 0, 1300, 1300, 1300, 1302, 1302, 0, 1302, 1302, 1302, 1302, 1302, 1302, 0, 1293, 0, 1302, 1356, 1356, 1356, 1356, 1356, 1302, 1369, 1369, 1369, 1369, 1369, 0, 1356, 1300, 1333, 1333, 1333, 1333, 1333, 1295, 0, 0, 1304, 0, 1296, 1294, 1304, 1304, 0, 1304, 1304, 1304, 1304, 1304, 1304, 0, 0, 0, 1304, 0, 1304, 0, 0, 0, 1304, 1360, 1360, 1360, 1360, 1360, 1310, 1310, 1310, 1310, 1310, 0, 0, 1360, 1360, 0, 0, 0, 1310, 1310, 1304, 1310, 1310, 1310, 1310, 1310, 1310, 0, 0, 0, 1310, 1317, 1317, 1317, 1317, 1317, 1310, 1323, 1323, 1323, 1323, 1323, 0, 0, 0, 0, 1317, 1317, 1317, 1317, 1317, 0, 1323, 1323, 1323, 1323, 1323, 1383, 1383, 1383, 1383, 1383, 1333, 0, 0, 1304, 1339, 1339, 1339, 1339, 1339, 0, 0, 0, 1339, 0, 0, 0, 1339, 1339, 0, 1340, 1340, 1340, 1340, 1340, 0, 0, 0, 1340, 1360, 0, 1339, 1340, 1340, 0, 1341, 1341, 1341, 1341, 1341, 0, 0, 0, 1341, 0, 0, 1340, 1341, 1341, 1317, 1342, 1342, 1342, 1342, 1342, 1339, 0, 0, 1342, 0, 1317, 1341, 1342, 1342, 0, 1347, 1347, 1347, 1347, 1347, 1340, 0, 0, 1347, 0, 0, 1342, 1347, 1348, 1348, 1348, 1348, 1348, 1339, 0, 1341, 1348, 0, 0, 0, 1348, 1347, 0, 1354, 1354, 1354, 1354, 1354, 0, 0, 1342, 1354, 0, 0, 1348, 1354, 0, 0, 0, 1340, 1357, 1357, 1357, 1357, 1357, 1347, 0, 0, 0, 1354, 0, 0, 1357, 1357, 0, 0, 0, 0, 1348, 1358, 1358, 1358, 1358, 1358, 0, 0, 0, 1342, 0, 0, 0, 1358, 1358, 1354, 1359, 1359, 1359, 1359, 1359, 1361, 1361, 1361, 1361, 1361, 0, 0, 1359, 1359, 0, 0, 0, 1361, 1361, 1347, 0, 0, 0, 0, 1348, 0, 0, 0, 0, 1354, 1362, 1362, 1362, 1362, 1362, 1363, 1363, 1363, 1363, 1363, 0, 0, 1362, 1362, 0, 0, 0, 1363, 1364, 1364, 1364, 1364, 1364, 0, 1357, 1365, 1365, 1365, 1365, 1365, 1364, 1450, 1450, 1450, 1450, 1450, 0, 1365, 0, 0, 0, 1368, 1368, 1358, 1368, 1368, 1368, 1368, 1359, 1368, 1368, 1376, 1376, 1376, 1376, 1376, 0, 1368, 1368, 1368, 1368, 1377, 1377, 1377, 1377, 1377, 1376, 1376, 1376, 1376, 1376, 1458, 1458, 1458, 1458, 1458, 1377, 1377, 1377, 1377, 1377, 1379, 1379, 1379, 1379, 1379, 1368, 1362, 0, 1399, 1399, 1399, 1399, 1399, 0, 0, 1379, 1379, 1379, 1379, 1379, 1399, 0, 1363, 0, 1365, 0, 0, 1364, 1389, 1389, 1389, 1389, 1389, 0, 0, 0, 1389, 0, 0, 0, 1389, 1389, 0, 0, 0, 1376, 0, 1390, 1390, 1390, 1390, 1390, 0, 0, 1389, 1390, 0, 0, 0, 1390, 1390, 0, 1392, 1392, 1392, 1392, 1392, 0, 0, 0, 1392, 0, 0, 1390, 1392, 1392, 0, 0, 1389, 1398, 1398, 1398, 1398, 1398, 0, 0, 0, 1398, 1392, 0, 0, 1398, 1405, 1405, 1405, 1405, 1405, 1390, 1401, 1401, 1401, 1401, 1401, 0, 1405, 1398, 0, 0, 0, 0, 1401, 1401, 1392, 0, 0, 0, 0, 1389, 1402, 1402, 1402, 1402, 1402, 1403, 1403, 1403, 1403, 1403, 0, 1398, 1402, 1402, 0, 0, 0, 1403, 1403, 1404, 1404, 1404, 1404, 1404, 1413, 1413, 1413, 1413, 1413, 0, 0, 1404, 1404, 1414, 1414, 1414, 1414, 1414, 1392, 1415, 1415, 1415, 1415, 1415, 0, 0, 1398, 0, 1414, 1414, 1414, 1414, 1414, 0, 1415, 1415, 1415, 1415, 1415, 1405, 1416, 1416, 1416, 1416, 1416, 0, 0, 0, 0, 1401, 1418, 1418, 1418, 1418, 1418, 1416, 1416, 1416, 1416, 1416, 0, 0, 0, 0, 0, 1418, 1418, 1418, 1418, 1418, 0, 0, 0, 1403, 1421, 1421, 1421, 1421, 1421, 0, 0, 0, 1421, 0, 0, 0, 1421, 1421, 1435, 1435, 1435, 1435, 1435, 1404, 0, 0, 1413, 0, 0, 0, 1421, 1423, 1423, 1423, 1423, 1423, 0, 0, 1413, 1423, 0, 0, 0, 1423, 1423, 0, 1426, 1426, 1426, 1426, 1426, 0, 0, 0, 1421, 0, 0, 1423, 1426, 1426, 1427, 1427, 1427, 1427, 1427, 1428, 1428, 1428, 1428, 1428, 0, 0, 1427, 1427, 0, 0, 0, 1428, 1428, 1429, 1429, 1423, 1429, 1429, 1429, 1429, 0, 1429, 1429, 1438, 1438, 1438, 1438, 1438, 0, 1429, 1429, 1429, 0, 1442, 1442, 1442, 1442, 1442, 1438, 1438, 1438, 1438, 1438, 0, 1435, 1442, 1442, 1443, 1443, 1443, 1443, 1443, 0, 0, 0, 0, 1435, 0, 1429, 1443, 1443, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1427, 1430, 0, 1430, 1430, 1430, 1430, 1430, 1430, 0, 0, 0, 0, 0, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1442, 1445, 1445, 0, 1445, 1445, 1445, 1445, 0, 1445, 0, 0, 0, 0, 1443, 0, 0, 1445, 1445, 1445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1445, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1574, 0, 0, 0, 0, 0, 0, 0, 0, 1574, 1574, 1574, 1574, 1575, 0, 0, 1575, 0, 0, 0, 0, 1575, 1575, 0, 1575, 1576, 0, 0, 1576, 0, 0, 0, 0, 0, 1576, 0, 0, 1576, 1576, 1576, 1576, 1577, 1577, 1577, 1577, 0, 0, 0, 1577, 0, 0, 1577, 1577, 0, 0, 0, 1577, 1577, 0, 1577, 1578, 1578, 1578, 1578, 0, 0, 0, 1578, 0, 0, 1578, 1578, 0, 0, 0, 0, 1578, 0, 0, 1578, 1578, 1578, 1578, 1579, 1579, 1579, 1579, 0, 0, 0, 0, 0, 0, 0, 1579, 0, 0, 0, 1579, 1579, 0, 1579, 1580, 1580, 1580, 1580, 0, 0, 0, 0, 0, 0, 1580, 1580, 0, 0, 0, 0, 0, 0, 0, 1580, 1580, 1580, 1580, 1581, 1581, 1581, 0, 1581, 1581, 1581, 1581, 1581, 1582, 1582, 1582, 0, 1582, 1582, 1582, 1582, 1582, 1583, 0, 0, 1583, 1583, 1583, 0, 1583, 1583, 1583, 1583, 1583, 1584, 1584, 1584, 1584, 0, 0, 0, 0, 0, 0, 1584, 1584, 1584, 0, 1584, 1584, 1584, 1584, 1584, 1585, 1585, 1585, 1585, 0, 1585, 0, 1585, 0, 0, 0, 0, 1585, 0, 0, 1585, 1585, 0, 0, 1585, 1587, 0, 0, 0, 0, 0, 0, 0, 0, 1587, 1587, 1587, 1587, 1588, 1588, 1588, 1588, 1590, 1590, 1590, 1590, 1591, 0, 0, 0, 0, 0, 0, 0, 0, 1591, 1591, 1591, 1591, 1592, 1592, 1592, 1592, 1593, 0, 0, 1593, 0, 0, 0, 0, 1593, 1593, 0, 1593, 1594, 1594, 0, 1594, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1594, 1594, 1594, 1594, 1595, 0, 0, 1595, 0, 0, 0, 0, 0, 1595, 0, 0, 1595, 1595, 1595, 1595, 1596, 1596, 1596, 1596, 0, 1596, 0, 1596, 0, 0, 0, 0, 1596, 0, 0, 1596, 1596, 0, 0, 1596, 1597, 1597, 1597, 1597, 1598, 1598, 1598, 1598, 0, 0, 0, 1598, 0, 0, 1598, 0, 0, 0, 0, 1598, 1598, 0, 1598, 1599, 1599, 0, 1599, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1599, 1599, 1599, 1599, 1600, 1600, 1600, 1600, 0, 0, 0, 1600, 0, 0, 1600, 0, 0, 0, 0, 0, 1600, 0, 0, 1600, 1600, 1600, 1600, 1601, 1601, 1601, 1601, 1602, 1602, 1602, 1602, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1602, 1602, 0, 1602, 1603, 1603, 1603, 1603, 1604, 1604, 1604, 1604, 0, 0, 0, 0, 0, 0, 1604, 0, 0, 0, 0, 0, 0, 0, 0, 1604, 1604, 1604, 1604, 1605, 1605, 1605, 0, 1605, 1605, 1605, 1605, 1605, 1606, 0, 1606, 0, 0, 1606, 1606, 1606, 1606, 1607, 0, 1607, 0, 0, 1607, 1607, 1607, 1607, 1608, 1608, 1608, 0, 1608, 1608, 1608, 1608, 1608, 1608, 1608, 1608, 1608, 1609, 1609, 1609, 0, 1609, 1609, 1609, 1609, 1609, 1610, 1610, 1610, 0, 1610, 1610, 1610, 1610, 1610, 1610, 1610, 1610, 1610, 1611, 0, 0, 1611, 1611, 1611, 0, 1611, 1611, 1611, 1611, 1611, 1612, 1612, 1612, 0, 1612, 1612, 1612, 1612, 1612, 1612, 1612, 1612, 1612, 1613, 1613, 1613, 0, 1613, 1613, 1613, 1613, 1613, 1613, 1613, 1613, 1613, 1614, 1614, 1614, 1614, 0, 0, 0, 0, 0, 0, 1614, 1614, 1614, 0, 1614, 1614, 1614, 1614, 1614, 1615, 1615, 1615, 1615, 0, 1615, 0, 1615, 0, 0, 0, 0, 1615, 0, 0, 1615, 1615, 0, 0, 1615, 1616, 1616, 1616, 1616, 1618, 1618, 1618, 1618, 1619, 0, 0, 0, 0, 0, 0, 0, 0, 1619, 1619, 1619, 1619, 1620, 1620, 1620, 1620, 1621, 0, 0, 0, 0, 0, 0, 0, 0, 1621, 1621, 1621, 1621, 1622, 0, 0, 1622, 0, 0, 0, 0, 0, 1622, 0, 0, 1622, 1622, 1622, 1622, 1623, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1623, 0, 1623, 1623, 1623, 1624, 0, 0, 1624, 0, 0, 0, 0, 1624, 1624, 0, 1624, 1625, 0, 0, 1625, 0, 0, 0, 0, 0, 1625, 0, 0, 1625, 1625, 1625, 1625, 1626, 0, 1626, 0, 0, 0, 0, 1626, 0, 0, 1626, 1626, 0, 0, 1626, 1627, 1627, 1627, 1627, 1627, 0, 1627, 1627, 1627, 1627, 1627, 1627, 0, 1627, 1627, 1627, 1627, 1627, 1627, 1627, 1627, 1627, 1627, 1627, 1628, 1628, 1628, 1628, 0, 0, 0, 1628, 0, 0, 1628, 0, 0, 0, 0, 0, 1628, 0, 0, 1628, 1628, 1628, 1628, 1629, 1629, 1629, 1629, 0, 0, 0, 1629, 0, 0, 1629, 0, 0, 0, 0, 1629, 1629, 0, 1629, 1630, 1630, 1630, 1630, 0, 0, 0, 1630, 0, 0, 1630, 0, 0, 0, 0, 0, 1630, 0, 0, 1630, 1630, 1630, 1630, 1631, 1631, 1631, 1631, 0, 0, 0, 1631, 0, 0, 1631, 0, 0, 0, 0, 0, 1631, 0, 0, 1631, 1631, 1631, 1631, 1632, 1632, 1632, 1632, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1632, 1632, 1632, 1632, 1633, 1633, 1633, 1633, 0, 0, 0, 0, 0, 0, 1633, 0, 0, 0, 0, 0, 0, 0, 0, 1633, 1633, 1633, 1633, 1634, 1634, 1634, 1634, 0, 0, 0, 0, 0, 0, 1634, 0, 0, 0, 0, 0, 0, 0, 0, 1634, 1634, 1634, 1634, 1635, 1635, 1635, 0, 1635, 1635, 1635, 1635, 1635, 1636, 1636, 1636, 0, 0, 1636, 1636, 1636, 1636, 1637, 1637, 1637, 0, 1637, 1637, 1637, 1637, 1637, 1638, 0, 0, 1638, 1638, 1638, 0, 1638, 1638, 1638, 1638, 1638, 1639, 1639, 1639, 1639, 0, 0, 0, 0, 0, 1639, 1639, 1639, 1639, 0, 1639, 1639, 1639, 1639, 1639, 1640, 1640, 1640, 1640, 0, 0, 0, 0, 0, 0, 1640, 1640, 1640, 0, 1640, 1640, 1640, 1640, 1640, 1641, 1641, 1641, 1641, 1642, 0, 0, 0, 0, 0, 0, 0, 0, 1642, 1642, 1642, 1642, 1643, 0, 0, 1643, 1643, 0, 1643, 1643, 1643, 1643, 1643, 1644, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1644, 0, 1644, 1644, 1644, 1645, 0, 0, 1645, 0, 0, 0, 0, 1645, 1645, 0, 1645, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1647, 1647, 1647, 1647, 0, 0, 0, 1647, 0, 0, 1647, 0, 0, 0, 0, 1647, 1647, 0, 1647, 1648, 1648, 1648, 1648, 0, 0, 0, 1648, 0, 0, 1648, 0, 0, 0, 0, 0, 1648, 0, 0, 1648, 1648, 1648, 1648, 1649, 1649, 0, 1649, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1649, 1649, 1649, 1649, 1650, 1650, 1650, 1650, 0, 0, 0, 0, 0, 0, 1650, 0, 0, 0, 0, 0, 0, 0, 0, 1650, 1650, 1650, 1650, 1651, 1651, 1651, 1651, 1652, 0, 1652, 0, 0, 1652, 1652, 1652, 1652, 1653, 1653, 1653, 1653, 1653, 1653, 1653, 1653, 1653, 1654, 0, 1654, 0, 0, 1654, 1654, 1654, 1654, 1655, 0, 0, 1655, 1655, 1655, 0, 1655, 1655, 1655, 1655, 1655, 1656, 1656, 1656, 1656, 0, 0, 0, 0, 0, 0, 1656, 0, 1656, 0, 0, 1656, 1656, 1656, 1656, 1657, 1657, 1657, 1657, 0, 0, 0, 0, 0, 1657, 1657, 1657, 1657, 0, 1657, 1657, 1657, 1657, 1657, 0, 0, 1657, 1658, 1658, 1658, 1658, 0, 0, 0, 0, 0, 0, 1658, 1658, 1658, 1658, 1658, 1658, 1658, 1658, 1658, 1660, 0, 0, 0, 0, 0, 0, 0, 0, 1660, 1660, 1660, 1660, 1661, 0, 0, 1661, 0, 0, 0, 0, 1661, 1661, 0, 1661, 0, 0, 0, 1661, 1662, 1662, 1662, 1662, 1662, 1662, 1662, 1662, 1662, 1662, 1662, 1662, 1662, 1662, 1662, 1662, 1662, 1662, 1662, 1662, 1662, 1662, 1662, 1662, 1663, 1663, 0, 1663, 1663, 1663, 1663, 1663, 1663, 1663, 1663, 1663, 1663, 1663, 1663, 1663, 1663, 1663, 1663, 1663, 1663, 1663, 1663, 1663, 1664, 1664, 1664, 1664, 0, 0, 0, 1664, 0, 0, 1664, 0, 0, 0, 0, 1664, 1664, 0, 1664, 0, 0, 0, 1664, 1665, 1665, 1665, 1665, 0, 0, 0, 1665, 0, 0, 1665, 0, 0, 0, 0, 0, 1665, 0, 0, 1665, 1665, 1665, 1665, 1666, 1666, 1666, 1666, 0, 0, 0, 1666, 0, 0, 1666, 1666, 0, 0, 0, 0, 1666, 0, 0, 1666, 1666, 1666, 1666, 1667, 1667, 1667, 1667, 0, 0, 0, 0, 0, 0, 1667, 0, 0, 0, 0, 0, 0, 0, 0, 1667, 1667, 1667, 1667, 1668, 1668, 1668, 1668, 0, 0, 0, 0, 0, 0, 1668, 1668, 0, 0, 0, 0, 0, 0, 0, 1668, 1668, 1668, 1668, 1669, 1669, 0, 1669, 1669, 1669, 1669, 1669, 1669, 0, 0, 1669, 1669, 1669, 1669, 1670, 1670, 1670, 0, 1670, 1670, 1670, 1670, 1670, 1671, 1671, 1671, 0, 1671, 1671, 1671, 1671, 1671, 1672, 0, 0, 1672, 1672, 1672, 0, 1672, 1672, 1672, 1672, 1672, 0, 0, 0, 1672, 1673, 1673, 1673, 0, 1673, 1673, 1673, 1673, 1673, 1674, 1674, 1674, 1674, 0, 0, 0, 0, 0, 0, 1674, 1674, 1674, 0, 1674, 1674, 1674, 1674, 1674, 1675, 1675, 1675, 1675, 1676, 1676, 1676, 1676, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1678, 1678, 0, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1679, 0, 1679, 0, 0, 1679, 1679, 1679, 1679, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1681, 0, 1681, 0, 0, 1681, 1681, 1681, 1681, 1682, 1682, 1682, 1682, 1682, 1682, 1682, 1682, 1682, 1682, 1682, 1682, 1682, 1682, 1682, 1682, 1682, 1682, 1682, 1682, 1682, 1682, 1682, 1682, 1683, 1683, 0, 1683, 1683, 1683, 1683, 1683, 1683, 1683, 1683, 1683, 1683, 1683, 1683, 1683, 1683, 1683, 1683, 1683, 1683, 1683, 1683, 1683, 1684, 0, 1684, 0, 0, 1684, 1684, 1684, 1684, 1685, 1685, 1685, 1685, 1685, 1685, 1685, 1685, 1685, 1685, 1685, 1685, 1685, 1685, 1685, 1685, 1685, 1685, 1685, 1685, 1685, 1685, 1685, 1685, 1686, 1686, 0, 1686, 1686, 1686, 1686, 1686, 1686, 1686, 1686, 1686, 1686, 1686, 1686, 1686, 1686, 1686, 1686, 1686, 1686, 1686, 1686, 1686, 1687, 0, 1687, 0, 0, 1687, 1687, 1687, 1687, 1688, 1688, 1688, 1688, 1688, 1688, 1688, 1688, 1688, 1688, 1688, 1688, 1688, 1688, 1688, 1688, 1688, 1688, 1688, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1690, 1690, 0, 1690, 1690, 1690, 1690, 1690, 1690, 1690, 1690, 1690, 1690, 1690, 1690, 1690, 1690, 1690, 1690, 1690, 1690, 1690, 1690, 1690, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1692, 1692, 0, 1692, 1692, 1692, 1692, 1692, 1692, 1692, 1692, 1692, 1692, 1692, 1692, 1692, 1692, 1692, 1692, 1692, 1692, 1692, 1692, 1692, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1694, 1694, 0, 1694, 1694, 1694, 1694, 1694, 1694, 1694, 1694, 1694, 1694, 1694, 1694, 1694, 1694, 1694, 1694, 1694, 1694, 1694, 1694, 1694, 1695, 1695, 1695, 1695, 1695, 1695, 1695, 1695, 1695, 1695, 1695, 1695, 1695, 1695, 1695, 1695, 1695, 1695, 1695, 1695, 1695, 1695, 1695, 1695, 1696, 1696, 0, 1696, 1696, 1696, 1696, 1696, 1696, 1696, 1696, 1696, 1696, 1696, 1696, 1696, 1696, 1696, 1696, 1696, 1696, 1696, 1696, 1696, 1697, 1697, 1697, 1697, 1697, 1697, 1697, 1697, 1697, 1697, 1697, 1697, 1697, 1697, 1697, 1697, 1697, 1697, 1697, 1697, 1697, 1697, 1697, 1697, 1698, 1698, 0, 1698, 1698, 1698, 1698, 1698, 1698, 1698, 1698, 1698, 1698, 1698, 1698, 1698, 1698, 1698, 1698, 1698, 1698, 1698, 1698, 1698, 1699, 1699, 1699, 1699, 1699, 1699, 1699, 1699, 1699, 1699, 1699, 1699, 1699, 1699, 1699, 1699, 1699, 1699, 1699, 1699, 1699, 1699, 1699, 1699, 1700, 1700, 0, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1702, 1702, 0, 1702, 1702, 1702, 1702, 1702, 1702, 1702, 1702, 1702, 1702, 1702, 1702, 1702, 1702, 1702, 1702, 1702, 1702, 1702, 1702, 1702, 1703, 1703, 1703, 1703, 1703, 1703, 1703, 1703, 1703, 1703, 1703, 1703, 1703, 1703, 1703, 1703, 1703, 1703, 1703, 1703, 1703, 1703, 1703, 1703, 1704, 1704, 0, 1704, 1704, 1704, 1704, 1704, 1704, 1704, 1704, 1704, 1704, 1704, 1704, 1704, 1704, 1704, 1704, 1704, 1704, 1704, 1704, 1704, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1706, 1706, 0, 1706, 1706, 1706, 1706, 1706, 1706, 1706, 1706, 1706, 1706, 1706, 1706, 1706, 1706, 1706, 1706, 1706, 1706, 1706, 1706, 1706, 1707, 1707, 1707, 1707, 1707, 1707, 1707, 1707, 1707, 1707, 1707, 1707, 1707, 1707, 1707, 1707, 1707, 1707, 1707, 1707, 1707, 1707, 1707, 1707, 1708, 1708, 0, 1708, 1708, 1708, 1708, 1708, 1708, 1708, 1708, 1708, 1708, 1708, 1708, 1708, 1708, 1708, 1708, 1708, 1708, 1708, 1708, 1708, 1709, 1709, 1709, 1709, 1709, 1709, 1709, 1709, 1709, 1709, 1709, 1709, 1709, 1709, 1709, 1709, 1709, 1709, 1709, 1709, 1709, 1709, 1709, 1709, 1710, 1710, 0, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1711, 1711, 1711, 1711, 1711, 1711, 1711, 1711, 1711, 1711, 1711, 1711, 1711, 1711, 1711, 1711, 1711, 1711, 1711, 1711, 1711, 1711, 1711, 1711, 1712, 1712, 0, 1712, 1712, 1712, 1712, 1712, 1712, 1712, 1712, 1712, 1712, 1712, 1712, 1712, 1712, 1712, 1712, 1712, 1712, 1712, 1712, 1712, 1713, 1713, 1713, 1713, 1713, 1713, 1713, 1713, 1713, 1713, 1713, 1713, 1713, 1713, 1713, 1713, 1713, 1713, 1713, 1713, 1713, 1713, 1713, 1713, 1714, 1714, 0, 1714, 1714, 1714, 1714, 1714, 1714, 1714, 1714, 1714, 1714, 1714, 1714, 1714, 1714, 1714, 1714, 1714, 1714, 1714, 1714, 1714, 1715, 1715, 1715, 1715, 1715, 1715, 1715, 1715, 1715, 1715, 1715, 1715, 1715, 1715, 1715, 1715, 1715, 1715, 1715, 1715, 1715, 1715, 1715, 1715, 1716, 1716, 0, 1716, 1716, 1716, 1716, 1716, 1716, 1716, 1716, 1716, 1716, 1716, 1716, 1716, 1716, 1716, 1716, 1716, 1716, 1716, 1716, 1716, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1718, 1718, 0, 1718, 1718, 1718, 1718, 1718, 1718, 1718, 1718, 1718, 1718, 1718, 1718, 1718, 1718, 1718, 1718, 1718, 1718, 1718, 1718, 1718, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1720, 1720, 0, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1722, 1722, 0, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1723, 1723, 1723, 1723, 1723, 1723, 1723, 1723, 1723, 1723, 1723, 1723, 1723, 1723, 1723, 1723, 1723, 1723, 1723, 1723, 1723, 1723, 1723, 1723, 1724, 1724, 0, 1724, 1724, 1724, 1724, 1724, 1724, 1724, 1724, 1724, 1724, 1724, 1724, 1724, 1724, 1724, 1724, 1724, 1724, 1724, 1724, 1724, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1726, 1726, 0, 1726, 1726, 1726, 1726, 1726, 1726, 1726, 1726, 1726, 1726, 1726, 1726, 1726, 1726, 1726, 1726, 1726, 1726, 1726, 1726, 1726, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1728, 1728, 0, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1729, 1729, 1729, 1729, 1729, 1729, 1729, 1729, 1729, 1729, 1729, 1729, 1729, 1729, 1729, 1729, 1729, 1729, 1729, 1729, 1729, 1729, 1729, 1729, 1730, 1730, 0, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1731, 1731, 1731, 1731, 1731, 1731, 1731, 1731, 1731, 1731, 1731, 1731, 1731, 1731, 1731, 1731, 1731, 1731, 1731, 1731, 1731, 1731, 1731, 1731, 1732, 1732, 0, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1733, 1733, 1733, 1733, 1733, 1733, 1733, 1733, 1733, 1733, 1733, 1733, 1733, 1733, 1733, 1733, 1733, 1733, 1733, 1733, 1733, 1733, 1733, 1733, 1734, 1734, 0, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1735, 1735, 1735, 1735, 1735, 1735, 1735, 1735, 1735, 1735, 1735, 1735, 1735, 1735, 1735, 1735, 1735, 1735, 1735, 1735, 1735, 1735, 1735, 1735, 1736, 1736, 0, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1736, 1737, 1737, 1737, 1737, 1737, 1737, 1737, 1737, 1737, 1737, 1737, 1737, 1737, 1737, 1737, 1737, 1737, 1737, 1737, 1737, 1737, 1737, 1737, 1737, 1738, 1738, 0, 1738, 1738, 1738, 1738, 1738, 1738, 1738, 1738, 1738, 1738, 1738, 1738, 1738, 1738, 1738, 1738, 1738, 1738, 1738, 1738, 1738, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 1740, 1740, 0, 1740, 1740, 1740, 1740, 1740, 1740, 1740, 1740, 1740, 1740, 1740, 1740, 1740, 1740, 1740, 1740, 1740, 1740, 1740, 1740, 1740, 1741, 1741, 1741, 1741, 1741, 1741, 1741, 1741, 1741, 1741, 1741, 1741, 1741, 1741, 1741, 1741, 1741, 1741, 1741, 1741, 1741, 1741, 1741, 1741, 1742, 1742, 0, 1742, 1742, 1742, 1742, 1742, 1742, 1742, 1742, 1742, 1742, 1742, 1742, 1742, 1742, 1742, 1742, 1742, 1742, 1742, 1742, 1742, 1743, 1743, 1743, 1743, 1743, 1743, 1743, 1743, 1743, 1743, 1743, 1743, 1743, 1743, 1743, 1743, 1743, 1743, 1743, 1743, 1743, 1743, 1743, 1743, 1744, 1744, 0, 1744, 1744, 1744, 1744, 1744, 1744, 1744, 1744, 1744, 1744, 1744, 1744, 1744, 1744, 1744, 1744, 1744, 1744, 1744, 1744, 1744, 1745, 1745, 1745, 1745, 1745, 1745, 1745, 1745, 1745, 1745, 1745, 1745, 1745, 1745, 1745, 1745, 1745, 1745, 1745, 1745, 1745, 1745, 1745, 1745, 1746, 1746, 0, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1747, 1747, 1747, 1747, 1747, 1747, 1747, 1747, 1747, 1747, 1747, 1747, 1747, 1747, 1747, 1747, 1747, 1747, 1747, 1747, 1747, 1747, 1747, 1747, 1748, 1748, 0, 1748, 1748, 1748, 1748, 1748, 1748, 1748, 1748, 1748, 1748, 1748, 1748, 1748, 1748, 1748, 1748, 1748, 1748, 1748, 1748, 1748, 1749, 1749, 1749, 1749, 1749, 1749, 1749, 1749, 1749, 1749, 1749, 1749, 1749, 1749, 1749, 1749, 1749, 1749, 1749, 1749, 1749, 1749, 1749, 1749, 1750, 1750, 0, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1752, 1752, 0, 1752, 1752, 1752, 1752, 1752, 1752, 1752, 1752, 1752, 1752, 1752, 1752, 1752, 1752, 1752, 1752, 1752, 1752, 1752, 1752, 1752, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1754, 1754, 0, 1754, 1754, 1754, 1754, 1754, 1754, 1754, 1754, 1754, 1754, 1754, 1754, 1754, 1754, 1754, 1754, 1754, 1754, 1754, 1754, 1754, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1755, 1756, 1756, 0, 1756, 1756, 1756, 1756, 1756, 1756, 1756, 1756, 1756, 1756, 1756, 1756, 1756, 1756, 1756, 1756, 1756, 1756, 1756, 1756, 1756, 1757, 1757, 0, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1758, 1758, 0, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1758, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571 } ; extern int yyRuI5_flex_debug; int yyRuI5_flex_debug = 0; static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; static char *yy_full_match; static int yy_lp; static int yy_looking_for_trail_begin = 0; static int yy_full_lp; static int *yy_full_state; #define YY_TRAILING_MASK 0x2000 #define YY_TRAILING_HEAD_MASK 0x4000 #define REJECT \ { \ *yy_cp = (yy_hold_char); /* undo effects of setting up yyRuI5text */ \ yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ (yy_lp) = yy_full_lp; /* restore orig. accepting pos. */ \ (yy_state_ptr) = yy_full_state; /* restore orig. state */ \ yy_current_state = *(yy_state_ptr); /* restore curr. state */ \ ++(yy_lp); \ goto find_rule; \ } #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *yyRuI5text; #line 1 "TokenizeRuI5.l" /* -*- coding: utf-8; -*- */ /* TokenizeRu.l -- definitions for Russian */ /* iso-8859-5 */ /* cp1251 */ /* run through a filter to discriminate charsets */ #line 9 "TokenizeRuI5.l" #include #include "Tokenizer.h" #include "TokenizerLexer.h" /**** character classes ****/ /* iso-8859-5 and cp1251 have the same repertoire of cyrillic letters */ /* normalize also non-breaking space */ #define _EQUAL_SPACE_(c) (c=='\x20'||(c>='\x0a'&&c<='\x0d')||c=='\x09'||c=='\xa0') /* o.k. for iso-8859-5, cp1251 */ #define _EQUAL_HYPHEN_(c) (c == '-' || c == '\xad' /*soft*/) #define _EQUAL_REAL_HYPHEN_(c) (c == '-') /**** DEFINITIONS FOR END-OF-SENTENCE DETECTION ****/ /* \xbb = '' ; cp1251 only: '' and []*/ /* \xab = '' ; cp1251 only: [] */ /* \xb7 = '' (middle dot) ; other: cp1251 only */ /**** and exceptions: points or other BOS_MARKs that (usually) are not EOS marks ****/ /* the abbreviations are literally (spaces may appear after a "intra-abbr." period): Андр. | Вопр. | Вступ. | Гл. | Гос. | Греч. | Дет. | Дж. | Ед. | Зав. | Зам. | И.Д.К. | Избр. | Изд. | Иностр. | Кн. | Кр. | Лит. | Мол. | Моск. | Н.С. | Науч. | Обл. | Отеч. | Пб. | Пер. | Печ. | Полн.собр. | Посл. | Предисл. | Прим. | Примеч. | Р.Х. | Рец. | Род. | Рус. | СПб. | Сб. | Св. | См. | См.коммент. | См.прим. | См.примеч. | Собр. | Собр.соч. | Сов. | Соч. | Сп. | Ср. | Т.е. | Ук. | Указ. | Употр. | Уч. | Учен. | Ф.И.О. | Худ. | Худож. | Цит. | Ч.В. | а. | авт. | амер. | анат. | англ. | ант. | ат. | б. | быв. | бывш. | в. | в.н. | в.н.э. | вв. | вв.н. | вводн. | вел. | вин. | возвр. | вступ. | вступ.ст. | г. | г.г. | г.н. | г.н.э. | гв. | гг. | где-н. | гл. | гл.обр. | гос. | гр. | греч. | губ. | д. | дат. | долл. | др. | е. | евр. | ед. | ж.-д. | жел. | жен. | з. | за. | зав. | зам. | зап. | знал. | знач. | знач.глаг. | и. | и.о. | изд. | ирл. | искаж. | исп. | ист. | итал. | к. | к.с. | какие-н. | каким-н. | каких-н. | какого-н. | какое-н. | какой-н. | каком-н. | какому-н. | какую-н. | канд.филол. | каф. | кв. | кг. | кем-н. | кесов. | кл. | км. | кн. | книжн. | кого-н. | кого-чего-н. | кого-что-н. | ком-н. | ком-чем-н. | комм. | коммент. | кому-н. | кому-чему-н. | коп. | кто-н. | куда-н. | л. | л.ед. | ласк. | лат. | лев. | лимф. | лит. | м. | м.б. | мед. | мес. | мест. | мил. | мин. | мл. | млн. | млн.долл. | млн.руб. | млрд. | млрд.долл. | млрд.руб. | мм. | мн. | моск. | муз. | н. | н.ст. | н.э. | на. | наб. | наз. | напр. | нар. | наст. | наст.собр. | науч. | нач. | неопр. | несов. | ни. | о. | обл. | однокр. | опубл. | отд. | отеч. | оч. | п. | пер. | первонач. | печ. | пл. | пог. | подг. | поел. | полн. | пор. | порядк. | посл. | пр. | правосл. | предл. | преимущ. | прил. | прим. | примеч. | прост. | противоп. | проч. | р. | разг. | рег. | ред. | род. | род.мн. | рт. | руб. | рус. | русск. | с. | с.-д. | с.-р. | с.С. | с.г. | сб. | св. | сев. | сек. | сем. | син. | син.Т. | сл. | см. | см.коммент. | см.прим. | см.примеч. | соавт. | собр. | сов. | совм. | совр. | совр.амер. | совр.нем. | совр.сов. | сокр. | соотв. | соч. | союзн. | спец. | ср. | средневек. | ст. | стар. | стр. | сущ. | т. | т.-е. | т.д. | т.е. | т.к. | т.н. | т.п. | т.ч. | тел. | то. | тов. | трлн. | тт. | тыс. | тыс.долл. | тыс.кв. | тыс.руб. | тыс.фт. | у. | указ. | ул. | ум. | уменьш. | уменьш.-ласк. | унич. | употр. | устар. | ф. | ф.ст. | фн. | фр. | франц. | фщ. | ц. | ц.н. | цит. | ч. | чего-н. | чей-н. | чел. | чем-н. | чему-н. | что-н. | чье-н. | чьей-н. | чьи-н. | чьим-н. | чьих-н. | чью-н. | швейц. | шест. | шотл. | шт. | э. | экз. | эл. */ /**** DEFINITIONS OF TOKENS ****/ /* includes also words containing '-' (``дефис'') */ /* and special for Russian inflected numbers: 1-ое, 3-ье, в 4-х томах */ /* and words like 16-летнего, 20-летие */ /**** internet and e-mail adresses ****/ /**** exceptions to hyphenated words, i.e. words including a hyphen ****/ /**** make sure that there is a {HP} in every word, or tokenizer will hang !!! ****/ /* actual only dummy definitions: */ /** yes it works, having a exclude-lexicon: the lines should not be too long **/ /** but the scanners becomes very big (4 times) and about 3% slower with the lexicon abow **/ /* HYPH_WORD ({HYPH_WORDS}|{HYPH_LEX}) */ /** so we don't use it **/ /* STATES used */ #line 4902 "" #define INITIAL 0 #define contHyph 1 #define EOScontHyph 2 #define EOS 3 #define WWW 4 #define contHyphWWW 5 #define EOScontHyphWWW 6 #define EOSWWW 7 #define testEOS 8 #define noEOS 9 #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 yy_init_globals (void ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int yyRuI5wrap (void ); #else extern int yyRuI5wrap (void ); #endif #endif static void yyunput (int c,char *buf_ptr ); #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (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 (void) fwrite( yyRuI5text, yyRuI5leng, 1, yyRuI5out ) #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->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( yyRuI5in )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( yyRuI5in ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, yyRuI5in))==0 && ferror(yyRuI5in)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(yyRuI5in); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() 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) yy_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 yyRuI5lex (void); #define YY_DECL int yyRuI5lex (void) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after yyRuI5text and yyRuI5leng * 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 \ if ( yyRuI5leng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ (yyRuI5text[yyRuI5leng - 1] == '\n'); \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; #line 158 "TokenizeRuI5.l" _TEST_IF_OPTIONS_SET_ /**** hyphenated words: ****/ #line 5075 "" if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif /* Create the reject buffer large enough to save one state per allowed character. */ if ( ! (yy_state_buf) ) (yy_state_buf) = (yy_state_type *)yyRuI5alloc(YY_STATE_BUF_SIZE ); if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! yyRuI5in ) yyRuI5in = stdin; if ( ! yyRuI5out ) yyRuI5out = stdout; if ( ! YY_CURRENT_BUFFER ) { yyRuI5ensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = yyRuI5_create_buffer(yyRuI5in,YY_BUF_SIZE ); } yyRuI5_load_buffer_state( ); } while ( 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of yyRuI5text. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 1572 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; ++yy_cp; } while ( yy_current_state != 1571 ); yy_find_action: yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; find_rule: /* we branch to this label when backing up */ for ( ; ; ) /* until we find what rule we matched */ { if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) { yy_act = yy_acclist[(yy_lp)]; if ( yy_act & YY_TRAILING_HEAD_MASK || yy_looking_for_trail_begin ) { if ( yy_act == yy_looking_for_trail_begin ) { yy_looking_for_trail_begin = 0; yy_act &= ~YY_TRAILING_HEAD_MASK; break; } } else if ( yy_act & YY_TRAILING_MASK ) { yy_looking_for_trail_begin = yy_act & ~YY_TRAILING_MASK; yy_looking_for_trail_begin |= YY_TRAILING_HEAD_MASK; } else { (yy_full_match) = yy_cp; yy_full_state = (yy_state_ptr); yy_full_lp = (yy_lp); break; } ++(yy_lp); goto find_rule; } --yy_cp; yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; } YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 1: /* rule 1 can match eol */ YY_RULE_SETUP #line 166 "TokenizeRuI5.l" { _UNPUT_COMBINED_BS_WORD_ } YY_BREAK case 2: YY_RULE_SETUP #line 167 "TokenizeRuI5.l" { _UNPUT_WORD_WITHOUT_LAST_CHAR_ } YY_BREAK case 3: /* rule 3 can match eol */ YY_RULE_SETUP #line 168 "TokenizeRuI5.l" { _UNPUT_WORD_WITHOUT_HYPHEN_ } YY_BREAK /* www adresses */ case 4: YY_RULE_SETUP #line 173 "TokenizeRuI5.l" return TOK_WWW; YY_BREAK /* exclude ')' etc. at the end of an www adress */ case 5: YY_RULE_SETUP #line 175 "TokenizeRuI5.l" return TOK_WWW; YY_BREAK /**** rules relevant only for EOS detection: ****/ /* exclude short snippets in parenthesis somewhere in the middle of sentence */ /* (an expensive rule) */ case 6: /* rule 6 can match eol */ #line 183 "TokenizeRuI5.l" /* exclude dates and selected abbreviations */ case 7: /* rule 7 can match eol */ #line 185 "TokenizeRuI5.l" case 8: /* rule 8 can match eol */ YY_RULE_SETUP #line 185 "TokenizeRuI5.l" { no_eos_length = (yyRuI5leng); yyless(0); BEGIN(noEOS); } YY_BREAK /* EOS only if EOS_PUNCT followed by space and uppercase letter */ /* {EOS_PUNCT}/{EOS_PUNCT} return TOK_OTHER; */ case 9: /* rule 9 can match eol */ YY_RULE_SETUP #line 191 "TokenizeRuI5.l" { yyless(0); BEGIN(testEOS); } YY_BREAK case 10: #line 198 "TokenizeRuI5.l" case 11: YY_RULE_SETUP #line 198 "TokenizeRuI5.l" return TOK_OTHER; YY_BREAK case 12: /* rule 12 can match eol */ YY_RULE_SETUP #line 199 "TokenizeRuI5.l" yyless(0); BEGIN(stateINITIAL); return TOK_EOS; YY_BREAK case 13: YY_RULE_SETUP #line 200 "TokenizeRuI5.l" yyless(0); BEGIN(stateINITIAL); return TOK_EOS; YY_BREAK case 14: YY_RULE_SETUP #line 204 "TokenizeRuI5.l" test_no_eos_length(yyRuI5leng); return TOK_WORD; YY_BREAK case 15: YY_RULE_SETUP #line 205 "TokenizeRuI5.l" test_no_eos_length(yyRuI5leng); return TOK_NUMBER; YY_BREAK /* noEOS are actually dates and abbreviations, but no floating point numbers */ case 16: /* rule 16 can match eol */ YY_RULE_SETUP #line 207 "TokenizeRuI5.l" test_no_eos_length(yyRuI5leng); return TOK_VSPACE; YY_BREAK case 17: /* rule 17 can match eol */ YY_RULE_SETUP #line 208 "TokenizeRuI5.l" test_no_eos_length(yyRuI5leng); return TOK_HSPACE; YY_BREAK case 18: YY_RULE_SETUP #line 209 "TokenizeRuI5.l" test_no_eos_length(yyRuI5leng); return TOK_OTHER; YY_BREAK /**** general rules: ****/ case 19: YY_RULE_SETUP #line 214 "TokenizeRuI5.l" return TOK_WORD; YY_BREAK case 20: YY_RULE_SETUP #line 216 "TokenizeRuI5.l" return TOK_NUMBER; YY_BREAK case 21: /* rule 21 can match eol */ YY_RULE_SETUP #line 218 "TokenizeRuI5.l" return TOK_VSPACE; /* skip horizontal spaces */ YY_BREAK case 22: YY_RULE_SETUP #line 219 "TokenizeRuI5.l" ; /* at the begining or end of line */ YY_BREAK case 23: YY_RULE_SETUP #line 220 "TokenizeRuI5.l" return TOK_HSPACE; YY_BREAK case 24: /* rule 24 can match eol */ YY_RULE_SETUP #line 222 "TokenizeRuI5.l" ; YY_BREAK case 25: YY_RULE_SETUP #line 224 "TokenizeRuI5.l" return TOK_OTHER; YY_BREAK case 26: YY_RULE_SETUP #line 227 "TokenizeRuI5.l" ECHO; YY_BREAK #line 5342 "" case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(contHyph): case YY_STATE_EOF(EOScontHyph): case YY_STATE_EOF(EOS): case YY_STATE_EOF(WWW): case YY_STATE_EOF(contHyphWWW): case YY_STATE_EOF(EOScontHyphWWW): case YY_STATE_EOF(EOSWWW): case YY_STATE_EOF(testEOS): case YY_STATE_EOF(noEOS): yyterminate(); case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_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 yyRuI5in at a new source and called * yyRuI5lex(). 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. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyRuI5in; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_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 ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_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). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_c_buf_p); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( yyRuI5wrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * yyRuI5text, we can now set up * yy_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. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_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 yyRuI5lex */ /* yy_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 yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_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) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_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->yy_n_chars = (yy_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_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->yy_ch_buf[number_to_move]), (yy_n_chars), num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; yyRuI5restart(yyRuI5in ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 1572 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register YY_CHAR yy_c = 1; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 1572 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 1571); if ( ! yy_is_jam ) *(yy_state_ptr)++ = yy_current_state; return yy_is_jam ? 0 : yy_current_state; } static void yyunput (int c, register char * yy_bp ) { register char *yy_cp; yy_cp = (yy_c_buf_p); /* undo effects of setting up yyRuI5text */ *yy_cp = (yy_hold_char); if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) { /* need to shift things up to make room */ /* +2 for EOB chars. */ register int number_to_move = (yy_n_chars) + 2; register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; register char *source = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) *--dest = *--source; yy_cp += (int) (dest - source); yy_bp += (int) (dest - source); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size; if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) YY_FATAL_ERROR( "flex scanner push-back overflow" ); } *--yy_cp = (char) c; (yytext_ptr) = yy_bp; (yy_hold_char) = *yy_cp; (yy_c_buf_p) = yy_cp; } #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_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 ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ int offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_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. */ yyRuI5restart(yyRuI5in ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( yyRuI5wrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve yyRuI5text */ (yy_hold_char) = *++(yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); 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 yyRuI5restart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ yyRuI5ensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = yyRuI5_create_buffer(yyRuI5in,YY_BUF_SIZE ); } yyRuI5_init_buffer(YY_CURRENT_BUFFER,input_file ); yyRuI5_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void yyRuI5_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * yyRuI5pop_buffer_state(); * yyRuI5push_buffer_state(new_buffer); */ yyRuI5ensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; yyRuI5_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (yyRuI5wrap()) processing, but the only time this flag * is looked at is after yyRuI5wrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void yyRuI5_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; yyRuI5in = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_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 yyRuI5_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) yyRuI5alloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in yyRuI5_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) yyRuI5alloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yyRuI5_create_buffer()" ); b->yy_is_our_buffer = 1; yyRuI5_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with yyRuI5_create_buffer() * */ void yyRuI5_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->yy_is_our_buffer ) yyRuI5free((void *) b->yy_ch_buf ); yyRuI5free((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 yyRuI5restart() or at EOF. */ static void yyRuI5_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; yyRuI5_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then yyRuI5_init_buffer was _probably_ * called from yyRuI5restart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_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 yyRuI5_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_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->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) yyRuI5_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 yyRuI5push_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; yyRuI5ensure_buffer_stack(); /* This block is copied from yyRuI5_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from yyRuI5_switch_to_buffer. */ yyRuI5_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void yyRuI5pop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; yyRuI5_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { yyRuI5_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void yyRuI5ensure_buffer_stack (void) { int num_to_alloc; if (!(yy_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; (yy_buffer_stack) = (struct yy_buffer_state**)yyRuI5alloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)yyRuI5realloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_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 yyRuI5_scan_buffer (char * base, yy_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) yyRuI5alloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in yyRuI5_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; yyRuI5_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to yyRuI5lex() will * scan from a @e copy of @a str. * @param str 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 * yyRuI5_scan_bytes() instead. */ YY_BUFFER_STATE yyRuI5_scan_string (yyconst char * yystr ) { return yyRuI5_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to yyRuI5lex() 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 yyRuI5_scan_bytes (yyconst char * yybytes, int _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) yyRuI5alloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in yyRuI5_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = yyRuI5_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in yyRuI5_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up yyRuI5text. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ yyRuI5text[yyRuI5leng] = (yy_hold_char); \ (yy_c_buf_p) = yyRuI5text + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ yyRuI5leng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the input stream. * */ FILE *yyRuI5get_in (void) { return yyRuI5in; } /** Get the output stream. * */ FILE *yyRuI5get_out (void) { return yyRuI5out; } /** Get the length of the current token. * */ int yyRuI5get_leng (void) { return yyRuI5leng; } /** Get the current token. * */ char *yyRuI5get_text (void) { return yyRuI5text; } /** Set the input stream. This does not discard the current * input buffer. * @param in_str A readable stream. * * @see yyRuI5_switch_to_buffer */ void yyRuI5set_in (FILE * in_str ) { yyRuI5in = in_str ; } void yyRuI5set_out (FILE * out_str ) { yyRuI5out = out_str ; } int yyRuI5get_debug (void) { return yyRuI5_flex_debug; } void yyRuI5set_debug (int bdebug ) { yyRuI5_flex_debug = bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from yyRuI5lex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; (yy_state_buf) = 0; (yy_state_ptr) = 0; (yy_full_match) = 0; (yy_lp) = 0; /* Defined in main.c */ #ifdef YY_STDINIT yyRuI5in = stdin; yyRuI5out = stdout; #else yyRuI5in = (FILE *) 0; yyRuI5out = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * yyRuI5lex_init() */ return 0; } /* yyRuI5lex_destroy is for both reentrant and non-reentrant scanners. */ int yyRuI5lex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ yyRuI5_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; yyRuI5pop_buffer_state(); } /* Destroy the stack itself. */ yyRuI5free((yy_buffer_stack) ); (yy_buffer_stack) = NULL; yyRuI5free ( (yy_state_buf) ); (yy_state_buf) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * yyRuI5lex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *yyRuI5alloc (yy_size_t size ) { return (void *) malloc( size ); } void *yyRuI5realloc (void * ptr, yy_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 yyRuI5free (void * ptr ) { free( (char *) ptr ); /* see yyRuI5realloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 227 "TokenizeRuI5.l"