#line 1 "/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/s4sk-poky-linux/perf/1.0-r9/perf-1.0/util/parse-events-flex.c" #line 3 "/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/s4sk-poky-linux/perf/1.0-r9/perf-1.0/util/parse-events-flex.c" #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 6 #define YY_FLEX_SUBMINOR_VERSION 4 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif #ifdef yy_create_buffer #define parse_events__create_buffer_ALREADY_DEFINED #else #define yy_create_buffer parse_events__create_buffer #endif #ifdef yy_delete_buffer #define parse_events__delete_buffer_ALREADY_DEFINED #else #define yy_delete_buffer parse_events__delete_buffer #endif #ifdef yy_scan_buffer #define parse_events__scan_buffer_ALREADY_DEFINED #else #define yy_scan_buffer parse_events__scan_buffer #endif #ifdef yy_scan_string #define parse_events__scan_string_ALREADY_DEFINED #else #define yy_scan_string parse_events__scan_string #endif #ifdef yy_scan_bytes #define parse_events__scan_bytes_ALREADY_DEFINED #else #define yy_scan_bytes parse_events__scan_bytes #endif #ifdef yy_init_buffer #define parse_events__init_buffer_ALREADY_DEFINED #else #define yy_init_buffer parse_events__init_buffer #endif #ifdef yy_flush_buffer #define parse_events__flush_buffer_ALREADY_DEFINED #else #define yy_flush_buffer parse_events__flush_buffer #endif #ifdef yy_load_buffer_state #define parse_events__load_buffer_state_ALREADY_DEFINED #else #define yy_load_buffer_state parse_events__load_buffer_state #endif #ifdef yy_switch_to_buffer #define parse_events__switch_to_buffer_ALREADY_DEFINED #else #define yy_switch_to_buffer parse_events__switch_to_buffer #endif #ifdef yypush_buffer_state #define parse_events_push_buffer_state_ALREADY_DEFINED #else #define yypush_buffer_state parse_events_push_buffer_state #endif #ifdef yypop_buffer_state #define parse_events_pop_buffer_state_ALREADY_DEFINED #else #define yypop_buffer_state parse_events_pop_buffer_state #endif #ifdef yyensure_buffer_stack #define parse_events_ensure_buffer_stack_ALREADY_DEFINED #else #define yyensure_buffer_stack parse_events_ensure_buffer_stack #endif #ifdef yylex #define parse_events_lex_ALREADY_DEFINED #else #define yylex parse_events_lex #endif #ifdef yyrestart #define parse_events_restart_ALREADY_DEFINED #else #define yyrestart parse_events_restart #endif #ifdef yylex_init #define parse_events_lex_init_ALREADY_DEFINED #else #define yylex_init parse_events_lex_init #endif #ifdef yylex_init_extra #define parse_events_lex_init_extra_ALREADY_DEFINED #else #define yylex_init_extra parse_events_lex_init_extra #endif #ifdef yylex_destroy #define parse_events_lex_destroy_ALREADY_DEFINED #else #define yylex_destroy parse_events_lex_destroy #endif #ifdef yyget_debug #define parse_events_get_debug_ALREADY_DEFINED #else #define yyget_debug parse_events_get_debug #endif #ifdef yyset_debug #define parse_events_set_debug_ALREADY_DEFINED #else #define yyset_debug parse_events_set_debug #endif #ifdef yyget_extra #define parse_events_get_extra_ALREADY_DEFINED #else #define yyget_extra parse_events_get_extra #endif #ifdef yyset_extra #define parse_events_set_extra_ALREADY_DEFINED #else #define yyset_extra parse_events_set_extra #endif #ifdef yyget_in #define parse_events_get_in_ALREADY_DEFINED #else #define yyget_in parse_events_get_in #endif #ifdef yyset_in #define parse_events_set_in_ALREADY_DEFINED #else #define yyset_in parse_events_set_in #endif #ifdef yyget_out #define parse_events_get_out_ALREADY_DEFINED #else #define yyget_out parse_events_get_out #endif #ifdef yyset_out #define parse_events_set_out_ALREADY_DEFINED #else #define yyset_out parse_events_set_out #endif #ifdef yyget_leng #define parse_events_get_leng_ALREADY_DEFINED #else #define yyget_leng parse_events_get_leng #endif #ifdef yyget_text #define parse_events_get_text_ALREADY_DEFINED #else #define yyget_text parse_events_get_text #endif #ifdef yyget_lineno #define parse_events_get_lineno_ALREADY_DEFINED #else #define yyget_lineno parse_events_get_lineno #endif #ifdef yyset_lineno #define parse_events_set_lineno_ALREADY_DEFINED #else #define yyset_lineno parse_events_set_lineno #endif #ifdef yyget_column #define parse_events_get_column_ALREADY_DEFINED #else #define yyget_column parse_events_get_column #endif #ifdef yyset_column #define parse_events_set_column_ALREADY_DEFINED #else #define yyset_column parse_events_set_column #endif #ifdef yywrap #define parse_events_wrap_ALREADY_DEFINED #else #define yywrap parse_events_wrap #endif #ifdef yyget_lval #define parse_events_get_lval_ALREADY_DEFINED #else #define yyget_lval parse_events_get_lval #endif #ifdef yyset_lval #define parse_events_set_lval_ALREADY_DEFINED #else #define yyset_lval parse_events_set_lval #endif #ifdef yyget_lloc #define parse_events_get_lloc_ALREADY_DEFINED #else #define yyget_lloc parse_events_get_lloc #endif #ifdef yyset_lloc #define parse_events_set_lloc_ALREADY_DEFINED #else #define yyset_lloc parse_events_set_lloc #endif #ifdef yyalloc #define parse_events_alloc_ALREADY_DEFINED #else #define yyalloc parse_events_alloc #endif #ifdef yyrealloc #define parse_events_realloc_ALREADY_DEFINED #else #define yyrealloc parse_events_realloc #endif #ifdef yyfree #define parse_events_free_ALREADY_DEFINED #else #define yyfree parse_events_free #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #include #include #include #include /* end standard C headers. */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; /* 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 #ifndef SIZE_MAX #define SIZE_MAX (~(size_t)0) #endif #endif /* ! C99 */ #endif /* ! FLEXINT_H */ /* begin standard C++ headers. */ /* TODO: this is always defined, so inline it */ #define yyconst const #if defined(__GNUC__) && __GNUC__ >= 3 #define yynoreturn __attribute__((__noreturn__)) #else #define yynoreturn #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an * integer in range [0..255] for use as an array index. */ #define YY_SC_TO_UI(c) ((YY_CHAR) (c)) /* An opaque pointer. */ #ifndef YY_TYPEDEF_YY_SCANNER_T #define YY_TYPEDEF_YY_SCANNER_T typedef void* yyscan_t; #endif /* For convenience, these vars (plus the bison vars far below) are macros in the reentrant scanner. */ #define yyin yyg->yyin_r #define yyout yyg->yyout_r #define yyextra yyg->yyextra_r #define yyleng yyg->yyleng_r #define yytext yyg->yytext_r #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) #define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column) #define yy_flex_debug yyg->yy_flex_debug_r /* 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 yyg->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 ((yyg->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 yyrestart( yyin , yyscanner ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #ifdef __ia64__ /* On IA-64, the buffer size is 16k, not 8k. * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. * Ditto for the __ia64__ case accordingly. */ #define YY_BUF_SIZE 32768 #else #define YY_BUF_SIZE 16384 #endif /* __ia64__ */ #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 #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 /* Note: We specifically omit the test for yy_rule_can_match_eol because it requires * access to the local variable yy_act. Since yyless() is a macro, it would break * existing scanners that call yyless() from OUTSIDE yylex. * One obvious solution it to make yy_act a global. I tried that, and saw * a 5% performance hit in a non-yylineno scanner, because yy_act is * normally declared as a register variable-- so it is not worth it. */ #define YY_LESS_LINENO(n) \ do { \ int yyl;\ for ( yyl = n; yyl < yyleng; ++yyl )\ if ( yytext[yyl] == '\n' )\ --yylineno;\ }while(0) #define YY_LINENO_REWIND_TO(dst) \ do {\ const char *p;\ for ( p = yy_cp-1; p >= (dst); --p)\ if ( *p == '\n' )\ --yylineno;\ }while(0) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = yyg->yy_hold_char; \ YY_RESTORE_YY_MORE_OFFSET \ yyg->yy_c_buf_p = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up yytext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) #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. */ int 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 yyrestart()), so that the user can continue scanning by * just pointing yyin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* 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 ( yyg->yy_buffer_stack \ ? yyg->yy_buffer_stack[yyg->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 yyg->yy_buffer_stack[yyg->yy_buffer_stack_top] void yyrestart ( FILE *input_file , yyscan_t yyscanner ); void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner ); YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size , yyscan_t yyscanner ); void yy_delete_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner ); void yy_flush_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner ); void yypush_buffer_state ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner ); void yypop_buffer_state ( yyscan_t yyscanner ); static void yyensure_buffer_stack ( yyscan_t yyscanner ); static void yy_load_buffer_state ( yyscan_t yyscanner ); static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file , yyscan_t yyscanner ); #define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER , yyscanner) YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size , yyscan_t yyscanner ); YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner ); YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner ); void *yyalloc ( yy_size_t , yyscan_t yyscanner ); void *yyrealloc ( void *, yy_size_t , yyscan_t yyscanner ); void yyfree ( void * , yyscan_t yyscanner ); #define yy_new_buffer yy_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ yyensure_buffer_stack (yyscanner); \ YY_CURRENT_BUFFER_LVALUE = \ yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ yyensure_buffer_stack (yyscanner); \ YY_CURRENT_BUFFER_LVALUE = \ yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ typedef flex_uint8_t YY_CHAR; typedef int yy_state_type; #define yytext_ptr yytext_r static yy_state_type yy_get_previous_state ( yyscan_t yyscanner ); static yy_state_type yy_try_NUL_trans ( yy_state_type current_state , yyscan_t yyscanner); static int yy_get_next_buffer ( yyscan_t yyscanner ); static void yynoreturn yy_fatal_error ( const char* msg , yyscan_t yyscanner ); /* Done after the current pattern has been matched and before the * corresponding action - sets up yytext. */ #define YY_DO_BEFORE_ACTION \ yyg->yytext_ptr = yy_bp; \ yyleng = (int) (yy_cp - yy_bp); \ yyg->yy_hold_char = *yy_cp; \ *yy_cp = '\0'; \ yyg->yy_c_buf_p = yy_cp; #define YY_NUM_RULES 105 #define YY_END_OF_BUFFER 106 /* 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 const flex_int16_t yy_acclist[1941] = { 0, 106, 104, 105, 103, 105, 104, 105, 94, 104, 105, 98, 104, 105, 97, 104, 105, 96, 104, 105, 89, 104, 105, 89, 104, 105, 99, 104, 105, 102, 104, 105, 91, 94, 104, 105, 91, 94, 104, 105, 91, 94, 104, 105, 94, 104, 105, 94, 104, 105, 94, 104, 105, 94, 104, 105, 94, 104, 105, 94, 104, 105, 91, 94, 104, 105, 94, 104, 105, 94, 104, 105, 94, 104, 105, 94, 104, 105, 94, 104, 105, 94, 104, 105, 91, 94, 104, 105, 94, 104, 105, 94, 104, 105, 94, 104, 105, 94, 104, 105, 100, 104, 105, 101, 104, 105, 44, 105, 105, 41, 44, 105, 42, 44, 105, 42, 44, 105, 40, 44, 105, 39, 44, 105, 35, 94, 104, 105, 33, 98, 104, 105, 34, 96, 104, 105, 104, 105, 35, 91, 94, 104, 105, 35, 91, 94, 104, 105, 35, 91, 94, 104, 105, 35, 94, 104, 105, 35, 94, 104, 105, 37, 94, 104, 105, 35, 94, 104, 105, 35, 94, 104, 105, 35, 94, 104, 105, 35, 94, 104, 105, 35, 91, 94, 104, 105, 35, 94, 104, 105, 35, 94, 104, 105, 35, 94, 104, 105, 35, 94, 104, 105, 35, 94, 104, 105, 35, 94, 104, 105, 35, 91, 94, 104, 105, 35, 94, 104, 105, 35, 94, 104, 105, 35, 94, 104, 105, 35, 94, 104, 105, 5, 105, 6, 105, 105, 105, 10, 105, 105, 8, 105, 8, 105, 7, 105, 94, 94, 89, 91, 94, 94, 94, 94, 76, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 60, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 88, 94, 88, 94, 94, 94, 94, 94, 94, 94, 42, 39, 35, 94, 35, 35, 94, 38, 38, 35, 91, 94, 35, 94, 35, 94, 35, 94, 35, 76, 94, 35, 94, 35, 94, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 60, 94, 35, 94, 35, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 23, 35, 94, 35, 94, 35, 94, 35, 94, 35, 91, 94, 35, 94, 31, 35, 88, 94, 31, 35, 88, 94, 31, 35, 88, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 5, 5, 1, 8, 93, 92, 95, 94, 93, 94, 92, 94, 90, 94, 94, 94, 94, 94, 79, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 74, 94, 75, 94, 94, 94, 94, 94, 94, 94, 94, 85, 94, 94, 94, 88, 94, 88, 94, 94, 94, 94, 94, 94, 94, 43, 39, 35, 35, 94, 35, 93, 94, 35, 92, 94, 38, 38, 93, 38, 92, 35, 94, 35, 94, 35, 35, 94, 94, 35, 94, 35, 94, 35, 94, 35, 79, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 35, 94, 35, 94, 35, 94, 35, 35, 94, 35, 94, 35, 94, 35, 35, 94, 35, 94, 35, 94, 35, 94, 35, 35, 74, 94, 35, 75, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 35, 94, 35, 85, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 31, 35, 88, 94, 31, 35, 88, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 35, 94, 5, 4, 5, 3, 5, 2, 4, 3, 1, 11, 9, 93, 93, 92, 92, 95, 93, 92, 94, 93, 94, 93, 94, 92, 94, 92, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 77, 94, 94, 94, 94, 94, 78, 94, 94, 94, 74, 75, 81, 94, 94, 87, 94, 94, 86, 94, 80, 94, 94, 94, 81, 88, 94, 94, 94, 94, 94, 94, 94, 35, 35, 93, 35, 92, 35, 94, 35, 93, 94, 35, 93, 94, 35, 92, 94, 35, 92, 94, 38, 38, 38, 38, 93, 38, 93, 38, 92, 38, 92, 35, 94, 35, 94, 35, 35, 35, 94, 94, 35, 94, 35, 94, 35, 35, 35, 94, 35, 35, 94, 35, 94, 35, 94, 35, 94, 35, 35, 94, 35, 35, 77, 94, 35, 94, 35, 94, 35, 35, 94, 35, 94, 17, 35, 94, 35, 35, 78, 94, 35, 94, 35, 94, 35, 94, 35, 74, 35, 75, 35, 81, 94, 35, 94, 35, 35, 35, 87, 35, 94, 35, 94, 35, 86, 94, 15, 35, 94, 35, 35, 35, 80, 94, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 32, 35, 94, 31, 35, 81, 88, 94, 35, 35, 94, 35, 94, 35, 94, 35, 94, 35, 94, 19, 35, 94, 35, 94, 35, 35, 94, 5, 4, 5, 4, 5, 3, 5, 3, 5, 2, 4, 3, 2, 2, 4, 4, 3, 3, 93, 93, 92, 93, 92, 92, 93, 92, 93, 93, 92, 92, 93, 94, 93, 94, 92, 93, 94, 92, 94, 92, 93, 94, 92, 94, 94, 94, 94, 94, 94, 94, 94, 94, 77, 64, 94, 94, 94, 94, 78, 94, 81, 94, 94, 94, 94, 94, 94, 94, 94, 82, 94, 94, 82, 94, 35, 35, 93, 35, 93, 35, 92, 35, 92, 35, 93, 94, 35, 93, 94, 35, 92, 93, 94, 35, 92, 94, 35, 92, 93, 94, 35, 92, 94, 38, 38, 93, 38, 92, 38, 93, 38, 93, 38, 92, 93, 38, 92, 38, 92, 93, 38, 92, 35, 35, 94, 35, 35, 35, 35, 35, 94, 36, 94, 35, 94, 35, 94, 35, 35, 35, 35, 94, 35, 35, 94, 35, 35, 94, 35, 94, 35, 35, 35, 94, 35, 77, 35, 64, 94, 35, 94, 35, 35, 94, 35, 94, 35, 78, 35, 35, 94, 35, 94, 35, 81, 94, 35, 94, 35, 35, 35, 35, 94, 35, 94, 35, 94, 35, 35, 35, 94, 35, 35, 94, 35, 94, 35, 94, 35, 35, 94, 35, 94, 35, 94, 35, 82, 94, 35, 35, 94, 35, 35, 82, 94, 4, 5, 4, 5, 3, 4, 5, 3, 5, 3, 4, 5, 3, 5, 2, 4, 4, 3, 3, 2, 2, 4, 2, 3, 4, 4, 3, 4, 3, 3, 4, 3, 93, 92, 93, 92, 93, 92, 93, 93, 92, 93, 92, 92, 93, 92, 93, 94, 92, 93, 94, 92, 93, 94, 92, 94, 94, 94, 94, 79, 94, 94, 45, 94, 94, 94, 57, 94, 94, 94, 86, 94, 94, 94, 94, 94, 35, 93, 35, 93, 35, 92, 93, 35, 92, 35, 92, 93, 35, 92, 35, 93, 94, 35, 92, 93, 94, 35, 92, 93, 94, 35, 92, 94, 38, 38, 93, 38, 93, 38, 92, 38, 92, 38, 93, 38, 92, 93, 38, 92, 93, 38, 92, 35, 35, 94, 35, 35, 35, 35, 35, 94, 35, 94, 35, 35, 35, 35, 79, 94, 35, 35, 35, 12, 35, 94, 35, 94, 35, 35, 35, 35, 45, 94, 35, 94, 35, 35, 94, 35, 57, 94, 35, 35, 94, 35, 94, 35, 35, 35, 35, 35, 94, 35, 35, 86, 94, 35, 35, 35, 94, 35, 35, 94, 16, 35, 94, 35, 94, 35, 35, 94, 35, 35, 94, 35, 35, 94, 35, 4, 5, 3, 4, 5, 3, 4, 5, 3, 5, 4, 4, 3, 4, 3, 3, 4, 3, 2, 2, 4, 2, 4, 2, 3, 2, 3, 4, 3, 4, 3, 4, 3, 92, 93, 92, 93, 92, 93, 93, 92, 93, 92, 93, 92, 92, 93, 94, 92, 93, 94, 92, 93, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 35, 93, 35, 92, 93, 35, 92, 93, 35, 92, 35, 92, 93, 94, 35, 92, 93, 94, 35, 92, 93, 94, 38, 93, 38, 93, 38, 92, 93, 38, 92, 38, 92, 93, 38, 92, 38, 92, 93, 38, 92, 93, 38, 92, 93, 35, 35, 94, 35, 35, 35, 35, 94, 35, 94, 35, 35, 35, 35, 35, 94, 35, 94, 35, 35, 35, 35, 13, 35, 94, 14, 35, 94, 35, 94, 35, 35, 35, 35, 35, 94, 35, 35, 94, 35, 24, 35, 94, 35, 94, 35, 35, 35, 35, 35, 94, 35, 35, 35, 35, 94, 35, 28, 35, 94, 35, 94, 35, 35, 94, 35, 35, 94, 35, 35, 94, 35, 3, 4, 5, 3, 4, 5, 3, 4, 5, 4, 3, 4, 3, 4, 3, 2, 4, 2, 4, 2, 3, 4, 2, 3, 2, 3, 4, 2, 3, 3, 4, 3, 4, 3, 4, 92, 93, 92, 93, 92, 93, 92, 93, 92, 93, 94, 94, 94, 94, 51, 79, 94, 68, 94, 94, 94, 94, 83, 94, 94, 35, 92, 93, 35, 92, 93, 35, 92, 93, 35, 92, 93, 94, 38, 93, 38, 92, 93, 38, 92, 93, 38, 92, 38, 92, 93, 35, 94, 35, 35, 35, 35, 94, 35, 94, 35, 35, 35, 35, 35, 35, 94, 35, 51, 79, 94, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 68, 35, 94, 35, 35, 94, 35, 35, 94, 35, 35, 35, 35, 35, 94, 35, 35, 35, 35, 94, 35, 35, 83, 94, 35, 35, 94, 35, 35, 35, 35, 35, 3, 4, 5, 3, 4, 3, 4, 3, 4, 2, 4, 2, 3, 4, 2, 3, 4, 2, 3, 3, 4, 92, 93, 94, 94, 55, 67, 94, 94, 94, 69, 94, 94, 94, 71, 35, 92, 93, 38, 92, 93, 38, 92, 93, 38, 92, 93, 35, 94, 35, 35, 94, 35, 35, 35, 35, 35, 35, 94, 35, 35, 35, 35, 35, 35, 55, 35, 35, 35, 67, 35, 94, 35, 35, 94, 35, 35, 94, 35, 22, 35, 35, 69, 35, 35, 94, 35, 35, 35, 26, 35, 94, 35, 35, 94, 35, 35, 94, 35, 35, 35, 35, 71, 35, 3, 4, 2, 3, 4, 2, 3, 4, 2, 3, 4, 94, 66, 53, 45, 94, 94, 70, 61, 94, 83, 94, 54, 94, 56, 38, 92, 93, 35, 94, 35, 35, 29, 35, 35, 35, 66, 35, 35, 35, 94, 35, 53, 35, 35, 20, 35, 35, 35, 45, 35, 35, 94, 35, 35, 35, 35, 94, 35, 35, 70, 35, 61, 94, 35, 25, 35, 35, 35, 35, 83, 94, 35, 54, 35, 94, 21, 35, 35, 35, 56, 35, 2, 3, 4, 94, 94, 94, 57, 94, 35, 94, 35, 35, 35, 35, 35, 18, 35, 94, 35, 35, 35, 35, 35, 94, 35, 35, 35, 35, 94, 35, 35, 35, 35, 57, 35, 94, 35, 35, 50, 94, 48, 94, 59, 58, 35, 35, 35, 35, 35, 35, 35, 50, 35, 35, 35, 35, 94, 35, 35, 35, 35, 48, 94, 35, 59, 35, 58, 27, 35, 35, 35, 35, 52, 65, 94, 73, 72, 35, 35, 35, 35, 35, 35, 52, 35, 35, 35, 35, 65, 94, 35, 73, 35, 35, 35, 35, 35, 35, 35, 72, 61, 35, 35, 35, 35, 35, 35, 35, 61, 35, 35, 35, 35, 35, 35, 35, 30, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 62, 49, 60, 63, 84, 35, 62, 35, 35, 49, 35, 60, 35, 63, 35, 35, 35, 84, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 51, 47, 35, 51, 35, 47, 35, 35, 35, 46, 35, 46, 35, 35, 35, 35, 35 } ; static const flex_int16_t yy_accept[1409] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 4, 6, 8, 11, 14, 17, 20, 23, 26, 29, 32, 36, 40, 44, 47, 50, 53, 56, 59, 62, 66, 69, 72, 75, 78, 81, 84, 88, 91, 94, 97, 100, 103, 106, 108, 109, 112, 115, 118, 121, 124, 128, 132, 136, 138, 143, 148, 153, 157, 161, 165, 169, 173, 177, 181, 186, 190, 194, 198, 202, 206, 210, 215, 219, 223, 227, 231, 233, 235, 236, 237, 239, 240, 242, 244, 246, 246, 246, 246, 247, 248, 249, 249, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 269, 270, 270, 271, 272, 273, 274, 275, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 289, 291, 292, 293, 294, 295, 296, 297, 298, 298, 299, 301, 302, 304, 305, 306, 309, 311, 313, 315, 318, 320, 322, 323, 325, 327, 329, 331, 333, 335, 337, 339, 341, 343, 346, 348, 349, 351, 353, 355, 357, 359, 361, 362, 364, 366, 368, 370, 372, 374, 376, 378, 380, 382, 385, 387, 389, 391, 394, 396, 400, 404, 408, 410, 412, 414, 416, 418, 420, 422, 423, 424, 424, 424, 424, 424, 424, 425, 425, 426, 426, 426, 427, 428, 429, 429, 429, 429, 430, 432, 434, 435, 436, 437, 437, 438, 439, 440, 442, 443, 444, 445, 446, 447, 448, 449, 449, 450, 451, 452, 452, 453, 454, 454, 455, 456, 457, 457, 459, 461, 462, 463, 464, 465, 466, 467, 468, 470, 471, 472, 474, 476, 477, 478, 479, 480, 481, 481, 482, 483, 484, 485, 487, 490, 493, 493, 494, 496, 498, 500, 502, 503, 505, 506, 508, 510, 512, 515, 517, 519, 521, 523, 525, 527, 529, 531, 532, 534, 536, 538, 539, 541, 543, 545, 546, 548, 550, 552, 554, 555, 558, 561, 563, 565, 567, 569, 571, 573, 575, 577, 578, 580, 583, 585, 587, 589, 591, 593, 597, 601, 603, 605, 607, 609, 611, 613, 614, 616, 617, 619, 621, 621, 621, 621, 622, 622, 623, 624, 625, 626, 627, 627, 628, 629, 630, 631, 632, 632, 633, 634, 635, 637, 639, 641, 643, 644, 645, 645, 645, 646, 647, 648, 648, 649, 649, 650, 651, 651, 652, 652, 654, 655, 656, 656, 657, 658, 658, 660, 661, 662, 663, 664, 666, 667, 667, 668, 669, 670, 672, 674, 675, 676, 679, 679, 680, 681, 682, 683, 684, 684, 685, 686, 688, 690, 692, 695, 698, 701, 704, 705, 706, 707, 709, 711, 713, 715, 717, 719, 720, 721, 723, 724, 726, 728, 729, 730, 732, 733, 735, 737, 739, 741, 742, 744, 745, 748, 750, 752, 753, 755, 757, 760, 761, 764, 766, 768, 770, 772, 774, 777, 779, 780, 781, 783, 785, 787, 790, 793, 794, 795, 798, 800, 802, 804, 806, 808, 811, 816, 817, 819, 821, 823, 825, 827, 830, 832, 833, 835, 836, 838, 840, 842, 844, 845, 845, 846, 847, 848, 849, 849, 850, 851, 852, 853, 854, 855, 857, 858, 860, 861, 861, 862, 863, 864, 865, 867, 869, 872, 874, 877, 879, 879, 880, 880, 880, 880, 880, 881, 882, 883, 883, 884, 884, 885, 886, 886, 886, 887, 888, 890, 891, 891, 892, 893, 894, 894, 895, 897, 898, 898, 898, 899, 900, 901, 901, 902, 902, 903, 904, 906, 906, 907, 907, 909, 910, 912, 914, 916, 918, 921, 924, 928, 931, 935, 938, 939, 941, 943, 945, 947, 950, 952, 955, 957, 958, 960, 961, 962, 963, 964, 966, 968, 970, 972, 973, 974, 975, 977, 978, 980, 981, 983, 985, 986, 987, 989, 991, 994, 996, 997, 999, 1001, 1003, 1004, 1006, 1008, 1011, 1013, 1014, 1015, 1016, 1018, 1020, 1022, 1023, 1024, 1026, 1027, 1029, 1031, 1033, 1034, 1036, 1038, 1040, 1043, 1044, 1046, 1047, 1050, 1052, 1054, 1057, 1059, 1062, 1064, 1065, 1065, 1066, 1067, 1068, 1069, 1070, 1072, 1074, 1075, 1076, 1078, 1079, 1081, 1082, 1083, 1085, 1087, 1088, 1089, 1090, 1092, 1093, 1095, 1096, 1098, 1101, 1104, 1106, 1106, 1107, 1107, 1107, 1107, 1107, 1108, 1109, 1109, 1111, 1111, 1111, 1112, 1112, 1112, 1112, 1114, 1115, 1115, 1116, 1118, 1118, 1119, 1119, 1119, 1119, 1120, 1120, 1122, 1122, 1123, 1123, 1124, 1125, 1125, 1126, 1126, 1128, 1130, 1133, 1135, 1138, 1140, 1143, 1147, 1151, 1154, 1155, 1157, 1159, 1161, 1163, 1165, 1168, 1171, 1173, 1174, 1176, 1177, 1178, 1179, 1180, 1182, 1184, 1185, 1186, 1187, 1190, 1191, 1192, 1193, 1196, 1198, 1199, 1200, 1201, 1204, 1206, 1207, 1209, 1212, 1213, 1215, 1217, 1218, 1219, 1220, 1221, 1223, 1224, 1227, 1228, 1229, 1231, 1232, 1234, 1237, 1239, 1240, 1242, 1243, 1245, 1246, 1248, 1249, 1251, 1254, 1257, 1259, 1260, 1261, 1263, 1264, 1266, 1267, 1268, 1270, 1272, 1274, 1276, 1277, 1279, 1281, 1282, 1284, 1286, 1288, 1289, 1291, 1293, 1294, 1297, 1300, 1303, 1303, 1304, 1304, 1304, 1304, 1305, 1306, 1306, 1306, 1307, 1307, 1307, 1307, 1308, 1308, 1308, 1308, 1308, 1309, 1309, 1310, 1310, 1311, 1311, 1311, 1311, 1312, 1312, 1312, 1313, 1313, 1314, 1315, 1315, 1316, 1316, 1318, 1321, 1324, 1326, 1330, 1334, 1338, 1340, 1342, 1345, 1347, 1350, 1352, 1355, 1358, 1361, 1362, 1364, 1365, 1366, 1367, 1369, 1371, 1372, 1373, 1374, 1375, 1377, 1379, 1380, 1381, 1382, 1383, 1386, 1389, 1391, 1392, 1393, 1394, 1395, 1397, 1398, 1400, 1401, 1404, 1406, 1407, 1408, 1409, 1410, 1412, 1413, 1414, 1415, 1417, 1418, 1421, 1423, 1424, 1426, 1427, 1429, 1430, 1432, 1433, 1436, 1439, 1442, 1443, 1445, 1447, 1448, 1450, 1452, 1455, 1457, 1460, 1462, 1464, 1466, 1468, 1470, 1472, 1474, 1476, 1479, 1480, 1480, 1480, 1480, 1481, 1482, 1482, 1482, 1482, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1486, 1487, 1487, 1488, 1488, 1489, 1489, 1489, 1489, 1490, 1490, 1490, 1492, 1492, 1493, 1493, 1493, 1493, 1493, 1496, 1499, 1502, 1506, 1508, 1511, 1514, 1516, 1519, 1521, 1522, 1523, 1524, 1526, 1528, 1529, 1530, 1531, 1532, 1533, 1535, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1550, 1552, 1553, 1555, 1556, 1558, 1559, 1560, 1561, 1562, 1564, 1565, 1566, 1567, 1569, 1570, 1573, 1574, 1576, 1577, 1578, 1579, 1580, 1581, 1584, 1586, 1588, 1590, 1592, 1595, 1598, 1600, 1602, 1604, 1605, 1605, 1606, 1606, 1606, 1606, 1606, 1606, 1606, 1606, 1607, 1607, 1607, 1608, 1609, 1609, 1610, 1610, 1611, 1611, 1612, 1612, 1613, 1613, 1613, 1614, 1614, 1615, 1615, 1615, 1616, 1616, 1619, 1622, 1625, 1628, 1630, 1631, 1633, 1634, 1635, 1636, 1637, 1638, 1640, 1641, 1642, 1643, 1644, 1645, 1647, 1648, 1649, 1651, 1653, 1654, 1656, 1657, 1659, 1660, 1662, 1664, 1665, 1667, 1668, 1669, 1670, 1673, 1674, 1676, 1677, 1679, 1680, 1681, 1682, 1684, 1685, 1687, 1690, 1693, 1696, 1697, 1697, 1697, 1698, 1698, 1698, 1699, 1699, 1699, 1699, 1700, 1700, 1701, 1701, 1701, 1701, 1702, 1702, 1703, 1705, 1705, 1705, 1707, 1708, 1709, 1709, 1710, 1710, 1713, 1715, 1716, 1717, 1719, 1720, 1722, 1723, 1724, 1726, 1728, 1729, 1730, 1732, 1733, 1735, 1736, 1738, 1739, 1740, 1741, 1743, 1744, 1746, 1749, 1750, 1752, 1753, 1754, 1757, 1759, 1761, 1763, 1764, 1766, 1767, 1770, 1771, 1771, 1771, 1771, 1771, 1771, 1771, 1771, 1771, 1772, 1772, 1772, 1772, 1773, 1773, 1773, 1774, 1775, 1775, 1775, 1777, 1778, 1779, 1780, 1781, 1782, 1785, 1786, 1787, 1788, 1789, 1791, 1792, 1793, 1794, 1796, 1797, 1798, 1799, 1801, 1803, 1804, 1805, 1805, 1805, 1805, 1805, 1805, 1806, 1806, 1806, 1806, 1807, 1807, 1807, 1807, 1809, 1810, 1811, 1811, 1811, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1819, 1820, 1821, 1822, 1824, 1825, 1826, 1827, 1830, 1832, 1834, 1836, 1837, 1838, 1839, 1839, 1839, 1839, 1839, 1840, 1840, 1840, 1840, 1842, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1851, 1852, 1853, 1854, 1857, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1867, 1867, 1867, 1867, 1867, 1867, 1868, 1868, 1868, 1868, 1868, 1868, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1883, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1895, 1896, 1897, 1898, 1898, 1898, 1899, 1899, 1899, 1901, 1902, 1904, 1906, 1908, 1909, 1910, 1912, 1913, 1914, 1914, 1914, 1914, 1914, 1914, 1915, 1916, 1917, 1918, 1919, 1919, 1919, 1919, 1919, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1926, 1926, 1926, 1928, 1930, 1931, 1932, 1933, 1934, 1934, 1934, 1936, 1937, 1938, 1938, 1938, 1939, 1940, 1940, 1941, 1941 } ; static const YY_CHAR yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 4, 1, 5, 6, 7, 8, 9, 10, 11, 12, 12, 12, 12, 12, 12, 12, 13, 1, 1, 14, 1, 4, 15, 16, 17, 18, 19, 16, 16, 20, 20, 21, 22, 22, 23, 22, 22, 22, 20, 22, 24, 20, 25, 22, 22, 20, 22, 22, 22, 26, 1, 27, 1, 28, 1, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 1, 56, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static const YY_CHAR yy_meta[57] = { 0, 1, 1, 2, 2, 3, 2, 2, 4, 5, 5, 5, 5, 2, 2, 1, 5, 5, 5, 5, 2, 2, 2, 2, 2, 2, 2, 2, 2, 5, 5, 5, 5, 5, 5, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 6, 7 } ; static const flex_int16_t yy_base[1570] = { 0, 0, 0, 55, 106, 158, 0, 54, 65, 67, 75, 4203, 4195, 4194, 214, 229,14474, 4193, 4192, 81, 88, 4191, 4190, 244, 4167, 29, 284, 101, 115, 230, 238, 286, 99, 112, 304, 276, 279, 311, 314, 67, 350, 328, 334, 332,14474,14474,14474,14474,14474, 338, 120, 14474, 91, 390,14474, 4188, 417, 444, 4165, 107, 484, 342, 377, 438, 391, 487, 516, 231, 443, 526, 384, 533, 544, 418, 380, 582, 498, 566, 489, 96,14474, 4186, 4136,14474, 4184, 569, 573,14474, 4182, 517, 621, 245, 609, 634, 646, 4159, 624, 491, 627, 638, 663, 659, 673, 677, 679, 688, 695, 684, 698, 709, 712, 716, 723, 227, 726, 730, 732, 734, 737, 293, 752, 754, 756, 774, 758, 778, 781, 785, 789, 803, 807, 813, 4154, 297, 818, 824, 829, 833, 848, 838, 853, 0, 102, 858, 881, 862, 908, 848, 4153, 876, 890, 919, 908, 922, 933, 936, 938, 942, 947, 952, 961, 970, 981, 984, 987, 995, 998, 1002, 1044, 1009, 1016, 1025, 1027, 1030, 1032, 1092, 1050, 1057, 1067, 1078, 1075, 1064, 1098, 1101, 1112, 1119, 1121, 1123, 1127, 1144, 98, 1148, 403, 72, 1132, 1152, 1163, 1146, 1166, 1172, 1188, 1177, 211, 1189, 1196, 4124, 4172, 1195, 4119, 0, 4167, 1212, 0, 226, 1252, 1279, 4160, 1226, 4163, 1306, 1225, 1349, 1376, 0, 1239, 1253, 378, 1207, 1279, 1261, 1287, 1293, 1312, 1309, 1307, 1317, 1323, 1348, 349, 1350, 1358, 1315, 231, 1375, 1382, 427, 1384, 1386, 1400, 401, 1402, 1406, 1410, 1416, 1424, 1421, 1430, 1435, 1439, 1441, 1445, 1460, 28, 478, 1464, 1466, 1469, 1474, 1480, 333, 1488, 0,14474, 1536, 1491, 1579, 1606, 1633, 1474, 1660, 1687, 1497, 1499, 1497, 1522, 1531, 1542, 1538, 1566, 1546, 1592, 1607, 1632, 1614, 1642, 1635, 1674, 1688, 1675, 1693, 1697, 1711, 1693, 1716, 1719, 1721, 1715, 1737, 1739, 1741, 1757, 1739, 1767, 1773, 1775, 1777, 1783, 1791, 1798, 1800, 1802, 1805, 1787, 1822, 1816, 1824, 1830, 1841, 1846, 1872, 520, 555, 1848, 1876, 1850, 1887, 1898, 1901, 1884, 1907, 1202, 1955, 2010, 1621, 4157, 1934, 363, 262, 2065, 2092, 0, 14474, 0, 472, 2119, 1889, 2162, 1892,14474, 1971, 2205, 2232, 1926, 2259, 2302, 2329, 2372, 1974, 1981, 543, 600, 1983, 1985, 1977, 449, 2010, 484, 2020, 2024, 660, 2028, 392, 1943, 2035, 2039, 453, 2053, 2091, 489, 2074, 2105, 2125, 4157, 4153, 2120, 2149, 791, 4152, 2168, 2171, 2163, 2130, 2192, 2218, 2391, 538, 2232, 2259, 2265, 2273, 2284, 568, 2290, 2281, 2425, 2452, 2311, 2479, 2522, 2549, 2592, 2619, 2646, 2689, 2723, 2766, 2793, 2836, 2340, 2338, 2309, 2323, 2347, 2407, 2358, 2426, 2414, 2352, 2381, 2432, 2466, 2485, 2461, 2508, 2470, 2510, 2472, 2535, 2549, 2555, 2538, 2560, 2563, 2574, 2585, 2613, 2632, 2621, 2640, 2626, 2628, 2664, 2655, 2651, 2704, 2669, 2699, 2695, 2709, 2729, 2715, 2732, 2754, 2775, 2799, 2792, 2802, 2823, 2855, 2881, 2786, 2847, 2837, 2884, 2893, 2895, 2858, 2898, 2899, 2912, 1589, 2945, 3000, 3055, 3110, 0, 2912, 3165, 3221, 467, 2931, 552, 3277, 3320, 3347, 3390, 3417, 3461, 3488, 3515, 3559, 3586, 2976, 3613, 3656, 3683, 3726, 3753, 3797, 3824, 3851, 3895, 3922, 678, 3949, 556, 601, 723, 709, 3998, 4031, 4078, 325, 4119, 564, 4155, 4170, 850, 247, 4222, 4143, 4269, 4284, 474, 4321, 4369, 4142, 620, 4416, 4465, 4480, 766, 618, 4495, 4543, 4558, 690, 4605, 705, 4653, 4693, 4726, 661, 4773, 763, 4824, 4839, 4873, 4916, 4943, 4986, 5013, 5057, 5084, 5111, 5155, 5182, 5209, 5253, 5280, 5307, 5351, 5378, 5405, 5449, 5476, 5503, 5530, 5579, 5627, 5656, 5685, 5732, 5765, 36, 741, 5780, 5829, 5858, 114, 5907, 772, 5960, 869, 822, 5995, 977, 42, 719, 4113, 453, 920, 777, 563, 762, 1639, 800, 887, 4107, 864, 934, 1029, 963, 812, 921, 833, 949, 1551, 895, 1138, 922, 627, 1001, 1043, 1023, 944, 4106, 1058, 1894, 945, 1073, 4097, 6048, 6103, 6158, 6213, 6268, 6323, 0, 2982, 6378, 6434, 6490, 6546, 1120, 6602, 6629, 6656, 6700, 6727, 6754, 6798, 6825, 6852, 6886, 6929, 6956, 6990, 7034, 7061, 7088, 7132, 7159, 7186, 7220, 7263, 7290, 1145, 7324, 959, 1177, 1206, 1016, 7355, 7397, 1142, 7430, 1208, 1254, 7463, 1281, 1335, 891, 7511, 7526, 1341, 7569, 7606, 1238, 7621, 1047, 1399, 1365, 7652, 1113, 7689, 1407, 7704, 1393, 7735, 7764, 1235, 7796, 1431, 7838, 7882, 7909, 7936, 7980, 8007, 8034, 8068, 8111, 8138, 8172, 8206, 8249, 8276, 8319, 8346, 8380, 8423, 8450, 8484, 8511, 8542, 8571, 8602, 8633, 8681, 443, 8723, 8771, 8812, 2075, 8860, 8891, 1420, 1548, 1297, 1478, 1570, 1796, 1412, 1231, 1440, 1451, 4086, 1821, 1299, 114, 1554, 1899, 2013, 1905, 1488, 2014, 4081, 2096, 1581, 1614, 2115, 1639, 3987, 875, 1854, 1345, 1897, 1528, 1961, 3967, 2158, 8937, 8992, 9047, 9102, 9157, 9213, 9269, 9325, 9381, 9437, 1858, 9493, 9536, 9563, 9606, 9633, 9667, 9710, 9737, 9771, 9815, 0, 9842, 9876, 9919, 9946, 9980,10024, 0, 1557,10051, 783, 1689, 1397,10099,10130, 1456, 1754,10172, 1796, 1240, 1624,10219, 1647, 1943, 1450, 2223,10234, 1702, 10276, 1710,10319, 1539, 1173, 1746,10367, 1728, 1730,10410, 2037,10446,10494, 1756,10509, 1712,10524,10558,10601,10628, 10662,10706, 0,10733,10777,10804,10831,10875,10902,10929, 10973, 0,11000,11027,11075,11111,11147,11193, 1967,11224, 11268,11312,11356, 270, 1734, 2049, 1809, 1934, 2185, 3977, 3956, 1823, 2256, 2072, 2207, 2896, 2116, 2433, 1997, 2501, 3908, 623, 2227, 2503, 2184, 2567, 2249, 2406, 2642, 2550, 1845, 2277, 3803, 2039, 2114, 1846, 1962, 2218, 2353, 2221, 2598,11397,11452, 0,11507,11563,11619,11675,11731,11775, 11802,11829,11873,11900,11927,11971, 0,11998,12032,12076, 0,12103,12137, 1815, 2019, 2103,12174,12207, 2131, 708, 2067,12255, 2150, 2364, 1236, 2399, 2409, 2334, 2194, 1664, 3826,12270, 2340,12298, 2357,12340, 2270, 2443, 2355,12377, 2271, 2507,12419, 2382,12452, 2466, 2481,12489, 2575,12543, 12587, 0,12614,12648, 2939, 0, 3788, 3615, 2153, 2680, 2750, 2956, 1742, 1974, 2980, 2600, 2981, 2643, 2573, 2388, 3602, 2842, 2987, 2777, 2899, 2994, 2791, 2999, 2719, 3002, 2627, 2476, 2718, 2485, 2955, 2677, 3005, 3008, 3030, 3011, 2546, 3023, 2747, 3037, 2745, 3039, 2821, 3051, 2790, 2957, 3056, 3058,12682, 2818, 3535, 3427, 0, 0, 3423, 3060, 0, 3262, 3253, 3205,12736, 2846,12779, 2076, 2583, 2918, 2973, 2978, 2700, 1015, 3201, 3026, 2243, 3182,12794, 2783, 12842, 2924,12857, 2764, 3167, 3058,12900, 2959, 2834,12947, 3059,12994, 2736, 2895, 0, 2925, 2975, 2717, 0, 0, 3065, 3063, 3095, 3090, 3102, 3092, 3104, 3105, 2919, 3107, 3112, 3123, 3121, 3144, 2982, 3146, 3149, 3078, 3099, 3157, 3101, 3163, 3078, 3162, 3147, 3169, 3170, 1882, 3172, 3196, 3177, 2639, 3201, 3103, 3204, 2830, 3213, 3178, 3216, 0, 3215, 2628, 2573, 0, 0,13044, 3005, 2435, 2602, 3113, 3169, 2554, 3095, 3194, 3223, 2547, 3225,13086, 3236, 3148, 3251,13123, 3115, 2406,13165, 3252, 3254,13180, 2250,13195, 3044, 2193, 3257, 2151, 3240, 3258, 3231, 3229, 3268, 3232, 3277, 3295, 3144, 3256, 3278, 3322, 3275, 3276, 3300, 3302, 3257, 3303, 3330, 3328, 3244, 3335, 3329, 2025, 3347, 3344, 3365, 3392, 1921, 3345, 3298, 3370, 3397, 3371, 3373, 1841, 13228, 3350, 2510, 3394, 3382, 3402, 3415, 3331, 3392,13243, 2948, 2957, 3430,13284, 3434, 3435, 1861,13331, 3420, 3439, 3441, 3413, 3429, 3436, 3463, 3418, 1788, 3490, 3499, 3497, 3443, 3466, 3502, 3469, 3507, 3502, 3509, 3510, 3538, 3415, 3447, 3540, 3570, 3486, 3492, 3351, 3505, 3478, 1592, 3260, 3551, 3338,13346,13379, 3519, 3576,13433, 1571, 1524, 3557, 3472,13448, 3597, 3561, 3588, 3483, 3604, 3595, 3554, 3609, 3635, 3636, 3522,13502, 3658, 3671, 1492, 3568, 3594, 3611, 3678, 3684,13556, 3601, 3623, 3640, 3648, 1509, 3661, 3667, 3647,13610, 0, 3660, 3323, 3577, 3668, 3545, 3695, 0, 3721, 3706, 3709, 3728, 3733, 3679, 3740, 3747, 3748, 1434, 0, 3735, 3749, 3750, 3765, 3776, 3799, 0, 3728, 3674, 3744, 3563, 3730, 1324, 3766, 3787, 3786, 3812, 3813, 3809, 3826, 3808, 3835, 3832, 3838, 3848, 3807, 3845, 3853, 3863, 3833, 3876, 3877, 3800, 3686, 3814, 3880, 3884, 3697, 3900, 3828, 3908, 3904, 3906, 3851, 3875, 3924, 3929, 3931, 3936, 3904, 3942, 3948, 3954, 1205, 3926, 1138, 887, 786, 3925, 3912, 599, 3952, 3947, 3945, 3953, 3966, 3973, 3978, 3983, 3980, 3981, 4006, 4011, 3960, 3985, 3990, 3913, 4018, 3999, 4012, 4018, 4019, 4021, 4019, 4035, 4023, 3699, 4056, 4035, 4036, 4033, 4058, 4046, 550, 435, 4062, 4082, 4064, 4059, 4064, 4070, 4073, 4076, 404, 4096, 4083, 4067, 4094, 4104, 4111, 4102, 4110, 4111, 4122, 4149,14474,13625,13632,13639, 13646,13651,13656,13661,13666,13671,13677,13682,13689, 293, 13694,13699,13706, 234,13711,13716,13720,13725,13730,13735, 13740,13745,13750,13755,13760,13766,13772,13779,13784,13789, 13794,13799,13804,13809,13814,13819,13824,13829,13834,13839, 13844,13849,13854,13860,13866,13872,13877,13884,13891,13898, 13903,13908,13913,13918,13923,13928,13933,13938,13943,13948, 13953,13958,13963,13968,13973,13978,13983,13988,13993,13998, 14003,14008,14013,14018,14023,14028,14033,14038,14044,14050, 14056,14061,14068,14075,14082,14087,14092,14097,14102,14107, 14112,14117,14122,14127,14132,14137,14142,14147,14152,14157, 14162,14167,14172,14177,14182,14187,14192,14197,14202,14207, 14212,14217,14222,14227,14232,14237,14243,14249,14255,14262, 14269,14276,14281,14286,14291,14296,14301,14306,14311,14316, 14321,14326,14331,14336,14341,14346,14351,14356,14361,14366, 14371,14376,14381,14386,14391,14397,14404,14411,14418,14423, 14428,14433,14438,14443,14448,14453,14458,14463,14468 } ; static const flex_int16_t yy_def[1570] = { 0, 1407, 1, 1408, 1408, 1407, 5, 1409, 1409, 1410, 1410, 1407, 1411, 1411, 1412, 1413, 1407, 1411, 1411, 1411, 1411, 1411, 1411, 1413, 23, 23, 23, 26, 26, 26, 26, 26, 23, 26, 26, 26, 26, 26, 26, 23, 26, 26, 26, 26, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1414, 1407, 1411, 1415, 1414, 57, 57, 57, 60, 26, 60, 60, 60, 60, 57, 60, 60, 60, 60, 60, 60, 57, 60, 60, 60, 60, 1416, 1407, 1417, 1418, 1407, 1407, 1407, 1407, 1407, 1411, 1411, 1419, 26, 26, 1411, 1411, 23, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 1411, 26, 26, 26, 26, 26, 1411, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 40, 40, 26, 26, 26, 26, 26, 26, 1407, 1420, 1407, 60, 1421, 60, 1415, 146, 57, 60, 60, 60, 60, 60, 60, 26, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 1421, 60, 60, 60, 60, 60, 60, 1421, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 57, 60, 75, 75, 75, 60, 60, 60, 60, 60, 60, 60, 1416, 1416, 1422, 1418, 1417, 1417, 1418, 1423, 1407, 1407, 1424, 1411, 1425, 1426, 1411, 1419, 1427, 1419, 26, 1428, 1429, 94, 26, 26, 1411, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 1411, 26, 26, 26, 1411, 26, 26, 1411, 26, 26, 26, 1411, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 40, 40, 26, 26, 26, 26, 26, 1411, 26, 1420, 1407, 1421, 60, 1430, 1431, 1432, 146, 1433, 1434, 60, 60, 273, 60, 26, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 273, 60, 60, 60, 273, 60, 60, 60, 273, 60, 60, 60, 60, 273, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 273, 60, 60, 60, 60, 60, 60, 75, 75, 75, 60, 60, 60, 60, 60, 60, 273, 60, 1416, 1435, 1436, 1422, 1437, 1422, 1438, 1417, 1439, 1440, 1423, 1407, 1424, 1411, 1425, 354, 1426, 356, 1407, 1419, 1441, 1442, 26, 1443, 1443, 1444, 1444, 26, 26, 1411, 1411, 26, 26, 26, 1411, 26, 1411, 26, 26, 1411, 26, 1411, 26, 26, 26, 1411, 26, 26, 1411, 26, 26, 26, 1411, 1411, 26, 26, 1411, 1411, 26, 26, 26, 26, 26, 26, 26, 1411, 26, 26, 26, 26, 26, 1411, 26, 273, 1445, 1446, 60, 1447, 1447, 1448, 1448, 1449, 1449, 1450, 1451, 1451, 1452, 1452, 60, 60, 273, 273, 60, 26, 60, 60, 273, 273, 60, 273, 60, 60, 60, 60, 273, 60, 273, 60, 60, 60, 273, 60, 60, 60, 273, 60, 60, 60, 60, 273, 273, 60, 60, 273, 273, 273, 60, 60, 60, 60, 273, 273, 60, 60, 60, 60, 60, 60, 60, 478, 273, 60, 60, 60, 60, 60, 60, 60, 273, 60, 1453, 1454, 1454, 1455, 1455, 1456, 1457, 1458, 1459, 1460, 1460, 1461, 1462, 1462, 1463, 1463, 1464, 1464, 1465, 1466, 1465, 1466, 1467, 1468, 1468, 1469, 1469, 1470, 1470, 1471, 1472, 1471, 1472, 1473, 1474, 1473, 1473, 1473, 1473, 1474, 1474, 1474, 1473, 1474, 1473, 1474, 1474, 1473, 1473, 1474, 1473, 1474, 1474, 1473, 1474, 1474, 1473, 1473, 1474, 1474, 1474, 1473, 1473, 1474, 1474, 1474, 1473, 1474, 1473, 1474, 1474, 1474, 1473, 1474, 1473, 1474, 1475, 1476, 1476, 1477, 1477, 1478, 1478, 1479, 1480, 1479, 1480, 1481, 1482, 1483, 1484, 1484, 1485, 1486, 1485, 1486, 1475, 1487, 1475, 1475, 1475, 1475, 1487, 1474, 592, 592, 1475, 1475, 1475, 592, 1475, 592, 1475, 592, 592, 1475, 605, 592, 605, 592, 592, 605, 592, 592, 605, 605, 592, 592, 592, 592, 605, 605, 605, 592, 592, 592, 605, 605, 592, 605, 592, 592, 592, 605, 592, 592, 592, 592, 605, 592, 605, 592, 1488, 1488, 1489, 1490, 1489, 1490, 1491, 1492, 1493, 1493, 1494, 1494, 1495, 1496, 1497, 1498, 1498, 1499, 1500, 1499, 1500, 1501, 1502, 1502, 1503, 1504, 1504, 1505, 1506, 1505, 1506, 1507, 1508, 1508, 1509, 1510, 1511, 1510, 1510, 1510, 1510, 1511, 1511, 1510, 1511, 1510, 1510, 1511, 1510, 1510, 1510, 1511, 1511, 1510, 1511, 1511, 1510, 1511, 1510, 1510, 1510, 1511, 1510, 1511, 1510, 1511, 1510, 1511, 1511, 1510, 1511, 1510, 1512, 1512, 1513, 1514, 1513, 1514, 1515, 1516, 1516, 1517, 1518, 1519, 1519, 1520, 1520, 1521, 1522, 1522, 1523, 1524, 1525, 1524, 1524, 1524, 1524, 1525, 739, 1524, 1524, 1524, 739, 1524, 1524, 746, 739, 739, 746, 746, 746, 739, 739, 746, 739, 739, 746, 739, 739, 746, 746, 746, 746, 739, 746, 739, 746, 746, 739, 746, 739, 739, 739, 746, 739, 746, 739, 746, 739, 746, 1526, 1527, 1527, 1528, 1529, 1529, 1530, 1531, 1530, 1531, 1532, 1533, 1533, 1534, 1534, 1535, 1536, 1536, 1537, 1538, 1538, 802, 1539, 1540, 1540, 1541, 1542, 1542, 809, 1543, 1544, 1543, 1543, 1543, 1544, 1544, 1543, 1543, 1544, 1543, 1543, 1543, 1544, 1543, 1543, 1543, 1543, 1544, 1543, 1544, 1543, 1544, 1543, 1543, 1543, 1544, 1543, 1543, 1544, 1543, 1544, 1544, 1543, 1544, 1543, 1545, 1546, 1546, 1547, 1548, 1548, 852, 1549, 1549, 1550, 1551, 1550, 1551, 1552, 1552, 861, 1553, 1554, 1553, 1553, 1553, 1554, 868, 1553, 1553, 1553, 1553, 868, 868, 873, 873, 873, 873, 868, 868, 868, 873, 873, 873, 873, 868, 873, 868, 873, 868, 868, 873, 873, 873, 873, 868, 873, 873, 873, 868, 873, 868, 868, 873, 868, 873, 868, 873, 868, 873, 1555, 1555, 913, 1556, 1557, 1557, 1558, 1559, 1559, 1560, 1561, 1560, 1561, 1562, 1562, 926, 1563, 1564, 1564, 930, 1565, 1566, 1567, 1567, 1567, 1566, 1566, 1567, 1567, 1567, 1566, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1566, 1567, 1566, 1567, 1566, 1567, 1567, 1567, 1566, 1567, 1567, 1566, 1567, 1566, 1567, 1567, 1407, 1567, 1568, 1568, 971, 1569, 1549, 858, 858, 859, 861, 868, 873, 873, 873, 868, 868, 873, 873, 873, 873, 873, 868, 868, 873, 873, 873, 873, 873, 873, 873, 873, 873, 873, 868, 873, 868, 873, 868, 873, 873, 873, 873, 868, 873, 873, 873, 868, 873, 868, 873, 868, 873, 873, 873, 1407, 873, 913, 917, 917, 917, 920, 923, 923, 924, 926, 930, 1566, 1567, 1566, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1566, 1567, 1566, 1567, 1566, 1567, 1567, 1567, 1566, 1567, 1567, 1566, 1567, 1566, 1567, 1567, 968, 1567, 971, 858, 858, 858, 868, 873, 868, 873, 873, 873, 873, 873, 868, 873, 873, 873, 873, 873, 873, 873, 873, 873, 868, 873, 868, 873, 868, 873, 873, 873, 873, 868, 873, 873, 873, 868, 873, 868, 873, 868, 873, 873, 873, 1023, 873, 917, 923, 923, 923, 1566, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1566, 1567, 1567, 1567, 1566, 1567, 1567, 1566, 1567, 1567, 1566, 1567, 1566, 1567, 1567, 1567, 858, 868, 873, 873, 873, 873, 873, 873, 873, 868, 873, 873, 873, 873, 873, 873, 873, 868, 873, 873, 873, 868, 873, 873, 868, 873, 873, 873, 873, 868, 873, 868, 873, 873, 873, 873, 923, 1566, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1566, 1567, 1567, 1567, 1566, 1567, 1567, 1567, 1566, 1567, 1567, 868, 873, 873, 873, 873, 873, 868, 873, 873, 873, 873, 868, 873, 873, 873, 868, 873, 873, 873, 873, 868, 873, 873, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1566, 1407, 1567, 1567, 1566, 1567, 1567, 1567, 1567, 1407, 873, 873, 873, 873, 873, 873, 873, 873, 873, 873, 868, 1407, 873, 873, 868, 873, 873, 873, 873, 873, 1407, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1566, 1234, 1567, 1567, 1567, 1567, 1567, 1567, 1242, 873, 873, 873, 873, 873, 873, 873, 873, 873, 868, 1254, 873, 873, 873, 873, 873, 873, 1263, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 873, 873, 873, 873, 873, 873, 873, 873, 873, 873, 873, 873, 873, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 873, 873, 873, 873, 873, 873, 873, 873, 873, 873, 873, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 1567, 873, 873, 873, 873, 873, 873, 873, 873, 873, 873, 1567, 1567, 1567, 1567, 1567, 873, 873, 873, 873, 873, 1567, 1567, 1567, 1567, 1567, 873, 873, 873, 873, 873, 1567, 1567, 1567, 1567, 1567, 873, 873, 873, 873, 873, 1567, 1567, 1567, 873, 873, 873, 1567, 1567, 873, 873, 1567, 873, 0, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407 } ; static const flex_int16_t yy_nxt[14531] = { 0, 12, 13, 14, 15, 16, 17, 12, 18, 19, 20, 20, 20, 21, 22, 12, 15, 15, 15, 23, 24, 25, 15, 26, 27, 15, 15, 15, 15, 28, 29, 30, 31, 32, 33, 15, 24, 34, 15, 24, 35, 36, 37, 38, 39, 15, 40, 41, 42, 24, 15, 43, 15, 15, 15, 44, 45, 47, 91, 80, 404, 132, 81, 48, 49, 50, 50, 50, 51, 143, 80, 97, 83, 81, 84, 143, 85, 86, 86, 86, 83, 193, 84, 324, 85, 86, 86, 86, 89, 753, 93, 93, 93, 93, 87, 89, 130, 93, 93, 93, 93, 52, 87, 203, 204, 193, 52, 52, 47, 82, 47, 91, 91, 131, 48, 49, 50, 50, 50, 51, 82, 47, 91, 91, 91, 91, 91, 143, 91, 140, 140, 140, 140, 94, 101, 91, 143, 142, 91, 116, 117, 118, 142, 142, 327, 892, 102, 143, 272, 150, 744, 205, 52, 272, 272, 103, 143, 52, 52, 12, 13, 14, 53, 54, 17, 12, 55, 19, 20, 20, 20, 21, 22, 56, 53, 53, 53, 57, 58, 59, 53, 60, 61, 53, 62, 15, 53, 63, 64, 65, 66, 67, 68, 53, 58, 69, 53, 58, 70, 71, 72, 73, 74, 53, 75, 76, 77, 58, 53, 78, 53, 53, 53, 44, 45, 88, 88, 88, 203, 204, 88, 89, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 89, 89, 88, 92, 88, 89, 352, 91, 91, 88, 88, 88, 88, 88, 88, 91, 91, 88, 92, 88, 91, 89, 91, 91, 88, 88, 88, 143, 91, 385, 95, 95, 95, 205, 108, 91, 207, 353, 171, 172, 96, 104, 238, 105, 95, 106, 107, 95, 109, 110, 95, 692, 111, 123, 91, 95, 91, 91, 112, 113, 95, 98, 99, 91, 91, 271, 91, 89, 143, 91, 91, 91, 91, 501, 100, 125, 91, 119, 114, 126, 91, 91, 91, 127, 91, 990, 124, 91, 91, 91, 91, 91, 91, 262, 91, 91, 120, 132, 263, 89, 91, 91, 115, 121, 91, 91, 91, 89, 245, 91, 91, 91, 91, 122, 140, 140, 140, 140, 91, 143, 143, 128, 91, 89, 91, 129, 132, 132, 132, 132, 136, 411, 143, 132, 132, 132, 132, 500, 206, 134, 91, 685, 154, 135, 137, 139, 132, 132, 132, 132, 133, 132, 89, 138, 91, 91, 381, 141, 88, 88, 88, 179, 143, 144, 145, 88, 89, 91, 143, 143, 144, 88, 88, 155, 143, 89, 189, 369, 89, 193, 190, 143, 370, 91, 91, 88, 88, 88, 88, 540, 88, 146, 88, 191, 180, 143, 143, 88, 88, 88, 392, 89, 159, 193, 160, 393, 161, 162, 143, 89, 88, 88, 88, 88, 88, 143, 143, 144, 145, 88, 143, 143, 329, 89, 144, 88, 88, 89, 143, 187, 148, 148, 148, 143, 388, 188, 156, 91, 91, 173, 149, 500, 206, 869, 148, 157, 89, 148, 89, 543, 148, 405, 143, 143, 158, 148, 174, 754, 89, 532, 148, 151, 152, 89, 143, 143, 143, 143, 91, 91, 143, 143, 143, 215, 153, 143, 143, 143, 132, 143, 143, 91, 534, 163, 143, 695, 546, 143, 143, 168, 143, 89, 259, 143, 143, 143, 193, 164, 165, 175, 143, 166, 201, 143, 143, 225, 143, 167, 169, 195, 143, 143, 89, 196, 213, 214, 143, 89, 176, 479, 193, 143, 143, 143, 89, 177, 207, 215, 480, 181, 89, 193, 170, 182, 143, 178, 558, 183, 89, 525, 184, 526, 89, 143, 143, 211, 211, 211, 211, 211, 211, 211, 211, 349, 185, 193, 143, 186, 192, 193, 193, 193, 197, 143, 564, 193, 193, 193, 193, 324, 198, 679, 143, 89, 89, 89, 199, 757, 193, 193, 193, 193, 194, 193, 687, 200, 91, 91, 212, 88, 88, 216, 89, 218, 89, 219, 88, 680, 527, 91, 226, 91, 91, 88, 91, 91, 220, 221, 89, 528, 93, 93, 93, 93, 91, 91, 91, 91, 698, 222, 89, 143, 223, 223, 223, 223, 773, 143, 91, 223, 223, 223, 223, 702, 89, 89, 91, 91, 1006, 224, 91, 91, 223, 223, 223, 223, 223, 223, 99, 91, 91, 91, 89, 91, 91, 91, 91, 91, 537, 711, 227, 91, 91, 91, 89, 91, 91, 91, 538, 91, 677, 228, 91, 91, 91, 91, 91, 230, 91, 89, 231, 229, 89, 89, 232, 91, 91, 91, 91, 91, 91, 706, 230, 91, 91, 230, 234, 89, 233, 91, 91, 91, 91, 91, 91, 242, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 239, 1039, 235, 681, 91, 237, 91, 682, 91, 708, 144, 91, 236, 91, 91, 91, 91, 91, 91, 91, 91, 89, 240, 144, 89, 143, 246, 241, 91, 746, 91, 249, 91, 740, 243, 91, 91, 244, 252, 91, 91, 89, 91, 91, 89, 247, 91, 91, 91, 89, 91, 91, 91, 144, 248, 91, 143, 250, 713, 91, 701, 143, 251, 91, 91, 91, 144, 253, 91, 91, 934, 255, 258, 254, 91, 91, 756, 91, 256, 91, 91, 91, 551, 257, 143, 91, 91, 91, 759, 552, 91, 91, 91, 260, 91, 91, 143, 261, 91, 91, 91, 259, 264, 91, 265, 269, 143, 91, 89, 91, 91, 765, 91, 140, 140, 140, 140, 143, 266, 143, 143, 761, 91, 143, 143, 749, 270, 267, 268, 147, 147, 767, 143, 88, 88, 88, 143, 143, 143, 273, 88, 690, 147, 274, 275, 89, 88, 88, 143, 89, 143, 143, 143, 143, 691, 748, 276, 904, 88, 88, 88, 88, 88, 88, 143, 88, 146, 88, 143, 143, 143, 143, 88, 277, 88, 281, 283, 827, 766, 143, 143, 143, 143, 143, 143, 88, 88, 760, 282, 278, 279, 152, 770, 143, 143, 143, 143, 91, 91, 143, 143, 777, 280, 143, 143, 143, 143, 143, 143, 143, 91, 144, 143, 143, 143, 755, 143, 89, 284, 772, 286, 143, 143, 143, 144, 144, 143, 285, 143, 143, 287, 143, 143, 762, 289, 143, 768, 290, 144, 392, 144, 291, 143, 143, 143, 143, 143, 780, 143, 143, 288, 289, 289, 144, 144, 143, 143, 143, 143, 143, 143, 143, 764, 143, 143, 752, 293, 144, 144, 143, 143, 143, 143, 89, 89, 294, 143, 143, 143, 292, 295, 144, 302, 299, 297, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 296, 88, 88, 88, 143, 774, 143, 273, 88, 143, 89, 143, 143, 300, 88, 88, 143, 143, 301, 776, 815, 305, 1125, 143, 143, 144, 88, 88, 763, 307, 143, 143, 303, 143, 143, 304, 143, 834, 144, 144, 311, 143, 143, 143, 143, 143, 143, 143, 298, 88, 88, 88, 775, 308, 143, 273, 88, 143, 315, 309, 314, 641, 88, 88, 143, 143, 312, 143, 143, 144, 310, 313, 316, 781, 88, 88, 89, 143, 143, 143, 143, 322, 144, 500, 206, 143, 143, 143, 143, 143, 143, 143, 318, 143, 143, 317, 306, 193, 143, 319, 143, 89, 143, 838, 320, 89, 143, 323, 89, 321, 143, 143, 143, 143, 143, 143, 325, 330, 143, 143, 792, 193, 331, 143, 811, 143, 324, 143, 771, 143, 143, 143, 143, 143, 144, 326, 89, 328, 143, 143, 89, 332, 143, 143, 143, 143, 818, 144, 333, 335, 338, 143, 203, 204, 143, 143, 143, 344, 207, 345, 346, 958, 334, 336, 813, 203, 204, 143, 89, 89, 339, 89, 337, 91, 91, 340, 341, 211, 211, 211, 211, 347, 348, 88, 88, 216, 91, 218, 342, 219, 88, 91, 91, 814, 349, 821, 371, 88, 89, 89, 205, 89, 490, 89, 91, 91, 91, 344, 344, 88, 88, 88, 88, 205, 88, 354, 88, 89, 91, 91, 91, 88, 88, 88, 367, 362, 1043, 91, 91, 143, 887, 844, 91, 944, 88, 88, 88, 88, 88, 88, 91, 88, 356, 88, 89, 91, 91, 832, 88, 88, 88, 822, 373, 91, 91, 374, 823, 368, 91, 91, 91, 88, 88, 88, 88, 216, 91, 218, 372, 219, 88, 376, 91, 91, 91, 91, 91, 88, 91, 91, 825, 91, 91, 91, 91, 379, 91, 89, 91, 91, 91, 91, 359, 360, 91, 143, 91, 143, 89, 377, 384, 882, 91, 891, 89, 361, 88, 88, 88, 91, 375, 88, 363, 88, 91, 91, 91, 91, 88, 88, 88, 378, 826, 382, 91, 91, 830, 91, 89, 91, 906, 91, 91, 88, 88, 88, 91, 91, 88, 365, 88, 91, 91, 143, 380, 88, 88, 88, 91, 91, 91, 91, 91, 91, 91, 383, 89, 389, 91, 91, 89, 91, 89, 91, 836, 91, 91, 91, 91, 91, 89, 386, 91, 91, 886, 390, 91, 91, 387, 91, 841, 91, 91, 91, 835, 91, 396, 91, 91, 91, 91, 91, 839, 397, 89, 91, 91, 91, 394, 936, 91, 91, 91, 91, 391, 91, 91, 91, 91, 91, 143, 91, 91, 89, 91, 395, 846, 144, 91, 89, 91, 143, 879, 398, 91, 888, 91, 91, 401, 399, 91, 91, 91, 91, 402, 91, 91, 144, 400, 91, 91, 91, 144, 91, 889, 91, 91, 91, 91, 143, 403, 406, 949, 91, 91, 91, 939, 143, 143, 91, 147, 147, 407, 143, 143, 143, 143, 91, 410, 409, 143, 408, 89, 147, 423, 144, 143, 883, 143, 143, 144, 897, 428, 144, 144, 430, 143, 89, 143, 143, 431, 416, 412, 88, 88, 88, 144, 91, 91, 273, 88, 143, 89, 429, 143, 143, 88, 88, 143, 143, 91, 432, 143, 143, 880, 881, 908, 143, 88, 88, 89, 143, 413, 414, 957, 143, 143, 433, 436, 435, 540, 434, 143, 143, 89, 415, 88, 88, 88, 143, 769, 144, 417, 88, 893, 143, 143, 144, 144, 88, 88, 144, 203, 204, 437, 89, 144, 884, 143, 143, 144, 91, 91, 88, 88, 88, 143, 144, 144, 419, 88, 143, 144, 143, 143, 144, 88, 88, 144, 342, 143, 143, 344, 900, 345, 346, 143, 89, 91, 91, 88, 88, 88, 143, 439, 88, 422, 88, 143, 143, 205, 143, 143, 88, 88, 438, 440, 901, 143, 143, 89, 143, 143, 945, 143, 88, 88, 88, 88, 88, 88, 143, 88, 424, 88, 442, 758, 89, 903, 88, 277, 88, 344, 344, 947, 144, 444, 143, 441, 443, 143, 143, 88, 88, 88, 88, 88, 88, 144, 88, 426, 88, 89, 143, 143, 143, 88, 277, 88, 143, 143, 144, 144, 143, 143, 89, 447, 143, 1048, 88, 88, 446, 143, 89, 144, 89, 143, 143, 143, 144, 450, 935, 143, 143, 445, 143, 143, 143, 143, 953, 143, 89, 144, 89, 448, 143, 449, 955, 143, 969, 143, 144, 144, 143, 143, 143, 143, 143, 143, 89, 455, 454, 451, 961, 144, 452, 143, 89, 143, 89, 143, 143, 453, 143, 143, 144, 144, 459, 456, 143, 457, 324, 460, 143, 143, 962, 143, 991, 144, 143, 143, 143, 143, 143, 143, 463, 143, 940, 959, 143, 143, 941, 143, 464, 143, 967, 143, 143, 143, 89, 465, 458, 143, 461, 143, 143, 143, 143, 143, 143, 143, 143, 143, 144, 144, 143, 462, 143, 89, 143, 470, 143, 143, 143, 143, 996, 471, 885, 143, 143, 143, 143, 943, 144, 469, 143, 143, 143, 144, 467, 466, 143, 993, 143, 392, 468, 144, 143, 143, 143, 143, 472, 143, 143, 143, 143, 143, 143, 144, 474, 143, 500, 206, 144, 89, 143, 473, 143, 475, 143, 890, 1115, 143, 143, 476, 481, 477, 478, 478, 478, 478, 905, 143, 143, 478, 478, 478, 478, 656, 1015, 1019, 144, 484, 143, 143, 143, 144, 478, 478, 478, 478, 478, 478, 482, 143, 143, 143, 143, 143, 143, 144, 488, 483, 143, 143, 355, 355, 143, 357, 357, 143, 779, 485, 144, 894, 1168, 143, 486, 355, 487, 144, 357, 91, 91, 144, 344, 144, 345, 346, 144, 907, 144, 144, 144, 896, 91, 89, 144, 143, 91, 91, 489, 202, 202, 202, 202, 222, 202, 491, 204, 496, 497, 91, 994, 202, 202, 202, 144, 88, 88, 216, 144, 218, 498, 219, 88, 523, 202, 202, 948, 91, 91, 88, 91, 91, 344, 344, 91, 91, 91, 91, 91, 91, 91, 143, 1020, 91, 909, 144, 144, 91, 143, 91, 144, 91, 984, 205, 202, 202, 202, 202, 512, 202, 493, 204, 531, 91, 91, 1073, 202, 202, 202, 89, 524, 143, 529, 91, 91, 530, 91, 91, 91, 202, 202, 91, 91, 1004, 533, 895, 91, 89, 91, 91, 91, 898, 91, 91, 91, 393, 535, 144, 144, 143, 536, 91, 144, 144, 539, 91, 91, 91, 205, 206, 206, 206, 206, 143, 206, 502, 206, 89, 1017, 91, 964, 206, 206, 206, 873, 544, 89, 91, 91, 144, 542, 541, 992, 144, 206, 206, 206, 206, 206, 206, 91, 206, 504, 206, 91, 91, 874, 1040, 206, 206, 206, 875, 144, 89, 547, 998, 144, 91, 91, 91, 143, 206, 206, 88, 88, 88, 88, 1119, 88, 354, 88, 91, 899, 91, 91, 88, 88, 88, 91, 91, 144, 89, 545, 91, 91, 144, 91, 902, 88, 88, 143, 91, 506, 507, 144, 1036, 91, 1018, 144, 144, 89, 1002, 91, 91, 144, 508, 88, 88, 88, 88, 549, 88, 356, 88, 548, 91, 91, 91, 88, 88, 88, 91, 91, 1038, 91, 91, 1041, 143, 1070, 91, 911, 88, 88, 1071, 91, 509, 510, 91, 550, 555, 553, 556, 144, 89, 89, 91, 91, 144, 511, 88, 88, 216, 217, 218, 217, 513, 88, 995, 91, 1009, 554, 217, 217, 88, 144, 144, 1047, 1021, 144, 144, 1023, 91, 91, 89, 217, 217, 88, 88, 216, 217, 218, 217, 515, 88, 91, 91, 91, 144, 217, 217, 88, 144, 143, 89, 557, 143, 999, 950, 91, 1007, 89, 217, 217, 88, 88, 88, 91, 144, 88, 363, 88, 144, 91, 91, 951, 88, 88, 88, 91, 91, 89, 89, 562, 143, 559, 91, 91, 91, 91, 91, 997, 91, 517, 518, 1127, 1011, 144, 91, 91, 91, 144, 561, 560, 91, 91, 519, 88, 88, 88, 91, 91, 88, 363, 88, 144, 144, 91, 144, 88, 88, 88, 144, 1054, 1058, 143, 143, 565, 144, 566, 1016, 563, 91, 91, 88, 88, 88, 91, 143, 88, 365, 88, 588, 144, 589, 89, 88, 88, 88, 276, 586, 89, 143, 143, 143, 143, 144, 144, 590, 91, 91, 143, 143, 520, 521, 143, 89, 143, 89, 591, 144, 1046, 143, 143, 143, 89, 522, 88, 88, 88, 91, 1050, 88, 365, 88, 143, 144, 144, 587, 88, 88, 88, 1056, 89, 144, 143, 143, 592, 144, 598, 1022, 1052, 91, 91, 132, 132, 132, 132, 143, 594, 89, 132, 132, 132, 132, 1042, 599, 89, 91, 1061, 89, 91, 91, 143, 132, 132, 132, 132, 132, 132, 88, 88, 88, 144, 91, 144, 567, 88, 593, 1012, 143, 143, 144, 88, 88, 1079, 89, 144, 144, 144, 1044, 144, 1045, 143, 89, 88, 88, 88, 88, 88, 144, 596, 144, 569, 88, 597, 144, 600, 1003, 144, 88, 88, 595, 1183, 144, 143, 143, 89, 144, 144, 143, 143, 88, 88, 88, 88, 88, 143, 143, 144, 417, 88, 89, 143, 1055, 602, 144, 88, 88, 143, 143, 1063, 603, 601, 144, 605, 608, 144, 1089, 91, 91, 143, 143, 571, 572, 606, 1064, 144, 89, 144, 143, 89, 143, 143, 143, 143, 573, 88, 88, 88, 143, 1091, 144, 417, 88, 143, 1005, 143, 1008, 144, 88, 88, 144, 1226, 144, 604, 144, 607, 144, 143, 143, 1059, 91, 91, 88, 88, 88, 143, 89, 144, 419, 88, 143, 143, 143, 89, 144, 88, 88, 143, 143, 611, 144, 144, 143, 143, 143, 143, 143, 91, 91, 143, 143, 574, 575, 144, 89, 143, 143, 143, 143, 144, 1098, 612, 89, 144, 576, 88, 88, 88, 143, 143, 144, 419, 88, 1014, 609, 610, 144, 144, 88, 88, 144, 89, 1078, 613, 1066, 1010, 144, 614, 144, 1180, 91, 91, 88, 88, 88, 143, 143, 88, 422, 88, 144, 1024, 1120, 143, 143, 88, 88, 144, 143, 144, 615, 144, 1075, 144, 143, 143, 143, 88, 88, 88, 88, 88, 143, 143, 88, 422, 88, 143, 144, 144, 144, 144, 88, 88, 1028, 143, 144, 143, 143, 616, 144, 144, 143, 144, 88, 88, 143, 143, 577, 578, 143, 144, 144, 144, 144, 144, 144, 1077, 617, 143, 1013, 579, 88, 88, 88, 88, 144, 88, 146, 88, 620, 144, 144, 619, 88, 277, 88, 143, 143, 89, 143, 143, 143, 618, 144, 459, 1093, 88, 88, 144, 143, 143, 143, 144, 143, 280, 88, 88, 88, 88, 623, 88, 424, 88, 143, 1124, 144, 144, 88, 277, 88, 143, 143, 624, 625, 89, 621, 144, 144, 144, 1087, 88, 88, 622, 143, 580, 581, 1090, 144, 626, 144, 144, 144, 1144, 144, 144, 143, 143, 582, 88, 88, 88, 88, 89, 88, 424, 88, 144, 143, 143, 1102, 88, 277, 88, 627, 460, 1100, 143, 143, 144, 144, 1141, 89, 144, 88, 88, 88, 88, 88, 88, 143, 88, 426, 88, 143, 143, 1133, 629, 88, 277, 88, 143, 143, 1082, 143, 143, 144, 143, 144, 633, 144, 88, 88, 143, 143, 583, 584, 143, 628, 1106, 144, 144, 1085, 1129, 144, 143, 143, 630, 585, 88, 88, 88, 88, 89, 88, 426, 88, 631, 143, 143, 143, 88, 277, 88, 143, 89, 1104, 1111, 632, 143, 143, 144, 143, 143, 88, 88, 478, 478, 478, 478, 143, 143, 143, 478, 478, 478, 478, 1080, 635, 1117, 143, 144, 1175, 143, 1137, 144, 478, 478, 478, 478, 478, 478, 193, 193, 193, 193, 143, 143, 634, 193, 193, 193, 193, 638, 89, 143, 143, 143, 143, 143, 143, 143, 193, 193, 193, 193, 193, 193, 143, 344, 143, 345, 346, 143, 143, 143, 636, 89, 637, 1000, 640, 144, 144, 89, 89, 144, 1142, 143, 144, 144, 500, 206, 144, 639, 144, 1083, 1001, 641, 202, 202, 202, 202, 143, 202, 491, 204, 1234, 89, 649, 1131, 202, 202, 202, 654, 655, 1153, 89, 1121, 89, 344, 344, 1068, 1069, 202, 202, 1143, 656, 642, 643, 88, 88, 216, 89, 218, 1070, 219, 88, 89, 1235, 344, 644, 345, 346, 88, 144, 144, 144, 1092, 144, 144, 144, 1136, 205, 202, 202, 202, 202, 1072, 202, 491, 204, 972, 361, 1107, 89, 202, 202, 202, 498, 144, 144, 144, 1122, 144, 144, 144, 144, 1123, 202, 202, 144, 1074, 1076, 144, 1086, 89, 1081, 144, 144, 344, 344, 144, 144, 1084, 144, 144, 1097, 144, 144, 1095, 144, 144, 1088, 89, 144, 1182, 1094, 205, 202, 202, 202, 202, 144, 202, 493, 204, 144, 89, 89, 144, 202, 202, 202, 144, 1099, 1126, 144, 1199, 144, 1096, 144, 1103, 144, 202, 202, 1101, 1105, 645, 646, 1108, 144, 1109, 1113, 1114, 144, 144, 1146, 144, 143, 144, 647, 144, 144, 1147, 89, 1115, 144, 1134, 1139, 1163, 1145, 143, 205, 202, 202, 202, 202, 144, 202, 493, 204, 144, 89, 1165, 89, 202, 202, 202, 143, 144, 1186, 144, 143, 144, 143, 144, 143, 1149, 202, 202, 1148, 144, 1150, 144, 144, 144, 144, 144, 144, 1161, 144, 144, 1173, 1151, 1152, 144, 1154, 89, 1156, 1157, 144, 1155, 144, 1184, 144, 1195, 144, 205, 343, 343, 343, 343, 344, 343, 650, 346, 89, 143, 89, 1207, 343, 343, 343, 144, 1192, 144, 144, 144, 144, 144, 144, 89, 144, 343, 343, 1159, 144, 1158, 1164, 1160, 144, 144, 144, 89, 1166, 144, 144, 1162, 144, 144, 89, 144, 144, 144, 1169, 144, 1171, 144, 1185, 1167, 144, 144, 344, 344, 343, 343, 343, 343, 344, 343, 652, 346, 89, 1177, 89, 144, 343, 343, 343, 144, 144, 931, 1187, 144, 144, 89, 1170, 144, 1176, 343, 343, 1172, 144, 1174, 144, 144, 144, 1178, 144, 144, 89, 89, 1188, 89, 1189, 1179, 89, 1203, 144, 89, 144, 144, 144, 143, 144, 144, 1204, 143, 344, 344, 206, 206, 206, 206, 1201, 206, 502, 206, 1216, 927, 143, 1191, 206, 206, 206, 144, 1212, 144, 924, 144, 1193, 144, 1196, 1197, 1269, 206, 206, 144, 1202, 657, 658, 144, 1200, 1208, 144, 1210, 144, 144, 144, 144, 144, 144, 659, 206, 206, 206, 206, 1205, 206, 502, 206, 143, 89, 1221, 144, 206, 206, 206, 144, 144, 89, 1211, 144, 144, 1206, 144, 144, 89, 206, 206, 206, 206, 206, 206, 1306, 206, 504, 206, 1213, 89, 89, 144, 206, 206, 206, 144, 1214, 144, 144, 144, 1209, 144, 144, 144, 144, 206, 206, 1215, 144, 660, 661, 1231, 1271, 144, 144, 1217, 144, 144, 144, 1225, 144, 89, 662, 206, 206, 206, 206, 1218, 206, 504, 206, 89, 1266, 89, 144, 206, 206, 206, 144, 144, 144, 89, 144, 144, 144, 1219, 144, 1228, 206, 206, 88, 88, 88, 88, 89, 88, 354, 88, 1223, 89, 1222, 144, 88, 88, 88, 144, 144, 1232, 1236, 89, 144, 1220, 1227, 89, 89, 88, 88, 1242, 89, 1243, 1230, 1229, 1244, 1248, 144, 1261, 144, 144, 144, 921, 1245, 144, 1241, 663, 88, 88, 88, 88, 144, 88, 354, 88, 144, 1112, 143, 144, 88, 88, 88, 144, 143, 89, 144, 1238, 1239, 1246, 144, 89, 1252, 88, 88, 88, 88, 88, 88, 89, 88, 664, 88, 143, 1255, 89, 144, 88, 88, 88, 144, 1279, 144, 1253, 1254, 1247, 144, 1264, 89, 1256, 88, 88, 88, 88, 88, 88, 1284, 88, 356, 88, 144, 1268, 89, 144, 88, 88, 88, 144, 1250, 143, 144, 1265, 144, 1249, 144, 144, 144, 88, 88, 144, 144, 1251, 144, 144, 144, 1257, 144, 144, 89, 143, 1267, 1290, 1258, 1259, 89, 666, 88, 88, 88, 88, 89, 88, 664, 88, 1274, 914, 89, 1260, 88, 88, 88, 144, 1263, 144, 1309, 144, 1262, 144, 1270, 89, 89, 88, 88, 88, 88, 88, 88, 144, 88, 356, 88, 144, 1326, 1277, 144, 88, 88, 88, 144, 1278, 1282, 144, 1275, 144, 89, 144, 1276, 144, 88, 88, 88, 88, 216, 217, 218, 217, 513, 88, 1281, 1307, 1299, 144, 217, 217, 88, 144, 89, 144, 144, 143, 144, 144, 144, 1283, 144, 217, 217, 144, 1286, 667, 668, 144, 144, 89, 144, 862, 144, 1287, 144, 1285, 89, 89, 669, 88, 88, 216, 217, 218, 217, 513, 88, 393, 1288, 89, 89, 217, 217, 88, 144, 144, 89, 89, 144, 144, 1289, 1301, 1300, 89, 217, 217, 88, 88, 216, 217, 218, 217, 515, 88, 1302, 89, 1304, 144, 217, 217, 88, 144, 1305, 1293, 89, 1303, 89, 1294, 89, 1292, 144, 217, 217, 1308, 144, 670, 671, 144, 144, 1297, 1295, 144, 144, 144, 1324, 1346, 1296, 144, 672, 88, 88, 216, 217, 218, 217, 515, 88, 89, 1350, 89, 1388, 217, 217, 88, 1310, 144, 1311, 546, 144, 144, 460, 1312, 144, 89, 217, 217, 88, 88, 88, 91, 144, 88, 363, 88, 144, 1327, 1314, 144, 88, 88, 88, 144, 144, 1315, 144, 89, 144, 1318, 144, 144, 1319, 91, 91, 144, 1313, 1316, 144, 144, 144, 144, 144, 144, 144, 144, 1325, 89, 89, 1317, 1320, 673, 88, 88, 88, 91, 144, 88, 363, 88, 144, 89, 1321, 1322, 88, 88, 88, 144, 1328, 1333, 89, 144, 1329, 89, 89, 89, 859, 91, 91, 88, 88, 88, 91, 1330, 88, 674, 88, 89, 143, 89, 144, 88, 88, 88, 144, 1331, 1332, 614, 144, 144, 1323, 1345, 144, 144, 91, 91, 88, 88, 88, 91, 1334, 88, 365, 88, 1352, 1347, 1342, 144, 88, 88, 88, 144, 1335, 144, 144, 1337, 144, 144, 144, 144, 144, 91, 91, 144, 1336, 1338, 144, 1344, 1340, 144, 144, 89, 144, 144, 144, 89, 144, 1339, 144, 676, 88, 88, 88, 91, 144, 88, 674, 88, 144, 1343, 1341, 89, 88, 88, 88, 89, 1356, 144, 144, 89, 144, 144, 144, 89, 89, 91, 91, 88, 88, 88, 91, 1348, 88, 365, 88, 1349, 89, 89, 1353, 88, 88, 88, 1354, 143, 1352, 144, 1351, 144, 1378, 144, 1361, 144, 91, 91, 88, 88, 88, 1355, 89, 88, 92, 88, 1366, 89, 1367, 144, 88, 88, 88, 144, 144, 89, 144, 1365, 144, 1357, 144, 144, 1362, 1360, 1358, 144, 1359, 144, 1362, 1368, 144, 144, 1363, 144, 144, 143, 1364, 144, 144, 144, 89, 1369, 144, 144, 1370, 89, 678, 88, 88, 88, 1375, 144, 88, 92, 88, 144, 143, 910, 144, 88, 88, 88, 144, 144, 1371, 144, 144, 144, 144, 144, 144, 1377, 144, 89, 89, 1376, 1372, 143, 89, 683, 88, 88, 88, 1373, 144, 88, 92, 88, 144, 1380, 89, 144, 88, 88, 88, 144, 144, 144, 1383, 1382, 144, 144, 1381, 144, 144, 1374, 144, 144, 144, 1379, 144, 89, 1384, 1387, 1385, 1386, 1391, 89, 144, 89, 144, 144, 144, 1392, 144, 144, 259, 88, 88, 88, 1390, 144, 88, 92, 88, 144, 1394, 89, 89, 88, 88, 88, 1395, 144, 144, 1393, 1389, 144, 144, 144, 1398, 89, 144, 144, 1399, 144, 144, 89, 144, 144, 1397, 144, 144, 1396, 1402, 144, 89, 684, 88, 88, 88, 143, 1400, 88, 92, 88, 143, 89, 143, 144, 88, 88, 88, 144, 1403, 1404, 1401, 778, 143, 144, 1391, 1386, 1405, 144, 143, 144, 144, 89, 89, 144, 144, 1406, 1395, 686, 88, 88, 88, 89, 89, 688, 92, 88, 89, 495, 358, 89, 88, 88, 88, 88, 88, 88, 351, 209, 88, 92, 88, 207, 209, 1398, 143, 88, 88, 88, 144, 132, 91, 89, 144, 210, 209, 207, 143, 89, 91, 89, 89, 89, 89, 89, 89, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 689, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 693, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 694, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 696, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 697, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 699, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 1407, 700, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 703, 88, 88, 88, 1407, 1407, 704, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 705, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 707, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 709, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 710, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 565, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 712, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 415, 88, 88, 88, 144, 1407, 144, 567, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 714, 715, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 716, 88, 88, 88, 144, 1407, 144, 567, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 144, 1407, 144, 569, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 717, 718, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 719, 88, 88, 88, 144, 1407, 144, 569, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 143, 1407, 144, 417, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 720, 88, 88, 88, 143, 1407, 144, 417, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 88, 88, 88, 143, 1407, 144, 721, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 88, 88, 88, 143, 1407, 144, 419, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 723, 88, 88, 88, 143, 1407, 144, 721, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 88, 88, 88, 143, 1407, 144, 419, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 88, 88, 88, 1407, 1407, 88, 422, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 724, 88, 88, 88, 421, 1407, 88, 725, 88, 1407, 1407, 1407, 1407, 421, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 421, 1407, 88, 727, 88, 1407, 1407, 1407, 1407, 421, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 88, 424, 88, 1407, 1407, 1407, 1407, 88, 277, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 729, 88, 88, 88, 88, 1407, 88, 424, 88, 1407, 1407, 1407, 1407, 88, 277, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 88, 730, 88, 1407, 1407, 1407, 1407, 88, 277, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 88, 426, 88, 1407, 1407, 1407, 1407, 88, 277, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 732, 88, 88, 88, 88, 1407, 88, 730, 88, 1407, 1407, 1407, 1407, 88, 277, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 88, 426, 88, 1407, 1407, 1407, 1407, 88, 277, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 733, 88, 88, 88, 88, 88, 1407, 1407, 144, 145, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 734, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 735, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 736, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 737, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 738, 88, 88, 88, 1407, 1407, 144, 145, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 1407, 1407, 1407, 1407, 1407, 739, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 741, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 742, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 743, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 745, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 747, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 750, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 751, 202, 202, 202, 202, 1407, 202, 491, 204, 1407, 1407, 1407, 1407, 202, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 782, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 205, 202, 202, 202, 202, 1407, 202, 491, 204, 1407, 1407, 1407, 1407, 202, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 205, 202, 202, 202, 202, 1407, 202, 783, 204, 1407, 1407, 1407, 1407, 202, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 205, 202, 202, 202, 202, 1407, 202, 493, 204, 1407, 1407, 1407, 1407, 202, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 785, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 205, 202, 202, 202, 202, 1407, 202, 783, 204, 1407, 1407, 1407, 1407, 202, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 205, 202, 202, 202, 202, 1407, 202, 493, 204, 1407, 1407, 1407, 1407, 202, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 205, 343, 343, 343, 343, 344, 343, 650, 346, 1407, 1407, 1407, 1407, 343, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 343, 343, 1407, 1407, 786, 787, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 788, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 344, 344, 343, 343, 343, 343, 344, 343, 650, 346, 1407, 1407, 1407, 1407, 343, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 344, 344, 343, 343, 343, 343, 344, 343, 652, 346, 1407, 1407, 1407, 1407, 343, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 343, 343, 1407, 1407, 789, 790, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 791, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 344, 344, 343, 343, 343, 343, 344, 343, 652, 346, 1407, 1407, 1407, 1407, 343, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 344, 344, 499, 499, 499, 499, 1407, 499, 793, 206, 1407, 1407, 1407, 1407, 499, 499, 499, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 499, 499, 499, 499, 499, 499, 1407, 499, 795, 206, 1407, 1407, 1407, 1407, 499, 499, 499, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 499, 499, 206, 206, 206, 206, 1407, 206, 502, 206, 1407, 1407, 1407, 1407, 206, 206, 206, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 206, 206, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 797, 206, 206, 206, 206, 1407, 206, 502, 206, 1407, 1407, 1407, 1407, 206, 206, 206, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 206, 206, 206, 206, 206, 206, 1407, 206, 798, 206, 1407, 1407, 1407, 1407, 206, 206, 206, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 206, 206, 206, 206, 206, 206, 1407, 206, 504, 206, 1407, 1407, 1407, 1407, 206, 206, 206, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 206, 206, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 800, 206, 206, 206, 206, 1407, 206, 798, 206, 1407, 1407, 1407, 1407, 206, 206, 206, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 206, 206, 206, 206, 206, 206, 1407, 206, 504, 206, 1407, 1407, 1407, 1407, 206, 206, 206, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 206, 206, 88, 88, 88, 88, 1407, 88, 354, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 508, 88, 88, 88, 88, 1407, 88, 664, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 801, 802, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 803, 88, 88, 88, 88, 1407, 88, 664, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 88, 356, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 511, 88, 88, 216, 217, 218, 217, 513, 88, 1407, 1407, 1407, 1407, 217, 217, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 217, 217, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 804, 88, 88, 216, 217, 218, 217, 513, 88, 1407, 1407, 1407, 1407, 217, 217, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 217, 217, 88, 88, 216, 217, 218, 217, 805, 88, 1407, 1407, 1407, 1407, 217, 217, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 217, 217, 88, 88, 216, 217, 218, 217, 515, 88, 1407, 1407, 1407, 1407, 217, 217, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 217, 217, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 807, 88, 88, 216, 217, 218, 217, 805, 88, 1407, 1407, 1407, 1407, 217, 217, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 217, 217, 88, 88, 216, 217, 218, 217, 515, 88, 1407, 1407, 1407, 1407, 217, 217, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 217, 217, 88, 88, 88, 91, 1407, 88, 363, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 1407, 1407, 1407, 1407, 1407, 1407, 519, 88, 88, 88, 91, 1407, 88, 674, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 1407, 1407, 808, 809, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 810, 88, 88, 88, 91, 1407, 88, 674, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 88, 88, 88, 91, 1407, 88, 365, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 1407, 1407, 1407, 1407, 1407, 1407, 522, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 812, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 816, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 817, 88, 88, 88, 1407, 1407, 819, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 820, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 824, 88, 88, 88, 1407, 1407, 828, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 829, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 831, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 833, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 837, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 840, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 842, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 843, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 845, 88, 88, 88, 144, 1407, 144, 567, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 847, 88, 88, 88, 144, 1407, 144, 567, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 144, 1407, 144, 848, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 144, 1407, 144, 569, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 850, 88, 88, 88, 144, 1407, 144, 848, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 144, 1407, 144, 569, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 143, 1407, 144, 417, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 1407, 1407, 1407, 1407, 1407, 1407, 573, 88, 88, 88, 143, 1407, 144, 721, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 1407, 1407, 851, 852, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 853, 88, 88, 88, 143, 1407, 144, 721, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 88, 88, 88, 143, 1407, 144, 419, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 1407, 1407, 1407, 1407, 1407, 1407, 576, 88, 88, 88, 1407, 1407, 88, 422, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 579, 88, 88, 88, 421, 1407, 88, 725, 88, 1407, 1407, 1407, 1407, 421, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 854, 855, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 856, 88, 88, 88, 421, 1407, 88, 725, 88, 1407, 1407, 1407, 1407, 421, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 421, 1407, 88, 727, 88, 1407, 1407, 1407, 1407, 421, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 857, 858, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 859, 88, 88, 88, 421, 1407, 88, 727, 88, 1407, 1407, 1407, 1407, 421, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 88, 424, 88, 1407, 1407, 1407, 1407, 88, 277, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 582, 88, 88, 88, 88, 1407, 88, 730, 88, 1407, 1407, 1407, 1407, 88, 277, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 860, 861, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 862, 88, 88, 88, 88, 1407, 88, 730, 88, 1407, 1407, 1407, 1407, 88, 277, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 88, 426, 88, 1407, 1407, 1407, 1407, 88, 277, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 585, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 863, 1407, 1407, 88, 88, 88, 88, 88, 1407, 1407, 144, 145, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 1407, 1407, 1407, 864, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 459, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 865, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 866, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 867, 88, 88, 88, 1407, 1407, 144, 145, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 868, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 870, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 871, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 872, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 876, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 877, 1407, 1407, 1407, 1407, 878, 202, 202, 202, 202, 1407, 202, 491, 204, 1407, 1407, 1407, 1407, 202, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 644, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 205, 202, 202, 202, 202, 1407, 202, 783, 204, 1407, 1407, 1407, 1407, 202, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 202, 202, 1407, 1407, 912, 913, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 914, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 205, 202, 202, 202, 202, 1407, 202, 783, 204, 1407, 1407, 1407, 1407, 202, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 205, 202, 202, 202, 202, 1407, 202, 493, 204, 1407, 1407, 1407, 1407, 202, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 647, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 205, 343, 343, 343, 343, 344, 343, 650, 346, 1407, 1407, 1407, 1407, 343, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 915, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 344, 344, 343, 343, 343, 343, 344, 343, 650, 346, 1407, 1407, 1407, 1407, 343, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 344, 344, 343, 343, 343, 343, 344, 343, 916, 346, 1407, 1407, 1407, 1407, 343, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 344, 344, 343, 343, 343, 343, 344, 343, 652, 346, 1407, 1407, 1407, 1407, 343, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 918, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 344, 344, 343, 343, 343, 343, 344, 343, 916, 346, 1407, 1407, 1407, 1407, 343, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 344, 344, 343, 343, 343, 343, 344, 343, 652, 346, 1407, 1407, 1407, 1407, 343, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 344, 344, 499, 499, 499, 499, 1407, 499, 793, 206, 1407, 1407, 1407, 1407, 499, 499, 499, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 499, 499, 1407, 1407, 919, 920, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 921, 499, 499, 499, 499, 1407, 499, 793, 206, 1407, 1407, 1407, 1407, 499, 499, 499, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 499, 499, 499, 499, 499, 499, 1407, 499, 795, 206, 1407, 1407, 1407, 1407, 499, 499, 499, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 499, 499, 1407, 1407, 922, 923, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 924, 499, 499, 499, 499, 1407, 499, 795, 206, 1407, 1407, 1407, 1407, 499, 499, 499, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 499, 499, 206, 206, 206, 206, 1407, 206, 502, 206, 1407, 1407, 1407, 1407, 206, 206, 206, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 206, 206, 1407, 1407, 1407, 1407, 1407, 1407, 659, 206, 206, 206, 206, 1407, 206, 798, 206, 1407, 1407, 1407, 1407, 206, 206, 206, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 206, 206, 1407, 1407, 925, 926, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 927, 206, 206, 206, 206, 1407, 206, 798, 206, 1407, 1407, 1407, 1407, 206, 206, 206, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 206, 206, 206, 206, 206, 206, 1407, 206, 504, 206, 1407, 1407, 1407, 1407, 206, 206, 206, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 206, 206, 1407, 1407, 1407, 1407, 1407, 1407, 662, 88, 88, 88, 88, 1407, 88, 664, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 928, 88, 88, 88, 88, 1407, 88, 664, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 216, 217, 218, 217, 513, 88, 1407, 1407, 1407, 1407, 217, 217, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 217, 217, 1407, 1407, 1407, 1407, 1407, 1407, 669, 88, 88, 216, 217, 218, 217, 805, 88, 1407, 1407, 1407, 1407, 217, 217, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 217, 217, 1407, 1407, 929, 930, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 931, 88, 88, 216, 217, 218, 217, 805, 88, 1407, 1407, 1407, 1407, 217, 217, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 217, 217, 88, 88, 216, 217, 218, 217, 515, 88, 1407, 1407, 1407, 1407, 217, 217, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 217, 217, 1407, 1407, 1407, 1407, 1407, 1407, 672, 88, 88, 88, 91, 1407, 88, 674, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 932, 88, 88, 88, 91, 1407, 88, 674, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 933, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 937, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 938, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 942, 88, 88, 88, 1407, 1407, 946, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 952, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 954, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 956, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 960, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 963, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 965, 88, 88, 88, 1407, 1407, 966, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 1407, 968, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 144, 1407, 144, 567, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 716, 88, 88, 88, 144, 1407, 144, 848, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 970, 971, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 972, 88, 88, 88, 144, 1407, 144, 848, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 144, 1407, 144, 569, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 719, 88, 88, 88, 143, 1407, 144, 721, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 973, 88, 88, 88, 143, 1407, 144, 721, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 88, 88, 88, 421, 1407, 88, 725, 88, 1407, 1407, 1407, 1407, 421, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 974, 88, 88, 88, 421, 1407, 88, 725, 88, 1407, 1407, 1407, 1407, 421, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 421, 1407, 88, 975, 88, 1407, 1407, 1407, 1407, 421, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 421, 1407, 88, 727, 88, 1407, 1407, 1407, 1407, 421, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 977, 88, 88, 88, 421, 1407, 88, 975, 88, 1407, 1407, 1407, 1407, 421, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 421, 1407, 88, 727, 88, 1407, 1407, 1407, 1407, 421, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 88, 730, 88, 1407, 1407, 1407, 1407, 88, 277, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 978, 88, 88, 88, 88, 1407, 88, 730, 88, 1407, 1407, 1407, 1407, 88, 277, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 608, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 1407, 1407, 144, 145, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 979, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 980, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 981, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 982, 88, 88, 88, 1407, 1407, 144, 145, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 1407, 1407, 1407, 983, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 985, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 986, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 987, 88, 88, 88, 1407, 1407, 1407, 273, 88, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 988, 1407, 1407, 1407, 989, 202, 202, 202, 202, 1407, 202, 783, 204, 1407, 1407, 1407, 1407, 202, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1025, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 205, 202, 202, 202, 202, 1407, 202, 783, 204, 1407, 1407, 1407, 1407, 202, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 202, 202, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 205, 343, 343, 343, 343, 344, 343, 650, 346, 1407, 1407, 1407, 1407, 343, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 788, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 344, 344, 343, 343, 343, 343, 344, 343, 916, 346, 1407, 1407, 1407, 1407, 343, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 343, 343, 1407, 1407, 1026, 1027, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1028, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 344, 344, 343, 343, 343, 343, 344, 343, 916, 346, 1407, 1407, 1407, 1407, 343, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 344, 344, 343, 343, 343, 343, 344, 343, 652, 346, 1407, 1407, 1407, 1407, 343, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 343, 343, 1407, 1407, 1407, 1407, 1407, 1407, 791, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 344, 344, 499, 499, 499, 499, 1407, 499, 793, 206, 1407, 1407, 1407, 1407, 499, 499, 499, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 499, 499, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1029, 499, 499, 499, 499, 1407, 499, 793, 206, 1407, 1407, 1407, 1407, 499, 499, 499, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 499, 499, 499, 499, 499, 499, 1407, 499, 1030, 206, 1407, 1407, 1407, 1407, 499, 499, 499, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 499, 499, 499, 499, 499, 499, 1407, 499, 795, 206, 1407, 1407, 1407, 1407, 499, 499, 499, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 499, 499, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1032, 499, 499, 499, 499, 1407, 499, 1030, 206, 1407, 1407, 1407, 1407, 499, 499, 499, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 499, 499, 499, 499, 499, 499, 1407, 499, 795, 206, 1407, 1407, 1407, 1407, 499, 499, 499, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 499, 499, 206, 206, 206, 206, 1407, 206, 798, 206, 1407, 1407, 1407, 1407, 206, 206, 206, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 206, 206, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1033, 206, 206, 206, 206, 1407, 206, 798, 206, 1407, 1407, 1407, 1407, 206, 206, 206, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 206, 206, 88, 88, 88, 88, 1407, 88, 664, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 803, 88, 88, 216, 217, 218, 217, 805, 88, 1407, 1407, 1407, 1407, 217, 217, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 217, 217, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1034, 88, 88, 216, 217, 218, 217, 805, 88, 1407, 1407, 1407, 1407, 217, 217, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 217, 217, 88, 88, 88, 91, 1407, 88, 674, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 1407, 1407, 1407, 1407, 1407, 1407, 810, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1035, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 259, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1037, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1049, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1051, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1053, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1057, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1060, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1062, 88, 88, 88, 88, 1407, 1065, 89, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 88, 88, 88, 144, 1407, 144, 848, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1067, 88, 88, 88, 144, 1407, 144, 848, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 143, 1407, 144, 721, 88, 1407, 1407, 1407, 1407, 144, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 91, 91, 1407, 1407, 1407, 1407, 1407, 1407, 853, 88, 88, 88, 421, 1407, 88, 725, 88, 1407, 1407, 1407, 1407, 421, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 856, 88, 88, 88, 144, 1407, 1110, 273, 88, 144, 144, 144, 144, 144, 88, 88, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 88, 88, 144, 1110, 1110, 1110, 1110, 1110, 1110, 1110, 1110, 1110, 1110, 1110, 1110, 1110, 1110, 1110, 1110, 1110, 1110, 1110, 1110, 1110, 1110, 1110, 1110, 1110, 1110, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1116, 88, 88, 88, 1407, 1407, 1118, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1128, 88, 88, 88, 1407, 1407, 1130, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1132, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1135, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1138, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1140, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1181, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1190, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1194, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1198, 88, 88, 88, 1407, 1407, 1224, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1233, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1237, 88, 88, 88, 1407, 1407, 1240, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1272, 88, 88, 88, 88, 1407, 1273, 89, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 88, 88, 88, 88, 1407, 1280, 89, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 1280, 1280, 1280, 1280, 1280, 1280, 1280, 1280, 1280, 1280, 1280, 1280, 1280, 1280, 1280, 1280, 1280, 1280, 1280, 1280, 1280, 1280, 1280, 1280, 1280, 1280, 88, 88, 88, 144, 1407, 1291, 273, 88, 144, 144, 144, 144, 144, 88, 88, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 88, 88, 144, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 88, 88, 88, 144, 1407, 1298, 273, 88, 144, 144, 144, 144, 144, 88, 88, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 88, 88, 144, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 88, 88, 88, 1407, 1407, 88, 92, 88, 1407, 1407, 1407, 1407, 88, 88, 88, 46, 46, 46, 46, 46, 46, 46, 79, 79, 79, 79, 79, 79, 79, 47, 47, 47, 47, 47, 47, 47, 88, 88, 1407, 88, 88, 90, 90, 1407, 90, 90, 91, 91, 1407, 91, 91, 143, 143, 1407, 143, 143, 147, 147, 1407, 147, 147, 202, 202, 1407, 202, 202, 202, 206, 206, 1407, 206, 206, 208, 208, 208, 208, 208, 208, 208, 217, 217, 217, 217, 217, 144, 144, 1407, 144, 144, 343, 343, 343, 343, 343, 343, 343, 350, 350, 1407, 1407, 350, 355, 355, 1407, 355, 355, 357, 357, 1407, 357, 357, 218, 218, 1407, 218, 364, 364, 1407, 364, 364, 366, 366, 1407, 366, 366, 418, 418, 1407, 418, 418, 420, 420, 1407, 420, 420, 421, 421, 1407, 421, 421, 425, 425, 1407, 425, 425, 427, 427, 1407, 427, 427, 492, 492, 1407, 492, 492, 492, 494, 494, 1407, 494, 494, 494, 344, 344, 344, 344, 344, 344, 344, 499, 499, 1407, 499, 499, 503, 503, 1407, 503, 503, 505, 505, 1407, 505, 505, 514, 514, 514, 514, 514, 516, 516, 516, 516, 516, 364, 364, 1407, 364, 364, 366, 366, 1407, 366, 366, 568, 568, 1407, 568, 568, 570, 570, 1407, 570, 570, 418, 418, 1407, 418, 418, 420, 420, 1407, 420, 420, 421, 421, 1407, 421, 421, 147, 147, 1407, 147, 147, 425, 425, 1407, 425, 425, 427, 427, 1407, 427, 427, 202, 202, 1407, 202, 202, 202, 492, 492, 1407, 492, 492, 492, 494, 494, 1407, 494, 494, 494, 648, 648, 1407, 1407, 648, 343, 343, 343, 343, 343, 343, 343, 651, 651, 651, 651, 651, 651, 651, 653, 653, 653, 653, 653, 653, 653, 499, 499, 1407, 499, 499, 206, 206, 1407, 206, 206, 503, 503, 1407, 503, 503, 505, 505, 1407, 505, 505, 355, 355, 1407, 355, 355, 665, 665, 1407, 665, 665, 357, 357, 1407, 357, 357, 217, 217, 217, 217, 217, 514, 514, 514, 514, 514, 516, 516, 516, 516, 516, 364, 364, 1407, 364, 364, 675, 675, 1407, 675, 675, 366, 366, 1407, 366, 366, 88, 88, 1407, 88, 88, 91, 91, 1407, 91, 91, 144, 144, 1407, 144, 144, 568, 568, 1407, 568, 568, 570, 570, 1407, 570, 570, 418, 418, 1407, 418, 418, 722, 722, 1407, 722, 722, 420, 420, 1407, 420, 420, 421, 421, 1407, 421, 421, 726, 726, 1407, 726, 726, 728, 728, 1407, 728, 728, 425, 425, 1407, 425, 425, 731, 731, 1407, 731, 731, 427, 427, 1407, 427, 427, 143, 143, 1407, 143, 143, 492, 492, 1407, 492, 492, 492, 784, 784, 1407, 784, 784, 784, 494, 494, 1407, 494, 494, 494, 648, 648, 1407, 1407, 648, 343, 343, 343, 343, 343, 343, 343, 651, 651, 651, 651, 651, 651, 651, 653, 653, 653, 653, 653, 653, 653, 499, 499, 1407, 499, 499, 794, 794, 1407, 794, 794, 796, 796, 1407, 796, 796, 503, 503, 1407, 503, 503, 799, 799, 1407, 799, 799, 505, 505, 1407, 505, 505, 355, 355, 1407, 355, 355, 665, 665, 1407, 665, 665, 357, 357, 1407, 357, 357, 514, 514, 514, 514, 514, 806, 806, 806, 806, 806, 516, 516, 516, 516, 516, 364, 364, 1407, 364, 364, 675, 675, 1407, 675, 675, 366, 366, 1407, 366, 366, 88, 88, 1407, 88, 88, 91, 91, 1407, 91, 91, 568, 568, 1407, 568, 568, 849, 849, 1407, 849, 849, 570, 570, 1407, 570, 570, 418, 418, 1407, 418, 418, 722, 722, 1407, 722, 722, 420, 420, 1407, 420, 420, 421, 421, 1407, 421, 421, 726, 726, 1407, 726, 726, 728, 728, 1407, 728, 728, 425, 425, 1407, 425, 425, 731, 731, 1407, 731, 731, 427, 427, 1407, 427, 427, 144, 144, 1407, 144, 144, 143, 143, 1407, 143, 143, 492, 492, 1407, 492, 492, 492, 784, 784, 1407, 784, 784, 784, 494, 494, 1407, 494, 494, 494, 651, 651, 651, 651, 651, 651, 651, 917, 917, 917, 917, 917, 917, 917, 653, 653, 653, 653, 653, 653, 653, 499, 499, 1407, 499, 499, 794, 794, 1407, 794, 794, 796, 796, 1407, 796, 796, 503, 503, 1407, 503, 503, 799, 799, 1407, 799, 799, 505, 505, 1407, 505, 505, 665, 665, 1407, 665, 665, 514, 514, 514, 514, 514, 806, 806, 806, 806, 806, 516, 516, 516, 516, 516, 675, 675, 1407, 675, 675, 88, 88, 1407, 88, 88, 91, 91, 1407, 91, 91, 568, 568, 1407, 568, 568, 849, 849, 1407, 849, 849, 570, 570, 1407, 570, 570, 722, 722, 1407, 722, 722, 726, 726, 1407, 726, 726, 976, 976, 1407, 976, 976, 728, 728, 1407, 728, 728, 731, 731, 1407, 731, 731, 144, 144, 1407, 144, 144, 143, 143, 1407, 143, 143, 784, 784, 1407, 784, 784, 784, 651, 651, 651, 651, 651, 651, 651, 917, 917, 917, 917, 917, 917, 917, 653, 653, 653, 653, 653, 653, 653, 794, 794, 1407, 794, 794, 1031, 1031, 1407, 1031, 1031, 796, 796, 1407, 796, 796, 799, 799, 1407, 799, 799, 665, 665, 1407, 665, 665, 806, 806, 806, 806, 806, 675, 675, 1407, 675, 675, 91, 91, 1407, 91, 91, 88, 88, 1407, 88, 88, 849, 849, 1407, 849, 849, 722, 722, 1407, 722, 722, 11, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407 } ; static const flex_int16_t yy_chk[14531] = { 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, 3, 25, 7, 262, 262, 7, 3, 3, 3, 3, 3, 3, 594, 8, 25, 9, 8, 9, 607, 9, 9, 9, 9, 10, 193, 10, 594, 10, 10, 10, 10, 19, 607, 19, 19, 19, 19, 9, 20, 39, 20, 20, 20, 20, 3, 10, 79, 79, 193, 3, 3, 4, 7, 7, 27, 27, 39, 4, 4, 4, 4, 4, 4, 8, 8, 33, 33, 27, 28, 28, 190, 32, 50, 50, 50, 50, 19, 27, 33, 59, 52, 28, 32, 32, 33, 52, 52, 190, 760, 28, 599, 142, 59, 599, 79, 4, 142, 142, 28, 760, 4, 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, 14, 14, 14, 202, 202, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 15, 15, 15, 213, 113, 15, 15, 15, 242, 1424, 29, 29, 15, 15, 15, 23, 23, 23, 30, 30, 23, 23, 23, 29, 538, 91, 91, 23, 23, 23, 67, 30, 242, 23, 23, 23, 202, 30, 91, 347, 213, 67, 67, 23, 29, 113, 29, 23, 29, 29, 23, 30, 30, 23, 538, 30, 35, 35, 23, 36, 36, 30, 31, 23, 26, 26, 31, 31, 1420, 35, 119, 874, 36, 26, 26, 26, 347, 26, 36, 31, 34, 31, 36, 26, 34, 34, 36, 26, 874, 35, 26, 37, 37, 26, 38, 38, 133, 34, 26, 34, 133, 133, 532, 26, 37, 31, 34, 38, 41, 41, 269, 119, 43, 43, 42, 42, 34, 49, 49, 49, 49, 41, 61, 61, 37, 43, 238, 42, 38, 40, 40, 40, 40, 42, 269, 61, 40, 40, 40, 40, 346, 346, 41, 40, 532, 61, 41, 42, 43, 40, 40, 40, 40, 40, 40, 226, 42, 62, 62, 238, 49, 53, 53, 53, 70, 70, 53, 53, 53, 381, 62, 64, 64, 53, 53, 53, 62, 70, 249, 74, 226, 1395, 192, 74, 64, 226, 53, 53, 56, 56, 56, 56, 381, 56, 56, 56, 74, 70, 73, 73, 56, 56, 56, 249, 245, 64, 192, 64, 249, 64, 64, 73, 1386, 56, 56, 57, 57, 57, 63, 63, 57, 57, 57, 68, 68, 192, 374, 57, 57, 57, 385, 63, 73, 57, 57, 57, 68, 245, 73, 63, 57, 57, 68, 57, 499, 499, 740, 57, 63, 353, 57, 543, 385, 57, 263, 740, 610, 63, 57, 68, 610, 376, 374, 57, 60, 60, 388, 65, 65, 78, 78, 97, 97, 60, 60, 60, 353, 60, 76, 76, 65, 263, 78, 60, 97, 376, 65, 60, 543, 388, 60, 76, 66, 60, 89, 263, 66, 66, 60, 330, 65, 65, 69, 60, 65, 78, 69, 69, 97, 66, 65, 66, 76, 71, 71, 405, 76, 89, 89, 69, 369, 69, 330, 330, 72, 72, 71, 1385, 69, 501, 89, 331, 71, 525, 331, 66, 71, 72, 69, 405, 71, 534, 369, 72, 369, 411, 77, 77, 85, 85, 85, 85, 86, 86, 86, 86, 501, 72, 331, 77, 72, 75, 75, 75, 75, 77, 613, 411, 75, 75, 75, 75, 331, 77, 525, 75, 1352, 370, 526, 77, 613, 75, 75, 75, 75, 75, 75, 534, 77, 92, 92, 85, 90, 90, 90, 552, 90, 547, 90, 90, 526, 370, 92, 98, 96, 96, 90, 98, 98, 92, 92, 93, 370, 93, 93, 93, 93, 96, 99, 99, 98, 547, 92, 94, 892, 94, 94, 94, 94, 631, 631, 99, 94, 94, 94, 94, 552, 379, 562, 101, 101, 892, 96, 100, 100, 94, 94, 94, 94, 94, 94, 100, 101, 102, 102, 523, 100, 103, 103, 104, 104, 379, 562, 101, 107, 107, 102, 556, 105, 105, 103, 379, 104, 523, 102, 106, 106, 107, 108, 108, 104, 105, 558, 104, 103, 940, 528, 105, 106, 109, 109, 108, 110, 110, 556, 106, 111, 111, 104, 108, 527, 107, 109, 112, 112, 110, 114, 114, 116, 111, 115, 115, 116, 116, 117, 117, 112, 118, 118, 114, 940, 109, 527, 115, 112, 116, 528, 117, 558, 608, 118, 110, 120, 120, 121, 121, 122, 122, 124, 124, 564, 115, 608, 551, 595, 120, 115, 121, 601, 122, 123, 124, 595, 117, 123, 123, 118, 124, 125, 125, 813, 126, 126, 1349, 121, 127, 127, 123, 396, 128, 128, 125, 614, 122, 126, 601, 123, 564, 127, 551, 612, 123, 128, 129, 129, 614, 125, 130, 130, 813, 127, 128, 126, 131, 131, 612, 129, 127, 134, 134, 130, 396, 127, 616, 135, 135, 131, 616, 396, 136, 136, 134, 130, 137, 137, 623, 131, 135, 139, 139, 129, 134, 136, 135, 138, 604, 137, 537, 138, 138, 623, 139, 140, 140, 140, 140, 625, 135, 143, 143, 619, 138, 145, 145, 604, 139, 136, 137, 147, 147, 625, 143, 144, 144, 144, 145, 149, 149, 144, 144, 537, 147, 145, 145, 1348, 144, 144, 619, 692, 149, 150, 150, 603, 537, 603, 145, 774, 144, 144, 146, 146, 146, 146, 150, 146, 146, 146, 774, 152, 152, 617, 146, 146, 146, 149, 151, 692, 624, 628, 151, 151, 152, 153, 153, 146, 146, 617, 150, 146, 146, 153, 628, 151, 154, 154, 153, 155, 155, 156, 156, 635, 146, 157, 157, 624, 630, 154, 158, 158, 155, 611, 156, 159, 159, 611, 157, 679, 154, 630, 156, 158, 160, 160, 611, 620, 159, 155, 635, 639, 157, 161, 161, 620, 159, 160, 626, 159, 620, 679, 626, 160, 162, 162, 161, 163, 163, 639, 164, 164, 158, 161, 159, 626, 622, 162, 165, 165, 163, 166, 166, 164, 622, 167, 167, 606, 163, 622, 606, 165, 169, 169, 166, 1044, 682, 163, 167, 170, 170, 162, 164, 606, 171, 169, 167, 632, 171, 171, 172, 172, 170, 173, 173, 174, 174, 165, 168, 168, 168, 171, 632, 172, 168, 168, 173, 700, 174, 634, 170, 168, 168, 176, 176, 170, 634, 682, 174, 1044, 177, 177, 621, 168, 168, 621, 176, 181, 181, 172, 178, 178, 173, 177, 700, 621, 633, 179, 180, 180, 181, 179, 179, 178, 637, 168, 175, 175, 175, 633, 177, 180, 175, 175, 179, 181, 178, 180, 637, 175, 175, 182, 182, 179, 183, 183, 640, 178, 179, 181, 640, 175, 175, 704, 182, 184, 184, 183, 185, 640, 654, 654, 185, 185, 186, 186, 187, 187, 184, 183, 188, 188, 182, 175, 194, 185, 183, 186, 1347, 187, 704, 183, 685, 188, 185, 677, 184, 189, 189, 197, 197, 191, 191, 188, 194, 195, 195, 654, 194, 194, 189, 677, 197, 187, 191, 629, 196, 196, 195, 198, 198, 629, 189, 835, 191, 199, 199, 680, 195, 196, 201, 201, 198, 685, 629, 196, 197, 200, 199, 203, 203, 200, 200, 201, 204, 207, 204, 204, 835, 196, 198, 680, 340, 340, 200, 1345, 681, 201, 687, 199, 227, 227, 203, 203, 211, 211, 211, 211, 207, 207, 217, 217, 217, 227, 217, 203, 217, 217, 220, 220, 681, 207, 687, 227, 217, 711, 945, 203, 698, 340, 822, 220, 224, 224, 204, 204, 214, 214, 214, 214, 340, 214, 214, 214, 688, 224, 225, 225, 214, 214, 214, 224, 220, 945, 229, 229, 754, 754, 711, 225, 822, 214, 214, 215, 215, 215, 215, 229, 215, 215, 215, 690, 228, 228, 698, 215, 215, 215, 688, 229, 230, 230, 231, 688, 225, 228, 231, 231, 215, 215, 219, 219, 219, 230, 219, 228, 219, 219, 233, 231, 234, 234, 233, 233, 219, 232, 232, 690, 241, 241, 235, 235, 236, 234, 1304, 233, 236, 236, 232, 219, 219, 241, 749, 235, 759, 691, 234, 241, 749, 236, 759, 695, 219, 221, 221, 221, 221, 232, 221, 221, 221, 237, 237, 239, 239, 221, 221, 221, 235, 691, 239, 240, 240, 695, 237, 702, 239, 776, 221, 221, 222, 222, 222, 222, 240, 222, 222, 222, 243, 243, 776, 237, 222, 222, 222, 244, 244, 246, 246, 247, 247, 243, 240, 708, 246, 222, 222, 815, 244, 701, 246, 702, 247, 248, 248, 250, 250, 706, 243, 251, 251, 753, 247, 252, 252, 244, 248, 708, 250, 253, 253, 701, 251, 254, 255, 255, 252, 254, 254, 706, 254, 713, 253, 256, 256, 252, 815, 255, 257, 257, 254, 248, 258, 258, 259, 259, 256, 753, 260, 260, 827, 257, 253, 713, 747, 258, 818, 259, 1290, 747, 255, 260, 755, 261, 261, 258, 256, 264, 264, 265, 265, 260, 266, 266, 755, 257, 261, 267, 267, 755, 264, 756, 265, 268, 268, 266, 756, 261, 264, 827, 267, 270, 270, 818, 274, 274, 268, 278, 278, 265, 281, 281, 282, 282, 270, 268, 267, 274, 266, 1268, 278, 278, 750, 281, 750, 282, 1257, 750, 765, 281, 283, 283, 283, 765, 1239, 284, 284, 283, 274, 270, 273, 273, 273, 283, 285, 285, 273, 273, 284, 834, 282, 287, 287, 273, 273, 286, 286, 285, 284, 289, 289, 748, 748, 778, 287, 273, 273, 811, 286, 273, 273, 834, 289, 778, 285, 288, 287, 811, 286, 288, 288, 1238, 273, 275, 275, 275, 275, 627, 275, 275, 275, 761, 288, 748, 627, 275, 275, 275, 761, 490, 490, 290, 1229, 761, 751, 290, 290, 627, 275, 275, 276, 276, 276, 276, 751, 276, 276, 276, 290, 751, 291, 291, 276, 276, 276, 769, 490, 293, 293, 343, 769, 343, 343, 291, 823, 276, 276, 277, 277, 277, 293, 292, 277, 277, 277, 292, 292, 490, 295, 295, 277, 277, 291, 293, 770, 294, 294, 825, 292, 770, 823, 295, 277, 277, 279, 279, 279, 279, 294, 279, 279, 279, 295, 615, 950, 772, 279, 279, 279, 343, 343, 825, 615, 296, 772, 294, 295, 296, 296, 279, 279, 280, 280, 280, 280, 615, 280, 280, 280, 814, 296, 297, 297, 280, 280, 280, 299, 299, 298, 298, 300, 300, 830, 299, 297, 950, 280, 280, 298, 299, 832, 298, 846, 300, 301, 301, 302, 302, 814, 303, 303, 297, 304, 304, 305, 305, 830, 301, 838, 302, 839, 300, 303, 301, 832, 304, 846, 305, 306, 306, 307, 307, 308, 308, 309, 309, 836, 307, 306, 303, 838, 306, 304, 307, 819, 308, 844, 309, 875, 305, 310, 310, 311, 311, 311, 308, 983, 309, 983, 311, 312, 312, 839, 310, 875, 311, 313, 313, 314, 314, 315, 315, 316, 312, 819, 836, 316, 316, 819, 313, 317, 314, 844, 315, 317, 317, 821, 317, 310, 316, 314, 318, 318, 319, 319, 320, 320, 317, 321, 321, 322, 322, 1207, 315, 318, 934, 319, 322, 320, 324, 324, 321, 882, 322, 752, 323, 323, 325, 325, 821, 752, 321, 324, 326, 326, 752, 319, 318, 323, 877, 325, 934, 320, 877, 327, 327, 326, 882, 323, 328, 328, 332, 332, 334, 334, 758, 326, 327, 792, 792, 758, 1197, 328, 325, 332, 327, 334, 758, 1180, 901, 906, 327, 332, 328, 329, 329, 329, 329, 775, 333, 333, 329, 329, 329, 329, 792, 901, 906, 775, 334, 335, 335, 333, 775, 329, 329, 329, 329, 329, 329, 333, 336, 336, 335, 337, 337, 1098, 338, 338, 333, 339, 339, 355, 355, 336, 357, 357, 337, 638, 335, 338, 762, 1098, 339, 336, 355, 337, 638, 357, 362, 362, 777, 345, 762, 345, 345, 777, 777, 762, 764, 638, 764, 362, 826, 764, 1173, 382, 382, 339, 341, 341, 341, 341, 362, 341, 341, 341, 345, 345, 382, 878, 341, 341, 341, 878, 359, 359, 359, 878, 359, 345, 359, 359, 367, 341, 341, 826, 367, 367, 359, 373, 373, 345, 345, 368, 368, 371, 371, 372, 372, 367, 869, 907, 373, 779, 779, 907, 368, 984, 371, 779, 372, 869, 341, 342, 342, 342, 342, 359, 342, 342, 342, 373, 375, 375, 984, 342, 342, 342, 935, 368, 889, 371, 377, 377, 372, 375, 378, 378, 342, 342, 380, 380, 889, 375, 763, 377, 841, 383, 383, 378, 766, 384, 384, 380, 935, 377, 763, 766, 1168, 378, 383, 763, 766, 380, 384, 386, 386, 342, 348, 348, 348, 348, 904, 348, 348, 348, 941, 904, 386, 841, 348, 348, 348, 744, 386, 1038, 389, 389, 876, 384, 383, 876, 876, 348, 348, 349, 349, 349, 349, 389, 349, 349, 349, 387, 387, 744, 941, 349, 349, 349, 744, 884, 936, 390, 884, 884, 387, 390, 390, 744, 349, 349, 354, 354, 354, 354, 1038, 354, 354, 354, 390, 768, 394, 394, 354, 354, 354, 391, 391, 768, 939, 387, 401, 401, 768, 394, 771, 354, 354, 887, 391, 354, 354, 905, 936, 401, 905, 905, 771, 943, 887, 395, 395, 771, 354, 356, 356, 356, 356, 394, 356, 356, 356, 391, 395, 400, 400, 356, 356, 356, 398, 398, 939, 399, 399, 943, 979, 1144, 400, 781, 356, 356, 979, 398, 356, 356, 399, 395, 400, 398, 402, 781, 1142, 949, 402, 402, 781, 356, 360, 360, 360, 360, 360, 360, 360, 360, 879, 402, 895, 399, 360, 360, 360, 895, 879, 949, 908, 895, 879, 910, 403, 403, 828, 360, 360, 361, 361, 361, 361, 361, 361, 361, 361, 403, 406, 406, 885, 361, 361, 361, 885, 908, 1047, 403, 910, 885, 828, 406, 893, 1139, 361, 361, 363, 363, 363, 363, 893, 363, 363, 363, 893, 407, 407, 828, 363, 363, 363, 408, 408, 957, 961, 409, 897, 406, 407, 409, 409, 363, 363, 883, 408, 363, 363, 1047, 897, 883, 410, 410, 409, 883, 408, 407, 412, 412, 363, 364, 364, 364, 364, 410, 364, 364, 364, 413, 413, 412, 902, 364, 364, 364, 902, 957, 961, 416, 416, 412, 413, 413, 902, 410, 364, 364, 365, 365, 365, 365, 416, 365, 365, 365, 430, 430, 430, 948, 365, 365, 365, 416, 428, 953, 429, 429, 428, 428, 430, 431, 431, 365, 365, 432, 432, 365, 365, 429, 959, 428, 955, 431, 431, 948, 434, 434, 432, 944, 365, 366, 366, 366, 366, 953, 366, 366, 366, 434, 437, 437, 429, 366, 366, 366, 959, 964, 909, 438, 438, 432, 909, 437, 909, 955, 366, 366, 404, 404, 404, 404, 438, 434, 946, 404, 404, 404, 404, 944, 438, 1134, 404, 964, 947, 433, 433, 990, 404, 404, 404, 404, 404, 404, 414, 414, 414, 414, 433, 414, 414, 414, 433, 898, 435, 435, 414, 414, 414, 990, 1118, 898, 436, 436, 946, 898, 947, 435, 958, 414, 414, 415, 415, 415, 415, 436, 415, 415, 415, 436, 439, 439, 888, 415, 415, 415, 435, 1118, 888, 442, 442, 966, 888, 439, 440, 440, 415, 415, 417, 417, 417, 417, 442, 417, 417, 417, 967, 440, 958, 441, 417, 417, 417, 441, 441, 966, 442, 440, 444, 444, 446, 446, 1002, 417, 417, 1002, 441, 417, 417, 444, 967, 444, 962, 446, 1004, 1183, 443, 443, 445, 445, 417, 418, 418, 418, 418, 1004, 418, 418, 418, 443, 890, 445, 894, 418, 418, 418, 890, 1183, 894, 443, 890, 445, 894, 447, 447, 962, 418, 418, 419, 419, 419, 419, 1126, 419, 419, 419, 447, 448, 448, 1122, 419, 419, 419, 449, 449, 450, 450, 450, 451, 451, 448, 452, 452, 419, 419, 1011, 449, 419, 419, 450, 969, 451, 453, 453, 452, 900, 1011, 451, 1039, 900, 419, 420, 420, 420, 420, 453, 420, 420, 420, 900, 448, 449, 896, 420, 420, 420, 896, 1119, 989, 452, 969, 896, 989, 454, 454, 1113, 420, 420, 421, 421, 421, 455, 455, 421, 421, 421, 454, 911, 1039, 457, 457, 421, 421, 911, 455, 986, 456, 911, 986, 986, 456, 456, 457, 421, 421, 422, 422, 422, 458, 458, 422, 422, 422, 456, 459, 459, 460, 460, 422, 422, 1112, 458, 1001, 462, 462, 457, 1001, 459, 1102, 460, 422, 422, 461, 461, 422, 422, 462, 899, 988, 463, 463, 899, 988, 988, 458, 461, 899, 422, 423, 423, 423, 423, 463, 423, 423, 423, 463, 465, 465, 462, 423, 423, 423, 467, 467, 1043, 1006, 466, 466, 461, 465, 980, 1006, 423, 423, 980, 467, 468, 468, 980, 466, 423, 424, 424, 424, 424, 466, 424, 424, 424, 468, 1043, 464, 464, 424, 424, 424, 469, 469, 467, 468, 1063, 464, 470, 470, 464, 999, 424, 424, 464, 469, 424, 424, 1003, 999, 470, 470, 1003, 999, 1068, 471, 471, 472, 472, 424, 425, 425, 425, 425, 1054, 425, 425, 425, 471, 1015, 472, 1015, 425, 425, 425, 471, 981, 1013, 473, 473, 981, 1013, 1063, 1050, 981, 425, 425, 426, 426, 426, 426, 473, 426, 426, 426, 475, 475, 1054, 474, 426, 426, 426, 474, 474, 994, 476, 476, 994, 475, 480, 480, 994, 426, 426, 1019, 474, 426, 426, 476, 473, 1019, 997, 480, 997, 1050, 997, 477, 477, 475, 426, 427, 427, 427, 427, 1059, 427, 427, 427, 476, 477, 482, 482, 427, 427, 427, 1017, 1036, 1017, 1024, 477, 481, 481, 1024, 482, 1106, 427, 427, 478, 478, 478, 478, 486, 486, 481, 478, 478, 478, 478, 992, 482, 1036, 478, 992, 1106, 486, 1059, 992, 478, 478, 478, 478, 478, 478, 479, 479, 479, 479, 483, 483, 481, 479, 479, 479, 479, 485, 1064, 484, 484, 485, 485, 483, 487, 487, 479, 479, 479, 479, 479, 479, 484, 496, 485, 496, 496, 487, 489, 489, 483, 1040, 484, 886, 488, 488, 488, 1052, 1066, 886, 1064, 489, 995, 886, 500, 500, 995, 487, 488, 995, 886, 489, 491, 491, 491, 491, 1079, 491, 491, 491, 1191, 1191, 496, 1052, 491, 491, 491, 500, 500, 1079, 1192, 1040, 1058, 496, 496, 975, 975, 491, 491, 1066, 500, 491, 491, 512, 512, 512, 1041, 512, 975, 512, 512, 1042, 1192, 649, 491, 649, 649, 512, 1005, 982, 1020, 1005, 1005, 982, 1020, 1058, 491, 492, 492, 492, 492, 982, 492, 492, 492, 1067, 512, 1020, 1117, 492, 492, 492, 649, 985, 987, 1085, 1041, 985, 987, 1085, 993, 1042, 492, 492, 993, 985, 987, 996, 998, 1046, 993, 996, 998, 649, 649, 1000, 998, 996, 1007, 1000, 1010, 1008, 1007, 1008, 1010, 1008, 1000, 1141, 1010, 1117, 1007, 492, 493, 493, 493, 493, 1012, 493, 493, 493, 1012, 1056, 1061, 1009, 493, 493, 493, 1009, 1012, 1046, 1014, 1141, 1016, 1009, 1014, 1016, 1016, 493, 493, 1014, 1018, 493, 493, 1021, 1018, 1022, 1030, 1030, 1018, 1021, 1072, 1022, 1071, 1021, 493, 1022, 1072, 1073, 1123, 1030, 1072, 1056, 1061, 1091, 1071, 1093, 493, 494, 494, 494, 494, 1088, 494, 494, 494, 1088, 1120, 1093, 1133, 494, 494, 494, 1073, 1074, 1123, 1076, 1089, 1074, 1091, 1076, 1104, 1075, 494, 494, 1074, 1075, 1076, 1077, 1078, 1075, 1080, 1077, 1078, 1089, 1080, 1081, 1104, 1077, 1078, 1081, 1080, 1130, 1082, 1083, 1083, 1081, 1082, 1120, 1083, 1133, 1082, 494, 497, 497, 497, 497, 497, 497, 497, 497, 1055, 1153, 1121, 1153, 497, 497, 497, 1084, 1130, 1086, 1095, 1084, 1087, 1086, 1095, 1048, 1087, 497, 497, 1086, 1090, 1084, 1092, 1087, 1090, 1094, 1092, 1124, 1094, 1094, 1092, 1090, 1096, 1097, 1045, 1099, 1096, 1097, 1099, 1099, 1101, 1108, 1121, 1097, 1101, 1108, 497, 497, 498, 498, 498, 498, 498, 498, 498, 498, 1125, 1108, 1127, 1100, 498, 498, 498, 1100, 1103, 1034, 1124, 1105, 1103, 1129, 1100, 1105, 1107, 498, 498, 1103, 1107, 1105, 1111, 1109, 1107, 1109, 1111, 1109, 1131, 1136, 1125, 1137, 1127, 1111, 1143, 1147, 1148, 1230, 1147, 1150, 1148, 1145, 1147, 1150, 1149, 1165, 498, 498, 502, 502, 502, 502, 1145, 502, 502, 502, 1165, 1033, 1161, 1129, 502, 502, 502, 1154, 1161, 1146, 1032, 1154, 1131, 1146, 1136, 1137, 1230, 502, 502, 1149, 1146, 502, 502, 1149, 1143, 1155, 1157, 1158, 1151, 1155, 1157, 1158, 1151, 1155, 502, 503, 503, 503, 503, 1151, 503, 503, 503, 1175, 1275, 1175, 1152, 503, 503, 503, 1152, 1159, 1188, 1160, 1162, 1159, 1152, 1160, 1162, 1232, 503, 503, 504, 504, 504, 504, 1275, 504, 504, 504, 1162, 1182, 1226, 1156, 504, 504, 504, 1156, 1163, 1164, 1167, 1163, 1156, 1164, 1167, 1163, 1166, 504, 504, 1164, 1166, 504, 504, 1188, 1232, 1170, 1174, 1166, 1169, 1170, 1174, 1182, 1169, 1185, 504, 505, 505, 505, 505, 1169, 505, 505, 505, 1189, 1226, 1184, 1171, 505, 505, 505, 1171, 1176, 1178, 1186, 1179, 1176, 1178, 1171, 1179, 1185, 505, 505, 506, 506, 506, 506, 1187, 506, 506, 506, 1179, 1199, 1177, 1172, 506, 506, 506, 1172, 1177, 1189, 1193, 1193, 1177, 1172, 1184, 1195, 1196, 506, 506, 1200, 1200, 1201, 1187, 1186, 1202, 1206, 1220, 1221, 1202, 1206, 1220, 1029, 1203, 1206, 1199, 506, 507, 507, 507, 507, 1203, 507, 507, 507, 1203, 1026, 1201, 1204, 507, 507, 507, 1204, 1221, 1241, 1211, 1195, 1196, 1204, 1211, 1228, 1211, 507, 507, 508, 508, 508, 508, 1224, 508, 508, 508, 1212, 1214, 1225, 1205, 508, 508, 508, 1205, 1241, 1214, 1212, 1213, 1205, 1214, 1224, 1227, 1215, 508, 508, 509, 509, 509, 509, 1246, 509, 509, 509, 1246, 1228, 1235, 1208, 509, 509, 509, 1208, 1209, 1216, 1210, 1225, 1209, 1208, 1210, 1213, 1209, 509, 509, 1213, 1215, 1210, 1217, 1218, 1215, 1216, 1217, 1218, 1278, 1253, 1227, 1253, 1217, 1218, 1231, 509, 510, 510, 510, 510, 1240, 510, 510, 510, 1235, 1025, 1302, 1219, 510, 510, 510, 1219, 1223, 1222, 1278, 1219, 1222, 1222, 1231, 1236, 1276, 510, 510, 511, 511, 511, 511, 1249, 511, 511, 511, 1249, 1302, 1240, 1244, 511, 511, 511, 1244, 1240, 1244, 1258, 1236, 1223, 1264, 1258, 1236, 1223, 511, 511, 513, 513, 513, 513, 513, 513, 513, 513, 1243, 1276, 1264, 1245, 513, 513, 513, 1245, 1265, 1259, 1248, 991, 1243, 1259, 1248, 1245, 1243, 513, 513, 1247, 1248, 513, 513, 1247, 1250, 1266, 1260, 978, 1250, 1250, 1260, 1247, 1271, 1267, 513, 514, 514, 514, 514, 514, 514, 514, 514, 1265, 1251, 1274, 1269, 514, 514, 514, 1251, 1252, 1270, 1277, 1251, 1252, 1252, 1267, 1266, 1300, 514, 514, 515, 515, 515, 515, 515, 515, 515, 515, 1269, 1325, 1271, 1255, 515, 515, 515, 1255, 1274, 1256, 1279, 1270, 1329, 1256, 1378, 1255, 1256, 515, 515, 1277, 1256, 515, 515, 1261, 1286, 1262, 1261, 1261, 1286, 1262, 1300, 1325, 1261, 1262, 515, 516, 516, 516, 516, 516, 516, 516, 516, 1299, 1329, 1303, 1378, 516, 516, 516, 1279, 1282, 1281, 1299, 1283, 1282, 1282, 1283, 1283, 1301, 516, 516, 517, 517, 517, 517, 1281, 517, 517, 517, 1281, 1303, 1285, 1284, 517, 517, 517, 1284, 1285, 1287, 1292, 1305, 1285, 1292, 1292, 1287, 1293, 517, 517, 1287, 1284, 1288, 1288, 1289, 1293, 1294, 1288, 1289, 1293, 1294, 1301, 1307, 1306, 1289, 1294, 517, 518, 518, 518, 518, 1295, 518, 518, 518, 1295, 1324, 1295, 1296, 518, 518, 518, 1296, 1305, 1310, 1310, 1296, 1306, 1308, 1309, 1326, 977, 518, 518, 519, 519, 519, 519, 1307, 519, 519, 519, 951, 903, 1331, 1297, 519, 519, 519, 1297, 1308, 1309, 1311, 1317, 1312, 1297, 1324, 1317, 1312, 519, 519, 520, 520, 520, 520, 1312, 520, 520, 520, 1331, 1326, 1321, 1311, 520, 520, 520, 1311, 1313, 1314, 1321, 1315, 1313, 1314, 1321, 1315, 1313, 520, 520, 1315, 1314, 1316, 1318, 1323, 1319, 1316, 1318, 1327, 1335, 1316, 1319, 1328, 1335, 1318, 1319, 520, 521, 521, 521, 521, 1320, 521, 521, 521, 1320, 1322, 1320, 1330, 521, 521, 521, 1333, 1336, 1322, 1323, 1332, 1336, 1322, 1323, 1351, 1368, 521, 521, 522, 522, 522, 522, 1327, 522, 522, 522, 1328, 1350, 1346, 1333, 522, 522, 522, 1333, 891, 1332, 1341, 1330, 1334, 1368, 1341, 1341, 1334, 522, 522, 524, 524, 524, 1334, 1354, 524, 524, 524, 1350, 1353, 1351, 1337, 524, 524, 524, 1337, 1338, 1365, 1339, 1346, 1338, 1337, 1339, 1340, 1342, 1340, 1338, 1340, 1339, 1342, 1343, 1353, 1355, 1342, 1344, 1343, 1355, 881, 1344, 1343, 1356, 1344, 1366, 1354, 1356, 1344, 1356, 1367, 524, 529, 529, 529, 1365, 1357, 529, 529, 529, 1357, 880, 780, 1358, 529, 529, 529, 1358, 1359, 1360, 1361, 1362, 1359, 1360, 1361, 1362, 1367, 1360, 1369, 1375, 1366, 1361, 773, 1377, 529, 530, 530, 530, 1363, 1370, 530, 530, 530, 1370, 1370, 1376, 1363, 530, 530, 530, 1363, 1364, 1371, 1373, 1372, 1364, 1371, 1371, 1372, 1373, 1364, 1374, 1372, 1373, 1369, 1374, 1379, 1374, 1377, 1375, 1376, 1381, 1387, 1382, 1389, 1380, 1381, 1382, 1382, 1380, 1381, 530, 531, 531, 531, 1380, 1384, 531, 531, 531, 1384, 1384, 1388, 1397, 531, 531, 531, 1387, 1383, 1390, 1383, 1379, 1383, 1390, 1391, 1392, 1396, 1398, 1391, 1393, 1392, 1398, 1402, 1393, 1392, 1389, 1394, 1393, 1388, 1397, 1394, 1401, 531, 533, 533, 533, 767, 1394, 533, 533, 533, 757, 1405, 641, 1399, 533, 533, 533, 1399, 1399, 1400, 1396, 636, 618, 1400, 1403, 1401, 1402, 1400, 609, 1403, 1404, 546, 540, 1403, 1404, 1404, 1405, 533, 535, 535, 535, 397, 393, 535, 535, 535, 392, 344, 218, 216, 535, 535, 535, 536, 536, 536, 210, 208, 536, 536, 536, 206, 205, 1406, 148, 536, 536, 536, 1406, 132, 95, 88, 1406, 84, 82, 81, 58, 55, 24, 22, 21, 18, 17, 13, 12, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 536, 539, 539, 539, 0, 0, 539, 539, 539, 0, 0, 0, 0, 539, 539, 539, 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, 0, 0, 0, 0, 0, 539, 541, 541, 541, 0, 0, 541, 541, 541, 0, 0, 0, 0, 541, 541, 541, 542, 542, 542, 0, 0, 542, 542, 542, 0, 0, 0, 0, 542, 542, 542, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 542, 544, 544, 544, 0, 0, 544, 544, 544, 0, 0, 0, 0, 544, 544, 544, 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, 0, 0, 0, 0, 0, 0, 544, 545, 545, 545, 0, 0, 545, 545, 545, 0, 0, 0, 0, 545, 545, 545, 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, 0, 0, 0, 0, 0, 545, 548, 548, 548, 0, 0, 548, 548, 548, 0, 0, 0, 0, 548, 548, 548, 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, 0, 0, 0, 0, 0, 0, 0, 548, 549, 549, 549, 0, 0, 549, 549, 549, 0, 0, 0, 0, 549, 549, 549, 550, 550, 550, 0, 0, 550, 550, 550, 0, 0, 0, 0, 550, 550, 550, 553, 553, 553, 0, 0, 553, 553, 553, 0, 0, 0, 0, 553, 553, 553, 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, 0, 0, 0, 0, 0, 0, 553, 554, 554, 554, 0, 0, 554, 554, 554, 0, 0, 0, 0, 554, 554, 554, 555, 555, 555, 0, 0, 555, 555, 555, 0, 0, 0, 0, 555, 555, 555, 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, 0, 0, 0, 0, 0, 555, 557, 557, 557, 0, 0, 557, 557, 557, 0, 0, 0, 0, 557, 557, 557, 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, 0, 0, 0, 0, 0, 0, 557, 559, 559, 559, 0, 0, 559, 559, 559, 0, 0, 0, 0, 559, 559, 559, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 559, 560, 560, 560, 0, 0, 560, 560, 560, 0, 0, 0, 0, 560, 560, 560, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 560, 561, 561, 561, 0, 0, 561, 561, 561, 0, 0, 0, 0, 561, 561, 561, 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, 0, 0, 0, 0, 0, 561, 563, 563, 563, 0, 0, 563, 563, 563, 0, 0, 0, 0, 563, 563, 563, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 563, 565, 565, 565, 0, 0, 565, 565, 565, 0, 0, 0, 0, 565, 565, 565, 566, 566, 566, 0, 0, 0, 566, 566, 0, 0, 0, 0, 0, 566, 566, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 566, 566, 0, 0, 0, 0, 0, 0, 566, 567, 567, 567, 567, 0, 567, 567, 567, 0, 0, 0, 0, 567, 567, 567, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 567, 567, 0, 0, 567, 567, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 567, 568, 568, 568, 568, 0, 568, 568, 568, 0, 0, 0, 0, 568, 568, 568, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 568, 568, 569, 569, 569, 569, 0, 569, 569, 569, 0, 0, 0, 0, 569, 569, 569, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 569, 569, 0, 0, 569, 569, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 569, 570, 570, 570, 570, 0, 570, 570, 570, 0, 0, 0, 0, 570, 570, 570, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 570, 570, 571, 571, 571, 571, 0, 571, 571, 571, 0, 0, 0, 0, 571, 571, 571, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 571, 571, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 571, 572, 572, 572, 572, 0, 572, 572, 572, 0, 0, 0, 0, 572, 572, 572, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 572, 572, 573, 573, 573, 573, 0, 573, 573, 573, 0, 0, 0, 0, 573, 573, 573, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 573, 573, 574, 574, 574, 574, 0, 574, 574, 574, 0, 0, 0, 0, 574, 574, 574, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 574, 574, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 574, 575, 575, 575, 575, 0, 575, 575, 575, 0, 0, 0, 0, 575, 575, 575, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 575, 575, 576, 576, 576, 576, 0, 576, 576, 576, 0, 0, 0, 0, 576, 576, 576, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 576, 576, 577, 577, 577, 0, 0, 577, 577, 577, 0, 0, 0, 0, 0, 577, 577, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 577, 577, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 577, 578, 578, 578, 578, 0, 578, 578, 578, 0, 0, 0, 0, 578, 578, 578, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 578, 578, 579, 579, 579, 579, 0, 579, 579, 579, 0, 0, 0, 0, 579, 579, 579, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 579, 579, 580, 580, 580, 580, 0, 580, 580, 580, 0, 0, 0, 0, 580, 580, 580, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 580, 580, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 580, 581, 581, 581, 581, 0, 581, 581, 581, 0, 0, 0, 0, 581, 581, 581, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 581, 581, 582, 582, 582, 582, 0, 582, 582, 582, 0, 0, 0, 0, 582, 582, 582, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 582, 582, 583, 583, 583, 583, 0, 583, 583, 583, 0, 0, 0, 0, 583, 583, 583, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 583, 583, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 583, 584, 584, 584, 584, 0, 584, 584, 584, 0, 0, 0, 0, 584, 584, 584, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 584, 584, 585, 585, 585, 585, 0, 585, 585, 585, 0, 0, 0, 0, 585, 585, 585, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 585, 585, 586, 586, 586, 0, 0, 0, 586, 586, 0, 0, 0, 0, 0, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 586, 586, 586, 587, 587, 587, 0, 0, 587, 587, 587, 0, 0, 0, 0, 587, 587, 587, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 587, 587, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 587, 588, 588, 588, 0, 0, 0, 588, 588, 0, 0, 0, 0, 0, 588, 588, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 588, 588, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 588, 589, 589, 589, 0, 0, 0, 589, 589, 0, 0, 0, 0, 0, 589, 589, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 589, 589, 0, 589, 590, 590, 590, 0, 0, 0, 590, 590, 0, 0, 0, 0, 0, 590, 590, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 590, 590, 0, 590, 591, 591, 591, 0, 0, 0, 591, 591, 0, 0, 0, 0, 0, 591, 591, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 591, 591, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 591, 592, 592, 592, 0, 0, 592, 592, 592, 0, 0, 0, 0, 592, 592, 592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 592, 592, 0, 0, 0, 0, 0, 592, 593, 593, 593, 0, 0, 593, 593, 593, 0, 0, 0, 0, 593, 593, 593, 596, 596, 596, 0, 0, 0, 596, 596, 0, 0, 0, 0, 0, 596, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 596, 596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 596, 597, 597, 597, 0, 0, 0, 597, 597, 0, 0, 0, 0, 0, 597, 597, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 597, 597, 0, 597, 598, 598, 598, 0, 0, 0, 598, 598, 0, 0, 0, 0, 0, 598, 598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 598, 598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 598, 600, 600, 600, 0, 0, 0, 600, 600, 0, 0, 0, 0, 0, 600, 600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 600, 600, 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, 600, 602, 602, 602, 0, 0, 0, 602, 602, 0, 0, 0, 0, 0, 602, 602, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 602, 602, 0, 0, 0, 0, 0, 0, 0, 602, 605, 605, 605, 0, 0, 0, 605, 605, 0, 0, 0, 0, 0, 605, 605, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 605, 605, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 605, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 605, 642, 642, 642, 642, 0, 642, 642, 642, 0, 0, 0, 0, 642, 642, 642, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 642, 642, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 642, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 642, 643, 643, 643, 643, 0, 643, 643, 643, 0, 0, 0, 0, 643, 643, 643, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 643, 643, 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, 0, 643, 644, 644, 644, 644, 0, 644, 644, 644, 0, 0, 0, 0, 644, 644, 644, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 644, 644, 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, 0, 644, 645, 645, 645, 645, 0, 645, 645, 645, 0, 0, 0, 0, 645, 645, 645, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 645, 645, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 645, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 645, 646, 646, 646, 646, 0, 646, 646, 646, 0, 0, 0, 0, 646, 646, 646, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 646, 646, 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, 0, 646, 647, 647, 647, 647, 0, 647, 647, 647, 0, 0, 0, 0, 647, 647, 647, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 647, 647, 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, 0, 647, 650, 650, 650, 650, 650, 650, 650, 650, 0, 0, 0, 0, 650, 650, 650, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 650, 650, 0, 0, 650, 650, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 650, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 650, 650, 651, 651, 651, 651, 651, 651, 651, 651, 0, 0, 0, 0, 651, 651, 651, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 651, 651, 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, 0, 651, 651, 652, 652, 652, 652, 652, 652, 652, 652, 0, 0, 0, 0, 652, 652, 652, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 652, 652, 0, 0, 652, 652, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 652, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 652, 652, 653, 653, 653, 653, 653, 653, 653, 653, 0, 0, 0, 0, 653, 653, 653, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 653, 653, 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, 0, 653, 653, 655, 655, 655, 655, 0, 655, 655, 655, 0, 0, 0, 0, 655, 655, 655, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 655, 655, 656, 656, 656, 656, 0, 656, 656, 656, 0, 0, 0, 0, 656, 656, 656, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 656, 656, 657, 657, 657, 657, 0, 657, 657, 657, 0, 0, 0, 0, 657, 657, 657, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 657, 657, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 657, 658, 658, 658, 658, 0, 658, 658, 658, 0, 0, 0, 0, 658, 658, 658, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 658, 658, 659, 659, 659, 659, 0, 659, 659, 659, 0, 0, 0, 0, 659, 659, 659, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 659, 659, 660, 660, 660, 660, 0, 660, 660, 660, 0, 0, 0, 0, 660, 660, 660, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 660, 660, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 660, 661, 661, 661, 661, 0, 661, 661, 661, 0, 0, 0, 0, 661, 661, 661, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 661, 661, 662, 662, 662, 662, 0, 662, 662, 662, 0, 0, 0, 0, 662, 662, 662, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 662, 662, 663, 663, 663, 663, 0, 663, 663, 663, 0, 0, 0, 0, 663, 663, 663, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 663, 663, 0, 0, 0, 0, 0, 0, 663, 664, 664, 664, 664, 0, 664, 664, 664, 0, 0, 0, 0, 664, 664, 664, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 664, 664, 0, 0, 664, 664, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 664, 665, 665, 665, 665, 0, 665, 665, 665, 0, 0, 0, 0, 665, 665, 665, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 665, 665, 666, 666, 666, 666, 0, 666, 666, 666, 0, 0, 0, 0, 666, 666, 666, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 666, 666, 0, 0, 0, 0, 0, 0, 666, 667, 667, 667, 667, 667, 667, 667, 667, 0, 0, 0, 0, 667, 667, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 667, 667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 667, 668, 668, 668, 668, 668, 668, 668, 668, 0, 0, 0, 0, 668, 668, 668, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 668, 668, 669, 669, 669, 669, 669, 669, 669, 669, 0, 0, 0, 0, 669, 669, 669, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 669, 669, 670, 670, 670, 670, 670, 670, 670, 670, 0, 0, 0, 0, 670, 670, 670, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 670, 670, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 670, 671, 671, 671, 671, 671, 671, 671, 671, 0, 0, 0, 0, 671, 671, 671, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 671, 671, 672, 672, 672, 672, 672, 672, 672, 672, 0, 0, 0, 0, 672, 672, 672, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 672, 672, 673, 673, 673, 673, 0, 673, 673, 673, 0, 0, 0, 0, 673, 673, 673, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 673, 673, 0, 0, 0, 0, 0, 0, 673, 674, 674, 674, 674, 0, 674, 674, 674, 0, 0, 0, 0, 674, 674, 674, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 674, 674, 0, 0, 674, 674, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 674, 675, 675, 675, 675, 0, 675, 675, 675, 0, 0, 0, 0, 675, 675, 675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 675, 675, 676, 676, 676, 676, 0, 676, 676, 676, 0, 0, 0, 0, 676, 676, 676, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 676, 676, 0, 0, 0, 0, 0, 0, 676, 678, 678, 678, 0, 0, 678, 678, 678, 0, 0, 0, 0, 678, 678, 678, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 678, 683, 683, 683, 0, 0, 683, 683, 683, 0, 0, 0, 0, 683, 683, 683, 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, 683, 684, 684, 684, 0, 0, 684, 684, 684, 0, 0, 0, 0, 684, 684, 684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 684, 686, 686, 686, 0, 0, 686, 686, 686, 0, 0, 0, 0, 686, 686, 686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 686, 689, 689, 689, 0, 0, 689, 689, 689, 0, 0, 0, 0, 689, 689, 689, 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, 0, 0, 0, 0, 0, 0, 689, 693, 693, 693, 0, 0, 693, 693, 693, 0, 0, 0, 0, 693, 693, 693, 694, 694, 694, 0, 0, 694, 694, 694, 0, 0, 0, 0, 694, 694, 694, 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, 0, 694, 696, 696, 696, 0, 0, 696, 696, 696, 0, 0, 0, 0, 696, 696, 696, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 696, 697, 697, 697, 0, 0, 697, 697, 697, 0, 0, 0, 0, 697, 697, 697, 699, 699, 699, 0, 0, 699, 699, 699, 0, 0, 0, 0, 699, 699, 699, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 699, 703, 703, 703, 0, 0, 703, 703, 703, 0, 0, 0, 0, 703, 703, 703, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 703, 705, 705, 705, 0, 0, 705, 705, 705, 0, 0, 0, 0, 705, 705, 705, 707, 707, 707, 0, 0, 707, 707, 707, 0, 0, 0, 0, 707, 707, 707, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 707, 709, 709, 709, 0, 0, 709, 709, 709, 0, 0, 0, 0, 709, 709, 709, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 709, 710, 710, 710, 0, 0, 710, 710, 710, 0, 0, 0, 0, 710, 710, 710, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 710, 712, 712, 712, 0, 0, 712, 712, 712, 0, 0, 0, 0, 712, 712, 712, 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, 712, 714, 714, 714, 714, 0, 714, 714, 714, 0, 0, 0, 0, 714, 714, 714, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 714, 714, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 714, 715, 715, 715, 715, 0, 715, 715, 715, 0, 0, 0, 0, 715, 715, 715, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 715, 715, 716, 716, 716, 716, 0, 716, 716, 716, 0, 0, 0, 0, 716, 716, 716, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 716, 716, 717, 717, 717, 717, 0, 717, 717, 717, 0, 0, 0, 0, 717, 717, 717, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 717, 717, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 717, 718, 718, 718, 718, 0, 718, 718, 718, 0, 0, 0, 0, 718, 718, 718, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 718, 718, 719, 719, 719, 719, 0, 719, 719, 719, 0, 0, 0, 0, 719, 719, 719, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 719, 719, 720, 720, 720, 720, 0, 720, 720, 720, 0, 0, 0, 0, 720, 720, 720, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 720, 720, 0, 0, 0, 0, 0, 0, 720, 721, 721, 721, 721, 0, 721, 721, 721, 0, 0, 0, 0, 721, 721, 721, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 721, 721, 0, 0, 721, 721, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 721, 722, 722, 722, 722, 0, 722, 722, 722, 0, 0, 0, 0, 722, 722, 722, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 722, 722, 723, 723, 723, 723, 0, 723, 723, 723, 0, 0, 0, 0, 723, 723, 723, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 723, 723, 0, 0, 0, 0, 0, 0, 723, 724, 724, 724, 0, 0, 724, 724, 724, 0, 0, 0, 0, 0, 724, 724, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 724, 724, 0, 0, 0, 0, 0, 0, 724, 725, 725, 725, 725, 0, 725, 725, 725, 0, 0, 0, 0, 725, 725, 725, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 725, 725, 0, 0, 725, 725, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 725, 726, 726, 726, 726, 0, 726, 726, 726, 0, 0, 0, 0, 726, 726, 726, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 726, 726, 727, 727, 727, 727, 0, 727, 727, 727, 0, 0, 0, 0, 727, 727, 727, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 727, 727, 0, 0, 727, 727, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 727, 728, 728, 728, 728, 0, 728, 728, 728, 0, 0, 0, 0, 728, 728, 728, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 728, 728, 729, 729, 729, 729, 0, 729, 729, 729, 0, 0, 0, 0, 729, 729, 729, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 729, 729, 0, 0, 0, 0, 0, 0, 729, 730, 730, 730, 730, 0, 730, 730, 730, 0, 0, 0, 0, 730, 730, 730, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 730, 730, 0, 0, 730, 730, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 730, 731, 731, 731, 731, 0, 731, 731, 731, 0, 0, 0, 0, 731, 731, 731, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 731, 731, 732, 732, 732, 732, 0, 732, 732, 732, 0, 0, 0, 0, 732, 732, 732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 732, 732, 0, 0, 0, 0, 0, 0, 732, 733, 733, 733, 0, 0, 0, 733, 733, 0, 0, 0, 0, 0, 733, 733, 0, 0, 0, 0, 0, 0, 0, 733, 0, 0, 733, 733, 734, 734, 734, 0, 0, 734, 734, 734, 0, 0, 0, 0, 734, 734, 734, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 734, 734, 0, 0, 0, 734, 735, 735, 735, 0, 0, 0, 735, 735, 0, 0, 0, 0, 0, 735, 735, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 735, 735, 0, 735, 736, 736, 736, 0, 0, 0, 736, 736, 0, 0, 0, 0, 0, 736, 736, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 736, 736, 0, 0, 0, 736, 737, 737, 737, 0, 0, 0, 737, 737, 0, 0, 0, 0, 0, 737, 737, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 737, 737, 0, 0, 0, 737, 738, 738, 738, 0, 0, 0, 738, 738, 0, 0, 0, 0, 0, 738, 738, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 738, 738, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 738, 739, 739, 739, 0, 0, 739, 739, 739, 0, 0, 0, 0, 739, 739, 739, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 739, 739, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 739, 741, 741, 741, 0, 0, 0, 741, 741, 0, 0, 0, 0, 0, 741, 741, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 741, 741, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 741, 742, 742, 742, 0, 0, 0, 742, 742, 0, 0, 0, 0, 0, 742, 742, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 742, 742, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 742, 743, 743, 743, 0, 0, 0, 743, 743, 0, 0, 0, 0, 0, 743, 743, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 743, 743, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 743, 745, 745, 745, 0, 0, 0, 745, 745, 0, 0, 0, 0, 0, 745, 745, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 745, 745, 0, 0, 0, 745, 746, 746, 746, 0, 0, 0, 746, 746, 0, 0, 0, 0, 0, 746, 746, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 746, 746, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 746, 0, 0, 0, 0, 746, 782, 782, 782, 782, 0, 782, 782, 782, 0, 0, 0, 0, 782, 782, 782, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 782, 782, 0, 0, 0, 0, 0, 0, 782, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 782, 783, 783, 783, 783, 0, 783, 783, 783, 0, 0, 0, 0, 783, 783, 783, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 783, 783, 0, 0, 783, 783, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 783, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 783, 784, 784, 784, 784, 0, 784, 784, 784, 0, 0, 0, 0, 784, 784, 784, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 784, 784, 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, 0, 784, 785, 785, 785, 785, 0, 785, 785, 785, 0, 0, 0, 0, 785, 785, 785, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 785, 785, 0, 0, 0, 0, 0, 0, 785, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 785, 786, 786, 786, 786, 786, 786, 786, 786, 0, 0, 0, 0, 786, 786, 786, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 786, 786, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 786, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 786, 786, 787, 787, 787, 787, 787, 787, 787, 787, 0, 0, 0, 0, 787, 787, 787, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 787, 787, 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, 0, 787, 787, 788, 788, 788, 788, 788, 788, 788, 788, 0, 0, 0, 0, 788, 788, 788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 788, 788, 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, 0, 788, 788, 789, 789, 789, 789, 789, 789, 789, 789, 0, 0, 0, 0, 789, 789, 789, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 789, 789, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 789, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 789, 789, 790, 790, 790, 790, 790, 790, 790, 790, 0, 0, 0, 0, 790, 790, 790, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 790, 790, 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, 0, 790, 790, 791, 791, 791, 791, 791, 791, 791, 791, 0, 0, 0, 0, 791, 791, 791, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 791, 791, 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, 0, 791, 791, 793, 793, 793, 793, 0, 793, 793, 793, 0, 0, 0, 0, 793, 793, 793, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 793, 793, 0, 0, 793, 793, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 793, 794, 794, 794, 794, 0, 794, 794, 794, 0, 0, 0, 0, 794, 794, 794, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 794, 794, 795, 795, 795, 795, 0, 795, 795, 795, 0, 0, 0, 0, 795, 795, 795, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 795, 795, 0, 0, 795, 795, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 795, 796, 796, 796, 796, 0, 796, 796, 796, 0, 0, 0, 0, 796, 796, 796, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 796, 796, 797, 797, 797, 797, 0, 797, 797, 797, 0, 0, 0, 0, 797, 797, 797, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 797, 797, 0, 0, 0, 0, 0, 0, 797, 798, 798, 798, 798, 0, 798, 798, 798, 0, 0, 0, 0, 798, 798, 798, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 798, 798, 0, 0, 798, 798, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 798, 799, 799, 799, 799, 0, 799, 799, 799, 0, 0, 0, 0, 799, 799, 799, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 799, 799, 800, 800, 800, 800, 0, 800, 800, 800, 0, 0, 0, 0, 800, 800, 800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 800, 800, 0, 0, 0, 0, 0, 0, 800, 801, 801, 801, 801, 0, 801, 801, 801, 0, 0, 0, 0, 801, 801, 801, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 801, 801, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 801, 802, 802, 802, 802, 0, 802, 802, 802, 0, 0, 0, 0, 802, 802, 802, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 802, 802, 804, 804, 804, 804, 804, 804, 804, 804, 0, 0, 0, 0, 804, 804, 804, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 804, 804, 0, 0, 0, 0, 0, 0, 804, 805, 805, 805, 805, 805, 805, 805, 805, 0, 0, 0, 0, 805, 805, 805, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 805, 805, 0, 0, 805, 805, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 805, 806, 806, 806, 806, 806, 806, 806, 806, 0, 0, 0, 0, 806, 806, 806, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 806, 806, 807, 807, 807, 807, 807, 807, 807, 807, 0, 0, 0, 0, 807, 807, 807, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 807, 807, 0, 0, 0, 0, 0, 0, 807, 808, 808, 808, 808, 0, 808, 808, 808, 0, 0, 0, 0, 808, 808, 808, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 808, 808, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 808, 809, 809, 809, 809, 0, 809, 809, 809, 0, 0, 0, 0, 809, 809, 809, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 809, 809, 812, 812, 812, 0, 0, 812, 812, 812, 0, 0, 0, 0, 812, 812, 812, 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, 0, 0, 0, 0, 0, 0, 812, 816, 816, 816, 0, 0, 816, 816, 816, 0, 0, 0, 0, 816, 816, 816, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 816, 817, 817, 817, 0, 0, 817, 817, 817, 0, 0, 0, 0, 817, 817, 817, 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, 817, 820, 820, 820, 0, 0, 820, 820, 820, 0, 0, 0, 0, 820, 820, 820, 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, 0, 0, 0, 0, 0, 820, 824, 824, 824, 0, 0, 824, 824, 824, 0, 0, 0, 0, 824, 824, 824, 829, 829, 829, 0, 0, 829, 829, 829, 0, 0, 0, 0, 829, 829, 829, 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, 829, 831, 831, 831, 0, 0, 831, 831, 831, 0, 0, 0, 0, 831, 831, 831, 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, 0, 831, 833, 833, 833, 0, 0, 833, 833, 833, 0, 0, 0, 0, 833, 833, 833, 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, 0, 0, 0, 0, 0, 0, 833, 837, 837, 837, 0, 0, 837, 837, 837, 0, 0, 0, 0, 837, 837, 837, 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, 0, 837, 840, 840, 840, 0, 0, 840, 840, 840, 0, 0, 0, 0, 840, 840, 840, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 840, 842, 842, 842, 0, 0, 842, 842, 842, 0, 0, 0, 0, 842, 842, 842, 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, 0, 0, 0, 0, 0, 0, 842, 843, 843, 843, 0, 0, 843, 843, 843, 0, 0, 0, 0, 843, 843, 843, 845, 845, 845, 0, 0, 845, 845, 845, 0, 0, 0, 0, 845, 845, 845, 847, 847, 847, 847, 0, 847, 847, 847, 0, 0, 0, 0, 847, 847, 847, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 847, 847, 0, 0, 0, 0, 0, 0, 847, 848, 848, 848, 848, 0, 848, 848, 848, 0, 0, 0, 0, 848, 848, 848, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 848, 848, 0, 0, 848, 848, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 848, 849, 849, 849, 849, 0, 849, 849, 849, 0, 0, 0, 0, 849, 849, 849, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 849, 849, 850, 850, 850, 850, 0, 850, 850, 850, 0, 0, 0, 0, 850, 850, 850, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 850, 850, 0, 0, 0, 0, 0, 0, 850, 851, 851, 851, 851, 0, 851, 851, 851, 0, 0, 0, 0, 851, 851, 851, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 851, 851, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 851, 852, 852, 852, 852, 0, 852, 852, 852, 0, 0, 0, 0, 852, 852, 852, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 852, 852, 854, 854, 854, 854, 0, 854, 854, 854, 0, 0, 0, 0, 854, 854, 854, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 854, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 854, 855, 855, 855, 855, 0, 855, 855, 855, 0, 0, 0, 0, 855, 855, 855, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 855, 855, 856, 856, 856, 856, 0, 856, 856, 856, 0, 0, 0, 0, 856, 856, 856, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 856, 856, 857, 857, 857, 857, 0, 857, 857, 857, 0, 0, 0, 0, 857, 857, 857, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 857, 857, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 857, 858, 858, 858, 858, 0, 858, 858, 858, 0, 0, 0, 0, 858, 858, 858, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 858, 858, 859, 859, 859, 859, 0, 859, 859, 859, 0, 0, 0, 0, 859, 859, 859, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 859, 859, 860, 860, 860, 860, 0, 860, 860, 860, 0, 0, 0, 0, 860, 860, 860, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 860, 860, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 860, 861, 861, 861, 861, 0, 861, 861, 861, 0, 0, 0, 0, 861, 861, 861, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 861, 861, 863, 863, 863, 0, 0, 0, 863, 863, 0, 0, 0, 0, 0, 863, 863, 0, 863, 0, 0, 0, 0, 0, 0, 0, 0, 863, 863, 864, 864, 864, 0, 0, 864, 864, 864, 0, 0, 0, 0, 864, 864, 864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 864, 864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 864, 865, 865, 865, 0, 0, 0, 865, 865, 0, 0, 0, 0, 0, 865, 865, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 865, 865, 0, 0, 0, 0, 0, 0, 0, 0, 865, 866, 866, 866, 0, 0, 0, 866, 866, 0, 0, 0, 0, 0, 866, 866, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 866, 866, 0, 0, 0, 0, 0, 0, 0, 0, 866, 867, 867, 867, 0, 0, 0, 867, 867, 0, 0, 0, 0, 0, 867, 867, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 867, 867, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 867, 868, 868, 868, 0, 0, 868, 868, 868, 0, 0, 0, 0, 868, 868, 868, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 868, 868, 0, 0, 0, 868, 870, 870, 870, 0, 0, 0, 870, 870, 0, 0, 0, 0, 0, 870, 870, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 870, 870, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 870, 871, 871, 871, 0, 0, 0, 871, 871, 0, 0, 0, 0, 0, 871, 871, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 871, 871, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 871, 872, 872, 872, 0, 0, 0, 872, 872, 0, 0, 0, 0, 0, 872, 872, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 872, 872, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 872, 873, 873, 873, 0, 0, 0, 873, 873, 0, 0, 0, 0, 0, 873, 873, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 873, 873, 0, 0, 0, 0, 0, 0, 0, 0, 0, 873, 0, 0, 0, 873, 912, 912, 912, 912, 0, 912, 912, 912, 0, 0, 0, 0, 912, 912, 912, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 912, 912, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 912, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 912, 913, 913, 913, 913, 0, 913, 913, 913, 0, 0, 0, 0, 913, 913, 913, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 913, 913, 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, 0, 913, 915, 915, 915, 915, 915, 915, 915, 915, 0, 0, 0, 0, 915, 915, 915, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 915, 915, 0, 0, 0, 0, 0, 0, 915, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 915, 915, 916, 916, 916, 916, 916, 916, 916, 916, 0, 0, 0, 0, 916, 916, 916, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 916, 916, 0, 0, 916, 916, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 916, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 916, 916, 917, 917, 917, 917, 917, 917, 917, 917, 0, 0, 0, 0, 917, 917, 917, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 917, 917, 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, 0, 917, 917, 918, 918, 918, 918, 918, 918, 918, 918, 0, 0, 0, 0, 918, 918, 918, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 918, 918, 0, 0, 0, 0, 0, 0, 918, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 918, 918, 919, 919, 919, 919, 0, 919, 919, 919, 0, 0, 0, 0, 919, 919, 919, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 919, 919, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 919, 920, 920, 920, 920, 0, 920, 920, 920, 0, 0, 0, 0, 920, 920, 920, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 920, 920, 921, 921, 921, 921, 0, 921, 921, 921, 0, 0, 0, 0, 921, 921, 921, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 921, 921, 922, 922, 922, 922, 0, 922, 922, 922, 0, 0, 0, 0, 922, 922, 922, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 922, 922, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 922, 923, 923, 923, 923, 0, 923, 923, 923, 0, 0, 0, 0, 923, 923, 923, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 923, 923, 924, 924, 924, 924, 0, 924, 924, 924, 0, 0, 0, 0, 924, 924, 924, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 924, 924, 925, 925, 925, 925, 0, 925, 925, 925, 0, 0, 0, 0, 925, 925, 925, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 925, 925, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 925, 926, 926, 926, 926, 0, 926, 926, 926, 0, 0, 0, 0, 926, 926, 926, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 926, 926, 928, 928, 928, 928, 0, 928, 928, 928, 0, 0, 0, 0, 928, 928, 928, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 928, 928, 0, 0, 0, 0, 0, 0, 928, 929, 929, 929, 929, 929, 929, 929, 929, 0, 0, 0, 0, 929, 929, 929, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 929, 929, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 929, 930, 930, 930, 930, 930, 930, 930, 930, 0, 0, 0, 0, 930, 930, 930, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 930, 930, 932, 932, 932, 932, 0, 932, 932, 932, 0, 0, 0, 0, 932, 932, 932, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 932, 932, 0, 0, 0, 0, 0, 0, 932, 933, 933, 933, 0, 0, 933, 933, 933, 0, 0, 0, 0, 933, 933, 933, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 933, 937, 937, 937, 0, 0, 937, 937, 937, 0, 0, 0, 0, 937, 937, 937, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 937, 938, 938, 938, 0, 0, 938, 938, 938, 0, 0, 0, 0, 938, 938, 938, 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, 0, 0, 0, 0, 0, 0, 938, 942, 942, 942, 0, 0, 942, 942, 942, 0, 0, 0, 0, 942, 942, 942, 952, 952, 952, 0, 0, 952, 952, 952, 0, 0, 0, 0, 952, 952, 952, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 952, 954, 954, 954, 0, 0, 954, 954, 954, 0, 0, 0, 0, 954, 954, 954, 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, 954, 956, 956, 956, 0, 0, 956, 956, 956, 0, 0, 0, 0, 956, 956, 956, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 956, 960, 960, 960, 0, 0, 960, 960, 960, 0, 0, 0, 0, 960, 960, 960, 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, 960, 963, 963, 963, 0, 0, 963, 963, 963, 0, 0, 0, 0, 963, 963, 963, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 963, 965, 965, 965, 0, 0, 965, 965, 965, 0, 0, 0, 0, 965, 965, 965, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 965, 968, 968, 968, 968, 0, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 968, 970, 970, 970, 970, 0, 970, 970, 970, 0, 0, 0, 0, 970, 970, 970, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 970, 970, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 970, 971, 971, 971, 971, 0, 971, 971, 971, 0, 0, 0, 0, 971, 971, 971, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 971, 971, 973, 973, 973, 973, 0, 973, 973, 973, 0, 0, 0, 0, 973, 973, 973, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 973, 973, 0, 0, 0, 0, 0, 0, 973, 974, 974, 974, 974, 0, 974, 974, 974, 0, 0, 0, 0, 974, 974, 974, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 974, 974, 0, 0, 0, 0, 0, 0, 974, 1023, 1023, 1023, 1023, 0, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1035, 1035, 1035, 0, 0, 1035, 1035, 1035, 0, 0, 0, 0, 1035, 1035, 1035, 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, 0, 1035, 1037, 1037, 1037, 0, 0, 1037, 1037, 1037, 0, 0, 0, 0, 1037, 1037, 1037, 1049, 1049, 1049, 0, 0, 1049, 1049, 1049, 0, 0, 0, 0, 1049, 1049, 1049, 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, 0, 0, 0, 0, 0, 0, 1049, 1051, 1051, 1051, 0, 0, 1051, 1051, 1051, 0, 0, 0, 0, 1051, 1051, 1051, 1053, 1053, 1053, 0, 0, 1053, 1053, 1053, 0, 0, 0, 0, 1053, 1053, 1053, 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, 0, 1053, 1057, 1057, 1057, 0, 0, 1057, 1057, 1057, 0, 0, 0, 0, 1057, 1057, 1057, 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, 0, 0, 0, 0, 0, 1057, 1060, 1060, 1060, 0, 0, 1060, 1060, 1060, 0, 0, 0, 0, 1060, 1060, 1060, 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, 0, 0, 0, 0, 0, 1060, 1062, 1062, 1062, 0, 0, 1062, 1062, 1062, 0, 0, 0, 0, 1062, 1062, 1062, 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, 0, 0, 0, 0, 0, 0, 0, 0, 1062, 1116, 1116, 1116, 0, 0, 1116, 1116, 1116, 0, 0, 0, 0, 1116, 1116, 1116, 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, 1116, 1128, 1128, 1128, 0, 0, 1128, 1128, 1128, 0, 0, 0, 0, 1128, 1128, 1128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1128, 1132, 1132, 1132, 0, 0, 1132, 1132, 1132, 0, 0, 0, 0, 1132, 1132, 1132, 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, 1132, 1135, 1135, 1135, 0, 0, 1135, 1135, 1135, 0, 0, 0, 0, 1135, 1135, 1135, 1138, 1138, 1138, 0, 0, 1138, 1138, 1138, 0, 0, 0, 0, 1138, 1138, 1138, 1140, 1140, 1140, 0, 0, 1140, 1140, 1140, 0, 0, 0, 0, 1140, 1140, 1140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1140, 1181, 1181, 1181, 0, 0, 1181, 1181, 1181, 0, 0, 0, 0, 1181, 1181, 1181, 1190, 1190, 1190, 0, 0, 1190, 1190, 1190, 0, 0, 0, 0, 1190, 1190, 1190, 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, 1190, 1194, 1194, 1194, 0, 0, 1194, 1194, 1194, 0, 0, 0, 0, 1194, 1194, 1194, 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, 0, 0, 0, 0, 0, 1194, 1198, 1198, 1198, 0, 0, 1198, 1198, 1198, 0, 0, 0, 0, 1198, 1198, 1198, 1233, 1233, 1233, 0, 0, 1233, 1233, 1233, 0, 0, 0, 0, 1233, 1233, 1233, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1233, 1234, 1234, 1234, 1234, 0, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1237, 1237, 1237, 0, 0, 1237, 1237, 1237, 0, 0, 0, 0, 1237, 1237, 1237, 1242, 1242, 1242, 1242, 0, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1254, 1254, 1254, 1254, 0, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1254, 1263, 1263, 1263, 1263, 0, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1272, 1272, 1272, 0, 0, 1272, 1272, 1272, 0, 0, 0, 0, 1272, 1272, 1272, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1411, 1411, 0, 1411, 1411, 1412, 1412, 0, 1412, 1412, 1413, 1413, 0, 1413, 1413, 1414, 1414, 0, 1414, 1414, 1415, 1415, 0, 1415, 1415, 1416, 1416, 0, 1416, 1416, 1416, 1417, 1417, 0, 1417, 1417, 1418, 1418, 1418, 1418, 1418, 1418, 1418, 1419, 1419, 1419, 1419, 1419, 1421, 1421, 0, 1421, 1421, 1422, 1422, 1422, 1422, 1422, 1422, 1422, 1423, 1423, 0, 0, 1423, 1425, 1425, 0, 1425, 1425, 1426, 1426, 0, 1426, 1426, 1427, 1427, 0, 1427, 1428, 1428, 0, 1428, 1428, 1429, 1429, 0, 1429, 1429, 1430, 1430, 0, 1430, 1430, 1431, 1431, 0, 1431, 1431, 1432, 1432, 0, 1432, 1432, 1433, 1433, 0, 1433, 1433, 1434, 1434, 0, 1434, 1434, 1435, 1435, 0, 1435, 1435, 1435, 1436, 1436, 0, 1436, 1436, 1436, 1437, 1437, 1437, 1437, 1437, 1437, 1437, 1438, 1438, 0, 1438, 1438, 1439, 1439, 0, 1439, 1439, 1440, 1440, 0, 1440, 1440, 1441, 1441, 1441, 1441, 1441, 1442, 1442, 1442, 1442, 1442, 1443, 1443, 0, 1443, 1443, 1444, 1444, 0, 1444, 1444, 1445, 1445, 0, 1445, 1445, 1446, 1446, 0, 1446, 1446, 1447, 1447, 0, 1447, 1447, 1448, 1448, 0, 1448, 1448, 1449, 1449, 0, 1449, 1449, 1450, 1450, 0, 1450, 1450, 1451, 1451, 0, 1451, 1451, 1452, 1452, 0, 1452, 1452, 1453, 1453, 0, 1453, 1453, 1453, 1454, 1454, 0, 1454, 1454, 1454, 1455, 1455, 0, 1455, 1455, 1455, 1456, 1456, 0, 0, 1456, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1460, 1460, 0, 1460, 1460, 1461, 1461, 0, 1461, 1461, 1462, 1462, 0, 1462, 1462, 1463, 1463, 0, 1463, 1463, 1464, 1464, 0, 1464, 1464, 1465, 1465, 0, 1465, 1465, 1466, 1466, 0, 1466, 1466, 1467, 1467, 1467, 1467, 1467, 1468, 1468, 1468, 1468, 1468, 1469, 1469, 1469, 1469, 1469, 1470, 1470, 0, 1470, 1470, 1471, 1471, 0, 1471, 1471, 1472, 1472, 0, 1472, 1472, 1473, 1473, 0, 1473, 1473, 1474, 1474, 0, 1474, 1474, 1475, 1475, 0, 1475, 1475, 1476, 1476, 0, 1476, 1476, 1477, 1477, 0, 1477, 1477, 1478, 1478, 0, 1478, 1478, 1479, 1479, 0, 1479, 1479, 1480, 1480, 0, 1480, 1480, 1481, 1481, 0, 1481, 1481, 1482, 1482, 0, 1482, 1482, 1483, 1483, 0, 1483, 1483, 1484, 1484, 0, 1484, 1484, 1485, 1485, 0, 1485, 1485, 1486, 1486, 0, 1486, 1486, 1487, 1487, 0, 1487, 1487, 1488, 1488, 0, 1488, 1488, 1488, 1489, 1489, 0, 1489, 1489, 1489, 1490, 1490, 0, 1490, 1490, 1490, 1491, 1491, 0, 0, 1491, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1495, 1495, 0, 1495, 1495, 1496, 1496, 0, 1496, 1496, 1497, 1497, 0, 1497, 1497, 1498, 1498, 0, 1498, 1498, 1499, 1499, 0, 1499, 1499, 1500, 1500, 0, 1500, 1500, 1501, 1501, 0, 1501, 1501, 1502, 1502, 0, 1502, 1502, 1503, 1503, 0, 1503, 1503, 1504, 1504, 1504, 1504, 1504, 1505, 1505, 1505, 1505, 1505, 1506, 1506, 1506, 1506, 1506, 1507, 1507, 0, 1507, 1507, 1508, 1508, 0, 1508, 1508, 1509, 1509, 0, 1509, 1509, 1510, 1510, 0, 1510, 1510, 1511, 1511, 0, 1511, 1511, 1512, 1512, 0, 1512, 1512, 1513, 1513, 0, 1513, 1513, 1514, 1514, 0, 1514, 1514, 1515, 1515, 0, 1515, 1515, 1516, 1516, 0, 1516, 1516, 1517, 1517, 0, 1517, 1517, 1518, 1518, 0, 1518, 1518, 1519, 1519, 0, 1519, 1519, 1520, 1520, 0, 1520, 1520, 1521, 1521, 0, 1521, 1521, 1522, 1522, 0, 1522, 1522, 1523, 1523, 0, 1523, 1523, 1524, 1524, 0, 1524, 1524, 1525, 1525, 0, 1525, 1525, 1526, 1526, 0, 1526, 1526, 1526, 1527, 1527, 0, 1527, 1527, 1527, 1528, 1528, 0, 1528, 1528, 1528, 1529, 1529, 1529, 1529, 1529, 1529, 1529, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1532, 1532, 0, 1532, 1532, 1533, 1533, 0, 1533, 1533, 1534, 1534, 0, 1534, 1534, 1535, 1535, 0, 1535, 1535, 1536, 1536, 0, 1536, 1536, 1537, 1537, 0, 1537, 1537, 1538, 1538, 0, 1538, 1538, 1539, 1539, 1539, 1539, 1539, 1540, 1540, 1540, 1540, 1540, 1541, 1541, 1541, 1541, 1541, 1542, 1542, 0, 1542, 1542, 1543, 1543, 0, 1543, 1543, 1544, 1544, 0, 1544, 1544, 1545, 1545, 0, 1545, 1545, 1546, 1546, 0, 1546, 1546, 1547, 1547, 0, 1547, 1547, 1548, 1548, 0, 1548, 1548, 1549, 1549, 0, 1549, 1549, 1550, 1550, 0, 1550, 1550, 1551, 1551, 0, 1551, 1551, 1552, 1552, 0, 1552, 1552, 1553, 1553, 0, 1553, 1553, 1554, 1554, 0, 1554, 1554, 1555, 1555, 0, 1555, 1555, 1555, 1556, 1556, 1556, 1556, 1556, 1556, 1556, 1557, 1557, 1557, 1557, 1557, 1557, 1557, 1558, 1558, 1558, 1558, 1558, 1558, 1558, 1559, 1559, 0, 1559, 1559, 1560, 1560, 0, 1560, 1560, 1561, 1561, 0, 1561, 1561, 1562, 1562, 0, 1562, 1562, 1563, 1563, 0, 1563, 1563, 1564, 1564, 1564, 1564, 1564, 1565, 1565, 0, 1565, 1565, 1566, 1566, 0, 1566, 1566, 1567, 1567, 0, 1567, 1567, 1568, 1568, 0, 1568, 1568, 1569, 1569, 0, 1569, 1569, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1407 } ; /* Table of booleans, true if rule could match eol. */ static const flex_int32_t yy_rule_can_match_eol[106] = { 0, 1, 1, 1, 1, 1, 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, 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, 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, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, }; #define REJECT \ { \ *yy_cp = yyg->yy_hold_char; /* undo effects of setting up yytext */ \ yy_cp = yyg->yy_full_match; /* restore poss. backed-over text */ \ ++yyg->yy_lp; \ goto find_rule; \ } #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET #line 1 "util/parse-events.l" #line 11 "util/parse-events.l" #include #include #include #include #include "../perf.h" #include "parse-events.h" #include "parse-events-bison.h" #include "evsel.h" char *parse_events_get_text(yyscan_t yyscanner); YYSTYPE *parse_events_get_lval(yyscan_t yyscanner); static int __value(YYSTYPE *yylval, char *str, int base, int token) { u64 num; errno = 0; num = strtoull(str, NULL, base); if (errno) return PE_ERROR; yylval->num = num; return token; } static int value(yyscan_t scanner, int base) { YYSTYPE *yylval = parse_events_get_lval(scanner); char *text = parse_events_get_text(scanner); return __value(yylval, text, base, PE_VALUE); } static int str(yyscan_t scanner, int token) { YYSTYPE *yylval = parse_events_get_lval(scanner); char *text = parse_events_get_text(scanner); if (text[0] != '\'') { yylval->str = strdup(text); } else { /* * If a text tag specified on the command line * contains opening single quite ' then it is * expected that the tag ends with single quote * as well, like this: * name=\'CPU_CLK_UNHALTED.THREAD:cmask=1\' * quotes need to be escaped to bypass shell * processing. */ yylval->str = strndup(&text[1], strlen(text) - 2); } return token; } static int raw(yyscan_t scanner) { YYSTYPE *yylval = parse_events_get_lval(scanner); char *text = parse_events_get_text(scanner); if (perf_pmu__parse_check(text) == PMU_EVENT_SYMBOL) return str(scanner, PE_NAME); return __value(yylval, text + 1, 16, PE_RAW); } static bool isbpf_suffix(char *text) { int len = strlen(text); if (len < 2) return false; if ((text[len - 1] == 'c' || text[len - 1] == 'o') && text[len - 2] == '.') return true; if (len > 4 && !strcmp(text + len - 4, ".obj")) return true; return false; } static bool isbpf(yyscan_t scanner) { char *text = parse_events_get_text(scanner); struct stat st; if (!isbpf_suffix(text)) return false; return stat(text, &st) == 0; } /* * This function is called when the parser gets two kind of input: * * @cfg1 or @cfg2=config * * The leading '@' is stripped off before 'cfg1' and 'cfg2=config' are given to * bison. In the latter case it is necessary to keep the string intact so that * the PMU kernel driver can determine what configurable is associated to * 'config'. */ static int drv_str(yyscan_t scanner, int token) { YYSTYPE *yylval = parse_events_get_lval(scanner); char *text = parse_events_get_text(scanner); /* Strip off the '@' */ yylval->str = strdup(text + 1); return token; } #define REWIND(__alloc) \ do { \ YYSTYPE *__yylval = parse_events_get_lval(yyscanner); \ char *text = parse_events_get_text(yyscanner); \ \ if (__alloc) \ __yylval->str = strdup(text); \ \ yycolumn -= strlen(text); \ yyless(0); \ } while (0) static int pmu_str_check(yyscan_t scanner, struct parse_events_state *parse_state) { YYSTYPE *yylval = parse_events_get_lval(scanner); char *text = parse_events_get_text(scanner); yylval->str = strdup(text); if (parse_state->fake_pmu) return PE_PMU_EVENT_FAKE; switch (perf_pmu__parse_check(text)) { case PMU_EVENT_SYMBOL_PREFIX: return PE_PMU_EVENT_PRE; case PMU_EVENT_SYMBOL_SUFFIX: return PE_PMU_EVENT_SUF; case PMU_EVENT_SYMBOL: return PE_KERNEL_PMU_EVENT; default: return PE_NAME; } } static int sym(yyscan_t scanner, int type, int config) { YYSTYPE *yylval = parse_events_get_lval(scanner); yylval->num = (type << 16) + config; return type == PERF_TYPE_HARDWARE ? PE_VALUE_SYM_HW : PE_VALUE_SYM_SW; } static int tool(yyscan_t scanner, enum perf_tool_event event) { YYSTYPE *yylval = parse_events_get_lval(scanner); yylval->num = event; return PE_VALUE_SYM_TOOL; } static int term(yyscan_t scanner, int type) { YYSTYPE *yylval = parse_events_get_lval(scanner); yylval->num = type; return PE_TERM; } #define YY_USER_ACTION \ do { \ yylloc->last_column = yylloc->first_column; \ yylloc->first_column = yycolumn; \ yycolumn += yyleng; \ } while (0); #define USER_REJECT \ yycolumn -= yyleng; \ REJECT #line 4779 "/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/s4sk-poky-linux/perf/1.0-r9/perf-1.0/util/parse-events-flex.c" /* If you add a modifier you need to update check_modifier() */ #line 4782 "/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/s4sk-poky-linux/perf/1.0-r9/perf-1.0/util/parse-events-flex.c" #define INITIAL 0 #define mem 1 #define config 2 #define event 3 #define array 4 #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 /* Holds the entire state of the reentrant scanner. */ struct yyguts_t { /* User-defined. Not touched by flex. */ YY_EXTRA_TYPE yyextra_r; /* The rest are the same as the globals declared in the non-reentrant scanner. */ FILE *yyin_r, *yyout_r; size_t yy_buffer_stack_top; /**< index of top of stack. */ size_t yy_buffer_stack_max; /**< capacity of stack. */ YY_BUFFER_STATE * yy_buffer_stack; /**< Stack as an array. */ char yy_hold_char; int yy_n_chars; int yyleng_r; char *yy_c_buf_p; int yy_init; int yy_start; int yy_did_buffer_switch_on_eof; int yy_start_stack_ptr; int yy_start_stack_depth; int *yy_start_stack; yy_state_type yy_last_accepting_state; char* yy_last_accepting_cpos; int yylineno_r; int yy_flex_debug_r; yy_state_type *yy_state_buf; yy_state_type *yy_state_ptr; char *yy_full_match; int yy_lp; /* These are only needed for trailing context rules, * but there's no conditional variable for that yet. */ int yy_looking_for_trail_begin; int yy_full_lp; int *yy_full_state; char *yytext_r; int yy_more_flag; int yy_more_len; YYSTYPE * yylval_r; YYLTYPE * yylloc_r; }; /* end struct yyguts_t */ static int yy_init_globals ( yyscan_t yyscanner ); /* This must go here because YYSTYPE and YYLTYPE are included * from bison output in section 1.*/ # define yylval yyg->yylval_r # define yylloc yyg->yylloc_r int yylex_init (yyscan_t* scanner); int yylex_init_extra ( YY_EXTRA_TYPE user_defined, yyscan_t* scanner); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int yylex_destroy ( yyscan_t yyscanner ); int yyget_debug ( yyscan_t yyscanner ); void yyset_debug ( int debug_flag , yyscan_t yyscanner ); YY_EXTRA_TYPE yyget_extra ( yyscan_t yyscanner ); void yyset_extra ( YY_EXTRA_TYPE user_defined , yyscan_t yyscanner ); FILE *yyget_in ( yyscan_t yyscanner ); void yyset_in ( FILE * _in_str , yyscan_t yyscanner ); FILE *yyget_out ( yyscan_t yyscanner ); void yyset_out ( FILE * _out_str , yyscan_t yyscanner ); int yyget_leng ( yyscan_t yyscanner ); char *yyget_text ( yyscan_t yyscanner ); int yyget_lineno ( yyscan_t yyscanner ); void yyset_lineno ( int _line_number , yyscan_t yyscanner ); int yyget_column ( yyscan_t yyscanner ); void yyset_column ( int _column_no , yyscan_t yyscanner ); YYSTYPE * yyget_lval ( yyscan_t yyscanner ); void yyset_lval ( YYSTYPE * yylval_param , yyscan_t yyscanner ); YYLTYPE *yyget_lloc ( yyscan_t yyscanner ); void yyset_lloc ( YYLTYPE * yylloc_param , yyscan_t yyscanner ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int yywrap ( yyscan_t yyscanner ); #else extern int yywrap ( yyscan_t yyscanner ); #endif #endif #ifndef YY_NO_UNPUT static void yyunput ( int c, char *buf_ptr , yyscan_t yyscanner); #endif #ifndef yytext_ptr static void yy_flex_strncpy ( char *, const char *, int , yyscan_t yyscanner); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen ( const char * , yyscan_t yyscanner); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput ( yyscan_t yyscanner ); #else static int input ( yyscan_t yyscanner ); #endif #endif static void yy_push_state ( int _new_state , yyscan_t yyscanner); static void yy_pop_state ( yyscan_t yyscanner ); static int yy_top_state ( yyscan_t yyscanner ); /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #ifdef __ia64__ /* On IA-64, the buffer size is 16k, not 8k */ #define YY_READ_BUF_SIZE 16384 #else #define YY_READ_BUF_SIZE 8192 #endif /* __ia64__ */ #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ int n; \ for ( n = 0; n < max_size && \ (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( yyin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(yyin); \ } \ }\ \ #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 , yyscanner) #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 yylex \ (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner); #define YY_DECL int yylex \ (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after yytext and yyleng * 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 /*LINTED*/break; #endif #define YY_RULE_SETUP \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { yy_state_type yy_current_state; char *yy_cp, *yy_bp; int yy_act; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yylval = yylval_param; yylloc = yylloc_param; if ( !yyg->yy_init ) { yyg->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 ( ! yyg->yy_state_buf ) yyg->yy_state_buf = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE , yyscanner); if ( ! yyg->yy_state_buf ) YY_FATAL_ERROR( "out of dynamic memory in yylex()" ); if ( ! yyg->yy_start ) yyg->yy_start = 1; /* first start state */ if ( ! yyin ) yyin = stdin; if ( ! yyout ) yyout = stdout; if ( ! YY_CURRENT_BUFFER ) { yyensure_buffer_stack (yyscanner); YY_CURRENT_BUFFER_LVALUE = yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); } yy_load_buffer_state( yyscanner ); } { #line 216 "util/parse-events.l" #line 220 "util/parse-events.l" struct parse_events_state *_parse_state = parse_events_get_extra(yyscanner); { int start_token = _parse_state->stoken; if (start_token == PE_START_TERMS) BEGIN(config); else if (start_token == PE_START_EVENTS) BEGIN(event); if (start_token) { _parse_state->stoken = 0; /* * The flex parser does not init locations variable * via the scan_string interface, so we need do the * init in here. */ yycolumn = 0; return start_token; } } #line 5121 "/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/s4sk-poky-linux/perf/1.0-r9/perf-1.0/util/parse-events-flex.c" while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ { yy_cp = yyg->yy_c_buf_p; /* Support of yytext. */ *yy_cp = yyg->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 = yyg->yy_start; yyg->yy_state_ptr = yyg->yy_state_buf; *yyg->yy_state_ptr++ = yy_current_state; yy_match: do { 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 >= 1408 ) yy_c = yy_meta[yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; *yyg->yy_state_ptr++ = yy_current_state; ++yy_cp; } while ( yy_base[yy_current_state] != 14474 ); yy_find_action: yy_current_state = *--yyg->yy_state_ptr; yyg->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 ( yyg->yy_lp && yyg->yy_lp < yy_accept[yy_current_state + 1] ) { yy_act = yy_acclist[yyg->yy_lp]; { yyg->yy_full_match = yy_cp; break; } } --yy_cp; yy_current_state = *--yyg->yy_state_ptr; yyg->yy_lp = yy_accept[yy_current_state]; } YY_DO_BEFORE_ACTION; if ( yy_act != YY_END_OF_BUFFER && yy_rule_can_match_eol[yy_act] ) { int yyl; for ( yyl = 0; yyl < yyleng; ++yyl ) if ( yytext[yyl] == '\n' ) do{ yylineno++; yycolumn=0; }while(0) ; } 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 245 "util/parse-events.l" { BEGIN(INITIAL); REWIND(0); } YY_BREAK case 2: /* rule 2 can match eol */ #line 251 "util/parse-events.l" case 3: /* rule 3 can match eol */ #line 252 "util/parse-events.l" case 4: /* rule 4 can match eol */ #line 253 "util/parse-events.l" case 5: /* rule 5 can match eol */ YY_RULE_SETUP #line 253 "util/parse-events.l" { BEGIN(INITIAL); REWIND(1); return PE_EVENT_NAME; } YY_BREAK case YY_STATE_EOF(event): #line 259 "util/parse-events.l" { BEGIN(INITIAL); REWIND(0); } YY_BREAK case 6: YY_RULE_SETUP #line 263 "util/parse-events.l" { return ','; } YY_BREAK case 7: YY_RULE_SETUP #line 269 "util/parse-events.l" { BEGIN(config); return ']'; } YY_BREAK case 8: YY_RULE_SETUP #line 270 "util/parse-events.l" { return value(yyscanner, 10); } YY_BREAK case 9: YY_RULE_SETUP #line 271 "util/parse-events.l" { return value(yyscanner, 16); } YY_BREAK case 10: YY_RULE_SETUP #line 272 "util/parse-events.l" { return ','; } YY_BREAK case 11: YY_RULE_SETUP #line 273 "util/parse-events.l" { return PE_ARRAY_RANGE; } YY_BREAK /* * Please update config_term_names when new static term is added. */ case 12: YY_RULE_SETUP #line 280 "util/parse-events.l" { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_CONFIG); } YY_BREAK case 13: YY_RULE_SETUP #line 281 "util/parse-events.l" { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_CONFIG1); } YY_BREAK case 14: YY_RULE_SETUP #line 282 "util/parse-events.l" { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_CONFIG2); } YY_BREAK case 15: YY_RULE_SETUP #line 283 "util/parse-events.l" { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_NAME); } YY_BREAK case 16: YY_RULE_SETUP #line 284 "util/parse-events.l" { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_SAMPLE_PERIOD); } YY_BREAK case 17: YY_RULE_SETUP #line 285 "util/parse-events.l" { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_SAMPLE_FREQ); } YY_BREAK case 18: YY_RULE_SETUP #line 286 "util/parse-events.l" { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_BRANCH_SAMPLE_TYPE); } YY_BREAK case 19: YY_RULE_SETUP #line 287 "util/parse-events.l" { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_TIME); } YY_BREAK case 20: YY_RULE_SETUP #line 288 "util/parse-events.l" { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_CALLGRAPH); } YY_BREAK case 21: YY_RULE_SETUP #line 289 "util/parse-events.l" { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_STACKSIZE); } YY_BREAK case 22: YY_RULE_SETUP #line 290 "util/parse-events.l" { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_MAX_STACK); } YY_BREAK case 23: YY_RULE_SETUP #line 291 "util/parse-events.l" { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_MAX_EVENTS); } YY_BREAK case 24: YY_RULE_SETUP #line 292 "util/parse-events.l" { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_INHERIT); } YY_BREAK case 25: YY_RULE_SETUP #line 293 "util/parse-events.l" { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_NOINHERIT); } YY_BREAK case 26: YY_RULE_SETUP #line 294 "util/parse-events.l" { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_OVERWRITE); } YY_BREAK case 27: YY_RULE_SETUP #line 295 "util/parse-events.l" { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_NOOVERWRITE); } YY_BREAK case 28: YY_RULE_SETUP #line 296 "util/parse-events.l" { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_PERCORE); } YY_BREAK case 29: YY_RULE_SETUP #line 297 "util/parse-events.l" { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_AUX_OUTPUT); } YY_BREAK case 30: YY_RULE_SETUP #line 298 "util/parse-events.l" { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_AUX_SAMPLE_SIZE); } YY_BREAK case 31: YY_RULE_SETUP #line 299 "util/parse-events.l" { return raw(yyscanner); } YY_BREAK case 32: YY_RULE_SETUP #line 300 "util/parse-events.l" { return raw(yyscanner); } YY_BREAK case 33: YY_RULE_SETUP #line 301 "util/parse-events.l" { return ','; } YY_BREAK case 34: YY_RULE_SETUP #line 302 "util/parse-events.l" { BEGIN(INITIAL); return '/'; } YY_BREAK case 35: YY_RULE_SETUP #line 303 "util/parse-events.l" { return str(yyscanner, PE_NAME); } YY_BREAK case 36: YY_RULE_SETUP #line 304 "util/parse-events.l" { return PE_ARRAY_ALL; } YY_BREAK case 37: YY_RULE_SETUP #line 305 "util/parse-events.l" { BEGIN(array); return '['; } YY_BREAK case 38: YY_RULE_SETUP #line 306 "util/parse-events.l" { return drv_str(yyscanner, PE_DRV_CFG_TERM); } YY_BREAK case 39: YY_RULE_SETUP #line 310 "util/parse-events.l" { return str(yyscanner, PE_MODIFIER_BP); } YY_BREAK case 40: YY_RULE_SETUP #line 311 "util/parse-events.l" { return ':'; } YY_BREAK case 41: YY_RULE_SETUP #line 312 "util/parse-events.l" { return '/'; } YY_BREAK case 42: YY_RULE_SETUP #line 313 "util/parse-events.l" { return value(yyscanner, 10); } YY_BREAK case 43: YY_RULE_SETUP #line 314 "util/parse-events.l" { return value(yyscanner, 16); } YY_BREAK /* * We need to separate 'mem:' scanner part, in order to get specific * modifier bits parsed out. Otherwise we would need to handle PE_NAME * and we'd need to parse it manually. During the escape from * state we need to put the escaping char back, so we dont miss it. */ case 44: YY_RULE_SETUP #line 321 "util/parse-events.l" { unput(*yytext); BEGIN(INITIAL); } YY_BREAK /* * We destroy the scanner after reaching EOF, * but anyway just to be sure get back to INIT state. */ case YY_STATE_EOF(mem): #line 326 "util/parse-events.l" { BEGIN(INITIAL); } YY_BREAK case 45: YY_RULE_SETUP #line 329 "util/parse-events.l" { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_CPU_CYCLES); } YY_BREAK case 46: YY_RULE_SETUP #line 330 "util/parse-events.l" { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_STALLED_CYCLES_FRONTEND); } YY_BREAK case 47: YY_RULE_SETUP #line 331 "util/parse-events.l" { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_STALLED_CYCLES_BACKEND); } YY_BREAK case 48: YY_RULE_SETUP #line 332 "util/parse-events.l" { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_INSTRUCTIONS); } YY_BREAK case 49: YY_RULE_SETUP #line 333 "util/parse-events.l" { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_CACHE_REFERENCES); } YY_BREAK case 50: YY_RULE_SETUP #line 334 "util/parse-events.l" { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_CACHE_MISSES); } YY_BREAK case 51: YY_RULE_SETUP #line 335 "util/parse-events.l" { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_BRANCH_INSTRUCTIONS); } YY_BREAK case 52: YY_RULE_SETUP #line 336 "util/parse-events.l" { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_BRANCH_MISSES); } YY_BREAK case 53: YY_RULE_SETUP #line 337 "util/parse-events.l" { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_BUS_CYCLES); } YY_BREAK case 54: YY_RULE_SETUP #line 338 "util/parse-events.l" { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_REF_CPU_CYCLES); } YY_BREAK case 55: YY_RULE_SETUP #line 339 "util/parse-events.l" { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_CPU_CLOCK); } YY_BREAK case 56: YY_RULE_SETUP #line 340 "util/parse-events.l" { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_TASK_CLOCK); } YY_BREAK case 57: YY_RULE_SETUP #line 341 "util/parse-events.l" { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS); } YY_BREAK case 58: YY_RULE_SETUP #line 342 "util/parse-events.l" { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS_MIN); } YY_BREAK case 59: YY_RULE_SETUP #line 343 "util/parse-events.l" { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS_MAJ); } YY_BREAK case 60: YY_RULE_SETUP #line 344 "util/parse-events.l" { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_CONTEXT_SWITCHES); } YY_BREAK case 61: YY_RULE_SETUP #line 345 "util/parse-events.l" { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_CPU_MIGRATIONS); } YY_BREAK case 62: YY_RULE_SETUP #line 346 "util/parse-events.l" { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_ALIGNMENT_FAULTS); } YY_BREAK case 63: YY_RULE_SETUP #line 347 "util/parse-events.l" { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_EMULATION_FAULTS); } YY_BREAK case 64: YY_RULE_SETUP #line 348 "util/parse-events.l" { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_DUMMY); } YY_BREAK case 65: YY_RULE_SETUP #line 349 "util/parse-events.l" { return tool(yyscanner, PERF_TOOL_DURATION_TIME); } YY_BREAK case 66: YY_RULE_SETUP #line 350 "util/parse-events.l" { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_BPF_OUTPUT); } YY_BREAK /* * We have to handle the kernel PMU event cycles-ct/cycles-t/mem-loads/mem-stores separately. * Because the prefix cycles is mixed up with cpu-cycles. * loads and stores are mixed up with cache event */ case 67: #line 358 "util/parse-events.l" case 68: #line 359 "util/parse-events.l" case 69: #line 360 "util/parse-events.l" case 70: #line 361 "util/parse-events.l" case 71: #line 362 "util/parse-events.l" case 72: #line 363 "util/parse-events.l" case 73: YY_RULE_SETUP #line 363 "util/parse-events.l" { return str(yyscanner, PE_KERNEL_PMU_EVENT); } YY_BREAK case 74: #line 366 "util/parse-events.l" case 75: #line 367 "util/parse-events.l" case 76: #line 368 "util/parse-events.l" case 77: #line 369 "util/parse-events.l" case 78: #line 370 "util/parse-events.l" case 79: #line 371 "util/parse-events.l" case 80: YY_RULE_SETUP #line 371 "util/parse-events.l" { return str(yyscanner, PE_NAME_CACHE_TYPE); } YY_BREAK case 81: #line 374 "util/parse-events.l" case 82: #line 375 "util/parse-events.l" case 83: #line 376 "util/parse-events.l" case 84: #line 377 "util/parse-events.l" case 85: #line 378 "util/parse-events.l" case 86: YY_RULE_SETUP #line 378 "util/parse-events.l" { return str(yyscanner, PE_NAME_CACHE_OP_RESULT); } YY_BREAK case 87: YY_RULE_SETUP #line 380 "util/parse-events.l" { BEGIN(mem); return PE_PREFIX_MEM; } YY_BREAK case 88: YY_RULE_SETUP #line 381 "util/parse-events.l" { return raw(yyscanner); } YY_BREAK case 89: YY_RULE_SETUP #line 382 "util/parse-events.l" { return value(yyscanner, 10); } YY_BREAK case 90: YY_RULE_SETUP #line 383 "util/parse-events.l" { return value(yyscanner, 16); } YY_BREAK case 91: YY_RULE_SETUP #line 385 "util/parse-events.l" { return str(yyscanner, PE_MODIFIER_EVENT); } YY_BREAK case 92: /* rule 92 can match eol */ YY_RULE_SETUP #line 386 "util/parse-events.l" { if (!isbpf(yyscanner)) { USER_REJECT }; return str(yyscanner, PE_BPF_OBJECT); } YY_BREAK case 93: /* rule 93 can match eol */ YY_RULE_SETUP #line 387 "util/parse-events.l" { if (!isbpf(yyscanner)) { USER_REJECT }; return str(yyscanner, PE_BPF_SOURCE); } YY_BREAK case 94: YY_RULE_SETUP #line 388 "util/parse-events.l" { return pmu_str_check(yyscanner, _parse_state); } YY_BREAK case 95: YY_RULE_SETUP #line 389 "util/parse-events.l" { return str(yyscanner, PE_NAME); } YY_BREAK case 96: YY_RULE_SETUP #line 390 "util/parse-events.l" { BEGIN(config); return '/'; } YY_BREAK case 97: YY_RULE_SETUP #line 391 "util/parse-events.l" { return '-'; } YY_BREAK case 98: YY_RULE_SETUP #line 392 "util/parse-events.l" { BEGIN(event); return ','; } YY_BREAK case 99: YY_RULE_SETUP #line 393 "util/parse-events.l" { return ':'; } YY_BREAK case 100: YY_RULE_SETUP #line 394 "util/parse-events.l" { BEGIN(event); return '{'; } YY_BREAK case 101: YY_RULE_SETUP #line 395 "util/parse-events.l" { return '}'; } YY_BREAK case 102: YY_RULE_SETUP #line 396 "util/parse-events.l" { return '='; } YY_BREAK case 103: /* rule 103 can match eol */ YY_RULE_SETUP #line 397 "util/parse-events.l" { } YY_BREAK case 104: YY_RULE_SETUP #line 398 "util/parse-events.l" { } YY_BREAK case 105: YY_RULE_SETUP #line 400 "util/parse-events.l" ECHO; YY_BREAK #line 5714 "/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/s4sk-poky-linux/perf/1.0-r9/perf-1.0/util/parse-events-flex.c" case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(config): case YY_STATE_EOF(array): yyterminate(); case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - yyg->yytext_ptr) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = yyg->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 yyin at a new source and called * yylex(). 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. */ yyg->yy_n_chars = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; 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 ( yyg->yy_c_buf_p <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] ) { /* This was really a NUL. */ yy_state_type yy_next_state; yyg->yy_c_buf_p = yyg->yytext_ptr + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( yyscanner ); /* 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 , yyscanner); yy_bp = yyg->yytext_ptr + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++yyg->yy_c_buf_p; yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = yyg->yy_c_buf_p; goto yy_find_action; } } else switch ( yy_get_next_buffer( yyscanner ) ) { case EOB_ACT_END_OF_FILE: { yyg->yy_did_buffer_switch_on_eof = 0; if ( yywrap( yyscanner ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * yytext, 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. */ yyg->yy_c_buf_p = yyg->yytext_ptr + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! yyg->yy_did_buffer_switch_on_eof ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: yyg->yy_c_buf_p = yyg->yytext_ptr + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( yyscanner ); yy_cp = yyg->yy_c_buf_p; yy_bp = yyg->yytext_ptr + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: yyg->yy_c_buf_p = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars]; yy_current_state = yy_get_previous_state( yyscanner ); yy_cp = yyg->yy_c_buf_p; yy_bp = yyg->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 user's declarations */ } /* end of yylex */ /* 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 (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; char *source = yyg->yytext_ptr; int number_to_move, i; int ret_val; if ( yyg->yy_c_buf_p > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->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 ( yyg->yy_c_buf_p - yyg->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) (yyg->yy_c_buf_p - yyg->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 = yyg->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]), yyg->yy_n_chars, num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars; } if ( yyg->yy_n_chars == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; yyrestart( yyin , yyscanner); } 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; if ((yyg->yy_n_chars + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ int new_size = yyg->yy_n_chars + number_to_move + (yyg->yy_n_chars >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc( (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size , yyscanner ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); /* "- 2" to take care of EOB's */ YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (int) (new_size - 2); } yyg->yy_n_chars += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars + 1] = YY_END_OF_BUFFER_CHAR; yyg->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 (yyscan_t yyscanner) { yy_state_type yy_current_state; char *yy_cp; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yy_current_state = yyg->yy_start; yyg->yy_state_ptr = yyg->yy_state_buf; *yyg->yy_state_ptr++ = yy_current_state; for ( yy_cp = yyg->yytext_ptr + YY_MORE_ADJ; yy_cp < yyg->yy_c_buf_p; ++yy_cp ) { 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 >= 1408 ) yy_c = yy_meta[yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; *yyg->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 , yyscan_t yyscanner) { int yy_is_jam; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* This var may be unused depending upon options. */ 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 >= 1408 ) yy_c = yy_meta[yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; yy_is_jam = (yy_current_state == 1407); if ( ! yy_is_jam ) *yyg->yy_state_ptr++ = yy_current_state; (void)yyg; return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT static void yyunput (int c, char * yy_bp , yyscan_t yyscanner) { char *yy_cp; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yy_cp = yyg->yy_c_buf_p; /* undo effects of setting up yytext */ *yy_cp = yyg->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. */ int number_to_move = yyg->yy_n_chars + 2; char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; 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 = yyg->yy_n_chars = (int) 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; if ( c == '\n' ){ --yylineno; } yyg->yytext_ptr = yy_bp; yyg->yy_hold_char = *yy_cp; yyg->yy_c_buf_p = yy_cp; } #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (yyscan_t yyscanner) #else static int input (yyscan_t yyscanner) #endif { int c; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; *yyg->yy_c_buf_p = yyg->yy_hold_char; if ( *yyg->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 ( yyg->yy_c_buf_p < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] ) /* This was really a NUL. */ *yyg->yy_c_buf_p = '\0'; else { /* need more input */ int offset = (int) (yyg->yy_c_buf_p - yyg->yytext_ptr); ++yyg->yy_c_buf_p; switch ( yy_get_next_buffer( yyscanner ) ) { 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. */ yyrestart( yyin , yyscanner); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( yywrap( yyscanner ) ) return 0; if ( ! yyg->yy_did_buffer_switch_on_eof ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(yyscanner); #else return input(yyscanner); #endif } case EOB_ACT_CONTINUE_SCAN: yyg->yy_c_buf_p = yyg->yytext_ptr + offset; break; } } } c = *(unsigned char *) yyg->yy_c_buf_p; /* cast for 8-bit char's */ *yyg->yy_c_buf_p = '\0'; /* preserve yytext */ yyg->yy_hold_char = *++yyg->yy_c_buf_p; if ( c == '\n' ) do{ yylineno++; yycolumn=0; }while(0) ; return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * @param yyscanner The scanner object. * @note This function does not reset the start condition to @c INITIAL . */ void yyrestart (FILE * input_file , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if ( ! YY_CURRENT_BUFFER ){ yyensure_buffer_stack (yyscanner); YY_CURRENT_BUFFER_LVALUE = yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); } yy_init_buffer( YY_CURRENT_BUFFER, input_file , yyscanner); yy_load_buffer_state( yyscanner ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * @param yyscanner The scanner object. */ void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* TODO. We should be able to replace this entire function body * with * yypop_buffer_state(); * yypush_buffer_state(new_buffer); */ yyensure_buffer_stack (yyscanner); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *yyg->yy_c_buf_p = yyg->yy_hold_char; YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = yyg->yy_c_buf_p; YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars; } YY_CURRENT_BUFFER_LVALUE = new_buffer; yy_load_buffer_state( yyscanner ); /* We don't actually know whether we did this switch during * EOF (yywrap()) processing, but the only time this flag * is looked at is after yywrap() is called, so it's safe * to go ahead and always set it. */ yyg->yy_did_buffer_switch_on_eof = 1; } static void yy_load_buffer_state (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yyg->yy_n_chars = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; yyg->yytext_ptr = yyg->yy_c_buf_p = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; yyg->yy_hold_char = *yyg->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. * @param yyscanner The scanner object. * @return the allocated buffer state. */ YY_BUFFER_STATE yy_create_buffer (FILE * file, int size , yyscan_t yyscanner) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in yy_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 *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) , yyscanner ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); b->yy_is_our_buffer = 1; yy_init_buffer( b, file , yyscanner); return b; } /** Destroy the buffer. * @param b a buffer created with yy_create_buffer() * @param yyscanner The scanner object. */ void yy_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; 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 ) yyfree( (void *) b->yy_ch_buf , yyscanner ); yyfree( (void *) b , yyscanner ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a yyrestart() or at EOF. */ static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) { int oerrno = errno; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yy_flush_buffer( b , yyscanner); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then yy_init_buffer was _probably_ * called from yyrestart() 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. * @param yyscanner The scanner object. */ void yy_flush_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; 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 ) yy_load_buffer_state( yyscanner ); } /** 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. * @param yyscanner The scanner object. */ void yypush_buffer_state (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if (new_buffer == NULL) return; yyensure_buffer_stack(yyscanner); /* This block is copied from yy_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *yyg->yy_c_buf_p = yyg->yy_hold_char; YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = yyg->yy_c_buf_p; YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars; } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) yyg->yy_buffer_stack_top++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from yy_switch_to_buffer. */ yy_load_buffer_state( yyscanner ); yyg->yy_did_buffer_switch_on_eof = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * @param yyscanner The scanner object. */ void yypop_buffer_state (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if (!YY_CURRENT_BUFFER) return; yy_delete_buffer(YY_CURRENT_BUFFER , yyscanner); YY_CURRENT_BUFFER_LVALUE = NULL; if (yyg->yy_buffer_stack_top > 0) --yyg->yy_buffer_stack_top; if (YY_CURRENT_BUFFER) { yy_load_buffer_state( yyscanner ); yyg->yy_did_buffer_switch_on_eof = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void yyensure_buffer_stack (yyscan_t yyscanner) { yy_size_t num_to_alloc; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if (!yyg->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; /* After all that talk, this was set to 1 anyways... */ yyg->yy_buffer_stack = (struct yy_buffer_state**)yyalloc (num_to_alloc * sizeof(struct yy_buffer_state*) , yyscanner); if ( ! yyg->yy_buffer_stack ) YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*)); yyg->yy_buffer_stack_max = num_to_alloc; yyg->yy_buffer_stack_top = 0; return; } if (yyg->yy_buffer_stack_top >= (yyg->yy_buffer_stack_max) - 1){ /* Increase the buffer to prepare for a possible push. */ yy_size_t grow_size = 8 /* arbitrary grow size */; num_to_alloc = yyg->yy_buffer_stack_max + grow_size; yyg->yy_buffer_stack = (struct yy_buffer_state**)yyrealloc (yyg->yy_buffer_stack, num_to_alloc * sizeof(struct yy_buffer_state*) , yyscanner); if ( ! yyg->yy_buffer_stack ) YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); /* zero only the new slots.*/ memset(yyg->yy_buffer_stack + yyg->yy_buffer_stack_max, 0, grow_size * sizeof(struct yy_buffer_state*)); yyg->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 * @param yyscanner The scanner object. * @return the newly allocated buffer state object. */ YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size , yyscan_t yyscanner) { 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 NULL; b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); b->yy_buf_size = (int) (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 = NULL; 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; yy_switch_to_buffer( b , yyscanner ); return b; } /** Setup the input buffer state to scan a string. The next call to yylex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * @param yyscanner The scanner object. * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * yy_scan_bytes() instead. */ YY_BUFFER_STATE yy_scan_string (const char * yystr , yyscan_t yyscanner) { return yy_scan_bytes( yystr, (int) strlen(yystr) , yyscanner); } /** Setup the input buffer state to scan the given bytes. The next call to yylex() will * scan from a @e copy of @a bytes. * @param yybytes the byte buffer to scan * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. * @param yyscanner The scanner object. * @return the newly allocated buffer state object. */ YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = (yy_size_t) (_yybytes_len + 2); buf = (char *) yyalloc( n , yyscanner ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_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 = yy_scan_buffer( buf, n , yyscanner); if ( ! b ) YY_FATAL_ERROR( "bad buffer in yy_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; } static void yy_push_state (int _new_state , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if ( yyg->yy_start_stack_ptr >= yyg->yy_start_stack_depth ) { yy_size_t new_size; yyg->yy_start_stack_depth += YY_START_STACK_INCR; new_size = (yy_size_t) yyg->yy_start_stack_depth * sizeof( int ); if ( ! yyg->yy_start_stack ) yyg->yy_start_stack = (int *) yyalloc( new_size , yyscanner ); else yyg->yy_start_stack = (int *) yyrealloc( (void *) yyg->yy_start_stack, new_size , yyscanner ); if ( ! yyg->yy_start_stack ) YY_FATAL_ERROR( "out of memory expanding start-condition stack" ); } yyg->yy_start_stack[yyg->yy_start_stack_ptr++] = YY_START; BEGIN(_new_state); } static void yy_pop_state (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if ( --yyg->yy_start_stack_ptr < 0 ) YY_FATAL_ERROR( "start-condition stack underflow" ); BEGIN(yyg->yy_start_stack[yyg->yy_start_stack_ptr]); } static int yy_top_state (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yyg->yy_start_stack[yyg->yy_start_stack_ptr - 1]; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yynoreturn yy_fatal_error (const char* msg , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; (void)yyg; 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 yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ yytext[yyleng] = yyg->yy_hold_char; \ yyg->yy_c_buf_p = yytext + yyless_macro_arg; \ yyg->yy_hold_char = *yyg->yy_c_buf_p; \ *yyg->yy_c_buf_p = '\0'; \ yyleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the user-defined data for this scanner. * @param yyscanner The scanner object. */ YY_EXTRA_TYPE yyget_extra (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yyextra; } /** Get the current line number. * @param yyscanner The scanner object. */ int yyget_lineno (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if (! YY_CURRENT_BUFFER) return 0; return yylineno; } /** Get the current column number. * @param yyscanner The scanner object. */ int yyget_column (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if (! YY_CURRENT_BUFFER) return 0; return yycolumn; } /** Get the input stream. * @param yyscanner The scanner object. */ FILE *yyget_in (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yyin; } /** Get the output stream. * @param yyscanner The scanner object. */ FILE *yyget_out (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yyout; } /** Get the length of the current token. * @param yyscanner The scanner object. */ int yyget_leng (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yyleng; } /** Get the current token. * @param yyscanner The scanner object. */ char *yyget_text (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yytext; } /** Set the user-defined data. This data is never touched by the scanner. * @param user_defined The data to be associated with this scanner. * @param yyscanner The scanner object. */ void yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yyextra = user_defined ; } /** Set the current line number. * @param _line_number line number * @param yyscanner The scanner object. */ void yyset_lineno (int _line_number , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* lineno is only valid if an input buffer exists. */ if (! YY_CURRENT_BUFFER ) YY_FATAL_ERROR( "yyset_lineno called with no buffer" ); yylineno = _line_number; } /** Set the current column. * @param _column_no column number * @param yyscanner The scanner object. */ void yyset_column (int _column_no , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* column is only valid if an input buffer exists. */ if (! YY_CURRENT_BUFFER ) YY_FATAL_ERROR( "yyset_column called with no buffer" ); yycolumn = _column_no; } /** Set the input stream. This does not discard the current * input buffer. * @param _in_str A readable stream. * @param yyscanner The scanner object. * @see yy_switch_to_buffer */ void yyset_in (FILE * _in_str , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yyin = _in_str ; } void yyset_out (FILE * _out_str , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yyout = _out_str ; } int yyget_debug (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yy_flex_debug; } void yyset_debug (int _bdebug , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yy_flex_debug = _bdebug ; } /* Accessor methods for yylval and yylloc */ YYSTYPE * yyget_lval (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yylval; } void yyset_lval (YYSTYPE * yylval_param , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yylval = yylval_param; } YYLTYPE *yyget_lloc (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yylloc; } void yyset_lloc (YYLTYPE * yylloc_param , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yylloc = yylloc_param; } /* User-visible API */ /* yylex_init is special because it creates the scanner itself, so it is * the ONLY reentrant function that doesn't take the scanner as the last argument. * That's why we explicitly handle the declaration, instead of using our macros. */ int yylex_init(yyscan_t* ptr_yy_globals) { if (ptr_yy_globals == NULL){ errno = EINVAL; return 1; } *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL ); if (*ptr_yy_globals == NULL){ errno = ENOMEM; return 1; } /* By setting to 0xAA, we expose bugs in yy_init_globals. Leave at 0x00 for releases. */ memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); return yy_init_globals ( *ptr_yy_globals ); } /* yylex_init_extra has the same functionality as yylex_init, but follows the * convention of taking the scanner as the last argument. Note however, that * this is a *pointer* to a scanner, as it will be allocated by this call (and * is the reason, too, why this function also must handle its own declaration). * The user defined value in the first argument will be available to yyalloc in * the yyextra field. */ int yylex_init_extra( YY_EXTRA_TYPE yy_user_defined, yyscan_t* ptr_yy_globals ) { struct yyguts_t dummy_yyguts; yyset_extra (yy_user_defined, &dummy_yyguts); if (ptr_yy_globals == NULL){ errno = EINVAL; return 1; } *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); if (*ptr_yy_globals == NULL){ errno = ENOMEM; return 1; } /* By setting to 0xAA, we expose bugs in yy_init_globals. Leave at 0x00 for releases. */ memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); yyset_extra (yy_user_defined, *ptr_yy_globals); return yy_init_globals ( *ptr_yy_globals ); } static int yy_init_globals (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* Initialization is the same as for the non-reentrant scanner. * This function is called from yylex_destroy(), so don't allocate here. */ yyg->yy_buffer_stack = NULL; yyg->yy_buffer_stack_top = 0; yyg->yy_buffer_stack_max = 0; yyg->yy_c_buf_p = NULL; yyg->yy_init = 0; yyg->yy_start = 0; yyg->yy_start_stack_ptr = 0; yyg->yy_start_stack_depth = 0; yyg->yy_start_stack = NULL; yyg->yy_state_buf = 0; yyg->yy_state_ptr = 0; yyg->yy_full_match = 0; yyg->yy_lp = 0; /* Defined in main.c */ #ifdef YY_STDINIT yyin = stdin; yyout = stdout; #else yyin = NULL; yyout = NULL; #endif /* For future reference: Set errno on error, since we are called by * yylex_init() */ return 0; } /* yylex_destroy is for both reentrant and non-reentrant scanners. */ int yylex_destroy (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ yy_delete_buffer( YY_CURRENT_BUFFER , yyscanner ); YY_CURRENT_BUFFER_LVALUE = NULL; yypop_buffer_state(yyscanner); } /* Destroy the stack itself. */ yyfree(yyg->yy_buffer_stack , yyscanner); yyg->yy_buffer_stack = NULL; /* Destroy the start condition stack. */ yyfree( yyg->yy_start_stack , yyscanner ); yyg->yy_start_stack = NULL; yyfree ( yyg->yy_state_buf , yyscanner); yyg->yy_state_buf = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * yylex() is called, initialization will occur. */ yy_init_globals( yyscanner); /* Destroy the main struct (reentrant only). */ yyfree ( yyscanner , yyscanner ); yyscanner = NULL; return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, const char * s2, int n , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; (void)yyg; int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (const char * s , yyscan_t yyscanner) { int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *yyalloc (yy_size_t size , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; (void)yyg; return malloc(size); } void *yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; (void)yyg; /* 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 realloc(ptr, size); } void yyfree (void * ptr , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; (void)yyg; free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 400 "util/parse-events.l" int parse_events_wrap(void *scanner __maybe_unused) { return 1; }