#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 yyRuWinrestart(yyRuWinin ) #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 yyRuWinleng; extern FILE *yyRuWinin, *yyRuWinout; #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 yyRuWintext. */ \ 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 yyRuWintext 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 yyRuWinrestart()), so that the user can continue scanning by * just pointing yyRuWinin 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 yyRuWintext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int yyRuWinleng; /* 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 yyRuWinwrap()'s to do buffer switches * instead of setting up a fresh yyRuWinin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void yyRuWinrestart (FILE *input_file ); void yyRuWin_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE yyRuWin_create_buffer (FILE *file,int size ); void yyRuWin_delete_buffer (YY_BUFFER_STATE b ); void yyRuWin_flush_buffer (YY_BUFFER_STATE b ); void yyRuWinpush_buffer_state (YY_BUFFER_STATE new_buffer ); void yyRuWinpop_buffer_state (void ); static void yyRuWinensure_buffer_stack (void ); static void yyRuWin_load_buffer_state (void ); static void yyRuWin_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER yyRuWin_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE yyRuWin_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE yyRuWin_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE yyRuWin_scan_bytes (yyconst char *bytes,int len ); void *yyRuWinalloc (yy_size_t ); void *yyRuWinrealloc (void *,yy_size_t ); void yyRuWinfree (void * ); #define yy_new_buffer yyRuWin_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ yyRuWinensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ yyRuWin_create_buffer(yyRuWinin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ yyRuWinensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ yyRuWin_create_buffer(yyRuWinin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) #define yyRuWinwrap(n) 1 #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *yyRuWinin = (FILE *) 0, *yyRuWinout = (FILE *) 0; typedef int yy_state_type; extern int yyRuWinlineno; extern char *yyRuWintext; #define yytext_ptr yyRuWintext 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 yyRuWintext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ yyRuWinleng = (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, 9, 53, 53, 24, 54, 24, 23, 23, 23, 9, 9, 53, 9, 53, 53, 53, 53, 54, 8, 8, 8, 8, 23, 23, 23, 9, 9, 54, 25, 54, 54, 54, 54, 6, 53, 54, 53, 9, 9, 9, 9, 53, 9, 53, 24, 9, 55, 9, 53, 9, 9, 53, 54, 9, 9, 23, 23, 54, 9, 54, 25, 54, 53, 54, 54, 56, 53, 57, 58, 59, 60, 53, 61, 62, 53, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 53, 53, 53, 53, 53, 53, 53, 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, 54, 104, 105, 106, 107, 108 } ; 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, 22, 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 } ; 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, 3810, 536, 632, 750, 756, 573,16505, 750, 0, 3782, 771, 776, 770, 782, 783, 784, 816, 840, 860, 880, 900, 799, 920, 3759, 935, 955, 974, 994, 1009, 944, 758, 778, 940, 798, 953, 818, 966, 970, 984, 988, 1015, 959, 999, 980, 839, 1024, 1025, 1031, 1037, 1053, 1069, 1046, 1073, 1081, 1065, 1087, 1113, 1137, 1153, 1163, 1169, 1103, 1136, 1193, 1209, 1226, 1175, 1202, 1239, 1256, 1124, 1351, 1371, 1391, 1411, 1196, 1431, 1436, 1452, 1457, 1472, 1477, 1492, 1497, 1511, 1516, 1530, 1536, 1578, 1594, 1600, 1614, 1628, 1634, 1648, 1567, 1671, 1685, 1727, 1732, 1671, 1676, 1704, 1725, 1748, 1741, 1771, 1841, 1846, 1785, 1881, 1821, 1919, 1876, 1895, 1928, 1947, 1966, 1858, 1984, 2077, 1989, 2016, 2025, 615, 1539, 2106, 2122, 453, 792, 954, 759, 1290, 2156, 2175, 1137, 415, 77, 580, 582, 2211, 2216, 204, 1306, 2308, 814, 3776, 928, 822, 800, 801, 751, 2132, 2224, 2232, 2240, 2260, 2359, 869, 3740, 3753, 3748, 3734,16505, 2384, 2394,16505,16505,16505, 1356, 1376, 1396, 2270, 0, 3760, 1417, 1887, 2154, 1678, 2266, 2298, 1867, 2063, 2276, 0, 2396, 0, 0, 3759, 2365, 2417, 0, 2411, 3717, 1015, 1495, 2435, 1560, 1232, 1558, 2448, 2463, 2487, 2499, 0, 2511, 2608, 2542, 2628, 3666, 3660, 2648,16505, 2552, 2668, 1977, 1335, 2681, 2701, 2721, 2734, 2753, 2774, 2787, 2806, 2819, 2477, 2838, 2851, 2870, 2883, 2516, 2902, 2922, 2935, 2954, 2986, 2999, 2521, 3018, 3031, 3058, 3086, 3102, 3117, 2634, 3146, 3130, 3173, 2654, 3189, 3202, 3229, 3241, 3256, 3271, 3286, 3234, 3301, 3316, 3355, 3368, 3384, 3330, 3412, 3427, 3446, 3463, 3479, 3498, 3514, 3533, 3549, 3565, 3585, 1920, 3074, 1576, 1939, 2881, 2008, 3397, 3517, 1958, 1715, 1777, 2088, 2470, 3578, 3529, 2107, 2960, 3626, 2492, 2862, 2226, 1497, 2367, 2964, 3636, 3565, 2416, 2756, 2904, 2770, 3587, 2820, 3601, 3620, 3583, 3634, 3656, 3364, 3683, 3382, 3004, 2788, 3677, 3628, 1698, 1533, 3642, 3757, 2802, 3484, 3686, 3657, 3702, 1749, 3708, 3710, 3719, 3802, 1614, 3814, 3733, 3762, 3774, 3782, 3810, 3766, 3806, 3821, 0, 3913, 3933, 3953, 3828, 0, 3874, 3973, 3978, 3994, 3999, 4014, 4019, 4034, 4039, 4054, 4059, 4072, 4077, 4090, 4108, 4121, 4135, 4142, 4155, 4171, 4176, 4189, 4196, 4203, 4209, 4240, 4245, 4258, 4263, 4276, 4289, 4294, 4309, 4322, 4328, 4344, 4349, 4362, 4377, 4392, 4407, 4412, 4439, 4425, 4432, 4446, 4453, 4460, 4466, 4480, 4485, 4506, 4511, 4527, 4534, 4558, 4571, 4577, 4606, 4612, 4625, 4631, 4638, 4657, 4670, 4675, 4698, 4703, 4721, 4739, 3828, 4768, 4744, 4773, 4786, 4714, 4765, 4793, 4799, 4817, 4823, 3126, 4898, 4904, 4911, 4849, 4917, 4945, 4796, 4959, 4965, 4978, 4999, 5004, 5017, 5030, 5035, 5061, 5066, 5079, 5098, 5103, 5120, 5125, 5138, 5144, 5161, 5166, 941, 0, 0, 5244, 3864, 4207, 5181, 5205, 906, 905, 296, 827, 847, 5282, 5168, 2674, 5324, 5352, 2740, 3096, 2793, 1442, 1903, 3123, 3165, 5391, 5441, 5538, 3923, 5223, 0, 5630, 2128, 3716, 3703, 3698, 3694, 3700, 3690, 3684, 5669, 5235, 5368, 5376, 5558, 5583, 945, 969, 423, 994, 1139, 5719, 5729, 16505, 3958, 4095, 5212, 5396, 0, 5593, 0, 0, 3716, 5446, 5446, 0, 3715, 2196, 3718, 2532, 1048, 2934, 2555, 3063,16505, 0, 5742, 5793, 5548, 5608, 5740, 1686, 597, 956, 3446, 990, 1041, 977, 3643, 3613, 3641, 3617, 3619, 3621, 3619, 3608, 1160, 5770, 5890, 3602, 486, 5798, 5814, 5825, 5910, 5923, 5938, 5951, 5982, 5762, 3664, 5995, 6010, 6023, 5965, 3659, 6039, 6054, 6067, 6082, 6098, 6111, 6125, 5842, 6139, 6170, 6179, 6192, 6207, 5590, 3649, 6222, 6236, 6252, 6267, 6280, 6297, 6243, 3638, 6318, 6325, 6338, 6354, 6368, 3637, 6382, 6398, 6409, 6422, 6438, 3569, 6452, 6465, 6473, 6489, 6503, 6510, 6530, 6561, 6581, 6612, 6625, 6640, 6653, 6680, 6525, 3566, 6696, 6717, 6544, 3632, 6736, 6751, 6768, 6788, 6802, 3550, 6807, 6820, 6839, 6852, 6879, 6907, 6922, 6950, 6977, 7004, 7017, 7032, 7060, 7076, 7089, 7105, 7132, 7145, 7172, 7199, 7228, 6963, 713, 7255, 7213, 7272, 7285, 7306, 7325, 7340, 7357, 7370, 7385, 7400, 7421, 3552, 7441, 7458, 7473, 7513, 7532, 7545, 7564, 6992, 3537, 7577, 6709, 7596, 7609, 7641, 7661, 7676, 7692, 7705, 7720, 7737, 7750, 7190, 7791, 7811, 7427, 7494, 7765, 7771, 7832, 7838, 7851, 7867, 7872, 7885, 7892, 7905, 7910, 7923, 7936, 7954, 7960, 7973, 7993, 7998, 8012, 8017, 8030, 8044, 8049, 8063, 8068, 8084, 8091, 8097, 8110, 8116, 8131, 8136, 8149, 8162, 8167, 8187, 8205, 8210, 8227, 8232, 8253, 8258, 8272, 8278, 8294, 8307, 8312, 8325, 8330, 8343, 8359, 8364, 8381, 8388, 8407, 8413, 8426, 8442, 8456, 8461, 8475, 8481, 8494, 8501, 8507, 8521, 8528, 8549, 8562, 8582, 8596, 8601, 8616, 8621, 8634, 8639, 8655, 8660, 8675, 8680, 8700, 8706, 8720, 8725, 8738, 8745, 8751, 8764, 8770, 8777, 8783, 8790, 8803, 8808, 1026, 3608, 8806, 8819, 8864, 1284, 886, 1053, 1253, 8888, 8909, 1893, 1297, 1093, 1060, 834, 1739, 2581, 3606, 2735, 1317, 1683, 3586, 1888, 1950, 8945, 8970, 9062, 955, 1527, 1176, 451, 1086, 1064, 9036, 7471, 8995, 9117, 1619, 2145, 1234, 1914, 0, 3606, 9147, 1183,16505, 3299, 1522, 2312, 3328, 3603, 9041, 1131, 3599, 1245, 1266, 1129, 1244, 1262, 3530, 3512, 3516, 875, 1716, 3488, 3496, 3495, 3498, 3496, 1192, 9197, 3557, 3480, 7816, 9217, 8859, 7654, 9230, 9245, 9281, 9296, 8889, 3468, 3465, 9313, 9332, 8951, 9347, 7845, 7858, 9366, 9383, 9399, 8488, 3422, 8575, 3477, 9418, 9434, 9450, 9469, 4506, 4511, 4064, 4415, 1662, 3754, 4563, 4650, 4288, 4690, 4849, 9148, 4970, 5146, 3440, 4762, 4906, 5412, 2352, 3294, 4969, 5439, 3323, 5556, 5278, 5464, 9153, 5799, 9000, 9485, 3453, 3435, 5434, 5791, 6079, 6264, 6348, 9463, 6487, 6507, 6805, 5921, 6579, 4762, 4952, 6589, 5024, 5859, 6746, 5916, 6787, 6861, 5975, 6308, 9509, 9502, 9020, 9532, 9560, 9565, 9579, 9584, 9601, 9606, 9619, 9624, 3431, 9637, 9651, 9656, 9669, 9684, 9689, 3420, 9704, 9717, 9722, 1604, 9739, 9758, 3419, 9763, 9783, 9790, 9776, 9797, 9810, 9815, 9828, 9833, 9846, 9851, 9869, 9882, 9876, 9889, 9903, 9908, 9921, 9927, 9940, 9946, 9964, 9978, 9983, 9996,10009, 3418, 3385,10014, 3367, 3354,10030, 3347,10036,10043, 3344,10049, 0,10061, 3418,10080, 3377, 1405, 0,10099,10118, 0, 3373, 1421,10154,10161, 3380, 3379, 3366, 1638, 1681, 1887, 10178,10270, 1506, 1622, 2051, 1300,10244,10203,10325, 3346, 1443, 9127, 0, 3377, 6026, 1764, 3373,10234, 8379,10350, 3365, 1495, 3326, 1708, 3325,10357,10377,10384,10404,10409, 10431,10453,10461,10481,10501,10531,10536,10228,10056, 9202, 10556, 9167,10569,10584, 3241, 3242,10436, 9272, 9122,10599, 10486,10614, 3230,10628,10635,10651,10666,10686,10702,10717, 10730,10745,10758,10781,10796,10811, 3216, 3211,10826, 3218, 3204,10832,10838,10847,10863,10882,10925,10941,10954,10969, 10901, 3206,10208, 3205, 3197,10982,10998,11011, 3190, 3198, 3166, 3161,11026, 1711,11042, 1870, 1956, 1970, 2044,11060, 11081,11086,11108,11115,11129,11134,11147,11153,11160,11166, 11179,11186,11192,11199,11206,11213,11219,11233,11238,11251, 11256,11275,11282,11297,11303,11316,11329,11343,11350,11364, 11385,11390,11399, 3232,11412, 2146,11443,11468,11428,11504, 2197, 2579, 2357, 2673, 2386,11596, 1464,11529, 0, 0, 3154, 1994, 3217, 3216,10086,11357,11572, 3134, 3121, 3198, 3194,11653, 3105,11658, 3101,11678, 3110,11683,11703,11708, 11713, 3092,11733, 3106,11738,11758,11763, 3106,11499, 3084, 3149,11512, 3070,11785, 3069, 3067,11554, 3054,11743,11269, 3054, 3041, 3023, 3008,11798, 2992, 2968, 2966,11813, 2964, 11826, 2966,11842,11857,11874,11893, 2958, 2964,11887, 2950, 2933,11908, 2937,11913,11926,11946,11980, 2936, 2922,12007, 2920, 2915, 2901,12014, 2887, 2891,12031,12048,12065,12072, 12086,11565,12101,12106,12120,12125,12138,12143,12164,12169, 12184,12198,12203,12216,12229,12242,12247,16505,16505,12262, 0,12276, 0,12310,10224,10904, 2549, 2553, 1448,12346, 0, 2953, 2897, 2035, 2934, 2922,12371, 2842, 1815, 2835, 1380, 2835,12377, 1754, 2824, 2822, 2805,11534, 2804, 2781, 1971, 2761,12276, 2741, 2754, 2727, 2717, 2724,12397,12413, 12428,12456, 2718, 2717, 2715, 2708,12471,12484, 2671, 2096, 2668, 2657, 2654,12511, 2639,12301,12526,12545,12341,12550, 12564,12578,12583,12596,12602, 2704, 0,12614,11563, 2669, 2232, 2700, 2690, 2683, 2615,12629,12652, 1789,12657, 1909, 2599, 2039,12307, 2598, 2590, 2574, 2583, 2563,12677,12694, 2543,12709, 2531, 2523, 2501, 2490, 2496,12728,12609, 2482, 12745,12760,12779,12784,12798, 0, 0, 0, 2512, 2300, 2531, 2527,12805,12815,12821,12841, 2094,12846, 2437, 2409, 12869, 2376,12888, 2378, 2386,12903,12920,12927,12936,12998, 2426, 2469, 2443, 2436,12960, 2347, 2412,12951, 2305, 2292, 2289,12971,12976, 0,13046, 2680, 2479, 2369, 2363,12442, 2236, 0, 0, 3247, 2707, 2309, 2296,12498, 3262, 2401, 2745, 2293, 2264, 2798, 2239, 2767, 2244, 2243, 2205, 2812, 2199, 2193, 2153, 2844, 2186, 2171, 2116, 2908, 2152, 2117, 2030, 2958, 2104, 2095, 2014, 3000, 2078, 2077, 2005, 3001, 2023, 2004, 1908, 3010, 1933, 1908, 1863, 3024, 1868, 1853, 1802, 3051, 1813, 1799,16505, 3096, 1777, 1742, 3132, 1710, 1706, 3148, 1691, 1633, 3166, 1613, 1582, 3195, 1573, 1551, 3265, 1549, 1531, 3272, 1515, 1457, 3287, 1437, 1411, 3335, 1395, 1391, 3347, 1375, 1371, 3348, 1355, 1351, 3349, 1339, 1300, 3432, 1281, 1210, 3456, 1194, 1175, 3490, 1162, 1100, 3499, 1078, 932, 3518, 917, 899, 3533, 879, 818, 3542, 774, 628, 3558, 627, 556, 519, 518, 326, 100,16505, 16505,13098, 2265,13111,13127,13139,13162,13181,13204,13223, 13236,13245,13257,13276,13295, 2598,13305,13309, 2752,13313, 13326,13330,13346,13365,13381,13404,13405,13428,13447,13470, 13474,13497,13497,13520,13533,13542,13551,13560,13573,13582, 13598,13607,13620,13643,13662,13663, 2963,13667,13680,13684, 13697,13713,13736,13752,13764,13782,13803,13826,13849,13868, 13891,13914,13937,13960,13973,13982,13991,14003,14022,14041, 14041,14054,14065,14088,14104,14124,14147,14166,14189,14212, 14216,14229,14238,14247,14259,14278,14297,14319, 3470,14328, 14344,14368,14392,14415,14438,14461,14484,14507,14526,14535, 14544,14556,14569,14588,14588,14592,14616,14640,14653,14662, 14671,14691,14715,14728,14748,14772,14785,14800,14824,14848, 14872,14896,14920,14944,14968,14992,15016,15040,15064,15088, 15112,15136,15160,15184,15208,15232,15256,15280,15304,15328, 15352,15376,15400,15424,15448,15472,15496,15520,15544,15568, 15592,15616,15640,15664,15688,15712,15736,15760,15784,15808, 15832,15856,15880,15904,15928,15952,15976,16000,16024,16048, 16072,16096,16120,16144,16168,16192,16216,16240,16264,16288, 16312,16336,16360,16384,16408,16432,16456,16480 } ; 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, 1578, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 1571, 1571, 1571, 1571, 1579, 1579, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 114, 1580, 1580, 1580, 1580, 114, 114, 114, 114, 114, 114, 1580, 1580, 1580, 114, 1580, 130, 1580, 114, 114, 114, 114, 114, 114, 114, 1580, 1580, 114, 114, 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[16614] = { 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, 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, 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, 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, 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, 46, 27, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 45, 68, 69, 70, 71, 72, 73, 74, 75, 76, 46, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 46, 88, 89, 90, 46, 46, 46, 91, 46, 46, 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, 99, 27, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 98, 121, 122, 123, 124, 125, 126, 127, 128, 129, 99, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 99, 141, 142, 143, 99, 99, 99, 144, 99, 99, 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, 1567, 884, 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, 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, 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, 1562, 222, 484, 515, 215, 215, 215, 479, 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, 484, 514, 238, 494, 238, 204, 225, 226, 818, 229, 229, 229, 229, 229, 228, 228, 228, 228, 228, 238, 484, 242, 238, 1562, 242, 204, 225, 226, 819, 229, 229, 232, 232, 232, 228, 228, 228, 228, 228, 238, 1571, 523, 251, 1559, 238, 204, 225, 226, 524, 232, 232, 232, 232, 232, 224, 224, 224, 224, 224, 1036, 238, 1559, 214, 238, 484, 238, 215, 1571, 271, 224, 224, 224, 224, 224, 230, 479, 1556, 214, 484, 484, 235, 237, 233, 815, 816, 231, 236, 247, 479, 224, 224, 224, 224, 224, 230, 215, 1079, 214, 1079, 480, 512, 237, 1571, 863, 215, 231, 266, 513, 224, 224, 224, 224, 224, 252, 230, 215, 214, 867, 522, 215, 237, 233, 848, 489, 1053, 231, 484, 270, 224, 224, 224, 224, 224, 484, 215, 259, 214, 863, 509, 215, 237, 233, 522, 224, 224, 224, 224, 224, 849, 547, 548, 214, 548, 547, 215, 237, 233, 248, 215, 245, 242, 238, 869, 249, 238, 238, 238, 522, 238, 215, 238, 250, 273, 479, 238, 851, 253, 238, 215, 238, 238, 254, 856, 238, 480, 238, 856, 238, 863, 871, 238, 238, 238, 215, 238, 242, 238, 239, 255, 256, 278, 238, 872, 260, 238, 238, 238, 1571, 257, 238, 258, 1037, 261, 870, 238, 263, 284, 262, 240, 267, 238, 241, 1556, 238, 268, 238, 242, 242, 293, 494, 242, 1032, 269, 243, 297, 244, 238, 264, 1039, 265, 242, 242, 272, 274, 1553, 238, 238, 509, 238, 238, 238, 238, 238, 275, 276, 238, 290, 238, 238, 242, 302, 238, 494, 238, 1053, 279, 1042, 238, 280, 509, 291, 281, 242, 277, 238, 295, 863, 282, 863, 238, 283, 242, 242, 285, 309, 292, 238, 242, 296, 238, 286, 238, 1071, 287, 238, 288, 294, 238, 289, 238, 313, 865, 238, 494, 298, 238, 1553, 238, 238, 497, 320, 238, 522, 299, 300, 301, 498, 856, 327, 1550, 852, 856, 353, 303, 317, 242, 242, 328, 304, 329, 224, 224, 224, 224, 224, 242, 305, 306, 1550, 238, 334, 307, 308, 233, 363, 317, 330, 310, 238, 355, 238, 331, 311, 1055, 1547, 312, 343, 238, 238, 509, 332, 238, 238, 238, 317, 333, 547, 548, 314, 548, 547, 315, 871, 321, 316, 317, 317, 318, 322, 238, 323, 317, 319, 324, 238, 872, 881, 238, 1571, 238, 238, 863, 863, 238, 325, 238, 238, 326, 317, 238, 1037, 354, 317, 1571, 317, 317, 1072, 1571, 335, 863, 317, 336, 1058, 863, 317, 337, 1074, 338, 339, 340, 356, 341, 342, 238, 344, 1547, 238, 1073, 238, 1087, 238, 484, 1087, 345, 1075, 346, 491, 317, 1571, 492, 492, 492, 492, 492, 1544, 347, 348, 317, 349, 350, 238, 351, 238, 352, 357, 507, 507, 507, 507, 507, 238, 1035, 484, 238, 1043, 238, 494, 358, 360, 547, 548, 361, 548, 547, 1041, 480, 359, 238, 1046, 1197, 362, 509, 238, 1544, 317, 224, 224, 224, 224, 224, 532, 533, 533, 533, 532, 1541, 204, 364, 226, 1541, 365, 365, 365, 365, 365, 228, 228, 228, 228, 228, 534, 535, 535, 535, 534, 1538, 204, 364, 226, 1538, 366, 366, 366, 366, 366, 228, 228, 228, 228, 228, 534, 535, 535, 535, 534, 1535, 204, 364, 226, 1535, 366, 366, 367, 367, 367, 228, 228, 228, 228, 228, 196, 196, 196, 196, 196, 1532, 204, 364, 226, 1571, 367, 367, 367, 367, 367, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 1571, 1571, 1532, 369, 233, 1185, 230, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 231, 1571, 369, 1571, 1188, 1529, 1367, 369, 233, 230, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 231, 1377, 369, 233, 1377, 823, 1198, 369, 233, 230, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 231, 214, 369, 233, 1309, 215, 863, 369, 233, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 217, 1210, 369, 233, 1529, 1033, 1067, 369, 247, 224, 224, 224, 224, 224, 1067, 224, 224, 224, 224, 224, 1526, 369, 233, 1571, 215, 371, 1033, 369, 233, 204, 481, 482, 509, 483, 483, 483, 483, 483, 1526, 1571, 1523, 372, 480, 374, 373, 214, 375, 214, 376, 219, 1054, 215, 377, 374, 238, 509, 374, 224, 224, 224, 224, 224, 1523, 215, 238, 217, 378, 238, 1571, 369, 233, 1520, 549, 224, 224, 224, 224, 224, 379, 224, 224, 224, 224, 224, 380, 369, 252, 215, 688, 215, 238, 369, 233, 224, 224, 224, 224, 224, 374, 381, 238, 374, 1520, 238, 317, 369, 233, 224, 224, 224, 224, 224, 370, 224, 224, 224, 224, 224, 1571, 369, 259, 1033, 1517, 370, 370, 369, 233, 224, 224, 224, 224, 224, 395, 238, 370, 242, 370, 396, 370, 369, 266, 1060, 522, 238, 811, 397, 238, 382, 509, 383, 224, 224, 224, 224, 224, 1045, 384, 199, 203, 203, 203, 199, 369, 270, 224, 224, 224, 224, 224, 700, 374, 238, 1154, 385, 386, 1043, 369, 233, 863, 392, 1517, 238, 1164, 387, 238, 388, 480, 811, 389, 1047, 374, 374, 864, 865, 865, 1514, 278, 390, 1194, 1514, 863, 393, 391, 394, 374, 374, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 370, 284, 369, 233, 238, 370, 238, 369, 273, 1211, 238, 370, 400, 238, 242, 1511, 370, 370, 829, 829, 829, 829, 401, 402, 370, 370, 370, 370, 374, 370, 370, 370, 1067, 370, 224, 224, 224, 224, 224, 238, 1067, 403, 687, 398, 370, 404, 369, 293, 405, 238, 1511, 406, 238, 1571, 370, 370, 238, 407, 370, 370, 408, 302, 638, 1145, 1080, 370, 238, 374, 409, 238, 370, 1081, 1508, 582, 399, 410, 370, 370, 411, 370, 412, 370, 416, 413, 374, 1080, 1508, 414, 370, 370, 238, 1318, 370, 694, 370, 370, 370, 313, 1505, 370, 238, 415, 370, 238, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 370, 417, 369, 233, 238, 639, 1379, 369, 297, 1379, 424, 370, 1504, 374, 640, 425, 202, 202, 202, 202, 202, 374, 374, 426, 427, 370, 370, 1504, 428, 429, 224, 224, 224, 224, 224, 196, 197, 198, 198, 198, 199, 1415, 369, 309, 1415, 1375, 370, 1501, 370, 370, 1043, 433, 1571, 1571, 434, 1571, 1571, 435, 436, 436, 437, 480, 1033, 811, 370, 438, 418, 1500, 224, 224, 224, 224, 224, 370, 1195, 1049, 1037, 494, 420, 419, 369, 320, 1571, 1571, 370, 370, 1040, 421, 422, 423, 824, 370, 1500, 464, 436, 465, 466, 370, 467, 370, 468, 1571, 441, 370, 1497, 442, 430, 522, 1145, 334, 370, 431, 1043, 370, 432, 370, 443, 370, 582, 444, 1571, 370, 370, 480, 436, 445, 224, 224, 343, 224, 224, 436, 370, 233, 446, 370, 447, 1050, 224, 224, 224, 224, 224, 370, 439, 629, 353, 238, 1067, 440, 369, 233, 436, 448, 370, 370, 1067, 238, 449, 581, 238, 1416, 370, 1496, 1416, 370, 238, 450, 370, 370, 1571, 436, 451, 436, 436, 242, 238, 452, 1571, 238, 453, 370, 1496, 436, 454, 238, 455, 456, 457, 1067, 458, 459, 370, 370, 1145, 636, 460, 1067, 238, 370, 637, 1386, 1493, 370, 582, 461, 370, 462, 1145, 436, 370, 370, 202, 541, 541, 541, 202, 463, 582, 471, 1033, 370, 436, 370, 370, 469, 224, 224, 224, 224, 224, 370, 472, 632, 436, 238, 1492, 1492, 369, 355, 370, 473, 370, 474, 1053, 238, 475, 509, 238, 1489, 1571, 370, 370, 370, 1488, 476, 370, 370, 233, 436, 477, 436, 370, 1488, 370, 370, 370, 478, 479, 1571, 478, 478, 478, 478, 478, 1485, 1484, 579, 580, 480, 580, 579, 1145, 478, 479, 478, 478, 478, 478, 478, 478, 1418, 582, 518, 1418, 480, 519, 519, 519, 519, 519, 478, 196, 200, 201, 201, 201, 202, 1303, 485, 470, 1484, 1481, 214, 1571, 238, 486, 493, 479, 480, 478, 478, 478, 478, 478, 238, 1396, 641, 238, 480, 1480, 495, 214, 1061, 317, 478, 493, 479, 522, 478, 478, 478, 478, 478, 238, 1480, 1438, 238, 480, 1438, 495, 1477, 1476, 214, 478, 215, 496, 215, 1476, 1043, 224, 224, 224, 224, 224, 228, 228, 228, 228, 228, 480, 215, 503, 504, 215, 505, 505, 505, 505, 505, 506, 506, 506, 506, 506, 518, 1067, 1473, 520, 520, 520, 520, 520, 518, 1067, 215, 520, 520, 521, 521, 521, 518, 1472, 1472, 521, 521, 521, 521, 521, 224, 224, 224, 224, 224, 196, 200, 200, 200, 200, 202, 1469, 478, 508, 1468, 478, 478, 478, 478, 478, 207, 207, 536, 207, 480, 537, 537, 537, 537, 537, 478, 542, 542, 542, 542, 542, 230, 196, 200, 201, 201, 201, 202, 1468, 238, 1067, 1463, 231, 224, 224, 224, 224, 224, 1067, 238, 650, 214, 238, 651, 1463, 493, 508, 648, 478, 478, 478, 478, 478, 862, 862, 862, 862, 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, 224, 224, 224, 224, 224, 196, 210, 198, 198, 198, 211, 1043, 478, 479, 1457, 478, 478, 478, 478, 478, 1457, 1571, 480, 1451, 480, 529, 529, 529, 529, 529, 478, 530, 582, 530, 530, 529, 529, 529, 529, 529, 1043, 530, 1464, 530, 530, 582, 1464, 530, 204, 205, 204, 480, 206, 206, 206, 206, 206, 530, 211, 203, 203, 203, 211, 204, 212, 204, 1450, 213, 213, 213, 213, 213, 238, 1465, 238, 530, 547, 548, 238, 548, 547, 238, 1437, 1125, 214, 530, 238, 1449, 215, 221, 221, 221, 221, 221, 1449, 551, 238, 551, 551, 238, 1446, 652, 217, 1441, 221, 221, 221, 221, 221, 222, 223, 551, 223, 648, 223, 1067, 582, 222, 587, 587, 587, 587, 587, 1067, 1571, 1067, 215, 223, 221, 221, 221, 221, 221, 1067, 223, 238, 223, 593, 223, 551, 224, 224, 224, 224, 224, 238, 1571, 658, 238, 553, 659, 223, 555, 555, 555, 555, 555, 592, 592, 592, 592, 592, 600, 600, 600, 600, 600, 556, 557, 558, 558, 558, 593, 547, 548, 588, 548, 547, 1434, 559, 560, 561, 1434, 228, 228, 228, 228, 228, 1431, 238, 562, 642, 553, 224, 224, 224, 224, 224, 563, 238, 564, 214, 238, 1043, 214, 215, 565, 1043, 219, 566, 1425, 238, 567, 317, 480, 568, 569, 570, 480, 235, 571, 238, 215, 572, 238, 593, 649, 573, 574, 648, 648, 1424, 566, 1043, 593, 1043, 567, 829, 829, 829, 568, 569, 570, 215, 480, 571, 215, 1307, 572, 228, 228, 228, 228, 228, 538, 538, 648, 538, 573, 648, 204, 225, 226, 230, 575, 575, 575, 575, 575, 228, 228, 228, 228, 228, 231, 603, 603, 603, 603, 603, 204, 225, 226, 582, 576, 576, 576, 576, 576, 228, 228, 228, 228, 228, 1420, 607, 607, 607, 607, 607, 204, 225, 204, 593, 576, 576, 576, 576, 576, 579, 580, 224, 580, 579, 593, 547, 548, 214, 548, 547, 1419, 215, 224, 224, 224, 224, 224, 1043, 479, 230, 214, 593, 1417, 1454, 237, 235, 1318, 1413, 480, 480, 231, 1412, 224, 224, 224, 224, 224, 1454, 215, 230, 214, 1412, 1308, 1067, 237, 608, 593, 1409, 1406, 215, 231, 1067, 224, 224, 224, 224, 224, 648, 215, 230, 214, 1454, 215, 648, 237, 224, 224, 224, 224, 224, 231, 1571, 1571, 214, 1571, 1571, 648, 237, 215, 1043, 1397, 1067, 215, 1395, 224, 224, 224, 224, 224, 1067, 480, 215, 214, 1044, 1045, 1045, 237, 233, 207, 207, 1571, 207, 215, 1067, 820, 224, 224, 224, 224, 224, 215, 1067, 583, 214, 1571, 215, 1394, 237, 224, 224, 224, 224, 224, 648, 1571, 1571, 214, 1571, 1571, 1464, 237, 215, 679, 1464, 215, 1393, 648, 224, 224, 224, 224, 224, 1388, 584, 215, 214, 1571, 582, 1067, 237, 224, 224, 224, 224, 224, 215, 1067, 582, 214, 585, 1465, 1387, 237, 215, 1571, 238, 593, 822, 215, 224, 224, 224, 224, 224, 317, 238, 215, 214, 238, 238, 1067, 237, 224, 224, 224, 224, 224, 215, 1067, 238, 214, 593, 238, 1385, 237, 215, 661, 238, 242, 586, 215, 224, 224, 224, 224, 224, 1571, 238, 215, 214, 238, 238, 1384, 237, 224, 224, 224, 224, 224, 215, 317, 238, 214, 1382, 238, 1571, 237, 215, 242, 238, 1381, 242, 215, 224, 224, 224, 224, 224, 242, 238, 215, 214, 238, 663, 1067, 237, 589, 1380, 1571, 242, 317, 215, 1067, 224, 224, 224, 224, 224, 1378, 215, 1376, 214, 1374, 1373, 215, 237, 224, 224, 224, 224, 224, 238, 590, 214, 214, 1373, 1370, 215, 237, 215, 317, 238, 317, 215, 238, 224, 224, 224, 224, 224, 238, 217, 215, 214, 1067, 242, 1200, 237, 631, 648, 238, 242, 1067, 215, 1571, 1355, 242, 591, 1571, 538, 538, 215, 538, 238, 858, 215, 215, 224, 224, 224, 224, 224, 1353, 238, 660, 214, 238, 1352, 594, 237, 224, 224, 224, 224, 224, 215, 1067, 1067, 214, 1351, 242, 1350, 237, 215, 1067, 1067, 1067, 595, 1571, 224, 224, 224, 224, 224, 1067, 1349, 215, 214, 1346, 1345, 1067, 237, 224, 224, 224, 224, 224, 215, 1067, 238, 214, 1344, 648, 238, 237, 215, 1343, 242, 317, 646, 215, 1338, 238, 238, 242, 317, 238, 1067, 215, 224, 224, 224, 224, 224, 582, 1067, 582, 214, 582, 215, 551, 237, 551, 551, 596, 630, 630, 630, 630, 630, 597, 598, 215, 238, 599, 215, 551, 224, 224, 224, 224, 224, 582, 238, 678, 214, 238, 1571, 1571, 237, 1571, 1571, 1067, 224, 224, 224, 224, 224, 582, 215, 1067, 214, 242, 215, 551, 237, 601, 242, 224, 224, 224, 224, 224, 582, 1571, 1571, 214, 1571, 1571, 215, 237, 224, 224, 224, 224, 224, 821, 215, 1067, 214, 1571, 582, 1335, 237, 215, 1332, 1067, 224, 224, 224, 224, 224, 242, 215, 1067, 214, 1331, 215, 1330, 237, 233, 1329, 1067, 1328, 242, 593, 1571, 1571, 215, 1571, 1571, 825, 1067, 215, 224, 224, 224, 224, 224, 1231, 1067, 215, 214, 1327, 1325, 1324, 237, 233, 1322, 1321, 224, 224, 224, 224, 224, 602, 242, 215, 214, 1320, 215, 1067, 237, 224, 224, 224, 224, 224, 863, 1067, 370, 214, 863, 826, 1319, 237, 215, 242, 370, 370, 782, 605, 370, 604, 215, 1318, 370, 1316, 1316, 215, 610, 610, 610, 610, 610, 615, 615, 615, 615, 615, 215, 1313, 224, 224, 224, 224, 224, 1301, 1459, 1460, 214, 1460, 1459, 215, 237, 606, 648, 224, 224, 224, 224, 224, 1276, 1459, 1460, 214, 1460, 1459, 215, 237, 609, 1067, 224, 224, 224, 224, 224, 648, 1067, 1067, 214, 1275, 1269, 215, 237, 593, 1067, 224, 224, 224, 224, 224, 215, 1067, 1268, 214, 648, 242, 215, 237, 1258, 1067, 224, 224, 224, 224, 224, 215, 214, 1257, 214, 582, 215, 215, 237, 617, 1256, 224, 224, 224, 224, 224, 215, 593, 616, 214, 217, 1236, 215, 237, 1235, 621, 621, 621, 621, 621, 242, 215, 611, 863, 863, 1067, 863, 215, 862, 862, 862, 1065, 612, 1067, 215, 613, 215, 1067, 1067, 1067, 224, 224, 224, 224, 224, 1067, 1067, 1067, 214, 614, 242, 215, 237, 224, 224, 224, 224, 224, 238, 1126, 238, 214, 1571, 863, 238, 237, 215, 238, 1204, 224, 224, 224, 224, 224, 1200, 1058, 618, 214, 1193, 215, 1571, 237, 633, 633, 633, 633, 633, 238, 242, 238, 215, 1192, 811, 238, 593, 215, 1128, 224, 224, 224, 224, 224, 1039, 215, 622, 214, 1032, 547, 548, 237, 548, 547, 224, 224, 224, 224, 224, 1184, 1178, 215, 214, 1178, 1067, 215, 237, 624, 317, 238, 1178, 242, 1067, 224, 224, 224, 224, 224, 619, 238, 215, 214, 238, 1178, 675, 237, 863, 317, 1067, 215, 224, 224, 224, 224, 224, 317, 1067, 317, 214, 215, 238, 1178, 237, 233, 215, 620, 224, 224, 224, 224, 224, 868, 1063, 1063, 214, 1063, 215, 593, 237, 865, 623, 865, 1067, 215, 1571, 224, 224, 224, 224, 224, 1067, 1067, 215, 214, 1178, 1154, 1154, 237, 1102, 1067, 215, 224, 224, 224, 224, 224, 238, 1154, 238, 214, 1067, 215, 238, 237, 1135, 238, 215, 1571, 1067, 317, 224, 224, 224, 224, 224, 1067, 242, 215, 214, 1571, 1134, 625, 237, 1067, 1067, 215, 627, 627, 627, 627, 627, 1103, 1067, 242, 1096, 1095, 215, 577, 628, 317, 1067, 215, 224, 224, 224, 224, 224, 1088, 1067, 238, 214, 1086, 238, 1085, 237, 643, 643, 643, 643, 643, 215, 1084, 224, 224, 224, 224, 224, 1083, 215, 242, 214, 1082, 238, 1571, 237, 233, 1043, 1571, 626, 1078, 634, 1077, 238, 635, 238, 238, 1076, 480, 215, 863, 242, 1571, 215, 863, 238, 539, 1043, 238, 1031, 645, 317, 1048, 242, 647, 647, 647, 647, 647, 648, 1045, 648, 1045, 215, 653, 653, 653, 653, 653, 1571, 317, 238, 648, 233, 648, 1571, 317, 593, 905, 900, 242, 238, 242, 1571, 655, 317, 656, 644, 657, 238, 898, 242, 317, 238, 673, 317, 662, 1571, 1571, 238, 233, 242, 238, 238, 242, 888, 238, 238, 317, 664, 665, 676, 676, 676, 676, 676, 666, 238, 1571, 883, 238, 667, 668, 677, 669, 880, 238, 1571, 879, 670, 878, 648, 671, 877, 238, 876, 238, 686, 672, 238, 238, 317, 317, 1571, 238, 875, 874, 238, 238, 1571, 238, 1571, 873, 238, 855, 208, 539, 654, 238, 844, 1571, 238, 238, 238, 674, 843, 842, 841, 648, 840, 839, 317, 238, 238, 1571, 238, 238, 838, 692, 648, 578, 680, 681, 682, 577, 689, 689, 689, 689, 689, 648, 683, 238, 238, 1114, 684, 238, 690, 546, 208, 539, 691, 238, 1571, 317, 238, 693, 1571, 238, 528, 685, 527, 526, 525, 238, 1571, 238, 479, 238, 234, 695, 238, 208, 1571, 238, 238, 238, 238, 696, 238, 698, 698, 698, 698, 698, 238, 1571, 1571, 238, 238, 1571, 697, 701, 701, 701, 701, 701, 1571, 1571, 238, 1571, 1571, 238, 1571, 1571, 317, 224, 224, 224, 224, 224, 238, 1571, 238, 1571, 648, 648, 238, 238, 702, 238, 648, 238, 1571, 648, 703, 648, 317, 704, 1571, 238, 238, 238, 1571, 648, 238, 1571, 710, 238, 1571, 238, 706, 705, 238, 707, 1571, 1571, 1571, 238, 1571, 1571, 238, 224, 224, 224, 224, 224, 813, 813, 813, 813, 813, 238, 1571, 369, 708, 238, 1571, 1571, 709, 1571, 1571, 238, 699, 1571, 238, 238, 238, 711, 238, 1571, 648, 317, 370, 1571, 1571, 1571, 238, 1571, 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, 1571, 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, 1571, 230, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 231, 1571, 369, 1571, 1571, 1571, 1571, 369, 233, 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, 1571, 1571, 1571, 1571, 369, 1571, 716, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 547, 548, 369, 548, 547, 717, 1571, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 718, 369, 224, 224, 224, 224, 224, 534, 535, 535, 535, 534, 719, 1571, 369, 1571, 1571, 1571, 1571, 374, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 374, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 374, 374, 1571, 1571, 720, 1571, 369, 374, 224, 224, 224, 224, 224, 1571, 1571, 224, 224, 224, 224, 224, 369, 1571, 721, 1571, 1571, 1571, 1102, 369, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 374, 1571, 374, 369, 1571, 1571, 722, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 723, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 374, 224, 224, 224, 224, 224, 369, 724, 224, 224, 224, 224, 224, 369, 224, 224, 224, 224, 224, 1571, 369, 601, 1571, 204, 481, 482, 369, 483, 483, 483, 483, 483, 374, 1571, 725, 1571, 480, 1571, 1571, 374, 726, 727, 1571, 1571, 728, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 233, 1571, 1571, 374, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 374, 369, 233, 1571, 374, 1571, 369, 224, 224, 224, 224, 224, 1571, 374, 1571, 1571, 1571, 729, 374, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1117, 369, 1571, 1571, 1571, 1571, 369, 1571, 374, 224, 224, 224, 224, 224, 1571, 1571, 730, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 224, 224, 224, 224, 224, 1571, 369, 731, 1571, 1571, 1571, 732, 369, 617, 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, 238, 1571, 238, 374, 1571, 1571, 238, 369, 734, 238, 224, 224, 224, 224, 224, 1571, 374, 1571, 735, 1571, 1571, 736, 369, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 737, 1571, 1571, 374, 369, 1571, 1571, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 738, 369, 624, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 374, 224, 224, 224, 224, 224, 369, 374, 224, 224, 224, 224, 224, 369, 739, 224, 224, 224, 224, 224, 369, 233, 224, 224, 224, 224, 224, 369, 1571, 224, 224, 224, 224, 224, 369, 224, 224, 224, 224, 224, 740, 369, 741, 1571, 1571, 1571, 1571, 369, 233, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 242, 238, 1571, 238, 369, 1571, 1571, 238, 1571, 374, 238, 1571, 374, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 742, 1571, 1571, 369, 1113, 1571, 374, 224, 224, 224, 224, 224, 1571, 743, 224, 224, 224, 224, 224, 369, 1571, 1571, 1571, 1571, 374, 374, 369, 374, 1571, 374, 1571, 1571, 1571, 1571, 374, 1571, 744, 374, 224, 224, 224, 224, 224, 547, 548, 374, 548, 547, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 224, 224, 224, 224, 224, 1571, 369, 233, 238, 1571, 238, 1571, 369, 238, 238, 238, 374, 238, 1571, 238, 745, 1571, 238, 1571, 1571, 374, 746, 1571, 374, 224, 224, 224, 224, 224, 1112, 224, 224, 224, 224, 224, 1571, 369, 1571, 747, 1571, 1571, 748, 369, 224, 224, 224, 224, 224, 374, 224, 224, 224, 224, 224, 1571, 369, 224, 224, 224, 224, 224, 369, 1571, 1571, 749, 1571, 1571, 1571, 369, 750, 1102, 1571, 1571, 751, 752, 224, 224, 224, 224, 224, 1115, 233, 1571, 753, 1571, 1571, 374, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 233, 1571, 547, 548, 755, 548, 547, 1571, 754, 1571, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 436, 369, 233, 1571, 1571, 1571, 369, 1571, 1571, 756, 436, 1571, 224, 224, 224, 224, 224, 757, 1571, 1571, 238, 1571, 1116, 436, 369, 1571, 238, 1571, 436, 238, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 758, 369, 233, 1571, 1571, 1571, 369, 436, 1571, 436, 1571, 1571, 547, 548, 759, 548, 547, 760, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1102, 369, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 370, 1571, 1571, 1571, 1571, 761, 370, 369, 224, 224, 224, 224, 224, 436, 370, 770, 370, 1571, 370, 1571, 369, 1571, 1571, 1571, 1571, 436, 224, 224, 224, 224, 224, 436, 224, 224, 224, 224, 224, 1571, 369, 762, 436, 763, 767, 764, 369, 1571, 1571, 436, 1571, 317, 238, 370, 238, 436, 771, 772, 238, 370, 1571, 238, 1145, 773, 1571, 1571, 436, 370, 774, 775, 1571, 370, 1118, 1571, 1571, 370, 1571, 436, 769, 768, 776, 370, 1571, 792, 370, 777, 1571, 370, 778, 1571, 370, 1571, 1571, 780, 779, 370, 370, 370, 370, 370, 370, 1571, 370, 370, 1571, 1571, 370, 436, 436, 224, 224, 224, 224, 224, 781, 224, 224, 224, 224, 224, 1571, 369, 224, 224, 224, 224, 224, 369, 224, 224, 224, 224, 224, 1571, 369, 679, 784, 785, 786, 238, 369, 238, 1571, 370, 1571, 238, 787, 1571, 238, 1571, 788, 370, 370, 370, 1571, 370, 224, 224, 224, 224, 224, 1571, 1571, 547, 548, 789, 548, 547, 369, 233, 224, 224, 224, 224, 224, 1571, 224, 224, 224, 224, 224, 1571, 369, 1571, 1571, 1571, 1571, 436, 369, 224, 224, 224, 224, 224, 1122, 436, 238, 436, 238, 1571, 1571, 369, 238, 1124, 783, 238, 1571, 1571, 1571, 790, 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, 547, 548, 791, 548, 547, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1145, 369, 233, 1571, 1571, 1571, 369, 238, 238, 238, 238, 436, 1571, 238, 238, 436, 238, 238, 1127, 436, 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, 793, 1571, 1571, 1571, 1571, 369, 233, 795, 1571, 1571, 1571, 794, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 796, 1571, 1145, 1571, 369, 1571, 1571, 1571, 797, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 224, 224, 224, 224, 224, 1571, 369, 798, 1571, 1571, 1571, 800, 369, 1571, 1571, 1123, 799, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 1571, 491, 1571, 801, 492, 492, 492, 492, 492, 802, 1571, 436, 803, 436, 478, 479, 1571, 478, 478, 478, 478, 478, 1571, 1571, 1571, 1571, 480, 805, 1571, 1571, 806, 804, 478, 534, 534, 534, 534, 534, 478, 479, 808, 478, 478, 478, 478, 478, 238, 1571, 238, 1571, 480, 807, 238, 1571, 1571, 238, 478, 482, 809, 837, 837, 837, 837, 837, 1571, 814, 1571, 1571, 518, 1571, 436, 845, 845, 845, 845, 845, 810, 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, 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, 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, 846, 846, 846, 846, 846, 518, 482, 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, 1571, 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, 238, 1571, 238, 1571, 565, 1571, 238, 566, 317, 238, 567, 1571, 1571, 568, 569, 570, 1571, 1571, 571, 1571, 1571, 572, 238, 1571, 238, 573, 574, 238, 238, 238, 566, 238, 1571, 238, 567, 317, 238, 317, 568, 569, 570, 1571, 1571, 571, 1571, 1571, 572, 228, 228, 228, 228, 228, 238, 1571, 238, 1571, 573, 1130, 238, 503, 504, 238, 836, 836, 836, 836, 836, 224, 224, 224, 224, 224, 542, 558, 558, 558, 558, 1571, 233, 478, 479, 1571, 478, 478, 478, 478, 478, 1571, 1571, 1571, 1571, 480, 224, 224, 224, 224, 224, 478, 1571, 607, 607, 607, 607, 607, 478, 479, 1571, 478, 478, 478, 478, 478, 1571, 1571, 536, 1571, 480, 537, 537, 537, 537, 537, 478, 1571, 1571, 1571, 1571, 230, 1571, 1571, 863, 847, 558, 558, 558, 542, 542, 1571, 231, 224, 224, 224, 224, 224, 238, 1571, 1129, 214, 1571, 1571, 238, 493, 479, 238, 478, 478, 478, 478, 478, 608, 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, 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, 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, 1571, 1571, 1571, 214, 530, 1571, 863, 215, 542, 542, 542, 542, 542, 1571, 1571, 587, 587, 587, 587, 587, 1571, 215, 530, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 530, 1571, 204, 225, 204, 1571, 575, 575, 575, 575, 575, 1571, 1571, 215, 555, 555, 555, 555, 555, 579, 580, 224, 580, 579, 1571, 1136, 1571, 1571, 553, 860, 861, 862, 862, 862, 1571, 885, 224, 224, 224, 885, 588, 559, 560, 561, 553, 1571, 224, 224, 224, 224, 224, 1571, 562, 1571, 214, 1571, 1571, 1571, 215, 1571, 563, 1571, 564, 893, 893, 893, 893, 893, 565, 1571, 1571, 566, 235, 1571, 567, 1571, 1571, 568, 569, 570, 547, 548, 571, 548, 547, 572, 1571, 1571, 1571, 573, 574, 238, 1571, 238, 566, 886, 215, 238, 567, 238, 238, 238, 568, 569, 570, 238, 317, 571, 238, 1571, 572, 228, 228, 228, 228, 228, 1571, 1571, 1571, 1571, 573, 1571, 204, 225, 204, 1571, 882, 882, 882, 882, 882, 224, 224, 224, 224, 224, 1571, 547, 548, 214, 548, 547, 1571, 237, 224, 224, 224, 224, 224, 894, 1571, 1571, 214, 1571, 895, 1571, 237, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1145, 215, 237, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 215, 1571, 1571, 237, 215, 592, 592, 592, 592, 592, 230, 1571, 1571, 215, 1571, 547, 548, 215, 548, 547, 1571, 231, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 1571, 1571, 1571, 237, 224, 224, 224, 224, 224, 238, 215, 238, 214, 1571, 1145, 238, 237, 215, 238, 224, 224, 224, 224, 224, 242, 1571, 1571, 214, 317, 1571, 215, 237, 224, 224, 224, 224, 224, 1571, 1571, 242, 214, 215, 593, 214, 237, 215, 1571, 215, 224, 224, 224, 224, 224, 1571, 215, 887, 214, 1571, 215, 1571, 237, 217, 1571, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 1571, 1145, 215, 237, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 215, 1571, 1571, 237, 215, 242, 224, 224, 224, 224, 224, 242, 1571, 215, 214, 1571, 1571, 215, 237, 1571, 1571, 1571, 224, 224, 224, 224, 224, 889, 215, 1571, 214, 1571, 215, 242, 237, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 1571, 1571, 1201, 237, 215, 600, 600, 600, 600, 600, 1571, 1571, 215, 1571, 1571, 1571, 1571, 215, 242, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 215, 1571, 1571, 237, 1571, 242, 1571, 1571, 890, 317, 238, 1571, 238, 215, 1571, 1571, 238, 215, 1571, 238, 1571, 242, 603, 603, 603, 603, 603, 1571, 1571, 1571, 891, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 215, 1571, 237, 224, 224, 224, 224, 224, 593, 1571, 892, 214, 1571, 1571, 1571, 237, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 215, 237, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 896, 1571, 215, 237, 233, 610, 610, 610, 610, 610, 1571, 215, 615, 615, 615, 615, 615, 215, 1571, 1571, 593, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 242, 1571, 237, 1571, 1571, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1571, 215, 237, 224, 224, 224, 224, 224, 1571, 897, 1571, 214, 1571, 1571, 593, 237, 215, 1571, 1571, 242, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 215, 1571, 1571, 237, 233, 1571, 899, 1571, 1571, 1571, 1571, 215, 901, 901, 901, 901, 901, 215, 1571, 224, 224, 224, 224, 224, 215, 1571, 616, 214, 1571, 1571, 1571, 237, 224, 224, 224, 224, 224, 238, 242, 238, 214, 215, 1571, 238, 237, 215, 238, 317, 224, 224, 224, 224, 224, 1571, 1571, 242, 214, 1571, 215, 1571, 237, 242, 621, 621, 621, 621, 621, 1571, 1571, 215, 1571, 1571, 1571, 1571, 215, 1571, 224, 224, 224, 224, 224, 238, 215, 238, 214, 1571, 1571, 238, 906, 1571, 238, 242, 907, 907, 907, 907, 907, 1571, 215, 902, 317, 593, 215, 224, 224, 224, 224, 224, 1571, 1571, 903, 214, 1571, 1571, 1571, 237, 224, 224, 224, 224, 224, 238, 1571, 238, 214, 1571, 215, 238, 237, 215, 238, 1137, 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, 630, 630, 630, 630, 630, 1571, 1571, 215, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1571, 1571, 237, 1571, 1571, 908, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 215, 1571, 237, 215, 633, 633, 633, 633, 633, 242, 242, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1571, 1571, 237, 215, 1571, 643, 643, 643, 643, 643, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 215, 1571, 1571, 237, 1571, 647, 647, 647, 647, 647, 910, 1571, 909, 1571, 1571, 1571, 593, 215, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 238, 1571, 238, 214, 1571, 1571, 238, 915, 1571, 238, 242, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 238, 215, 238, 214, 1143, 1144, 238, 237, 911, 238, 593, 1571, 1571, 317, 912, 1146, 1571, 1571, 1571, 913, 644, 215, 1571, 1571, 914, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 648, 1571, 1571, 237, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 1571, 1571, 1571, 237, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 215, 919, 224, 224, 224, 224, 224, 238, 1571, 238, 214, 215, 1571, 238, 922, 215, 238, 238, 1571, 238, 916, 1571, 1571, 238, 215, 1571, 238, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 215, 1571, 237, 1571, 917, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 215, 1571, 237, 701, 701, 701, 701, 701, 1571, 918, 1571, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1571, 920, 237, 215, 1571, 1571, 1571, 1571, 921, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 215, 1571, 237, 233, 1571, 224, 224, 224, 224, 224, 923, 1571, 1147, 214, 1571, 1571, 215, 237, 924, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 215, 1571, 1571, 237, 1571, 317, 1571, 1571, 1571, 215, 1571, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 1571, 648, 1148, 237, 215, 653, 653, 653, 653, 653, 224, 224, 224, 224, 224, 1571, 317, 215, 214, 1571, 1571, 215, 237, 224, 224, 224, 224, 224, 238, 1571, 238, 214, 1571, 317, 238, 237, 215, 238, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 925, 1571, 1571, 237, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1571, 1571, 237, 215, 238, 1571, 238, 1571, 215, 1571, 238, 1149, 317, 238, 1571, 1571, 215, 224, 224, 224, 224, 224, 238, 1571, 238, 214, 1571, 215, 238, 237, 1571, 238, 1571, 654, 1571, 317, 1571, 317, 1571, 1571, 215, 1571, 1571, 215, 648, 224, 224, 224, 224, 224, 1571, 1571, 926, 214, 1571, 1571, 1571, 237, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 215, 237, 1571, 1571, 1571, 317, 1571, 238, 1571, 238, 927, 1571, 1571, 238, 1571, 215, 238, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 1571, 237, 676, 676, 676, 676, 676, 1571, 928, 1571, 1571, 215, 1571, 1571, 677, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 233, 1571, 698, 698, 698, 698, 698, 929, 1571, 930, 215, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 215, 1571, 237, 215, 648, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 648, 215, 237, 1571, 1571, 1571, 1571, 317, 1571, 1571, 1571, 1571, 215, 931, 1571, 1571, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 1571, 237, 233, 1571, 1571, 224, 224, 224, 224, 224, 1571, 215, 317, 214, 699, 215, 1571, 237, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 215, 1571, 317, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 215, 1571, 237, 1571, 1571, 1571, 317, 1571, 1571, 1571, 1571, 215, 1571, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 1571, 237, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 215, 1571, 237, 215, 1571, 1571, 1571, 1571, 317, 1571, 1571, 932, 933, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 215, 1571, 237, 934, 1571, 1571, 1571, 935, 224, 224, 224, 224, 224, 215, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 939, 942, 942, 942, 942, 942, 1571, 317, 936, 1571, 215, 1571, 1571, 215, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 937, 938, 237, 233, 1571, 1571, 317, 1571, 1571, 1571, 1571, 215, 1571, 317, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 941, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 215, 1571, 1571, 237, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 215, 943, 1571, 1571, 1571, 1571, 944, 215, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1571, 1571, 237, 233, 1571, 940, 215, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 215, 1571, 237, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 945, 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, 1571, 317, 214, 1571, 1571, 1571, 237, 215, 1571, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 317, 1571, 215, 237, 946, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 215, 237, 1571, 1571, 1571, 1571, 317, 1571, 1571, 215, 689, 689, 689, 689, 689, 215, 224, 224, 224, 224, 224, 1571, 690, 947, 215, 1571, 1571, 1571, 369, 948, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 215, 1571, 1571, 237, 1571, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 949, 214, 215, 317, 1571, 237, 950, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 518, 215, 237, 1057, 1057, 1057, 1057, 1057, 215, 317, 1571, 224, 224, 224, 224, 224, 215, 1571, 648, 648, 1571, 1571, 1571, 369, 648, 215, 1571, 648, 1571, 648, 224, 224, 224, 224, 224, 1571, 1571, 648, 214, 1571, 215, 1571, 237, 1571, 1571, 1571, 1571, 317, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 1571, 237, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 317, 237, 215, 1571, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 1571, 237, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 374, 1571, 1571, 237, 215, 1571, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 951, 215, 214, 1571, 1571, 1571, 237, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1571, 1571, 956, 215, 1571, 1571, 1571, 1571, 215, 1571, 1571, 1571, 317, 1571, 1571, 1571, 215, 1571, 1571, 1571, 952, 953, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1571, 1571, 957, 1090, 1090, 1090, 1090, 1090, 215, 1571, 224, 224, 224, 224, 224, 954, 215, 1571, 214, 1571, 1571, 1571, 959, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 955, 215, 960, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 215, 1571, 962, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 1571, 593, 1571, 965, 215, 1571, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 1571, 1571, 215, 237, 1571, 1571, 1571, 958, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 215, 1571, 1571, 237, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1571, 961, 237, 215, 1571, 224, 224, 224, 224, 224, 215, 224, 224, 224, 224, 224, 215, 369, 1571, 1571, 963, 1571, 1571, 369, 1571, 1571, 1571, 215, 1571, 964, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 215, 1571, 204, 364, 204, 966, 713, 713, 713, 713, 713, 228, 228, 228, 228, 228, 885, 224, 224, 224, 885, 1571, 204, 364, 204, 553, 967, 967, 967, 967, 967, 317, 224, 224, 224, 224, 224, 317, 224, 224, 224, 224, 224, 1571, 369, 1099, 1099, 1099, 1099, 1099, 369, 224, 224, 224, 224, 224, 1571, 374, 901, 901, 901, 901, 901, 369, 1571, 1571, 968, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 230, 224, 224, 224, 224, 224, 369, 1571, 1571, 1571, 1571, 231, 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, 1571, 1571, 374, 374, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 1571, 1571, 969, 1571, 1571, 593, 369, 593, 1571, 1571, 1571, 374, 224, 224, 224, 224, 224, 1571, 224, 224, 224, 224, 224, 1571, 369, 1571, 1571, 1571, 1571, 374, 369, 224, 224, 224, 224, 224, 1571, 1571, 1571, 970, 1571, 1571, 374, 369, 1571, 1571, 1571, 1571, 971, 1571, 374, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 233, 1571, 1571, 1571, 369, 972, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 973, 369, 224, 224, 224, 224, 224, 1571, 1571, 374, 1571, 1571, 1571, 1571, 369, 233, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 974, 1571, 369, 1571, 1571, 1571, 1571, 369, 374, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 979, 1571, 1571, 975, 224, 224, 224, 224, 224, 1571, 374, 224, 224, 224, 224, 224, 369, 224, 224, 224, 224, 224, 1571, 369, 374, 1571, 374, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 224, 224, 224, 224, 224, 1571, 369, 1571, 976, 1571, 1571, 977, 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, 1571, 1571, 1571, 978, 1571, 1571, 986, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 374, 369, 1571, 1571, 1571, 374, 1571, 1571, 981, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 980, 1571, 1571, 369, 1571, 1571, 1571, 374, 1571, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 982, 985, 990, 1571, 1571, 1571, 983, 993, 1571, 1571, 1571, 984, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 1571, 1571, 1571, 1571, 988, 1571, 1571, 987, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 233, 224, 224, 224, 224, 224, 989, 224, 224, 224, 224, 224, 1571, 369, 924, 1571, 1571, 1571, 1571, 369, 1571, 1571, 991, 224, 224, 224, 224, 224, 1571, 992, 1571, 1571, 994, 1571, 1571, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 436, 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, 1571, 436, 1571, 1571, 436, 1571, 1571, 369, 1571, 1571, 995, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 1571, 1571, 1571, 436, 224, 224, 224, 224, 224, 1571, 1571, 224, 224, 224, 224, 224, 369, 1205, 1205, 1205, 1205, 1205, 436, 369, 233, 1571, 1571, 1571, 1571, 996, 224, 224, 224, 224, 224, 1571, 224, 224, 224, 224, 224, 1571, 369, 1571, 997, 1571, 1571, 436, 369, 224, 224, 224, 224, 224, 1571, 1571, 998, 1571, 1571, 1571, 1571, 369, 1571, 1571, 1000, 224, 224, 224, 224, 224, 1571, 1571, 999, 1571, 1571, 1571, 1571, 369, 233, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1001, 1571, 369, 1571, 1571, 1571, 1571, 369, 1571, 224, 224, 224, 224, 224, 436, 224, 224, 224, 224, 224, 436, 369, 1101, 1101, 1101, 1101, 1101, 369, 224, 224, 224, 224, 224, 1571, 436, 224, 224, 224, 224, 224, 369, 224, 224, 224, 224, 224, 1571, 369, 1571, 436, 1571, 1571, 1571, 369, 939, 224, 224, 224, 224, 224, 1571, 1571, 224, 224, 224, 224, 224, 369, 233, 1571, 1571, 1571, 1571, 1003, 369, 941, 1571, 436, 1571, 1571, 1571, 1571, 1002, 224, 224, 224, 224, 224, 1571, 1004, 1571, 1571, 1571, 1005, 1571, 369, 224, 224, 224, 224, 224, 1571, 436, 1006, 1571, 1571, 1571, 1571, 369, 907, 907, 907, 907, 907, 436, 1571, 224, 224, 224, 224, 224, 1007, 1008, 1571, 1571, 1571, 593, 436, 369, 233, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 1009, 1571, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1010, 369, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 1571, 369, 1571, 1571, 436, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 908, 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, 1571, 1571, 1571, 1013, 224, 224, 224, 224, 224, 1571, 224, 224, 224, 224, 224, 1571, 369, 1571, 1014, 1571, 1571, 1571, 369, 436, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 436, 369, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 436, 224, 224, 224, 224, 224, 369, 224, 224, 224, 224, 224, 1571, 1020, 436, 1571, 1571, 1571, 1571, 1021, 224, 224, 224, 224, 224, 1015, 224, 224, 224, 224, 224, 1571, 1023, 224, 224, 224, 224, 224, 1024, 224, 224, 224, 224, 224, 1571, 1026, 224, 224, 224, 224, 224, 1029, 1017, 1571, 1571, 436, 1016, 1571, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1018, 369, 1571, 1571, 1571, 479, 369, 813, 813, 813, 813, 813, 1571, 1571, 1019, 1571, 480, 478, 479, 1571, 478, 478, 478, 478, 478, 1571, 1571, 1571, 1571, 480, 1571, 1571, 1022, 1571, 1571, 478, 1571, 1571, 1571, 1571, 1032, 1025, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1027, 1571, 214, 1571, 1571, 1571, 237, 1571, 1571, 1028, 1030, 478, 479, 1571, 478, 478, 478, 478, 478, 1033, 215, 1571, 1571, 480, 893, 893, 893, 893, 893, 478, 436, 214, 436, 1571, 1571, 493, 479, 1571, 478, 478, 478, 478, 478, 1034, 215, 1571, 1571, 480, 1571, 495, 1571, 1571, 214, 478, 1571, 1571, 493, 479, 1571, 478, 478, 478, 478, 478, 1571, 1571, 1571, 1571, 480, 1571, 495, 1571, 1038, 215, 478, 1571, 1571, 1571, 1571, 1039, 224, 224, 224, 224, 224, 242, 1098, 1098, 1098, 1098, 1098, 204, 503, 482, 215, 836, 836, 836, 836, 836, 1571, 1571, 1571, 1571, 480, 228, 228, 228, 228, 228, 894, 1571, 1571, 1571, 1571, 895, 204, 503, 482, 1571, 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, 1571, 593, 1571, 1571, 480, 224, 224, 224, 224, 224, 478, 1571, 1571, 1571, 1571, 1058, 1571, 369, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1068, 1068, 1068, 1068, 1068, 1571, 1571, 518, 1571, 230, 845, 845, 845, 845, 845, 1069, 1070, 1070, 1070, 1070, 231, 224, 224, 224, 224, 224, 1571, 1571, 648, 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, 1052, 215, 1571, 1150, 1571, 1571, 224, 224, 224, 224, 224, 1099, 1099, 1099, 1099, 1099, 1571, 1571, 478, 479, 1571, 478, 478, 478, 478, 478, 1033, 1571, 1199, 1571, 480, 1062, 1062, 1062, 1062, 1062, 478, 1119, 1119, 1119, 1119, 1119, 1131, 1131, 1131, 1131, 1131, 1571, 1571, 1571, 1059, 1062, 1062, 1062, 1062, 1062, 1232, 1232, 1232, 1232, 1232, 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, 1090, 1090, 1090, 1090, 1090, 1571, 204, 225, 204, 1571, 575, 575, 575, 575, 575, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 593, 1571, 1120, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1121, 1132, 237, 235, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 215, 237, 1092, 1571, 1233, 1571, 1571, 593, 1089, 1571, 1571, 215, 1571, 1571, 1571, 215, 1098, 1098, 1098, 1098, 1098, 230, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 231, 214, 1571, 1571, 1571, 237, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 215, 237, 233, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 215, 1571, 1091, 237, 1097, 1571, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 593, 1571, 215, 214, 1571, 1571, 1571, 237, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 215, 237, 1571, 1571, 1571, 215, 1571, 1093, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 1094, 237, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 215, 1571, 1571, 237, 1571, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 215, 1571, 237, 1571, 1571, 1571, 1571, 215, 1571, 224, 224, 224, 224, 224, 1571, 242, 215, 214, 1571, 1571, 242, 237, 1104, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 215, 1571, 237, 1571, 1571, 215, 224, 224, 224, 224, 224, 242, 1571, 1571, 214, 1571, 215, 1571, 237, 1138, 1138, 1138, 1138, 1138, 215, 224, 224, 224, 224, 224, 1571, 242, 215, 214, 1571, 1571, 1571, 237, 1571, 1571, 215, 942, 942, 942, 942, 942, 1100, 1571, 1571, 1571, 1571, 215, 1571, 1571, 1571, 1571, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 228, 228, 228, 228, 228, 369, 1571, 242, 1571, 1571, 215, 204, 364, 204, 1571, 713, 713, 713, 713, 713, 1571, 1571, 1105, 224, 224, 224, 224, 224, 1571, 1106, 1571, 1571, 1571, 1571, 1139, 369, 1092, 1571, 1107, 1108, 1140, 1109, 1571, 1571, 1571, 1110, 1141, 1571, 1111, 1571, 1142, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 943, 369, 1571, 1571, 1571, 944, 369, 233, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 230, 1571, 369, 1097, 374, 1571, 1571, 369, 1571, 1571, 1571, 231, 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, 1571, 1571, 1151, 1571, 1152, 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, 374, 1571, 1571, 1571, 1571, 369, 1571, 374, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 374, 369, 1571, 1571, 1571, 1571, 369, 1113, 1571, 224, 224, 224, 224, 224, 1571, 1571, 374, 1571, 1571, 1571, 1153, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1571, 1571, 374, 1163, 1571, 1571, 1155, 1571, 224, 224, 224, 224, 224, 1156, 1571, 1571, 1571, 1158, 1571, 1159, 369, 233, 1157, 1160, 1571, 1571, 1161, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 1166, 1571, 1571, 1571, 1571, 1167, 224, 224, 224, 224, 224, 1571, 374, 224, 224, 224, 224, 224, 369, 1162, 224, 224, 224, 224, 224, 369, 1122, 224, 224, 224, 224, 224, 369, 1123, 1571, 1571, 374, 1571, 1571, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1165, 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, 1571, 1571, 369, 1571, 1571, 1571, 1571, 436, 224, 224, 224, 224, 224, 1571, 436, 224, 224, 224, 224, 224, 369, 224, 224, 224, 224, 224, 1571, 369, 224, 224, 224, 224, 224, 369, 233, 1168, 1571, 1571, 1571, 1571, 369, 436, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1170, 1571, 369, 1571, 1571, 1169, 1571, 369, 224, 224, 224, 224, 224, 1571, 224, 224, 224, 224, 224, 1571, 369, 1136, 1571, 1171, 1571, 436, 369, 224, 224, 224, 224, 224, 1571, 224, 224, 224, 224, 224, 1571, 369, 1571, 1571, 1571, 1571, 1172, 369, 1571, 1571, 1571, 1571, 1173, 224, 224, 224, 224, 224, 1571, 436, 1571, 1571, 1174, 1571, 1571, 369, 1571, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 436, 369, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 436, 1571, 1571, 436, 1571, 1571, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 1177, 1571, 1571, 1571, 1571, 1179, 1571, 1571, 436, 224, 224, 224, 224, 224, 1175, 224, 224, 224, 224, 224, 1571, 1180, 224, 224, 224, 224, 224, 1181, 224, 224, 224, 224, 224, 1571, 1182, 224, 224, 224, 224, 224, 369, 1571, 1571, 214, 1571, 1571, 1176, 215, 1571, 436, 1571, 1571, 478, 479, 436, 478, 478, 478, 478, 478, 1033, 235, 1571, 1571, 480, 1206, 1206, 1206, 1206, 1206, 478, 478, 479, 436, 478, 478, 478, 478, 478, 1033, 1571, 1571, 1571, 480, 1571, 215, 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, 436, 478, 215, 1571, 1571, 1201, 1571, 1068, 1068, 1068, 1068, 1068, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1208, 1571, 215, 1189, 1190, 1190, 1190, 1190, 1043, 1571, 1571, 1209, 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, 1133, 1133, 1133, 1133, 1133, 1571, 1571, 478, 479, 1571, 478, 478, 478, 478, 478, 1033, 1571, 1571, 1571, 480, 1229, 1229, 1229, 1229, 1229, 478, 1068, 1068, 1068, 1068, 1068, 811, 811, 811, 811, 811, 228, 228, 228, 228, 228, 1069, 1070, 1070, 1070, 1070, 1571, 204, 518, 482, 230, 845, 845, 845, 845, 845, 1571, 1571, 1571, 1571, 480, 231, 224, 224, 224, 224, 224, 1571, 1571, 648, 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, 1571, 230, 224, 224, 224, 224, 224, 1571, 1571, 1231, 1571, 1571, 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, 1571, 1208, 1068, 1068, 1068, 1068, 1068, 1237, 1237, 1237, 1237, 1237, 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, 1101, 1101, 1101, 1101, 1101, 1571, 1571, 1571, 1225, 1571, 1069, 1070, 1070, 1070, 1070, 1068, 1068, 1068, 1068, 1068, 1571, 1218, 1571, 1571, 1218, 1571, 1571, 1571, 1227, 1571, 1069, 1070, 1070, 1070, 1070, 1571, 1571, 1571, 1571, 1220, 1571, 1571, 1571, 1238, 1222, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1571, 1571, 1571, 863, 1571, 1069, 1070, 1070, 1070, 1070, 1069, 1070, 1070, 1070, 1070, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1224, 237, 224, 224, 224, 224, 224, 1571, 1226, 1571, 214, 1571, 1571, 1571, 237, 215, 1571, 224, 224, 224, 224, 224, 1571, 593, 1571, 214, 1228, 1571, 215, 237, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 215, 237, 1239, 1571, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1571, 215, 237, 233, 1240, 1240, 1240, 1240, 1240, 1571, 215, 224, 224, 224, 224, 224, 215, 1571, 1571, 214, 1571, 1571, 1571, 1242, 242, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 215, 1234, 1243, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 215, 1244, 1571, 1571, 1571, 1571, 242, 1571, 215, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 1571, 1571, 1571, 237, 1571, 1571, 215, 224, 224, 224, 224, 224, 1241, 1571, 1571, 214, 1571, 215, 1571, 1246, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 215, 1247, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 1571, 1571, 1571, 1248, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 215, 1250, 1251, 1251, 1251, 1251, 1251, 1571, 1571, 1571, 1571, 215, 1571, 1571, 1571, 215, 1571, 1571, 1571, 1571, 1245, 1571, 1571, 1571, 215, 547, 548, 1571, 548, 547, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 215, 237, 1571, 1249, 1119, 1119, 1119, 1119, 1119, 1571, 1259, 1259, 1259, 1259, 1259, 215, 1262, 1262, 1262, 1262, 1262, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1252, 214, 1571, 1571, 1571, 237, 1571, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1102, 214, 1571, 215, 1571, 237, 1571, 1254, 1571, 1571, 1253, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 1571, 237, 1571, 1571, 215, 1571, 1571, 1255, 1131, 1131, 1131, 1131, 1131, 1120, 1571, 215, 1571, 1571, 1571, 1260, 215, 1571, 1571, 1571, 1571, 1121, 1369, 1369, 1369, 1369, 1369, 1261, 224, 224, 224, 224, 224, 1571, 1263, 215, 214, 1571, 1571, 1571, 237, 1571, 317, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 215, 1264, 237, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 215, 317, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 1571, 1571, 215, 237, 1270, 1270, 1270, 1270, 1270, 1571, 1571, 1132, 1571, 215, 1571, 1571, 1571, 215, 1571, 1571, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 1571, 1571, 1571, 237, 1138, 1138, 1138, 1138, 1138, 1571, 1571, 1265, 215, 1571, 1571, 1571, 1571, 215, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1266, 1571, 237, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1267, 215, 1571, 214, 1571, 215, 317, 237, 233, 1571, 1571, 1271, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 215, 1571, 1571, 1272, 369, 1571, 1571, 1273, 215, 1571, 1571, 1274, 1571, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1139, 215, 369, 1571, 1571, 1571, 1140, 369, 1571, 1571, 1571, 1571, 1141, 1571, 1571, 1571, 1142, 224, 224, 224, 224, 224, 1571, 1571, 224, 224, 224, 224, 224, 369, 1239, 1571, 1571, 1571, 1571, 1277, 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, 374, 224, 224, 224, 224, 224, 1571, 1281, 224, 224, 224, 224, 224, 369, 224, 224, 224, 224, 224, 1571, 1283, 1571, 1278, 1571, 1571, 1571, 1284, 224, 224, 224, 224, 224, 1571, 374, 224, 224, 224, 224, 224, 1285, 1571, 1571, 1571, 1571, 1571, 1571, 1287, 224, 224, 224, 224, 224, 1571, 1571, 224, 224, 224, 224, 224, 369, 1571, 1571, 1571, 1571, 1571, 1571, 369, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1282, 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, 1240, 1240, 1240, 1240, 1240, 1286, 224, 224, 224, 224, 224, 1289, 1154, 224, 224, 224, 224, 224, 369, 1571, 1571, 1571, 1288, 1571, 1571, 369, 1290, 1571, 224, 224, 224, 224, 224, 1154, 224, 224, 224, 224, 224, 1154, 369, 1571, 1571, 1291, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 436, 1571, 1292, 369, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 436, 1571, 1571, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1241, 1293, 1571, 1571, 1571, 1571, 1571, 369, 233, 1206, 1206, 1206, 1206, 1206, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1294, 1571, 1571, 1571, 1571, 1295, 1571, 1571, 1571, 1571, 1571, 436, 1571, 1571, 1296, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1298, 1299, 1571, 1299, 1298, 1298, 1298, 1571, 1300, 1571, 1571, 1571, 1297, 1571, 1178, 1571, 1298, 1298, 1298, 1571, 478, 479, 1571, 478, 478, 478, 478, 478, 1571, 1571, 1571, 1571, 480, 1208, 1571, 1178, 1571, 479, 478, 1305, 1305, 1305, 1305, 1305, 1209, 1298, 1571, 214, 480, 1178, 1302, 493, 479, 1571, 478, 478, 478, 478, 478, 1571, 1571, 1571, 1571, 480, 1571, 495, 1571, 1571, 1571, 478, 1178, 1571, 214, 1571, 1571, 1178, 493, 479, 1571, 478, 478, 478, 478, 478, 1571, 1571, 1571, 1571, 480, 215, 495, 1571, 1571, 1571, 478, 1229, 1229, 1229, 1229, 1229, 1206, 1206, 1206, 1206, 1206, 1571, 1304, 1571, 1232, 1232, 1232, 1232, 1232, 479, 215, 1306, 1306, 1306, 1306, 1306, 1571, 1571, 1571, 1571, 480, 224, 224, 224, 224, 224, 1383, 1383, 1383, 1383, 1383, 1201, 1571, 478, 479, 1571, 478, 478, 478, 478, 478, 1571, 1571, 1571, 1571, 480, 1237, 1237, 1237, 1237, 1237, 478, 1571, 1571, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1310, 1206, 1206, 1206, 1206, 1206, 1357, 1305, 1305, 1305, 1305, 1305, 1571, 1208, 1571, 1571, 1317, 1317, 1317, 1317, 1317, 1230, 1571, 1571, 1209, 224, 224, 224, 224, 224, 1571, 1571, 1231, 214, 1233, 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, 1238, 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, 1571, 1571, 1201, 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, 1333, 1333, 1333, 1333, 1333, 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, 1571, 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, 1571, 1571, 215, 1337, 1251, 1251, 1251, 1251, 1251, 1571, 1571, 1571, 1571, 215, 1334, 1571, 1571, 215, 1571, 1571, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 1571, 1571, 1571, 237, 1571, 1571, 224, 224, 224, 224, 224, 1571, 215, 1326, 214, 1571, 1571, 215, 237, 1571, 1571, 242, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 215, 1571, 1571, 237, 1259, 1259, 1259, 1259, 1259, 215, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 1571, 237, 1571, 215, 1262, 1262, 1262, 1262, 1262, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 1252, 1339, 215, 237, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1340, 1571, 237, 215, 1571, 1571, 1571, 215, 1571, 1341, 224, 224, 224, 224, 224, 1571, 215, 1571, 214, 1571, 1571, 1571, 237, 1571, 1571, 1571, 1571, 215, 1571, 1571, 1571, 1260, 242, 1571, 1571, 1571, 215, 1571, 1342, 1571, 215, 1571, 1571, 1261, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1347, 1571, 1571, 237, 1571, 1571, 1571, 215, 1571, 1571, 1571, 1571, 1263, 1571, 1571, 1571, 1571, 215, 1270, 1270, 1270, 1270, 1270, 1571, 317, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 215, 1571, 1571, 237, 1356, 1571, 1571, 317, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 215, 1571, 1571, 369, 1571, 1571, 1571, 215, 1571, 1571, 1571, 1571, 1571, 1348, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 215, 1571, 1271, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1354, 1571, 1571, 1571, 1272, 1571, 1571, 1571, 1273, 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, 1571, 1571, 1571, 1571, 374, 1571, 1358, 1571, 1571, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 1571, 1571, 1154, 369, 1571, 1571, 1571, 1571, 1571, 1154, 1571, 1571, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1154, 369, 1571, 1571, 1571, 1571, 369, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1154, 1571, 1571, 1571, 1571, 1154, 369, 1571, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1154, 369, 1571, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1359, 1571, 1571, 1154, 369, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1360, 1571, 1571, 1571, 369, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1361, 1571, 369, 1571, 1571, 1571, 1571, 369, 1356, 1571, 1571, 374, 1571, 1362, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1363, 1571, 1333, 1333, 1333, 1333, 1333, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 478, 479, 436, 478, 478, 478, 478, 478, 1367, 1571, 1571, 1571, 480, 1399, 1399, 1399, 1399, 1399, 478, 1383, 1383, 1383, 1383, 1383, 1571, 1400, 1571, 1571, 1571, 436, 214, 1364, 1365, 1571, 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, 1334, 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, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1401, 214, 1571, 215, 1571, 237, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 215, 1391, 1571, 1458, 1458, 1458, 1458, 1458, 215, 1571, 1571, 1571, 1208, 1571, 1571, 215, 1571, 224, 224, 224, 224, 224, 1571, 1209, 215, 214, 1571, 1571, 1571, 237, 1571, 1571, 224, 224, 224, 224, 224, 1389, 1571, 215, 214, 1571, 1571, 215, 237, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 1571, 237, 215, 1458, 1458, 1458, 1458, 1458, 1390, 1571, 1571, 215, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 215, 1571, 237, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 215, 1571, 1571, 215, 1571, 1571, 1571, 1571, 1571, 1571, 1392, 1571, 1571, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 1571, 1571, 215, 369, 1571, 224, 224, 224, 224, 224, 1571, 317, 1571, 1571, 1571, 1571, 317, 1403, 1571, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 1571, 1571, 369, 1571, 1398, 1571, 1571, 369, 224, 224, 224, 224, 224, 1571, 224, 224, 224, 224, 224, 1571, 369, 1399, 1399, 1399, 1399, 1399, 369, 1154, 1571, 1571, 1571, 1298, 1299, 1400, 1299, 1298, 1298, 1298, 1571, 1407, 1408, 1068, 1068, 1068, 1068, 1068, 1154, 1298, 1298, 1298, 480, 1571, 1402, 1571, 1571, 1571, 1069, 1070, 1070, 1070, 1070, 1571, 1571, 1571, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1571, 1571, 1298, 1571, 1404, 1069, 1070, 1070, 1070, 1070, 1069, 1070, 1070, 1070, 1070, 224, 224, 224, 224, 224, 436, 1405, 1571, 214, 1571, 436, 1571, 237, 1571, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 215, 1571, 1414, 1422, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1571, 215, 237, 1571, 1571, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1571, 1571, 237, 1571, 1571, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 215, 1571, 1571, 369, 1571, 215, 224, 224, 224, 224, 224, 1571, 1571, 1421, 1571, 1571, 1571, 1571, 1427, 1571, 1571, 1571, 1571, 1571, 215, 1571, 1571, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 369, 1571, 224, 224, 224, 224, 224, 1571, 1423, 1435, 1435, 1435, 1435, 1435, 369, 1571, 1571, 1571, 317, 1068, 1068, 1068, 1068, 1068, 1571, 1068, 1068, 1068, 1068, 1068, 1571, 1571, 1571, 1571, 1069, 1070, 1070, 1070, 1070, 1426, 1069, 1070, 1070, 1070, 1070, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1571, 1571, 1571, 1571, 1571, 1069, 1070, 1070, 1070, 1070, 1069, 1070, 1070, 1070, 1070, 1571, 1571, 1154, 224, 224, 224, 224, 224, 1571, 1571, 1571, 214, 1571, 1428, 1571, 1439, 1571, 1571, 436, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 215, 214, 1571, 1436, 1571, 1440, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1437, 1571, 1571, 1571, 1571, 215, 1442, 1571, 1571, 1571, 215, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 224, 224, 224, 224, 224, 1571, 1571, 1571, 1571, 1571, 1571, 215, 1443, 1571, 1298, 1299, 1571, 1299, 1298, 1298, 1298, 1571, 1444, 1408, 1068, 1068, 1068, 1068, 1068, 1571, 1298, 1298, 1298, 1435, 1435, 1435, 1435, 1435, 1571, 1069, 1070, 1070, 1070, 1070, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1571, 1298, 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, 1571, 1571, 1571, 1452, 1453, 1436, 1453, 1452, 1452, 1452, 1571, 1452, 1154, 1571, 1571, 1571, 1437, 1154, 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[16614] = { 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, 1565, 578, 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, 1559, 37, 150, 170, 34, 35, 36, 169, 171, 150, 51, 37, 38, 38, 38, 38, 38, 51, 166, 826, 51, 42, 51, 38, 38, 38, 52, 38, 38, 38, 38, 38, 39, 39, 39, 39, 39, 52, 489, 169, 52, 826, 52, 39, 39, 39, 489, 39, 39, 39, 39, 39, 40, 40, 40, 40, 40, 54, 490, 54, 54, 1558, 54, 40, 40, 40, 490, 40, 40, 40, 40, 40, 41, 41, 41, 41, 41, 56, 817, 179, 56, 1556, 56, 41, 41, 41, 179, 41, 41, 41, 41, 41, 43, 43, 43, 43, 43, 817, 65, 1555, 43, 65, 817, 65, 43, 43, 65, 45, 45, 45, 45, 45, 39, 168, 1553, 45, 487, 486, 43, 45, 45, 486, 487, 39, 43, 53, 478, 46, 46, 46, 46, 46, 40, 45, 874, 46, 874, 478, 168, 46, 46, 561, 43, 40, 62, 168, 47, 47, 47, 47, 47, 57, 41, 46, 47, 561, 524, 45, 47, 47, 524, 151, 839, 41, 151, 64, 48, 48, 48, 48, 48, 151, 47, 60, 48, 563, 839, 46, 48, 48, 525, 49, 49, 49, 49, 49, 525, 215, 215, 49, 215, 215, 48, 49, 49, 53, 47, 50, 50, 53, 563, 53, 53, 50, 53, 527, 50, 49, 50, 55, 67, 811, 55, 527, 57, 55, 48, 55, 62, 58, 548, 62, 811, 62, 548, 57, 564, 565, 57, 58, 57, 49, 58, 59, 58, 47, 58, 59, 70, 64, 565, 60, 64, 59, 64, 818, 59, 60, 59, 844, 60, 564, 60, 61, 71, 60, 48, 63, 63, 48, 1552, 63, 63, 63, 61, 61, 74, 825, 49, 818, 63, 49, 76, 49, 61, 61, 825, 61, 61, 61, 66, 68, 1550, 66, 67, 844, 66, 67, 66, 67, 68, 68, 68, 68, 72, 68, 69, 68, 77, 69, 824, 69, 843, 70, 824, 72, 70, 843, 72, 70, 72, 69, 70, 75, 868, 70, 864, 70, 70, 71, 71, 71, 78, 73, 75, 73, 75, 75, 71, 75, 864, 71, 73, 71, 74, 73, 71, 73, 79, 868, 74, 156, 76, 74, 1549, 74, 76, 156, 80, 76, 528, 76, 76, 76, 156, 856, 82, 1547, 528, 856, 87, 77, 82, 77, 77, 82, 77, 82, 96, 96, 96, 96, 96, 77, 77, 77, 1546, 77, 84, 77, 77, 96, 91, 91, 83, 78, 91, 88, 91, 83, 78, 841, 1544, 78, 85, 83, 78, 841, 83, 78, 83, 78, 83, 83, 219, 219, 79, 219, 219, 79, 574, 80, 79, 79, 79, 79, 80, 79, 81, 80, 79, 81, 80, 574, 574, 80, 851, 80, 81, 869, 866, 81, 81, 81, 87, 81, 87, 87, 819, 87, 81, 90, 84, 84, 866, 819, 84, 870, 87, 84, 851, 867, 84, 84, 869, 84, 84, 84, 88, 84, 84, 88, 85, 1543, 88, 867, 88, 881, 85, 819, 881, 85, 870, 85, 153, 85, 816, 153, 153, 153, 153, 153, 1541, 85, 86, 86, 86, 86, 86, 86, 86, 86, 89, 164, 164, 164, 164, 164, 89, 816, 816, 89, 831, 89, 823, 89, 90, 237, 237, 90, 237, 237, 823, 831, 89, 90, 831, 1056, 90, 1056, 90, 1540, 90, 92, 92, 92, 92, 92, 190, 190, 190, 190, 190, 1538, 92, 92, 92, 1537, 92, 92, 92, 92, 92, 93, 93, 93, 93, 93, 191, 191, 191, 191, 191, 1535, 93, 93, 93, 1534, 93, 93, 93, 93, 93, 94, 94, 94, 94, 94, 192, 192, 192, 192, 192, 1532, 94, 94, 94, 1531, 94, 94, 94, 94, 94, 95, 95, 95, 95, 95, 196, 196, 196, 196, 196, 1529, 95, 95, 95, 1036, 95, 95, 95, 95, 95, 97, 97, 97, 97, 97, 98, 98, 98, 98, 98, 1042, 499, 499, 97, 499, 499, 1528, 98, 98, 1036, 93, 99, 99, 99, 99, 99, 100, 100, 100, 100, 100, 93, 1061, 99, 99, 1042, 1526, 1309, 100, 100, 94, 101, 101, 101, 101, 101, 102, 102, 102, 102, 102, 94, 1321, 101, 101, 1321, 499, 1061, 102, 102, 95, 103, 103, 103, 103, 103, 104, 104, 104, 104, 104, 95, 216, 103, 103, 1197, 216, 1072, 104, 104, 105, 105, 105, 105, 105, 106, 106, 106, 106, 106, 216, 1072, 105, 105, 1525, 1053, 859, 106, 106, 107, 107, 107, 107, 107, 859, 108, 108, 108, 108, 108, 1523, 107, 107, 1309, 216, 100, 840, 108, 108, 146, 146, 146, 1053, 146, 146, 146, 146, 146, 1522, 1197, 1520, 101, 146, 102, 101, 220, 102, 218, 102, 220, 840, 218, 103, 103, 317, 840, 104, 109, 109, 109, 109, 109, 1519, 220, 317, 218, 105, 317, 298, 109, 109, 1517, 218, 110, 110, 110, 110, 110, 106, 111, 111, 111, 111, 111, 106, 110, 110, 220, 341, 218, 341, 111, 111, 112, 112, 112, 112, 112, 107, 108, 341, 107, 1516, 341, 341, 112, 112, 113, 113, 113, 113, 113, 116, 114, 114, 114, 114, 114, 849, 113, 113, 1054, 1514, 116, 116, 114, 114, 115, 115, 115, 115, 115, 116, 298, 116, 298, 116, 116, 116, 115, 115, 849, 849, 298, 1048, 116, 298, 109, 1054, 110, 117, 117, 117, 117, 117, 1048, 111, 199, 199, 199, 199, 199, 117, 117, 118, 118, 118, 118, 118, 354, 112, 354, 990, 111, 112, 832, 118, 118, 559, 114, 1513, 354, 990, 112, 354, 112, 832, 1049, 113, 832, 114, 114, 559, 559, 559, 1511, 123, 113, 1049, 1510, 1074, 114, 113, 114, 114, 114, 119, 119, 119, 119, 119, 120, 120, 120, 120, 120, 121, 124, 119, 119, 917, 122, 917, 120, 120, 1074, 917, 121, 121, 917, 917, 1508, 122, 122, 827, 827, 827, 827, 121, 121, 121, 121, 121, 122, 121, 122, 122, 122, 1066, 123, 127, 127, 127, 127, 127, 340, 1066, 122, 340, 118, 123, 123, 127, 127, 123, 340, 1507, 123, 340, 306, 124, 123, 305, 123, 123, 123, 123, 130, 305, 1144, 875, 124, 305, 124, 124, 305, 126, 875, 1504, 1144, 119, 124, 124, 125, 124, 124, 124, 126, 126, 124, 126, 875, 1503, 125, 125, 125, 349, 1319, 126, 349, 126, 126, 126, 132, 1501, 125, 349, 125, 125, 349, 128, 128, 128, 128, 128, 129, 129, 129, 129, 129, 130, 127, 128, 128, 306, 306, 1324, 129, 129, 1324, 130, 130, 1500, 130, 306, 130, 202, 202, 202, 202, 202, 130, 130, 130, 130, 130, 130, 1499, 130, 130, 131, 131, 131, 131, 131, 197, 197, 197, 197, 197, 197, 1378, 131, 131, 1378, 1319, 132, 1497, 132, 132, 834, 132, 500, 500, 132, 500, 500, 132, 132, 132, 132, 834, 822, 1050, 132, 132, 128, 1496, 133, 133, 133, 133, 133, 139, 1050, 834, 852, 822, 129, 128, 133, 133, 296, 852, 139, 139, 822, 129, 129, 129, 500, 134, 1495, 139, 139, 139, 139, 139, 139, 139, 139, 299, 134, 134, 1493, 134, 131, 852, 1146, 137, 135, 131, 835, 134, 131, 134, 134, 134, 1146, 134, 304, 135, 135, 835, 134, 135, 236, 236, 138, 236, 236, 135, 135, 1331, 135, 135, 135, 835, 142, 142, 142, 142, 142, 136, 133, 296, 140, 296, 1202, 133, 142, 142, 133, 136, 136, 136, 1202, 296, 136, 236, 296, 1380, 137, 1492, 1380, 136, 299, 136, 136, 136, 301, 136, 136, 137, 137, 299, 299, 137, 143, 299, 137, 138, 1491, 137, 137, 304, 137, 137, 137, 1314, 137, 137, 138, 138, 1147, 304, 138, 1314, 304, 140, 304, 1331, 1489, 138, 1147, 138, 138, 138, 1148, 138, 140, 140, 203, 203, 203, 203, 203, 138, 1148, 142, 1055, 140, 140, 140, 140, 140, 141, 141, 141, 141, 141, 143, 142, 301, 140, 301, 1488, 1487, 141, 141, 144, 142, 143, 143, 1055, 301, 143, 1055, 301, 1485, 307, 144, 144, 143, 1484, 143, 143, 143, 1350, 143, 144, 144, 144, 1483, 144, 144, 144, 147, 147, 311, 147, 147, 147, 147, 147, 1481, 1480, 510, 510, 147, 510, 510, 1149, 148, 148, 147, 148, 148, 148, 148, 148, 1382, 1149, 173, 1382, 148, 173, 173, 173, 173, 173, 148, 198, 198, 198, 198, 198, 198, 1186, 148, 141, 1479, 1477, 154, 850, 307, 148, 154, 154, 1186, 154, 154, 154, 154, 154, 307, 1350, 307, 307, 154, 1476, 154, 155, 850, 311, 154, 155, 155, 850, 155, 155, 155, 155, 155, 311, 1475, 1417, 311, 155, 1417, 155, 1473, 1472, 545, 155, 154, 155, 545, 1471, 1191, 161, 161, 161, 161, 161, 162, 162, 162, 162, 162, 1191, 545, 161, 161, 155, 161, 161, 161, 161, 161, 162, 162, 162, 162, 162, 174, 1371, 1469, 174, 174, 174, 174, 174, 175, 1371, 545, 175, 175, 175, 175, 175, 176, 1468, 1467, 176, 176, 176, 176, 176, 177, 177, 177, 177, 177, 200, 200, 200, 200, 200, 200, 1465, 177, 177, 1463, 177, 177, 177, 177, 177, 1573, 1573, 193, 1573, 177, 193, 193, 193, 193, 193, 177, 204, 204, 204, 204, 204, 162, 201, 201, 201, 201, 201, 201, 1462, 316, 1410, 1457, 162, 165, 165, 165, 165, 165, 1410, 316, 316, 165, 316, 316, 1456, 165, 165, 1451, 165, 165, 165, 165, 165, 860, 860, 860, 860, 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, 178, 178, 178, 178, 178, 210, 210, 210, 210, 210, 210, 1193, 178, 178, 1449, 178, 178, 178, 178, 178, 1448, 318, 1193, 1441, 178, 185, 185, 185, 185, 185, 178, 185, 1440, 185, 185, 186, 186, 186, 186, 186, 1195, 186, 1460, 186, 186, 1439, 1460, 185, 206, 206, 206, 1195, 206, 206, 206, 206, 206, 186, 211, 211, 211, 211, 211, 213, 213, 213, 1437, 213, 213, 213, 213, 213, 931, 1460, 931, 185, 217, 217, 931, 217, 217, 931, 1436, 931, 217, 186, 318, 1434, 217, 221, 221, 221, 221, 221, 1433, 221, 318, 221, 221, 318, 1431, 318, 217, 1425, 222, 222, 222, 222, 222, 222, 222, 221, 222, 1424, 222, 1432, 1422, 222, 247, 247, 247, 247, 247, 1432, 308, 1447, 217, 222, 223, 223, 223, 223, 223, 1447, 223, 322, 223, 1420, 223, 221, 224, 224, 224, 224, 224, 322, 314, 322, 322, 224, 322, 223, 226, 226, 226, 226, 226, 252, 252, 252, 252, 252, 259, 259, 259, 259, 259, 226, 226, 226, 226, 226, 1419, 547, 547, 247, 547, 547, 1412, 226, 226, 226, 1411, 228, 228, 228, 228, 228, 1409, 308, 226, 308, 228, 234, 234, 234, 234, 234, 226, 308, 226, 234, 308, 1307, 550, 234, 226, 1308, 550, 226, 1400, 314, 226, 314, 1307, 226, 226, 226, 1308, 234, 226, 314, 550, 226, 314, 252, 314, 226, 226, 1397, 1396, 1395, 226, 1192, 259, 828, 226, 828, 828, 828, 226, 226, 226, 234, 1192, 226, 550, 1192, 226, 227, 227, 227, 227, 227, 1586, 1586, 1394, 1586, 226, 1393, 227, 227, 227, 228, 227, 227, 227, 227, 227, 229, 229, 229, 229, 229, 228, 266, 266, 266, 266, 266, 229, 229, 229, 1391, 229, 229, 229, 229, 229, 232, 232, 232, 232, 232, 1388, 270, 270, 270, 270, 270, 232, 232, 232, 1387, 232, 232, 232, 232, 232, 235, 235, 235, 235, 235, 1386, 493, 493, 235, 493, 493, 1385, 235, 238, 238, 238, 238, 238, 1194, 493, 227, 238, 1384, 1381, 1446, 238, 235, 1375, 1374, 1194, 493, 227, 1373, 239, 239, 239, 239, 239, 1446, 238, 229, 239, 1372, 1194, 1455, 239, 270, 266, 1370, 1366, 235, 229, 1455, 240, 240, 240, 240, 240, 1355, 239, 232, 240, 1446, 238, 1353, 240, 241, 241, 241, 241, 241, 232, 496, 496, 241, 496, 496, 1352, 241, 240, 830, 1351, 1461, 239, 1349, 242, 242, 242, 242, 242, 1461, 830, 241, 242, 830, 830, 830, 242, 242, 1589, 1589, 323, 1589, 240, 1466, 496, 243, 243, 243, 243, 243, 242, 1466, 239, 243, 325, 241, 1346, 243, 244, 244, 244, 244, 244, 1345, 498, 498, 244, 498, 498, 1464, 244, 243, 337, 1464, 242, 1344, 1343, 245, 245, 245, 245, 245, 1338, 240, 244, 245, 344, 1337, 1470, 245, 246, 246, 246, 246, 246, 243, 1470, 1336, 246, 241, 1464, 1335, 246, 245, 327, 323, 1334, 498, 244, 248, 248, 248, 248, 248, 323, 323, 246, 248, 323, 325, 1474, 248, 249, 249, 249, 249, 249, 245, 1474, 325, 249, 1332, 325, 1330, 249, 248, 325, 337, 243, 244, 246, 250, 250, 250, 250, 250, 315, 337, 249, 250, 337, 344, 1329, 250, 251, 251, 251, 251, 251, 248, 344, 344, 251, 1327, 344, 300, 251, 250, 246, 327, 1326, 245, 249, 253, 253, 253, 253, 253, 246, 327, 251, 253, 327, 327, 1478, 253, 248, 1325, 324, 248, 327, 250, 1478, 254, 254, 254, 254, 254, 1322, 253, 1320, 254, 1318, 1316, 251, 254, 255, 255, 255, 255, 255, 315, 249, 549, 255, 1315, 1313, 549, 255, 254, 315, 315, 315, 253, 315, 256, 256, 256, 256, 256, 300, 549, 255, 256, 1482, 250, 1312, 256, 300, 1276, 300, 251, 1482, 254, 312, 1275, 300, 251, 319, 1617, 1617, 256, 1617, 324, 549, 549, 255, 257, 257, 257, 257, 257, 1273, 324, 324, 257, 324, 1272, 253, 257, 258, 258, 258, 258, 258, 256, 1486, 1490, 258, 1271, 254, 1269, 258, 257, 1486, 1490, 1494, 255, 336, 260, 260, 260, 260, 260, 1494, 1268, 258, 260, 1263, 1261, 1498, 260, 261, 261, 261, 261, 261, 257, 1498, 312, 261, 1260, 1258, 319, 261, 260, 1257, 256, 319, 312, 258, 1252, 312, 319, 256, 312, 319, 1502, 261, 262, 262, 262, 262, 262, 1250, 1502, 1248, 262, 1247, 260, 551, 262, 551, 551, 257, 297, 297, 297, 297, 297, 257, 258, 261, 336, 258, 262, 551, 263, 263, 263, 263, 263, 1246, 336, 336, 263, 336, 497, 497, 263, 497, 497, 1506, 264, 264, 264, 264, 264, 1244, 262, 1506, 264, 261, 263, 551, 264, 264, 260, 265, 265, 265, 265, 265, 1243, 501, 501, 265, 501, 501, 264, 265, 268, 268, 268, 268, 268, 497, 263, 1509, 268, 451, 1242, 1241, 268, 265, 1238, 1509, 267, 267, 267, 267, 267, 262, 264, 1512, 267, 1236, 268, 1235, 267, 267, 1233, 1512, 1231, 263, 297, 502, 502, 265, 502, 502, 501, 1515, 267, 269, 269, 269, 269, 269, 1230, 1515, 268, 269, 1228, 1224, 1222, 269, 269, 1217, 1215, 271, 271, 271, 271, 271, 265, 265, 267, 271, 1213, 269, 1518, 271, 272, 272, 272, 272, 272, 1211, 1518, 451, 272, 1210, 502, 1209, 272, 271, 265, 451, 451, 451, 268, 451, 267, 269, 1208, 451, 1204, 1203, 272, 273, 273, 273, 273, 273, 278, 278, 278, 278, 278, 271, 1201, 274, 274, 274, 274, 274, 1184, 1454, 1454, 274, 1454, 1454, 272, 274, 269, 1142, 275, 275, 275, 275, 275, 1141, 1459, 1459, 275, 1459, 1459, 274, 275, 271, 1521, 276, 276, 276, 276, 276, 1140, 1524, 1521, 276, 1139, 1135, 275, 276, 273, 1524, 277, 277, 277, 277, 277, 274, 1527, 1134, 277, 1132, 272, 276, 277, 1121, 1527, 279, 279, 279, 279, 279, 275, 858, 1120, 279, 1118, 858, 277, 279, 279, 1117, 280, 280, 280, 280, 280, 276, 1103, 278, 280, 858, 1096, 279, 280, 1095, 284, 284, 284, 284, 284, 274, 277, 275, 1075, 1073, 1530, 861, 280, 861, 861, 861, 858, 276, 1530, 858, 276, 279, 1533, 1536, 1539, 281, 281, 281, 281, 281, 1533, 1536, 1539, 281, 277, 276, 280, 281, 282, 282, 282, 282, 282, 932, 932, 932, 282, 333, 1071, 932, 282, 281, 932, 1067, 283, 283, 283, 283, 283, 1064, 1060, 279, 283, 1047, 282, 335, 283, 302, 302, 302, 302, 302, 935, 280, 935, 281, 1046, 1045, 935, 284, 283, 935, 285, 285, 285, 285, 285, 1041, 282, 284, 285, 1035, 906, 906, 285, 906, 906, 286, 286, 286, 286, 286, 1033, 1029, 283, 286, 1026, 1542, 285, 286, 286, 333, 333, 1024, 281, 1542, 287, 287, 287, 287, 287, 282, 333, 286, 287, 333, 1023, 333, 287, 562, 335, 1545, 285, 288, 288, 288, 288, 288, 335, 1545, 335, 288, 287, 335, 1021, 288, 288, 286, 283, 289, 289, 289, 289, 289, 562, 1659, 1659, 289, 1659, 288, 302, 289, 562, 285, 562, 1548, 287, 345, 290, 290, 290, 290, 290, 1548, 1551, 289, 290, 1020, 993, 986, 290, 906, 1551, 288, 291, 291, 291, 291, 291, 927, 979, 927, 291, 1554, 290, 927, 291, 944, 927, 289, 303, 1554, 927, 292, 292, 292, 292, 292, 1557, 287, 291, 292, 310, 943, 288, 292, 1557, 1560, 290, 293, 293, 293, 293, 293, 908, 1560, 289, 895, 894, 292, 884, 293, 345, 1563, 291, 294, 294, 294, 294, 294, 883, 1563, 345, 294, 880, 345, 879, 294, 309, 309, 309, 309, 309, 292, 878, 295, 295, 295, 295, 295, 877, 294, 290, 295, 876, 303, 330, 295, 295, 833, 326, 291, 873, 303, 872, 303, 303, 310, 303, 871, 833, 295, 865, 303, 328, 294, 862, 310, 854, 829, 310, 812, 310, 310, 833, 292, 313, 313, 313, 313, 313, 699, 833, 690, 833, 295, 320, 320, 320, 320, 320, 339, 321, 321, 654, 648, 644, 331, 321, 628, 622, 616, 294, 321, 294, 342, 321, 321, 321, 309, 321, 330, 608, 295, 321, 326, 330, 326, 326, 332, 347, 330, 593, 295, 330, 326, 295, 588, 326, 328, 328, 328, 328, 334, 334, 334, 334, 334, 328, 328, 338, 577, 328, 328, 328, 334, 329, 573, 329, 346, 572, 329, 571, 313, 329, 570, 339, 569, 329, 339, 329, 329, 331, 331, 331, 348, 339, 568, 567, 339, 342, 350, 331, 351, 566, 331, 546, 544, 540, 320, 342, 517, 352, 342, 332, 347, 332, 516, 515, 514, 320, 513, 512, 342, 332, 347, 356, 332, 347, 511, 347, 334, 231, 338, 338, 338, 230, 343, 343, 343, 343, 343, 334, 338, 346, 338, 918, 338, 338, 343, 214, 209, 195, 346, 346, 357, 338, 346, 348, 361, 348, 183, 338, 182, 181, 180, 350, 358, 351, 167, 348, 44, 350, 348, 30, 359, 350, 352, 351, 350, 351, 351, 353, 353, 353, 353, 353, 352, 21, 0, 352, 356, 0, 352, 355, 355, 355, 355, 355, 362, 0, 356, 0, 360, 356, 0, 0, 356, 368, 368, 368, 368, 368, 918, 363, 918, 0, 343, 343, 918, 357, 357, 918, 343, 361, 0, 343, 357, 343, 357, 357, 0, 358, 357, 361, 0, 343, 361, 0, 361, 359, 0, 358, 359, 358, 358, 359, 0, 0, 0, 359, 0, 0, 359, 370, 370, 370, 370, 370, 482, 482, 482, 482, 482, 362, 0, 370, 359, 360, 0, 0, 360, 0, 0, 362, 353, 0, 362, 360, 363, 362, 360, 0, 355, 363, 440, 0, 0, 0, 363, 0, 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, 0, 367, 367, 367, 0, 367, 367, 367, 367, 367, 371, 371, 371, 371, 371, 372, 372, 372, 372, 372, 0, 0, 371, 0, 0, 0, 0, 372, 0, 0, 365, 373, 373, 373, 373, 373, 374, 374, 374, 374, 374, 365, 0, 373, 0, 0, 0, 0, 374, 374, 366, 375, 375, 375, 375, 375, 376, 376, 376, 376, 376, 366, 0, 375, 0, 0, 0, 0, 376, 0, 367, 377, 377, 377, 377, 377, 378, 378, 378, 378, 378, 367, 0, 377, 0, 0, 0, 0, 378, 0, 371, 379, 379, 379, 379, 379, 380, 380, 380, 380, 380, 915, 915, 379, 915, 915, 372, 0, 380, 381, 381, 381, 381, 381, 382, 382, 382, 382, 382, 0, 0, 381, 0, 0, 0, 373, 382, 383, 383, 383, 383, 383, 533, 533, 533, 533, 533, 376, 0, 383, 0, 0, 0, 0, 375, 384, 384, 384, 384, 384, 0, 0, 0, 0, 378, 0, 0, 384, 385, 385, 385, 385, 385, 0, 378, 377, 0, 0, 379, 0, 385, 379, 386, 386, 386, 386, 386, 0, 0, 387, 387, 387, 387, 387, 386, 0, 380, 0, 0, 0, 915, 387, 388, 388, 388, 388, 388, 0, 0, 0, 0, 382, 0, 381, 388, 0, 0, 382, 389, 389, 389, 389, 389, 390, 390, 390, 390, 390, 0, 0, 389, 0, 383, 0, 0, 390, 391, 391, 391, 391, 391, 0, 384, 392, 392, 392, 392, 392, 391, 385, 393, 393, 393, 393, 393, 392, 394, 394, 394, 394, 394, 0, 393, 393, 0, 483, 483, 483, 394, 483, 483, 483, 483, 483, 386, 0, 387, 0, 483, 0, 0, 386, 387, 388, 0, 0, 388, 395, 395, 395, 395, 395, 396, 396, 396, 396, 396, 0, 0, 395, 395, 0, 0, 390, 396, 397, 397, 397, 397, 397, 398, 398, 398, 398, 398, 0, 389, 397, 397, 0, 392, 0, 398, 399, 399, 399, 399, 399, 0, 391, 0, 0, 0, 394, 394, 399, 400, 400, 400, 400, 400, 401, 401, 401, 401, 401, 0, 921, 400, 0, 0, 0, 0, 401, 0, 394, 402, 402, 402, 402, 402, 0, 0, 395, 0, 0, 0, 0, 402, 403, 403, 403, 403, 403, 0, 404, 404, 404, 404, 404, 0, 403, 396, 0, 0, 0, 397, 404, 404, 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, 921, 0, 921, 399, 0, 0, 921, 407, 401, 921, 408, 408, 408, 408, 408, 0, 400, 0, 402, 0, 0, 402, 408, 0, 0, 409, 409, 409, 409, 409, 0, 0, 0, 403, 0, 0, 402, 409, 0, 0, 410, 410, 410, 410, 410, 411, 411, 411, 411, 411, 0, 404, 410, 410, 0, 0, 0, 411, 413, 413, 413, 413, 413, 0, 405, 414, 414, 414, 414, 414, 413, 406, 412, 412, 412, 412, 412, 414, 407, 415, 415, 415, 415, 415, 412, 412, 416, 416, 416, 416, 416, 415, 0, 417, 417, 417, 417, 417, 416, 418, 418, 418, 418, 418, 408, 417, 409, 0, 0, 0, 0, 418, 418, 419, 419, 419, 419, 419, 420, 420, 420, 420, 420, 0, 0, 419, 916, 916, 0, 916, 420, 0, 0, 916, 0, 413, 916, 0, 411, 421, 421, 421, 421, 421, 422, 422, 422, 422, 422, 0, 0, 421, 0, 412, 0, 0, 422, 914, 0, 414, 423, 423, 423, 423, 423, 0, 415, 424, 424, 424, 424, 424, 423, 0, 0, 0, 0, 418, 416, 424, 417, 0, 417, 0, 0, 0, 0, 418, 0, 419, 418, 425, 425, 425, 425, 425, 919, 919, 420, 919, 919, 0, 0, 425, 426, 426, 426, 426, 426, 0, 427, 427, 427, 427, 427, 0, 426, 426, 913, 0, 913, 0, 427, 914, 913, 914, 421, 913, 0, 914, 422, 0, 914, 0, 0, 422, 423, 0, 422, 428, 428, 428, 428, 428, 913, 429, 429, 429, 429, 429, 0, 428, 0, 424, 0, 0, 424, 429, 430, 430, 430, 430, 430, 424, 431, 431, 431, 431, 431, 0, 430, 432, 432, 432, 432, 432, 431, 0, 0, 425, 0, 0, 0, 432, 425, 919, 0, 0, 426, 427, 433, 433, 433, 433, 433, 919, 920, 0, 427, 0, 0, 427, 433, 434, 434, 434, 434, 434, 435, 435, 435, 435, 435, 0, 0, 434, 0, 0, 0, 0, 435, 435, 0, 922, 922, 429, 922, 922, 0, 428, 0, 436, 436, 436, 436, 436, 437, 437, 437, 437, 437, 0, 431, 436, 436, 0, 0, 0, 437, 0, 0, 430, 430, 0, 438, 438, 438, 438, 438, 432, 445, 0, 920, 0, 920, 432, 438, 0, 920, 0, 433, 920, 439, 439, 439, 439, 439, 442, 442, 442, 442, 442, 0, 433, 439, 439, 0, 0, 0, 442, 434, 0, 434, 0, 0, 956, 956, 435, 956, 956, 435, 441, 441, 441, 441, 441, 443, 443, 443, 443, 443, 446, 922, 441, 0, 0, 0, 0, 443, 444, 444, 444, 444, 444, 445, 0, 0, 0, 0, 437, 445, 444, 448, 448, 448, 448, 448, 438, 445, 445, 445, 0, 445, 0, 448, 0, 0, 0, 0, 439, 449, 449, 449, 449, 449, 439, 450, 450, 450, 450, 450, 0, 449, 439, 439, 439, 442, 439, 450, 0, 0, 439, 0, 928, 928, 446, 928, 446, 446, 446, 928, 446, 0, 928, 956, 446, 0, 0, 441, 446, 446, 446, 0, 446, 923, 455, 0, 446, 0, 444, 444, 443, 447, 447, 0, 458, 458, 447, 0, 447, 447, 0, 458, 0, 0, 448, 447, 447, 447, 447, 458, 447, 458, 0, 458, 447, 0, 0, 458, 449, 449, 452, 452, 452, 452, 452, 450, 453, 453, 453, 453, 453, 0, 452, 454, 454, 454, 454, 454, 453, 456, 456, 456, 456, 456, 0, 454, 454, 455, 455, 455, 923, 456, 923, 0, 455, 0, 923, 455, 0, 923, 0, 455, 455, 455, 455, 0, 455, 457, 457, 457, 457, 457, 0, 0, 957, 957, 455, 957, 957, 457, 457, 459, 459, 459, 459, 459, 0, 460, 460, 460, 460, 460, 0, 459, 0, 0, 0, 0, 452, 460, 461, 461, 461, 461, 461, 925, 452, 929, 452, 929, 0, 0, 461, 929, 929, 453, 929, 0, 0, 0, 456, 462, 462, 462, 462, 462, 463, 463, 463, 463, 463, 0, 0, 462, 0, 0, 0, 0, 463, 464, 464, 464, 464, 464, 0, 0, 959, 959, 457, 959, 959, 464, 465, 465, 465, 465, 465, 466, 466, 466, 466, 466, 0, 957, 465, 465, 0, 0, 0, 466, 933, 925, 933, 925, 460, 0, 933, 925, 461, 933, 925, 933, 459, 467, 467, 467, 467, 467, 468, 468, 468, 468, 468, 0, 0, 467, 0, 0, 0, 0, 468, 469, 469, 469, 469, 469, 0, 0, 462, 0, 0, 0, 0, 469, 469, 464, 0, 0, 0, 463, 470, 470, 470, 470, 470, 471, 471, 471, 471, 471, 0, 0, 470, 465, 0, 959, 0, 471, 0, 0, 0, 466, 472, 472, 472, 472, 472, 473, 473, 473, 473, 473, 0, 0, 472, 0, 0, 0, 0, 473, 474, 474, 474, 474, 474, 0, 475, 475, 475, 475, 475, 0, 474, 467, 0, 0, 0, 469, 475, 0, 0, 926, 468, 476, 476, 476, 476, 476, 477, 477, 477, 477, 477, 0, 0, 476, 0, 0, 0, 0, 477, 0, 492, 0, 471, 492, 492, 492, 492, 492, 471, 0, 471, 471, 470, 484, 484, 0, 484, 484, 484, 484, 484, 0, 0, 0, 0, 484, 473, 0, 0, 473, 472, 484, 534, 534, 534, 534, 534, 485, 485, 474, 485, 485, 485, 485, 485, 926, 0, 926, 0, 485, 473, 926, 0, 0, 926, 485, 507, 475, 507, 507, 507, 507, 507, 0, 485, 0, 0, 519, 0, 477, 519, 519, 519, 519, 519, 476, 481, 481, 0, 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, 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, 520, 0, 495, 520, 520, 520, 520, 520, 521, 521, 0, 521, 521, 521, 521, 521, 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, 0, 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, 930, 0, 930, 0, 504, 0, 930, 504, 930, 930, 504, 0, 0, 504, 504, 504, 0, 0, 504, 0, 0, 504, 945, 0, 945, 504, 504, 934, 945, 934, 504, 945, 0, 934, 504, 934, 934, 945, 504, 504, 504, 0, 0, 504, 0, 0, 504, 505, 505, 505, 505, 505, 938, 0, 938, 0, 504, 938, 938, 505, 505, 938, 505, 505, 505, 505, 505, 522, 522, 522, 522, 522, 556, 556, 556, 556, 556, 0, 936, 522, 522, 0, 522, 522, 522, 522, 522, 0, 0, 0, 0, 522, 523, 523, 523, 523, 523, 522, 0, 607, 607, 607, 607, 607, 523, 523, 0, 523, 523, 523, 523, 523, 0, 0, 537, 0, 523, 537, 537, 537, 537, 537, 523, 0, 0, 0, 0, 505, 0, 0, 557, 523, 557, 557, 557, 557, 557, 0, 505, 509, 509, 509, 509, 509, 936, 0, 936, 509, 0, 0, 936, 509, 509, 936, 509, 509, 509, 509, 509, 607, 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, 0, 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, 0, 0, 0, 554, 530, 0, 558, 554, 558, 558, 558, 558, 558, 0, 0, 587, 587, 587, 587, 587, 0, 554, 529, 575, 575, 575, 575, 575, 0, 0, 0, 0, 530, 0, 575, 575, 575, 0, 575, 575, 575, 575, 575, 0, 0, 554, 555, 555, 555, 555, 555, 579, 579, 579, 579, 579, 0, 946, 0, 0, 579, 555, 555, 555, 555, 555, 0, 580, 580, 580, 580, 580, 587, 555, 555, 555, 580, 0, 581, 581, 581, 581, 581, 0, 555, 0, 581, 0, 0, 0, 581, 0, 555, 0, 555, 601, 601, 601, 601, 601, 555, 0, 0, 555, 581, 0, 555, 0, 0, 555, 555, 555, 960, 960, 555, 960, 960, 555, 0, 0, 0, 555, 555, 946, 0, 946, 555, 581, 581, 946, 555, 940, 946, 940, 555, 555, 555, 940, 940, 555, 940, 0, 555, 576, 576, 576, 576, 576, 0, 0, 0, 0, 555, 0, 576, 576, 576, 0, 576, 576, 576, 576, 576, 582, 582, 582, 582, 582, 0, 962, 962, 582, 962, 962, 0, 582, 583, 583, 583, 583, 583, 601, 0, 0, 583, 0, 601, 0, 583, 582, 0, 584, 584, 584, 584, 584, 0, 0, 0, 584, 0, 960, 583, 584, 585, 585, 585, 585, 585, 0, 0, 0, 585, 582, 0, 0, 585, 584, 592, 592, 592, 592, 592, 576, 0, 0, 583, 0, 965, 965, 585, 965, 965, 0, 576, 586, 586, 586, 586, 586, 0, 584, 0, 586, 0, 0, 0, 586, 589, 589, 589, 589, 589, 954, 585, 954, 589, 0, 962, 954, 589, 586, 954, 590, 590, 590, 590, 590, 583, 0, 0, 590, 954, 0, 589, 590, 591, 591, 591, 591, 591, 0, 0, 584, 591, 586, 592, 1065, 591, 590, 0, 1065, 594, 594, 594, 594, 594, 0, 589, 585, 594, 0, 591, 0, 594, 1065, 0, 595, 595, 595, 595, 595, 0, 590, 0, 595, 0, 965, 594, 595, 596, 596, 596, 596, 596, 0, 591, 0, 596, 1065, 0, 0, 596, 595, 586, 597, 597, 597, 597, 597, 589, 0, 594, 597, 0, 0, 596, 597, 0, 0, 0, 598, 598, 598, 598, 598, 590, 595, 0, 598, 0, 597, 591, 598, 599, 599, 599, 599, 599, 0, 596, 0, 599, 0, 0, 1065, 599, 598, 600, 600, 600, 600, 600, 0, 0, 597, 0, 0, 0, 0, 599, 594, 602, 602, 602, 602, 602, 0, 0, 0, 602, 598, 0, 0, 602, 0, 595, 0, 0, 596, 947, 947, 0, 947, 599, 0, 0, 947, 602, 0, 947, 0, 597, 603, 603, 603, 603, 603, 0, 0, 0, 598, 604, 604, 604, 604, 604, 0, 0, 0, 604, 0, 602, 0, 604, 605, 605, 605, 605, 605, 600, 0, 599, 605, 0, 0, 0, 605, 604, 0, 606, 606, 606, 606, 606, 0, 0, 0, 606, 0, 0, 605, 606, 0, 0, 609, 609, 609, 609, 609, 0, 0, 604, 609, 602, 0, 606, 609, 609, 610, 610, 610, 610, 610, 0, 605, 615, 615, 615, 615, 615, 609, 0, 0, 603, 611, 611, 611, 611, 611, 606, 0, 0, 611, 0, 604, 0, 611, 0, 0, 612, 612, 612, 612, 612, 609, 0, 0, 612, 0, 0, 611, 612, 613, 613, 613, 613, 613, 0, 605, 0, 613, 0, 0, 610, 613, 612, 0, 0, 606, 614, 614, 614, 614, 614, 611, 0, 0, 614, 613, 0, 0, 614, 614, 0, 609, 0, 0, 0, 0, 612, 617, 617, 617, 617, 617, 614, 0, 618, 618, 618, 618, 618, 613, 0, 615, 618, 0, 0, 0, 618, 619, 619, 619, 619, 619, 948, 611, 948, 619, 614, 0, 948, 619, 618, 948, 948, 620, 620, 620, 620, 620, 0, 0, 612, 620, 0, 619, 0, 620, 613, 621, 621, 621, 621, 621, 0, 0, 618, 0, 0, 0, 0, 620, 0, 623, 623, 623, 623, 623, 966, 619, 966, 623, 0, 0, 966, 623, 0, 966, 614, 624, 624, 624, 624, 624, 0, 620, 618, 966, 617, 623, 625, 625, 625, 625, 625, 0, 0, 619, 625, 0, 0, 0, 625, 626, 626, 626, 626, 626, 949, 0, 949, 626, 0, 623, 949, 626, 625, 949, 949, 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, 630, 630, 630, 630, 0, 0, 626, 631, 631, 631, 631, 631, 629, 0, 0, 631, 0, 0, 0, 631, 0, 0, 624, 632, 632, 632, 632, 632, 0, 0, 0, 632, 0, 631, 0, 632, 629, 633, 633, 633, 633, 633, 625, 626, 634, 634, 634, 634, 634, 632, 0, 0, 634, 0, 0, 0, 634, 631, 0, 643, 643, 643, 643, 643, 635, 635, 635, 635, 635, 0, 634, 0, 635, 632, 0, 0, 635, 0, 647, 647, 647, 647, 647, 631, 0, 629, 0, 0, 0, 630, 635, 0, 0, 0, 634, 636, 636, 636, 636, 636, 951, 0, 951, 636, 0, 0, 951, 636, 0, 951, 632, 0, 0, 0, 635, 637, 637, 637, 637, 637, 952, 636, 952, 637, 951, 955, 952, 637, 634, 952, 633, 0, 0, 952, 634, 958, 0, 0, 0, 634, 643, 637, 0, 0, 635, 636, 638, 638, 638, 638, 638, 0, 0, 0, 638, 647, 0, 0, 638, 639, 639, 639, 639, 639, 0, 637, 0, 639, 0, 0, 0, 639, 638, 0, 640, 640, 640, 640, 640, 0, 0, 0, 640, 0, 0, 639, 640, 641, 641, 641, 641, 641, 955, 0, 955, 641, 638, 0, 955, 641, 640, 955, 958, 0, 958, 637, 0, 0, 958, 639, 0, 958, 0, 641, 642, 642, 642, 642, 642, 0, 0, 0, 642, 0, 640, 0, 642, 0, 638, 0, 645, 645, 645, 645, 645, 0, 0, 641, 645, 0, 642, 0, 645, 701, 701, 701, 701, 701, 0, 639, 0, 646, 646, 646, 646, 646, 645, 0, 0, 646, 0, 0, 640, 646, 642, 0, 0, 0, 0, 640, 649, 649, 649, 649, 649, 0, 0, 646, 649, 0, 645, 0, 649, 649, 0, 650, 650, 650, 650, 650, 642, 0, 961, 650, 0, 0, 649, 650, 650, 0, 0, 646, 651, 651, 651, 651, 651, 0, 0, 0, 651, 650, 0, 0, 651, 0, 645, 0, 0, 0, 649, 0, 652, 652, 652, 652, 652, 0, 651, 0, 652, 0, 701, 963, 652, 650, 653, 653, 653, 653, 653, 655, 655, 655, 655, 655, 0, 646, 652, 655, 0, 0, 651, 655, 656, 656, 656, 656, 656, 961, 0, 961, 656, 0, 649, 961, 656, 655, 961, 0, 0, 0, 652, 657, 657, 657, 657, 657, 0, 0, 656, 657, 651, 0, 0, 657, 658, 658, 658, 658, 658, 655, 0, 0, 658, 0, 0, 0, 658, 657, 963, 0, 963, 0, 656, 0, 963, 964, 652, 963, 0, 0, 658, 659, 659, 659, 659, 659, 953, 0, 953, 659, 0, 657, 953, 659, 0, 953, 0, 653, 0, 953, 0, 655, 0, 0, 658, 0, 0, 659, 653, 660, 660, 660, 660, 660, 0, 0, 656, 660, 0, 0, 0, 660, 0, 0, 661, 661, 661, 661, 661, 0, 0, 659, 661, 0, 0, 660, 661, 0, 0, 0, 657, 0, 964, 0, 964, 658, 0, 0, 964, 0, 661, 964, 662, 662, 662, 662, 662, 0, 0, 660, 662, 0, 0, 0, 662, 676, 676, 676, 676, 676, 0, 659, 0, 0, 661, 0, 0, 676, 662, 663, 663, 663, 663, 663, 0, 0, 0, 663, 0, 0, 0, 663, 663, 0, 698, 698, 698, 698, 698, 660, 0, 661, 662, 0, 0, 663, 664, 664, 664, 664, 664, 0, 0, 0, 664, 0, 0, 0, 664, 665, 665, 665, 665, 665, 0, 0, 0, 665, 0, 663, 0, 665, 664, 676, 666, 666, 666, 666, 666, 0, 0, 0, 666, 0, 676, 665, 666, 0, 0, 0, 0, 662, 0, 0, 0, 0, 664, 663, 0, 0, 666, 0, 667, 667, 667, 667, 667, 0, 0, 665, 667, 0, 0, 0, 667, 667, 0, 0, 668, 668, 668, 668, 668, 0, 666, 664, 668, 698, 667, 0, 668, 669, 669, 669, 669, 669, 0, 0, 0, 669, 0, 0, 0, 669, 668, 0, 665, 670, 670, 670, 670, 670, 667, 0, 0, 670, 0, 669, 0, 670, 0, 0, 0, 666, 0, 0, 0, 0, 668, 0, 0, 0, 0, 670, 671, 671, 671, 671, 671, 0, 0, 669, 671, 0, 0, 0, 671, 672, 672, 672, 672, 672, 0, 0, 0, 672, 0, 670, 0, 672, 671, 0, 0, 0, 0, 668, 0, 0, 667, 669, 0, 0, 0, 672, 673, 673, 673, 673, 673, 0, 0, 0, 673, 0, 671, 0, 673, 670, 0, 0, 0, 670, 712, 712, 712, 712, 712, 672, 0, 0, 673, 674, 674, 674, 674, 674, 0, 0, 0, 674, 0, 0, 0, 674, 674, 679, 679, 679, 679, 679, 0, 671, 671, 0, 673, 0, 0, 674, 0, 0, 675, 675, 675, 675, 675, 0, 0, 0, 675, 0, 672, 672, 675, 675, 0, 0, 672, 0, 0, 0, 0, 674, 0, 673, 0, 0, 675, 678, 678, 678, 678, 678, 0, 0, 0, 678, 0, 0, 0, 678, 678, 0, 0, 0, 680, 680, 680, 680, 680, 0, 675, 0, 680, 678, 0, 0, 680, 681, 681, 681, 681, 681, 0, 0, 0, 681, 0, 0, 0, 681, 680, 679, 0, 0, 0, 0, 679, 678, 682, 682, 682, 682, 682, 681, 0, 0, 682, 0, 0, 0, 682, 682, 0, 675, 680, 0, 0, 683, 683, 683, 683, 683, 0, 0, 682, 683, 0, 681, 0, 683, 0, 0, 684, 684, 684, 684, 684, 0, 0, 0, 684, 0, 680, 683, 684, 0, 0, 0, 682, 685, 685, 685, 685, 685, 0, 0, 0, 685, 684, 0, 0, 685, 686, 686, 686, 686, 686, 683, 0, 681, 686, 0, 0, 0, 686, 685, 0, 687, 687, 687, 687, 687, 684, 0, 0, 687, 682, 0, 686, 687, 682, 0, 688, 688, 688, 688, 688, 0, 0, 685, 688, 0, 0, 687, 688, 0, 0, 0, 0, 683, 0, 0, 686, 689, 689, 689, 689, 689, 688, 715, 715, 715, 715, 715, 0, 689, 684, 687, 0, 0, 0, 715, 685, 691, 691, 691, 691, 691, 0, 0, 0, 691, 688, 0, 0, 691, 0, 0, 0, 0, 692, 692, 692, 692, 692, 0, 0, 687, 692, 691, 686, 0, 692, 692, 0, 693, 693, 693, 693, 693, 0, 0, 0, 693, 0, 846, 692, 693, 846, 846, 846, 846, 846, 691, 688, 0, 716, 716, 716, 716, 716, 693, 0, 689, 689, 0, 0, 0, 716, 689, 692, 0, 689, 0, 689, 694, 694, 694, 694, 694, 0, 0, 689, 694, 0, 693, 0, 694, 0, 0, 0, 0, 691, 0, 695, 695, 695, 695, 695, 0, 0, 694, 695, 0, 0, 0, 695, 696, 696, 696, 696, 696, 0, 0, 0, 696, 0, 0, 693, 696, 695, 0, 0, 0, 0, 694, 697, 697, 697, 697, 697, 0, 0, 696, 697, 0, 0, 0, 697, 700, 700, 700, 700, 700, 695, 0, 0, 700, 716, 0, 0, 700, 697, 0, 0, 0, 0, 696, 702, 702, 702, 702, 702, 0, 694, 700, 702, 0, 0, 0, 702, 703, 703, 703, 703, 703, 697, 0, 0, 703, 0, 0, 0, 703, 702, 0, 0, 0, 0, 700, 0, 0, 0, 695, 0, 0, 0, 703, 0, 0, 0, 696, 697, 704, 704, 704, 704, 704, 702, 0, 0, 704, 0, 0, 0, 704, 888, 888, 888, 888, 888, 703, 0, 705, 705, 705, 705, 705, 700, 704, 0, 705, 0, 0, 0, 705, 0, 0, 706, 706, 706, 706, 706, 0, 0, 0, 706, 0, 702, 705, 706, 0, 0, 704, 707, 707, 707, 707, 707, 0, 0, 0, 707, 0, 706, 0, 707, 708, 708, 708, 708, 708, 0, 705, 0, 708, 0, 888, 0, 708, 707, 0, 709, 709, 709, 709, 709, 0, 706, 0, 709, 0, 0, 708, 709, 0, 0, 0, 704, 710, 710, 710, 710, 710, 707, 0, 0, 710, 709, 0, 0, 710, 711, 711, 711, 711, 711, 708, 0, 0, 711, 0, 0, 706, 711, 710, 0, 717, 717, 717, 717, 717, 709, 718, 718, 718, 718, 718, 711, 717, 0, 0, 707, 0, 0, 718, 0, 0, 0, 710, 0, 707, 0, 713, 713, 713, 713, 713, 0, 0, 0, 0, 711, 0, 713, 713, 713, 709, 713, 713, 713, 713, 713, 714, 714, 714, 714, 714, 885, 885, 885, 885, 885, 0, 714, 714, 714, 885, 714, 714, 714, 714, 714, 710, 719, 719, 719, 719, 719, 711, 720, 720, 720, 720, 720, 0, 719, 900, 900, 900, 900, 900, 720, 721, 721, 721, 721, 721, 0, 717, 901, 901, 901, 901, 901, 721, 0, 0, 718, 722, 722, 722, 722, 722, 723, 723, 723, 723, 723, 0, 0, 722, 0, 0, 0, 0, 723, 724, 724, 724, 724, 724, 0, 714, 725, 725, 725, 725, 725, 724, 0, 0, 0, 0, 714, 0, 725, 726, 726, 726, 726, 726, 727, 727, 727, 727, 727, 0, 0, 726, 0, 0, 0, 0, 727, 728, 728, 728, 728, 728, 0, 0, 720, 719, 0, 0, 0, 728, 729, 729, 729, 729, 729, 0, 0, 0, 721, 0, 0, 901, 729, 900, 0, 0, 0, 722, 730, 730, 730, 730, 730, 0, 731, 731, 731, 731, 731, 0, 730, 0, 0, 0, 0, 723, 731, 732, 732, 732, 732, 732, 0, 0, 0, 725, 0, 0, 724, 732, 0, 0, 0, 0, 727, 0, 726, 733, 733, 733, 733, 733, 734, 734, 734, 734, 734, 0, 0, 733, 733, 0, 0, 0, 734, 728, 735, 735, 735, 735, 735, 736, 736, 736, 736, 736, 0, 0, 735, 0, 0, 0, 729, 736, 737, 737, 737, 737, 737, 0, 0, 730, 0, 0, 0, 0, 737, 737, 738, 738, 738, 738, 738, 739, 739, 739, 739, 739, 731, 0, 738, 0, 0, 0, 0, 739, 732, 740, 740, 740, 740, 740, 741, 741, 741, 741, 741, 0, 0, 740, 0, 0, 0, 0, 741, 0, 0, 733, 742, 742, 742, 742, 742, 0, 734, 743, 743, 743, 743, 743, 742, 744, 744, 744, 744, 744, 0, 743, 736, 0, 735, 0, 0, 744, 745, 745, 745, 745, 745, 0, 746, 746, 746, 746, 746, 0, 745, 0, 738, 0, 0, 739, 746, 0, 737, 747, 747, 747, 747, 747, 748, 748, 748, 748, 748, 0, 0, 747, 0, 0, 0, 0, 748, 749, 749, 749, 749, 749, 0, 0, 0, 0, 740, 0, 0, 749, 750, 750, 750, 750, 750, 751, 751, 751, 751, 751, 0, 0, 750, 0, 0, 0, 743, 751, 0, 0, 0, 742, 0, 0, 745, 752, 752, 752, 752, 752, 0, 0, 0, 0, 744, 0, 0, 752, 0, 0, 0, 746, 0, 753, 753, 753, 753, 753, 754, 754, 754, 754, 754, 747, 748, 753, 0, 0, 0, 747, 754, 0, 0, 0, 747, 755, 755, 755, 755, 755, 756, 756, 756, 756, 756, 0, 0, 755, 0, 0, 0, 0, 756, 0, 0, 0, 0, 751, 0, 0, 750, 757, 757, 757, 757, 757, 758, 758, 758, 758, 758, 0, 0, 757, 0, 0, 0, 0, 758, 758, 759, 759, 759, 759, 759, 752, 760, 760, 760, 760, 760, 0, 759, 759, 0, 0, 0, 0, 760, 0, 0, 753, 761, 761, 761, 761, 761, 0, 753, 0, 0, 755, 0, 0, 761, 762, 762, 762, 762, 762, 763, 763, 763, 763, 763, 0, 756, 762, 0, 0, 0, 0, 763, 764, 764, 764, 764, 764, 765, 765, 765, 765, 765, 0, 0, 764, 0, 0, 0, 0, 765, 766, 766, 766, 766, 766, 0, 757, 0, 0, 758, 0, 0, 766, 0, 0, 760, 767, 767, 767, 767, 767, 768, 768, 768, 768, 768, 0, 0, 767, 0, 0, 0, 0, 768, 0, 0, 0, 761, 769, 769, 769, 769, 769, 0, 0, 770, 770, 770, 770, 770, 769, 1069, 1069, 1069, 1069, 1069, 762, 770, 770, 0, 0, 0, 0, 763, 771, 771, 771, 771, 771, 0, 772, 772, 772, 772, 772, 0, 771, 0, 765, 0, 0, 764, 772, 773, 773, 773, 773, 773, 0, 0, 766, 0, 0, 0, 0, 773, 0, 0, 768, 774, 774, 774, 774, 774, 0, 0, 767, 0, 0, 0, 0, 774, 774, 775, 775, 775, 775, 775, 776, 776, 776, 776, 776, 770, 0, 775, 0, 0, 0, 0, 776, 0, 777, 777, 777, 777, 777, 769, 778, 778, 778, 778, 778, 771, 777, 905, 905, 905, 905, 905, 778, 779, 779, 779, 779, 779, 0, 772, 780, 780, 780, 780, 780, 779, 781, 781, 781, 781, 781, 0, 780, 0, 773, 0, 0, 0, 781, 781, 782, 782, 782, 782, 782, 0, 0, 783, 783, 783, 783, 783, 782, 782, 0, 0, 0, 0, 776, 783, 783, 0, 775, 0, 0, 0, 0, 774, 784, 784, 784, 784, 784, 0, 777, 0, 0, 0, 777, 0, 784, 785, 785, 785, 785, 785, 0, 778, 778, 0, 0, 0, 0, 785, 907, 907, 907, 907, 907, 780, 0, 786, 786, 786, 786, 786, 779, 779, 0, 0, 0, 905, 779, 786, 786, 787, 787, 787, 787, 787, 788, 788, 788, 788, 788, 0, 0, 787, 0, 0, 0, 0, 788, 782, 0, 789, 789, 789, 789, 789, 790, 790, 790, 790, 790, 0, 784, 789, 0, 0, 0, 0, 790, 791, 791, 791, 791, 791, 792, 792, 792, 792, 792, 0, 0, 791, 0, 0, 0, 0, 792, 0, 0, 785, 793, 793, 793, 793, 793, 794, 794, 794, 794, 794, 907, 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, 0, 0, 0, 789, 797, 797, 797, 797, 797, 0, 798, 798, 798, 798, 798, 0, 797, 0, 791, 0, 0, 0, 798, 790, 799, 799, 799, 799, 799, 800, 800, 800, 800, 800, 0, 792, 799, 0, 0, 0, 0, 800, 801, 801, 801, 801, 801, 0, 793, 802, 802, 802, 802, 802, 801, 803, 803, 803, 803, 803, 0, 802, 795, 0, 0, 0, 0, 803, 804, 804, 804, 804, 804, 796, 805, 805, 805, 805, 805, 0, 804, 806, 806, 806, 806, 806, 805, 807, 807, 807, 807, 807, 0, 806, 808, 808, 808, 808, 808, 807, 799, 0, 0, 797, 798, 0, 808, 809, 809, 809, 809, 809, 810, 810, 810, 810, 810, 0, 800, 809, 0, 0, 0, 813, 810, 813, 813, 813, 813, 813, 0, 0, 801, 0, 813, 814, 814, 0, 814, 814, 814, 814, 814, 0, 0, 0, 0, 814, 0, 0, 803, 0, 0, 814, 0, 0, 0, 0, 814, 805, 0, 0, 0, 887, 887, 887, 887, 887, 0, 806, 0, 887, 0, 0, 0, 887, 0, 0, 806, 808, 815, 815, 0, 815, 815, 815, 815, 815, 815, 887, 0, 0, 815, 893, 893, 893, 893, 893, 815, 810, 820, 809, 0, 0, 820, 820, 0, 820, 820, 820, 820, 820, 815, 887, 0, 0, 820, 0, 820, 0, 0, 821, 820, 0, 0, 821, 821, 0, 821, 821, 821, 821, 821, 0, 0, 0, 0, 821, 0, 821, 0, 820, 820, 821, 0, 0, 0, 0, 821, 836, 836, 836, 836, 836, 887, 898, 898, 898, 898, 898, 836, 836, 836, 821, 836, 836, 836, 836, 836, 0, 0, 0, 0, 836, 837, 837, 837, 837, 837, 893, 0, 0, 0, 0, 893, 837, 837, 837, 0, 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, 0, 898, 0, 0, 847, 969, 969, 969, 969, 969, 847, 0, 0, 0, 0, 847, 0, 969, 0, 0, 0, 845, 845, 845, 845, 845, 863, 863, 863, 863, 863, 0, 0, 845, 0, 837, 845, 845, 845, 845, 845, 863, 863, 863, 863, 863, 837, 838, 838, 838, 838, 838, 0, 0, 941, 838, 0, 0, 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, 969, 0, 845, 848, 848, 848, 848, 848, 1099, 1099, 1099, 1099, 1099, 845, 0, 848, 848, 0, 848, 848, 848, 848, 848, 848, 0, 1062, 0, 848, 1062, 1062, 1062, 1062, 1062, 848, 924, 924, 924, 924, 924, 939, 939, 939, 939, 939, 0, 0, 0, 848, 855, 855, 855, 855, 855, 1092, 1092, 1092, 1092, 1092, 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, 1090, 1090, 1090, 1090, 1090, 0, 882, 882, 882, 0, 882, 882, 882, 882, 882, 886, 886, 886, 886, 886, 0, 0, 0, 886, 1099, 0, 924, 886, 889, 889, 889, 889, 889, 0, 0, 0, 889, 0, 924, 939, 889, 886, 0, 890, 890, 890, 890, 890, 0, 0, 0, 890, 0, 0, 889, 890, 890, 0, 1092, 0, 0, 1090, 886, 0, 0, 886, 0, 0, 0, 890, 1098, 1098, 1098, 1098, 1098, 882, 0, 0, 889, 891, 891, 891, 891, 891, 0, 0, 882, 891, 0, 0, 0, 891, 0, 890, 892, 892, 892, 892, 892, 0, 0, 0, 892, 0, 0, 891, 892, 892, 0, 0, 0, 896, 896, 896, 896, 896, 0, 0, 0, 896, 892, 0, 889, 896, 896, 0, 0, 0, 0, 891, 897, 897, 897, 897, 897, 1098, 0, 896, 897, 0, 0, 0, 897, 0, 892, 899, 899, 899, 899, 899, 0, 0, 0, 899, 0, 0, 897, 899, 0, 0, 0, 896, 0, 891, 902, 902, 902, 902, 902, 0, 0, 899, 902, 0, 0, 892, 902, 0, 0, 0, 897, 903, 903, 903, 903, 903, 0, 0, 0, 903, 902, 0, 0, 903, 0, 899, 0, 904, 904, 904, 904, 904, 0, 0, 0, 904, 0, 903, 0, 904, 0, 0, 0, 0, 902, 0, 909, 909, 909, 909, 909, 0, 897, 904, 909, 0, 0, 899, 909, 909, 0, 903, 910, 910, 910, 910, 910, 0, 0, 0, 910, 0, 909, 0, 910, 0, 0, 904, 911, 911, 911, 911, 911, 902, 0, 0, 911, 0, 910, 0, 911, 950, 950, 950, 950, 950, 909, 912, 912, 912, 912, 912, 0, 903, 911, 912, 0, 0, 0, 912, 0, 0, 910, 942, 942, 942, 942, 942, 904, 0, 0, 0, 0, 912, 0, 0, 0, 0, 911, 0, 968, 968, 968, 968, 968, 0, 0, 967, 967, 967, 967, 967, 968, 0, 910, 0, 0, 912, 967, 967, 967, 0, 967, 967, 967, 967, 967, 0, 0, 911, 970, 970, 970, 970, 970, 0, 911, 0, 0, 0, 0, 950, 970, 970, 0, 911, 912, 950, 912, 0, 0, 0, 912, 950, 0, 912, 0, 950, 971, 971, 971, 971, 971, 972, 972, 972, 972, 972, 0, 942, 971, 0, 0, 0, 942, 972, 972, 973, 973, 973, 973, 973, 974, 974, 974, 974, 974, 967, 0, 973, 973, 968, 0, 0, 974, 0, 0, 0, 967, 975, 975, 975, 975, 975, 976, 976, 976, 976, 976, 0, 0, 975, 0, 0, 0, 0, 976, 977, 977, 977, 977, 977, 978, 978, 978, 978, 978, 0, 0, 977, 0, 0, 0, 0, 978, 980, 980, 980, 980, 980, 0, 0, 971, 0, 972, 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, 974, 0, 0, 0, 0, 983, 0, 975, 984, 984, 984, 984, 984, 985, 985, 985, 985, 985, 0, 976, 984, 0, 0, 0, 0, 985, 985, 0, 987, 987, 987, 987, 987, 0, 0, 977, 0, 0, 0, 978, 987, 988, 988, 988, 988, 988, 989, 989, 989, 989, 989, 0, 0, 988, 0, 0, 0, 981, 989, 0, 0, 982, 0, 991, 991, 991, 991, 991, 982, 0, 0, 0, 983, 0, 983, 991, 991, 982, 983, 0, 0, 983, 992, 992, 992, 992, 992, 994, 994, 994, 994, 994, 0, 0, 992, 0, 0, 0, 0, 994, 997, 997, 997, 997, 997, 0, 987, 995, 995, 995, 995, 995, 997, 984, 996, 996, 996, 996, 996, 995, 995, 998, 998, 998, 998, 998, 996, 996, 0, 0, 988, 0, 0, 998, 999, 999, 999, 999, 999, 1000, 1000, 1000, 1000, 1000, 991, 0, 999, 0, 0, 0, 0, 1000, 1001, 1001, 1001, 1001, 1001, 1002, 1002, 1002, 1002, 1002, 0, 0, 1001, 0, 0, 0, 0, 1002, 1003, 1003, 1003, 1003, 1003, 1004, 1004, 1004, 1004, 1004, 0, 0, 1003, 0, 0, 0, 0, 1004, 0, 0, 0, 0, 997, 1005, 1005, 1005, 1005, 1005, 0, 998, 1007, 1007, 1007, 1007, 1007, 1005, 1006, 1006, 1006, 1006, 1006, 0, 1007, 1008, 1008, 1008, 1008, 1008, 1006, 1006, 999, 0, 0, 0, 0, 1008, 1000, 1009, 1009, 1009, 1009, 1009, 1010, 1010, 1010, 1010, 1010, 1002, 0, 1009, 0, 0, 1001, 0, 1010, 1011, 1011, 1011, 1011, 1011, 0, 1012, 1012, 1012, 1012, 1012, 0, 1011, 1011, 0, 1003, 0, 1004, 1012, 1013, 1013, 1013, 1013, 1013, 0, 1014, 1014, 1014, 1014, 1014, 0, 1013, 0, 0, 0, 0, 1005, 1014, 0, 0, 0, 0, 1006, 1015, 1015, 1015, 1015, 1015, 0, 1007, 0, 0, 1008, 0, 0, 1015, 0, 1016, 1016, 1016, 1016, 1016, 1017, 1017, 1017, 1017, 1017, 0, 1009, 1016, 0, 0, 0, 0, 1017, 1018, 1018, 1018, 1018, 1018, 0, 1010, 0, 0, 1012, 0, 0, 1018, 1019, 1019, 1019, 1019, 1019, 1022, 1022, 1022, 1022, 1022, 0, 0, 1019, 0, 0, 0, 0, 1022, 0, 0, 1013, 1025, 1025, 1025, 1025, 1025, 1014, 1027, 1027, 1027, 1027, 1027, 0, 1025, 1028, 1028, 1028, 1028, 1028, 1027, 1030, 1030, 1030, 1030, 1030, 0, 1028, 1089, 1089, 1089, 1089, 1089, 1030, 0, 0, 1089, 0, 0, 1015, 1089, 0, 1016, 0, 0, 1032, 1032, 1017, 1032, 1032, 1032, 1032, 1032, 1032, 1089, 0, 0, 1032, 1205, 1205, 1205, 1205, 1205, 1032, 1034, 1034, 1018, 1034, 1034, 1034, 1034, 1034, 1034, 0, 0, 0, 1034, 0, 1089, 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, 1030, 1039, 1038, 0, 0, 1089, 0, 1043, 1043, 1043, 1043, 1043, 0, 0, 1044, 1044, 1044, 1044, 1044, 1205, 0, 1039, 1043, 1043, 1043, 1043, 1043, 1044, 0, 0, 1205, 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, 1133, 1133, 1133, 1133, 1133, 0, 0, 1058, 1058, 0, 1058, 1058, 1058, 1058, 1058, 1058, 0, 0, 0, 1058, 1088, 1088, 1088, 1088, 1088, 1058, 1068, 1068, 1068, 1068, 1068, 1305, 1305, 1305, 1305, 1305, 1057, 1057, 1057, 1057, 1057, 1068, 1068, 1068, 1068, 1068, 0, 1057, 1057, 1057, 1051, 1057, 1057, 1057, 1057, 1057, 0, 0, 0, 0, 1057, 1051, 1052, 1052, 1052, 1052, 1052, 0, 0, 1133, 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, 0, 1057, 1059, 1059, 1059, 1059, 1059, 0, 0, 1088, 0, 0, 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, 0, 1070, 1081, 1081, 1081, 1081, 1081, 1097, 1097, 1097, 1097, 1097, 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, 1101, 1101, 1101, 1101, 1101, 0, 0, 0, 1084, 0, 1084, 1084, 1084, 1084, 1084, 1085, 1085, 1085, 1085, 1085, 0, 1079, 0, 0, 1079, 0, 0, 0, 1085, 0, 1085, 1085, 1085, 1085, 1085, 0, 0, 0, 0, 1081, 0, 0, 0, 1097, 1082, 1086, 1086, 1086, 1086, 1086, 1087, 1087, 1087, 1087, 1087, 0, 0, 0, 1086, 0, 1086, 1086, 1086, 1086, 1086, 1087, 1087, 1087, 1087, 1087, 1091, 1091, 1091, 1091, 1091, 0, 0, 0, 1091, 0, 0, 1083, 1091, 1093, 1093, 1093, 1093, 1093, 0, 1084, 0, 1093, 0, 0, 0, 1093, 1091, 0, 1094, 1094, 1094, 1094, 1094, 0, 1101, 0, 1094, 1085, 0, 1093, 1094, 0, 0, 1100, 1100, 1100, 1100, 1100, 0, 0, 1091, 1100, 0, 0, 1094, 1100, 1100, 0, 1102, 1102, 1102, 1102, 1102, 1093, 0, 0, 1102, 0, 0, 1100, 1102, 1102, 1104, 1104, 1104, 1104, 1104, 0, 1094, 1105, 1105, 1105, 1105, 1105, 1102, 0, 0, 1105, 0, 0, 0, 1105, 1091, 1100, 0, 1106, 1106, 1106, 1106, 1106, 0, 0, 0, 1106, 0, 1105, 1093, 1106, 1102, 0, 1107, 1107, 1107, 1107, 1107, 0, 0, 0, 1107, 0, 0, 1106, 1107, 0, 0, 0, 0, 1094, 0, 1105, 1108, 1108, 1108, 1108, 1108, 0, 1107, 0, 1108, 0, 0, 0, 1108, 0, 0, 1106, 1109, 1109, 1109, 1109, 1109, 1104, 0, 0, 1109, 0, 1108, 0, 1109, 0, 1107, 1110, 1110, 1110, 1110, 1110, 0, 0, 0, 1110, 0, 0, 1109, 1110, 1111, 1111, 1111, 1111, 1111, 0, 1108, 0, 1111, 0, 0, 0, 1111, 1110, 0, 1112, 1112, 1112, 1112, 1112, 0, 0, 1109, 1112, 0, 0, 1111, 1112, 1113, 1113, 1113, 1113, 1113, 0, 0, 0, 0, 1110, 0, 0, 0, 1112, 0, 0, 0, 0, 1108, 0, 0, 0, 1111, 1114, 1114, 1114, 1114, 1114, 0, 0, 0, 1114, 0, 0, 0, 1114, 1114, 1112, 1115, 1115, 1115, 1115, 1115, 0, 0, 0, 1115, 0, 0, 1114, 1115, 1115, 0, 1116, 1116, 1116, 1116, 1116, 0, 0, 0, 1116, 0, 0, 1115, 1116, 0, 1111, 1119, 1119, 1119, 1119, 1119, 1114, 1122, 1122, 1122, 1122, 1122, 1116, 1123, 1123, 1123, 1123, 1123, 0, 0, 0, 1115, 1124, 1124, 1124, 1124, 1124, 0, 0, 1113, 1124, 0, 0, 0, 1124, 0, 1116, 0, 1125, 1125, 1125, 1125, 1125, 0, 0, 1114, 1125, 0, 1124, 0, 1125, 0, 1115, 0, 0, 1114, 0, 1126, 1126, 1126, 1126, 1126, 0, 0, 1125, 1126, 0, 0, 0, 1126, 0, 0, 1124, 0, 0, 1116, 1131, 1131, 1131, 1131, 1131, 1119, 0, 1126, 0, 0, 0, 1122, 1125, 0, 0, 0, 0, 1119, 1306, 1306, 1306, 1306, 1306, 1122, 1127, 1127, 1127, 1127, 1127, 0, 1123, 1126, 1127, 0, 0, 0, 1127, 0, 1124, 0, 1128, 1128, 1128, 1128, 1128, 0, 0, 0, 1128, 0, 1127, 1125, 1128, 1129, 1129, 1129, 1129, 1129, 0, 0, 0, 1129, 0, 0, 0, 1129, 1128, 1126, 1130, 1130, 1130, 1130, 1130, 0, 1127, 0, 1130, 0, 0, 1129, 1130, 1136, 1136, 1136, 1136, 1136, 0, 0, 1131, 0, 1128, 0, 0, 0, 1130, 0, 0, 1137, 1137, 1137, 1137, 1137, 0, 1129, 0, 1137, 0, 0, 0, 1137, 1138, 1138, 1138, 1138, 1138, 0, 0, 1127, 1130, 0, 0, 0, 0, 1137, 0, 1143, 1143, 1143, 1143, 1143, 0, 0, 0, 1143, 0, 1128, 0, 1143, 0, 0, 0, 1145, 1145, 1145, 1145, 1145, 1130, 1137, 0, 1145, 0, 1143, 1129, 1145, 1145, 0, 0, 1136, 0, 1150, 1150, 1150, 1150, 1150, 0, 0, 0, 1145, 0, 0, 1136, 1150, 0, 0, 1136, 1143, 0, 0, 1137, 0, 1151, 1151, 1151, 1151, 1151, 1152, 1152, 1152, 1152, 1152, 1138, 1145, 1151, 0, 0, 0, 1138, 1152, 0, 0, 0, 0, 1138, 0, 0, 0, 1138, 1153, 1153, 1153, 1153, 1153, 0, 0, 1154, 1154, 1154, 1154, 1154, 1153, 1153, 0, 0, 0, 0, 1143, 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, 1150, 1158, 1158, 1158, 1158, 1158, 0, 1157, 1159, 1159, 1159, 1159, 1159, 1158, 1160, 1160, 1160, 1160, 1160, 0, 1159, 0, 1151, 0, 0, 0, 1160, 1161, 1161, 1161, 1161, 1161, 0, 1152, 1162, 1162, 1162, 1162, 1162, 1161, 1163, 1163, 1163, 1163, 1163, 0, 1162, 1164, 1164, 1164, 1164, 1164, 1163, 1163, 1165, 1165, 1165, 1165, 1165, 1164, 1164, 1166, 1166, 1166, 1166, 1166, 1165, 1167, 1167, 1167, 1167, 1167, 0, 1166, 1166, 0, 0, 0, 0, 1167, 1167, 1168, 1168, 1168, 1168, 1168, 1169, 1169, 1169, 1169, 1169, 1158, 0, 1168, 0, 0, 0, 0, 1169, 1170, 1170, 1170, 1170, 1170, 1171, 1171, 1171, 1171, 1171, 0, 0, 1170, 0, 0, 0, 0, 1171, 1240, 1240, 1240, 1240, 1240, 1161, 1172, 1172, 1172, 1172, 1172, 1164, 1163, 1173, 1173, 1173, 1173, 1173, 1172, 0, 0, 0, 1163, 0, 0, 1173, 1165, 0, 1174, 1174, 1174, 1174, 1174, 1166, 1175, 1175, 1175, 1175, 1175, 1167, 1174, 0, 0, 1166, 0, 0, 1175, 1176, 1176, 1176, 1176, 1176, 0, 0, 0, 0, 1168, 0, 1169, 1176, 1177, 1177, 1177, 1177, 1177, 0, 0, 0, 1170, 0, 0, 0, 1177, 1177, 1178, 1178, 1178, 1178, 1178, 1240, 1171, 1179, 1179, 1179, 1179, 1179, 1178, 1178, 1206, 1206, 1206, 1206, 1206, 1179, 1179, 1180, 1180, 1180, 1180, 1180, 0, 1172, 0, 0, 0, 0, 1174, 1180, 1180, 0, 0, 0, 1173, 0, 0, 1175, 1181, 1181, 1181, 1181, 1181, 1182, 1182, 1182, 1182, 1182, 0, 0, 1181, 1181, 0, 0, 0, 1182, 1182, 1183, 1183, 0, 1183, 1183, 1183, 1183, 0, 1183, 0, 0, 0, 1176, 0, 1177, 0, 1183, 1183, 1183, 0, 1185, 1185, 0, 1185, 1185, 1185, 1185, 1185, 0, 0, 0, 0, 1185, 1206, 0, 1179, 0, 1189, 1185, 1189, 1189, 1189, 1189, 1189, 1206, 1183, 0, 1187, 1189, 1180, 1185, 1187, 1187, 0, 1187, 1187, 1187, 1187, 1187, 0, 0, 0, 0, 1187, 0, 1187, 0, 0, 0, 1187, 1181, 0, 1188, 0, 0, 1182, 1188, 1188, 0, 1188, 1188, 1188, 1188, 1188, 0, 0, 0, 0, 1188, 1187, 1188, 0, 0, 0, 1188, 1229, 1229, 1229, 1229, 1229, 1190, 1190, 1190, 1190, 1190, 0, 1188, 0, 1232, 1232, 1232, 1232, 1232, 1190, 1188, 1190, 1190, 1190, 1190, 1190, 0, 0, 0, 0, 1190, 1198, 1198, 1198, 1198, 1198, 1328, 1328, 1328, 1328, 1328, 1187, 0, 1198, 1198, 0, 1198, 1198, 1198, 1198, 1198, 0, 0, 0, 0, 1198, 1237, 1237, 1237, 1237, 1237, 1198, 0, 0, 0, 0, 1188, 1282, 1282, 1282, 1282, 1282, 0, 1198, 1207, 1207, 1207, 1207, 1207, 1282, 1369, 1369, 1369, 1369, 1369, 0, 1190, 0, 0, 1207, 1207, 1207, 1207, 1207, 1229, 0, 0, 1190, 1196, 1196, 1196, 1196, 1196, 0, 0, 1229, 1196, 1232, 0, 0, 1196, 1196, 0, 1196, 1196, 1196, 1196, 1196, 0, 0, 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, 1237, 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, 0, 0, 1196, 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, 1239, 1239, 1239, 1239, 1239, 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, 0, 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, 0, 0, 1245, 1249, 1251, 1251, 1251, 1251, 1251, 0, 0, 0, 0, 1234, 1239, 0, 0, 1249, 0, 0, 1253, 1253, 1253, 1253, 1253, 0, 1245, 0, 1253, 0, 0, 0, 1253, 1253, 0, 1254, 1254, 1254, 1254, 1254, 0, 1249, 1226, 1254, 0, 0, 1253, 1254, 1254, 0, 1234, 0, 1255, 1255, 1255, 1255, 1255, 0, 0, 0, 1255, 1254, 0, 0, 1255, 1259, 1259, 1259, 1259, 1259, 1253, 1256, 1256, 1256, 1256, 1256, 0, 0, 1255, 1256, 0, 0, 0, 1256, 1256, 1254, 1262, 1262, 1262, 1262, 1262, 1264, 1264, 1264, 1264, 1264, 0, 1256, 0, 1264, 1251, 1253, 1255, 1264, 1265, 1265, 1265, 1265, 1265, 0, 0, 0, 1265, 0, 1253, 0, 1265, 1264, 0, 0, 0, 1256, 0, 1254, 1266, 1266, 1266, 1266, 1266, 0, 1265, 0, 1266, 0, 0, 0, 1266, 0, 0, 0, 0, 1264, 0, 0, 0, 1259, 1255, 0, 0, 0, 1266, 0, 1256, 0, 1265, 0, 0, 1259, 1267, 1267, 1267, 1267, 1267, 0, 0, 0, 1267, 1264, 0, 0, 1267, 0, 0, 0, 1266, 0, 0, 0, 0, 1262, 0, 0, 0, 0, 1267, 1270, 1270, 1270, 1270, 1270, 0, 1265, 1274, 1274, 1274, 1274, 1274, 0, 0, 0, 1274, 0, 0, 0, 1274, 0, 0, 0, 1267, 1277, 1277, 1277, 1277, 1277, 0, 0, 0, 1277, 1274, 0, 0, 1277, 1277, 0, 0, 1266, 1278, 1278, 1278, 1278, 1278, 0, 0, 0, 0, 1277, 0, 0, 1278, 0, 0, 0, 1274, 1279, 1279, 1279, 1279, 1279, 1267, 0, 1280, 1280, 1280, 1280, 1280, 1279, 1279, 0, 0, 1277, 0, 1270, 1280, 1280, 1281, 1281, 1281, 1281, 1281, 0, 1274, 0, 0, 0, 1270, 0, 1281, 1281, 1270, 1283, 1283, 1283, 1283, 1283, 1284, 1284, 1284, 1284, 1284, 0, 0, 1283, 1283, 0, 0, 0, 1284, 1284, 1285, 1285, 1285, 1285, 1285, 1286, 1286, 1286, 1286, 1286, 0, 0, 1285, 1285, 0, 1278, 0, 1286, 1287, 1287, 1287, 1287, 1287, 1288, 1288, 1288, 1288, 1288, 0, 0, 1287, 1287, 0, 0, 1279, 1288, 1288, 0, 0, 0, 0, 1280, 0, 0, 1289, 1289, 1289, 1289, 1289, 1290, 1290, 1290, 1290, 1290, 0, 1281, 1289, 1289, 0, 0, 0, 1290, 0, 0, 1291, 1291, 1291, 1291, 1291, 0, 1283, 0, 0, 0, 0, 1284, 1291, 1291, 1292, 1292, 1292, 1292, 1292, 1293, 1293, 1293, 1293, 1293, 0, 1285, 1292, 0, 0, 0, 0, 1293, 1294, 1294, 1294, 1294, 1294, 0, 0, 0, 1288, 0, 0, 1287, 1294, 1295, 1295, 1295, 1295, 1295, 0, 0, 0, 1288, 0, 0, 0, 1295, 1296, 1296, 1296, 1296, 1296, 1297, 1297, 1297, 1297, 1297, 1289, 0, 1296, 0, 0, 0, 0, 1297, 1297, 0, 0, 1290, 0, 1291, 0, 1300, 1300, 0, 1300, 1300, 1300, 1300, 1292, 1300, 1333, 1333, 1333, 1333, 1333, 0, 0, 1300, 1300, 1300, 0, 0, 1302, 1302, 1293, 1302, 1302, 1302, 1302, 1302, 1302, 0, 0, 0, 1302, 1356, 1356, 1356, 1356, 1356, 1302, 1383, 1383, 1383, 1383, 1383, 1300, 1356, 0, 0, 0, 1294, 1304, 1295, 1296, 0, 1304, 1304, 0, 1304, 1304, 1304, 1304, 1304, 1304, 0, 0, 0, 1304, 0, 1304, 0, 0, 0, 1304, 1359, 1359, 1359, 1359, 1359, 1310, 1310, 1310, 1310, 1310, 0, 0, 1359, 1359, 0, 0, 0, 1310, 1310, 1304, 1310, 1310, 1310, 1310, 1310, 1310, 0, 0, 1333, 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, 1339, 1339, 1339, 1339, 1339, 0, 0, 0, 1339, 1304, 0, 0, 1339, 1339, 0, 0, 1340, 1340, 1340, 1340, 1340, 0, 0, 1359, 1340, 0, 1339, 0, 1340, 1340, 0, 1341, 1341, 1341, 1341, 1341, 0, 0, 0, 1341, 0, 0, 1340, 1341, 1341, 1450, 1450, 1450, 1450, 1450, 1339, 0, 0, 0, 1317, 0, 0, 1341, 0, 1342, 1342, 1342, 1342, 1342, 0, 1317, 1340, 1342, 0, 0, 0, 1342, 1342, 0, 1347, 1347, 1347, 1347, 1347, 1339, 0, 1341, 1347, 0, 0, 1342, 1347, 1348, 1348, 1348, 1348, 1348, 0, 0, 0, 1348, 0, 0, 0, 1348, 1347, 1458, 1458, 1458, 1458, 1458, 1340, 0, 0, 1342, 0, 0, 0, 1348, 1354, 1354, 1354, 1354, 1354, 0, 0, 0, 1354, 0, 1347, 0, 1354, 0, 0, 1357, 1357, 1357, 1357, 1357, 0, 0, 0, 1348, 0, 0, 1354, 1357, 1357, 0, 0, 0, 0, 1342, 1358, 1358, 1358, 1358, 1358, 1360, 1360, 1360, 1360, 1360, 0, 0, 1358, 1358, 0, 0, 1354, 1360, 1360, 1361, 1361, 1361, 1361, 1361, 0, 1347, 0, 0, 0, 0, 1348, 1361, 1361, 1362, 1362, 1362, 1362, 1362, 1363, 1363, 1363, 1363, 1363, 0, 0, 1362, 1362, 1354, 0, 0, 1363, 1364, 1364, 1364, 1364, 1364, 0, 1365, 1365, 1365, 1365, 1365, 0, 1364, 1399, 1399, 1399, 1399, 1399, 1365, 1357, 0, 0, 0, 1368, 1368, 1399, 1368, 1368, 1368, 1368, 0, 1368, 1368, 1376, 1376, 1376, 1376, 1376, 1358, 1368, 1368, 1368, 1368, 0, 1360, 0, 0, 0, 1376, 1376, 1376, 1376, 1376, 0, 0, 0, 1377, 1377, 1377, 1377, 1377, 1379, 1379, 1379, 1379, 1379, 0, 0, 1368, 0, 1362, 1377, 1377, 1377, 1377, 1377, 1379, 1379, 1379, 1379, 1379, 1389, 1389, 1389, 1389, 1389, 1363, 1365, 0, 1389, 0, 1364, 0, 1389, 1389, 0, 0, 0, 1390, 1390, 1390, 1390, 1390, 0, 0, 0, 1390, 1389, 0, 1376, 1390, 1390, 0, 1392, 1392, 1392, 1392, 1392, 0, 0, 0, 1392, 0, 0, 1390, 1392, 1392, 0, 0, 0, 0, 1389, 1398, 1398, 1398, 1398, 1398, 0, 0, 1392, 1398, 0, 0, 0, 1398, 0, 0, 0, 1390, 1401, 1401, 1401, 1401, 1401, 0, 0, 0, 0, 1398, 0, 0, 1401, 1401, 1392, 1402, 1402, 1402, 1402, 1402, 0, 0, 1389, 0, 0, 0, 0, 1402, 1402, 0, 0, 0, 0, 1398, 1403, 1403, 1403, 1403, 1403, 1404, 1404, 1404, 1404, 1404, 0, 0, 1403, 1403, 0, 0, 0, 1404, 1404, 1405, 1405, 1405, 1405, 1405, 0, 1392, 1413, 1413, 1413, 1413, 1413, 1405, 0, 0, 0, 1398, 1414, 1414, 1414, 1414, 1414, 0, 1415, 1415, 1415, 1415, 1415, 0, 0, 0, 0, 1414, 1414, 1414, 1414, 1414, 1401, 1415, 1415, 1415, 1415, 1415, 1416, 1416, 1416, 1416, 1416, 1418, 1418, 1418, 1418, 1418, 0, 0, 0, 0, 0, 1416, 1416, 1416, 1416, 1416, 1418, 1418, 1418, 1418, 1418, 0, 0, 1403, 1421, 1421, 1421, 1421, 1421, 0, 0, 0, 1421, 0, 1404, 0, 1421, 1421, 0, 1405, 0, 0, 0, 1423, 1423, 1423, 1423, 1423, 0, 0, 1421, 1423, 0, 1413, 0, 1423, 1423, 0, 1426, 1426, 1426, 1426, 1426, 0, 1413, 0, 0, 0, 0, 1423, 1426, 1426, 0, 0, 1421, 1427, 1427, 1427, 1427, 1427, 0, 0, 1428, 1428, 1428, 1428, 1428, 1427, 1427, 0, 0, 0, 0, 1423, 1428, 1428, 1429, 1429, 0, 1429, 1429, 1429, 1429, 0, 1429, 1429, 1438, 1438, 1438, 1438, 1438, 0, 1429, 1429, 1429, 1435, 1435, 1435, 1435, 1435, 0, 1438, 1438, 1438, 1438, 1438, 1442, 1442, 1442, 1442, 1442, 1443, 1443, 1443, 1443, 1443, 0, 0, 1442, 1442, 0, 1429, 0, 1443, 1443, 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, 0, 0, 0, 1445, 1445, 1435, 1445, 1445, 1445, 1445, 0, 1445, 1442, 0, 0, 0, 1435, 1443, 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 yyRuWin_flex_debug; int yyRuWin_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 yyRuWintext */ \ 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 *yyRuWintext; #line 1 "TokenizeRuWin.l" /* -*- coding: utf-8; -*- */ /* TokenizeRu.l -- definitions for Russian */ /* iso-8859-5 */ /* cp1251 */ /* run through a filter to discriminate charsets */ #line 9 "TokenizeRuWin.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 4926 "" #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 yyRuWinwrap (void ); #else extern int yyRuWinwrap (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( yyRuWintext, yyRuWinleng, 1, yyRuWinout ) #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( yyRuWinin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( yyRuWinin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, yyRuWinin))==0 && ferror(yyRuWinin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(yyRuWinin); \ } \ }\ \ #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 yyRuWinlex (void); #define YY_DECL int yyRuWinlex (void) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after yyRuWintext and yyRuWinleng * 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 ( yyRuWinleng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ (yyRuWintext[yyRuWinleng - 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 "TokenizeRuWin.l" _TEST_IF_OPTIONS_SET_ /**** hyphenated words: ****/ #line 5099 "" 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 *)yyRuWinalloc(YY_STATE_BUF_SIZE ); if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! yyRuWinin ) yyRuWinin = stdin; if ( ! yyRuWinout ) yyRuWinout = stdout; if ( ! YY_CURRENT_BUFFER ) { yyRuWinensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = yyRuWin_create_buffer(yyRuWinin,YY_BUF_SIZE ); } yyRuWin_load_buffer_state( ); } while ( 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of yyRuWintext. */ *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 "TokenizeRuWin.l" { _UNPUT_COMBINED_BS_WORD_ } YY_BREAK case 2: YY_RULE_SETUP #line 167 "TokenizeRuWin.l" { _UNPUT_WORD_WITHOUT_LAST_CHAR_ } YY_BREAK case 3: /* rule 3 can match eol */ YY_RULE_SETUP #line 168 "TokenizeRuWin.l" { _UNPUT_WORD_WITHOUT_HYPHEN_ } YY_BREAK /* www adresses */ case 4: YY_RULE_SETUP #line 173 "TokenizeRuWin.l" return TOK_WWW; YY_BREAK /* exclude ')' etc. at the end of an www adress */ case 5: YY_RULE_SETUP #line 175 "TokenizeRuWin.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 "TokenizeRuWin.l" /* exclude dates and selected abbreviations */ case 7: /* rule 7 can match eol */ #line 185 "TokenizeRuWin.l" case 8: /* rule 8 can match eol */ YY_RULE_SETUP #line 185 "TokenizeRuWin.l" { no_eos_length = (yyRuWinleng); 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 "TokenizeRuWin.l" { yyless(0); BEGIN(testEOS); } YY_BREAK case 10: #line 198 "TokenizeRuWin.l" case 11: YY_RULE_SETUP #line 198 "TokenizeRuWin.l" return TOK_OTHER; YY_BREAK case 12: /* rule 12 can match eol */ YY_RULE_SETUP #line 199 "TokenizeRuWin.l" yyless(0); BEGIN(stateINITIAL); return TOK_EOS; YY_BREAK case 13: YY_RULE_SETUP #line 200 "TokenizeRuWin.l" yyless(0); BEGIN(stateINITIAL); return TOK_EOS; YY_BREAK case 14: YY_RULE_SETUP #line 204 "TokenizeRuWin.l" test_no_eos_length(yyRuWinleng); return TOK_WORD; YY_BREAK case 15: YY_RULE_SETUP #line 205 "TokenizeRuWin.l" test_no_eos_length(yyRuWinleng); 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 "TokenizeRuWin.l" test_no_eos_length(yyRuWinleng); return TOK_VSPACE; YY_BREAK case 17: /* rule 17 can match eol */ YY_RULE_SETUP #line 208 "TokenizeRuWin.l" test_no_eos_length(yyRuWinleng); return TOK_HSPACE; YY_BREAK case 18: YY_RULE_SETUP #line 209 "TokenizeRuWin.l" test_no_eos_length(yyRuWinleng); return TOK_OTHER; YY_BREAK /**** general rules: ****/ case 19: YY_RULE_SETUP #line 214 "TokenizeRuWin.l" return TOK_WORD; YY_BREAK case 20: YY_RULE_SETUP #line 216 "TokenizeRuWin.l" return TOK_NUMBER; YY_BREAK case 21: /* rule 21 can match eol */ YY_RULE_SETUP #line 218 "TokenizeRuWin.l" return TOK_VSPACE; /* skip horizontal spaces */ YY_BREAK case 22: YY_RULE_SETUP #line 219 "TokenizeRuWin.l" ; /* at the begining or end of line */ YY_BREAK case 23: YY_RULE_SETUP #line 220 "TokenizeRuWin.l" return TOK_HSPACE; YY_BREAK case 24: /* rule 24 can match eol */ YY_RULE_SETUP #line 222 "TokenizeRuWin.l" ; YY_BREAK case 25: YY_RULE_SETUP #line 224 "TokenizeRuWin.l" return TOK_OTHER; YY_BREAK case 26: YY_RULE_SETUP #line 227 "TokenizeRuWin.l" ECHO; YY_BREAK #line 5366 "" 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 yyRuWinin at a new source and called * yyRuWinlex(). 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 = yyRuWinin; 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 ( yyRuWinwrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * yyRuWintext, 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 yyRuWinlex */ /* 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; yyRuWinrestart(yyRuWinin ); } 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 yyRuWintext */ *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. */ yyRuWinrestart(yyRuWinin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( yyRuWinwrap( ) ) 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 yyRuWintext */ (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 yyRuWinrestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ yyRuWinensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = yyRuWin_create_buffer(yyRuWinin,YY_BUF_SIZE ); } yyRuWin_init_buffer(YY_CURRENT_BUFFER,input_file ); yyRuWin_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void yyRuWin_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * yyRuWinpop_buffer_state(); * yyRuWinpush_buffer_state(new_buffer); */ yyRuWinensure_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; yyRuWin_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (yyRuWinwrap()) processing, but the only time this flag * is looked at is after yyRuWinwrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void yyRuWin_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; yyRuWinin = 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 yyRuWin_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) yyRuWinalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in yyRuWin_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 *) yyRuWinalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yyRuWin_create_buffer()" ); b->yy_is_our_buffer = 1; yyRuWin_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with yyRuWin_create_buffer() * */ void yyRuWin_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 ) yyRuWinfree((void *) b->yy_ch_buf ); yyRuWinfree((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 yyRuWinrestart() or at EOF. */ static void yyRuWin_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; yyRuWin_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then yyRuWin_init_buffer was _probably_ * called from yyRuWinrestart() 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 yyRuWin_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 ) yyRuWin_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 yyRuWinpush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; yyRuWinensure_buffer_stack(); /* This block is copied from yyRuWin_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 yyRuWin_switch_to_buffer. */ yyRuWin_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 yyRuWinpop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; yyRuWin_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { yyRuWin_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 yyRuWinensure_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**)yyRuWinalloc (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**)yyRuWinrealloc ((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 yyRuWin_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) yyRuWinalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in yyRuWin_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; yyRuWin_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to yyRuWinlex() 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 * yyRuWin_scan_bytes() instead. */ YY_BUFFER_STATE yyRuWin_scan_string (yyconst char * yystr ) { return yyRuWin_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to yyRuWinlex() 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 yyRuWin_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 *) yyRuWinalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in yyRuWin_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 = yyRuWin_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in yyRuWin_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 yyRuWintext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ yyRuWintext[yyRuWinleng] = (yy_hold_char); \ (yy_c_buf_p) = yyRuWintext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ yyRuWinleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the input stream. * */ FILE *yyRuWinget_in (void) { return yyRuWinin; } /** Get the output stream. * */ FILE *yyRuWinget_out (void) { return yyRuWinout; } /** Get the length of the current token. * */ int yyRuWinget_leng (void) { return yyRuWinleng; } /** Get the current token. * */ char *yyRuWinget_text (void) { return yyRuWintext; } /** Set the input stream. This does not discard the current * input buffer. * @param in_str A readable stream. * * @see yyRuWin_switch_to_buffer */ void yyRuWinset_in (FILE * in_str ) { yyRuWinin = in_str ; } void yyRuWinset_out (FILE * out_str ) { yyRuWinout = out_str ; } int yyRuWinget_debug (void) { return yyRuWin_flex_debug; } void yyRuWinset_debug (int bdebug ) { yyRuWin_flex_debug = bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from yyRuWinlex_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 yyRuWinin = stdin; yyRuWinout = stdout; #else yyRuWinin = (FILE *) 0; yyRuWinout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * yyRuWinlex_init() */ return 0; } /* yyRuWinlex_destroy is for both reentrant and non-reentrant scanners. */ int yyRuWinlex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ yyRuWin_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; yyRuWinpop_buffer_state(); } /* Destroy the stack itself. */ yyRuWinfree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; yyRuWinfree ( (yy_state_buf) ); (yy_state_buf) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * yyRuWinlex() 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 *yyRuWinalloc (yy_size_t size ) { return (void *) malloc( size ); } void *yyRuWinrealloc (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 yyRuWinfree (void * ptr ) { free( (char *) ptr ); /* see yyRuWinrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 227 "TokenizeRuWin.l"