#line 2 "scanner.c" #line 4 "scanner.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ /* %not-for-header */ /* %if-c-only */ /* %if-not-reentrant */ /* %endif */ /* %endif */ /* %ok-for-header */ #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 /* %if-c++-only */ /* %endif */ /* %if-c-only */ #ifdef yy_create_buffer #define nft__create_buffer_ALREADY_DEFINED #else #define yy_create_buffer nft__create_buffer #endif #ifdef yy_delete_buffer #define nft__delete_buffer_ALREADY_DEFINED #else #define yy_delete_buffer nft__delete_buffer #endif #ifdef yy_scan_buffer #define nft__scan_buffer_ALREADY_DEFINED #else #define yy_scan_buffer nft__scan_buffer #endif #ifdef yy_scan_string #define nft__scan_string_ALREADY_DEFINED #else #define yy_scan_string nft__scan_string #endif #ifdef yy_scan_bytes #define nft__scan_bytes_ALREADY_DEFINED #else #define yy_scan_bytes nft__scan_bytes #endif #ifdef yy_init_buffer #define nft__init_buffer_ALREADY_DEFINED #else #define yy_init_buffer nft__init_buffer #endif #ifdef yy_flush_buffer #define nft__flush_buffer_ALREADY_DEFINED #else #define yy_flush_buffer nft__flush_buffer #endif #ifdef yy_load_buffer_state #define nft__load_buffer_state_ALREADY_DEFINED #else #define yy_load_buffer_state nft__load_buffer_state #endif #ifdef yy_switch_to_buffer #define nft__switch_to_buffer_ALREADY_DEFINED #else #define yy_switch_to_buffer nft__switch_to_buffer #endif #ifdef yypush_buffer_state #define nft_push_buffer_state_ALREADY_DEFINED #else #define yypush_buffer_state nft_push_buffer_state #endif #ifdef yypop_buffer_state #define nft_pop_buffer_state_ALREADY_DEFINED #else #define yypop_buffer_state nft_pop_buffer_state #endif #ifdef yyensure_buffer_stack #define nft_ensure_buffer_stack_ALREADY_DEFINED #else #define yyensure_buffer_stack nft_ensure_buffer_stack #endif #ifdef yylex #define nft_lex_ALREADY_DEFINED #else #define yylex nft_lex #endif #ifdef yyrestart #define nft_restart_ALREADY_DEFINED #else #define yyrestart nft_restart #endif #ifdef yylex_init #define nft_lex_init_ALREADY_DEFINED #else #define yylex_init nft_lex_init #endif #ifdef yylex_init_extra #define nft_lex_init_extra_ALREADY_DEFINED #else #define yylex_init_extra nft_lex_init_extra #endif #ifdef yylex_destroy #define nft_lex_destroy_ALREADY_DEFINED #else #define yylex_destroy nft_lex_destroy #endif #ifdef yyget_debug #define nft_get_debug_ALREADY_DEFINED #else #define yyget_debug nft_get_debug #endif #ifdef yyset_debug #define nft_set_debug_ALREADY_DEFINED #else #define yyset_debug nft_set_debug #endif #ifdef yyget_extra #define nft_get_extra_ALREADY_DEFINED #else #define yyget_extra nft_get_extra #endif #ifdef yyset_extra #define nft_set_extra_ALREADY_DEFINED #else #define yyset_extra nft_set_extra #endif #ifdef yyget_in #define nft_get_in_ALREADY_DEFINED #else #define yyget_in nft_get_in #endif #ifdef yyset_in #define nft_set_in_ALREADY_DEFINED #else #define yyset_in nft_set_in #endif #ifdef yyget_out #define nft_get_out_ALREADY_DEFINED #else #define yyget_out nft_get_out #endif #ifdef yyset_out #define nft_set_out_ALREADY_DEFINED #else #define yyset_out nft_set_out #endif #ifdef yyget_leng #define nft_get_leng_ALREADY_DEFINED #else #define yyget_leng nft_get_leng #endif #ifdef yyget_text #define nft_get_text_ALREADY_DEFINED #else #define yyget_text nft_get_text #endif #ifdef yyget_lineno #define nft_get_lineno_ALREADY_DEFINED #else #define yyget_lineno nft_get_lineno #endif #ifdef yyset_lineno #define nft_set_lineno_ALREADY_DEFINED #else #define yyset_lineno nft_set_lineno #endif #ifdef yyget_column #define nft_get_column_ALREADY_DEFINED #else #define yyget_column nft_get_column #endif #ifdef yyset_column #define nft_set_column_ALREADY_DEFINED #else #define yyset_column nft_set_column #endif #ifdef yywrap #define nft_wrap_ALREADY_DEFINED #else #define yywrap nft_wrap #endif /* %endif */ #ifdef yyget_lval #define nft_get_lval_ALREADY_DEFINED #else #define yyget_lval nft_get_lval #endif #ifdef yyset_lval #define nft_set_lval_ALREADY_DEFINED #else #define yyset_lval nft_set_lval #endif #ifdef yyget_lloc #define nft_get_lloc_ALREADY_DEFINED #else #define yyget_lloc nft_get_lloc #endif #ifdef yyset_lloc #define nft_set_lloc_ALREADY_DEFINED #else #define yyset_lloc nft_set_lloc #endif #ifdef yyalloc #define nft_alloc_ALREADY_DEFINED #else #define yyalloc nft_alloc #endif #ifdef yyrealloc #define nft_realloc_ALREADY_DEFINED #else #define yyrealloc nft_realloc #endif #ifdef yyfree #define nft_free_ALREADY_DEFINED #else #define yyfree nft_free #endif /* %if-c-only */ /* %endif */ /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ /* %if-c-only */ #include #include #include #include /* %endif */ /* %if-tables-serialization */ /* %endif */ /* end standard C headers. */ /* %if-c-or-c++ */ /* 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 */ /* %endif */ /* begin standard C++ headers. */ /* %if-c++-only */ /* %endif */ /* TODO: this is always defined, so inline it */ #define yyconst const #if defined(__GNUC__) && __GNUC__ >= 3 #define yynoreturn __attribute__((__noreturn__)) #else #define yynoreturn #endif /* %not-for-header */ /* Returned upon end-of-file. */ #define YY_NULL 0 /* %ok-for-header */ /* %not-for-header */ /* 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)) /* %ok-for-header */ /* %if-reentrant */ /* 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 /* %endif */ /* %if-not-reentrant */ /* %endif */ /* 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 /* %if-not-reentrant */ /* %endif */ /* %if-c-only */ /* %if-not-reentrant */ /* %endif */ /* %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 { /* %if-c-only */ FILE *yy_input_file; /* %endif */ /* %if-c++-only */ /* %endif */ 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 */ /* %if-c-only Standard (non-C++) definition */ /* %not-for-header */ /* %if-not-reentrant */ /* %endif */ /* %ok-for-header */ /* %endif */ /* 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] /* %if-c-only Standard (non-C++) definition */ /* %if-not-reentrant */ /* %not-for-header */ /* %ok-for-header */ /* %endif */ 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 ); /* %endif */ 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) /* %% [1.0] yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here */ /* Begin user sect3 */ #define nft_wrap(yyscanner) (/*CONSTCOND*/1) #define YY_SKIP_YYWRAP #define FLEX_DEBUG typedef flex_uint8_t YY_CHAR; typedef int yy_state_type; #define yytext_ptr yytext_r /* %% [1.5] DFA */ /* %if-c-only Standard (non-C++) definition */ 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 ); /* %endif */ /* 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; \ /* %% [2.0] code to fiddle yytext and yyleng for yymore() goes here \ */\ yyleng = (int) (yy_cp - yy_bp); \ yyg->yy_hold_char = *yy_cp; \ *yy_cp = '\0'; \ /* %% [3.0] code to copy yytext_ptr to yytext[] goes here, if %array \ */\ yyg->yy_c_buf_p = yy_cp; /* %% [4.0] data tables for the DFA and the user's section 1 definitions go here */ #define YY_NUM_RULES 412 #define YY_END_OF_BUFFER 413 /* 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_accept[2383] = { 0, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 398, 413, 411, 407, 406, 408, 33, 411, 411, 39, 29, 21, 22, 37, 42, 13, 36, 14, 35, 400, 400, 400, 15, 16, 7, 40, 11, 38, 404, 404, 19, 411, 20, 27, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 17, 31, 18, 407, 408, 411, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 407, 408, 3, 0, 402, 0, 410, 403, 404, 0, 0, 400, 0, 0, 0, 398, 398, 398, 398, 400, 396, 23, 5, 1, 9, 25, 404, 0, 0, 405, 404, 404, 250, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 345, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 2, 404, 404, 404, 404, 404, 404, 404, 404, 10, 404, 404, 12, 404, 404, 404, 404, 404, 404, 404, 404, 404, 184, 404, 404, 404, 6, 404, 404, 404, 8, 404, 404, 316, 404, 404, 4, 404, 404, 404, 404, 404, 404, 32, 404, 404, 404, 404, 404, 404, 404, 404, 306, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 164, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 395, 407, 0, 0, 408, 0, 409, 404, 404, 404, 404, 404, 404, 404, 162, 163, 404, 404, 404, 404, 404, 404, 404, 404, 172, 404, 404, 32, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 6, 404, 404, 404, 404, 197, 195, 404, 77, 404, 404, 404, 404, 4, 404, 4, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 6, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 385, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 392, 404, 404, 404, 404, 404, 404, 404, 404, 404, 4, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 4, 404, 404, 404, 404, 404, 404, 404, 404, 404, 6, 404, 404, 404, 404, 6, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 403, 0, 400, 0, 398, 0, 396, 399, 0, 0, 0, 398, 0, 400, 396, 396, 396, 404, 0, 0, 0, 404, 80, 382, 30, 178, 404, 404, 404, 404, 404, 404, 404, 334, 404, 150, 404, 404, 404, 404, 404, 404, 404, 315, 370, 404, 188, 404, 253, 404, 404, 404, 404, 372, 404, 404, 404, 404, 371, 404, 404, 86, 404, 266, 404, 311, 404, 404, 404, 404, 404, 319, 404, 404, 404, 404, 404, 404, 245, 404, 404, 404, 404, 404, 404, 129, 404, 61, 404, 404, 404, 404, 404, 404, 404, 34, 404, 404, 404, 322, 373, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 307, 308, 404, 404, 404, 404, 59, 404, 404, 404, 404, 404, 309, 404, 404, 404, 268, 404, 404, 404, 257, 404, 404, 404, 404, 264, 404, 28, 0, 409, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 238, 404, 404, 404, 404, 243, 80, 404, 404, 404, 404, 404, 404, 404, 198, 404, 191, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 207, 404, 404, 404, 404, 404, 209, 404, 210, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 173, 174, 175, 404, 383, 404, 404, 404, 404, 404, 61, 404, 404, 404, 404, 59, 404, 404, 404, 404, 252, 255, 404, 404, 404, 368, 404, 404, 393, 404, 404, 364, 404, 404, 136, 404, 340, 404, 404, 343, 342, 404, 404, 404, 404, 404, 285, 404, 188, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 293, 404, 290, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 377, 404, 404, 404, 403, 0, 0, 400, 0, 0, 398, 0, 401, 0, 401, 396, 0, 400, 0, 396, 0, 396, 396, 404, 0, 0, 0, 0, 0, 0, 397, 404, 404, 404, 404, 404, 404, 254, 404, 404, 404, 404, 269, 404, 404, 404, 404, 404, 155, 72, 404, 404, 404, 404, 404, 404, 404, 404, 110, 404, 312, 404, 404, 75, 404, 404, 53, 149, 404, 404, 232, 242, 404, 404, 404, 404, 404, 404, 78, 404, 404, 404, 404, 74, 124, 404, 87, 404, 318, 404, 317, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 58, 270, 404, 107, 404, 404, 154, 404, 404, 404, 404, 231, 404, 169, 404, 404, 404, 171, 41, 404, 404, 181, 404, 404, 182, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 145, 404, 404, 404, 404, 350, 121, 404, 404, 404, 235, 404, 404, 404, 404, 404, 404, 404, 310, 187, 312, 404, 404, 194, 404, 404, 196, 404, 110, 404, 404, 404, 148, 404, 404, 140, 404, 144, 404, 404, 404, 404, 404, 272, 404, 404, 203, 206, 404, 223, 404, 404, 404, 211, 404, 404, 404, 212, 404, 231, 404, 404, 404, 404, 404, 384, 404, 404, 110, 53, 404, 116, 404, 404, 58, 404, 49, 404, 404, 58, 404, 404, 404, 404, 404, 367, 404, 404, 404, 404, 124, 404, 404, 404, 404, 404, 404, 404, 273, 284, 404, 404, 404, 274, 404, 404, 404, 294, 291, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 161, 232, 152, 404, 404, 231, 404, 403, 0, 0, 400, 398, 0, 0, 0, 0, 396, 396, 0, 0, 177, 0, 396, 396, 396, 396, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 404, 404, 404, 57, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 166, 404, 404, 404, 404, 256, 404, 89, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 96, 404, 404, 389, 365, 139, 404, 404, 112, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 135, 146, 404, 404, 404, 404, 404, 404, 88, 404, 404, 404, 404, 404, 326, 325, 404, 404, 404, 56, 404, 404, 404, 404, 404, 404, 263, 168, 179, 404, 180, 167, 404, 123, 362, 404, 261, 354, 404, 404, 404, 404, 359, 404, 404, 404, 352, 360, 404, 404, 404, 404, 240, 404, 404, 404, 404, 239, 244, 404, 404, 404, 404, 404, 199, 404, 404, 404, 125, 141, 404, 404, 404, 404, 147, 271, 260, 404, 225, 404, 404, 404, 221, 404, 404, 224, 404, 213, 214, 215, 216, 404, 404, 227, 226, 404, 404, 404, 57, 404, 404, 119, 139, 112, 146, 128, 404, 404, 56, 51, 52, 404, 404, 404, 404, 390, 391, 404, 404, 404, 404, 404, 404, 278, 404, 404, 404, 281, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 304, 404, 404, 404, 69, 404, 404, 404, 134, 133, 135, 404, 404, 404, 153, 404, 404, 404, 404, 0, 0, 0, 401, 0, 0, 0, 396, 396, 396, 176, 0, 0, 396, 396, 0, 396, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 71, 404, 165, 337, 404, 404, 404, 404, 83, 44, 85, 404, 404, 54, 404, 404, 386, 404, 92, 388, 404, 404, 265, 267, 63, 404, 404, 233, 404, 404, 404, 91, 404, 84, 404, 24, 404, 404, 404, 79, 404, 404, 363, 404, 404, 404, 404, 404, 404, 404, 106, 404, 404, 158, 404, 404, 151, 90, 404, 76, 26, 404, 404, 404, 65, 404, 404, 404, 70, 170, 404, 404, 82, 404, 346, 404, 404, 404, 357, 404, 404, 404, 404, 404, 361, 404, 404, 404, 404, 404, 404, 404, 404, 189, 200, 130, 404, 404, 404, 143, 142, 109, 404, 202, 404, 208, 222, 230, 404, 404, 404, 404, 205, 204, 404, 48, 404, 404, 115, 113, 127, 404, 404, 50, 262, 404, 404, 369, 137, 138, 404, 404, 404, 296, 289, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 292, 337, 404, 404, 404, 404, 404, 404, 404, 376, 404, 404, 375, 396, 0, 0, 0, 0, 396, 396, 0, 396, 396, 0, 0, 0, 396, 396, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 97, 404, 404, 120, 404, 94, 55, 100, 60, 105, 404, 404, 404, 330, 404, 320, 321, 43, 404, 404, 387, 93, 327, 381, 404, 332, 111, 404, 323, 324, 333, 404, 404, 404, 404, 81, 404, 64, 394, 366, 404, 102, 258, 404, 404, 404, 404, 404, 358, 347, 404, 122, 404, 404, 404, 185, 404, 234, 404, 404, 404, 404, 404, 201, 404, 404, 249, 404, 404, 229, 404, 404, 228, 404, 344, 120, 404, 394, 404, 404, 404, 404, 338, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 259, 404, 131, 404, 404, 404, 404, 396, 0, 0, 0, 0, 0, 396, 396, 396, 396, 396, 0, 0, 396, 396, 0, 396, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 98, 73, 47, 104, 404, 404, 329, 335, 99, 404, 331, 336, 95, 246, 45, 157, 404, 374, 46, 404, 404, 404, 404, 351, 404, 404, 192, 193, 404, 404, 241, 190, 404, 404, 248, 404, 220, 251, 404, 404, 126, 404, 117, 374, 404, 251, 404, 339, 404, 404, 404, 404, 404, 404, 275, 295, 404, 404, 404, 404, 404, 404, 404, 279, 68, 404, 67, 404, 404, 404, 404, 404, 396, 0, 0, 0, 396, 396, 0, 396, 396, 0, 396, 396, 0, 396, 0, 396, 396, 0, 396, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 62, 404, 404, 328, 183, 353, 404, 404, 349, 348, 237, 404, 186, 247, 404, 218, 219, 62, 118, 404, 313, 404, 404, 404, 404, 404, 404, 276, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 380, 378, 0, 0, 0, 0, 0, 396, 396, 396, 396, 396, 396, 396, 396, 396, 396, 0, 0, 396, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 101, 404, 156, 404, 356, 404, 404, 404, 114, 404, 341, 287, 283, 404, 404, 404, 404, 404, 303, 404, 404, 404, 404, 404, 404, 404, 404, 404, 404, 160, 404, 0, 0, 396, 396, 396, 0, 396, 396, 0, 396, 396, 0, 396, 396, 0, 396, 396, 396, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 103, 355, 404, 108, 404, 404, 282, 300, 288, 404, 299, 305, 404, 404, 404, 404, 404, 404, 66, 404, 404, 404, 0, 0, 0, 396, 0, 396, 396, 396, 396, 396, 396, 396, 396, 396, 396, 396, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 404, 404, 404, 302, 404, 404, 404, 280, 404, 404, 159, 404, 0, 0, 0, 396, 396, 0, 396, 396, 0, 396, 396, 0, 396, 396, 0, 396, 396, 0, 396, 396, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 236, 404, 404, 277, 404, 404, 404, 404, 404, 404, 0, 0, 0, 0, 396, 396, 396, 396, 396, 396, 396, 396, 396, 396, 396, 396, 396, 0, 396, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 217, 314, 404, 404, 404, 404, 404, 379, 0, 396, 396, 396, 396, 396, 396, 396, 396, 396, 396, 396, 396, 396, 396, 396, 396, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 404, 404, 404, 132, 0, 396, 396, 396, 396, 396, 396, 396, 396, 396, 396, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 404, 404, 404, 396, 396, 396, 396, 396, 396, 396, 396, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 404, 404, 286, 396, 0, 0, 0, 0, 0, 0, 0, 0, 301, 404, 404, 0, 298, 404, 297, 0 } ; static const YY_CHAR yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 5, 6, 7, 8, 1, 9, 1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 22, 25, 22, 26, 27, 28, 29, 30, 1, 31, 32, 32, 32, 32, 32, 33, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 35, 34, 34, 36, 37, 38, 39, 40, 1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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[70] = { 0, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 3, 1, 2, 4, 5, 6, 7, 7, 7, 7, 7, 7, 7, 7, 8, 1, 1, 1, 1, 1, 9, 9, 10, 10, 1, 3, 11, 1, 10, 9, 9, 9, 12, 9, 9, 10, 13, 10, 10, 10, 10, 13, 10, 10, 10, 10, 10, 13, 10, 10, 10, 10, 10, 10, 10, 1, 1, 2 } ; static const flex_int16_t yy_base[2695] = { 0, 0, 68, 29, 72, 26, 85, 99, 164, 39, 96, 27, 102, 34, 108, 58, 229, 76, 171, 249, 271, 128, 295, 71, 187, 184, 356, 70, 193, 38, 179, 156, 332, 207, 318, 0, 197, 379, 250, 159, 338, 212, 400, 0, 256, 0, 260, 71, 401, 215, 414, 402, 477, 309, 481, 102, 464, 330, 490, 54, 292, 247, 473, 76, 393, 3472, 491, 90, 498, 450, 507, 228, 511, 108, 565, 519, 577, 458, 569, 172, 584, 492, 588, 543, 592, 606, 665, 685, 744, 555, 618, 133, 683, 347, 758, 185, 736, 3466, 602, 3451, 649, 627, 700, 426, 708, 50, 673, 635, 759, 3409, 751, 3468, 9866, 3423, 9866, 3415, 3385, 3390, 3378, 9866, 9866, 9866, 9866, 9866, 9866, 9866, 9866, 234, 9866, 807, 132, 268, 3340, 9866, 54, 3329, 245, 9866, 860, 364, 3331, 353, 9866, 9866, 815, 3251, 645, 853, 856, 553, 888, 779, 898, 514, 912, 925, 932, 946, 905, 521, 953, 972, 991, 833, 996, 964, 9866, 9866, 9866, 669, 765, 3303, 977, 1017, 1029, 1031, 3261, 1053, 1055, 1063, 263, 726, 1077, 1087, 1111, 3257, 405, 1122, 1128, 1117, 193, 380, 1148, 1155, 1160, 1175, 874, 323, 1189, 1205, 1204, 3254, 1226, 997, 1221, 1249, 1241, 750, 933, 1259, 802, 1271, 1268, 1163, 259, 1294, 1299, 948, 1320, 384, 1310, 1309, 3235, 1333, 1336, 522, 1356, 1354, 1365, 3228, 618, 1386, 1395, 1405, 1396, 144, 3204, 1418, 1425, 1433, 559, 1442, 1021, 579, 1459, 1402, 1475, 1498, 1195, 1327, 1472, 825, 1490, 1114, 1505, 1521, 1532, 1537, 1552, 1542, 1552, 1370, 1572, 378, 1574, 938, 1580, 408, 656, 1576, 1608, 3204, 783, 1596, 1625, 340, 1616, 1645, 1634, 1636, 1658, 1686, 3202, 3190, 1688, 1714, 372, 3164, 3154, 599, 1666, 1715, 417, 1697, 1742, 235, 868, 1747, 1762, 1149, 1755, 1714, 1790, 3135, 934, 1792, 1727, 1795, 585, 1786, 669, 1314, 1170, 1801, 1827, 725, 1231, 3127, 1813, 1838, 3119, 1275, 1532, 3112, 1044, 738, 3125, 3120, 9866, 3114, 9866, 3115, 9866, 9866, 631, 3104, 1879, 1889, 3088, 3087, 0, 1931, 1960, 1968, 1976, 3063, 2010, 9866, 9866, 9866, 9866, 9866, 2039, 3042, 3035, 9866, 3007, 3002, 771, 1162, 1297, 1039, 1321, 1371, 1455, 927, 1906, 1574, 1453, 853, 2963, 2984, 1660, 1120, 1591, 1671, 1728, 1774, 2972, 1556, 1236, 1869, 1240, 1880, 1483, 1883, 1425, 1699, 1643, 2013, 1721, 1755, 1372, 1814, 1840, 2032, 1904, 2012, 2033, 1784, 2010, 2062, 2064, 1882, 2063, 2009, 1543, 2065, 2001, 2066, 1544, 2078, 1756, 1610, 2067, 2096, 2080, 2082, 2083, 2098, 2101, 2115, 2116, 1854, 2117, 2118, 2120, 2119, 2129, 2127, 2132, 2146, 2153, 2133, 2163, 2165, 2168, 2175, 1999, 2177, 2181, 2187, 2189, 2191, 1933, 2195, 2198, 2201, 2205, 2207, 2209, 2000, 2218, 2215, 2221, 2225, 1934, 1525, 2000, 3006, 2001, 2990, 9866, 426, 2231, 2233, 2237, 2242, 2238, 2248, 2002, 2251, 2253, 2254, 2257, 2259, 2260, 2268, 2272, 2283, 2265, 2269, 2287, 2289, 2296, 2300, 2307, 2310, 2311, 2318, 2322, 2324, 2328, 2337, 2339, 445, 2330, 2351, 2359, 2365, 2368, 2375, 2369, 2379, 2946, 2389, 2392, 2385, 2401, 2409, 2415, 2419, 2422, 2423, 2424, 2425, 2428, 2429, 2432, 2435, 2433, 2441, 2442, 2461, 2470, 2473, 2474, 2480, 2481, 2485, 2483, 2488, 2500, 2514, 2490, 2501, 332, 2517, 2502, 962, 2520, 2924, 2537, 2540, 2544, 2549, 2551, 2552, 2553, 2580, 2550, 2557, 2564, 2568, 2581, 2590, 2591, 2607, 2933, 2457, 2604, 2583, 2610, 2613, 2617, 2619, 2620, 2630, 2634, 2640, 2637, 2647, 2651, 2652, 2657, 2641, 2664, 2670, 2667, 2678, 2688, 2694, 2697, 2702, 2706, 2707, 2720, 2729, 2708, 2747, 2759, 2755, 2765, 2922, 2711, 2710, 2758, 2773, 2775, 2797, 2805, 2774, 2918, 2793, 2811, 2808, 2812, 631, 2915, 2813, 2816, 2814, 2832, 2831, 2819, 2846, 2847, 2817, 2850, 2861, 2874, 2868, 2876, 2877, 2878, 2883, 2890, 2888, 2892, 2894, 2896, 2897, 2906, 2907, 2909, 2911, 2920, 2933, 2940, 2938, 2941, 2942, 0, 2982, 2992, 2940, 3034, 3017, 0, 0, 1519, 3069, 3077, 9866, 3085, 2936, 3123, 2913, 842, 3152, 2910, 2891, 3181, 2871, 0, 2705, 2947, 2950, 3010, 2951, 3027, 3032, 3175, 3011, 3100, 2959, 3120, 3037, 2856, 2854, 3113, 3174, 3103, 3122, 3123, 3114, 3151, 3179, 3171, 3195, 3178, 3198, 3209, 3217, 3221, 3218, 3224, 3225, 3226, 3227, 3228, 3230, 3233, 3238, 3239, 3240, 3245, 3244, 3247, 3268, 3271, 3274, 3275, 3280, 3278, 3284, 3279, 3281, 3292, 3298, 3285, 3301, 3291, 3295, 3302, 3307, 3311, 3330, 3333, 3335, 3337, 3340, 3342, 3341, 3343, 3347, 3348, 3349, 3352, 3356, 3357, 3361, 3353, 3364, 3383, 3390, 3391, 3392, 3399, 3400, 3405, 3404, 3406, 3411, 3419, 3401, 3418, 3414, 3421, 3423, 3428, 3433, 3440, 3445, 3449, 3454, 3459, 3460, 3462, 3464, 3467, 3468, 3469, 3472, 3473, 3475, 3480, 3486, 3490, 3495, 3502, 3504, 3507, 3510, 3516, 2898, 9866, 2823, 3517, 3521, 3522, 3525, 3528, 3530, 3531, 3533, 3536, 3538, 3545, 3551, 3549, 3552, 3554, 3564, 3560, 3569, 3573, 3580, 3581, 3583, 3584, 3599, 3588, 3601, 3602, 3604, 2813, 3610, 3616, 3614, 3620, 3622, 3625, 3630, 3634, 2788, 3638, 3640, 3644, 3642, 3651, 3653, 3658, 3656, 3660, 3661, 3662, 3664, 3668, 3666, 3670, 3673, 3674, 3688, 3694, 3700, 3701, 3704, 3710, 3709, 3707, 3717, 3720, 3723, 3731, 3728, 3733, 3736, 3739, 3750, 3752, 3754, 3757, 3759, 3760, 3765, 3766, 3767, 3769, 3768, 3771, 3781, 3786, 3783, 3772, 3795, 3809, 3810, 3813, 3815, 3818, 3821, 3822, 3823, 3824, 3825, 3826, 3829, 3828, 3830, 3833, 3842, 3837, 3844, 3845, 3868, 3871, 3852, 3872, 3873, 3874, 3879, 3880, 3881, 3886, 3889, 3890, 3891, 3892, 3894, 3895, 3900, 3908, 3909, 3922, 3926, 3924, 3930, 3936, 3937, 3939, 3941, 3942, 3943, 3944, 3946, 3950, 3952, 3953, 3959, 3963, 3986, 3991, 3960, 3965, 3972, 3976, 3981, 3995, 3998, 4000, 4002, 4005, 4008, 4009, 4012, 4013, 4017, 4019, 4029, 4031, 4032, 4039, 4045, 4048, 4049, 4051, 4052, 4059, 0, 4090, 4100, 4091, 2814, 2812, 4108, 4046, 9866, 4134, 2790, 2757, 2720, 4114, 4156, 4188, 0, 2750, 1292, 4131, 2749, 2709, 2691, 4219, 4166, 441, 9866, 4190, 4157, 4158, 4186, 4129, 4180, 4181, 4189, 4187, 4216, 4236, 4185, 4238, 4242, 4243, 4246, 4244, 4247, 4254, 4256, 4258, 4257, 4260, 4270, 4273, 4262, 4274, 4276, 4277, 4286, 4293, 4300, 4304, 4305, 4306, 4307, 4312, 4314, 4315, 4317, 4320, 4322, 4323, 4326, 4328, 4336, 4338, 4341, 4355, 4356, 4357, 4359, 4362, 4364, 4369, 4371, 4372, 4373, 4375, 4378, 4383, 4386, 4391, 4393, 4405, 4407, 4410, 4412, 4413, 4415, 4419, 4420, 4421, 4422, 4428, 4425, 4441, 4427, 4451, 4454, 4457, 4461, 4463, 4464, 4467, 4468, 4477, 4470, 4481, 4478, 4483, 4484, 4490, 4499, 4501, 4511, 4512, 4514, 4517, 4519, 4521, 4522, 4528, 4529, 4534, 4530, 4532, 4535, 4540, 4548, 4550, 4551, 4556, 4558, 4567, 4561, 4570, 4572, 4577, 4579, 4580, 4587, 4589, 4588, 4590, 4593, 4591, 4596, 4599, 4617, 4601, 4622, 4627, 4629, 4630, 4637, 4632, 4638, 4639, 4645, 4641, 4640, 4643, 4646, 4648, 4649, 4653, 4656, 4658, 4682, 4685, 4686, 4687, 4688, 4689, 4695, 4696, 4697, 4699, 4701, 4698, 4702, 4704, 4706, 4716, 4717, 4718, 4732, 4737, 4740, 4738, 4745, 4748, 4746, 4749, 4751, 4753, 4755, 4759, 4760, 4766, 4768, 4782, 4783, 4787, 4795, 4788, 4789, 4799, 4790, 4809, 4817, 4818, 4819, 4821, 4822, 4823, 4826, 4827, 4828, 4833, 4837, 4839, 4849, 4855, 4856, 4859, 4868, 4872, 4869, 4882, 4876, 4883, 4888, 4889, 4895, 4898, 4900, 4903, 4904, 4910, 4909, 4917, 4918, 4919, 4927, 4930, 4932, 4933, 4937, 4938, 4964, 4946, 4947, 4948, 4959, 4969, 4970, 4974, 4982, 4977, 4987, 4990, 4992, 4997, 4996, 5004, 5000, 5005, 5009, 5010, 5014, 5016, 5018, 5024, 5048, 5031, 5036, 0, 5073, 2689, 1419, 5081, 5105, 4313, 5108, 2660, 0, 2644, 0, 2624, 9866, 5117, 137, 789, 2640, 4058, 2636, 2629, 2609, 521, 5125, 5162, 0, 5135, 595, 5115, 5156, 5038, 5154, 5042, 5159, 5160, 5161, 5177, 5180, 5187, 5190, 5199, 5200, 5204, 5207, 5206, 5050, 5208, 5209, 5214, 5221, 5153, 5216, 5222, 5226, 5227, 5228, 5238, 5240, 5250, 5254, 5256, 5257, 5259, 5261, 5264, 5268, 5269, 5270, 5276, 5277, 5280, 5285, 5288, 5287, 5290, 5297, 5300, 5304, 5306, 5311, 5314, 5318, 5316, 5319, 5323, 5324, 5326, 5327, 5330, 5338, 5346, 5347, 5354, 5356, 5358, 5360, 5361, 5365, 5373, 5374, 5376, 5378, 5377, 5382, 5384, 5387, 5388, 5392, 5389, 5397, 5404, 5405, 5406, 5418, 5419, 5421, 5420, 5423, 5426, 5427, 5434, 5435, 5437, 5438, 5447, 5442, 5449, 5457, 5461, 5464, 5469, 5470, 5471, 5477, 5473, 5476, 5478, 5481, 5483, 5491, 5488, 5487, 5492, 5499, 5500, 5511, 5504, 5510, 5520, 5523, 5526, 5527, 5532, 5537, 5539, 5540, 5542, 5547, 5550, 5553, 5555, 5559, 5556, 5560, 5561, 5570, 5571, 5573, 5577, 5576, 5582, 5587, 5590, 5594, 5599, 5600, 5603, 5604, 5605, 5608, 5613, 5614, 5616, 5621, 5623, 5626, 5627, 5631, 5632, 5634, 5637, 5635, 5640, 5644, 5645, 5650, 5655, 5661, 5663, 5673, 5671, 5674, 5677, 5682, 5689, 5684, 5690, 5693, 5694, 5695, 5713, 5697, 5721, 5700, 5723, 5708, 5724, 5726, 5727, 5729, 5735, 5736, 5743, 5744, 5747, 5750, 5755, 5762, 5763, 5767, 5774, 5770, 5776, 5777, 5778, 5781, 5784, 5794, 5805, 5798, 5813, 5800, 5804, 5817, 5812, 5818, 5820, 5851, 5861, 5885, 2607, 5888, 2589, 2588, 2558, 2556, 2553, 9866, 5897, 5907, 2542, 2540, 0, 2532, 2527, 2524, 2470, 694, 0, 5917, 2392, 3046, 697, 5918, 5826, 5931, 5912, 5933, 5934, 5935, 5936, 5938, 5940, 5941, 5943, 5946, 5947, 5948, 5949, 5950, 5953, 5954, 5962, 5967, 5969, 5981, 5983, 5986, 5988, 5990, 5991, 5993, 5996, 5997, 6002, 6003, 6004, 6007, 6009, 6017, 6019, 6023, 6025, 6026, 6031, 6041, 6043, 6047, 6049, 6052, 6053, 6054, 6061, 6063, 6060, 6067, 6070, 6073, 6075, 6076, 6081, 6083, 6089, 6090, 6091, 6099, 6103, 6104, 6105, 6109, 6111, 6112, 6113, 6119, 6123, 6125, 6127, 6132, 6133, 6139, 6141, 6140, 6147, 6149, 6153, 6154, 6155, 6161, 6159, 6168, 6171, 6173, 6175, 6181, 6183, 6197, 6199, 6191, 6203, 6205, 6207, 6211, 6213, 6217, 6218, 6219, 6221, 6227, 6233, 6229, 6235, 6239, 6240, 6245, 6247, 6256, 6249, 6251, 6257, 6263, 6267, 6268, 6269, 6271, 6275, 6277, 6279, 6283, 6284, 6287, 6290, 6295, 6297, 6299, 6301, 6303, 6305, 6307, 6311, 6334, 6310, 6317, 6321, 6319, 6338, 6340, 6345, 6341, 6351, 6353, 6356, 6358, 6360, 6362, 6364, 6369, 6371, 6368, 6374, 6377, 6375, 6379, 6384, 6390, 6391, 6388, 6422, 2488, 2473, 2445, 2432, 0, 2424, 0, 2422, 2416, 0, 6432, 2387, 2373, 2372, 6440, 2369, 2368, 2363, 818, 900, 1071, 6469, 6479, 1199, 1556, 0, 1600, 6412, 6401, 6459, 6468, 6494, 6495, 6496, 6497, 6498, 6499, 6500, 6502, 6504, 6505, 6506, 6508, 6509, 6510, 6511, 6514, 6512, 6513, 6515, 6518, 6526, 6532, 6544, 6545, 6547, 6548, 6549, 6556, 6558, 6559, 6560, 6561, 6562, 6564, 6563, 6565, 6567, 6571, 6577, 6578, 6582, 6579, 6594, 6595, 6598, 6605, 6606, 6608, 6611, 6613, 6616, 6614, 6617, 6625, 6621, 6626, 6627, 6628, 6634, 6632, 6640, 6644, 6645, 6647, 6649, 6656, 6658, 6663, 6664, 6667, 6671, 6675, 6676, 6679, 6682, 6684, 6686, 6699, 6691, 6697, 6702, 6703, 6705, 6717, 6718, 6726, 6708, 6735, 6741, 6736, 6746, 6753, 6754, 6740, 6752, 6748, 6764, 6762, 6763, 6767, 6768, 6769, 6774, 6776, 6775, 6781, 6804, 2359, 2358, 2342, 2332, 2327, 2324, 2305, 2281, 2267, 2263, 6817, 6827, 2260, 2252, 0, 6837, 2241, 2213, 2177, 1683, 0, 1841, 1852, 0, 6868, 2195, 1901, 1980, 6876, 6807, 6780, 6865, 6873, 6891, 6892, 6893, 6894, 6895, 6899, 6901, 6902, 6903, 6904, 6911, 6912, 6913, 6914, 6915, 6922, 6923, 6930, 6931, 6932, 6934, 6935, 6942, 6941, 6944, 6945, 6949, 6951, 6952, 6953, 6954, 6961, 6962, 6963, 6971, 6980, 6981, 6982, 6984, 6985, 6990, 6991, 6993, 6995, 6997, 6999, 7002, 7003, 7011, 7013, 7014, 7019, 7023, 7029, 7031, 7032, 7035, 7042, 7043, 7045, 7047, 7049, 7051, 7064, 7065, 7066, 7073, 7069, 7075, 9866, 2180, 2172, 2169, 0, 2141, 0, 2123, 2121, 0, 2120, 2099, 0, 7114, 2096, 2085, 2072, 7122, 7132, 2070, 2065, 2063, 2071, 2122, 2171, 2178, 2278, 7161, 7171, 2301, 2319, 0, 7181, 7079, 7081, 7196, 7197, 7082, 7093, 7151, 7198, 7203, 7199, 7204, 7206, 7208, 7209, 7217, 7218, 7219, 7226, 7227, 7232, 7235, 7236, 7237, 7239, 7240, 7246, 7250, 7247, 7255, 7248, 7259, 7263, 7266, 7267, 7277, 7268, 7283, 7286, 7296, 7299, 7297, 7300, 7305, 2000, 1997, 1994, 1993, 1991, 1990, 1989, 1984, 1983, 1943, 1942, 1940, 7340, 1939, 1935, 0, 7350, 820, 1932, 1921, 1890, 2425, 0, 2509, 2547, 0, 2585, 2695, 0, 7358, 1910, 2698, 2700, 7366, 7381, 7307, 7315, 7309, 7380, 7316, 7381, 7383, 7398, 7318, 7399, 7400, 7403, 7404, 7409, 7417, 7418, 7419, 7420, 7426, 7430, 7433, 7438, 7436, 7439, 7440, 7441, 7449, 7453, 7467, 7454, 7457, 1860, 1858, 1854, 0, 1847, 0, 1843, 1837, 0, 1832, 1798, 0, 1768, 1754, 0, 9866, 1745, 1724, 7505, 7515, 1722, 1716, 1694, 2702, 2752, 2755, 2756, 2801, 2859, 2934, 7523, 2948, 3003, 0, 7533, 3047, 7469, 7470, 7473, 7476, 7538, 7547, 7483, 7548, 7550, 7551, 7552, 7553, 7554, 7555, 7556, 7560, 7565, 7562, 7566, 7569, 7568, 7570, 1690, 1684, 1679, 1666, 1662, 1653, 1639, 1635, 1634, 1633, 1624, 1616, 1603, 1545, 1515, 1514, 0, 7604, 1520, 1497, 1496, 1467, 3004, 0, 3085, 3091, 0, 3093, 3095, 0, 3154, 3215, 0, 1458, 3337, 3396, 7613, 7623, 7628, 7574, 7637, 7638, 7571, 7640, 7639, 7641, 7642, 7643, 7646, 7647, 7648, 1449, 1448, 1432, 0, 1412, 0, 1410, 1403, 0, 1395, 1392, 0, 1389, 1373, 0, 1363, 1359, 0, 1313, 1290, 7648, 7684, 1289, 1284, 1252, 3452, 3457, 3462, 3597, 3698, 3704, 3996, 4027, 4116, 4121, 4125, 0, 7694, 1256, 7649, 7650, 7683, 7651, 7684, 7710, 7712, 7711, 7713, 7714, 1244, 1231, 1209, 1205, 0, 1176, 0, 1169, 0, 1165, 0, 1162, 0, 1124, 0, 1119, 1117, 0, 7709, 1125, 1111, 1102, 1089, 4126, 0, 4127, 4252, 0, 4351, 4378, 0, 4824, 4873, 0, 4927, 4962, 0, 4994, 5032, 7754, 7764, 7723, 7725, 7744, 7732, 7731, 7755, 7781, 7727, 1093, 0, 9866, 0, 1088, 0, 1070, 0, 1055, 0, 1054, 0, 1048, 0, 1038, 0, 7783, 1037, 1035, 1020, 987, 5038, 969, 5039, 964, 5046, 943, 5087, 921, 5088, 917, 5090, 5091, 0, 7791, 920, 7783, 7782, 7784, 7785, 7729, 901, 0, 0, 0, 0, 0, 0, 0, 893, 0, 9866, 869, 853, 826, 819, 5092, 797, 5138, 776, 5141, 769, 5204, 756, 5628, 740, 5691, 738, 7812, 7811, 7812, 7826, 7827, 0, 9866, 9866, 9866, 9866, 9866, 9866, 0, 745, 661, 644, 591, 572, 563, 555, 517, 5808, 489, 481, 7828, 7829, 7832, 7831, 9866, 452, 414, 328, 310, 286, 272, 232, 141, 7839, 7840, 7842, 98, 7843, 7844, 7846, 9866, 7903, 7916, 7927, 7934, 7946, 7953, 7959, 7965, 7971, 7983, 7992, 7999, 8010, 8016, 8022, 8028, 8034, 8043, 8050, 8057, 8063, 8075, 8081, 8087, 8093, 8099, 8105, 8111, 8117, 8128, 8139, 8145, 8151, 8157, 8163, 8171, 8177, 8183, 8189, 8195, 8201, 8212, 8218, 8224, 8230, 8236, 8242, 8248, 8254, 8260, 8266, 8272, 8278, 8284, 8290, 8298, 8304, 8310, 8316, 8322, 8328, 8334, 8340, 8346, 8352, 8358, 8364, 8370, 8376, 8382, 8388, 8394, 8400, 8406, 8412, 8418, 8424, 8430, 8436, 8442, 8448, 8454, 8460, 8466, 8472, 8478, 8484, 8490, 8496, 8502, 8508, 8514, 8520, 8526, 8532, 8538, 8544, 8550, 8556, 8562, 8568, 8574, 8580, 8586, 8592, 8598, 8604, 8610, 8616, 8622, 8628, 8634, 8640, 8646, 8652, 8658, 8664, 8670, 8676, 8682, 8688, 8694, 8700, 8706, 8712, 8718, 8724, 8730, 8738, 8744, 8750, 8756, 8762, 8768, 8774, 8780, 8786, 8792, 8798, 8804, 8810, 8816, 8822, 8828, 8834, 8840, 8846, 8852, 8858, 8864, 8870, 8876, 8882, 8888, 8894, 8900, 8906, 8912, 8918, 8924, 8930, 8936, 8942, 8948, 8954, 8962, 8968, 8974, 8980, 8986, 8992, 8998, 9004, 9010, 9016, 9022, 9028, 9034, 9040, 9046, 9052, 9058, 9064, 9070, 9076, 9082, 9088, 9094, 9100, 9106, 9112, 9118, 9124, 9130, 9140, 9147, 9153, 9159, 9165, 9171, 9177, 9183, 9189, 9195, 9201, 9207, 9213, 9219, 9225, 9231, 9237, 9243, 9249, 9255, 9261, 9267, 9273, 9279, 9285, 9291, 9297, 9303, 9309, 9315, 9325, 9332, 9338, 9344, 9350, 9356, 9362, 9368, 9374, 9380, 9386, 9392, 9398, 9404, 9410, 9416, 9422, 9428, 9434, 9440, 9446, 9452, 9458, 9464, 9470, 9476, 9482, 9488, 9494, 9500, 9506, 9512, 9522, 9529, 9535, 9541, 9547, 9553, 9559, 9565, 9571, 9577, 9583, 9589, 9595, 9601, 9607, 9613, 9619, 9625, 9631, 9637, 9643, 9649, 9655, 9661, 9667, 9673, 9679, 9685, 9691, 9697, 9703, 9709, 9715, 9721, 9727, 9733, 9739, 9745, 9751, 9757, 9763, 9769, 9775, 9781, 9787, 9793, 9799, 9805, 9811, 9817, 9823, 9829, 9835, 9841, 9847, 9853 } ; static const flex_int16_t yy_def[2695] = { 0, 2382, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 8, 1, 20, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 37, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2382, 2382, 2382, 2382, 2382, 2382, 2383, 2384, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2385, 2382, 2382, 129, 129, 2382, 2382, 2382, 2382, 2382, 2382, 2385, 2385, 2386, 2382, 2382, 2382, 138, 138, 138, 138, 138, 138, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2382, 2382, 2382, 2382, 2382, 2387, 138, 2385, 2385, 2385, 161, 2385, 2385, 138, 138, 138, 138, 138, 2385, 152, 177, 2385, 2385, 2385, 161, 2385, 2385, 2385, 2385, 2385, 138, 182, 2385, 2385, 2385, 161, 2385, 138, 2385, 2385, 138, 182, 138, 2385, 177, 2385, 2385, 2385, 161, 2385, 2385, 138, 2385, 177, 2385, 2385, 215, 2385, 2385, 138, 2385, 2385, 2385, 161, 2385, 2385, 2385, 2385, 138, 182, 161, 2385, 138, 138, 182, 138, 138, 177, 177, 2385, 2385, 2385, 161, 215, 2385, 2385, 138, 182, 138, 182, 2385, 2385, 2385, 2385, 138, 138, 2385, 177, 244, 2385, 2385, 161, 215, 138, 2385, 161, 215, 138, 2385, 161, 138, 2385, 244, 2385, 244, 2385, 161, 152, 2385, 2385, 161, 152, 215, 138, 138, 2385, 177, 244, 2385, 161, 215, 138, 138, 182, 138, 138, 2385, 152, 177, 2385, 2385, 161, 215, 138, 177, 215, 2385, 138, 2385, 177, 2385, 161, 138, 2385, 152, 2385, 244, 161, 215, 2385, 2382, 2382, 2382, 2383, 2382, 2384, 2382, 2382, 2385, 2382, 2382, 2382, 2388, 2389, 2390, 2382, 2382, 2382, 2382, 337, 2382, 2382, 2382, 2382, 2382, 2382, 138, 2391, 2382, 2382, 352, 352, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 352, 352, 352, 2385, 2385, 2385, 2385, 2385, 352, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2382, 2382, 2392, 2382, 2387, 2382, 352, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 352, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 352, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 352, 2385, 2385, 352, 2385, 352, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 352, 352, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 352, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 352, 2385, 2385, 2385, 2385, 352, 352, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2393, 2382, 2382, 2394, 2382, 2395, 2396, 2390, 646, 2382, 2382, 2382, 2382, 644, 2382, 2397, 2397, 352, 2398, 2399, 2382, 659, 659, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 659, 659, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2392, 2382, 659, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 659, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 659, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2400, 2382, 2382, 2401, 2402, 2382, 2382, 2403, 2382, 2404, 2405, 2406, 2382, 2401, 2382, 2382, 2407, 2408, 2408, 2385, 2409, 2410, 2411, 2382, 982, 983, 2382, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2400, 2382, 2382, 972, 2382, 2412, 2403, 2413, 2414, 2415, 2416, 2417, 2382, 2382, 2382, 2418, 2418, 2419, 2418, 2382, 2420, 2421, 2422, 2382, 2382, 2423, 1268, 1270, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2382, 2382, 2424, 2425, 2382, 2426, 2427, 2428, 2429, 2430, 2382, 2382, 2382, 2382, 2431, 2432, 2382, 2433, 2434, 2435, 2436, 2437, 2382, 2438, 2438, 2439, 2438, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2382, 2382, 2440, 2441, 2442, 2443, 2444, 2445, 2382, 2446, 2447, 2382, 2382, 2448, 2449, 2382, 2382, 2450, 2451, 2452, 2453, 2454, 2382, 2382, 2382, 2455, 2456, 2382, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2382, 2457, 2458, 2382, 2459, 2460, 2461, 2462, 2463, 2464, 2465, 2382, 2382, 2382, 2466, 2467, 2382, 2468, 2469, 2470, 2471, 2472, 2382, 2473, 2474, 2382, 2382, 2475, 2476, 2382, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2382, 2477, 2478, 2479, 2480, 2481, 2482, 2382, 2483, 2484, 2382, 2485, 2486, 2382, 2382, 2487, 2488, 2382, 2382, 2382, 2489, 2490, 2491, 2492, 2493, 2494, 2495, 2382, 2382, 2382, 2496, 2497, 2382, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2498, 2499, 2382, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508, 2382, 2382, 2509, 2510, 2382, 2511, 2512, 2513, 2514, 2515, 2516, 2382, 2517, 2518, 2382, 2519, 2520, 2382, 2382, 2521, 2522, 2382, 2382, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2523, 2524, 2525, 2526, 2527, 2528, 2382, 2529, 2530, 2382, 2531, 2532, 2382, 2533, 2534, 2382, 2535, 2536, 2382, 2382, 2382, 2537, 2538, 2539, 2540, 2541, 2542, 2543, 2544, 2545, 2382, 2382, 2546, 2547, 2382, 2548, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2549, 2550, 2382, 2551, 2552, 2553, 2554, 2555, 2556, 2557, 2558, 2559, 2560, 2561, 2382, 2562, 2563, 2382, 2382, 2564, 2565, 2566, 2567, 2568, 2382, 2569, 2570, 2382, 2571, 2572, 2382, 2573, 2574, 2382, 2575, 2576, 2382, 2382, 2577, 2577, 2577, 2577, 2577, 2577, 2577, 2577, 2577, 2577, 2577, 2577, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2382, 2584, 2585, 2382, 2586, 2587, 2382, 2588, 2589, 2382, 2590, 2591, 2592, 2593, 2382, 2382, 2382, 2594, 2595, 2596, 2597, 2598, 2599, 2600, 2601, 2602, 2603, 2604, 2382, 2605, 2606, 2382, 2382, 2607, 2607, 2607, 2607, 2607, 2607, 2607, 2607, 2607, 2607, 2608, 2382, 2609, 2610, 2611, 2612, 2613, 2614, 2615, 2616, 2617, 2618, 2619, 2620, 2621, 2382, 2622, 2623, 2382, 2382, 2624, 2625, 2626, 2627, 2628, 2382, 2629, 2630, 2382, 2631, 2632, 2382, 2633, 2634, 2382, 2635, 2636, 2637, 2638, 2382, 2382, 2639, 2639, 2639, 2639, 2639, 2639, 2639, 2639, 2640, 2641, 2382, 2642, 2382, 2643, 2382, 2644, 2382, 2645, 2382, 2646, 2382, 2647, 2648, 2649, 2382, 2382, 2650, 2651, 2652, 2653, 2654, 2655, 2656, 2657, 2658, 2659, 2660, 2661, 2662, 2382, 2663, 2664, 2382, 2382, 2639, 2639, 2639, 2639, 2639, 2382, 2665, 2666, 2667, 2668, 2669, 2670, 2671, 2382, 2672, 2382, 2673, 2674, 2382, 2675, 2382, 2676, 2382, 2677, 2382, 2678, 2382, 2679, 2382, 2680, 2681, 2682, 2382, 2639, 2639, 2639, 2639, 2683, 2382, 2382, 2382, 2382, 2382, 2382, 2684, 2382, 2685, 2686, 2687, 2688, 2689, 2690, 2691, 2382, 2692, 2382, 2639, 2639, 2639, 2639, 2382, 2693, 2382, 2382, 2382, 2382, 2382, 2382, 2694, 2639, 2639, 2639, 2382, 2639, 2639, 2639, 0, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382 } ; static const flex_int16_t yy_nxt[9936] = { 0, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 130, 130, 130, 130, 130, 131, 132, 133, 134, 135, 136, 137, 138, 138, 139, 139, 140, 141, 142, 143, 139, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 139, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 139, 165, 139, 139, 166, 167, 168, 169, 172, 170, 172, 169, 171, 170, 173, 177, 171, 178, 180, 347, 348, 174, 175, 176, 169, 176, 170, 194, 231, 171, 192, 232, 193, 195, 276, 169, 320, 170, 196, 197, 171, 169, 198, 170, 185, 220, 171, 169, 199, 170, 321, 200, 171, 172, 201, 202, 203, 173, 257, 219, 204, 209, 223, 194, 174, 175, 205, 220, 176, 224, 258, 172, 259, 985, 177, 180, 178, 179, 180, 181, 182, 183, 273, 172, 184, 185, 176, 192, 186, 193, 973, 187, 188, 209, 189, 190, 265, 266, 176, 220, 975, 194, 191, 169, 2382, 170, 206, 195, 171, 207, 169, 217, 170, 218, 235, 171, 985, 219, 169, 220, 170, 221, 370, 171, 176, 222, 169, 195, 170, 236, 334, 171, 169, 2382, 170, 180, 169, 171, 170, 252, 253, 171, 179, 180, 181, 182, 183, 192, 227, 184, 185, 203, 194, 186, 233, 204, 187, 188, 287, 189, 190, 205, 280, 225, 281, 313, 235, 191, 169, 231, 170, 469, 232, 171, 226, 192, 227, 193, 223, 228, 229, 236, 219, 333, 230, 224, 194, 234, 235, 169, 488, 170, 254, 255, 171, 169, 219, 170, 185, 169, 171, 170, 257, 236, 171, 256, 237, 985, 335, 196, 197, 350, 351, 198, 258, 185, 259, 598, 280, 199, 281, 599, 200, 345, 282, 201, 202, 206, 235, 203, 207, 169, 208, 170, 209, 185, 171, 469, 210, 277, 2382, 211, 212, 236, 213, 214, 215, 985, 216, 206, 145, 203, 207, 148, 208, 515, 209, 169, 363, 170, 210, 985, 171, 211, 212, 473, 213, 214, 215, 2382, 216, 169, 276, 170, 139, 146, 171, 169, 217, 170, 218, 152, 171, 220, 219, 985, 220, 157, 221, 269, 160, 176, 222, 355, 195, 169, 257, 170, 234, 235, 171, 495, 333, 985, 270, 271, 272, 219, 258, 334, 259, 180, 663, 333, 236, 209, 334, 237, 252, 253, 853, 220, 500, 192, 227, 274, 275, 203, 235, 333, 233, 194, 169, 579, 170, 225, 219, 171, 335, 169, 169, 170, 170, 236, 171, 171, 226, 192, 227, 193, 469, 228, 229, 169, 335, 170, 230, 238, 171, 239, 240, 241, 242, 481, 568, 590, 508, 334, 243, 244, 245, 246, 489, 334, 247, 248, 249, 250, 209, 251, 254, 255, 260, 482, 220, 261, 185, 262, 257, 985, 573, 263, 264, 256, 334, 595, 265, 266, 267, 268, 258, 257, 259, 169, 206, 170, 334, 787, 171, 318, 574, 1271, 169, 258, 170, 259, 169, 171, 170, 319, 169, 171, 170, 222, 1271, 171, 816, 985, 677, 169, 169, 170, 170, 208, 171, 171, 185, 169, 203, 170, 278, 220, 171, 209, 273, 279, 169, 677, 170, 220, 169, 171, 170, 274, 235, 171, 985, 260, 265, 266, 261, 269, 262, 333, 985, 277, 263, 264, 257, 236, 333, 265, 266, 267, 268, 209, 270, 271, 272, 172, 258, 220, 259, 192, 1512, 274, 275, 275, 335, 288, 208, 195, 985, 185, 176, 335, 985, 278, 220, 403, 172, 280, 279, 281, 169, 283, 170, 282, 169, 171, 170, 284, 404, 171, 285, 286, 169, 363, 170, 428, 525, 171, 289, 169, 473, 170, 290, 169, 171, 170, 985, 169, 171, 170, 291, 309, 171, 370, 985, 384, 222, 169, 385, 170, 310, 334, 171, 985, 386, 203, 209, 538, 311, 387, 209, 312, 220, 169, 172, 170, 220, 542, 171, 283, 274, 1517, 985, 333, 334, 284, 287, 289, 285, 286, 280, 290, 281, 334, 1517, 192, 333, 622, 334, 291, 206, 288, 252, 195, 169, 222, 170, 209, 335, 171, 363, 292, 293, 294, 309, 222, 529, 592, 295, 296, 169, 335, 170, 310, 457, 171, 458, 314, 169, 459, 170, 311, 315, 171, 312, 985, 221, 316, 169, 317, 170, 322, 192, 171, 924, 364, 365, 323, 324, 677, 575, 325, 985, 366, 367, 169, 368, 170, 369, 206, 171, 252, 222, 169, 334, 170, 209, 624, 171, 334, 292, 293, 294, 1512, 334, 320, 1706, 295, 296, 297, 235, 298, 299, 300, 301, 985, 302, 303, 985, 321, 304, 169, 305, 170, 306, 236, 171, 307, 308, 169, 314, 170, 206, 333, 171, 315, 169, 318, 170, 221, 316, 171, 317, 169, 169, 170, 170, 319, 171, 171, 458, 222, 460, 629, 2289, 459, 364, 365, 335, 985, 334, 985, 313, 235, 474, 367, 333, 368, 297, 369, 298, 299, 300, 301, 333, 302, 303, 985, 236, 304, 641, 305, 334, 306, 203, 235, 307, 308, 2382, 334, 985, 335, 505, 219, 222, 322, 192, 985, 975, 335, 236, 323, 324, 393, 394, 325, 336, 575, 337, 337, 337, 337, 337, 337, 337, 337, 338, 395, 985, 1938, 333, 334, 339, 339, 578, 340, 334, 1839, 333, 1506, 508, 339, 339, 339, 341, 339, 339, 334, 342, 985, 985, 356, 357, 343, 509, 335, 358, 985, 333, 344, 359, 975, 360, 335, 340, 333, 361, 556, 977, 362, 448, 352, 352, 352, 352, 352, 352, 352, 352, 338, 449, 977, 450, 335, 985, 352, 352, 370, 2289, 371, 335, 372, 378, 333, 352, 352, 352, 352, 352, 352, 373, 379, 600, 333, 374, 375, 380, 376, 381, 382, 333, 377, 2238, 383, 364, 493, 334, 333, 335, 1512, 2224, 334, 494, 367, 388, 368, 389, 369, 335, 2260, 333, 985, 333, 396, 397, 335, 390, 333, 398, 391, 399, 392, 335, 333, 400, 401, 405, 402, 985, 425, 406, 333, 985, 426, 407, 335, 427, 335, 333, 411, 408, 671, 335, 412, 409, 410, 413, 414, 335, 333, 416, 417, 508, 415, 985, 384, 335, 333, 385, 334, 418, 420, 613, 335, 506, 421, 419, 429, 422, 387, 384, 430, 571, 519, 335, 985, 333, 423, 424, 386, 985, 333, 335, 856, 387, 431, 432, 433, 434, 688, 435, 463, 455, 371, 436, 372, 437, 456, 985, 438, 439, 335, 333, 440, 373, 442, 335, 443, 374, 375, 441, 376, 444, 445, 333, 377, 333, 364, 493, 2324, 446, 451, 452, 453, 333, 366, 367, 335, 368, 447, 369, 393, 394, 454, 2289, 541, 2196, 2238, 333, 335, 333, 335, 464, 384, 420, 395, 385, 2189, 421, 335, 465, 422, 386, 2186, 2183, 425, 467, 387, 466, 426, 423, 424, 427, 335, 468, 335, 640, 405, 667, 2180, 1842, 406, 334, 416, 417, 407, 471, 334, 470, 356, 357, 408, 985, 418, 358, 409, 410, 2177, 359, 419, 360, 463, 2224, 371, 361, 372, 333, 362, 472, 475, 985, 2289, 333, 378, 373, 333, 476, 333, 374, 375, 2196, 376, 379, 333, 2192, 377, 2238, 380, 2137, 381, 382, 335, 477, 2189, 478, 393, 394, 335, 370, 479, 335, 429, 335, 333, 683, 487, 334, 420, 335, 395, 333, 421, 485, 334, 422, 333, 505, 333, 333, 431, 432, 433, 425, 483, 424, 333, 426, 484, 335, 486, 333, 2186, 490, 607, 2183, 335, 416, 417, 2180, 485, 335, 334, 335, 335, 333, 2177, 418, 513, 334, 425, 335, 430, 419, 426, 425, 335, 427, 665, 426, 333, 333, 491, 626, 492, 514, 431, 432, 433, 1269, 335, 451, 452, 453, 496, 2272, 388, 333, 389, 2224, 551, 985, 333, 454, 500, 335, 335, 333, 390, 499, 497, 391, 333, 392, 412, 534, 333, 413, 414, 425, 552, 2125, 335, 426, 415, 333, 427, 335, 388, 498, 389, 501, 335, 443, 2125, 333, 2157, 335, 444, 445, 390, 335, 2243, 502, 333, 392, 446, 333, 356, 504, 335, 333, 691, 358, 411, 447, 630, 359, 412, 360, 335, 413, 414, 361, 393, 394, 362, 507, 415, 335, 333, 503, 335, 333, 2196, 333, 335, 420, 395, 2085, 2238, 421, 975, 425, 422, 333, 333, 426, 636, 1262, 511, 510, 512, 423, 424, 335, 333, 333, 335, 442, 335, 443, 1262, 2137, 518, 666, 444, 445, 492, 333, 335, 335, 333, 516, 446, 451, 452, 453, 517, 521, 417, 335, 335, 447, 425, 393, 394, 454, 426, 418, 333, 522, 333, 334, 335, 419, 625, 335, 334, 520, 553, 333, 523, 417, 448, 668, 334, 333, 333, 2189, 554, 334, 418, 2077, 449, 335, 450, 335, 419, 524, 420, 411, 333, 2186, 421, 412, 335, 422, 413, 526, 527, 333, 335, 335, 430, 415, 423, 424, 333, 2074, 484, 333, 2183, 384, 669, 2071, 566, 335, 431, 432, 433, 411, 386, 2180, 333, 530, 335, 387, 413, 414, 2068, 333, 2177, 335, 531, 415, 335, 364, 533, 2382, 425, 416, 417, 448, 426, 366, 367, 427, 368, 335, 369, 547, 2224, 532, 2382, 450, 335, 419, 524, 333, 699, 333, 536, 357, 451, 452, 453, 358, 2125, 2125, 2382, 359, 535, 360, 364, 493, 454, 361, 333, 539, 362, 333, 537, 367, 335, 368, 335, 369, 379, 333, 985, 540, 676, 380, 543, 381, 382, 544, 412, 985, 383, 413, 414, 335, 333, 334, 335, 670, 415, 545, 448, 420, 546, 334, 335, 421, 2196, 2085, 422, 695, 449, 457, 450, 458, 555, 548, 459, 423, 424, 335, 2081, 364, 365, 429, 2137, 2012, 557, 549, 333, 366, 367, 550, 368, 333, 369, 558, 364, 365, 333, 333, 333, 431, 432, 433, 366, 367, 370, 368, 333, 369, 559, 342, 333, 335, 334, 2189, 343, 637, 335, 560, 334, 334, 344, 335, 335, 335, 1706, 425, 333, 403, 333, 426, 334, 335, 427, 638, 333, 335, 985, 563, 561, 455, 404, 364, 564, 689, 456, 333, 451, 562, 453, 565, 367, 335, 368, 335, 369, 393, 394, 569, 454, 335, 334, 570, 333, 429, 333, 364, 564, 430, 1847, 567, 335, 2077, 334, 366, 367, 334, 368, 675, 369, 333, 985, 431, 432, 572, 2186, 364, 365, 335, 684, 335, 333, 429, 2074, 565, 367, 430, 368, 333, 369, 333, 701, 2183, 2071, 2180, 335, 364, 365, 2068, 429, 431, 432, 576, 549, 366, 580, 335, 368, 411, 369, 429, 334, 2177, 335, 583, 335, 333, 431, 432, 433, 420, 2175, 582, 334, 421, 2125, 334, 422, 431, 432, 433, 333, 411, 333, 581, 334, 423, 424, 2122, 679, 593, 335, 1839, 2066, 333, 680, 584, 334, 384, 2122, 334, 385, 681, 2142, 985, 682, 335, 386, 335, 333, 333, 420, 387, 420, 685, 585, 333, 421, 422, 335, 422, 411, 333, 333, 334, 2085, 700, 423, 424, 423, 424, 1942, 588, 2137, 335, 335, 334, 333, 429, 334, 596, 335, 589, 416, 417, 601, 384, 335, 335, 385, 333, 333, 610, 418, 2012, 386, 431, 432, 433, 594, 387, 425, 335, 2077, 704, 426, 616, 686, 427, 333, 597, 417, 602, 356, 357, 335, 335, 1933, 358, 333, 418, 608, 359, 705, 360, 333, 419, 333, 361, 603, 379, 362, 364, 365, 335, 380, 609, 381, 382, 732, 604, 367, 383, 368, 335, 369, 605, 2074, 606, 333, 335, 687, 335, 713, 393, 394, 623, 365, 611, 617, 614, 417, 333, 618, 366, 367, 619, 368, 395, 369, 418, 364, 493, 333, 335, 333, 615, 620, 621, 366, 367, 1930, 368, 627, 369, 384, 2071, 335, 385, 333, 1512, 706, 1927, 388, 386, 389, 2068, 632, 335, 387, 335, 1842, 985, 2125, 333, 390, 633, 2122, 628, 2122, 392, 707, 425, 985, 335, 333, 634, 333, 333, 522, 643, 643, 643, 643, 643, 643, 643, 643, 336, 335, 644, 644, 644, 644, 644, 644, 644, 644, 338, 333, 335, 333, 335, 335, 645, 645, 722, 696, 690, 1948, 1706, 985, 692, 645, 645, 645, 646, 645, 645, 693, 342, 697, 985, 694, 335, 343, 335, 698, 333, 333, 2085, 344, 650, 650, 650, 650, 650, 650, 650, 650, 338, 1942, 672, 673, 2012, 710, 645, 645, 1833, 2077, 674, 1933, 2074, 335, 335, 645, 645, 645, 645, 645, 645, 651, 651, 651, 651, 651, 651, 651, 651, 652, 652, 652, 652, 652, 652, 652, 652, 654, 654, 654, 654, 654, 654, 654, 654, 458, 458, 458, 460, 1952, 459, 459, 1930, 2071, 333, 333, 333, 333, 1927, 2068, 2066, 985, 2001, 1998, 333, 333, 1925, 333, 333, 1998, 653, 656, 656, 656, 656, 656, 656, 656, 656, 335, 335, 335, 335, 767, 780, 657, 658, 333, 333, 335, 335, 727, 335, 335, 657, 657, 657, 657, 657, 658, 659, 659, 659, 659, 659, 659, 659, 659, 711, 714, 702, 724, 335, 335, 659, 659, 703, 333, 333, 333, 333, 333, 333, 659, 659, 659, 659, 659, 659, 712, 708, 720, 2017, 333, 1942, 333, 709, 333, 333, 1698, 2019, 2012, 335, 335, 335, 335, 335, 335, 715, 716, 717, 333, 985, 333, 1833, 1829, 333, 728, 335, 723, 335, 725, 335, 335, 718, 719, 721, 726, 1933, 733, 333, 333, 333, 333, 333, 333, 335, 729, 335, 730, 731, 335, 333, 735, 333, 736, 737, 333, 333, 1690, 1930, 1839, 1687, 734, 738, 335, 335, 335, 335, 335, 335, 333, 739, 985, 740, 741, 742, 335, 333, 335, 1927, 746, 335, 335, 757, 744, 758, 747, 333, 750, 333, 743, 745, 333, 749, 751, 335, 748, 760, 752, 333, 753, 333, 335, 754, 755, 333, 756, 2001, 759, 2022, 1998, 333, 335, 333, 335, 333, 1842, 335, 1998, 333, 762, 985, 333, 1702, 335, 333, 335, 985, 985, 333, 335, 333, 768, 333, 765, 761, 335, 763, 335, 333, 335, 769, 333, 772, 335, 333, 764, 335, 766, 333, 335, 1942, 770, 771, 335, 333, 335, 333, 335, 773, 774, 333, 333, 778, 335, 779, 333, 335, 775, 776, 335, 781, 333, 777, 335, 333, 782, 333, 333, 1698, 335, 333, 335, 333, 333, 783, 335, 335, 788, 333, 1833, 335, 333, 333, 790, 784, 333, 335, 1506, 791, 335, 1933, 335, 335, 793, 1690, 335, 333, 335, 335, 789, 333, 794, 333, 335, 792, 2025, 335, 335, 1930, 333, 335, 672, 673, 333, 799, 795, 798, 985, 797, 796, 333, 335, 692, 333, 333, 335, 802, 335, 1706, 800, 803, 333, 1687, 694, 335, 333, 801, 333, 335, 804, 985, 333, 805, 333, 806, 335, 1952, 724, 335, 335, 333, 1927, 333, 809, 1925, 750, 335, 746, 985, 1823, 335, 751, 335, 807, 333, 752, 335, 808, 335, 1820, 754, 755, 333, 810, 746, 335, 811, 335, 333, 671, 812, 333, 333, 814, 815, 1685, 1820, 813, 333, 335, 1837, 817, 333, 672, 673, 1698, 1265, 335, 333, 1833, 1506, 674, 333, 335, 1502, 333, 335, 335, 729, 1267, 730, 731, 762, 335, 333, 705, 818, 335, 772, 1269, 822, 819, 333, 335, 820, 823, 821, 335, 333, 763, 335, 985, 333, 826, 827, 333, 333, 333, 333, 335, 824, 333, 333, 1690, 828, 333, 333, 335, 333, 1255, 685, 1687, 2019, 335, 333, 333, 829, 335, 728, 1823, 335, 335, 335, 335, 985, 832, 335, 335, 830, 746, 335, 335, 1820, 335, 333, 812, 831, 696, 749, 335, 335, 833, 835, 333, 834, 836, 333, 333, 832, 708, 838, 837, 746, 333, 333, 709, 333, 698, 333, 335, 1820, 333, 735, 333, 679, 1491, 839, 878, 335, 985, 680, 335, 335, 333, 333, 333, 841, 681, 335, 335, 682, 335, 735, 335, 840, 845, 335, 333, 335, 843, 333, 846, 842, 333, 733, 749, 1839, 847, 335, 335, 335, 844, 763, 852, 732, 778, 851, 848, 985, 855, 333, 1698, 335, 333, 1265, 335, 671, 333, 335, 1695, 814, 849, 333, 333, 333, 333, 333, 1506, 861, 975, 333, 672, 673, 857, 2022, 335, 850, 333, 335, 854, 1690, 333, 335, 1255, 859, 1687, 985, 335, 335, 335, 335, 335, 829, 333, 333, 335, 333, 729, 868, 730, 731, 869, 335, 333, 333, 860, 335, 870, 864, 865, 862, 863, 1842, 737, 866, 1685, 1497, 333, 335, 335, 333, 335, 871, 333, 985, 750, 333, 872, 335, 335, 333, 751, 333, 333, 1253, 752, 1510, 753, 874, 880, 867, 755, 335, 333, 873, 335, 875, 333, 335, 876, 333, 335, 781, 333, 333, 335, 1265, 335, 335, 882, 333, 879, 696, 661, 333, 333, 881, 1506, 335, 1501, 333, 1255, 335, 672, 673, 335, 884, 333, 335, 335, 333, 883, 698, 333, 894, 335, 885, 1497, 886, 335, 335, 333, 709, 747, 726, 335, 891, 887, 888, 730, 731, 333, 335, 889, 890, 335, 960, 333, 335, 896, 333, 770, 893, 892, 762, 333, 335, 895, 333, 333, 333, 333, 2025, 333, 333, 1952, 335, 2096, 897, 2144, 985, 892, 335, 333, 985, 335, 1265, 985, 898, 985, 335, 985, 333, 335, 335, 335, 335, 750, 335, 335, 675, 902, 734, 751, 903, 899, 900, 752, 335, 753, 333, 734, 901, 755, 762, 911, 904, 335, 333, 905, 912, 333, 333, 715, 716, 717, 661, 975, 333, 2019, 653, 763, 2147, 2022, 1255, 335, 333, 333, 333, 718, 719, 985, 750, 335, 985, 985, 335, 335, 751, 908, 716, 717, 752, 335, 753, 906, 333, 754, 755, 897, 333, 335, 335, 335, 907, 718, 719, 1253, 333, 762, 913, 333, 909, 915, 333, 333, 333, 333, 2150, 333, 333, 335, 333, 918, 735, 335, 763, 920, 914, 963, 985, 648, 916, 335, 333, 333, 335, 1132, 772, 335, 335, 335, 335, 917, 335, 335, 928, 335, 1125, 333, 333, 934, 922, 333, 764, 672, 673, 921, 1095, 335, 335, 923, 926, 674, 333, 927, 715, 716, 717, 727, 735, 333, 929, 931, 335, 335, 2025, 333, 335, 333, 333, 333, 718, 719, 762, 930, 333, 933, 985, 335, 932, 333, 786, 333, 998, 333, 335, 333, 935, 333, 333, 763, 335, 997, 335, 335, 335, 986, 981, 333, 333, 335, 333, 936, 333, 942, 335, 938, 335, 937, 335, 939, 335, 333, 335, 335, 940, 661, 705, 948, 975, 941, 947, 943, 335, 335, 333, 335, 945, 335, 944, 333, 748, 333, 333, 333, 972, 946, 335, 949, 333, 2153, 744, 333, 333, 952, 950, 963, 951, 745, 925, 335, 333, 985, 919, 1952, 335, 910, 335, 335, 335, 953, 956, 877, 858, 335, 958, 985, 335, 335, 729, 825, 730, 731, 462, 957, 988, 335, 954, 960, 955, 961, 961, 961, 961, 961, 961, 961, 961, 336, 786, 962, 962, 962, 962, 962, 962, 962, 962, 963, 967, 967, 967, 333, 333, 964, 964, 688, 678, 677, 2096, 2144, 967, 967, 964, 964, 964, 965, 964, 964, 333, 342, 985, 985, 969, 333, 343, 664, 335, 335, 333, 663, 344, 966, 966, 966, 966, 966, 966, 966, 966, 963, 662, 2382, 2030, 335, 987, 964, 964, 661, 335, 993, 994, 1269, 1706, 335, 964, 964, 964, 964, 964, 964, 990, 989, 655, 985, 985, 967, 651, 651, 651, 651, 651, 651, 651, 651, 652, 652, 652, 652, 652, 652, 652, 652, 654, 654, 654, 654, 654, 654, 654, 654, 2019, 333, 338, 648, 333, 642, 2147, 332, 2022, 330, 2150, 343, 985, 327, 333, 333, 326, 344, 985, 971, 985, 333, 985, 333, 333, 344, 335, 971, 973, 335, 974, 974, 974, 974, 974, 974, 974, 974, 975, 335, 335, 1002, 639, 995, 976, 976, 335, 999, 335, 335, 996, 635, 333, 976, 976, 976, 976, 976, 976, 978, 978, 978, 978, 978, 978, 978, 978, 963, 1004, 2025, 631, 1003, 333, 978, 978, 333, 333, 335, 612, 333, 333, 985, 978, 978, 978, 978, 978, 978, 982, 982, 982, 982, 982, 982, 982, 982, 333, 335, 334, 333, 335, 335, 983, 984, 335, 335, 1000, 591, 985, 1005, 333, 983, 983, 983, 983, 983, 984, 991, 333, 333, 992, 335, 333, 1001, 335, 333, 333, 333, 333, 333, 2153, 333, 1007, 587, 333, 335, 586, 1006, 577, 333, 333, 333, 985, 335, 335, 333, 333, 335, 333, 534, 335, 335, 335, 335, 335, 1009, 335, 1008, 1011, 335, 1012, 1010, 528, 1015, 335, 335, 335, 1017, 1016, 333, 335, 335, 333, 335, 1014, 333, 333, 1013, 1020, 333, 333, 333, 333, 1018, 334, 333, 333, 1021, 500, 1019, 480, 469, 333, 333, 335, 462, 333, 335, 363, 333, 335, 335, 333, 333, 335, 335, 335, 335, 333, 1023, 335, 335, 333, 1032, 1024, 1022, 1027, 335, 335, 1025, 1026, 335, 1030, 1028, 335, 1031, 1034, 335, 335, 1029, 1033, 333, 1035, 335, 333, 1036, 333, 335, 333, 1037, 1038, 333, 333, 333, 333, 1040, 354, 349, 333, 333, 333, 1039, 2096, 333, 333, 346, 335, 333, 333, 335, 1041, 335, 333, 335, 985, 333, 335, 335, 335, 335, 332, 1042, 1045, 335, 335, 335, 1046, 1043, 335, 335, 1049, 1048, 335, 335, 333, 330, 1044, 335, 1052, 1047, 335, 333, 333, 333, 1053, 1050, 1051, 1056, 1055, 1054, 333, 333, 333, 328, 1057, 333, 333, 333, 327, 335, 1058, 2208, 333, 1059, 326, 333, 335, 335, 335, 333, 333, 1060, 333, 985, 333, 335, 335, 335, 1061, 333, 335, 335, 335, 1065, 333, 1062, 1069, 335, 1068, 1066, 335, 333, 1063, 1067, 335, 335, 333, 335, 1064, 335, 333, 1072, 1070, 1071, 335, 333, 1073, 2382, 222, 335, 333, 333, 1075, 333, 1074, 333, 335, 2245, 333, 333, 333, 335, 2144, 333, 333, 335, 333, 2248, 1076, 985, 335, 333, 1077, 1078, 985, 335, 335, 333, 335, 985, 335, 333, 1079, 335, 335, 335, 333, 1080, 335, 335, 222, 335, 1082, 333, 1083, 333, 335, 1086, 333, 1081, 1085, 333, 335, 1084, 1088, 222, 335, 333, 333, 1087, 275, 335, 333, 333, 1090, 1091, 333, 1089, 335, 333, 335, 333, 333, 335, 333, 2382, 335, 333, 2382, 333, 1094, 2382, 335, 335, 2382, 1092, 333, 335, 335, 1093, 333, 335, 333, 333, 335, 333, 335, 335, 2382, 335, 1096, 333, 335, 1101, 335, 333, 1097, 1103, 1099, 1098, 333, 335, 1105, 1100, 333, 335, 1102, 335, 335, 1104, 335, 333, 333, 1108, 333, 333, 335, 1109, 2382, 333, 335, 2382, 1106, 1010, 1107, 335, 1113, 1110, 1112, 335, 333, 1111, 333, 333, 2382, 333, 335, 335, 2382, 335, 335, 333, 2147, 1115, 335, 333, 1114, 333, 1119, 2382, 1127, 333, 1117, 333, 985, 335, 333, 335, 335, 1116, 335, 333, 1118, 1120, 1123, 333, 335, 1121, 1124, 333, 335, 333, 335, 333, 1126, 333, 335, 2382, 335, 1122, 1128, 335, 333, 2382, 333, 2382, 335, 333, 1130, 333, 335, 333, 333, 333, 335, 333, 335, 333, 335, 333, 335, 333, 1129, 2382, 333, 333, 1134, 335, 1136, 335, 1131, 2382, 335, 1133, 335, 1135, 335, 335, 335, 333, 335, 1138, 335, 1139, 335, 333, 335, 2382, 1137, 335, 335, 333, 333, 2382, 1145, 333, 1146, 1140, 333, 1143, 333, 333, 1141, 2251, 335, 1144, 1142, 2382, 333, 2150, 335, 333, 1147, 2382, 333, 985, 335, 335, 1149, 333, 335, 985, 333, 335, 333, 335, 335, 333, 1148, 2382, 333, 1151, 1077, 335, 1150, 1153, 335, 1154, 1152, 335, 1155, 333, 2382, 333, 335, 333, 1157, 335, 333, 335, 333, 333, 335, 1160, 1156, 335, 333, 333, 333, 333, 333, 1158, 333, 333, 1159, 2382, 335, 1161, 335, 2382, 335, 2382, 333, 335, 333, 335, 335, 333, 1162, 1166, 2382, 335, 335, 335, 335, 335, 333, 335, 335, 1163, 1164, 1169, 1165, 2382, 1168, 1167, 1170, 335, 1171, 335, 333, 333, 335, 1175, 333, 1173, 333, 1176, 1174, 333, 1172, 335, 333, 333, 333, 333, 333, 333, 1177, 333, 333, 333, 2382, 2382, 333, 335, 335, 2382, 333, 335, 2382, 335, 2382, 333, 335, 333, 333, 335, 335, 335, 335, 335, 335, 333, 335, 335, 335, 1178, 1045, 335, 1180, 1179, 1186, 335, 1184, 1183, 1181, 1188, 335, 333, 335, 335, 333, 333, 333, 333, 1182, 1185, 335, 1187, 333, 333, 333, 2382, 1189, 1190, 1192, 333, 2382, 1191, 333, 333, 333, 333, 335, 333, 333, 335, 335, 335, 335, 333, 1193, 1194, 2382, 335, 335, 335, 1196, 333, 333, 1195, 335, 1197, 2382, 335, 335, 335, 335, 1199, 335, 335, 1055, 333, 1202, 333, 335, 333, 1200, 1198, 1206, 333, 2382, 1031, 335, 335, 1052, 333, 333, 1203, 333, 1201, 333, 333, 333, 333, 1211, 333, 335, 2382, 335, 333, 335, 333, 333, 2382, 335, 1204, 2382, 2382, 333, 333, 335, 335, 333, 335, 333, 335, 335, 335, 335, 1205, 335, 333, 1212, 2382, 335, 333, 335, 335, 1213, 1210, 333, 1209, 1208, 335, 335, 333, 1207, 335, 1219, 335, 333, 1221, 1214, 1220, 333, 1218, 335, 333, 1216, 333, 335, 333, 1215, 1222, 333, 335, 1217, 333, 333, 2254, 335, 333, 333, 1223, 2382, 335, 333, 2382, 333, 335, 2382, 985, 335, 1224, 335, 1052, 335, 1225, 333, 335, 333, 333, 335, 335, 1227, 2382, 335, 335, 333, 1229, 2153, 335, 1226, 335, 333, 1232, 1228, 333, 333, 1230, 333, 333, 985, 335, 2382, 335, 335, 2382, 333, 963, 1231, 2382, 1234, 335, 2382, 1233, 1081, 2382, 1235, 335, 2382, 975, 335, 335, 2382, 335, 335, 1236, 1507, 1237, 1239, 342, 1238, 335, 1242, 2382, 343, 1243, 2382, 1241, 2382, 1507, 344, 2382, 1240, 1245, 1245, 1245, 1245, 1245, 1245, 1245, 1245, 960, 963, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1250, 1250, 1250, 1250, 1250, 1250, 1250, 1250, 963, 1248, 967, 967, 967, 342, 963, 333, 2257, 333, 343, 2382, 2382, 2096, 967, 967, 344, 2208, 2245, 2144, 985, 1256, 2382, 963, 1248, 985, 969, 2382, 342, 985, 985, 985, 335, 343, 335, 333, 333, 1257, 1273, 344, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 2382, 1276, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 333, 333, 335, 335, 2382, 333, 333, 333, 2382, 333, 333, 967, 973, 1274, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 975, 2382, 963, 335, 335, 2382, 1260, 1260, 335, 335, 335, 1277, 335, 335, 333, 1260, 1260, 1260, 1260, 1260, 1260, 1267, 1279, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1269, 1272, 1275, 333, 1278, 333, 1270, 1270, 335, 333, 333, 333, 985, 333, 333, 1270, 1270, 1270, 1270, 1270, 1270, 333, 2382, 333, 333, 333, 2382, 333, 335, 333, 335, 1280, 2382, 2248, 335, 335, 335, 333, 335, 335, 333, 333, 1286, 333, 333, 985, 335, 1282, 335, 335, 335, 1281, 335, 333, 335, 2382, 1284, 1283, 1288, 1285, 333, 1293, 335, 2382, 1287, 335, 335, 333, 335, 335, 1289, 333, 333, 333, 333, 1290, 2382, 2382, 335, 333, 1296, 333, 333, 1291, 333, 335, 1292, 333, 1294, 333, 333, 1295, 335, 333, 2382, 333, 335, 335, 335, 335, 2382, 1299, 1297, 333, 335, 333, 335, 335, 333, 335, 2382, 1302, 335, 1300, 335, 335, 342, 1298, 335, 1305, 335, 343, 333, 333, 333, 1301, 333, 344, 335, 333, 335, 333, 2147, 335, 1303, 1304, 333, 2382, 333, 333, 333, 1307, 333, 2382, 985, 333, 1306, 335, 335, 335, 333, 335, 1308, 333, 335, 1312, 335, 1309, 333, 2251, 333, 335, 1313, 335, 335, 335, 2382, 335, 1310, 1311, 335, 985, 333, 1315, 333, 335, 2382, 333, 335, 333, 333, 2382, 333, 335, 1314, 335, 333, 333, 333, 333, 1318, 1316, 333, 1320, 333, 333, 1317, 335, 2382, 335, 2382, 1321, 335, 1322, 335, 335, 1319, 335, 333, 1325, 1323, 335, 335, 335, 335, 2382, 1328, 335, 333, 335, 335, 333, 2382, 1324, 333, 1326, 1331, 1334, 333, 2382, 333, 333, 1327, 335, 333, 333, 2382, 333, 2382, 2382, 1332, 1329, 1330, 335, 333, 333, 335, 1335, 333, 335, 333, 333, 2382, 335, 1333, 335, 335, 333, 1337, 335, 335, 1339, 335, 1341, 1336, 2382, 333, 2382, 333, 335, 335, 1344, 1340, 335, 1338, 335, 335, 1345, 333, 333, 1347, 333, 335, 1342, 333, 2382, 333, 2382, 333, 333, 1343, 335, 1346, 335, 2382, 333, 333, 333, 1348, 333, 1349, 333, 333, 335, 335, 2382, 335, 333, 2382, 335, 1351, 335, 1350, 335, 335, 333, 2382, 333, 333, 1353, 335, 335, 335, 333, 335, 333, 335, 335, 333, 963, 1352, 1354, 335, 1357, 333, 1358, 2382, 333, 1356, 333, 335, 1355, 335, 335, 333, 1359, 333, 333, 335, 1360, 335, 1362, 1363, 335, 333, 333, 333, 333, 333, 335, 333, 1361, 335, 333, 335, 2382, 333, 1364, 333, 335, 2382, 335, 335, 2382, 1365, 2382, 1366, 1369, 2382, 335, 335, 335, 335, 335, 333, 335, 1367, 1372, 335, 333, 1374, 335, 1368, 335, 333, 1370, 333, 333, 1376, 333, 1377, 1373, 1371, 1375, 333, 333, 333, 333, 333, 335, 333, 1379, 333, 333, 335, 333, 333, 1378, 1341, 335, 333, 335, 335, 333, 335, 333, 963, 1381, 1393, 335, 335, 335, 335, 335, 2382, 335, 1384, 335, 335, 1388, 335, 335, 1380, 1382, 1385, 335, 1390, 1383, 335, 333, 335, 1389, 333, 333, 333, 333, 333, 2382, 1386, 1387, 1392, 1391, 333, 333, 333, 333, 333, 2382, 333, 333, 2382, 333, 2382, 333, 335, 2382, 2382, 335, 335, 335, 335, 335, 1394, 333, 333, 333, 2382, 335, 335, 335, 335, 335, 1397, 335, 335, 1398, 335, 1396, 335, 333, 1395, 1400, 1401, 1399, 333, 333, 2382, 333, 335, 335, 335, 1295, 333, 333, 1402, 333, 333, 1403, 333, 1404, 333, 2382, 333, 2382, 335, 1405, 333, 333, 2382, 335, 335, 1406, 335, 333, 2382, 333, 2382, 335, 335, 2382, 335, 335, 1407, 335, 1408, 335, 1409, 335, 1411, 333, 333, 335, 335, 1410, 333, 333, 333, 333, 335, 1414, 335, 1412, 333, 1413, 1415, 1420, 333, 2382, 1421, 1422, 1423, 1424, 2382, 2382, 335, 335, 333, 1416, 2382, 335, 335, 335, 335, 2382, 333, 333, 333, 335, 333, 333, 333, 335, 1417, 333, 333, 333, 1418, 1428, 1342, 1354, 333, 335, 1419, 1426, 333, 2150, 333, 2382, 1425, 335, 335, 335, 1427, 335, 335, 335, 333, 985, 335, 335, 335, 2382, 333, 333, 1429, 335, 333, 1430, 2382, 335, 1432, 335, 1431, 1438, 2382, 333, 333, 1433, 1434, 333, 1435, 335, 1436, 333, 2382, 1440, 1437, 335, 335, 333, 333, 335, 1446, 1439, 2254, 333, 333, 2382, 2382, 1442, 335, 335, 333, 2382, 335, 333, 985, 333, 335, 1441, 333, 333, 1444, 1453, 335, 335, 333, 333, 2382, 1445, 335, 335, 1443, 1448, 333, 333, 333, 335, 1449, 1447, 335, 1342, 335, 2382, 333, 335, 335, 333, 2382, 333, 333, 335, 335, 1450, 333, 333, 2382, 1454, 2153, 335, 335, 335, 1451, 333, 333, 333, 1452, 1455, 1456, 335, 985, 2382, 335, 1459, 335, 335, 333, 1458, 2382, 335, 335, 333, 1457, 1462, 1464, 2382, 333, 333, 335, 335, 335, 333, 1460, 2257, 333, 1467, 1461, 1468, 2382, 333, 1469, 335, 1470, 1463, 333, 985, 335, 333, 1471, 333, 1466, 335, 335, 333, 333, 2382, 335, 333, 1465, 335, 2382, 333, 333, 1473, 335, 2208, 333, 333, 1474, 335, 1472, 333, 335, 333, 335, 333, 2382, 985, 335, 335, 1478, 333, 335, 1475, 1476, 1479, 335, 335, 333, 2382, 1482, 335, 335, 333, 1477, 333, 335, 1480, 335, 333, 335, 1481, 1483, 2303, 1485, 333, 335, 333, 1488, 2245, 2248, 2382, 2382, 335, 1487, 985, 2382, 2251, 335, 1484, 335, 985, 985, 1303, 335, 1486, 2382, 2382, 1520, 985, 335, 1354, 335, 1490, 1491, 1489, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1250, 1250, 1250, 1250, 1250, 1250, 1250, 1250, 967, 967, 967, 967, 967, 967, 2254, 2257, 2382, 2208, 2303, 2245, 967, 967, 2382, 967, 967, 2382, 985, 985, 333, 985, 985, 985, 1494, 2382, 1502, 1494, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 2382, 335, 1515, 1515, 1515, 1515, 1515, 1515, 1515, 1515, 2382, 2382, 2382, 2248, 333, 333, 2251, 333, 2382, 2382, 333, 333, 333, 967, 1518, 985, 967, 1267, 985, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1269, 333, 335, 335, 333, 335, 1515, 1515, 335, 335, 335, 333, 985, 1523, 333, 1515, 1515, 1515, 1515, 1515, 1515, 1519, 1521, 333, 333, 1522, 335, 1524, 333, 335, 333, 333, 333, 333, 1525, 2382, 335, 1526, 333, 335, 333, 2382, 2254, 2382, 1527, 333, 333, 1528, 335, 335, 333, 333, 333, 335, 985, 335, 335, 335, 335, 2382, 1529, 1531, 333, 335, 333, 335, 1535, 1530, 1532, 1538, 335, 335, 1533, 2382, 333, 335, 335, 335, 333, 1534, 333, 333, 2382, 333, 1540, 333, 1536, 335, 333, 335, 1545, 1537, 333, 333, 333, 1542, 1541, 2382, 1539, 335, 333, 333, 2382, 335, 333, 335, 335, 1543, 335, 333, 335, 333, 333, 335, 333, 1544, 2382, 335, 335, 335, 1550, 333, 1547, 1546, 333, 335, 335, 1548, 333, 335, 333, 2382, 2382, 1549, 335, 333, 335, 335, 333, 335, 333, 1551, 333, 333, 1552, 1554, 335, 333, 333, 335, 333, 333, 2382, 335, 333, 335, 1555, 1553, 2382, 1558, 335, 1559, 333, 335, 1556, 335, 2382, 335, 335, 1563, 333, 333, 335, 335, 1557, 335, 335, 1560, 333, 335, 333, 1561, 333, 1562, 333, 333, 1564, 335, 1565, 333, 2382, 1569, 1566, 2382, 1567, 335, 335, 333, 333, 1570, 333, 333, 333, 335, 1568, 335, 333, 335, 333, 335, 335, 333, 333, 333, 335, 1573, 333, 1572, 1575, 1571, 1576, 333, 335, 335, 2382, 335, 335, 335, 333, 333, 333, 335, 1574, 335, 1580, 2382, 335, 335, 335, 2382, 1577, 335, 333, 333, 333, 333, 335, 333, 1578, 1579, 333, 333, 1581, 335, 335, 335, 1584, 2382, 333, 333, 1582, 333, 333, 1583, 1587, 2382, 333, 335, 335, 335, 335, 333, 335, 333, 2382, 335, 335, 1585, 1590, 2382, 1589, 333, 1586, 335, 335, 333, 335, 335, 333, 2382, 1588, 335, 2382, 333, 333, 333, 335, 333, 335, 1591, 333, 333, 333, 1600, 1525, 333, 335, 333, 2382, 1592, 335, 333, 333, 335, 1593, 333, 333, 1595, 335, 335, 335, 1535, 335, 333, 333, 335, 335, 335, 333, 2382, 335, 1601, 335, 1594, 333, 333, 335, 335, 1607, 1596, 335, 335, 1597, 1598, 333, 1599, 1601, 333, 335, 335, 333, 333, 1605, 335, 1602, 1603, 333, 1606, 1604, 335, 335, 333, 2382, 333, 333, 2382, 333, 2382, 2382, 335, 1608, 333, 335, 2382, 333, 335, 335, 333, 2382, 333, 333, 335, 2382, 333, 333, 333, 335, 1611, 335, 335, 1609, 335, 1610, 1614, 333, 333, 335, 333, 1612, 335, 333, 333, 335, 1616, 335, 335, 333, 1615, 335, 335, 335, 333, 1617, 1613, 333, 1618, 2382, 2382, 333, 335, 335, 2382, 335, 333, 333, 335, 335, 333, 333, 333, 1620, 335, 333, 1619, 1525, 2382, 335, 333, 333, 335, 333, 1623, 1621, 335, 1622, 333, 1624, 333, 335, 335, 333, 333, 335, 335, 335, 333, 333, 335, 333, 333, 1625, 333, 335, 335, 333, 335, 2257, 2382, 333, 333, 335, 1627, 335, 1626, 333, 335, 335, 2382, 985, 333, 335, 335, 1628, 335, 335, 333, 335, 333, 1629, 335, 1635, 1634, 1632, 335, 335, 333, 1630, 333, 333, 335, 2382, 333, 1631, 1633, 335, 2382, 333, 1580, 333, 2382, 335, 1636, 335, 333, 333, 1637, 1638, 333, 333, 333, 335, 333, 335, 335, 333, 1639, 335, 2382, 1640, 2303, 1580, 335, 333, 335, 1641, 1643, 2382, 333, 335, 335, 1642, 985, 335, 335, 335, 333, 335, 333, 333, 335, 333, 333, 1648, 333, 1650, 2382, 1644, 335, 2382, 333, 333, 1645, 335, 2382, 1646, 1653, 1647, 333, 333, 1616, 335, 333, 335, 335, 333, 335, 335, 1651, 335, 333, 1649, 1652, 2382, 1656, 335, 335, 333, 333, 1657, 1659, 2382, 333, 335, 335, 333, 1654, 335, 1655, 333, 335, 333, 333, 333, 1663, 335, 333, 2382, 1658, 333, 2382, 2382, 335, 335, 2382, 2382, 1660, 335, 1661, 333, 335, 1662, 1664, 333, 335, 333, 335, 335, 335, 333, 333, 335, 1670, 1672, 335, 1666, 1665, 333, 333, 1668, 1667, 1674, 333, 333, 335, 333, 1669, 2303, 335, 1671, 335, 333, 2382, 2382, 335, 335, 1673, 2382, 2382, 985, 2382, 2382, 335, 335, 2382, 2382, 2382, 335, 335, 2382, 335, 2382, 1675, 2382, 2382, 2382, 335, 1676, 1679, 2382, 2382, 1677, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1491, 1678, 1681, 1681, 1681, 1681, 1681, 1681, 1681, 1681, 967, 967, 967, 967, 967, 967, 2382, 2382, 2382, 2382, 2382, 2382, 967, 967, 2382, 967, 967, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 1494, 2382, 2382, 1494, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1502, 333, 1692, 1692, 1692, 1692, 1692, 1692, 1692, 1692, 1702, 2382, 1703, 1703, 1703, 1703, 1703, 1703, 1703, 1703, 333, 1269, 333, 333, 333, 333, 335, 333, 1707, 333, 333, 967, 333, 985, 967, 333, 333, 333, 333, 333, 2382, 1707, 333, 333, 2382, 335, 2382, 335, 335, 335, 335, 333, 335, 1708, 335, 335, 333, 335, 333, 2382, 335, 335, 335, 335, 335, 1713, 1710, 335, 335, 1716, 333, 1709, 333, 1712, 1711, 333, 335, 333, 2382, 333, 333, 335, 333, 335, 1715, 333, 333, 1717, 1719, 1714, 1718, 333, 333, 333, 2382, 335, 333, 335, 333, 2382, 335, 2382, 335, 1720, 335, 335, 333, 335, 333, 2382, 335, 335, 333, 1722, 333, 333, 335, 335, 335, 1724, 333, 335, 2382, 335, 1725, 1721, 1726, 1727, 2382, 2382, 333, 335, 333, 335, 1723, 2382, 333, 335, 333, 335, 335, 333, 333, 333, 2382, 335, 2382, 1729, 2382, 333, 333, 2382, 333, 1731, 1728, 335, 333, 335, 2382, 333, 1730, 335, 333, 335, 333, 333, 335, 335, 335, 1732, 333, 1734, 333, 1735, 335, 335, 1737, 335, 333, 333, 333, 335, 1733, 1738, 335, 1739, 2382, 335, 333, 335, 335, 1736, 333, 333, 333, 335, 1743, 335, 333, 1740, 333, 333, 333, 335, 335, 335, 1742, 1741, 333, 2382, 2382, 1744, 333, 335, 333, 2382, 333, 335, 335, 335, 2382, 333, 333, 335, 2382, 335, 335, 335, 333, 333, 333, 2382, 1747, 335, 1748, 1745, 333, 335, 333, 335, 1746, 335, 333, 333, 333, 1751, 335, 335, 333, 1750, 333, 2382, 1749, 335, 335, 335, 1752, 333, 1753, 1755, 333, 335, 333, 335, 333, 1754, 2382, 335, 335, 335, 333, 1759, 333, 335, 2382, 335, 1761, 1756, 2382, 2382, 333, 1758, 335, 1757, 2382, 335, 333, 335, 333, 335, 1760, 1762, 333, 1763, 333, 335, 333, 335, 2382, 1764, 333, 2382, 333, 1769, 1767, 335, 333, 333, 333, 1765, 333, 335, 2382, 335, 1768, 1766, 333, 335, 333, 335, 1770, 335, 333, 1771, 333, 335, 1773, 335, 333, 333, 2382, 335, 335, 335, 333, 335, 333, 1774, 333, 1772, 333, 335, 2382, 335, 2382, 333, 333, 335, 1775, 335, 2382, 1776, 333, 335, 335, 1777, 333, 333, 333, 335, 333, 335, 1779, 335, 333, 335, 333, 1780, 333, 1781, 335, 335, 333, 333, 1782, 1778, 333, 335, 1783, 333, 2382, 335, 335, 335, 333, 335, 333, 1785, 333, 335, 333, 335, 333, 335, 333, 2382, 333, 335, 335, 333, 333, 335, 1784, 1793, 335, 1786, 333, 2382, 333, 335, 333, 335, 1789, 335, 2382, 335, 2382, 335, 2382, 335, 1787, 335, 1788, 333, 335, 335, 1794, 333, 1792, 333, 333, 335, 1790, 335, 333, 335, 1791, 1801, 1796, 1798, 333, 1795, 333, 1797, 2382, 333, 2382, 333, 335, 333, 2382, 333, 335, 333, 335, 335, 1799, 333, 333, 335, 333, 2382, 2382, 333, 333, 335, 333, 335, 333, 1800, 335, 1802, 335, 333, 335, 1805, 335, 333, 335, 333, 333, 2382, 335, 335, 1803, 335, 1804, 1809, 335, 335, 333, 335, 2382, 335, 2382, 1806, 2382, 2382, 335, 2382, 1807, 333, 335, 1808, 335, 335, 1810, 1811, 1813, 1817, 1814, 1812, 1816, 2382, 2382, 335, 1815, 1818, 1818, 1818, 1818, 1818, 1818, 1818, 1818, 1829, 335, 1830, 1830, 1830, 1830, 1830, 1830, 1830, 1830, 1834, 1834, 1834, 1834, 1834, 1834, 1834, 1834, 2382, 2382, 2382, 2382, 1848, 333, 1261, 1261, 2382, 2382, 2382, 2382, 2382, 2382, 333, 1261, 1261, 1261, 1261, 1261, 1261, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1702, 335, 1844, 1844, 1844, 1844, 1844, 1844, 1844, 1844, 335, 333, 333, 333, 333, 333, 333, 333, 1850, 333, 2382, 333, 333, 333, 1849, 333, 333, 333, 333, 333, 333, 333, 333, 2382, 2382, 333, 335, 335, 335, 335, 335, 335, 335, 333, 335, 1851, 335, 335, 335, 333, 335, 335, 335, 335, 335, 335, 335, 335, 1858, 1853, 335, 333, 333, 1852, 333, 333, 333, 1854, 335, 1856, 1855, 1857, 2382, 333, 335, 333, 333, 333, 333, 333, 333, 333, 333, 2382, 333, 2382, 335, 335, 333, 335, 335, 335, 2382, 2382, 333, 333, 333, 1859, 335, 333, 335, 335, 335, 335, 335, 335, 335, 335, 1860, 335, 1863, 333, 333, 335, 2382, 333, 2382, 1861, 1865, 335, 335, 335, 333, 333, 335, 333, 1864, 2382, 333, 1862, 333, 333, 1867, 333, 333, 2382, 335, 335, 333, 1868, 335, 1866, 333, 333, 333, 333, 2382, 335, 335, 333, 335, 333, 1871, 335, 1869, 335, 335, 333, 335, 335, 1870, 333, 333, 335, 333, 1872, 333, 335, 335, 335, 335, 1875, 1877, 333, 335, 333, 335, 1873, 1879, 1874, 333, 333, 335, 1876, 333, 1880, 335, 335, 333, 335, 1878, 335, 333, 333, 1882, 1884, 333, 1881, 335, 333, 335, 333, 2382, 333, 2382, 335, 335, 2382, 333, 335, 1883, 2382, 1886, 335, 333, 1885, 333, 335, 335, 333, 333, 335, 333, 2382, 335, 333, 335, 1887, 335, 1888, 2382, 2382, 1893, 335, 333, 333, 1890, 1900, 1901, 335, 1889, 335, 2382, 333, 335, 335, 1891, 335, 1894, 1897, 335, 1898, 333, 333, 1892, 1899, 1895, 333, 333, 335, 335, 1905, 2382, 333, 1903, 333, 1907, 1896, 335, 333, 333, 333, 1902, 1908, 1909, 2382, 2382, 335, 335, 333, 333, 333, 335, 335, 333, 333, 333, 1904, 335, 1913, 335, 333, 333, 333, 335, 335, 335, 333, 333, 1911, 1910, 1906, 2382, 2382, 335, 335, 335, 1912, 2382, 335, 335, 335, 1915, 2382, 2382, 2382, 335, 335, 335, 2382, 1917, 1916, 335, 335, 333, 1914, 1918, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 2382, 2382, 2382, 1919, 1920, 1934, 1934, 1934, 1934, 1934, 1934, 1934, 1934, 1829, 335, 1935, 1935, 1935, 1935, 1935, 1935, 1935, 1935, 1938, 1954, 1939, 1939, 1939, 1939, 1939, 1939, 1939, 1939, 1506, 2382, 2382, 2382, 2382, 2382, 1505, 1505, 2382, 2382, 2382, 2382, 2382, 2382, 333, 1505, 1505, 1505, 1505, 1505, 1505, 1948, 333, 1949, 1949, 1949, 1949, 1949, 1949, 1949, 1949, 1953, 1953, 1953, 1953, 1953, 1953, 1953, 1953, 335, 333, 333, 333, 333, 333, 1516, 1516, 335, 333, 2382, 333, 333, 333, 333, 1516, 1516, 1516, 1516, 1516, 1516, 333, 333, 333, 333, 333, 335, 335, 335, 335, 335, 2382, 333, 333, 335, 1955, 335, 335, 335, 335, 333, 333, 333, 1957, 333, 333, 335, 335, 335, 335, 335, 333, 333, 1956, 333, 333, 1958, 335, 335, 333, 2382, 333, 333, 333, 333, 335, 335, 335, 2382, 335, 335, 333, 333, 333, 2382, 1959, 335, 335, 1961, 335, 335, 333, 1960, 1964, 335, 1962, 335, 335, 335, 335, 333, 333, 333, 1963, 333, 333, 335, 335, 335, 1967, 333, 333, 1966, 333, 1968, 333, 335, 333, 1965, 333, 2382, 1975, 333, 333, 1969, 335, 335, 335, 2382, 335, 335, 333, 2382, 333, 333, 335, 335, 1972, 335, 333, 335, 1970, 335, 333, 335, 1971, 1974, 335, 335, 333, 1977, 333, 333, 1978, 1979, 333, 335, 1973, 335, 335, 1980, 1976, 333, 333, 335, 333, 2382, 333, 335, 333, 1990, 333, 2382, 2382, 335, 2382, 335, 335, 2382, 2382, 335, 1981, 1982, 2382, 333, 333, 333, 335, 335, 333, 335, 1987, 335, 333, 335, 333, 335, 1983, 1984, 333, 1985, 333, 333, 1986, 1991, 2382, 2382, 2382, 1989, 335, 335, 335, 1988, 333, 335, 2382, 2382, 2382, 335, 2382, 335, 2382, 2382, 2382, 335, 2382, 335, 335, 1993, 2382, 1995, 1992, 2032, 2382, 2382, 1994, 2382, 2382, 335, 1996, 2009, 2009, 2009, 2009, 2009, 2009, 2009, 2009, 2013, 2013, 2013, 2013, 2013, 2013, 2013, 2013, 1938, 2382, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 1506, 2382, 2382, 2382, 2382, 333, 1693, 1693, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 1693, 1693, 1693, 1693, 1693, 1693, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 1948, 335, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2030, 2382, 2031, 2031, 2031, 2031, 2031, 2031, 2031, 2031, 1706, 333, 333, 333, 333, 2382, 1705, 1705, 333, 333, 2382, 333, 985, 333, 333, 1705, 1705, 1705, 1705, 1705, 1705, 2382, 333, 333, 333, 2382, 335, 335, 335, 335, 2033, 333, 333, 335, 335, 2034, 335, 333, 335, 335, 333, 333, 333, 2037, 333, 333, 2035, 335, 335, 335, 2036, 333, 333, 333, 2038, 333, 335, 335, 2382, 2382, 333, 2039, 335, 2048, 333, 335, 335, 335, 333, 335, 335, 333, 333, 333, 2382, 2382, 335, 335, 335, 2040, 335, 2041, 333, 2043, 2044, 335, 2046, 2045, 333, 335, 2382, 333, 2382, 335, 2382, 2042, 335, 335, 335, 2047, 2049, 333, 333, 2053, 333, 333, 2050, 335, 2382, 2382, 333, 2382, 333, 335, 333, 2051, 335, 2056, 2052, 2057, 333, 333, 2055, 333, 2054, 2382, 335, 335, 2382, 335, 335, 2382, 2382, 2058, 2059, 335, 2060, 335, 2382, 335, 2382, 2382, 2062, 2382, 2382, 335, 335, 2382, 335, 2382, 2061, 2078, 2078, 2078, 2078, 2078, 2078, 2078, 2078, 2081, 2099, 2082, 2082, 2082, 2082, 2082, 2082, 2082, 2082, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2097, 2097, 2097, 2097, 2097, 2097, 2097, 2097, 333, 333, 2382, 333, 985, 2030, 2382, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 1706, 2382, 2382, 333, 333, 333, 1845, 1845, 333, 333, 335, 335, 985, 335, 333, 1845, 1845, 1845, 1845, 1845, 1845, 2102, 333, 333, 333, 333, 2101, 2100, 335, 335, 335, 333, 2382, 335, 335, 333, 2382, 2104, 333, 335, 2382, 333, 2382, 333, 333, 333, 333, 335, 335, 335, 335, 2103, 2382, 2108, 333, 2382, 335, 2105, 333, 333, 335, 2106, 333, 335, 2382, 2107, 335, 2109, 335, 335, 335, 335, 333, 2113, 333, 333, 2115, 2110, 333, 335, 2111, 333, 2112, 335, 335, 2382, 2114, 335, 333, 2116, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 335, 2382, 335, 335, 2382, 2117, 335, 2382, 2118, 335, 2382, 2382, 2382, 2120, 2159, 2382, 335, 2382, 2119, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2081, 2382, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2154, 2154, 2154, 2154, 2154, 2154, 2154, 2154, 2157, 333, 2158, 2158, 2158, 2158, 2158, 2158, 2158, 2158, 333, 333, 985, 333, 333, 333, 333, 333, 333, 333, 2382, 2164, 2165, 333, 2382, 333, 335, 2382, 333, 333, 2382, 333, 333, 333, 333, 335, 335, 333, 335, 335, 335, 335, 335, 335, 335, 2162, 2382, 2382, 335, 2160, 335, 2382, 2161, 335, 335, 2166, 335, 335, 335, 335, 2382, 2382, 335, 2382, 2163, 2382, 2168, 2167, 2169, 2382, 2212, 2192, 2170, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2171, 2209, 2209, 2209, 2209, 2209, 2209, 2209, 2209, 2157, 333, 2210, 2210, 2210, 2210, 2210, 2210, 2210, 2210, 333, 333, 333, 333, 333, 333, 333, 2217, 2382, 333, 333, 333, 333, 333, 333, 2382, 335, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 335, 335, 335, 335, 335, 335, 335, 2211, 2215, 335, 335, 335, 335, 335, 335, 2214, 2382, 2382, 2382, 2220, 2262, 333, 333, 2213, 2216, 2218, 2192, 2219, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2260, 2382, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 335, 335, 333, 333, 333, 333, 333, 2286, 2286, 2286, 2286, 2286, 2286, 2286, 2286, 333, 2264, 333, 2382, 333, 2382, 333, 2263, 333, 333, 2382, 2382, 335, 335, 335, 335, 335, 2382, 2382, 2382, 2382, 333, 2382, 2269, 2382, 335, 2382, 335, 2267, 335, 2268, 335, 333, 335, 335, 2265, 2266, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2260, 335, 2305, 2305, 2305, 2305, 2305, 2305, 2305, 2305, 2307, 2308, 335, 333, 333, 333, 333, 333, 2382, 2306, 2309, 2321, 2321, 2321, 2321, 2321, 2321, 2321, 2321, 2338, 2338, 2338, 2338, 2338, 2338, 2338, 2338, 2382, 335, 335, 335, 335, 335, 333, 333, 2310, 2339, 2340, 2382, 985, 2361, 2361, 2361, 2361, 2361, 2361, 2361, 2361, 333, 333, 333, 333, 2341, 333, 333, 2342, 2382, 2382, 335, 335, 985, 333, 333, 2363, 333, 333, 333, 2382, 333, 2382, 2382, 2382, 2362, 335, 335, 335, 335, 2382, 335, 335, 2382, 2364, 2365, 2377, 2382, 2382, 335, 335, 2382, 335, 335, 335, 2376, 335, 2382, 2382, 2382, 2375, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2380, 2382, 2382, 2382, 2379, 2382, 2382, 2382, 2381, 329, 329, 329, 329, 329, 329, 329, 329, 329, 329, 329, 329, 329, 331, 331, 331, 331, 331, 331, 331, 331, 331, 331, 331, 331, 331, 334, 334, 334, 334, 334, 2382, 334, 334, 2382, 334, 334, 353, 353, 353, 2382, 2382, 353, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 461, 647, 647, 647, 2382, 2382, 647, 645, 645, 645, 2382, 2382, 645, 649, 2382, 649, 2382, 2382, 649, 660, 660, 660, 2382, 2382, 660, 785, 785, 785, 785, 785, 785, 785, 785, 785, 785, 785, 785, 785, 959, 2382, 2382, 2382, 959, 959, 2382, 959, 959, 964, 964, 964, 2382, 2382, 964, 968, 2382, 968, 2382, 2382, 968, 968, 968, 2382, 2382, 968, 970, 2382, 970, 2382, 2382, 970, 976, 976, 976, 2382, 2382, 976, 979, 979, 979, 2382, 2382, 979, 980, 980, 980, 2382, 2382, 980, 1244, 1244, 1244, 1244, 2382, 1244, 1244, 2382, 1244, 1244, 1247, 1247, 2382, 2382, 2382, 1247, 1247, 1249, 1249, 1249, 2382, 2382, 1249, 1250, 1250, 2382, 2382, 2382, 2382, 1250, 1251, 2382, 1251, 2382, 2382, 1251, 1251, 1251, 2382, 2382, 1251, 1252, 1252, 1252, 2382, 2382, 1252, 1254, 1254, 1254, 2382, 2382, 1254, 1261, 2382, 1261, 2382, 2382, 1261, 1260, 1260, 1260, 2382, 2382, 1260, 1263, 1263, 1263, 2382, 2382, 1263, 1264, 1264, 1264, 2382, 2382, 1264, 1266, 2382, 1266, 2382, 1266, 1266, 1493, 2382, 1493, 2382, 2382, 1493, 1493, 1493, 2382, 2382, 1493, 1495, 2382, 1495, 2382, 2382, 1495, 1495, 1495, 2382, 2382, 1495, 1496, 1496, 1496, 2382, 2382, 1496, 1498, 2382, 1498, 2382, 2382, 1498, 1499, 1499, 1499, 2382, 2382, 1499, 1500, 2382, 1500, 2382, 2382, 1500, 1504, 2382, 1504, 1504, 1504, 2382, 2382, 1504, 1505, 1505, 1505, 2382, 2382, 1505, 1508, 1508, 1508, 2382, 2382, 1508, 1509, 1509, 1509, 2382, 2382, 1509, 1511, 1511, 1511, 2382, 1511, 1511, 1516, 2382, 1516, 2382, 2382, 1516, 1251, 2382, 1251, 2382, 2382, 1251, 1251, 1251, 2382, 2382, 1251, 1682, 1682, 1682, 2382, 2382, 1682, 1683, 1683, 1683, 2382, 2382, 1683, 1684, 1684, 1684, 2382, 2382, 1684, 1686, 1686, 1686, 2382, 2382, 1686, 1688, 1688, 1688, 2382, 2382, 1688, 1689, 1689, 1689, 2382, 2382, 1689, 1693, 1693, 1693, 2382, 2382, 1693, 1694, 2382, 1694, 2382, 2382, 1694, 1696, 1696, 1696, 2382, 2382, 1696, 1697, 1697, 1697, 2382, 2382, 1697, 1699, 2382, 1699, 2382, 1699, 1699, 1700, 1700, 1700, 2382, 1700, 1700, 1701, 2382, 1701, 2382, 2382, 1701, 1704, 2382, 1704, 1704, 1704, 2382, 1704, 1704, 1705, 1705, 1705, 2382, 1705, 1705, 1819, 1819, 1819, 2382, 2382, 1819, 1821, 1821, 1821, 2382, 2382, 1821, 1822, 1822, 1822, 2382, 2382, 1822, 1824, 2382, 1824, 2382, 2382, 1824, 1825, 1825, 1825, 2382, 2382, 1825, 1826, 2382, 1826, 2382, 2382, 1826, 1827, 1827, 1827, 2382, 2382, 1827, 1828, 2382, 1828, 2382, 2382, 1828, 1831, 1831, 1831, 2382, 2382, 1831, 1832, 1832, 1832, 2382, 2382, 1832, 1835, 1835, 1835, 2382, 2382, 1835, 1836, 1836, 1836, 2382, 2382, 1836, 1838, 1838, 1838, 2382, 1838, 1838, 1840, 1840, 1840, 2382, 1840, 1840, 1841, 1841, 1841, 2382, 1841, 1841, 1845, 1845, 1845, 2382, 1845, 1845, 1846, 2382, 1846, 2382, 2382, 1846, 1683, 1683, 1683, 2382, 2382, 1683, 1922, 1922, 1922, 2382, 2382, 1922, 1923, 1923, 1923, 2382, 2382, 1923, 1924, 1924, 1924, 2382, 2382, 1924, 1926, 1926, 1926, 2382, 2382, 1926, 1928, 1928, 1928, 2382, 2382, 1928, 1929, 1929, 1929, 2382, 2382, 1929, 1931, 1931, 1931, 2382, 2382, 1931, 1932, 1932, 1932, 2382, 2382, 1932, 1936, 1936, 1936, 2382, 2382, 1936, 1937, 2382, 1937, 2382, 2382, 1937, 1940, 1940, 1940, 2382, 2382, 1940, 1941, 1941, 1941, 2382, 2382, 1941, 1943, 2382, 1943, 2382, 1943, 1943, 1944, 1944, 1944, 2382, 1944, 1944, 1945, 2382, 1945, 2382, 2382, 1945, 1946, 1946, 1946, 2382, 1946, 1946, 1947, 2382, 1947, 2382, 2382, 1947, 1950, 1950, 1950, 2382, 1950, 1950, 1951, 1951, 1951, 2382, 1951, 1951, 1997, 1997, 1997, 2382, 2382, 1997, 1999, 1999, 1999, 2382, 2382, 1999, 2000, 2000, 2000, 2382, 2382, 2000, 2002, 2382, 2002, 2382, 2382, 2002, 2003, 2003, 2003, 2382, 2382, 2003, 2004, 2382, 2004, 2382, 2382, 2004, 2005, 2005, 2005, 2382, 2382, 2005, 2006, 2382, 2006, 2382, 2382, 2006, 2007, 2007, 2007, 2382, 2382, 2007, 2008, 2382, 2008, 2382, 2382, 2008, 2010, 2010, 2010, 2382, 2382, 2010, 2011, 2011, 2011, 2382, 2382, 2011, 2015, 2015, 2015, 2382, 2382, 2015, 2016, 2016, 2016, 2382, 2382, 2016, 2018, 2018, 2018, 2382, 2018, 2018, 2020, 2020, 2020, 2382, 2020, 2020, 2021, 2021, 2021, 2382, 2021, 2021, 2023, 2023, 2023, 2382, 2023, 2023, 2024, 2024, 2024, 2382, 2024, 2024, 2028, 2028, 2028, 2382, 2028, 2028, 2029, 2382, 2029, 2382, 2382, 2029, 1923, 1923, 1923, 2382, 2382, 1923, 2063, 2063, 2063, 2382, 2382, 2063, 2064, 2064, 2064, 2382, 2382, 2064, 2065, 2065, 2065, 2382, 2382, 2065, 2067, 2067, 2067, 2382, 2382, 2067, 2069, 2069, 2069, 2382, 2382, 2069, 2070, 2070, 2070, 2382, 2382, 2070, 2072, 2072, 2072, 2382, 2382, 2072, 2073, 2073, 2073, 2382, 2382, 2073, 2075, 2075, 2075, 2382, 2382, 2075, 2076, 2076, 2076, 2382, 2382, 2076, 2079, 2079, 2079, 2382, 2382, 2079, 2080, 2382, 2080, 2382, 2382, 2080, 1831, 2382, 1831, 1831, 1831, 2382, 2382, 1831, 2083, 2083, 2083, 2382, 2382, 2083, 2084, 2084, 2084, 2382, 2382, 2084, 2086, 2382, 2086, 2382, 2086, 2086, 2087, 2087, 2087, 2382, 2087, 2087, 2088, 2382, 2088, 2382, 2382, 2088, 2089, 2089, 2089, 2382, 2089, 2089, 2090, 2382, 2090, 2382, 2382, 2090, 2091, 2091, 2091, 2382, 2091, 2091, 2092, 2382, 2092, 2382, 2382, 2092, 2094, 2094, 2094, 2382, 2094, 2094, 2095, 2095, 2095, 2382, 2095, 2095, 2121, 2121, 2121, 2382, 2382, 2121, 2123, 2123, 2123, 2382, 2382, 2123, 2124, 2124, 2124, 2382, 2382, 2124, 2126, 2382, 2126, 2382, 2382, 2126, 2127, 2127, 2127, 2382, 2382, 2127, 2128, 2382, 2128, 2382, 2382, 2128, 2129, 2129, 2129, 2382, 2382, 2129, 2130, 2382, 2130, 2382, 2382, 2130, 2131, 2131, 2131, 2382, 2382, 2131, 2132, 2382, 2132, 2382, 2382, 2132, 2133, 2133, 2133, 2382, 2382, 2133, 2134, 2382, 2134, 2382, 2382, 2134, 2135, 2135, 2135, 2382, 2382, 2135, 2136, 2136, 2136, 2382, 2382, 2136, 2140, 2140, 2140, 2382, 2382, 2140, 2141, 2141, 2141, 2382, 2382, 2141, 2143, 2143, 2143, 2382, 2143, 2143, 2145, 2145, 2145, 2382, 2145, 2145, 2146, 2146, 2146, 2382, 2146, 2146, 2148, 2148, 2148, 2382, 2148, 2148, 2149, 2149, 2149, 2382, 2149, 2149, 2151, 2151, 2151, 2382, 2151, 2151, 2152, 2152, 2152, 2382, 2152, 2152, 2155, 2155, 2155, 2382, 2155, 2155, 2156, 2382, 2156, 2382, 2382, 2156, 1950, 2382, 1950, 1950, 1950, 2382, 1950, 1950, 2064, 2064, 2064, 2382, 2382, 2064, 2172, 2172, 2172, 2382, 2382, 2172, 2173, 2173, 2173, 2382, 2382, 2173, 2174, 2174, 2174, 2382, 2382, 2174, 2176, 2176, 2176, 2382, 2382, 2176, 2178, 2178, 2178, 2382, 2382, 2178, 2179, 2179, 2179, 2382, 2382, 2179, 2181, 2181, 2181, 2382, 2382, 2181, 2182, 2182, 2182, 2382, 2382, 2182, 2184, 2184, 2184, 2382, 2382, 2184, 2185, 2185, 2185, 2382, 2382, 2185, 2187, 2187, 2187, 2382, 2382, 2187, 2188, 2188, 2188, 2382, 2382, 2188, 2190, 2190, 2190, 2382, 2382, 2190, 2191, 2382, 2191, 2382, 2382, 2191, 2194, 2194, 2194, 2382, 2382, 2194, 2195, 2195, 2195, 2382, 2382, 2195, 2197, 2382, 2197, 2382, 2197, 2197, 2198, 2198, 2198, 2382, 2198, 2198, 2199, 2382, 2199, 2382, 2382, 2199, 2200, 2200, 2200, 2382, 2200, 2200, 2201, 2382, 2201, 2382, 2382, 2201, 2202, 2202, 2202, 2382, 2202, 2202, 2203, 2382, 2203, 2382, 2382, 2203, 2204, 2204, 2204, 2382, 2204, 2204, 2205, 2382, 2205, 2382, 2382, 2205, 2206, 2206, 2206, 2382, 2206, 2206, 2207, 2207, 2207, 2382, 2207, 2207, 334, 334, 334, 334, 334, 2382, 334, 334, 2382, 334, 334, 2221, 2221, 2221, 2382, 2382, 2221, 2222, 2222, 2222, 2382, 2382, 2222, 2223, 2223, 2223, 2382, 2382, 2223, 2225, 2382, 2225, 2382, 2382, 2225, 2226, 2226, 2226, 2382, 2382, 2226, 2227, 2382, 2227, 2382, 2382, 2227, 2228, 2228, 2228, 2382, 2382, 2228, 2229, 2382, 2229, 2382, 2382, 2229, 2230, 2230, 2230, 2382, 2382, 2230, 2231, 2382, 2231, 2382, 2382, 2231, 2232, 2232, 2232, 2382, 2382, 2232, 2233, 2382, 2233, 2382, 2382, 2233, 2234, 2234, 2234, 2382, 2382, 2234, 2235, 2382, 2235, 2382, 2382, 2235, 2236, 2236, 2236, 2382, 2382, 2236, 2237, 2237, 2237, 2382, 2382, 2237, 2241, 2241, 2241, 2382, 2382, 2241, 2242, 2242, 2242, 2382, 2382, 2242, 2244, 2244, 2244, 2382, 2244, 2244, 2246, 2246, 2246, 2382, 2246, 2246, 2247, 2247, 2247, 2382, 2247, 2247, 2249, 2249, 2249, 2382, 2249, 2249, 2250, 2250, 2250, 2382, 2250, 2250, 2252, 2252, 2252, 2382, 2252, 2252, 2253, 2253, 2253, 2382, 2253, 2253, 2255, 2255, 2255, 2382, 2255, 2255, 2256, 2256, 2256, 2382, 2256, 2256, 2258, 2258, 2258, 2382, 2258, 2258, 2259, 2382, 2259, 2382, 2382, 2259, 334, 334, 334, 334, 334, 2382, 334, 334, 2382, 334, 334, 2173, 2173, 2173, 2382, 2382, 2173, 2270, 2270, 2270, 2382, 2382, 2270, 2271, 2271, 2271, 2382, 2382, 2271, 2273, 2382, 2273, 2382, 2382, 2273, 2274, 2274, 2274, 2382, 2382, 2274, 2275, 2382, 2275, 2382, 2382, 2275, 2276, 2276, 2276, 2382, 2382, 2276, 2277, 2382, 2277, 2382, 2382, 2277, 2278, 2278, 2278, 2382, 2382, 2278, 2279, 2382, 2279, 2382, 2382, 2279, 2280, 2280, 2280, 2382, 2382, 2280, 2281, 2382, 2281, 2382, 2382, 2281, 2282, 2282, 2282, 2382, 2382, 2282, 2283, 2382, 2283, 2382, 2382, 2283, 2284, 2284, 2284, 2382, 2382, 2284, 2285, 2382, 2285, 2382, 2382, 2285, 2287, 2287, 2287, 2382, 2382, 2287, 2288, 2288, 2288, 2382, 2382, 2288, 2290, 2382, 2290, 2382, 2290, 2290, 2291, 2291, 2291, 2382, 2291, 2291, 2292, 2382, 2292, 2382, 2382, 2292, 2293, 2293, 2293, 2382, 2293, 2293, 2294, 2382, 2294, 2382, 2382, 2294, 2295, 2295, 2295, 2382, 2295, 2295, 2296, 2382, 2296, 2382, 2382, 2296, 2297, 2297, 2297, 2382, 2297, 2297, 2298, 2382, 2298, 2382, 2382, 2298, 2299, 2299, 2299, 2382, 2299, 2299, 2300, 2382, 2300, 2382, 2382, 2300, 2301, 2301, 2301, 2382, 2301, 2301, 2302, 2302, 2302, 2382, 2302, 2302, 334, 334, 334, 334, 334, 2382, 334, 334, 2382, 334, 334, 2311, 2311, 2311, 2382, 2382, 2311, 2312, 2382, 2312, 2382, 2382, 2312, 2313, 2382, 2313, 2382, 2382, 2313, 2314, 2382, 2314, 2382, 2382, 2314, 2315, 2382, 2315, 2382, 2382, 2315, 2316, 2382, 2316, 2382, 2382, 2316, 2317, 2382, 2317, 2382, 2382, 2317, 2318, 2382, 2318, 2382, 2382, 2318, 2319, 2319, 2319, 2382, 2382, 2319, 2320, 2382, 2320, 2382, 2382, 2320, 2322, 2322, 2322, 2382, 2382, 2322, 2323, 2323, 2323, 2382, 2382, 2323, 2325, 2382, 2325, 2382, 2325, 2325, 2326, 2326, 2326, 2382, 2326, 2326, 2327, 2382, 2327, 2382, 2327, 2327, 2328, 2328, 2328, 2382, 2328, 2328, 2329, 2382, 2329, 2382, 2329, 2329, 2330, 2330, 2330, 2382, 2330, 2330, 2331, 2382, 2331, 2382, 2331, 2331, 2332, 2332, 2332, 2382, 2332, 2332, 2333, 2382, 2333, 2382, 2333, 2333, 2334, 2334, 2334, 2382, 2334, 2334, 2335, 2382, 2335, 2382, 2335, 2335, 2336, 2336, 2336, 2382, 2336, 2336, 2337, 2382, 2337, 2382, 2382, 2337, 2343, 2382, 2343, 2382, 2382, 2343, 2344, 2382, 2344, 2382, 2382, 2344, 2345, 2382, 2345, 2382, 2382, 2345, 2346, 2382, 2346, 2382, 2382, 2346, 2347, 2382, 2347, 2382, 2382, 2347, 2348, 2382, 2348, 2382, 2382, 2348, 2349, 2382, 2349, 2382, 2382, 2349, 2350, 2382, 2350, 2382, 2382, 2350, 2351, 2351, 2351, 2382, 2382, 2351, 2352, 2382, 2352, 2382, 2352, 2352, 2353, 2382, 2353, 2382, 2353, 2353, 2354, 2382, 2354, 2382, 2354, 2354, 2355, 2382, 2355, 2382, 2355, 2355, 2356, 2382, 2356, 2382, 2356, 2356, 2357, 2382, 2357, 2382, 2357, 2357, 2358, 2382, 2358, 2382, 2358, 2358, 2359, 2359, 2359, 2382, 2359, 2359, 2360, 2382, 2360, 2382, 2360, 2360, 2366, 2382, 2366, 2382, 2382, 2366, 2272, 2382, 2272, 2382, 2382, 2272, 2367, 2382, 2367, 2382, 2367, 2367, 2368, 2382, 2368, 2382, 2368, 2368, 2369, 2382, 2369, 2382, 2369, 2369, 2370, 2382, 2370, 2382, 2370, 2370, 2371, 2382, 2371, 2382, 2371, 2371, 2372, 2382, 2372, 2382, 2372, 2372, 2373, 2382, 2373, 2382, 2373, 2373, 2374, 2382, 2374, 2382, 2374, 2374, 2378, 2382, 2378, 2382, 2378, 2378, 2324, 2382, 2324, 2382, 2324, 2324, 111, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382 } ; static const flex_int16_t yy_chk[9936] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 11, 2, 3, 4, 2, 4, 3, 5, 4, 5, 9, 134, 134, 3, 3, 11, 6, 3, 6, 13, 29, 6, 9, 29, 9, 13, 59, 10, 105, 10, 15, 15, 10, 12, 15, 12, 15, 59, 12, 14, 15, 14, 105, 15, 14, 4, 15, 15, 17, 4, 47, 27, 17, 63, 23, 27, 4, 4, 17, 63, 4, 23, 47, 67, 47, 2378, 6, 10, 6, 7, 7, 7, 7, 7, 55, 12, 7, 7, 67, 10, 7, 10, 1259, 7, 7, 73, 7, 7, 55, 55, 12, 73, 1259, 14, 7, 8, 130, 8, 21, 14, 8, 21, 18, 21, 18, 21, 91, 18, 2374, 21, 30, 21, 30, 21, 235, 30, 21, 21, 24, 21, 24, 91, 235, 24, 28, 130, 28, 31, 36, 28, 36, 39, 39, 36, 8, 8, 8, 8, 8, 31, 31, 8, 8, 18, 39, 8, 31, 18, 8, 8, 79, 8, 8, 18, 79, 25, 79, 95, 95, 8, 16, 30, 16, 190, 30, 16, 25, 25, 25, 25, 24, 25, 25, 95, 28, 127, 25, 24, 28, 33, 33, 38, 190, 38, 41, 41, 38, 44, 33, 44, 41, 46, 44, 46, 49, 33, 46, 41, 33, 2373, 127, 16, 16, 136, 136, 16, 49, 16, 49, 295, 71, 16, 71, 295, 16, 131, 71, 16, 16, 19, 61, 19, 19, 60, 19, 60, 19, 19, 60, 214, 19, 61, 131, 19, 19, 61, 19, 19, 19, 2372, 19, 20, 20, 20, 20, 20, 20, 214, 20, 34, 180, 34, 20, 2371, 34, 20, 20, 180, 20, 20, 20, 131, 20, 32, 60, 32, 20, 22, 32, 40, 22, 40, 22, 22, 40, 60, 22, 2370, 22, 22, 22, 53, 22, 22, 22, 141, 22, 26, 53, 26, 34, 34, 26, 197, 141, 2369, 53, 53, 53, 34, 53, 197, 53, 32, 536, 139, 34, 57, 197, 34, 40, 40, 536, 57, 275, 32, 32, 57, 57, 93, 93, 191, 32, 40, 64, 275, 64, 26, 93, 64, 139, 42, 48, 42, 48, 93, 42, 48, 26, 26, 26, 26, 286, 26, 26, 50, 191, 50, 26, 37, 50, 37, 37, 37, 37, 186, 263, 286, 219, 263, 37, 37, 37, 37, 191, 219, 37, 37, 37, 37, 64, 37, 42, 42, 51, 186, 64, 51, 42, 51, 48, 2368, 267, 51, 51, 42, 186, 292, 51, 51, 51, 51, 48, 50, 48, 56, 103, 56, 292, 463, 56, 103, 267, 984, 62, 50, 62, 50, 52, 62, 52, 103, 54, 52, 54, 103, 984, 54, 495, 2367, 463, 58, 66, 58, 66, 69, 58, 66, 69, 68, 77, 68, 69, 69, 68, 77, 56, 69, 70, 495, 70, 77, 72, 70, 72, 77, 62, 72, 2361, 52, 56, 56, 52, 54, 52, 153, 2360, 62, 52, 52, 54, 62, 159, 52, 52, 52, 52, 58, 54, 54, 54, 68, 54, 58, 54, 81, 1266, 58, 58, 66, 153, 81, 70, 81, 2358, 70, 68, 159, 1266, 70, 70, 153, 75, 72, 70, 72, 74, 75, 74, 72, 78, 74, 78, 75, 153, 78, 75, 75, 76, 225, 76, 159, 225, 76, 83, 80, 225, 80, 83, 82, 80, 82, 2357, 84, 82, 84, 83, 89, 84, 240, 2356, 149, 83, 98, 149, 98, 89, 240, 98, 2355, 149, 78, 74, 240, 89, 149, 78, 89, 74, 90, 76, 90, 78, 243, 90, 76, 78, 1271, 2354, 230, 243, 76, 80, 84, 76, 76, 80, 84, 80, 308, 1271, 82, 334, 308, 308, 84, 85, 82, 85, 82, 100, 84, 100, 85, 230, 100, 289, 85, 85, 85, 90, 98, 230, 289, 85, 85, 86, 334, 86, 90, 169, 86, 169, 101, 106, 169, 106, 90, 101, 106, 90, 2353, 101, 101, 92, 101, 92, 107, 107, 92, 607, 146, 146, 107, 107, 607, 268, 107, 2352, 146, 146, 102, 146, 102, 146, 86, 102, 86, 100, 104, 268, 104, 86, 310, 104, 268, 86, 86, 86, 1511, 310, 106, 1516, 86, 86, 87, 92, 87, 87, 87, 87, 1511, 87, 87, 1516, 106, 87, 96, 87, 96, 87, 92, 96, 87, 87, 88, 102, 88, 104, 325, 88, 102, 110, 104, 110, 102, 102, 110, 102, 94, 108, 94, 108, 104, 94, 108, 170, 104, 170, 315, 2351, 170, 181, 181, 325, 2337, 315, 2335, 96, 96, 181, 181, 358, 181, 88, 181, 88, 88, 88, 88, 151, 88, 88, 2333, 96, 88, 325, 88, 207, 88, 94, 94, 88, 88, 1260, 207, 2331, 358, 207, 94, 110, 108, 108, 2329, 1260, 151, 94, 108, 108, 151, 151, 108, 129, 272, 129, 129, 129, 129, 129, 129, 129, 129, 129, 151, 2327, 2014, 251, 272, 129, 129, 272, 129, 272, 1699, 163, 2014, 210, 129, 129, 129, 129, 129, 129, 210, 129, 1699, 2325, 144, 144, 129, 210, 251, 144, 2324, 369, 129, 144, 658, 144, 163, 129, 138, 144, 251, 658, 144, 163, 138, 138, 138, 138, 138, 138, 138, 138, 138, 163, 658, 163, 369, 2323, 138, 138, 147, 2322, 147, 138, 147, 148, 150, 138, 138, 138, 138, 138, 138, 147, 148, 296, 152, 147, 147, 148, 147, 148, 148, 158, 147, 2319, 148, 196, 196, 296, 154, 150, 1700, 2311, 296, 196, 196, 150, 196, 150, 196, 152, 2305, 155, 1700, 365, 152, 152, 158, 150, 156, 152, 150, 152, 150, 154, 265, 152, 152, 154, 152, 2300, 158, 154, 157, 2298, 158, 154, 155, 158, 365, 160, 155, 154, 365, 156, 155, 154, 154, 155, 155, 265, 165, 156, 156, 304, 155, 2296, 208, 157, 161, 208, 304, 156, 157, 304, 160, 208, 157, 156, 160, 157, 208, 217, 160, 265, 217, 165, 2294, 162, 157, 157, 217, 2292, 164, 161, 539, 217, 160, 160, 160, 161, 539, 161, 172, 165, 172, 161, 172, 161, 165, 2290, 161, 161, 162, 173, 161, 172, 162, 164, 162, 172, 172, 161, 172, 162, 162, 174, 172, 175, 203, 203, 2289, 162, 164, 164, 164, 361, 203, 203, 173, 203, 162, 203, 173, 173, 164, 2288, 242, 2287, 2284, 177, 174, 178, 175, 173, 242, 174, 173, 242, 2282, 174, 361, 173, 174, 242, 2280, 2278, 175, 175, 242, 174, 175, 174, 174, 175, 177, 175, 178, 324, 177, 361, 2276, 1701, 177, 324, 178, 178, 177, 178, 324, 177, 179, 179, 177, 1701, 178, 179, 177, 177, 2274, 179, 178, 179, 182, 2270, 182, 179, 182, 184, 179, 179, 182, 2243, 2242, 189, 183, 182, 373, 182, 187, 182, 182, 2241, 182, 183, 188, 2240, 182, 2237, 183, 2236, 183, 183, 184, 183, 2234, 183, 184, 184, 189, 253, 184, 373, 189, 187, 192, 373, 189, 253, 187, 188, 184, 193, 187, 188, 253, 187, 194, 253, 359, 213, 189, 189, 189, 188, 187, 187, 312, 188, 187, 192, 188, 195, 2232, 192, 299, 2230, 193, 192, 192, 2228, 193, 194, 299, 359, 213, 198, 2226, 192, 213, 299, 193, 312, 213, 192, 193, 194, 195, 193, 359, 194, 200, 199, 194, 312, 195, 213, 213, 213, 213, 1704, 198, 195, 195, 195, 198, 2224, 198, 204, 198, 2223, 248, 1704, 202, 195, 248, 200, 199, 316, 198, 200, 199, 198, 380, 198, 199, 248, 382, 199, 199, 200, 248, 2222, 204, 200, 199, 205, 200, 202, 204, 199, 204, 202, 316, 202, 2221, 209, 2210, 380, 202, 202, 204, 382, 2196, 204, 212, 204, 202, 211, 206, 206, 205, 321, 382, 206, 205, 202, 316, 206, 205, 206, 209, 205, 205, 206, 209, 209, 206, 209, 205, 212, 215, 205, 211, 360, 2195, 216, 321, 211, 209, 2194, 2191, 211, 977, 212, 211, 221, 220, 212, 321, 977, 212, 211, 212, 211, 211, 215, 218, 362, 360, 215, 216, 215, 977, 2190, 216, 360, 215, 215, 216, 223, 221, 220, 224, 215, 215, 216, 216, 216, 215, 220, 220, 218, 362, 215, 221, 218, 218, 216, 221, 220, 227, 221, 226, 311, 223, 220, 311, 224, 311, 218, 249, 228, 223, 223, 224, 362, 249, 363, 392, 2188, 249, 249, 223, 2187, 224, 227, 224, 226, 223, 224, 227, 226, 231, 2185, 227, 226, 228, 227, 226, 226, 228, 232, 363, 392, 228, 226, 227, 227, 245, 2184, 227, 233, 2182, 261, 363, 2181, 261, 231, 228, 228, 228, 231, 261, 2179, 237, 231, 232, 261, 231, 231, 2178, 386, 2176, 245, 232, 231, 233, 234, 234, 1247, 232, 245, 245, 233, 232, 234, 234, 232, 234, 237, 234, 245, 2174, 233, 1247, 233, 386, 245, 233, 368, 386, 364, 238, 238, 237, 237, 237, 238, 2173, 2172, 1247, 238, 237, 238, 239, 239, 237, 238, 250, 241, 238, 246, 239, 239, 368, 239, 364, 239, 241, 384, 2154, 241, 368, 241, 244, 241, 241, 244, 244, 2142, 241, 244, 244, 250, 247, 244, 246, 364, 244, 244, 250, 246, 244, 244, 384, 246, 2141, 2140, 246, 384, 250, 457, 250, 457, 250, 246, 457, 246, 246, 247, 2139, 252, 252, 247, 2136, 2135, 252, 247, 256, 252, 252, 247, 252, 257, 252, 254, 254, 254, 259, 406, 410, 247, 247, 247, 254, 254, 255, 254, 258, 254, 255, 650, 379, 256, 255, 2134, 650, 322, 257, 256, 322, 255, 650, 259, 406, 410, 1705, 256, 262, 257, 367, 256, 322, 258, 256, 322, 266, 379, 1705, 259, 257, 259, 257, 260, 260, 379, 259, 374, 258, 258, 258, 260, 260, 262, 260, 367, 260, 262, 262, 264, 258, 266, 264, 264, 270, 266, 413, 269, 269, 266, 1707, 262, 374, 2133, 264, 269, 269, 264, 269, 367, 269, 274, 1707, 266, 266, 266, 2132, 273, 273, 270, 374, 413, 279, 270, 2131, 273, 273, 270, 273, 388, 273, 277, 388, 2130, 2129, 2128, 274, 276, 276, 2127, 274, 270, 270, 270, 274, 276, 276, 279, 276, 278, 276, 279, 278, 2126, 388, 279, 277, 375, 274, 274, 274, 277, 2125, 278, 278, 277, 2124, 278, 277, 279, 279, 279, 281, 280, 284, 277, 280, 277, 277, 2123, 372, 290, 375, 1838, 2122, 387, 372, 280, 280, 290, 2121, 280, 290, 372, 2085, 1838, 372, 281, 290, 284, 285, 291, 281, 290, 284, 375, 281, 390, 284, 281, 387, 284, 293, 306, 376, 293, 2084, 387, 281, 281, 284, 284, 2083, 284, 2080, 285, 291, 293, 294, 285, 293, 293, 390, 285, 291, 291, 297, 301, 306, 376, 301, 391, 412, 301, 291, 2079, 301, 285, 285, 285, 291, 301, 306, 294, 2076, 390, 306, 306, 376, 306, 377, 294, 294, 297, 297, 297, 391, 412, 2075, 297, 399, 294, 300, 297, 391, 297, 302, 294, 305, 297, 297, 300, 297, 298, 298, 377, 300, 300, 300, 300, 412, 298, 298, 300, 298, 399, 298, 298, 2073, 298, 393, 302, 377, 305, 399, 302, 302, 309, 309, 302, 307, 305, 305, 314, 307, 309, 309, 307, 309, 302, 309, 305, 313, 313, 319, 393, 394, 305, 307, 307, 313, 313, 2072, 313, 313, 313, 318, 2070, 314, 318, 423, 1840, 393, 2069, 314, 318, 314, 2067, 318, 319, 318, 394, 1841, 1840, 2065, 381, 314, 319, 2064, 314, 2063, 314, 394, 319, 1841, 423, 383, 319, 403, 385, 319, 336, 336, 336, 336, 336, 336, 336, 336, 337, 381, 337, 337, 337, 337, 337, 337, 337, 337, 337, 396, 383, 366, 403, 385, 337, 337, 403, 385, 381, 2027, 1845, 2017, 383, 337, 337, 337, 337, 337, 337, 383, 337, 385, 1845, 383, 396, 337, 366, 385, 444, 456, 2016, 337, 341, 341, 341, 341, 341, 341, 341, 341, 341, 2015, 366, 366, 2011, 396, 341, 341, 2010, 2008, 366, 2007, 2006, 444, 456, 341, 341, 341, 341, 341, 341, 342, 342, 342, 342, 342, 342, 342, 342, 343, 343, 343, 343, 343, 343, 343, 343, 344, 344, 344, 344, 344, 344, 344, 344, 458, 460, 458, 460, 1846, 458, 460, 2005, 2004, 438, 451, 408, 470, 2003, 2002, 2001, 1846, 2000, 1999, 405, 400, 1998, 397, 389, 1997, 343, 346, 346, 346, 346, 346, 346, 346, 346, 438, 451, 408, 470, 438, 451, 346, 346, 395, 398, 405, 400, 408, 397, 389, 346, 346, 346, 346, 346, 346, 352, 352, 352, 352, 352, 352, 352, 352, 397, 400, 389, 405, 395, 398, 352, 352, 389, 401, 404, 402, 407, 409, 414, 352, 352, 352, 352, 352, 352, 398, 395, 402, 1942, 411, 1941, 416, 395, 417, 418, 1940, 1943, 1937, 401, 404, 402, 407, 409, 414, 401, 401, 401, 415, 1943, 419, 1936, 1935, 420, 409, 411, 404, 416, 407, 417, 418, 401, 401, 402, 407, 1932, 414, 421, 422, 424, 425, 427, 426, 415, 411, 419, 411, 411, 420, 429, 416, 428, 417, 418, 430, 433, 1931, 1929, 1944, 1928, 415, 419, 421, 422, 424, 425, 427, 426, 431, 420, 1944, 421, 422, 424, 429, 432, 428, 1926, 427, 430, 433, 432, 426, 432, 428, 434, 430, 435, 425, 426, 436, 429, 430, 431, 428, 433, 430, 437, 430, 439, 432, 430, 430, 440, 431, 1924, 432, 1945, 1923, 441, 434, 442, 435, 443, 1946, 436, 1922, 445, 435, 1945, 446, 1844, 437, 447, 439, 1837, 1946, 448, 440, 449, 439, 450, 437, 434, 441, 435, 442, 453, 443, 440, 452, 442, 445, 454, 436, 446, 437, 455, 447, 1836, 441, 441, 448, 464, 449, 465, 450, 443, 445, 466, 468, 449, 453, 450, 467, 452, 446, 447, 454, 452, 469, 448, 455, 471, 453, 472, 473, 1835, 464, 474, 465, 475, 476, 454, 466, 468, 464, 480, 1832, 467, 477, 481, 466, 455, 478, 469, 1831, 467, 471, 1828, 472, 473, 469, 1827, 474, 479, 475, 476, 465, 482, 472, 483, 480, 468, 1947, 477, 481, 1826, 484, 478, 474, 474, 485, 477, 473, 476, 1947, 475, 474, 486, 479, 478, 487, 488, 482, 481, 483, 1950, 478, 482, 489, 1825, 478, 484, 490, 479, 491, 485, 483, 1950, 492, 484, 496, 485, 486, 1951, 482, 487, 488, 493, 1824, 494, 488, 1823, 487, 489, 486, 1951, 1822, 490, 487, 491, 486, 497, 487, 492, 487, 496, 1821, 487, 487, 498, 489, 491, 493, 490, 494, 499, 493, 491, 500, 502, 493, 494, 1820, 1819, 492, 501, 497, 1698, 496, 503, 494, 494, 1697, 1696, 498, 507, 1694, 1693, 494, 505, 499, 1692, 506, 500, 502, 497, 1514, 497, 497, 500, 501, 508, 502, 497, 503, 501, 1514, 501, 498, 509, 507, 499, 502, 500, 505, 510, 500, 506, 1514, 511, 505, 506, 512, 513, 514, 515, 508, 503, 516, 517, 1689, 507, 518, 520, 509, 519, 1688, 505, 1686, 2018, 510, 521, 522, 508, 511, 509, 1684, 512, 513, 514, 515, 2018, 511, 516, 517, 509, 511, 518, 520, 1683, 519, 523, 511, 510, 519, 513, 521, 522, 512, 517, 524, 515, 518, 525, 526, 522, 520, 520, 519, 522, 527, 528, 520, 530, 519, 529, 523, 1682, 531, 521, 534, 559, 1681, 521, 559, 524, 1510, 559, 525, 526, 532, 535, 538, 524, 559, 527, 528, 559, 530, 523, 529, 523, 528, 531, 533, 534, 526, 537, 529, 525, 540, 526, 527, 2020, 530, 532, 535, 538, 527, 528, 535, 530, 532, 534, 531, 2020, 538, 542, 1509, 533, 543, 1508, 537, 533, 544, 540, 1507, 533, 532, 545, 550, 546, 547, 548, 1505, 544, 1504, 551, 537, 537, 540, 2021, 542, 533, 552, 543, 537, 1500, 553, 544, 1499, 542, 1498, 2021, 545, 550, 546, 547, 548, 542, 549, 554, 551, 561, 543, 550, 543, 543, 551, 552, 555, 556, 543, 553, 552, 547, 547, 545, 546, 2023, 547, 548, 1497, 1496, 560, 549, 554, 557, 561, 553, 562, 2023, 549, 563, 554, 555, 556, 564, 549, 565, 566, 1494, 549, 1265, 549, 555, 561, 549, 549, 560, 567, 554, 557, 556, 568, 562, 557, 570, 563, 562, 569, 575, 564, 1264, 565, 566, 564, 571, 560, 566, 1263, 572, 573, 563, 1261, 567, 1256, 574, 1254, 568, 565, 565, 570, 566, 576, 569, 575, 578, 565, 566, 577, 575, 571, 567, 1252, 568, 572, 573, 579, 567, 571, 568, 574, 573, 569, 570, 569, 569, 580, 576, 571, 572, 578, 1246, 581, 577, 578, 582, 574, 574, 573, 577, 583, 579, 576, 665, 584, 585, 588, 2024, 595, 594, 2028, 580, 2029, 579, 2086, 981, 577, 581, 586, 2024, 582, 980, 2028, 580, 2029, 583, 2086, 587, 665, 584, 585, 588, 583, 595, 594, 580, 584, 582, 583, 585, 581, 582, 583, 586, 583, 589, 584, 583, 583, 586, 594, 586, 587, 591, 588, 595, 596, 590, 587, 587, 587, 979, 976, 592, 2087, 971, 586, 2088, 2089, 970, 589, 597, 601, 598, 587, 587, 2087, 589, 591, 2088, 2089, 596, 590, 589, 591, 591, 591, 589, 592, 589, 589, 603, 589, 589, 590, 599, 597, 601, 598, 590, 591, 591, 969, 600, 598, 596, 605, 592, 598, 604, 606, 609, 611, 2090, 610, 617, 603, 614, 601, 597, 599, 598, 603, 597, 964, 2090, 963, 599, 600, 613, 612, 605, 825, 600, 604, 606, 609, 611, 600, 610, 617, 611, 614, 816, 615, 616, 617, 605, 618, 599, 604, 604, 604, 787, 613, 612, 606, 609, 604, 619, 610, 612, 612, 612, 613, 614, 621, 612, 614, 615, 616, 2091, 620, 618, 622, 623, 624, 612, 612, 618, 613, 625, 616, 2091, 619, 615, 627, 785, 626, 679, 628, 621, 629, 618, 630, 631, 618, 620, 678, 622, 623, 624, 663, 661, 632, 633, 625, 634, 619, 635, 625, 627, 621, 626, 620, 628, 622, 629, 636, 630, 631, 623, 660, 628, 631, 657, 624, 630, 626, 632, 633, 637, 634, 628, 635, 627, 639, 630, 638, 640, 641, 655, 629, 636, 632, 666, 2092, 634, 667, 669, 635, 633, 645, 634, 634, 608, 637, 675, 2092, 602, 2094, 639, 593, 638, 640, 641, 636, 639, 558, 541, 666, 641, 2094, 667, 669, 637, 504, 637, 637, 461, 640, 669, 675, 637, 643, 638, 643, 643, 643, 643, 643, 643, 643, 643, 644, 459, 644, 644, 644, 644, 644, 644, 644, 644, 644, 647, 647, 647, 668, 673, 644, 644, 378, 371, 370, 2095, 2143, 647, 647, 644, 644, 644, 644, 644, 644, 670, 644, 2095, 2143, 647, 671, 644, 357, 668, 673, 677, 356, 644, 646, 646, 646, 646, 646, 646, 646, 646, 646, 354, 1515, 2098, 670, 668, 646, 646, 353, 671, 673, 673, 1515, 2098, 677, 646, 646, 646, 646, 646, 646, 671, 670, 345, 1515, 2098, 647, 651, 651, 651, 651, 651, 651, 651, 651, 652, 652, 652, 652, 652, 652, 652, 652, 654, 654, 654, 654, 654, 654, 654, 654, 2145, 674, 339, 338, 682, 335, 2146, 331, 2148, 329, 2149, 651, 2145, 327, 680, 685, 326, 651, 2146, 652, 2148, 676, 2149, 683, 684, 652, 674, 654, 656, 682, 656, 656, 656, 656, 656, 656, 656, 656, 656, 680, 685, 682, 323, 674, 656, 656, 676, 680, 683, 684, 676, 320, 686, 656, 656, 656, 656, 656, 656, 659, 659, 659, 659, 659, 659, 659, 659, 659, 684, 2151, 317, 683, 688, 659, 659, 681, 672, 686, 303, 690, 687, 2151, 659, 659, 659, 659, 659, 659, 662, 662, 662, 662, 662, 662, 662, 662, 689, 688, 288, 691, 681, 672, 662, 662, 690, 687, 681, 287, 662, 687, 692, 662, 662, 662, 662, 662, 662, 672, 693, 695, 672, 689, 694, 681, 691, 696, 697, 698, 699, 700, 2152, 701, 691, 283, 702, 692, 282, 689, 271, 703, 704, 705, 2152, 693, 695, 707, 706, 694, 708, 236, 696, 697, 698, 699, 700, 693, 701, 692, 694, 702, 696, 693, 229, 699, 703, 704, 705, 702, 701, 709, 707, 706, 710, 708, 698, 711, 712, 697, 706, 714, 716, 713, 717, 704, 222, 715, 720, 708, 201, 705, 185, 176, 722, 718, 709, 171, 723, 710, 145, 719, 711, 712, 721, 724, 714, 716, 713, 717, 725, 710, 715, 720, 726, 716, 710, 709, 713, 722, 718, 711, 712, 723, 714, 713, 719, 715, 718, 721, 724, 713, 717, 727, 719, 725, 728, 721, 729, 726, 730, 722, 723, 731, 733, 732, 734, 725, 140, 135, 735, 736, 737, 724, 2155, 738, 742, 132, 727, 739, 740, 728, 726, 729, 741, 730, 2155, 743, 731, 733, 732, 734, 118, 728, 732, 735, 736, 737, 732, 730, 738, 742, 735, 734, 739, 740, 744, 117, 731, 741, 738, 733, 743, 745, 746, 747, 739, 736, 737, 741, 740, 739, 748, 749, 755, 116, 741, 751, 750, 752, 115, 744, 741, 2156, 753, 743, 113, 757, 745, 746, 747, 756, 754, 744, 758, 2156, 759, 748, 749, 755, 745, 760, 751, 750, 752, 749, 761, 746, 752, 753, 751, 750, 757, 762, 747, 750, 756, 754, 763, 758, 748, 759, 764, 755, 753, 754, 760, 765, 756, 111, 109, 761, 766, 767, 760, 768, 759, 769, 762, 2197, 770, 771, 772, 763, 2198, 773, 774, 764, 775, 2199, 761, 2197, 765, 776, 762, 764, 2198, 766, 767, 777, 768, 2199, 769, 778, 765, 770, 771, 772, 779, 766, 773, 774, 99, 775, 768, 780, 770, 781, 776, 774, 782, 767, 772, 783, 777, 771, 776, 97, 778, 784, 788, 775, 65, 779, 789, 790, 778, 779, 791, 777, 780, 792, 781, 793, 794, 782, 795, 0, 783, 796, 0, 797, 783, 0, 784, 788, 0, 780, 798, 789, 790, 781, 800, 791, 799, 801, 792, 802, 793, 794, 0, 795, 788, 804, 796, 793, 797, 803, 789, 795, 791, 790, 805, 798, 797, 792, 806, 800, 794, 799, 801, 796, 802, 807, 808, 800, 809, 810, 804, 800, 0, 812, 803, 0, 798, 800, 799, 805, 804, 801, 803, 806, 811, 802, 813, 814, 0, 815, 807, 808, 0, 809, 810, 817, 2200, 806, 812, 819, 805, 818, 810, 0, 818, 820, 808, 821, 2200, 811, 822, 813, 814, 807, 815, 823, 809, 811, 814, 824, 817, 812, 815, 826, 819, 827, 818, 829, 817, 828, 820, 0, 821, 813, 820, 822, 830, 0, 831, 0, 823, 833, 822, 832, 824, 834, 835, 836, 826, 837, 827, 839, 829, 838, 828, 840, 821, 0, 841, 842, 827, 830, 829, 831, 823, 0, 833, 826, 832, 828, 834, 835, 836, 843, 837, 831, 839, 832, 838, 844, 840, 0, 830, 841, 842, 845, 846, 0, 840, 847, 841, 834, 850, 838, 849, 848, 836, 2201, 843, 839, 837, 0, 851, 2202, 844, 852, 842, 0, 853, 2201, 845, 846, 844, 855, 847, 2202, 854, 850, 856, 849, 848, 857, 843, 0, 858, 846, 845, 851, 845, 848, 852, 849, 847, 853, 850, 859, 0, 860, 855, 861, 852, 854, 862, 856, 863, 864, 857, 855, 851, 858, 865, 866, 867, 869, 868, 853, 870, 874, 854, 0, 859, 856, 860, 0, 861, 0, 871, 862, 873, 863, 864, 872, 858, 862, 0, 865, 866, 867, 869, 868, 875, 870, 874, 859, 860, 867, 861, 0, 866, 864, 868, 871, 869, 873, 876, 877, 872, 873, 878, 871, 879, 874, 872, 880, 870, 875, 881, 882, 883, 884, 885, 886, 875, 888, 887, 889, 0, 0, 890, 876, 877, 0, 892, 878, 0, 879, 0, 891, 880, 893, 894, 881, 882, 883, 884, 885, 886, 897, 888, 887, 889, 876, 888, 890, 882, 880, 888, 892, 886, 885, 883, 890, 891, 895, 893, 894, 896, 898, 899, 900, 884, 887, 897, 889, 901, 902, 903, 0, 891, 892, 894, 904, 0, 893, 905, 906, 907, 908, 895, 909, 910, 896, 898, 899, 900, 911, 895, 896, 0, 901, 902, 903, 900, 912, 913, 899, 904, 901, 0, 905, 906, 907, 908, 904, 909, 910, 903, 914, 909, 916, 911, 915, 906, 903, 915, 917, 0, 908, 912, 913, 911, 918, 919, 910, 920, 907, 921, 922, 923, 924, 922, 925, 914, 0, 916, 926, 915, 927, 928, 0, 917, 912, 0, 0, 929, 933, 918, 919, 930, 920, 934, 921, 922, 923, 924, 914, 925, 935, 924, 0, 926, 936, 927, 928, 925, 921, 937, 920, 919, 929, 933, 931, 918, 930, 931, 934, 932, 933, 926, 932, 938, 930, 935, 939, 928, 940, 936, 941, 927, 934, 942, 937, 929, 943, 944, 2203, 931, 945, 946, 935, 0, 932, 947, 0, 948, 938, 0, 2203, 939, 936, 940, 932, 941, 938, 949, 942, 950, 951, 943, 944, 941, 0, 945, 946, 952, 943, 2204, 947, 940, 948, 953, 946, 942, 954, 955, 944, 956, 957, 2204, 949, 0, 950, 951, 0, 958, 966, 945, 1262, 948, 952, 0, 947, 948, 0, 949, 953, 0, 1262, 954, 955, 0, 956, 957, 950, 1262, 951, 953, 966, 952, 958, 957, 0, 966, 958, 0, 956, 0, 1262, 966, 0, 954, 960, 960, 960, 960, 960, 960, 960, 960, 961, 962, 961, 961, 961, 961, 961, 961, 961, 961, 965, 965, 965, 965, 965, 965, 965, 965, 965, 962, 968, 968, 968, 962, 972, 990, 2205, 978, 962, 0, 0, 2206, 968, 968, 962, 2207, 2244, 2246, 2205, 972, 0, 978, 972, 2206, 968, 0, 972, 2207, 2244, 2246, 990, 972, 978, 987, 988, 972, 987, 972, 973, 973, 973, 973, 973, 973, 973, 973, 983, 990, 983, 983, 983, 983, 983, 983, 983, 983, 991, 992, 987, 988, 0, 997, 989, 994, 0, 993, 986, 968, 974, 988, 974, 974, 974, 974, 974, 974, 974, 974, 974, 0, 986, 991, 992, 0, 974, 974, 997, 989, 994, 991, 993, 986, 995, 974, 974, 974, 974, 974, 974, 982, 994, 982, 982, 982, 982, 982, 982, 982, 982, 982, 986, 989, 996, 993, 998, 982, 982, 995, 999, 1000, 1002, 982, 1001, 1003, 982, 982, 982, 982, 982, 982, 1004, 0, 1005, 1007, 1006, 0, 1008, 996, 1011, 998, 995, 0, 2247, 999, 1000, 1002, 1009, 1001, 1003, 1010, 1012, 1002, 1013, 1014, 2247, 1004, 998, 1005, 1007, 1006, 996, 1008, 1015, 1011, 0, 1000, 999, 1006, 1001, 1016, 1011, 1009, 0, 1005, 1010, 1012, 1017, 1013, 1014, 1007, 1018, 1019, 1020, 1021, 1008, 0, 0, 1015, 1022, 1014, 1023, 1024, 1009, 1025, 1016, 1010, 1026, 1012, 1027, 1028, 1013, 1017, 1029, 1250, 1030, 1018, 1019, 1020, 1021, 0, 1019, 1016, 1031, 1022, 1032, 1023, 1024, 1033, 1025, 0, 1024, 1026, 1020, 1027, 1028, 1250, 1017, 1029, 1028, 1030, 1250, 1034, 1035, 1036, 1023, 1037, 1250, 1031, 1038, 1032, 1039, 2249, 1033, 1025, 1027, 1040, 0, 1041, 1042, 1043, 1030, 1044, 0, 2249, 1045, 1029, 1034, 1035, 1036, 1046, 1037, 1031, 1047, 1038, 1036, 1039, 1032, 1048, 2250, 1049, 1040, 1037, 1041, 1042, 1043, 0, 1044, 1034, 1035, 1045, 2250, 1050, 1042, 1051, 1046, 0, 1052, 1047, 1053, 1054, 0, 1055, 1048, 1040, 1049, 1056, 1057, 1058, 1059, 1047, 1044, 1061, 1049, 1063, 1060, 1046, 1050, 0, 1051, 0, 1050, 1052, 1051, 1053, 1054, 1048, 1055, 1062, 1054, 1052, 1056, 1057, 1058, 1059, 0, 1057, 1061, 1064, 1063, 1060, 1065, 0, 1053, 1066, 1055, 1060, 1063, 1067, 0, 1068, 1069, 1056, 1062, 1070, 1071, 0, 1073, 0, 0, 1061, 1058, 1059, 1064, 1072, 1075, 1065, 1064, 1074, 1066, 1076, 1077, 0, 1067, 1062, 1068, 1069, 1078, 1066, 1070, 1071, 1068, 1073, 1070, 1065, 0, 1079, 0, 1080, 1072, 1075, 1073, 1069, 1074, 1067, 1076, 1077, 1074, 1081, 1082, 1077, 1083, 1078, 1071, 1084, 0, 1085, 0, 1086, 1087, 1072, 1079, 1075, 1080, 0, 1088, 1089, 1091, 1079, 1092, 1080, 1090, 1093, 1081, 1082, 0, 1083, 1094, 0, 1084, 1083, 1085, 1082, 1086, 1087, 1095, 0, 1096, 1097, 1085, 1088, 1089, 1091, 1098, 1092, 1099, 1090, 1093, 1101, 1095, 1084, 1086, 1094, 1089, 1100, 1090, 0, 1102, 1088, 1103, 1095, 1087, 1096, 1097, 1104, 1091, 1105, 1106, 1098, 1094, 1099, 1097, 1098, 1101, 1107, 1109, 1108, 1110, 1112, 1100, 1111, 1095, 1102, 1113, 1103, 0, 1114, 1100, 1116, 1104, 0, 1105, 1106, 0, 1101, 0, 1102, 1105, 0, 1107, 1109, 1108, 1110, 1112, 1115, 1111, 1103, 1108, 1113, 1117, 1110, 1114, 1104, 1116, 1118, 1106, 1119, 1120, 1112, 1122, 1113, 1109, 1107, 1111, 1121, 1123, 1124, 1127, 1126, 1115, 1128, 1116, 1125, 1129, 1117, 1130, 1131, 1115, 1117, 1118, 1132, 1119, 1120, 1133, 1122, 1134, 1125, 1118, 1134, 1121, 1123, 1124, 1127, 1126, 0, 1128, 1122, 1125, 1129, 1127, 1130, 1131, 1117, 1118, 1123, 1132, 1129, 1121, 1133, 1135, 1134, 1128, 1136, 1137, 1138, 1139, 1140, 0, 1125, 1126, 1131, 1130, 1141, 1142, 1143, 1146, 1144, 0, 1145, 1147, 0, 1148, 0, 1149, 1135, 0, 0, 1136, 1137, 1138, 1139, 1140, 1135, 1150, 1151, 1152, 0, 1141, 1142, 1143, 1146, 1144, 1139, 1145, 1147, 1141, 1148, 1138, 1149, 1153, 1136, 1143, 1144, 1142, 1154, 1156, 0, 1155, 1150, 1151, 1152, 1142, 1157, 1159, 1145, 1158, 1160, 1147, 1161, 1148, 1162, 0, 1163, 0, 1153, 1150, 1164, 1165, 0, 1154, 1156, 1152, 1155, 1166, 0, 1167, 0, 1157, 1159, 0, 1158, 1160, 1153, 1161, 1154, 1162, 1155, 1163, 1158, 1168, 1169, 1164, 1165, 1156, 1170, 1172, 1173, 1175, 1166, 1164, 1167, 1159, 1171, 1162, 1165, 1171, 1174, 0, 1171, 1171, 1171, 1171, 0, 0, 1168, 1169, 1176, 1166, 0, 1170, 1172, 1173, 1175, 0, 1177, 1178, 1179, 1171, 1180, 1181, 1182, 1174, 1168, 1183, 1184, 1185, 1169, 1175, 1169, 1173, 1186, 1176, 1170, 1173, 1187, 2252, 1188, 0, 1172, 1177, 1178, 1179, 1174, 1180, 1181, 1182, 1189, 2252, 1183, 1184, 1185, 0, 1190, 1191, 1176, 1186, 1192, 1177, 0, 1187, 1180, 1188, 1178, 1187, 0, 1193, 1195, 1181, 1182, 1194, 1183, 1189, 1184, 1197, 0, 1189, 1186, 1190, 1191, 1196, 1198, 1192, 1196, 1188, 2253, 1199, 1200, 0, 0, 1192, 1193, 1195, 1201, 0, 1194, 1202, 2253, 1203, 1197, 1191, 1204, 1205, 1194, 1204, 1196, 1198, 1207, 1206, 0, 1195, 1199, 1200, 1193, 1198, 1208, 1209, 1210, 1201, 1200, 1197, 1202, 1197, 1203, 0, 1211, 1204, 1205, 1212, 0, 1213, 1214, 1207, 1206, 1201, 1215, 1216, 0, 1205, 2255, 1208, 1209, 1210, 1202, 1218, 1219, 1220, 1203, 1206, 1207, 1211, 2255, 0, 1212, 1210, 1213, 1214, 1221, 1209, 0, 1215, 1216, 1217, 1208, 1215, 1217, 0, 1222, 1223, 1218, 1219, 1220, 1224, 1211, 2256, 1226, 1219, 1214, 1220, 0, 1225, 1220, 1221, 1220, 1216, 1227, 2256, 1217, 1228, 1220, 1229, 1218, 1222, 1223, 1231, 1230, 0, 1224, 1233, 1217, 1226, 0, 1232, 1234, 1224, 1225, 2258, 1235, 1236, 1225, 1227, 1223, 1237, 1228, 1238, 1229, 1239, 0, 2258, 1231, 1230, 1229, 1240, 1233, 1226, 1227, 1230, 1232, 1234, 1242, 0, 1233, 1235, 1236, 1243, 1228, 1274, 1237, 1231, 1238, 1276, 1239, 1232, 1234, 2259, 1236, 1241, 1240, 1289, 1241, 2291, 2293, 0, 0, 1242, 1240, 2259, 0, 2295, 1243, 1235, 1274, 2291, 2293, 1238, 1276, 1238, 0, 0, 1274, 2295, 1241, 1242, 1289, 1243, 1245, 1242, 1245, 1245, 1245, 1245, 1245, 1245, 1245, 1245, 1248, 1248, 1248, 1248, 1248, 1248, 1248, 1248, 1249, 1249, 1249, 1251, 1251, 1251, 2297, 2299, 0, 2301, 2302, 2326, 1249, 1249, 0, 1251, 1251, 0, 2297, 2299, 1272, 2301, 2302, 2326, 1249, 0, 1258, 1251, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1267, 1267, 1267, 1267, 1267, 1267, 1267, 1267, 1270, 1272, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 0, 0, 0, 2328, 1294, 1275, 2330, 1273, 0, 0, 1277, 1278, 1279, 1249, 1272, 2328, 1251, 1268, 2330, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1280, 1294, 1275, 1281, 1273, 1268, 1268, 1277, 1278, 1279, 1282, 1268, 1278, 1283, 1268, 1268, 1268, 1268, 1268, 1268, 1273, 1275, 1284, 1285, 1277, 1280, 1279, 1286, 1281, 1288, 1287, 1290, 1291, 1280, 0, 1282, 1281, 1292, 1283, 1295, 0, 2332, 0, 1282, 1293, 1296, 1283, 1284, 1285, 1297, 1298, 1299, 1286, 2332, 1288, 1287, 1290, 1291, 0, 1284, 1286, 1300, 1292, 1301, 1295, 1291, 1285, 1287, 1295, 1293, 1296, 1288, 0, 1302, 1297, 1298, 1299, 1303, 1290, 1304, 1305, 0, 1306, 1298, 1307, 1292, 1300, 1308, 1301, 1303, 1293, 1309, 1310, 1311, 1300, 1299, 0, 1297, 1302, 1312, 1313, 0, 1303, 1314, 1304, 1305, 1301, 1306, 1315, 1307, 1317, 1316, 1308, 1318, 1302, 0, 1309, 1310, 1311, 1308, 1319, 1305, 1304, 1320, 1312, 1313, 1306, 1321, 1314, 1322, 0, 0, 1307, 1315, 1323, 1317, 1316, 1324, 1318, 1326, 1310, 1325, 1327, 1311, 1316, 1319, 1328, 1329, 1320, 1330, 1331, 0, 1321, 1332, 1322, 1318, 1315, 0, 1321, 1323, 1322, 1333, 1324, 1319, 1326, 0, 1325, 1327, 1326, 1334, 1335, 1328, 1329, 1320, 1330, 1331, 1323, 1336, 1332, 1337, 1324, 1338, 1325, 1339, 1340, 1327, 1333, 1328, 1341, 0, 1332, 1329, 0, 1330, 1334, 1335, 1342, 1343, 1333, 1344, 1346, 1345, 1336, 1331, 1337, 1347, 1338, 1348, 1339, 1340, 1349, 1350, 1352, 1341, 1338, 1351, 1337, 1340, 1336, 1341, 1353, 1342, 1343, 0, 1344, 1346, 1345, 1354, 1355, 1356, 1347, 1339, 1348, 1346, 0, 1349, 1350, 1352, 0, 1343, 1351, 1357, 1358, 1360, 1359, 1353, 1361, 1344, 1345, 1362, 1363, 1347, 1354, 1355, 1356, 1352, 0, 1364, 1365, 1350, 1366, 1367, 1351, 1356, 0, 1369, 1357, 1358, 1360, 1359, 1368, 1361, 1370, 0, 1362, 1363, 1354, 1359, 0, 1358, 1371, 1355, 1364, 1365, 1372, 1366, 1367, 1373, 0, 1357, 1369, 0, 1374, 1375, 1376, 1368, 1378, 1370, 1363, 1379, 1377, 1380, 1379, 1368, 1381, 1371, 1382, 0, 1366, 1372, 1385, 1384, 1373, 1369, 1383, 1386, 1373, 1374, 1375, 1376, 1373, 1378, 1387, 1388, 1379, 1377, 1380, 1390, 0, 1381, 1379, 1382, 1372, 1391, 1389, 1385, 1384, 1389, 1374, 1383, 1386, 1375, 1377, 1392, 1378, 1383, 1393, 1387, 1388, 1394, 1395, 1387, 1390, 1382, 1384, 1396, 1388, 1385, 1391, 1389, 1397, 0, 1398, 1399, 0, 1400, 0, 0, 1392, 1390, 1401, 1393, 0, 1402, 1394, 1395, 1403, 0, 1404, 1406, 1396, 0, 1405, 1407, 1408, 1397, 1395, 1398, 1399, 1393, 1400, 1394, 1399, 1409, 1410, 1401, 1411, 1396, 1402, 1413, 1412, 1403, 1401, 1404, 1406, 1414, 1400, 1405, 1407, 1408, 1415, 1404, 1397, 1416, 1405, 0, 0, 1417, 1409, 1410, 0, 1411, 1418, 1419, 1413, 1412, 1420, 1421, 1422, 1407, 1414, 1423, 1406, 1412, 0, 1415, 1424, 1425, 1416, 1426, 1414, 1411, 1417, 1413, 1427, 1415, 1428, 1418, 1419, 1429, 1430, 1420, 1421, 1422, 1431, 1432, 1423, 1433, 1435, 1417, 1434, 1424, 1425, 1436, 1426, 2334, 0, 1437, 1438, 1427, 1420, 1428, 1418, 1439, 1429, 1430, 0, 2334, 1440, 1431, 1432, 1425, 1433, 1435, 1441, 1434, 1442, 1426, 1436, 1434, 1433, 1431, 1437, 1438, 1444, 1429, 1443, 1445, 1439, 0, 1446, 1430, 1432, 1440, 0, 1447, 1439, 1449, 0, 1441, 1436, 1442, 1448, 1450, 1437, 1438, 1451, 1452, 1453, 1444, 1455, 1443, 1445, 1457, 1440, 1446, 0, 1441, 2336, 1443, 1447, 1459, 1449, 1442, 1446, 0, 1454, 1448, 1450, 1445, 2336, 1451, 1452, 1453, 1456, 1455, 1458, 1460, 1457, 1461, 1462, 1453, 1463, 1455, 0, 1447, 1459, 0, 1464, 1465, 1448, 1454, 0, 1451, 1459, 1452, 1466, 1467, 1454, 1456, 1468, 1458, 1460, 1469, 1461, 1462, 1456, 1463, 1470, 1454, 1458, 0, 1463, 1464, 1465, 1471, 1472, 1464, 1465, 0, 1473, 1466, 1467, 1475, 1460, 1468, 1462, 1474, 1469, 1476, 1477, 1478, 1469, 1470, 1479, 0, 1464, 1480, 0, 0, 1471, 1472, 0, 0, 1466, 1473, 1467, 1481, 1475, 1468, 1470, 1483, 1474, 1485, 1476, 1477, 1478, 1486, 1482, 1479, 1478, 1482, 1480, 1473, 1471, 1488, 1484, 1475, 1474, 1484, 1487, 1489, 1481, 1490, 1477, 2359, 1483, 1479, 1485, 1518, 0, 0, 1486, 1482, 1483, 0, 0, 2359, 0, 0, 1488, 1484, 0, 0, 0, 1487, 1489, 0, 1490, 0, 1485, 0, 0, 0, 1518, 1487, 1490, 0, 0, 1488, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1492, 1489, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1492, 1493, 1493, 1493, 1495, 1495, 1495, 0, 0, 0, 0, 0, 0, 1493, 1493, 0, 1495, 1495, 0, 0, 0, 0, 0, 0, 0, 1493, 0, 0, 1495, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1502, 1503, 1520, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1503, 1513, 1517, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1513, 1519, 1517, 1521, 1522, 1523, 1524, 1520, 1525, 1517, 1526, 1527, 1493, 1528, 1517, 1495, 1529, 1530, 1531, 1532, 1533, 0, 1517, 1534, 1535, 0, 1519, 0, 1521, 1522, 1523, 1524, 1536, 1525, 1519, 1526, 1527, 1537, 1528, 1538, 0, 1529, 1530, 1531, 1532, 1533, 1529, 1523, 1534, 1535, 1532, 1539, 1522, 1540, 1525, 1524, 1541, 1536, 1542, 0, 1543, 1544, 1537, 1545, 1538, 1531, 1546, 1547, 1533, 1538, 1530, 1535, 1548, 1549, 1550, 0, 1539, 1551, 1540, 1552, 0, 1541, 0, 1542, 1539, 1543, 1544, 1553, 1545, 1554, 0, 1546, 1547, 1555, 1544, 1556, 1557, 1548, 1549, 1550, 1547, 1558, 1551, 0, 1552, 1548, 1543, 1550, 1552, 0, 0, 1559, 1553, 1560, 1554, 1546, 0, 1561, 1555, 1562, 1556, 1557, 1563, 1564, 1565, 0, 1558, 0, 1555, 0, 1568, 1566, 0, 1567, 1558, 1554, 1559, 1569, 1560, 0, 1570, 1556, 1561, 1571, 1562, 1572, 1573, 1563, 1564, 1565, 1559, 1574, 1562, 1575, 1563, 1568, 1566, 1565, 1567, 1576, 1577, 1578, 1569, 1561, 1566, 1570, 1567, 0, 1571, 1579, 1572, 1573, 1564, 1580, 1581, 1582, 1574, 1573, 1575, 1583, 1569, 1584, 1585, 1586, 1576, 1577, 1578, 1572, 1570, 1587, 0, 0, 1576, 1588, 1579, 1589, 0, 1590, 1580, 1581, 1582, 0, 1591, 1592, 1583, 0, 1584, 1585, 1586, 1593, 1595, 1594, 0, 1581, 1587, 1583, 1579, 1596, 1588, 1597, 1589, 1580, 1590, 1598, 1599, 1600, 1588, 1591, 1592, 1602, 1585, 1601, 0, 1584, 1593, 1595, 1594, 1589, 1603, 1591, 1594, 1604, 1596, 1605, 1597, 1606, 1593, 0, 1598, 1599, 1600, 1607, 1598, 1608, 1602, 0, 1601, 1600, 1595, 0, 0, 1611, 1597, 1603, 1596, 0, 1604, 1609, 1605, 1610, 1606, 1599, 1600, 1612, 1601, 1613, 1607, 1614, 1608, 0, 1603, 1615, 0, 1616, 1608, 1606, 1611, 1617, 1618, 1619, 1604, 1620, 1609, 0, 1610, 1607, 1605, 1621, 1612, 1623, 1613, 1609, 1614, 1622, 1610, 1624, 1615, 1614, 1616, 1625, 1626, 0, 1617, 1618, 1619, 1627, 1620, 1628, 1615, 1630, 1612, 1631, 1621, 0, 1623, 0, 1629, 1632, 1622, 1616, 1624, 0, 1620, 1633, 1625, 1626, 1622, 1634, 1635, 1636, 1627, 1637, 1628, 1626, 1630, 1638, 1631, 1639, 1627, 1640, 1628, 1629, 1632, 1641, 1642, 1629, 1625, 1643, 1633, 1632, 1644, 0, 1634, 1635, 1636, 1645, 1637, 1646, 1635, 1647, 1638, 1648, 1639, 1649, 1640, 1650, 0, 1651, 1641, 1642, 1654, 1652, 1643, 1634, 1652, 1644, 1639, 1655, 0, 1657, 1645, 1656, 1646, 1644, 1647, 0, 1648, 0, 1649, 0, 1650, 1640, 1651, 1643, 1653, 1654, 1652, 1653, 1658, 1650, 1659, 1661, 1655, 1648, 1657, 1660, 1656, 1649, 1660, 1655, 1657, 1662, 1654, 1663, 1656, 0, 1664, 0, 1665, 1653, 1666, 0, 1667, 1658, 1668, 1659, 1661, 1658, 1671, 1669, 1660, 1670, 0, 0, 1672, 1674, 1662, 1673, 1663, 1675, 1659, 1664, 1661, 1665, 1676, 1666, 1664, 1667, 1679, 1668, 1677, 1678, 0, 1671, 1669, 1662, 1670, 1663, 1669, 1672, 1674, 1709, 1673, 0, 1675, 0, 1665, 0, 0, 1676, 0, 1666, 1708, 1679, 1668, 1677, 1678, 1670, 1671, 1673, 1678, 1674, 1672, 1677, 0, 0, 1709, 1675, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1691, 1708, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1695, 1695, 1695, 1695, 1695, 1695, 1695, 1695, 0, 0, 0, 0, 1708, 1710, 1695, 1695, 0, 0, 0, 0, 0, 0, 1711, 1695, 1695, 1695, 1695, 1695, 1695, 1702, 1702, 1702, 1702, 1702, 1702, 1702, 1702, 1703, 1710, 1703, 1703, 1703, 1703, 1703, 1703, 1703, 1703, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1711, 1719, 0, 1720, 1721, 1722, 1710, 1723, 1724, 1725, 1726, 1728, 1729, 1727, 1730, 0, 0, 1731, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1732, 1719, 1713, 1720, 1721, 1722, 1733, 1723, 1724, 1725, 1726, 1728, 1729, 1727, 1730, 1728, 1719, 1731, 1734, 1735, 1717, 1736, 1737, 1738, 1720, 1732, 1723, 1721, 1727, 0, 1739, 1733, 1740, 1741, 1742, 1743, 1744, 1746, 1745, 1747, 0, 1748, 0, 1734, 1735, 1749, 1736, 1737, 1738, 0, 0, 1750, 1751, 1753, 1733, 1739, 1752, 1740, 1741, 1742, 1743, 1744, 1746, 1745, 1747, 1736, 1748, 1742, 1754, 1755, 1749, 0, 1756, 0, 1740, 1745, 1750, 1751, 1753, 1757, 1758, 1752, 1759, 1743, 0, 1760, 1741, 1761, 1763, 1752, 1762, 1764, 0, 1754, 1755, 1766, 1753, 1756, 1749, 1765, 1767, 1768, 1769, 0, 1757, 1758, 1771, 1759, 1770, 1756, 1760, 1754, 1761, 1763, 1772, 1762, 1764, 1755, 1773, 1774, 1766, 1775, 1759, 1776, 1765, 1767, 1768, 1769, 1763, 1767, 1777, 1771, 1778, 1770, 1761, 1769, 1762, 1779, 1780, 1772, 1765, 1781, 1770, 1773, 1774, 1782, 1775, 1768, 1776, 1783, 1784, 1773, 1776, 1785, 1771, 1777, 1786, 1778, 1787, 0, 1788, 0, 1779, 1780, 0, 1790, 1781, 1774, 0, 1779, 1782, 1791, 1777, 1789, 1783, 1784, 1792, 1793, 1785, 1794, 0, 1786, 1798, 1787, 1780, 1788, 1782, 0, 0, 1788, 1790, 1795, 1796, 1785, 1795, 1796, 1791, 1784, 1789, 0, 1797, 1792, 1793, 1786, 1794, 1789, 1793, 1798, 1794, 1799, 1801, 1787, 1794, 1790, 1805, 1800, 1795, 1796, 1800, 0, 1802, 1798, 1807, 1802, 1792, 1797, 1806, 1803, 1804, 1797, 1803, 1804, 0, 0, 1799, 1801, 1809, 1810, 1808, 1805, 1800, 1811, 1812, 1813, 1799, 1802, 1808, 1807, 1814, 1816, 1815, 1806, 1803, 1804, 1849, 1817, 1806, 1805, 1801, 0, 0, 1809, 1810, 1808, 1807, 0, 1811, 1812, 1813, 1810, 0, 0, 0, 1814, 1816, 1815, 0, 1814, 1812, 1849, 1817, 1848, 1809, 1815, 1818, 1818, 1818, 1818, 1818, 1818, 1818, 1818, 0, 0, 0, 1816, 1817, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1830, 1848, 1830, 1830, 1830, 1830, 1830, 1830, 1830, 1830, 1834, 1848, 1834, 1834, 1834, 1834, 1834, 1834, 1834, 1834, 1834, 0, 0, 0, 0, 0, 1834, 1834, 0, 0, 0, 0, 0, 0, 1850, 1834, 1834, 1834, 1834, 1834, 1834, 1843, 1851, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1847, 1847, 1847, 1847, 1847, 1847, 1847, 1847, 1850, 1852, 1853, 1854, 1855, 1856, 1847, 1847, 1851, 1857, 0, 1858, 1859, 1860, 1861, 1847, 1847, 1847, 1847, 1847, 1847, 1862, 1863, 1864, 1865, 1866, 1852, 1853, 1854, 1855, 1856, 0, 1867, 1868, 1857, 1853, 1858, 1859, 1860, 1861, 1869, 1870, 1871, 1858, 1872, 1873, 1862, 1863, 1864, 1865, 1866, 1875, 1874, 1854, 1876, 1877, 1865, 1867, 1868, 1878, 0, 1879, 1880, 1881, 1882, 1869, 1870, 1871, 0, 1872, 1873, 1883, 1884, 1885, 0, 1868, 1875, 1874, 1870, 1876, 1877, 1886, 1869, 1874, 1878, 1871, 1879, 1880, 1881, 1882, 1887, 1888, 1889, 1873, 1890, 1891, 1883, 1884, 1885, 1881, 1892, 1893, 1878, 1894, 1882, 1895, 1886, 1896, 1877, 1897, 0, 1894, 1898, 1899, 1884, 1887, 1888, 1889, 0, 1890, 1891, 1900, 0, 1901, 1902, 1892, 1893, 1890, 1894, 1903, 1895, 1887, 1896, 1904, 1897, 1888, 1893, 1898, 1899, 1905, 1897, 1906, 1907, 1898, 1899, 1908, 1900, 1892, 1901, 1902, 1900, 1895, 1909, 1910, 1903, 1911, 0, 1912, 1904, 1913, 1912, 1914, 0, 0, 1905, 0, 1906, 1907, 0, 0, 1908, 1901, 1902, 0, 1915, 1916, 1917, 1909, 1910, 1919, 1911, 1909, 1912, 1918, 1913, 1920, 1914, 1905, 1906, 1954, 1907, 1955, 1958, 1908, 1914, 0, 0, 0, 1911, 1915, 1916, 1917, 1910, 1959, 1919, 0, 0, 0, 1918, 0, 1920, 0, 0, 0, 1954, 0, 1955, 1958, 1917, 0, 1919, 1916, 1954, 0, 0, 1918, 0, 0, 1959, 1920, 1934, 1934, 1934, 1934, 1934, 1934, 1934, 1934, 1938, 1938, 1938, 1938, 1938, 1938, 1938, 1938, 1939, 0, 1939, 1939, 1939, 1939, 1939, 1939, 1939, 1939, 1939, 0, 0, 0, 0, 1960, 1939, 1939, 0, 0, 0, 0, 0, 0, 0, 1939, 1939, 1939, 1939, 1939, 1939, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1949, 1960, 1949, 1949, 1949, 1949, 1949, 1949, 1949, 1949, 1953, 0, 1953, 1953, 1953, 1953, 1953, 1953, 1953, 1953, 1953, 1956, 1957, 1961, 1963, 0, 1953, 1953, 1962, 1964, 0, 1965, 1953, 1966, 1967, 1953, 1953, 1953, 1953, 1953, 1953, 0, 1968, 1969, 1970, 0, 1956, 1957, 1961, 1963, 1956, 1971, 1972, 1962, 1964, 1957, 1965, 1973, 1966, 1967, 1974, 1975, 1976, 1966, 1977, 1978, 1961, 1968, 1969, 1970, 1962, 1979, 1981, 1983, 1969, 1980, 1971, 1972, 0, 0, 1982, 1970, 1973, 1982, 1984, 1974, 1975, 1976, 1985, 1977, 1978, 1986, 1987, 1989, 0, 0, 1979, 1981, 1983, 1972, 1980, 1974, 1988, 1977, 1978, 1982, 1980, 1979, 1990, 1984, 0, 1991, 0, 1985, 0, 1976, 1986, 1987, 1989, 1981, 1983, 1992, 1994, 1987, 1993, 1995, 1984, 1988, 0, 0, 1996, 0, 2032, 1990, 2034, 1985, 1991, 1990, 1986, 1990, 2033, 2036, 1989, 2040, 1988, 0, 1992, 1994, 0, 1993, 1995, 0, 0, 1991, 1992, 1996, 1993, 2032, 0, 2034, 0, 0, 1995, 0, 0, 2033, 2036, 0, 2040, 0, 1994, 2009, 2009, 2009, 2009, 2009, 2009, 2009, 2009, 2013, 2033, 2013, 2013, 2013, 2013, 2013, 2013, 2013, 2013, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2030, 2030, 2030, 2030, 2030, 2030, 2030, 2030, 2035, 2037, 0, 2038, 2026, 2031, 0, 2031, 2031, 2031, 2031, 2031, 2031, 2031, 2031, 2031, 0, 0, 2039, 2041, 2042, 2031, 2031, 2043, 2044, 2035, 2037, 2031, 2038, 2045, 2031, 2031, 2031, 2031, 2031, 2031, 2038, 2046, 2047, 2048, 2049, 2037, 2035, 2039, 2041, 2042, 2050, 0, 2043, 2044, 2051, 0, 2041, 2052, 2045, 0, 2054, 0, 2053, 2055, 2056, 2057, 2046, 2047, 2048, 2049, 2039, 0, 2048, 2058, 0, 2050, 2045, 2059, 2061, 2051, 2046, 2062, 2052, 0, 2047, 2054, 2049, 2053, 2055, 2056, 2057, 2060, 2054, 2099, 2100, 2056, 2051, 2101, 2058, 2052, 2102, 2053, 2059, 2061, 0, 2055, 2062, 2105, 2057, 0, 0, 0, 0, 0, 0, 0, 2060, 0, 2099, 2100, 0, 2058, 2101, 0, 2059, 2102, 0, 0, 0, 2062, 2101, 0, 2105, 0, 2060, 2081, 2081, 2081, 2081, 2081, 2081, 2081, 2081, 2082, 0, 2082, 2082, 2082, 2082, 2082, 2082, 2082, 2082, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2097, 2103, 2097, 2097, 2097, 2097, 2097, 2097, 2097, 2097, 2104, 2106, 2093, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 0, 2112, 2113, 2114, 0, 2116, 2103, 0, 2115, 2117, 0, 2119, 2118, 2120, 2163, 2104, 2106, 2160, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2108, 0, 0, 2114, 2103, 2116, 0, 2104, 2115, 2117, 2114, 2119, 2118, 2120, 2163, 0, 0, 2160, 0, 2111, 0, 2116, 2115, 2118, 0, 2160, 2138, 2119, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2138, 2120, 2157, 2157, 2157, 2157, 2157, 2157, 2157, 2157, 2158, 2159, 2158, 2158, 2158, 2158, 2158, 2158, 2158, 2158, 2161, 2162, 2165, 2164, 2166, 2167, 2168, 2166, 0, 2169, 2170, 2171, 2211, 2212, 2214, 0, 2159, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2192, 2161, 2162, 2165, 2164, 2166, 2167, 2168, 2159, 2164, 2169, 2170, 2171, 2211, 2212, 2214, 2162, 0, 0, 0, 2171, 2212, 2213, 2215, 2161, 2165, 2168, 2193, 2169, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2209, 0, 2209, 2209, 2209, 2209, 2209, 2209, 2209, 2209, 2213, 2215, 2216, 2218, 2217, 2219, 2220, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2262, 2215, 2263, 0, 2269, 0, 2310, 2213, 2266, 2265, 0, 0, 2216, 2218, 2217, 2219, 2220, 0, 0, 0, 0, 2264, 0, 2220, 0, 2262, 0, 2263, 2218, 2269, 2219, 2310, 2267, 2266, 2265, 2216, 2217, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2261, 2264, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2265, 2266, 2267, 2268, 2307, 2306, 2308, 2309, 0, 2264, 2267, 2286, 2286, 2286, 2286, 2286, 2286, 2286, 2286, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 0, 2268, 2307, 2306, 2308, 2309, 2339, 2340, 2268, 2306, 2307, 0, 2304, 2338, 2338, 2338, 2338, 2338, 2338, 2338, 2338, 2341, 2342, 2362, 2363, 2308, 2365, 2364, 2309, 0, 0, 2339, 2340, 2338, 2375, 2376, 2340, 2377, 2379, 2380, 0, 2381, 0, 0, 0, 2339, 2341, 2342, 2362, 2363, 0, 2365, 2364, 0, 2341, 2342, 2364, 0, 0, 2375, 2376, 0, 2377, 2379, 2380, 2363, 2381, 0, 0, 0, 2362, 0, 0, 0, 0, 0, 0, 0, 2377, 0, 0, 0, 2376, 0, 0, 0, 2380, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2384, 2384, 2384, 2384, 2384, 2384, 2384, 2384, 2384, 2384, 2384, 2384, 2384, 2385, 2385, 2385, 2385, 2385, 0, 2385, 2385, 0, 2385, 2385, 2386, 2386, 2386, 0, 0, 2386, 2387, 2387, 2387, 2387, 2387, 2387, 2387, 2387, 2387, 2387, 2387, 2387, 2387, 2388, 2388, 2388, 0, 0, 2388, 2389, 2389, 2389, 0, 0, 2389, 2390, 0, 2390, 0, 0, 2390, 2391, 2391, 2391, 0, 0, 2391, 2392, 2392, 2392, 2392, 2392, 2392, 2392, 2392, 2392, 2392, 2392, 2392, 2392, 2393, 0, 0, 0, 2393, 2393, 0, 2393, 2393, 2394, 2394, 2394, 0, 0, 2394, 2395, 0, 2395, 0, 0, 2395, 2395, 2395, 0, 0, 2395, 2396, 0, 2396, 0, 0, 2396, 2397, 2397, 2397, 0, 0, 2397, 2398, 2398, 2398, 0, 0, 2398, 2399, 2399, 2399, 0, 0, 2399, 2400, 2400, 2400, 2400, 0, 2400, 2400, 0, 2400, 2400, 2401, 2401, 0, 0, 0, 2401, 2401, 2402, 2402, 2402, 0, 0, 2402, 2403, 2403, 0, 0, 0, 0, 2403, 2404, 0, 2404, 0, 0, 2404, 2404, 2404, 0, 0, 2404, 2405, 2405, 2405, 0, 0, 2405, 2406, 2406, 2406, 0, 0, 2406, 2407, 0, 2407, 0, 0, 2407, 2408, 2408, 2408, 0, 0, 2408, 2409, 2409, 2409, 0, 0, 2409, 2410, 2410, 2410, 0, 0, 2410, 2411, 0, 2411, 0, 2411, 2411, 2412, 0, 2412, 0, 0, 2412, 2412, 2412, 0, 0, 2412, 2413, 0, 2413, 0, 0, 2413, 2413, 2413, 0, 0, 2413, 2414, 2414, 2414, 0, 0, 2414, 2415, 0, 2415, 0, 0, 2415, 2416, 2416, 2416, 0, 0, 2416, 2417, 0, 2417, 0, 0, 2417, 2418, 0, 2418, 2418, 2418, 0, 0, 2418, 2419, 2419, 2419, 0, 0, 2419, 2420, 2420, 2420, 0, 0, 2420, 2421, 2421, 2421, 0, 0, 2421, 2422, 2422, 2422, 0, 2422, 2422, 2423, 0, 2423, 0, 0, 2423, 2424, 0, 2424, 0, 0, 2424, 2424, 2424, 0, 0, 2424, 2425, 2425, 2425, 0, 0, 2425, 2426, 2426, 2426, 0, 0, 2426, 2427, 2427, 2427, 0, 0, 2427, 2428, 2428, 2428, 0, 0, 2428, 2429, 2429, 2429, 0, 0, 2429, 2430, 2430, 2430, 0, 0, 2430, 2431, 2431, 2431, 0, 0, 2431, 2432, 0, 2432, 0, 0, 2432, 2433, 2433, 2433, 0, 0, 2433, 2434, 2434, 2434, 0, 0, 2434, 2435, 0, 2435, 0, 2435, 2435, 2436, 2436, 2436, 0, 2436, 2436, 2437, 0, 2437, 0, 0, 2437, 2438, 0, 2438, 2438, 2438, 0, 2438, 2438, 2439, 2439, 2439, 0, 2439, 2439, 2440, 2440, 2440, 0, 0, 2440, 2441, 2441, 2441, 0, 0, 2441, 2442, 2442, 2442, 0, 0, 2442, 2443, 0, 2443, 0, 0, 2443, 2444, 2444, 2444, 0, 0, 2444, 2445, 0, 2445, 0, 0, 2445, 2446, 2446, 2446, 0, 0, 2446, 2447, 0, 2447, 0, 0, 2447, 2448, 2448, 2448, 0, 0, 2448, 2449, 2449, 2449, 0, 0, 2449, 2450, 2450, 2450, 0, 0, 2450, 2451, 2451, 2451, 0, 0, 2451, 2452, 2452, 2452, 0, 2452, 2452, 2453, 2453, 2453, 0, 2453, 2453, 2454, 2454, 2454, 0, 2454, 2454, 2455, 2455, 2455, 0, 2455, 2455, 2456, 0, 2456, 0, 0, 2456, 2457, 2457, 2457, 0, 0, 2457, 2458, 2458, 2458, 0, 0, 2458, 2459, 2459, 2459, 0, 0, 2459, 2460, 2460, 2460, 0, 0, 2460, 2461, 2461, 2461, 0, 0, 2461, 2462, 2462, 2462, 0, 0, 2462, 2463, 2463, 2463, 0, 0, 2463, 2464, 2464, 2464, 0, 0, 2464, 2465, 2465, 2465, 0, 0, 2465, 2466, 2466, 2466, 0, 0, 2466, 2467, 0, 2467, 0, 0, 2467, 2468, 2468, 2468, 0, 0, 2468, 2469, 2469, 2469, 0, 0, 2469, 2470, 0, 2470, 0, 2470, 2470, 2471, 2471, 2471, 0, 2471, 2471, 2472, 0, 2472, 0, 0, 2472, 2473, 2473, 2473, 0, 2473, 2473, 2474, 0, 2474, 0, 0, 2474, 2475, 2475, 2475, 0, 2475, 2475, 2476, 2476, 2476, 0, 2476, 2476, 2477, 2477, 2477, 0, 0, 2477, 2478, 2478, 2478, 0, 0, 2478, 2479, 2479, 2479, 0, 0, 2479, 2480, 0, 2480, 0, 0, 2480, 2481, 2481, 2481, 0, 0, 2481, 2482, 0, 2482, 0, 0, 2482, 2483, 2483, 2483, 0, 0, 2483, 2484, 0, 2484, 0, 0, 2484, 2485, 2485, 2485, 0, 0, 2485, 2486, 0, 2486, 0, 0, 2486, 2487, 2487, 2487, 0, 0, 2487, 2488, 2488, 2488, 0, 0, 2488, 2489, 2489, 2489, 0, 0, 2489, 2490, 2490, 2490, 0, 0, 2490, 2491, 2491, 2491, 0, 2491, 2491, 2492, 2492, 2492, 0, 2492, 2492, 2493, 2493, 2493, 0, 2493, 2493, 2494, 2494, 2494, 0, 2494, 2494, 2495, 2495, 2495, 0, 2495, 2495, 2496, 2496, 2496, 0, 2496, 2496, 2497, 0, 2497, 0, 0, 2497, 2498, 2498, 2498, 0, 0, 2498, 2499, 2499, 2499, 0, 0, 2499, 2500, 2500, 2500, 0, 0, 2500, 2501, 2501, 2501, 0, 0, 2501, 2502, 2502, 2502, 0, 0, 2502, 2503, 2503, 2503, 0, 0, 2503, 2504, 2504, 2504, 0, 0, 2504, 2505, 2505, 2505, 0, 0, 2505, 2506, 2506, 2506, 0, 0, 2506, 2507, 2507, 2507, 0, 0, 2507, 2508, 2508, 2508, 0, 0, 2508, 2509, 2509, 2509, 0, 0, 2509, 2510, 0, 2510, 0, 0, 2510, 2511, 0, 2511, 2511, 2511, 0, 0, 2511, 2512, 2512, 2512, 0, 0, 2512, 2513, 2513, 2513, 0, 0, 2513, 2514, 0, 2514, 0, 2514, 2514, 2515, 2515, 2515, 0, 2515, 2515, 2516, 0, 2516, 0, 0, 2516, 2517, 2517, 2517, 0, 2517, 2517, 2518, 0, 2518, 0, 0, 2518, 2519, 2519, 2519, 0, 2519, 2519, 2520, 0, 2520, 0, 0, 2520, 2521, 2521, 2521, 0, 2521, 2521, 2522, 2522, 2522, 0, 2522, 2522, 2523, 2523, 2523, 0, 0, 2523, 2524, 2524, 2524, 0, 0, 2524, 2525, 2525, 2525, 0, 0, 2525, 2526, 0, 2526, 0, 0, 2526, 2527, 2527, 2527, 0, 0, 2527, 2528, 0, 2528, 0, 0, 2528, 2529, 2529, 2529, 0, 0, 2529, 2530, 0, 2530, 0, 0, 2530, 2531, 2531, 2531, 0, 0, 2531, 2532, 0, 2532, 0, 0, 2532, 2533, 2533, 2533, 0, 0, 2533, 2534, 0, 2534, 0, 0, 2534, 2535, 2535, 2535, 0, 0, 2535, 2536, 2536, 2536, 0, 0, 2536, 2537, 2537, 2537, 0, 0, 2537, 2538, 2538, 2538, 0, 0, 2538, 2539, 2539, 2539, 0, 2539, 2539, 2540, 2540, 2540, 0, 2540, 2540, 2541, 2541, 2541, 0, 2541, 2541, 2542, 2542, 2542, 0, 2542, 2542, 2543, 2543, 2543, 0, 2543, 2543, 2544, 2544, 2544, 0, 2544, 2544, 2545, 2545, 2545, 0, 2545, 2545, 2546, 2546, 2546, 0, 2546, 2546, 2547, 0, 2547, 0, 0, 2547, 2548, 0, 2548, 2548, 2548, 0, 2548, 2548, 2549, 2549, 2549, 0, 0, 2549, 2550, 2550, 2550, 0, 0, 2550, 2551, 2551, 2551, 0, 0, 2551, 2552, 2552, 2552, 0, 0, 2552, 2553, 2553, 2553, 0, 0, 2553, 2554, 2554, 2554, 0, 0, 2554, 2555, 2555, 2555, 0, 0, 2555, 2556, 2556, 2556, 0, 0, 2556, 2557, 2557, 2557, 0, 0, 2557, 2558, 2558, 2558, 0, 0, 2558, 2559, 2559, 2559, 0, 0, 2559, 2560, 2560, 2560, 0, 0, 2560, 2561, 2561, 2561, 0, 0, 2561, 2562, 2562, 2562, 0, 0, 2562, 2563, 0, 2563, 0, 0, 2563, 2564, 2564, 2564, 0, 0, 2564, 2565, 2565, 2565, 0, 0, 2565, 2566, 0, 2566, 0, 2566, 2566, 2567, 2567, 2567, 0, 2567, 2567, 2568, 0, 2568, 0, 0, 2568, 2569, 2569, 2569, 0, 2569, 2569, 2570, 0, 2570, 0, 0, 2570, 2571, 2571, 2571, 0, 2571, 2571, 2572, 0, 2572, 0, 0, 2572, 2573, 2573, 2573, 0, 2573, 2573, 2574, 0, 2574, 0, 0, 2574, 2575, 2575, 2575, 0, 2575, 2575, 2576, 2576, 2576, 0, 2576, 2576, 2577, 2577, 2577, 2577, 2577, 0, 2577, 2577, 0, 2577, 2577, 2578, 2578, 2578, 0, 0, 2578, 2579, 2579, 2579, 0, 0, 2579, 2580, 2580, 2580, 0, 0, 2580, 2581, 0, 2581, 0, 0, 2581, 2582, 2582, 2582, 0, 0, 2582, 2583, 0, 2583, 0, 0, 2583, 2584, 2584, 2584, 0, 0, 2584, 2585, 0, 2585, 0, 0, 2585, 2586, 2586, 2586, 0, 0, 2586, 2587, 0, 2587, 0, 0, 2587, 2588, 2588, 2588, 0, 0, 2588, 2589, 0, 2589, 0, 0, 2589, 2590, 2590, 2590, 0, 0, 2590, 2591, 0, 2591, 0, 0, 2591, 2592, 2592, 2592, 0, 0, 2592, 2593, 2593, 2593, 0, 0, 2593, 2594, 2594, 2594, 0, 0, 2594, 2595, 2595, 2595, 0, 0, 2595, 2596, 2596, 2596, 0, 2596, 2596, 2597, 2597, 2597, 0, 2597, 2597, 2598, 2598, 2598, 0, 2598, 2598, 2599, 2599, 2599, 0, 2599, 2599, 2600, 2600, 2600, 0, 2600, 2600, 2601, 2601, 2601, 0, 2601, 2601, 2602, 2602, 2602, 0, 2602, 2602, 2603, 2603, 2603, 0, 2603, 2603, 2604, 2604, 2604, 0, 2604, 2604, 2605, 2605, 2605, 0, 2605, 2605, 2606, 0, 2606, 0, 0, 2606, 2607, 2607, 2607, 2607, 2607, 0, 2607, 2607, 0, 2607, 2607, 2608, 2608, 2608, 0, 0, 2608, 2609, 2609, 2609, 0, 0, 2609, 2610, 2610, 2610, 0, 0, 2610, 2611, 0, 2611, 0, 0, 2611, 2612, 2612, 2612, 0, 0, 2612, 2613, 0, 2613, 0, 0, 2613, 2614, 2614, 2614, 0, 0, 2614, 2615, 0, 2615, 0, 0, 2615, 2616, 2616, 2616, 0, 0, 2616, 2617, 0, 2617, 0, 0, 2617, 2618, 2618, 2618, 0, 0, 2618, 2619, 0, 2619, 0, 0, 2619, 2620, 2620, 2620, 0, 0, 2620, 2621, 0, 2621, 0, 0, 2621, 2622, 2622, 2622, 0, 0, 2622, 2623, 0, 2623, 0, 0, 2623, 2624, 2624, 2624, 0, 0, 2624, 2625, 2625, 2625, 0, 0, 2625, 2626, 0, 2626, 0, 2626, 2626, 2627, 2627, 2627, 0, 2627, 2627, 2628, 0, 2628, 0, 0, 2628, 2629, 2629, 2629, 0, 2629, 2629, 2630, 0, 2630, 0, 0, 2630, 2631, 2631, 2631, 0, 2631, 2631, 2632, 0, 2632, 0, 0, 2632, 2633, 2633, 2633, 0, 2633, 2633, 2634, 0, 2634, 0, 0, 2634, 2635, 2635, 2635, 0, 2635, 2635, 2636, 0, 2636, 0, 0, 2636, 2637, 2637, 2637, 0, 2637, 2637, 2638, 2638, 2638, 0, 2638, 2638, 2639, 2639, 2639, 2639, 2639, 0, 2639, 2639, 0, 2639, 2639, 2640, 2640, 2640, 0, 0, 2640, 2641, 0, 2641, 0, 0, 2641, 2642, 0, 2642, 0, 0, 2642, 2643, 0, 2643, 0, 0, 2643, 2644, 0, 2644, 0, 0, 2644, 2645, 0, 2645, 0, 0, 2645, 2646, 0, 2646, 0, 0, 2646, 2647, 0, 2647, 0, 0, 2647, 2648, 2648, 2648, 0, 0, 2648, 2649, 0, 2649, 0, 0, 2649, 2650, 2650, 2650, 0, 0, 2650, 2651, 2651, 2651, 0, 0, 2651, 2652, 0, 2652, 0, 2652, 2652, 2653, 2653, 2653, 0, 2653, 2653, 2654, 0, 2654, 0, 2654, 2654, 2655, 2655, 2655, 0, 2655, 2655, 2656, 0, 2656, 0, 2656, 2656, 2657, 2657, 2657, 0, 2657, 2657, 2658, 0, 2658, 0, 2658, 2658, 2659, 2659, 2659, 0, 2659, 2659, 2660, 0, 2660, 0, 2660, 2660, 2661, 2661, 2661, 0, 2661, 2661, 2662, 0, 2662, 0, 2662, 2662, 2663, 2663, 2663, 0, 2663, 2663, 2664, 0, 2664, 0, 0, 2664, 2665, 0, 2665, 0, 0, 2665, 2666, 0, 2666, 0, 0, 2666, 2667, 0, 2667, 0, 0, 2667, 2668, 0, 2668, 0, 0, 2668, 2669, 0, 2669, 0, 0, 2669, 2670, 0, 2670, 0, 0, 2670, 2671, 0, 2671, 0, 0, 2671, 2672, 0, 2672, 0, 0, 2672, 2673, 2673, 2673, 0, 0, 2673, 2674, 0, 2674, 0, 2674, 2674, 2675, 0, 2675, 0, 2675, 2675, 2676, 0, 2676, 0, 2676, 2676, 2677, 0, 2677, 0, 2677, 2677, 2678, 0, 2678, 0, 2678, 2678, 2679, 0, 2679, 0, 2679, 2679, 2680, 0, 2680, 0, 2680, 2680, 2681, 2681, 2681, 0, 2681, 2681, 2682, 0, 2682, 0, 2682, 2682, 2683, 0, 2683, 0, 0, 2683, 2684, 0, 2684, 0, 0, 2684, 2685, 0, 2685, 0, 2685, 2685, 2686, 0, 2686, 0, 2686, 2686, 2687, 0, 2687, 0, 2687, 2687, 2688, 0, 2688, 0, 2688, 2688, 2689, 0, 2689, 0, 2689, 2689, 2690, 0, 2690, 0, 2690, 2690, 2691, 0, 2691, 0, 2691, 2691, 2692, 0, 2692, 0, 2692, 2692, 2693, 0, 2693, 0, 2693, 2693, 2694, 0, 2694, 0, 2694, 2694, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2382 } ; /* Table of booleans, true if rule could match eol. */ static const flex_int32_t yy_rule_can_match_eol[413] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 1, 1, 0, 0, 1, 0, 0, 0, }; static const flex_int16_t yy_rule_linenum[412] = { 0, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 302, 304, 305, 306, 307, 309, 312, 313, 314, 317, 318, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 333, 335, 336, 337, 338, 340, 342, 343, 344, 345, 346, 347, 348, 350, 351, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 370, 371, 372, 374, 375, 376, 377, 378, 379, 380, 381, 383, 384, 386, 387, 390, 391, 392, 395, 396, 397, 398, 399, 400, 401, 404, 405, 406, 407, 409, 411, 415, 416, 417, 420, 421, 423, 424, 425, 426, 429, 431, 432, 433, 435, 437, 438, 441, 442, 443, 445, 447, 449, 452, 454, 455, 457, 459, 460, 463, 464, 465, 466, 467, 469, 470, 471, 475, 476, 478, 480, 482, 484, 485, 487, 488, 490, 491, 493, 494, 495, 497, 498, 500, 502, 503, 504, 505, 506, 509, 511, 514, 517, 519, 520, 522, 525, 527, 529, 533, 534, 535, 536, 538, 539, 541, 542, 547, 548, 549, 550, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 572, 573, 574, 575, 576, 577, 579, 580, 582, 584, 585, 587, 588, 589, 590, 591, 592, 593, 596, 599, 601, 602, 605, 606, 608, 609, 612, 615, 617, 619, 621, 623, 625, 627, 629, 630, 632, 635, 638, 641, 644, 645, 647, 649, 650, 652, 654, 656, 659, 660, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 700, 701, 702, 703, 704, 706, 708, 710, 711, 714, 716, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 741, 742, 743, 744, 745, 746, 749, 752, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 773, 775, 778, 779, 782, 785, 786, 788, 789, 791, 793, 795, 797, 798, 799, 800, 801, 802, 805, 807, 810, 811, 812, 815, 816, 818, 820, 822, 823, 825, 826, 829, 831, 833, 838, 844, 849, 859, 872, 877, 883, 888, 893, 897, 902, 903, 904, 907, 916 } ; /* The intent behind this definition is that it'll catch * any uses of REJECT which flex missed. */ #define REJECT reject_used_but_not_detected #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET #line 1 "scanner.l" /* * Copyright (c) 2007-2008 Patrick McHardy * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Development of this code funded by Astaro AG (http://www.astaro.com/) */ #line 12 "scanner.l" #include #include #include #include #include #include #include #include #include #include #include #include #include "parser_bison.h" #define YY_NO_INPUT /* * Work around flex behaviour when reaching the end of buffer: normally, flex * regexes are greedy, when reaching the end of buffer however it tries to * match whatever is left in the buffer and only backs up in case it doesn't * match *any* pattern. Since we accept unquoted strings, this means any partial * token will be recognized as string. * * Make sure to only pass input to flex linewise to avoid this. */ #define YY_INPUT(buf,result,max_size) \ { \ result = 0; \ errno = 0; \ \ while (result < max_size) { \ int chr = fgetc(yyin); \ \ if (chr != EOF) { \ buf[result++] = chr; \ if (chr == '\n' || chr == ' ') \ break; \ continue; \ } \ \ if (ferror(yyin)) { \ if (errno != EINTR) { \ YY_FATAL_ERROR("input in flex scanner failed"); \ break; \ } \ errno = 0; \ clearerr(yyin); \ } \ break; \ } \ } static void scanner_pop_buffer(yyscan_t scanner); static void init_pos(struct input_descriptor *indesc) { indesc->lineno = 1; indesc->column = 1; indesc->token_offset = 0; indesc->line_offset = 0; } static void update_pos(struct parser_state *state, struct location *loc, int len) { loc->indesc = state->indesc; loc->first_line = state->indesc->lineno; loc->last_line = state->indesc->lineno; loc->first_column = state->indesc->column; loc->last_column = state->indesc->column + len - 1; state->indesc->column += len; } static void update_offset(struct parser_state *state, struct location *loc, unsigned int len) { state->indesc->token_offset += len; loc->token_offset = state->indesc->token_offset; loc->line_offset = state->indesc->line_offset; } static void reset_pos(struct parser_state *state, struct location *loc) { state->indesc->line_offset = state->indesc->token_offset; state->indesc->lineno += 1; state->indesc->column = 1; } static void scanner_push_start_cond(void *scanner, enum startcond_type type); #define YY_USER_ACTION { \ update_pos(yyget_extra(yyscanner), yylloc, yyleng); \ update_offset(yyget_extra(yyscanner), yylloc, yyleng); \ } /* avoid warnings with -Wmissing-prototypes */ extern int yyget_column(yyscan_t); extern void yyset_column(int, yyscan_t); #line 3986 "scanner.c" #line 3988 "scanner.c" #define INITIAL 0 #define SCANSTATE_ARP 1 #define SCANSTATE_AT 2 #define SCANSTATE_CT 3 #define SCANSTATE_COUNTER 4 #define SCANSTATE_ETH 5 #define SCANSTATE_GRE 6 #define SCANSTATE_ICMP 7 #define SCANSTATE_IGMP 8 #define SCANSTATE_IP 9 #define SCANSTATE_IP6 10 #define SCANSTATE_LAST 11 #define SCANSTATE_LIMIT 12 #define SCANSTATE_META 13 #define SCANSTATE_POLICY 14 #define SCANSTATE_QUOTA 15 #define SCANSTATE_SCTP 16 #define SCANSTATE_SECMARK 17 #define SCANSTATE_TCP 18 #define SCANSTATE_TYPE 19 #define SCANSTATE_VLAN 20 #define SCANSTATE_XT 21 #define SCANSTATE_CMD_DESTROY 22 #define SCANSTATE_CMD_EXPORT 23 #define SCANSTATE_CMD_IMPORT 24 #define SCANSTATE_CMD_LIST 25 #define SCANSTATE_CMD_MONITOR 26 #define SCANSTATE_CMD_RESET 27 #define SCANSTATE_EXPR_AH 28 #define SCANSTATE_EXPR_COMP 29 #define SCANSTATE_EXPR_DCCP 30 #define SCANSTATE_EXPR_DST 31 #define SCANSTATE_EXPR_ESP 32 #define SCANSTATE_EXPR_FIB 33 #define SCANSTATE_EXPR_FRAG 34 #define SCANSTATE_EXPR_HASH 35 #define SCANSTATE_EXPR_HBH 36 #define SCANSTATE_EXPR_IPSEC 37 #define SCANSTATE_EXPR_MH 38 #define SCANSTATE_EXPR_NUMGEN 39 #define SCANSTATE_EXPR_OSF 40 #define SCANSTATE_EXPR_QUEUE 41 #define SCANSTATE_EXPR_RT 42 #define SCANSTATE_EXPR_SCTP_CHUNK 43 #define SCANSTATE_EXPR_SOCKET 44 #define SCANSTATE_EXPR_TH 45 #define SCANSTATE_EXPR_UDP 46 #define SCANSTATE_EXPR_UDPLITE 47 #define SCANSTATE_STMT_DUP 48 #define SCANSTATE_STMT_FWD 49 #define SCANSTATE_STMT_LOG 50 #define SCANSTATE_STMT_NAT 51 #define SCANSTATE_STMT_REJECT 52 #define SCANSTATE_STMT_SYNPROXY 53 #define SCANSTATE_STMT_TPROXY 54 #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. */ /* %if-c-only */ #include /* %endif */ /* %if-c++-only */ /* %endif */ #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif /* %if-c-only Reentrant structure and macros (non-C++). */ /* %if-reentrant */ /* 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; char *yytext_r; int yy_more_flag; int yy_more_len; YYSTYPE * yylval_r; YYLTYPE * yylloc_r; }; /* end struct yyguts_t */ /* %if-c-only */ static int yy_init_globals ( yyscan_t yyscanner ); /* %endif */ /* %if-reentrant */ /* 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); /* %endif */ /* %endif End reentrant structures and macros. */ /* 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 ); /* %if-bison-bridge */ 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 ); /* %endif */ /* 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 /* %not-for-header */ #ifndef YY_NO_UNPUT #endif /* %ok-for-header */ /* %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 /* %if-c-only Standard (non-C++) definition */ /* %not-for-header */ #ifdef __cplusplus static int yyinput ( yyscan_t yyscanner ); #else static int input ( yyscan_t yyscanner ); #endif /* %ok-for-header */ /* %endif */ #endif /* %if-c-only */ 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 ); /* %endif */ /* 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 /* %if-c-only Standard (non-C++) definition */ /* 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 */ /* %if-c++-only C++ definition */ /* %endif */ #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) \ /* %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \ */\ 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); \ } \ }\ \ /* %if-c++-only C++ definition \ */\ /* %endif */ #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 /* %if-c-only */ #define YY_FATAL_ERROR(msg) yy_fatal_error( msg , yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ #endif /* %if-tables-serialization structures and prototypes */ /* %not-for-header */ /* %ok-for-header */ /* %not-for-header */ /* %tables-yydmap generated elements */ /* %endif */ /* end tables serialization structures and prototypes */ /* %ok-for-header */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 /* %if-c-only Standard (non-C++) definition */ 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 */ /* %if-c++-only C++ definition */ /* %endif */ #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 /* %% [6.0] YY_RULE_SETUP definition goes here */ #define YY_RULE_SETUP \ if ( yyleng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ (yytext[yyleng - 1] == '\n'); \ YY_USER_ACTION /* %not-for-header */ /** 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 if ( ! yyg->yy_start ) yyg->yy_start = 1; /* first start state */ if ( ! yyin ) /* %if-c-only */ yyin = stdin; /* %endif */ /* %if-c++-only */ /* %endif */ if ( ! yyout ) /* %if-c-only */ yyout = stdout; /* %endif */ /* %if-c++-only */ /* %endif */ 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 ); } { /* %% [7.0] user's declarations go here */ #line 258 "scanner.l" #line 4404 "scanner.c" while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ { /* %% [8.0] yymore()-related code goes here */ 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; /* %% [9.0] code to set up and find next match goes here */ yy_current_state = yyg->yy_start; yy_current_state += YY_AT_BOL(); yy_match: do { YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ; if ( yy_accept[yy_current_state] ) { yyg->yy_last_accepting_state = yy_current_state; yyg->yy_last_accepting_cpos = 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 >= 2383 ) yy_c = yy_meta[yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; ++yy_cp; } while ( yy_base[yy_current_state] != 9866 ); yy_find_action: /* %% [10.0] code to find the action number goes here */ yy_act = yy_accept[yy_current_state]; if ( yy_act == 0 ) { /* have to back up */ yy_cp = yyg->yy_last_accepting_cpos; yy_current_state = yyg->yy_last_accepting_state; yy_act = yy_accept[yy_current_state]; } YY_DO_BEFORE_ACTION; /* %% [11.0] code for yylineno update goes here */ 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. */ /* %% [12.0] debug code goes here */ if ( yy_flex_debug ) { if ( yy_act == 0 ) fprintf( stderr, "--scanner backing up\n" ); else if ( yy_act < 412 ) fprintf( stderr, "--accepting rule at line %ld (\"%s\")\n", (long)yy_rule_linenum[yy_act], yytext ); else if ( yy_act == 412 ) fprintf( stderr, "--accepting default rule (\"%s\")\n", yytext ); else if ( yy_act == 413 ) fprintf( stderr, "--(end of buffer or a NUL)\n" ); else fprintf( stderr, "--EOF (start condition %d)\n", YY_START ); } switch ( yy_act ) { /* beginning of action switch */ /* %% [13.0] actions go here */ case 0: /* must back up */ /* undo the effects of YY_DO_BEFORE_ACTION */ *yy_cp = yyg->yy_hold_char; yy_cp = yyg->yy_last_accepting_cpos; yy_current_state = yyg->yy_last_accepting_state; goto yy_find_action; case 1: YY_RULE_SETUP #line 260 "scanner.l" { return EQ; } YY_BREAK case 2: YY_RULE_SETUP #line 261 "scanner.l" { return EQ; } YY_BREAK case 3: YY_RULE_SETUP #line 262 "scanner.l" { return NEQ; } YY_BREAK case 4: YY_RULE_SETUP #line 263 "scanner.l" { return NEQ; } YY_BREAK case 5: YY_RULE_SETUP #line 264 "scanner.l" { return LTE; } YY_BREAK case 6: YY_RULE_SETUP #line 265 "scanner.l" { return LTE; } YY_BREAK case 7: YY_RULE_SETUP #line 266 "scanner.l" { return LT; } YY_BREAK case 8: YY_RULE_SETUP #line 267 "scanner.l" { return LT; } YY_BREAK case 9: YY_RULE_SETUP #line 268 "scanner.l" { return GTE; } YY_BREAK case 10: YY_RULE_SETUP #line 269 "scanner.l" { return GTE; } YY_BREAK case 11: YY_RULE_SETUP #line 270 "scanner.l" { return GT; } YY_BREAK case 12: YY_RULE_SETUP #line 271 "scanner.l" { return GT; } YY_BREAK case 13: YY_RULE_SETUP #line 272 "scanner.l" { return COMMA; } YY_BREAK case 14: YY_RULE_SETUP #line 273 "scanner.l" { return DOT; } YY_BREAK case 15: YY_RULE_SETUP #line 274 "scanner.l" { return COLON; } YY_BREAK case 16: YY_RULE_SETUP #line 275 "scanner.l" { return SEMICOLON; } YY_BREAK case 17: YY_RULE_SETUP #line 276 "scanner.l" { return '{'; } YY_BREAK case 18: YY_RULE_SETUP #line 277 "scanner.l" { return '}'; } YY_BREAK case 19: YY_RULE_SETUP #line 278 "scanner.l" { return '['; } YY_BREAK case 20: YY_RULE_SETUP #line 279 "scanner.l" { return ']'; } YY_BREAK case 21: YY_RULE_SETUP #line 280 "scanner.l" { return '('; } YY_BREAK case 22: YY_RULE_SETUP #line 281 "scanner.l" { return ')'; } YY_BREAK case 23: YY_RULE_SETUP #line 282 "scanner.l" { return LSHIFT; } YY_BREAK case 24: YY_RULE_SETUP #line 283 "scanner.l" { return LSHIFT; } YY_BREAK case 25: YY_RULE_SETUP #line 284 "scanner.l" { return RSHIFT; } YY_BREAK case 26: YY_RULE_SETUP #line 285 "scanner.l" { return RSHIFT; } YY_BREAK case 27: YY_RULE_SETUP #line 286 "scanner.l" { return CARET; } YY_BREAK case 28: YY_RULE_SETUP #line 287 "scanner.l" { return CARET; } YY_BREAK case 29: YY_RULE_SETUP #line 288 "scanner.l" { return AMPERSAND; } YY_BREAK case 30: YY_RULE_SETUP #line 289 "scanner.l" { return AMPERSAND; } YY_BREAK case 31: YY_RULE_SETUP #line 290 "scanner.l" { return '|'; } YY_BREAK case 32: YY_RULE_SETUP #line 291 "scanner.l" { return '|'; } YY_BREAK case 33: YY_RULE_SETUP #line 292 "scanner.l" { return NOT; } YY_BREAK case 34: YY_RULE_SETUP #line 293 "scanner.l" { return NOT; } YY_BREAK case 35: YY_RULE_SETUP #line 294 "scanner.l" { return SLASH; } YY_BREAK case 36: YY_RULE_SETUP #line 295 "scanner.l" { return DASH; } YY_BREAK case 37: YY_RULE_SETUP #line 296 "scanner.l" { return ASTERISK; } YY_BREAK case 38: YY_RULE_SETUP #line 297 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_AT); return AT; } YY_BREAK case 39: YY_RULE_SETUP #line 298 "scanner.l" { return '$'; } YY_BREAK case 40: YY_RULE_SETUP #line 299 "scanner.l" { return '='; } YY_BREAK case 41: YY_RULE_SETUP #line 300 "scanner.l" { return VMAP; } YY_BREAK case 42: YY_RULE_SETUP #line 302 "scanner.l" { return PLUS; } YY_BREAK case 43: YY_RULE_SETUP #line 304 "scanner.l" { return INCLUDE; } YY_BREAK case 44: YY_RULE_SETUP #line 305 "scanner.l" { return DEFINE; } YY_BREAK case 45: YY_RULE_SETUP #line 306 "scanner.l" { return REDEFINE; } YY_BREAK case 46: YY_RULE_SETUP #line 307 "scanner.l" { return UNDEFINE; } YY_BREAK case 47: YY_RULE_SETUP #line 309 "scanner.l" { return DESCRIBE; } YY_BREAK case 48: YY_RULE_SETUP #line 312 "scanner.l" { return CHAINS; } YY_BREAK case 49: YY_RULE_SETUP #line 313 "scanner.l" { return SETS; } YY_BREAK case 50: YY_RULE_SETUP #line 314 "scanner.l" { return TABLES; } YY_BREAK case 51: YY_RULE_SETUP #line 317 "scanner.l" { return RULES; } YY_BREAK case 52: YY_RULE_SETUP #line 318 "scanner.l" { return TRACE; } YY_BREAK case 53: YY_RULE_SETUP #line 320 "scanner.l" { return HOOK; } YY_BREAK case 54: YY_RULE_SETUP #line 321 "scanner.l" { return DEVICE; } YY_BREAK case 55: YY_RULE_SETUP #line 322 "scanner.l" { return DEVICES; } YY_BREAK case 56: YY_RULE_SETUP #line 323 "scanner.l" { return TABLE; } YY_BREAK case 57: YY_RULE_SETUP #line 324 "scanner.l" { return CHAIN; } YY_BREAK case 58: YY_RULE_SETUP #line 325 "scanner.l" { return RULE; } YY_BREAK case 59: YY_RULE_SETUP #line 326 "scanner.l" { return SET; } YY_BREAK case 60: YY_RULE_SETUP #line 327 "scanner.l" { return ELEMENT; } YY_BREAK case 61: YY_RULE_SETUP #line 328 "scanner.l" { return MAP; } YY_BREAK case 62: YY_RULE_SETUP #line 329 "scanner.l" { return FLOWTABLE; } YY_BREAK case 63: YY_RULE_SETUP #line 330 "scanner.l" { return HANDLE; } YY_BREAK case 64: YY_RULE_SETUP #line 331 "scanner.l" { return RULESET; } YY_BREAK case 65: YY_RULE_SETUP #line 333 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_SOCKET); return SOCKET; } YY_BREAK case 66: YY_RULE_SETUP #line 335 "scanner.l" { return TRANSPARENT; } YY_BREAK case 67: YY_RULE_SETUP #line 336 "scanner.l" { return WILDCARD; } YY_BREAK case 68: YY_RULE_SETUP #line 337 "scanner.l" { return CGROUPV2; } YY_BREAK case 69: YY_RULE_SETUP #line 338 "scanner.l" { return LEVEL; } YY_BREAK case 70: YY_RULE_SETUP #line 340 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_STMT_TPROXY); return TPROXY; } YY_BREAK case 71: YY_RULE_SETUP #line 342 "scanner.l" { return ACCEPT; } YY_BREAK case 72: YY_RULE_SETUP #line 343 "scanner.l" { return DROP; } YY_BREAK case 73: YY_RULE_SETUP #line 344 "scanner.l" { return CONTINUE; } YY_BREAK case 74: YY_RULE_SETUP #line 345 "scanner.l" { return JUMP; } YY_BREAK case 75: YY_RULE_SETUP #line 346 "scanner.l" { return GOTO; } YY_BREAK case 76: YY_RULE_SETUP #line 347 "scanner.l" { return RETURN; } YY_BREAK case 77: YY_RULE_SETUP #line 348 "scanner.l" { return TO; } /* XXX: SCANSTATE_IP is a workaround */ YY_BREAK case 78: YY_RULE_SETUP #line 350 "scanner.l" { return INET; } YY_BREAK case 79: YY_RULE_SETUP #line 351 "scanner.l" { return NETDEV; } YY_BREAK case 80: YY_RULE_SETUP #line 353 "scanner.l" { return ADD; } YY_BREAK case 81: YY_RULE_SETUP #line 354 "scanner.l" { return REPLACE; } YY_BREAK case 82: YY_RULE_SETUP #line 355 "scanner.l" { return UPDATE; } YY_BREAK case 83: YY_RULE_SETUP #line 356 "scanner.l" { return CREATE; } YY_BREAK case 84: YY_RULE_SETUP #line 357 "scanner.l" { return INSERT; } YY_BREAK case 85: YY_RULE_SETUP #line 358 "scanner.l" { return DELETE; } YY_BREAK case 86: YY_RULE_SETUP #line 359 "scanner.l" { return GET; } YY_BREAK case 87: YY_RULE_SETUP #line 360 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_CMD_LIST); return LIST; } YY_BREAK case 88: YY_RULE_SETUP #line 361 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_CMD_RESET); return RESET; } YY_BREAK case 89: YY_RULE_SETUP #line 362 "scanner.l" { return FLUSH; } YY_BREAK case 90: YY_RULE_SETUP #line 363 "scanner.l" { return RENAME; } YY_BREAK case 91: YY_RULE_SETUP #line 364 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_CMD_IMPORT); return IMPORT; } YY_BREAK case 92: YY_RULE_SETUP #line 365 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_CMD_EXPORT); return EXPORT; } YY_BREAK case 93: YY_RULE_SETUP #line 366 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_CMD_MONITOR); return MONITOR; } YY_BREAK case 94: YY_RULE_SETUP #line 367 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_CMD_DESTROY); return DESTROY; } YY_BREAK case 95: YY_RULE_SETUP #line 370 "scanner.l" { return POSITION; } YY_BREAK case 96: YY_RULE_SETUP #line 371 "scanner.l" { return INDEX; } YY_BREAK case 97: YY_RULE_SETUP #line 372 "scanner.l" { return COMMENT; } YY_BREAK case 98: YY_RULE_SETUP #line 374 "scanner.l" { return CONSTANT; } YY_BREAK case 99: YY_RULE_SETUP #line 375 "scanner.l" { return INTERVAL; } YY_BREAK case 100: YY_RULE_SETUP #line 376 "scanner.l" { return DYNAMIC; } YY_BREAK case 101: YY_RULE_SETUP #line 377 "scanner.l" { return AUTOMERGE; } YY_BREAK case 102: YY_RULE_SETUP #line 378 "scanner.l" { return TIMEOUT; } YY_BREAK case 103: YY_RULE_SETUP #line 379 "scanner.l" { return GC_INTERVAL; } YY_BREAK case 104: YY_RULE_SETUP #line 380 "scanner.l" { return ELEMENTS; } YY_BREAK case 105: YY_RULE_SETUP #line 381 "scanner.l" { return EXPIRES; } YY_BREAK case 106: YY_RULE_SETUP #line 383 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_POLICY); return POLICY; } YY_BREAK case 107: YY_RULE_SETUP #line 384 "scanner.l" { return SIZE; } YY_BREAK case 108: YY_RULE_SETUP #line 386 "scanner.l" { return PERFORMANCE; } YY_BREAK case 109: YY_RULE_SETUP #line 387 "scanner.l" { return MEMORY; } YY_BREAK case 110: YY_RULE_SETUP #line 390 "scanner.l" { return FLOW; } YY_BREAK case 111: YY_RULE_SETUP #line 391 "scanner.l" { return OFFLOAD; } YY_BREAK case 112: YY_RULE_SETUP #line 392 "scanner.l" { return METER; } YY_BREAK case 113: YY_RULE_SETUP #line 395 "scanner.l" { return METERS; } YY_BREAK case 114: YY_RULE_SETUP #line 396 "scanner.l" { return FLOWTABLES; } YY_BREAK case 115: YY_RULE_SETUP #line 397 "scanner.l" { return LIMITS; } YY_BREAK case 116: YY_RULE_SETUP #line 398 "scanner.l" { return MAPS; } YY_BREAK case 117: YY_RULE_SETUP #line 399 "scanner.l" { return SECMARKS; } YY_BREAK case 118: YY_RULE_SETUP #line 400 "scanner.l" { return SYNPROXYS; } YY_BREAK case 119: YY_RULE_SETUP #line 401 "scanner.l" { return HOOKS; } YY_BREAK case 120: YY_RULE_SETUP #line 404 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_COUNTER); return COUNTER; } YY_BREAK case 121: YY_RULE_SETUP #line 405 "scanner.l" { return NAME; } YY_BREAK case 122: YY_RULE_SETUP #line 406 "scanner.l" { return PACKETS; } YY_BREAK case 123: YY_RULE_SETUP #line 407 "scanner.l" { return BYTES; } YY_BREAK case 124: YY_RULE_SETUP #line 409 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_LAST); return LAST; } YY_BREAK case 125: YY_RULE_SETUP #line 411 "scanner.l" { return NEVER; } YY_BREAK case 126: YY_RULE_SETUP #line 415 "scanner.l" { return COUNTERS; } YY_BREAK case 127: YY_RULE_SETUP #line 416 "scanner.l" { return QUOTAS; } YY_BREAK case 128: YY_RULE_SETUP #line 417 "scanner.l" { return RULES; } YY_BREAK case 129: YY_RULE_SETUP #line 420 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_STMT_LOG); return LOG; } YY_BREAK case 130: YY_RULE_SETUP #line 421 "scanner.l" { return PREFIX; } YY_BREAK case 131: YY_RULE_SETUP #line 423 "scanner.l" { return SNAPLEN; } YY_BREAK case 132: YY_RULE_SETUP #line 424 "scanner.l" { return QUEUE_THRESHOLD; } YY_BREAK case 133: YY_RULE_SETUP #line 425 "scanner.l" { return LEVEL; } YY_BREAK case 134: YY_RULE_SETUP #line 426 "scanner.l" { return GROUP; } YY_BREAK case 135: YY_RULE_SETUP #line 429 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_QUEUE); return QUEUE;} YY_BREAK case 136: YY_RULE_SETUP #line 431 "scanner.l" { return QUEUENUM;} YY_BREAK case 137: YY_RULE_SETUP #line 432 "scanner.l" { return BYPASS;} YY_BREAK case 138: YY_RULE_SETUP #line 433 "scanner.l" { return FANOUT;} YY_BREAK case 139: YY_RULE_SETUP #line 435 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_LIMIT); return LIMIT; } YY_BREAK case 140: YY_RULE_SETUP #line 437 "scanner.l" { return RATE; } YY_BREAK case 141: YY_RULE_SETUP #line 438 "scanner.l" { return BURST; } YY_BREAK /* time_unit */ case 142: YY_RULE_SETUP #line 441 "scanner.l" { return SECOND; } YY_BREAK case 143: YY_RULE_SETUP #line 442 "scanner.l" { return MINUTE; } YY_BREAK case 144: YY_RULE_SETUP #line 443 "scanner.l" { return WEEK; } YY_BREAK case 145: YY_RULE_SETUP #line 445 "scanner.l" { return OVER; } YY_BREAK case 146: YY_RULE_SETUP #line 447 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_QUOTA); return QUOTA; } YY_BREAK case 147: YY_RULE_SETUP #line 449 "scanner.l" { return UNTIL; } YY_BREAK case 148: YY_RULE_SETUP #line 452 "scanner.l" { return USED; } YY_BREAK case 149: YY_RULE_SETUP #line 454 "scanner.l" { return HOUR; } YY_BREAK case 150: YY_RULE_SETUP #line 455 "scanner.l" { return DAY; } YY_BREAK case 151: YY_RULE_SETUP #line 457 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_STMT_REJECT); return _REJECT; } YY_BREAK case 152: YY_RULE_SETUP #line 459 "scanner.l" { return WITH; } YY_BREAK case 153: YY_RULE_SETUP #line 460 "scanner.l" { return ICMPX; } YY_BREAK case 154: YY_RULE_SETUP #line 463 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_STMT_NAT); return SNAT; } YY_BREAK case 155: YY_RULE_SETUP #line 464 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_STMT_NAT); return DNAT; } YY_BREAK case 156: YY_RULE_SETUP #line 465 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_STMT_NAT); return MASQUERADE; } YY_BREAK case 157: YY_RULE_SETUP #line 466 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_STMT_NAT); return REDIRECT; } YY_BREAK case 158: YY_RULE_SETUP #line 467 "scanner.l" { return RANDOM; } YY_BREAK case 159: YY_RULE_SETUP #line 469 "scanner.l" { return FULLY_RANDOM; } YY_BREAK case 160: YY_RULE_SETUP #line 470 "scanner.l" { return PERSISTENT; } YY_BREAK case 161: YY_RULE_SETUP #line 471 "scanner.l" { return PORT; } YY_BREAK case 162: YY_RULE_SETUP #line 475 "scanner.l" { return LL_HDR; } YY_BREAK case 163: YY_RULE_SETUP #line 476 "scanner.l" { return NETWORK_HDR; } YY_BREAK case 164: YY_RULE_SETUP #line 478 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_TH); return TRANSPORT_HDR; } YY_BREAK case 165: YY_RULE_SETUP #line 480 "scanner.l" { return BRIDGE; } YY_BREAK case 166: YY_RULE_SETUP #line 482 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_ETH); return ETHER; } YY_BREAK case 167: YY_RULE_SETUP #line 484 "scanner.l" { return SADDR; } YY_BREAK case 168: YY_RULE_SETUP #line 485 "scanner.l" { return DADDR; } YY_BREAK case 169: YY_RULE_SETUP #line 487 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_TYPE); return TYPE; } YY_BREAK case 170: YY_RULE_SETUP #line 488 "scanner.l" { return TYPEOF; } YY_BREAK case 171: YY_RULE_SETUP #line 490 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_VLAN); return VLAN; } YY_BREAK case 172: YY_RULE_SETUP #line 491 "scanner.l" { return ID; } YY_BREAK case 173: YY_RULE_SETUP #line 493 "scanner.l" { return CFI; } YY_BREAK case 174: YY_RULE_SETUP #line 494 "scanner.l" { return DEI; } YY_BREAK case 175: YY_RULE_SETUP #line 495 "scanner.l" { return PCP; } YY_BREAK case 176: YY_RULE_SETUP #line 497 "scanner.l" { yylval->string = xstrdup(yytext); return STRING; } YY_BREAK case 177: YY_RULE_SETUP #line 498 "scanner.l" { yylval->string = xstrdup(yytext); return STRING; } YY_BREAK case 178: YY_RULE_SETUP #line 500 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_ARP); return ARP; } YY_BREAK case 179: YY_RULE_SETUP #line 502 "scanner.l" { return HTYPE; } YY_BREAK case 180: YY_RULE_SETUP #line 503 "scanner.l" { return PTYPE; } YY_BREAK case 181: YY_RULE_SETUP #line 504 "scanner.l" { return HLEN; } YY_BREAK case 182: YY_RULE_SETUP #line 505 "scanner.l" { return PLEN; } YY_BREAK case 183: YY_RULE_SETUP #line 506 "scanner.l" { return OPERATION; } YY_BREAK case 184: YY_RULE_SETUP #line 509 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_IP); return IP; } YY_BREAK case 185: YY_RULE_SETUP #line 511 "scanner.l" { return HDRVERSION; } YY_BREAK case 186: YY_RULE_SETUP #line 514 "scanner.l" { return HDRLENGTH; } YY_BREAK case 187: YY_RULE_SETUP #line 517 "scanner.l" { return DSCP; } YY_BREAK case 188: YY_RULE_SETUP #line 519 "scanner.l" { return ECN; } YY_BREAK case 189: YY_RULE_SETUP #line 520 "scanner.l" { return LENGTH; } YY_BREAK case 190: YY_RULE_SETUP #line 522 "scanner.l" { return FRAG_OFF; } YY_BREAK case 191: YY_RULE_SETUP #line 525 "scanner.l" { return TTL; } YY_BREAK case 192: YY_RULE_SETUP #line 527 "scanner.l" { return PROTOCOL; } YY_BREAK case 193: YY_RULE_SETUP #line 529 "scanner.l" { return CHECKSUM; } YY_BREAK case 194: YY_RULE_SETUP #line 533 "scanner.l" { return LSRR; } YY_BREAK case 195: YY_RULE_SETUP #line 534 "scanner.l" { return RR; } YY_BREAK case 196: YY_RULE_SETUP #line 535 "scanner.l" { return SSRR; } YY_BREAK case 197: YY_RULE_SETUP #line 536 "scanner.l" { return RA; } YY_BREAK case 198: YY_RULE_SETUP #line 538 "scanner.l" { return PTR; } YY_BREAK case 199: YY_RULE_SETUP #line 539 "scanner.l" { return VALUE; } YY_BREAK case 200: YY_RULE_SETUP #line 541 "scanner.l" { return OPTION; } YY_BREAK case 201: YY_RULE_SETUP #line 542 "scanner.l" { return OPTIONS; } YY_BREAK /* tcp header fields */ case 202: YY_RULE_SETUP #line 547 "scanner.l" { return ACKSEQ; } YY_BREAK case 203: YY_RULE_SETUP #line 548 "scanner.l" { return DOFF; } YY_BREAK case 204: YY_RULE_SETUP #line 549 "scanner.l" { return WINDOW; } YY_BREAK case 205: YY_RULE_SETUP #line 550 "scanner.l" { return URGPTR; } YY_BREAK /* tcp option types */ case 206: YY_RULE_SETUP #line 553 "scanner.l" { return ECHO; } YY_BREAK case 207: YY_RULE_SETUP #line 554 "scanner.l" { return EOL; } YY_BREAK case 208: YY_RULE_SETUP #line 555 "scanner.l" { return MSS; } YY_BREAK case 209: YY_RULE_SETUP #line 556 "scanner.l" { return MSS; } YY_BREAK case 210: YY_RULE_SETUP #line 557 "scanner.l" { return NOP; } YY_BREAK case 211: YY_RULE_SETUP #line 558 "scanner.l" { return NOP; } YY_BREAK case 212: YY_RULE_SETUP #line 559 "scanner.l" { return SACK; } YY_BREAK case 213: YY_RULE_SETUP #line 560 "scanner.l" { return SACK0; } YY_BREAK case 214: YY_RULE_SETUP #line 561 "scanner.l" { return SACK1; } YY_BREAK case 215: YY_RULE_SETUP #line 562 "scanner.l" { return SACK2; } YY_BREAK case 216: YY_RULE_SETUP #line 563 "scanner.l" { return SACK3; } YY_BREAK case 217: YY_RULE_SETUP #line 564 "scanner.l" { return SACK_PERM; } YY_BREAK case 218: YY_RULE_SETUP #line 565 "scanner.l" { return SACK_PERM; } YY_BREAK case 219: YY_RULE_SETUP #line 566 "scanner.l" { return TIMESTAMP; } YY_BREAK case 220: YY_RULE_SETUP #line 567 "scanner.l" { return FASTOPEN; } YY_BREAK case 221: YY_RULE_SETUP #line 568 "scanner.l" { return MPTCP; } YY_BREAK case 222: YY_RULE_SETUP #line 569 "scanner.l" { return MD5SIG; } YY_BREAK /* tcp option fields */ case 223: YY_RULE_SETUP #line 572 "scanner.l" { return LEFT; } YY_BREAK case 224: YY_RULE_SETUP #line 573 "scanner.l" { return RIGHT; } YY_BREAK case 225: YY_RULE_SETUP #line 574 "scanner.l" { return COUNT; } YY_BREAK case 226: YY_RULE_SETUP #line 575 "scanner.l" { return TSVAL; } YY_BREAK case 227: YY_RULE_SETUP #line 576 "scanner.l" { return TSECR; } YY_BREAK case 228: YY_RULE_SETUP #line 577 "scanner.l" { return SUBTYPE; } YY_BREAK case 229: YY_RULE_SETUP #line 579 "scanner.l" { return OPTIONS; } YY_BREAK case 230: YY_RULE_SETUP #line 580 "scanner.l" { return OPTION; } YY_BREAK case 231: YY_RULE_SETUP #line 582 "scanner.l" { return TIME; } YY_BREAK case 232: YY_RULE_SETUP #line 584 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_ICMP); return ICMP; } YY_BREAK case 233: YY_RULE_SETUP #line 585 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_ICMP); return ICMP6; } YY_BREAK case 234: YY_RULE_SETUP #line 587 "scanner.l" { return GATEWAY; } YY_BREAK case 235: YY_RULE_SETUP #line 588 "scanner.l" { return CODE; } YY_BREAK case 236: YY_RULE_SETUP #line 589 "scanner.l" { return PPTR; } YY_BREAK case 237: YY_RULE_SETUP #line 590 "scanner.l" { return MAXDELAY; } YY_BREAK case 238: YY_RULE_SETUP #line 591 "scanner.l" { return MTU; } YY_BREAK case 239: YY_RULE_SETUP #line 592 "scanner.l" { return TADDR; } YY_BREAK case 240: YY_RULE_SETUP #line 593 "scanner.l" { return DADDR; } YY_BREAK case 241: YY_RULE_SETUP #line 596 "scanner.l" { return SEQUENCE; } YY_BREAK case 242: YY_RULE_SETUP #line 599 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_IGMP); return IGMP; } YY_BREAK case 243: YY_RULE_SETUP #line 601 "scanner.l" { return MRT; } YY_BREAK case 244: YY_RULE_SETUP #line 602 "scanner.l" { return GROUP; } YY_BREAK case 245: YY_RULE_SETUP #line 605 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_IP6); return IP6; } YY_BREAK case 246: YY_RULE_SETUP #line 606 "scanner.l" { return PRIORITY; } YY_BREAK case 247: YY_RULE_SETUP #line 608 "scanner.l" { return FLOWLABEL; } YY_BREAK case 248: YY_RULE_SETUP #line 609 "scanner.l" { return HOPLIMIT; } YY_BREAK case 249: YY_RULE_SETUP #line 612 "scanner.l" { return NEXTHDR; } YY_BREAK case 250: YY_RULE_SETUP #line 615 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_AH); return AH; } YY_BREAK case 251: YY_RULE_SETUP #line 617 "scanner.l" { return RESERVED; } YY_BREAK case 252: YY_RULE_SETUP #line 619 "scanner.l" { return SPI; } YY_BREAK case 253: YY_RULE_SETUP #line 621 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_ESP); return ESP; } YY_BREAK case 254: YY_RULE_SETUP #line 623 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_COMP); return COMP; } YY_BREAK case 255: YY_RULE_SETUP #line 625 "scanner.l" { return CPI; } YY_BREAK case 256: YY_RULE_SETUP #line 627 "scanner.l" { return FLAGS; } YY_BREAK case 257: YY_RULE_SETUP #line 629 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_UDP); return UDP; } YY_BREAK case 258: YY_RULE_SETUP #line 630 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_UDPLITE); return UDPLITE; } YY_BREAK case 259: YY_RULE_SETUP #line 632 "scanner.l" { return CSUMCOV; } YY_BREAK case 260: YY_RULE_SETUP #line 635 "scanner.l" { return SPORT; } YY_BREAK case 261: YY_RULE_SETUP #line 638 "scanner.l" { return DPORT; } YY_BREAK case 262: YY_RULE_SETUP #line 641 "scanner.l" { return OPTION; } YY_BREAK case 263: YY_RULE_SETUP #line 644 "scanner.l" { return VXLAN; } YY_BREAK case 264: YY_RULE_SETUP #line 645 "scanner.l" { return VNI; } YY_BREAK case 265: YY_RULE_SETUP #line 647 "scanner.l" { return GENEVE; } YY_BREAK case 266: YY_RULE_SETUP #line 649 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_GRE); return GRE; } YY_BREAK case 267: YY_RULE_SETUP #line 650 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_GRE); return GRETAP; } YY_BREAK case 268: YY_RULE_SETUP #line 652 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_TCP); return TCP; } YY_BREAK case 269: YY_RULE_SETUP #line 654 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_DCCP); return DCCP; } YY_BREAK case 270: YY_RULE_SETUP #line 656 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_SCTP); return SCTP; } YY_BREAK case 271: YY_RULE_SETUP #line 659 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_SCTP_CHUNK); return CHUNK; } YY_BREAK case 272: YY_RULE_SETUP #line 660 "scanner.l" { return VTAG; } YY_BREAK case 273: YY_RULE_SETUP #line 664 "scanner.l" { return DATA; } YY_BREAK case 274: YY_RULE_SETUP #line 665 "scanner.l" { return INIT; } YY_BREAK case 275: YY_RULE_SETUP #line 666 "scanner.l" { return INIT_ACK; } YY_BREAK case 276: YY_RULE_SETUP #line 667 "scanner.l" { return HEARTBEAT; } YY_BREAK case 277: YY_RULE_SETUP #line 668 "scanner.l" { return HEARTBEAT_ACK; } YY_BREAK case 278: YY_RULE_SETUP #line 669 "scanner.l" { return ABORT; } YY_BREAK case 279: YY_RULE_SETUP #line 670 "scanner.l" { return SHUTDOWN; } YY_BREAK case 280: YY_RULE_SETUP #line 671 "scanner.l" { return SHUTDOWN_ACK; } YY_BREAK case 281: YY_RULE_SETUP #line 672 "scanner.l" { return ERROR; } YY_BREAK case 282: YY_RULE_SETUP #line 673 "scanner.l" { return COOKIE_ECHO; } YY_BREAK case 283: YY_RULE_SETUP #line 674 "scanner.l" { return COOKIE_ACK; } YY_BREAK case 284: YY_RULE_SETUP #line 675 "scanner.l" { return ECNE; } YY_BREAK case 285: YY_RULE_SETUP #line 676 "scanner.l" { return CWR; } YY_BREAK case 286: YY_RULE_SETUP #line 677 "scanner.l" { return SHUTDOWN_COMPLETE; } YY_BREAK case 287: YY_RULE_SETUP #line 678 "scanner.l" { return ASCONF_ACK; } YY_BREAK case 288: YY_RULE_SETUP #line 679 "scanner.l" { return FORWARD_TSN; } YY_BREAK case 289: YY_RULE_SETUP #line 680 "scanner.l" { return ASCONF; } YY_BREAK case 290: YY_RULE_SETUP #line 682 "scanner.l" { return TSN; } YY_BREAK case 291: YY_RULE_SETUP #line 683 "scanner.l" { return SACK; } YY_BREAK case 292: YY_RULE_SETUP #line 684 "scanner.l" { return STREAM; } YY_BREAK case 293: YY_RULE_SETUP #line 685 "scanner.l" { return SSN; } YY_BREAK case 294: YY_RULE_SETUP #line 686 "scanner.l" { return PPID; } YY_BREAK case 295: YY_RULE_SETUP #line 687 "scanner.l" { return INIT_TAG; } YY_BREAK case 296: YY_RULE_SETUP #line 688 "scanner.l" { return A_RWND; } YY_BREAK case 297: YY_RULE_SETUP #line 689 "scanner.l" { return NUM_OSTREAMS; } YY_BREAK case 298: YY_RULE_SETUP #line 690 "scanner.l" { return NUM_ISTREAMS; } YY_BREAK case 299: YY_RULE_SETUP #line 691 "scanner.l" { return INIT_TSN; } YY_BREAK case 300: YY_RULE_SETUP #line 692 "scanner.l" { return CUM_TSN_ACK; } YY_BREAK case 301: YY_RULE_SETUP #line 693 "scanner.l" { return NUM_GACK_BLOCKS; } YY_BREAK case 302: YY_RULE_SETUP #line 694 "scanner.l" { return NUM_DUP_TSNS; } YY_BREAK case 303: YY_RULE_SETUP #line 695 "scanner.l" { return LOWEST_TSN; } YY_BREAK case 304: YY_RULE_SETUP #line 696 "scanner.l" { return SEQNO; } YY_BREAK case 305: YY_RULE_SETUP #line 697 "scanner.l" { return NEW_CUM_TSN; } YY_BREAK case 306: YY_RULE_SETUP #line 700 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_RT); return RT; } YY_BREAK case 307: YY_RULE_SETUP #line 701 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_RT); return RT0; } YY_BREAK case 308: YY_RULE_SETUP #line 702 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_RT); return RT2; } YY_BREAK case 309: YY_RULE_SETUP #line 703 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_RT); return RT4; } YY_BREAK case 310: YY_RULE_SETUP #line 704 "scanner.l" { return ADDR; } YY_BREAK case 311: YY_RULE_SETUP #line 706 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_HBH); return HBH; } YY_BREAK case 312: YY_RULE_SETUP #line 708 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_FRAG); return FRAG; } YY_BREAK case 313: YY_RULE_SETUP #line 710 "scanner.l" { return RESERVED2; } YY_BREAK case 314: YY_RULE_SETUP #line 711 "scanner.l" { return MORE_FRAGMENTS; } YY_BREAK case 315: YY_RULE_SETUP #line 714 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_DST); return DST; } YY_BREAK case 316: YY_RULE_SETUP #line 716 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_MH); return MH; } YY_BREAK case 317: YY_RULE_SETUP #line 718 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_META); return META; } YY_BREAK case 318: YY_RULE_SETUP #line 719 "scanner.l" { return MARK; } YY_BREAK case 319: YY_RULE_SETUP #line 720 "scanner.l" { return IIF; } YY_BREAK case 320: YY_RULE_SETUP #line 721 "scanner.l" { return IIFNAME; } YY_BREAK case 321: YY_RULE_SETUP #line 722 "scanner.l" { return IIFTYPE; } YY_BREAK case 322: YY_RULE_SETUP #line 723 "scanner.l" { return OIF; } YY_BREAK case 323: YY_RULE_SETUP #line 724 "scanner.l" { return OIFNAME; } YY_BREAK case 324: YY_RULE_SETUP #line 725 "scanner.l" { return OIFTYPE; } YY_BREAK case 325: YY_RULE_SETUP #line 726 "scanner.l" { return SKUID; } YY_BREAK case 326: YY_RULE_SETUP #line 727 "scanner.l" { return SKGID; } YY_BREAK case 327: YY_RULE_SETUP #line 728 "scanner.l" { return NFTRACE; } YY_BREAK case 328: YY_RULE_SETUP #line 729 "scanner.l" { return RTCLASSID; } YY_BREAK case 329: YY_RULE_SETUP #line 730 "scanner.l" { return IBRIPORT; } YY_BREAK case 330: YY_RULE_SETUP #line 731 "scanner.l" { return IBRIDGENAME; } YY_BREAK case 331: YY_RULE_SETUP #line 732 "scanner.l" { return OBRIPORT; } YY_BREAK case 332: YY_RULE_SETUP #line 733 "scanner.l" { return OBRIDGENAME; } YY_BREAK case 333: YY_RULE_SETUP #line 734 "scanner.l" { return PKTTYPE; } YY_BREAK case 334: YY_RULE_SETUP #line 735 "scanner.l" { return CPU; } YY_BREAK case 335: YY_RULE_SETUP #line 736 "scanner.l" { return IIFGROUP; } YY_BREAK case 336: YY_RULE_SETUP #line 737 "scanner.l" { return OIFGROUP; } YY_BREAK case 337: YY_RULE_SETUP #line 738 "scanner.l" { return CGROUP; } YY_BREAK case 338: YY_RULE_SETUP #line 741 "scanner.l" { return NEXTHOP; } YY_BREAK case 339: YY_RULE_SETUP #line 742 "scanner.l" { return SEG_LEFT; } YY_BREAK case 340: YY_RULE_SETUP #line 743 "scanner.l" { return MTU; } YY_BREAK case 341: YY_RULE_SETUP #line 744 "scanner.l" { return LAST_ENT; } YY_BREAK case 342: YY_RULE_SETUP #line 745 "scanner.l" { return TAG; } YY_BREAK case 343: YY_RULE_SETUP #line 746 "scanner.l" { return SID; } YY_BREAK case 344: YY_RULE_SETUP #line 749 "scanner.l" { return CLASSID; } YY_BREAK case 345: YY_RULE_SETUP #line 752 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_CT); return CT; } YY_BREAK case 346: YY_RULE_SETUP #line 754 "scanner.l" { return AVGPKT; } YY_BREAK case 347: YY_RULE_SETUP #line 755 "scanner.l" { return L3PROTOCOL; } YY_BREAK case 348: YY_RULE_SETUP #line 756 "scanner.l" { return PROTO_SRC; } YY_BREAK case 349: YY_RULE_SETUP #line 757 "scanner.l" { return PROTO_DST; } YY_BREAK case 350: YY_RULE_SETUP #line 758 "scanner.l" { return ZONE; } YY_BREAK case 351: YY_RULE_SETUP #line 759 "scanner.l" { return ORIGINAL; } YY_BREAK case 352: YY_RULE_SETUP #line 760 "scanner.l" { return REPLY; } YY_BREAK case 353: YY_RULE_SETUP #line 761 "scanner.l" { return DIRECTION; } YY_BREAK case 354: YY_RULE_SETUP #line 762 "scanner.l" { return EVENT; } YY_BREAK case 355: YY_RULE_SETUP #line 763 "scanner.l" { return EXPECTATION; } YY_BREAK case 356: YY_RULE_SETUP #line 764 "scanner.l" { return EXPIRATION; } YY_BREAK case 357: YY_RULE_SETUP #line 765 "scanner.l" { return HELPER; } YY_BREAK case 358: YY_RULE_SETUP #line 766 "scanner.l" { return HELPERS; } YY_BREAK case 359: YY_RULE_SETUP #line 767 "scanner.l" { return LABEL; } YY_BREAK case 360: YY_RULE_SETUP #line 768 "scanner.l" { return STATE; } YY_BREAK case 361: YY_RULE_SETUP #line 769 "scanner.l" { return STATUS; } YY_BREAK case 362: YY_RULE_SETUP #line 770 "scanner.l" { return COUNT; } YY_BREAK case 363: YY_RULE_SETUP #line 773 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_NUMGEN); return NUMGEN; } YY_BREAK case 364: YY_RULE_SETUP #line 775 "scanner.l" { return INC; } YY_BREAK case 365: YY_RULE_SETUP #line 778 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_HASH); return JHASH; } YY_BREAK case 366: YY_RULE_SETUP #line 779 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_HASH); return SYMHASH; } YY_BREAK case 367: YY_RULE_SETUP #line 782 "scanner.l" { return SEED; } YY_BREAK case 368: YY_RULE_SETUP #line 785 "scanner.l" { return MOD; } YY_BREAK case 369: YY_RULE_SETUP #line 786 "scanner.l" { return OFFSET; } YY_BREAK case 370: YY_RULE_SETUP #line 788 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_STMT_DUP); return DUP; } YY_BREAK case 371: YY_RULE_SETUP #line 789 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_STMT_FWD); return FWD; } YY_BREAK case 372: YY_RULE_SETUP #line 791 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_FIB); return FIB; } YY_BREAK case 373: YY_RULE_SETUP #line 793 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_OSF); return OSF; } YY_BREAK case 374: YY_RULE_SETUP #line 795 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_STMT_SYNPROXY); return SYNPROXY; } YY_BREAK case 375: YY_RULE_SETUP #line 797 "scanner.l" { return WSCALE; } YY_BREAK case 376: YY_RULE_SETUP #line 798 "scanner.l" { return MSS; } YY_BREAK case 377: YY_RULE_SETUP #line 799 "scanner.l" { return MSS; } YY_BREAK case 378: YY_RULE_SETUP #line 800 "scanner.l" { return TIMESTAMP; } YY_BREAK case 379: YY_RULE_SETUP #line 801 "scanner.l" { return SACK_PERM; } YY_BREAK case 380: YY_RULE_SETUP #line 802 "scanner.l" { return SACK_PERM; } YY_BREAK case 381: YY_RULE_SETUP #line 805 "scanner.l" { return NOTRACK; } YY_BREAK case 382: YY_RULE_SETUP #line 807 "scanner.l" { return ALL; } YY_BREAK case 383: YY_RULE_SETUP #line 810 "scanner.l" { return XML; } YY_BREAK case 384: YY_RULE_SETUP #line 811 "scanner.l" { return JSON; } YY_BREAK case 385: YY_RULE_SETUP #line 812 "scanner.l" { return VM; } YY_BREAK case 386: YY_RULE_SETUP #line 815 "scanner.l" { return EXISTS; } YY_BREAK case 387: YY_RULE_SETUP #line 816 "scanner.l" { return MISSING; } YY_BREAK case 388: YY_RULE_SETUP #line 818 "scanner.l" { return EXTHDR; } YY_BREAK case 389: YY_RULE_SETUP #line 820 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_IPSEC); return IPSEC; } YY_BREAK case 390: YY_RULE_SETUP #line 822 "scanner.l" { return REQID; } YY_BREAK case 391: YY_RULE_SETUP #line 823 "scanner.l" { return SPNUM; } YY_BREAK case 392: YY_RULE_SETUP #line 825 "scanner.l" { return IN; } YY_BREAK case 393: YY_RULE_SETUP #line 826 "scanner.l" { return OUT; } YY_BREAK case 394: YY_RULE_SETUP #line 829 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_SECMARK); return SECMARK; } YY_BREAK case 395: YY_RULE_SETUP #line 831 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_XT); return XT; } YY_BREAK case 396: YY_RULE_SETUP #line 833 "scanner.l" { yylval->string = xstrdup(yytext); return STRING; } YY_BREAK case 397: YY_RULE_SETUP #line 838 "scanner.l" { yytext[yyleng - 1] = '\0'; yylval->string = xstrdup(yytext + 1); return STRING; } YY_BREAK case 398: YY_RULE_SETUP #line 844 "scanner.l" { yylval->string = xstrdup(yytext); return STRING; } YY_BREAK case 399: YY_RULE_SETUP #line 849 "scanner.l" { errno = 0; yylval->val = strtoull(yytext, NULL, 16); if (errno != 0) { yylval->string = xstrdup(yytext); return STRING; } return NUM; } YY_BREAK case 400: YY_RULE_SETUP #line 859 "scanner.l" { int base = yytext[0] == '0' ? 8 : 10; char *end; errno = 0; yylval->val = strtoull(yytext, &end, base); if (errno != 0 || *end) { yylval->string = xstrdup(yytext); return STRING; } return NUM; } YY_BREAK case 401: /* rule 401 can match eol */ *yy_cp = yyg->yy_hold_char; /* undo effects of setting up yytext */ YY_LINENO_REWIND_TO(yy_cp - 1); yyg->yy_c_buf_p = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 872 "scanner.l" { yylval->string = xstrdup(yytext); return STRING; } YY_BREAK case 402: /* rule 402 can match eol */ YY_RULE_SETUP #line 877 "scanner.l" { yytext[yyleng - 1] = '\0'; yylval->string = xstrdup(yytext + 1); return QUOTED_STRING; } YY_BREAK case 403: YY_RULE_SETUP #line 883 "scanner.l" { yylval->string = xstrdup(yytext); return ASTERISK_STRING; } YY_BREAK case 404: YY_RULE_SETUP #line 888 "scanner.l" { yylval->string = xstrdup(yytext); return STRING; } YY_BREAK case 405: /* rule 405 can match eol */ YY_RULE_SETUP #line 893 "scanner.l" { reset_pos(yyget_extra(yyscanner), yylloc); } YY_BREAK case 406: /* rule 406 can match eol */ YY_RULE_SETUP #line 897 "scanner.l" { reset_pos(yyget_extra(yyscanner), yylloc); return NEWLINE; } YY_BREAK case 407: YY_RULE_SETUP #line 902 "scanner.l" YY_BREAK case 408: YY_RULE_SETUP #line 903 "scanner.l" YY_BREAK case 409: /* rule 409 can match eol */ YY_RULE_SETUP #line 904 "scanner.l" { reset_pos(yyget_extra(yyscanner), yylloc); } YY_BREAK case 410: *yy_cp = yyg->yy_hold_char; /* undo effects of setting up yytext */ yyg->yy_c_buf_p = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 907 "scanner.l" YY_BREAK case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(SCANSTATE_ARP): case YY_STATE_EOF(SCANSTATE_AT): case YY_STATE_EOF(SCANSTATE_CT): case YY_STATE_EOF(SCANSTATE_COUNTER): case YY_STATE_EOF(SCANSTATE_ETH): case YY_STATE_EOF(SCANSTATE_GRE): case YY_STATE_EOF(SCANSTATE_ICMP): case YY_STATE_EOF(SCANSTATE_IGMP): case YY_STATE_EOF(SCANSTATE_IP): case YY_STATE_EOF(SCANSTATE_IP6): case YY_STATE_EOF(SCANSTATE_LAST): case YY_STATE_EOF(SCANSTATE_LIMIT): case YY_STATE_EOF(SCANSTATE_META): case YY_STATE_EOF(SCANSTATE_POLICY): case YY_STATE_EOF(SCANSTATE_QUOTA): case YY_STATE_EOF(SCANSTATE_SCTP): case YY_STATE_EOF(SCANSTATE_SECMARK): case YY_STATE_EOF(SCANSTATE_TCP): case YY_STATE_EOF(SCANSTATE_TYPE): case YY_STATE_EOF(SCANSTATE_VLAN): case YY_STATE_EOF(SCANSTATE_XT): case YY_STATE_EOF(SCANSTATE_CMD_DESTROY): case YY_STATE_EOF(SCANSTATE_CMD_EXPORT): case YY_STATE_EOF(SCANSTATE_CMD_IMPORT): case YY_STATE_EOF(SCANSTATE_CMD_LIST): case YY_STATE_EOF(SCANSTATE_CMD_MONITOR): case YY_STATE_EOF(SCANSTATE_CMD_RESET): case YY_STATE_EOF(SCANSTATE_EXPR_AH): case YY_STATE_EOF(SCANSTATE_EXPR_COMP): case YY_STATE_EOF(SCANSTATE_EXPR_DCCP): case YY_STATE_EOF(SCANSTATE_EXPR_DST): case YY_STATE_EOF(SCANSTATE_EXPR_ESP): case YY_STATE_EOF(SCANSTATE_EXPR_FIB): case YY_STATE_EOF(SCANSTATE_EXPR_FRAG): case YY_STATE_EOF(SCANSTATE_EXPR_HASH): case YY_STATE_EOF(SCANSTATE_EXPR_HBH): case YY_STATE_EOF(SCANSTATE_EXPR_IPSEC): case YY_STATE_EOF(SCANSTATE_EXPR_MH): case YY_STATE_EOF(SCANSTATE_EXPR_NUMGEN): case YY_STATE_EOF(SCANSTATE_EXPR_OSF): case YY_STATE_EOF(SCANSTATE_EXPR_QUEUE): case YY_STATE_EOF(SCANSTATE_EXPR_RT): case YY_STATE_EOF(SCANSTATE_EXPR_SCTP_CHUNK): case YY_STATE_EOF(SCANSTATE_EXPR_SOCKET): case YY_STATE_EOF(SCANSTATE_EXPR_TH): case YY_STATE_EOF(SCANSTATE_EXPR_UDP): case YY_STATE_EOF(SCANSTATE_EXPR_UDPLITE): case YY_STATE_EOF(SCANSTATE_STMT_DUP): case YY_STATE_EOF(SCANSTATE_STMT_FWD): case YY_STATE_EOF(SCANSTATE_STMT_LOG): case YY_STATE_EOF(SCANSTATE_STMT_NAT): case YY_STATE_EOF(SCANSTATE_STMT_REJECT): case YY_STATE_EOF(SCANSTATE_STMT_SYNPROXY): case YY_STATE_EOF(SCANSTATE_STMT_TPROXY): #line 909 "scanner.l" { update_pos(yyget_extra(yyscanner), yylloc, 1); scanner_pop_buffer(yyscanner); if (YY_CURRENT_BUFFER == NULL) return TOKEN_EOF; } YY_BREAK case 411: YY_RULE_SETUP #line 916 "scanner.l" { return JUNK; } YY_BREAK case 412: YY_RULE_SETUP #line 918 "scanner.l" YY_FATAL_ERROR( "flex scanner jammed" ); YY_BREAK #line 6781 "scanner.c" 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; /* %if-c-only */ YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; /* %endif */ /* %if-c++-only */ /* %endif */ 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 { /* %% [14.0] code to do back-up for compressed tables and set up yy_cp goes here */ 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 */ /* %ok-for-header */ /* %if-c++-only */ /* %not-for-header */ /* %ok-for-header */ /* %endif */ /* 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 */ /* %if-c-only */ static int yy_get_next_buffer (yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { 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. */ /* just a shorter name for the current buffer */ YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE; int yy_c_buf_p_offset = (int) (yyg->yy_c_buf_p - b->yy_ch_buf); if ( b->yy_is_our_buffer ) { int new_size = b->yy_buf_size * 2; if ( new_size <= 0 ) b->yy_buf_size += b->yy_buf_size / 8; else b->yy_buf_size *= 2; b->yy_ch_buf = (char *) /* Include room in for 2 EOB chars. */ yyrealloc( (void *) b->yy_ch_buf, (yy_size_t) (b->yy_buf_size + 2) , yyscanner ); } else /* Can't grow it, we don't own it. */ b->yy_ch_buf = NULL; if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "fatal error - scanner input buffer overflow" ); yyg->yy_c_buf_p = &b->yy_ch_buf[yy_c_buf_p_offset]; num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; } 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 */ /* %if-c-only */ /* %not-for-header */ static yy_state_type yy_get_previous_state (yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { yy_state_type yy_current_state; char *yy_cp; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* %% [15.0] code to get the start state into yy_current_state goes here */ yy_current_state = yyg->yy_start; yy_current_state += YY_AT_BOL(); for ( yy_cp = yyg->yytext_ptr + YY_MORE_ADJ; yy_cp < yyg->yy_c_buf_p; ++yy_cp ) { /* %% [16.0] code to find the next state goes here */ YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); if ( yy_accept[yy_current_state] ) { yyg->yy_last_accepting_state = yy_current_state; yyg->yy_last_accepting_cpos = 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 >= 2383 ) yy_c = yy_meta[yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; } 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 ); */ /* %if-c-only */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { int yy_is_jam; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* This var may be unused depending upon options. */ /* %% [17.0] code to find the next state, and perhaps do backing up, goes here */ char *yy_cp = yyg->yy_c_buf_p; YY_CHAR yy_c = 1; if ( yy_accept[yy_current_state] ) { yyg->yy_last_accepting_state = yy_current_state; yyg->yy_last_accepting_cpos = 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 >= 2383 ) yy_c = yy_meta[yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; yy_is_jam = (yy_current_state == 2382); (void)yyg; return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT /* %if-c-only */ /* %endif */ #endif /* %if-c-only */ #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (yyscan_t yyscanner) #else static int input (yyscan_t yyscanner) #endif /* %endif */ /* %if-c++-only */ /* %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; /* %% [19.0] update BOL and yylineno */ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); if ( YY_CURRENT_BUFFER_LVALUE->yy_at_bol ) do{ yylineno++; yycolumn=0; }while(0) ; return c; } /* %if-c-only */ #endif /* ifndef YY_NO_INPUT */ /* %endif */ /** 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 . */ /* %if-c-only */ void yyrestart (FILE * input_file , yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { 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 ); } /* %if-c++-only */ /* %endif */ /** Switch to a different input buffer. * @param new_buffer The new input buffer. * @param yyscanner The scanner object. */ /* %if-c-only */ void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { 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; } /* %if-c-only */ static void yy_load_buffer_state (yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { 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; /* %if-c-only */ yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; /* %endif */ /* %if-c++-only */ /* %endif */ 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. */ /* %if-c-only */ YY_BUFFER_STATE yy_create_buffer (FILE * file, int size , yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { 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; } /* %if-c++-only */ /* %endif */ /** Destroy the buffer. * @param b a buffer created with yy_create_buffer() * @param yyscanner The scanner object. */ /* %if-c-only */ void yy_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { 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. */ /* %if-c-only */ static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { int oerrno = errno; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yy_flush_buffer( b , yyscanner); /* %if-c-only */ b->yy_input_file = file; /* %endif */ /* %if-c++-only */ /* %endif */ 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; } /* %if-c-only */ b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; /* %endif */ /* %if-c++-only */ /* %endif */ 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. */ /* %if-c-only */ void yy_flush_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { 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 ); } /* %if-c-or-c++ */ /** 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. */ /* %if-c-only */ void yypush_buffer_state (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { 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; } /* %endif */ /* %if-c-or-c++ */ /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * @param yyscanner The scanner object. */ /* %if-c-only */ void yypop_buffer_state (yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { 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; } } /* %endif */ /* %if-c-or-c++ */ /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ /* %if-c-only */ static void yyensure_buffer_stack (yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { 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; } } /* %endif */ /* %if-c-only */ /** 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; } /* %endif */ /* %if-c-only */ /** 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); } /* %endif */ /* %if-c-only */ /** 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; } /* %endif */ /* %if-c-only */ static void yy_push_state (int _new_state , yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { 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); } /* %if-c-only */ static void yy_pop_state (yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { 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]); } /* %if-c-only */ static int yy_top_state (yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { 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 /* %if-c-only */ 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 ); } /* %endif */ /* %if-c++-only */ /* %endif */ /* 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. */ /* %if-c-only */ /* %if-reentrant */ /** 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; } /* %endif */ /** 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; } /* %if-reentrant */ /** 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 ; } /* %endif */ /** 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 ; } /* %endif */ /* %if-reentrant */ /* Accessor methods for yylval and yylloc */ /* %if-bison-bridge */ 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; } /* %endif */ /* 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 ); } /* %endif if-c-only */ /* %if-c-only */ 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; /* 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; } /* %endif */ /* %if-c-only SNIP! this currently causes conflicts with the c++ scanner */ /* 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; /* 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); /* %if-reentrant */ /* Destroy the main struct (reentrant only). */ yyfree ( yyscanner , yyscanner ); yyscanner = NULL; /* %endif */ return 0; } /* %endif */ /* * 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 */ } /* %if-tables-serialization definitions */ /* %define-yytables The name for this specific scanner's tables. */ #define YYTABLES_NAME "yytables" /* %endif */ /* %ok-for-header */ #line 918 "scanner.l" static void scanner_push_indesc(struct parser_state *state, struct input_descriptor *indesc) { if (!state->indesc) list_add_tail(&indesc->list, &state->indesc_list); else list_add(&indesc->list, &state->indesc->list); state->indesc = indesc; } static void scanner_pop_indesc(struct parser_state *state) { if (!list_is_first(&state->indesc->list, &state->indesc_list)) { state->indesc = list_entry(state->indesc->list.prev, struct input_descriptor, list); } else { state->indesc = NULL; } } static void scanner_pop_buffer(yyscan_t scanner) { struct parser_state *state = yyget_extra(scanner); yypop_buffer_state(scanner); scanner_pop_indesc(state); } static void scanner_push_file(struct nft_ctx *nft, void *scanner, FILE *f, const char *filename, const struct location *loc, const struct input_descriptor *parent_indesc) { struct parser_state *state = yyget_extra(scanner); struct input_descriptor *indesc; YY_BUFFER_STATE b; b = yy_create_buffer(f, YY_BUF_SIZE, scanner); yypush_buffer_state(b, scanner); indesc = xzalloc(sizeof(struct input_descriptor)); if (loc != NULL) indesc->location = *loc; indesc->type = INDESC_FILE; indesc->name = xstrdup(filename); indesc->f = f; if (!parent_indesc) { indesc->depth = 1; } else { indesc->depth = parent_indesc->depth + 1; } init_pos(indesc); scanner_push_indesc(state, indesc); } enum nft_include_type { NFT_INCLUDE, NFT_CMDLINE, }; static bool __is_useable(unsigned int type, enum nft_include_type t) { type &= S_IFMT; switch (type) { case S_IFREG: return true; case S_IFIFO: return t == NFT_CMDLINE; /* disallow include /path/to/fifo */ default: break; } return false; } /* need to use stat() to, fopen() will block for named fifos */ static bool filename_is_useable(const char *name) { struct stat sb; int err; err = stat(name, &sb); if (err) return false; return __is_useable(sb.st_mode, NFT_INCLUDE); } static bool fp_is_useable(FILE *fp, enum nft_include_type t) { int fd = fileno(fp); struct stat sb; int err; if (fd < 0) return false; err = fstat(fd, &sb); if (err < 0) return false; return __is_useable(sb.st_mode, t); } static int include_file(struct nft_ctx *nft, void *scanner, const char *filename, const struct location *loc, const struct input_descriptor *parent_indesc, enum nft_include_type includetype) { struct parser_state *state = yyget_extra(scanner); struct error_record *erec; FILE *f; if (parent_indesc && parent_indesc->depth == MAX_INCLUDE_DEPTH) { erec = error(loc, "Include nested too deeply, max %u levels", MAX_INCLUDE_DEPTH); goto err; } if (includetype == NFT_INCLUDE && !filename_is_useable(filename)) { erec = error(loc, "Not a regular file: \"%s\"\n", filename); goto err; } f = fopen(filename, "r"); if (f == NULL) { erec = error(loc, "Could not open file \"%s\": %s\n", filename, strerror(errno)); goto err; } if (!fp_is_useable(f, includetype)) { fclose(f); erec = error(loc, "Not a regular file: \"%s\"\n", filename); goto err; } scanner_push_file(nft, scanner, f, filename, loc, parent_indesc); return 0; err: erec_queue(erec, state->msgs); return -1; } static int include_glob(struct nft_ctx *nft, void *scanner, const char *pattern, const struct location *loc) { struct parser_state *state = yyget_extra(scanner); struct input_descriptor *indesc = state->indesc; struct error_record *erec = NULL; bool wildcard = false; glob_t glob_data; unsigned int i; int flags = 0; int ret; char *p; /* This function can return four meaningful values: * * -1 means that there was an error. * 0 means that a single non-wildcard match was done. * 1 means that there are no wildcards in the pattern and the * search can continue. * 2 means that there are wildcards in the pattern and the search * can continue. * * The diffrence is needed, because there is a semantic difference * between patterns with wildcards and no wildcards. Not finding a * non-wildcard file is an error but not finding any matches for a * wildcard pattern is not. */ /* There shouldn't be a need to use escape characters in include paths. */ flags |= GLOB_NOESCAPE; /* Mark directories so we can filter them out (also links). */ flags |= GLOB_MARK; /* If there is no match, glob() doesn't set GLOB_MAGCHAR even if there * are wildcard characters in the pattern. We need to look for (luckily * well-known and not likely to change) magic characters ourselves. In a * perfect world, we could use glob() itself to figure out if there are * wildcards in the pattern. */ p = (char *)pattern; while (*p) { if (*p == '*' || *p == '?' || *p == '[') { wildcard = true; break; } p++; } ret = glob(pattern, flags, NULL, &glob_data); if (ret == 0) { char *path; int len; /* reverse alphabetical order due to stack */ for (i = glob_data.gl_pathc; i > 0; i--) { path = glob_data.gl_pathv[i-1]; /* ignore directories */ len = strlen(path); if (len == 0 || path[len - 1] == '/') continue; ret = include_file(nft, scanner, path, loc, indesc, NFT_INCLUDE); if (ret != 0) goto err; } globfree(&glob_data); /* If no wildcards and we found the file, stop the search (with * 0). In case of wildcards we need to still continue the * search, because other matches might be in other include * directories. We handled the case with a non-wildcard pattern * and no matches already before. */ return wildcard ? 2 : 0; } else if (ret == GLOB_NOMATCH) { globfree(&glob_data); /* We need to tell the caller whether wildcards were used in * case of no match, because the semantics for handling the * cases are different. */ return wildcard ? 2 : 1; } erec = error(loc, "Failed to glob the pattern %s", pattern); /* intentional fall through */ err: if (erec) erec_queue(erec, state->msgs); globfree(&glob_data); return -1; } int scanner_read_file(struct nft_ctx *nft, const char *filename, const struct location *loc) { return include_file(nft, nft->scanner, filename, loc, NULL, NFT_CMDLINE); } static bool search_in_include_path(const char *filename) { return (strncmp(filename, "./", strlen("./")) != 0 && strncmp(filename, "../", strlen("../")) != 0 && filename[0] != '/'); } int scanner_include_file(struct nft_ctx *nft, void *scanner, const char *filename, const struct location *loc) { struct parser_state *state = yyget_extra(scanner); struct error_record *erec; char buf[PATH_MAX]; unsigned int i; int ret = -1; if (search_in_include_path(filename)) { for (i = 0; i < nft->num_include_paths; i++) { ret = snprintf(buf, sizeof(buf), "%s/%s", nft->include_paths[i], filename); if (ret < 0 || ret >= PATH_MAX) { erec = error(loc, "Too long file path \"%s/%s\"\n", nft->include_paths[i], filename); erec_queue(erec, state->msgs); return -1; } ret = include_glob(nft, scanner, buf, loc); /* error was already handled */ if (ret == -1) return -1; /* no wildcards and file was processed: break early. */ if (ret == 0) return 0; /* else 1 (no wildcards) or 2 (wildcards): keep * searching. */ } } else { /* an absolute path (starts with '/') */ ret = include_glob(nft, scanner, filename, loc); } /* handle the case where no file was found */ if (ret == -1) return -1; else if (ret == 0 || ret == 2) return 0; /* 1 means an error, because there are no more include directories to * search, and the pattern does not have wildcard characters. */ erec = error(loc, "File not found: %s", filename); erec_queue(erec, state->msgs); return -1; } void scanner_push_buffer(void *scanner, const struct input_descriptor *indesc, const char *buffer) { struct parser_state *state = yyget_extra(scanner); struct input_descriptor *new_indesc; YY_BUFFER_STATE b; new_indesc = xzalloc(sizeof(struct input_descriptor)); memcpy(new_indesc, indesc, sizeof(*new_indesc)); new_indesc->data = buffer; new_indesc->name = xstrdup(indesc->name); scanner_push_indesc(state, new_indesc); b = yy_scan_string(buffer, scanner); assert(b != NULL); init_pos(state->indesc); } void *scanner_init(struct parser_state *state) { yyscan_t scanner; yylex_init_extra(state, &scanner); yyset_out(NULL, scanner); state->startcond_active = xzalloc_array(__SC_MAX, sizeof(*state->startcond_active)); return scanner; } static void input_descriptor_destroy(const struct input_descriptor *indesc) { if (indesc->name) xfree(indesc->name); xfree(indesc); } static void input_descriptor_list_destroy(struct parser_state *state) { struct input_descriptor *indesc, *next; list_for_each_entry_safe(indesc, next, &state->indesc_list, list) { if (indesc->f) { fclose(indesc->f); indesc->f = NULL; } list_del(&indesc->list); input_descriptor_destroy(indesc); } } void scanner_destroy(struct nft_ctx *nft) { struct parser_state *state = yyget_extra(nft->scanner); input_descriptor_list_destroy(state); xfree(state->startcond_active); yylex_destroy(nft->scanner); } static void scanner_push_start_cond(void *scanner, enum startcond_type type) { struct parser_state *state = yyget_extra(scanner); state->startcond_type = type; state->startcond_active[type]++; yy_push_state((int)type, scanner); } void scanner_pop_start_cond(void *scanner, enum startcond_type t) { struct parser_state *state = yyget_extra(scanner); state->startcond_active[t]--; if (state->startcond_type != t) { state->flex_state_pop++; return; /* Can't pop just yet! */ } while (state->flex_state_pop) { state->flex_state_pop--; state->startcond_type = yy_top_state(scanner); yy_pop_state(scanner); t = state->startcond_type; if (state->startcond_active[t]) return; } state->startcond_type = yy_top_state(scanner); yy_pop_state(scanner); }