Files
create/src/App/lex.ExpressionParser.c
2018-12-23 11:03:02 -02:00

7587 lines
362 KiB
C
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#line 2 "lex.ExpressionParser.c"
#line 4 "lex.ExpressionParser.c"
#define YY_INT_ALIGNED short int
/* A lexical scanner generated by flex */
#define yy_create_buffer ExpressionParser_create_buffer
#define yy_delete_buffer ExpressionParser_delete_buffer
#define yy_scan_buffer ExpressionParser_scan_buffer
#define yy_scan_string ExpressionParser_scan_string
#define yy_scan_bytes ExpressionParser_scan_bytes
#define yy_init_buffer ExpressionParser_init_buffer
#define yy_flush_buffer ExpressionParser_flush_buffer
#define yy_load_buffer_state ExpressionParser_load_buffer_state
#define yy_switch_to_buffer ExpressionParser_switch_to_buffer
#define yypush_buffer_state ExpressionParserpush_buffer_state
#define yypop_buffer_state ExpressionParserpop_buffer_state
#define yyensure_buffer_stack ExpressionParserensure_buffer_stack
#define yy_flex_debug ExpressionParser_flex_debug
#define yyin ExpressionParserin
#define yyleng ExpressionParserleng
#define yylex ExpressionParserlex
#define yylineno ExpressionParserlineno
#define yyout ExpressionParserout
#define yyrestart ExpressionParserrestart
#define yytext ExpressionParsertext
#define yywrap ExpressionParserwrap
#define yyalloc ExpressionParseralloc
#define yyrealloc ExpressionParserrealloc
#define yyfree ExpressionParserfree
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 6
#define YY_FLEX_SUBMINOR_VERSION 4
#if YY_FLEX_SUBMINOR_VERSION > 0
#define FLEX_BETA
#endif
#ifdef yy_create_buffer
#define ExpressionParser_create_buffer_ALREADY_DEFINED
#else
#define yy_create_buffer ExpressionParser_create_buffer
#endif
#ifdef yy_delete_buffer
#define ExpressionParser_delete_buffer_ALREADY_DEFINED
#else
#define yy_delete_buffer ExpressionParser_delete_buffer
#endif
#ifdef yy_scan_buffer
#define ExpressionParser_scan_buffer_ALREADY_DEFINED
#else
#define yy_scan_buffer ExpressionParser_scan_buffer
#endif
#ifdef yy_scan_string
#define ExpressionParser_scan_string_ALREADY_DEFINED
#else
#define yy_scan_string ExpressionParser_scan_string
#endif
#ifdef yy_scan_bytes
#define ExpressionParser_scan_bytes_ALREADY_DEFINED
#else
#define yy_scan_bytes ExpressionParser_scan_bytes
#endif
#ifdef yy_init_buffer
#define ExpressionParser_init_buffer_ALREADY_DEFINED
#else
#define yy_init_buffer ExpressionParser_init_buffer
#endif
#ifdef yy_flush_buffer
#define ExpressionParser_flush_buffer_ALREADY_DEFINED
#else
#define yy_flush_buffer ExpressionParser_flush_buffer
#endif
#ifdef yy_load_buffer_state
#define ExpressionParser_load_buffer_state_ALREADY_DEFINED
#else
#define yy_load_buffer_state ExpressionParser_load_buffer_state
#endif
#ifdef yy_switch_to_buffer
#define ExpressionParser_switch_to_buffer_ALREADY_DEFINED
#else
#define yy_switch_to_buffer ExpressionParser_switch_to_buffer
#endif
#ifdef yypush_buffer_state
#define ExpressionParserpush_buffer_state_ALREADY_DEFINED
#else
#define yypush_buffer_state ExpressionParserpush_buffer_state
#endif
#ifdef yypop_buffer_state
#define ExpressionParserpop_buffer_state_ALREADY_DEFINED
#else
#define yypop_buffer_state ExpressionParserpop_buffer_state
#endif
#ifdef yyensure_buffer_stack
#define ExpressionParserensure_buffer_stack_ALREADY_DEFINED
#else
#define yyensure_buffer_stack ExpressionParserensure_buffer_stack
#endif
#ifdef yylex
#define ExpressionParserlex_ALREADY_DEFINED
#else
#define yylex ExpressionParserlex
#endif
#ifdef yyrestart
#define ExpressionParserrestart_ALREADY_DEFINED
#else
#define yyrestart ExpressionParserrestart
#endif
#ifdef yylex_init
#define ExpressionParserlex_init_ALREADY_DEFINED
#else
#define yylex_init ExpressionParserlex_init
#endif
#ifdef yylex_init_extra
#define ExpressionParserlex_init_extra_ALREADY_DEFINED
#else
#define yylex_init_extra ExpressionParserlex_init_extra
#endif
#ifdef yylex_destroy
#define ExpressionParserlex_destroy_ALREADY_DEFINED
#else
#define yylex_destroy ExpressionParserlex_destroy
#endif
#ifdef yyget_debug
#define ExpressionParserget_debug_ALREADY_DEFINED
#else
#define yyget_debug ExpressionParserget_debug
#endif
#ifdef yyset_debug
#define ExpressionParserset_debug_ALREADY_DEFINED
#else
#define yyset_debug ExpressionParserset_debug
#endif
#ifdef yyget_extra
#define ExpressionParserget_extra_ALREADY_DEFINED
#else
#define yyget_extra ExpressionParserget_extra
#endif
#ifdef yyset_extra
#define ExpressionParserset_extra_ALREADY_DEFINED
#else
#define yyset_extra ExpressionParserset_extra
#endif
#ifdef yyget_in
#define ExpressionParserget_in_ALREADY_DEFINED
#else
#define yyget_in ExpressionParserget_in
#endif
#ifdef yyset_in
#define ExpressionParserset_in_ALREADY_DEFINED
#else
#define yyset_in ExpressionParserset_in
#endif
#ifdef yyget_out
#define ExpressionParserget_out_ALREADY_DEFINED
#else
#define yyget_out ExpressionParserget_out
#endif
#ifdef yyset_out
#define ExpressionParserset_out_ALREADY_DEFINED
#else
#define yyset_out ExpressionParserset_out
#endif
#ifdef yyget_leng
#define ExpressionParserget_leng_ALREADY_DEFINED
#else
#define yyget_leng ExpressionParserget_leng
#endif
#ifdef yyget_text
#define ExpressionParserget_text_ALREADY_DEFINED
#else
#define yyget_text ExpressionParserget_text
#endif
#ifdef yyget_lineno
#define ExpressionParserget_lineno_ALREADY_DEFINED
#else
#define yyget_lineno ExpressionParserget_lineno
#endif
#ifdef yyset_lineno
#define ExpressionParserset_lineno_ALREADY_DEFINED
#else
#define yyset_lineno ExpressionParserset_lineno
#endif
#ifdef yywrap
#define ExpressionParserwrap_ALREADY_DEFINED
#else
#define yywrap ExpressionParserwrap
#endif
#ifdef yyalloc
#define ExpressionParseralloc_ALREADY_DEFINED
#else
#define yyalloc ExpressionParseralloc
#endif
#ifdef yyrealloc
#define ExpressionParserrealloc_ALREADY_DEFINED
#else
#define yyrealloc ExpressionParserrealloc
#endif
#ifdef yyfree
#define ExpressionParserfree_ALREADY_DEFINED
#else
#define yyfree ExpressionParserfree
#endif
#ifdef yytext
#define ExpressionParsertext_ALREADY_DEFINED
#else
#define yytext ExpressionParsertext
#endif
#ifdef yyleng
#define ExpressionParserleng_ALREADY_DEFINED
#else
#define yyleng ExpressionParserleng
#endif
#ifdef yyin
#define ExpressionParserin_ALREADY_DEFINED
#else
#define yyin ExpressionParserin
#endif
#ifdef yyout
#define ExpressionParserout_ALREADY_DEFINED
#else
#define yyout ExpressionParserout
#endif
#ifdef yy_flex_debug
#define ExpressionParser_flex_debug_ALREADY_DEFINED
#else
#define yy_flex_debug ExpressionParser_flex_debug
#endif
#ifdef yylineno
#define ExpressionParserlineno_ALREADY_DEFINED
#else
#define yylineno ExpressionParserlineno
#endif
/* First, we deal with platform-specific or compiler-specific issues. */
/* begin standard C headers. */
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
/* end standard C headers. */
/* flex integer type definitions */
#ifndef FLEXINT_H
#define FLEXINT_H
/* C99 systems have <inttypes.h>. 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 <inttypes.h>
typedef int8_t flex_int8_t;
typedef uint8_t flex_uint8_t;
typedef int16_t flex_int16_t;
typedef uint16_t flex_uint16_t;
typedef int32_t flex_int32_t;
typedef uint32_t flex_uint32_t;
#else
typedef signed char flex_int8_t;
typedef short int flex_int16_t;
typedef int flex_int32_t;
typedef unsigned char flex_uint8_t;
typedef unsigned short int flex_uint16_t;
typedef unsigned int flex_uint32_t;
/* Limits of integral types. */
#ifndef INT8_MIN
#define INT8_MIN (-128)
#endif
#ifndef INT16_MIN
#define INT16_MIN (-32767-1)
#endif
#ifndef INT32_MIN
#define INT32_MIN (-2147483647-1)
#endif
#ifndef INT8_MAX
#define INT8_MAX (127)
#endif
#ifndef INT16_MAX
#define INT16_MAX (32767)
#endif
#ifndef INT32_MAX
#define INT32_MAX (2147483647)
#endif
#ifndef UINT8_MAX
#define UINT8_MAX (255U)
#endif
#ifndef UINT16_MAX
#define UINT16_MAX (65535U)
#endif
#ifndef UINT32_MAX
#define UINT32_MAX (4294967295U)
#endif
#ifndef SIZE_MAX
#define SIZE_MAX (~(size_t)0)
#endif
#endif /* ! C99 */
#endif /* ! FLEXINT_H */
/* begin standard C++ headers. */
/* TODO: this is always defined, so inline it */
#define yyconst const
#if defined(__GNUC__) && __GNUC__ >= 3
#define yynoreturn __attribute__((__noreturn__))
#else
#define yynoreturn
#endif
/* Returned upon end-of-file. */
#define YY_NULL 0
/* Promotes a possibly negative, possibly signed char to an
* integer in range [0..255] for use as an array index.
*/
#define YY_SC_TO_UI(c) ((YY_CHAR) (c))
/* Enter a start condition. This macro really ought to take a parameter,
* but we do it the disgusting crufty way forced on us by the ()-less
* definition of BEGIN.
*/
#define BEGIN (yy_start) = 1 + 2 *
/* Translate the current start state into a value that can be later handed
* to BEGIN to return to the state. The YYSTATE alias is for lex
* compatibility.
*/
#define YY_START (((yy_start) - 1) / 2)
#define YYSTATE YY_START
/* Action number for EOF rule of a given start state. */
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
/* Special action meaning "start processing a new file". */
#define YY_NEW_FILE yyrestart( yyin )
#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
extern int yyleng;
extern FILE *yyin, *yyout;
#define EOB_ACT_CONTINUE_SCAN 0
#define EOB_ACT_END_OF_FILE 1
#define EOB_ACT_LAST_MATCH 2
#define YY_LESS_LINENO(n)
#define YY_LINENO_REWIND_TO(ptr)
/* 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 = (yy_hold_char); \
YY_RESTORE_YY_MORE_OFFSET \
(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
YY_DO_BEFORE_ACTION; /* set up yytext again */ \
} \
while ( 0 )
#define unput(c) yyunput( c, (yytext_ptr) )
#ifndef YY_STRUCT_YY_BUFFER_STATE
#define YY_STRUCT_YY_BUFFER_STATE
struct yy_buffer_state
{
FILE *yy_input_file;
char *yy_ch_buf; /* input buffer */
char *yy_buf_pos; /* current position in input buffer */
/* Size of input buffer in bytes, not including room for EOB
* characters.
*/
int yy_buf_size;
/* Number of characters read into yy_ch_buf, not including EOB
* characters.
*/
int yy_n_chars;
/* Whether we "own" the buffer - i.e., we know we created it,
* and can realloc() it to grow it, and should free() it to
* delete it.
*/
int yy_is_our_buffer;
/* Whether this is an "interactive" input source; if so, and
* if we're using stdio for input, then we want to use getc()
* instead of fread(), to make sure we stop fetching input after
* each newline.
*/
int yy_is_interactive;
/* Whether we're considered to be at the beginning of a line.
* If so, '^' rules will be active on the next match, otherwise
* not.
*/
int yy_at_bol;
int yy_bs_lineno; /**< The line count. */
int yy_bs_column; /**< The column count. */
/* Whether to try to fill the input buffer when we reach the
* end of it.
*/
int yy_fill_buffer;
int yy_buffer_status;
#define YY_BUFFER_NEW 0
#define YY_BUFFER_NORMAL 1
/* When an EOF's been seen but there's still some text to process
* then we mark the buffer as YY_EOF_PENDING, to indicate that we
* shouldn't try reading from the input source any more. We might
* still have a bunch of tokens to match, though, because of
* possible backing-up.
*
* When we actually see the EOF, we change the status to "new"
* (via yyrestart()), so that the user can continue scanning by
* just pointing yyin at a new input file.
*/
#define YY_BUFFER_EOF_PENDING 2
};
#endif /* !YY_STRUCT_YY_BUFFER_STATE */
/* Stack of input buffers. */
static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
/* We provide macros for accessing buffer states in case in the
* future we want to put the buffer states in a more general
* "scanner state".
*
* Returns the top of the stack, or NULL.
*/
#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
? (yy_buffer_stack)[(yy_buffer_stack_top)] \
: NULL)
/* Same as previous macro, but useful when we know that the buffer stack is not
* NULL or when we need an lvalue. For internal use only.
*/
#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
/* yy_hold_char holds the character lost when yytext is formed. */
static char yy_hold_char;
static int yy_n_chars; /* number of characters read into yy_ch_buf */
int yyleng;
/* Points to current character in buffer. */
static char *yy_c_buf_p = NULL;
static int yy_init = 0; /* whether we need to initialize */
static int yy_start = 0; /* start state number */
/* Flag which is used to allow yywrap()'s to do buffer switches
* instead of setting up a fresh yyin. A bit of a hack ...
*/
static int yy_did_buffer_switch_on_eof;
void yyrestart ( FILE *input_file );
void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
void yy_delete_buffer ( YY_BUFFER_STATE b );
void yy_flush_buffer ( YY_BUFFER_STATE b );
void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
void yypop_buffer_state ( void );
static void yyensure_buffer_stack ( void );
static void yy_load_buffer_state ( void );
static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file );
#define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER )
YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size );
YY_BUFFER_STATE yy_scan_string ( const char *yy_str );
YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len );
void *yyalloc ( yy_size_t );
void *yyrealloc ( void *, yy_size_t );
void yyfree ( void * );
#define yy_new_buffer yy_create_buffer
#define yy_set_interactive(is_interactive) \
{ \
if ( ! YY_CURRENT_BUFFER ){ \
yyensure_buffer_stack (); \
YY_CURRENT_BUFFER_LVALUE = \
yy_create_buffer( yyin, YY_BUF_SIZE ); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
}
#define yy_set_bol(at_bol) \
{ \
if ( ! YY_CURRENT_BUFFER ){\
yyensure_buffer_stack (); \
YY_CURRENT_BUFFER_LVALUE = \
yy_create_buffer( yyin, YY_BUF_SIZE ); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
}
#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
#define ExpressionParserwrap() (/*CONSTCOND*/1)
#define YY_SKIP_YYWRAP
typedef flex_uint8_t YY_CHAR;
FILE *yyin = NULL, *yyout = NULL;
typedef int yy_state_type;
extern int yylineno;
int yylineno = 1;
extern char *yytext;
#ifdef yytext_ptr
#undef yytext_ptr
#endif
#define yytext_ptr yytext
static yy_state_type yy_get_previous_state ( void );
static yy_state_type yy_try_NUL_trans ( yy_state_type current_state );
static int yy_get_next_buffer ( void );
static void yynoreturn yy_fatal_error ( const char* msg );
/* Done after the current pattern has been matched and before the
* corresponding action - sets up yytext.
*/
#define YY_DO_BEFORE_ACTION \
(yytext_ptr) = yy_bp; \
yyleng = (int) (yy_cp - yy_bp); \
(yy_hold_char) = *yy_cp; \
*yy_cp = '\0'; \
(yy_c_buf_p) = yy_cp;
#define YY_NUM_RULES 95
#define YY_END_OF_BUFFER 96
/* 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[2212] =
{ 0,
0, 0, 96, 95, 1, 2, 95, 42, 4, 95,
44, 4, 11, 4, 87, 8, 4, 7, 31, 94,
94, 94, 71, 35, 80, 55, 94, 82, 94, 94,
69, 94, 94, 89, 94, 25, 30, 94, 94, 21,
19, 94, 94, 94, 94, 28, 27, 94, 94, 95,
95, 95, 95, 95, 95, 95, 95, 95, 95, 95,
95, 95, 95, 95, 95, 95, 95, 95, 95, 95,
95, 95, 95, 95, 95, 95, 95, 95, 95, 95,
95, 95, 95, 95, 95, 95, 95, 95, 95, 95,
95, 95, 95, 95, 1, 6, 0, 85, 84, 0,
0, 87, 0, 0, 10, 5, 9, 0, 0, 93,
94, 94, 94, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 74,
94, 34, 57, 94, 72, 59, 94, 70, 75, 40,
17, 94, 94, 18, 43, 94, 41, 33, 56, 94,
26, 20, 94, 49, 32, 36, 58, 94, 24, 48,
16, 94, 13, 51, 88, 94, 94, 52, 94, 38,
94, 22, 14, 47, 94, 76, 94, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 92,
0, 0, 0, 0, 86, 0, 0, 0, 91, 94,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 94, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
62, 61, 94, 73, 53, 77, 79, 60, 68, 54,
50, 94, 46, 29, 39, 67, 78, 94, 94, 37,
94, 23, 15, 94, 94, 94, 94, 81, 83, 94,
12, 94, 94, 94, 94, 94, 94, 94, 94, 94,
94, 94, 94, 94, 94, 94, 94, 94, 94, 94,
94, 94, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 90, 0, 0, 85,
0, 84, 3, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 94, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 94, 94, 94,
94, 94, 94, 94, 94, 94, 94, 94, 94, 94,
94, 94, 94, 94, 94, 94, 94, 94, 94, 94,
94, 94, 94, 94, 94, 94, 94, 94, 94, 94,
94, 94, 94, 94, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 63, 94, 45, 94, 94, 94, 94, 94,
94, 0, 0, 0, 0, 94, 94, 94, 94, 94,
94, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 94, 94,
94, 94, 94, 94, 64, 65, 94, 94, 94, 66,
0
} ;
static const YY_CHAR yy_ec[256] =
{ 0,
1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
1, 1, 1, 1, 1, 4, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 5, 6, 7, 8, 9, 1, 1, 10, 11,
8, 8, 12, 13, 14, 15, 8, 16, 16, 16,
16, 16, 16, 16, 16, 16, 16, 8, 8, 17,
18, 19, 8, 8, 20, 21, 22, 21, 23, 21,
24, 21, 21, 25, 26, 21, 27, 28, 21, 29,
21, 21, 30, 31, 21, 32, 33, 21, 21, 21,
8, 34, 8, 8, 35, 1, 36, 37, 38, 39,
40, 41, 42, 43, 44, 21, 45, 46, 47, 48,
49, 50, 21, 51, 52, 53, 54, 21, 55, 21,
56, 57, 8, 1, 8, 1, 1, 58, 59, 60,
61, 62, 63, 64, 65, 66, 67, 68, 69, 70,
71, 72, 73, 74, 75, 76, 77, 78, 79, 80,
81, 82, 83, 84, 85, 86, 87, 88, 89, 90,
91, 92, 93, 94, 95, 96, 97, 98, 99, 100,
101, 102, 103, 104, 105, 106, 107, 108, 109, 110,
111, 112, 113, 114, 115, 116, 117, 118, 119, 120,
121, 1, 1, 122, 123, 124, 125, 126, 127, 128,
129, 130, 131, 132, 133, 134, 135, 136, 137, 138,
139, 140, 141, 142, 143, 144, 145, 146, 147, 148,
149, 150, 151, 152, 153, 154, 155, 156, 157, 158,
159, 160, 161, 162, 163, 164, 165, 1, 166, 167,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1
} ;
static const YY_CHAR yy_meta[168] =
{ 0,
1, 1, 2, 1, 1, 1, 1, 1, 3, 1,
1, 1, 1, 1, 1, 4, 1, 1, 1, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
5, 5, 5, 1, 1, 5, 5, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 6, 7, 8,
9, 10, 11, 12, 13, 14, 15, 16, 17, 18,
19, 20, 21, 22, 23, 24, 25, 26, 27, 28,
29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48,
49, 50, 51, 52, 53, 54, 55, 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
} ;
static const flex_int16_t yy_base[2356] =
{ 0,
0, 0, 4638,19600, 166,19600, 4615,19600,19600, 0,
19600, 4615,19600, 4614, 157, 157, 4609, 4608, 196, 0,
4581, 4583, 0, 0, 149, 4564, 4572, 0, 4552, 4580,
4477, 137, 139, 0, 4427, 4426, 0, 4426, 161, 4434,
234, 4395, 4370, 139, 4382, 4355, 4353, 162, 4355, 95,
0, 101, 174, 175, 176, 177, 178, 180, 306, 188,
324, 190, 186, 198, 348, 199, 204, 336, 369, 0,
0, 0, 201, 0, 360, 377, 0, 382, 409, 472,
536, 593, 657, 721, 785, 849, 913, 977, 1041, 1105,
1169, 1233, 1229, 396, 194,19600, 178, 252, 456, 4376,
4371, 462, 258, 196,19600,19600,19600, 262, 4369,19600,
1349, 471, 0, 1307, 0, 203, 288, 323, 361, 378,
492, 499, 1459, 0, 1322, 1477, 516, 504, 526, 1510,
527, 553, 1368, 1534, 1296, 1385, 1597, 549, 1661, 1705,
1551, 1737, 1788, 1815, 1879, 1942, 1999, 2063, 2127, 2191,
2255, 2319, 2383, 2447, 2511, 2575, 2639, 2635, 407, 2755,
4348, 0, 0, 4339, 0, 0, 4271, 4268, 0, 0,
0, 4266, 4274, 0, 0, 4249, 0, 0, 0, 4255,
0, 0, 4232, 222, 0, 0, 0, 4221, 0, 267,
0, 4223, 0, 0, 0, 3996, 3986, 0, 3968, 0,
3963, 0, 0, 0, 2804,19600, 1536, 2756, 1798, 1534,
2793, 0, 2868, 1935, 2892, 1471, 2905, 1494, 552, 1924,
0, 3914, 1346, 1329, 2898, 2899, 2870, 2902, 2947, 1586,
2924, 1725, 0, 2986, 3929, 2974, 1761, 0, 0, 0,
3024, 3050, 3060, 3070, 3080, 3090, 3100, 3116, 3133, 3172,
0, 3194, 3169, 0, 3923, 3913, 3912, 3906, 3900, 3898,
3897, 3886, 353, 1804, 3190, 0, 1909, 1933, 520, 0,
1336, 2955, 256, 0, 0, 2739, 3006, 3239, 3271, 3841,
2010, 3217, 3292, 3209, 3001, 3282, 3120, 3876, 3874, 3868,
3867, 3852, 3851, 3837, 3298, 3334, 2877, 3369, 282, 281,
3385, 0, 3146, 377, 3801, 3420, 522, 3769, 3432, 3261,
3334, 3473, 3506, 3767, 3386, 0, 3482, 1296, 1460, 3785,
0, 3506, 3530, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 3557, 0, 0,
0, 0, 0, 0, 3567, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 3587, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 3609, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 3634, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3113, 0, 3698, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 3711, 3724, 0, 0, 0, 0, 0, 3693, 543,
3718, 3750, 0, 3769, 3733, 2931, 3267, 3773, 3465, 3815,
0, 3800, 3849, 1266, 3862, 3783, 3899, 3945, 2677, 1273,
0, 0, 0, 0, 0, 0, 0, 0, 3993, 4057,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 4087, 4151, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3196, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 4142, 3895, 0, 0, 0, 0,
0, 531, 0, 0, 0, 1481, 4140, 4204, 0, 0,
0, 0, 544, 1512, 1335, 4220, 4192, 0, 1532, 0,
4256, 3717, 4292, 112, 4316, 3704, 1944, 1583, 3569, 3565,
1435, 1531, 2749, 3564, 3553, 375, 3499, 3513, 3498, 4408,
4360, 0, 3804, 0, 0, 4392, 4386, 4299, 2983, 0,
4518, 4545, 4608, 4671, 4728, 4792, 4820, 3446, 0, 4396,
3543, 4884, 1737, 4444, 4947, 5011, 5055, 4528, 5087, 5138,
5165, 5229, 5292, 5349, 5413, 5441, 3961, 5561, 5671, 1798,
4869, 0, 5717, 5781, 4679, 5845, 5510, 5903, 4202, 5957,
3422, 4308, 3075, 5574, 5963, 6004, 6019, 5143, 6029, 6071,
6124, 6188, 6103, 4920, 4492, 6240, 4300, 6237, 3523, 3426,
6258, 6321, 6383, 6040, 0, 0, 0, 0, 0, 4682,
6406, 3336, 2848, 6470, 5307, 6381, 0, 3431, 3427, 3419,
3399, 3387, 3383, 3368, 3366, 3087, 3813, 6497, 3896, 4665,
6509, 6573, 5582, 4518, 5272, 6402, 6600, 5293, 5816, 6664,
6086, 6670, 6734, 3962, 6797, 6823, 6856, 5114, 6916, 6678,
3356, 3322, 3319, 6942, 3208, 3193, 3176, 3172, 4309, 6958,
5121, 7006, 5869, 7068, 0, 0, 5149, 6272, 0, 0,
7055, 6647, 7119, 7139, 2669, 3110, 7152, 5035, 7179, 7208,
7272, 3103, 7331, 0, 6143, 1786, 4234, 3146, 7379, 7291,
6728, 7403, 7443, 7419, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 7470, 0,
0, 0, 0, 0, 0, 6772, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 7490, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 7512, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 7537, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 3985, 0, 7038, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 7248, 7601, 0, 0, 0, 0, 6824, 7570,
1611, 7627, 7133, 0, 6980, 6476, 7642, 7440, 7649, 7713,
7773, 7776, 7658, 7821, 7755, 7881, 7859, 6851, 7912, 0,
7941, 0, 0, 0, 0, 0, 0, 0, 0, 7999,
8063, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 8093, 8157, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 5876, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 7786, 6444, 0, 0, 0,
0, 0, 1644, 0, 0, 3091, 2776, 8134, 8198, 0,
0, 0, 0, 1780, 2777, 1934, 8214, 0, 7906, 0,
3264, 8211, 8213, 3044, 8272, 3354, 8301, 3012, 2923, 1913,
8393, 0, 3046, 0, 0, 0, 0, 0, 0, 0,
0, 3030, 0, 0, 0, 0, 0, 3022, 2998, 0,
2966, 0, 0, 8319, 0, 0, 0,19600,19600, 0,
19600, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 2899, 2952, 2860, 2884, 2845, 2873, 2863, 2755,
2775, 3272, 2725, 2704, 5552, 8501, 2744, 2542, 2160, 2024,
2016, 1971,19600, 8538, 8429, 8575, 8562, 8610, 8601, 8565,
8639, 6022, 8655, 3067, 8675, 0, 8693, 5967, 8720, 8770,
8756, 3862, 8793, 8510, 8857, 8815, 8905, 0, 8931, 8936,
6502, 5352, 0, 8877, 8972, 8998, 0, 4288, 9046, 9066,
9009, 9083, 0, 6608, 9146, 9150, 9198, 9219, 6220, 9243,
9245, 6258, 6300, 9037, 1783, 9272, 9305, 9320, 0, 0,
9334, 9359, 6414, 7015, 9391, 9423, 0, 9282, 9456, 7224,
9516, 9495, 9557, 9563, 0, 3145, 6962, 9677, 9787, 3422,
0, 9833, 9897, 6614, 9961, 9626,10019, 5858,10073, 4205,
9668, 3463,10121,10124,10172, 7874, 9687,10194,10236,10289,
10353,10215,10405, 9674,10431,10280,10438, 6736, 1830,10420,
10502,10564,10596, 6759, 8298,10644,10708,10079,10725,10758,
7311,10822,10826,10853,10917, 7079,10980,10632,11001, 7687,
9658,11061, 0, 4645,11040,11125,11184, 2754,10268, 5955,
11207,11267,10833,11321,11381,10138, 2873,11444,10907,11271,
10159, 8287,11393, 1744, 0, 8880,11507,11599,11525, 0,
11551, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 1662, 1670, 218, 2915, 2873, 3775,
1679, 1518, 2815, 1529, 1498, 2951, 1471, 4307, 2946, 3078,
3056, 1350, 3168, 1362, 5117, 1293, 1309, 3329, 1293, 3250,
6020,11707, 0, 1301, 0, 1292, 1094, 0, 0, 0,
0, 712, 548, 522, 432, 0, 0, 0, 0, 0,
0, 367, 383, 3030, 3797, 386, 311, 3137, 343, 3280,
303, 5507, 3441, 3278, 3096, 248, 3285, 7113, 0, 0,
0, 0, 0, 0, 0, 0, 257, 0, 0, 0,
19600, 180,11822,11870,11889,11953,12017,12081, 3997,12136,
12200,12264,12327,12362,12422,12468,12529,12586,12648,12696,
12760,12824,12850,12914,12932,12996,13011,13062,13125,13189,
13248,13312,13376,13440,13504,13568,13632,13696,13760,13824,
13888,13952,14016,14080,14124,14185,14249,14313,14377,14441,
14505,14531,14561, 4034,14625,14689,14737,14756,14820,14884,
14948,14998,15061,15096,15160,15152,15216,15278,15341,15403,
15467,15528,15591,15655,15697,15755,15792,15834,15881,15940,
15972,16036,16063,16127,16191,16255,16319,16383,16447,16511,
16575,16639,16703,16767,16831,16895,16959,17003,17064,17119,
17157,17221,17285,17349,17413,17477,17503,17566,17596, 455,
17651,17697,17758,17815,17877,17941,18005,18069,18103,18167,
18198,18260,18324,18388,18442,18503,18566,18558,18622,18684,
18747,18809,18873,18934,18998,19040,19088,19130,19179,19241,
19305,19369,19430,19485,19548
} ;
static const flex_int16_t yy_def[2356] =
{ 0,
2211, 1, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2212,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 19,
19, 19, 19, 19, 19, 19, 19, 19, 19, 19,
19, 19, 19, 19, 19, 19, 19, 19, 19, 19,
19, 19, 19, 19, 19, 19, 19, 19, 19, 2211,
2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2211, 2211,
2213, 2213, 2213, 2213, 61, 2213, 2213, 2213, 2211, 2214,
2215, 2216, 2213, 2217, 2214, 61, 2218, 2214, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2219, 2211, 2211, 2211,
2211, 2211, 2211, 2220, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 111, 111, 2211, 2221, 2221, 2221, 2221, 2221, 2221,
2221, 2221, 2211, 2222, 2222, 2221, 2221, 2221, 2221, 2221,
2221, 2221, 2221, 2222, 2223, 2224, 2211, 2221, 2211, 2224,
126, 2223, 142, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
160, 160, 160, 160, 160, 160, 160, 160, 160, 160,
160, 160, 160, 160, 160, 160, 160, 160, 160, 160,
160, 160, 160, 160, 160, 160, 160, 160, 160, 160,
160, 160, 160, 160, 160, 160, 160, 160, 160, 160,
160, 160, 160, 160, 160, 2211, 205, 2211, 2211, 2211,
2225, 2226, 2225, 2211, 213, 2211, 213, 2211, 213, 2211,
2227, 2211, 2225, 2211, 2225, 2211, 2225, 2211, 2225, 2211,
2225, 2211, 2228, 2211, 2211, 231, 2211, 2229, 2230, 2231,
2231, 241, 241, 241, 241, 241, 241, 241, 241, 241,
2232, 2231, 2229, 2233, 2233, 2233, 2233, 2233, 2233, 2233,
2233, 2233, 2233, 2233, 2233, 2234, 2234, 265, 2211, 2235,
268, 2233, 268, 2236, 2237, 268, 2211, 2233, 2211, 2211,
268, 2211, 2236, 2236, 2236, 2235, 2211, 2233, 2233, 2233,
2233, 2233, 2233, 2233, 2233, 2233, 2233, 296, 2211, 2211,
2211, 2238, 2211, 2211, 2211, 2238, 306, 306, 306, 306,
309, 306, 311, 2211, 2211, 2239, 2239, 2239, 2239, 2239,
2240, 2211, 2239, 2241, 2241, 2241, 2241, 2241, 2241, 2241,
2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241,
2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241,
2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241,
2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241,
2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2243, 2243,
2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243,
2243, 2243, 2243, 2244, 2244, 2244, 2244, 2244, 2244, 2244,
2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244,
2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244,
2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244,
2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244,
2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244,
2244, 2244, 2244, 2244, 2244, 2244, 2244, 2245, 2245, 2245,
2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245,
2245, 2245, 2245, 2246, 2246, 2246, 2246, 2246, 2246, 2246,
2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246,
2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246,
2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246,
2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246,
2246, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247,
2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247,
2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247,
2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247,
2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2248, 2248,
2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248,
2248, 2248, 2248, 2248, 2248, 2249, 2249, 2249, 2249, 2249,
2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249,
2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249,
2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249,
2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249,
2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249,
2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2250,
2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250,
2250, 2250, 2250, 2251, 2251, 2251, 2251, 2251, 2251, 2251,
2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251,
2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251,
2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251,
2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251,
2252, 2252, 2211, 2253, 2253, 2253, 2253, 2253, 2253, 2253,
2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253,
2253, 2211, 2253, 2253, 2253, 2253, 2253, 2254, 2253, 2253,
779, 773, 2253, 779, 2211, 781, 779, 779, 2211, 773,
2255, 779, 2211, 781, 2255, 2253, 2211, 2253, 781, 781,
2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2211, 809,
810, 810, 810, 810, 810, 810, 2256, 2256, 2256, 2256,
2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256,
2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256,
2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256,
2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256,
2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256,
2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256,
2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257,
2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257,
2257, 2257, 2257, 2211, 904, 905, 905, 905, 905, 905,
905, 905, 905, 905, 905, 905, 905, 905, 905, 905,
905, 905, 905, 905, 905, 905, 905, 905, 905, 905,
905, 905, 905, 905, 905, 905, 905, 905, 905, 905,
905, 905, 905, 905, 2258, 2258, 2258, 2258, 2258, 2258,
2258, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259,
2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259,
2259, 2259, 2259, 2259, 2259, 2259, 2260, 2260, 2260, 2260,
2260, 2260, 2260, 2261, 2262, 2260, 2260, 2262, 2260, 2260,
2260, 2260, 2260, 988, 2260, 2211, 2211, 2260, 2260, 2263,
2260, 2260, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2264, 2211, 2211, 2211, 2211, 2265, 2211, 2265, 2211, 2211,
2211, 2266, 2211, 2267, 2268, 2269, 2270, 2267, 2266, 2271,
2271, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2272, 2272,
2266, 2272, 2273, 2274, 2211, 2211, 2274, 2266, 2273, 1049,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2275,
2211, 2276, 2211, 2211, 2277, 2211, 2277, 2211, 1067, 2211,
1067, 1066, 2278, 2211, 1067, 1070, 1067, 1070, 1067, 1078,
1067, 2211, 1081, 2211, 2279, 2211, 2280, 1083, 2281, 2211,
2282, 2211, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282,
2282, 2282, 2282, 2211, 2282, 2282, 2283, 2283, 2283, 2283,
2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2284, 2284,
2283, 2211, 2285, 1118, 2283, 1118, 1121, 2286, 1121, 2211,
2283, 1127, 2211, 1121, 2211, 1127, 1127, 1137, 2283, 2287,
2283, 2283, 2283, 2287, 2283, 2283, 2283, 2283, 2283, 2283,
2283, 1150, 2211, 2211, 2288, 2289, 2290, 2211, 2291, 2292,
2211, 2211, 2211, 2289, 1164, 1164, 1164, 1164, 1167, 1164,
2211, 2211, 2211, 2293, 2293, 2293, 2293, 2293, 2293, 2211,
2211, 2211, 2211, 2293, 2294, 2294, 2294, 2294, 2294, 2294,
2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294,
2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294,
2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294,
2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294,
2294, 2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295,
2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295,
2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295,
2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295,
2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295, 2296,
2296, 2296, 2296, 2296, 2296, 2296, 2296, 2296, 2296, 2296,
2296, 2296, 2296, 2296, 2297, 2297, 2297, 2297, 2297, 2297,
2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297,
2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297,
2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297,
2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297,
2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297,
2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2298, 2298,
2298, 2298, 2298, 2298, 2298, 2298, 2298, 2298, 2298, 2298,
2298, 2298, 2298, 2298, 2299, 2299, 2299, 2299, 2299, 2299,
2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299,
2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299,
2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299,
2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299,
2299, 2299, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300,
2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300,
2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300,
2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300,
2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2301,
2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301,
2301, 2301, 2301, 2301, 2301, 2301, 2302, 2302, 2302, 2302,
2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302,
2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302,
2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302,
2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302,
2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302,
2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302,
2303, 2303, 2303, 2303, 2303, 2303, 2303, 2303, 2303, 2303,
2303, 2303, 2303, 2303, 2304, 2304, 2304, 2304, 2304, 2304,
2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304,
2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304,
2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304,
2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304,
2304, 2305, 2305, 2211, 2306, 2306, 2306, 2306, 2306, 2306,
2306, 2306, 2306, 2306, 2306, 2306, 2306, 2306, 2306, 2306,
2306, 2306, 2211, 2306, 2306, 2306, 2306, 2306, 2307, 2306,
2306, 2307, 1634, 2306, 2307, 2211, 2307, 2307, 1640, 2211,
2306, 2308, 1640, 2211, 1648, 2308, 2306, 2309, 2308, 2310,
1655, 2306, 2306, 2306, 2306, 2306, 2306, 2306, 2306, 2211,
1670, 1671, 1671, 1671, 1671, 1671, 1671, 2311, 2311, 2311,
2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
2311, 2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312,
2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312,
2312, 2312, 2312, 2312, 2211, 1765, 1766, 1766, 1766, 1766,
1766, 1766, 1766, 1766, 1766, 1766, 1766, 1766, 1766, 1766,
1766, 1766, 1766, 1766, 1766, 1766, 1766, 1766, 1766, 1766,
1766, 1766, 1766, 1766, 1766, 1766, 1766, 1766, 1766, 1766,
1766, 1766, 1766, 1766, 1766, 2313, 2313, 2313, 2313, 2313,
2313, 2313, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314,
2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314,
2314, 2314, 2314, 2314, 2314, 2314, 2314, 2315, 2315, 2315,
2315, 2315, 2315, 2315, 2316, 2317, 2315, 2315, 2317, 2315,
2315, 2315, 2315, 2315, 1849, 2315, 2211, 2318, 2211, 2315,
2315, 2319, 2315, 2315, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871,
1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871,
1871, 1871, 1871, 1871, 1894, 1894, 1894, 2211, 2211, 1894,
2211, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894,
1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894,
1894, 1894, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2320, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2321, 2322, 2321, 2211, 1948,
2211, 1948, 2211, 1948, 2211, 2323, 2211, 2321, 2211, 2321,
2211, 2321, 2211, 2321, 2211, 2321, 2211, 2324, 2211, 2211,
1966, 2211, 2325, 2326, 2327, 2211, 2328, 2328, 2328, 2211,
2329, 1979, 2330, 1979, 2211, 1982, 2211, 2211, 1979, 2211,
2330, 2330, 2330, 2211, 2331, 2331, 1996, 2211, 2332, 2333,
2333, 2333, 2334, 2333, 2211, 2001, 2335, 2333, 2211, 2333,
2335, 2333, 2211, 2334, 2336, 2211, 2211, 2211, 2211, 2337,
2338, 2211, 2211, 2339, 2211, 2339, 2211, 2026, 2211, 2026,
2025, 2340, 2211, 2026, 2029, 2026, 2029, 2026, 2037, 2026,
2211, 2040, 2211, 2341, 2211, 2342, 2042, 2343, 2211, 2344,
2211, 2344, 2211, 2345, 2345, 2345, 2211, 2346, 2056, 2056,
2056, 2211, 2059, 2060, 2211, 2056, 2211, 2060, 2060, 2069,
2347, 2347, 2348, 2349, 2349, 2211, 2211, 2350, 2351, 2351,
2351, 2081, 2351, 2211, 2351, 2352, 2083, 2211, 2081, 2352,
2351, 2353, 2082, 2354, 2355, 2211, 2211, 2211, 2098, 2098,
2098, 2098, 2099, 2101, 2098, 2101, 2098, 2099, 2098, 2101,
2099, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2101, 2099, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2099, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2098, 2098, 2098, 2098, 2098, 2099, 2099, 2099,
2099, 2211, 2211, 2211, 2211, 2098, 2098, 2098, 2098, 2098,
2098, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2099, 2098,
2099, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
0, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211
} ;
static const flex_int16_t yy_nxt[19768] =
{ 0,
4, 5, 6, 4, 5, 7, 8, 9, 10, 11,
9, 9, 12, 13, 14, 15, 16, 17, 18, 19,
20, 21, 20, 22, 23, 24, 25, 26, 27, 28,
29, 30, 31, 4, 4, 20, 20, 32, 33, 34,
35, 36, 37, 38, 39, 40, 41, 42, 43, 44,
45, 46, 47, 48, 20, 49, 20, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 50, 51, 52, 53, 54, 55, 56, 57, 58,
59, 4, 60, 61, 62, 63, 64, 65, 66, 67,
68, 69, 70, 71, 72, 73, 74, 75, 76, 77,
78, 79, 80, 81, 82, 83, 84, 85, 86, 87,
88, 89, 90, 91, 92, 93, 94, 95, 162, 100,
95, 101, 102, 104, 105, 170, 163, 164, 173, 103,
178, 205, 195, 171, 97, 174, 1009, 200, 179, 180,
196, 172, 201, 1010, 205, 95, 103, 108, 95, 108,
206, 1923, 181, 202, 109, 207, 110, 182, 203, 1924,
205, 111, 183, 205, 1017, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 1018,
113, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 185, 205, 205, 205, 205, 205, 186,
205, 187, 1880, 108, 188, 108, 205, 98, 1881, 1014,
205, 1014, 110, 1015, 1012, 189, 111, 190, 205, 205,
191, 205, 192, 1020, 205, 111, 205, 205, 205, 205,
205, 1012, 205, 205, 205, 205, 205, 205, 205, 205,
205, 2211, 205, 205, 205, 205, 205, 2210, 205, 2211,
205, 205, 1883, 205, 1884, 1020, 205, 114, 115, 116,
117, 118, 119, 120, 121, 122, 123, 124, 125, 126,
127, 128, 129, 130, 131, 132, 133, 134, 135, 136,
137, 138, 139, 140, 141, 142, 143, 144, 145, 146,
147, 148, 149, 150, 151, 152, 153, 154, 155, 156,
157, 158, 159, 205, 205, 1897, 1897, 2209, 1020, 205,
205, 205, 205, 205, 205, 205, 205, 205, 205, 205,
205, 2211, 2211, 2211, 2211, 2211, 2211, 1900, 2211, 1898,
1899, 2209, 2211, 1017, 2211, 205, 205, 205, 205, 205,
1020, 1900, 2209, 1020, 205, 205, 205, 205, 1018, 205,
1897, 2211, 2209, 2211, 2211, 2211, 205, 2211, 205, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 205, 205, 205, 205,
205, 205, 205, 205, 2211, 1020, 205, 1900, 1900, 205,
2211, 1020, 2211, 2211, 2211, 2209, 2211, 205, 205, 205,
205, 205, 205, 205, 205, 2211, 2211, 1938, 1020, 1938,
205, 205, 205, 205, 205, 2211, 2211, 2211, 205, 1004,
1005, 99, 2208, 1020, 100, 1006, 101, 102, 1013, 109,
1866, 1867, 1007, 1008, 103, 2208, 1868, 2211, 2211, 2211,
1020, 205, 205, 1869, 1870, 1013, 2202, 205, 208, 209,
210, 103, 211, 212, 213, 214, 215, 216, 217, 218,
219, 220, 221, 222, 223, 224, 225, 226, 227, 228,
229, 230, 231, 232, 233, 234, 235, 236, 237, 238,
239, 240, 241, 242, 243, 244, 245, 246, 247, 248,
249, 250, 251, 252, 253, 254, 255, 256, 257, 258,
259, 260, 261, 262, 263, 264, 265, 266, 267, 268,
269, 270, 271, 272, 273, 274, 275, 276, 277, 278,
279, 280, 1020, 281, 282, 283, 284, 285, 286, 1020,
287, 288, 289, 290, 1020, 291, 292, 293, 294, 295,
296, 297, 298, 299, 300, 301, 1020, 302, 303, 304,
1897, 305, 1039, 1040, 1020, 1897, 1020, 1020, 1041, 2211,
2211, 1020, 1042, 1043, 1044, 1045, 1020, 1046, 1047, 1048,
1049, 1050, 1051, 1052, 1053, 1054, 1900, 2211, 1020, 1020,
2211, 2211, 1055, 1020, 2211, 2211, 1056, 1057, 1020, 1020,
2202, 306, 307, 308, 309, 310, 311, 312, 313, 314,
315, 316, 317, 318, 319, 320, 321, 322, 2211, 2202,
1895, 1020, 1895, 2211, 2211, 1020, 323, 324, 325, 326,
327, 328, 329, 330, 331, 332, 333, 334, 335, 336,
337, 338, 339, 340, 341, 342, 343, 344, 345, 346,
347, 348, 349, 350, 351, 352, 353, 354, 355, 356,
357, 358, 359, 360, 361, 362, 363, 364, 365, 366,
367, 368, 369, 370, 371, 372, 373, 374, 375, 376,
377, 378, 379, 380, 381, 382, 383, 384, 385, 386,
387, 388, 389, 390, 391, 392, 393, 394, 395, 396,
397, 398, 399, 400, 401, 402, 403, 404, 405, 406,
407, 408, 409, 410, 411, 412, 413, 414, 415, 416,
417, 418, 419, 420, 421, 422, 423, 424, 425, 2200,
426, 427, 428, 429, 430, 431, 432, 433, 434, 435,
436, 437, 438, 439, 440, 441, 442, 443, 444, 445,
446, 447, 448, 449, 450, 451, 452, 453, 454, 455,
456, 457, 458, 459, 460, 461, 462, 463, 464, 465,
466, 467, 468, 469, 470, 471, 472, 473, 474, 475,
476, 477, 478, 479, 480, 481, 482, 483, 484, 485,
486, 487, 488, 489, 490, 491, 492, 493, 494, 495,
496, 497, 498, 499, 500, 501, 502, 503, 504, 505,
506, 507, 508, 509, 510, 511, 512, 513, 514, 515,
516, 517, 518, 519, 520, 521, 522, 523, 524, 525,
526, 527, 528, 529, 530, 531, 532, 533, 534, 535,
536, 537, 538, 539, 540, 541, 542, 543, 544, 545,
546, 547, 548, 549, 550, 551, 552, 553, 554, 555,
556, 557, 558, 559, 560, 561, 562, 563, 564, 565,
566, 567, 568, 569, 570, 571, 572, 573, 574, 575,
576, 577, 578, 579, 580, 581, 582, 583, 584, 585,
586, 587, 588, 589, 590, 591, 592, 593, 594, 595,
596, 597, 598, 599, 600, 601, 602, 603, 604, 605,
606, 607, 608, 609, 610, 611, 612, 613, 614, 615,
616, 617, 618, 619, 620, 621, 622, 623, 624, 625,
626, 627, 628, 629, 630, 631, 632, 633, 634, 635,
636, 637, 638, 639, 640, 641, 642, 643, 644, 645,
646, 647, 648, 649, 650, 651, 652, 653, 654, 655,
656, 657, 658, 659, 660, 661, 662, 663, 664, 665,
666, 667, 668, 669, 670, 671, 672, 673, 674, 675,
676, 677, 678, 679, 680, 681, 682, 683, 684, 685,
686, 687, 688, 689, 690, 691, 692, 693, 694, 695,
696, 697, 698, 699, 700, 701, 702, 703, 704, 705,
706, 707, 708, 709, 710, 711, 712, 713, 714, 715,
716, 717, 718, 719, 720, 721, 722, 723, 724, 725,
726, 727, 728, 729, 730, 731, 732, 733, 734, 735,
736, 737, 738, 739, 740, 741, 742, 743, 744, 745,
746, 747, 748, 749, 750, 751, 752, 753, 754, 755,
756, 757, 758, 759, 760, 761, 762, 763, 764, 765,
766, 767, 768, 769, 770, 771, 772, 773, 774, 775,
776, 777, 778, 779, 780, 781, 782, 783, 784, 785,
786, 787, 788, 789, 790, 791, 792, 793, 794, 795,
796, 797, 798, 799, 2207, 800, 801, 802, 803, 804,
805, 806, 807, 808, 809, 810, 811, 812, 813, 814,
815, 816, 817, 818, 819, 820, 821, 822, 823, 824,
825, 826, 827, 828, 829, 830, 831, 832, 833, 834,
835, 836, 837, 838, 839, 840, 841, 842, 843, 844,
845, 846, 847, 848, 849, 850, 851, 852, 853, 854,
855, 856, 857, 858, 859, 860, 861, 862, 863, 864,
865, 866, 867, 868, 869, 870, 871, 872, 873, 874,
875, 876, 877, 878, 879, 880, 881, 882, 883, 884,
885, 886, 887, 888, 889, 890, 891, 892, 893, 894,
895, 896, 897, 898, 899, 900, 901, 902, 903, 904,
905, 906, 907, 908, 909, 910, 911, 912, 913, 914,
915, 916, 917, 918, 919, 920, 921, 922, 923, 924,
925, 926, 927, 928, 929, 930, 931, 932, 933, 934,
935, 936, 937, 938, 939, 940, 941, 942, 943, 944,
945, 946, 947, 948, 949, 950, 951, 952, 953, 954,
955, 956, 957, 958, 959, 960, 961, 962, 963, 964,
965, 966, 967, 968, 969, 970, 971, 972, 973, 974,
975, 976, 977, 978, 979, 980, 981, 982, 983, 984,
985, 986, 987, 988, 989, 990, 991, 992, 993, 994,
995, 996, 2206, 997, 998, 999, 1000, 1001, 1002, 1003,
108, 2205, 108, 1902, 1058, 1058, 2203, 1058, 1058, 110,
1058, 1915, 1915, 1915, 111, 2211, 2211, 2211, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 2200, 113, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 2211, 2211, 2211,
1895, 1895, 2211, 2202, 111, 111, 2211, 1020, 1895, 1895,
2211, 111, 1020, 2202, 111, 111, 111, 1020, 1020, 1020,
1020, 1020, 2211, 1020, 1020, 2211, 2211, 1020, 1020, 1020,
1020, 2211, 1020, 1009, 2211, 1897, 1897, 1897, 1897, 2211,
1010, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 1058, 1058,
1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 2201,
114, 115, 116, 117, 118, 119, 120, 121, 122, 123,
1020, 1021, 126, 127, 128, 129, 1022, 131, 132, 133,
1023, 1024, 1025, 1026, 138, 1027, 1028, 1029, 1030, 1031,
1032, 1033, 1034, 1035, 148, 149, 150, 151, 152, 153,
1036, 155, 156, 157, 1037, 1038, 1020, 1020, 2211, 2211,
2211, 2211, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 1939, 2211, 1939, 2211, 1940, 2211, 1020, 1020,
1020, 1020, 1020, 1895, 1895, 1895, 1895, 1020, 1895, 2201,
1020, 1890, 1020, 2211, 2211, 2211, 1891, 1895, 2211, 2211,
1058, 1058, 1058, 1058, 1058, 1058, 1058, 1892, 1895, 1895,
1895, 2202, 1893, 1895, 1895, 1922, 1922, 1922, 2201, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 1058, 1058,
1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 2201,
2211, 1020, 1020, 1894, 1894, 1894, 1894, 1894, 1894, 1894,
1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894,
1894, 1894, 1020, 1895, 1895, 1895, 1895, 1895, 1895, 1895,
2211, 2211, 2211, 2211, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1058, 1058, 1058, 1058, 1058,
1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058,
1058, 1058, 1058, 1058, 1058, 1058, 111, 111, 111, 111,
111, 111, 111, 111, 111, 111, 1935, 1936, 2211, 2126,
1020, 1020, 1058, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 2201, 1020,
1058, 1058, 1058, 1058, 1058, 1058, 1058, 2211, 2211, 1058,
1058, 1058, 1058, 1058, 1058, 1020, 1020, 1058, 1058, 2199,
1058, 1058, 1058, 1058, 1020, 1020, 111, 111, 111, 111,
111, 111, 111, 111, 111, 111, 1020, 1020, 1020, 1058,
2199, 1020, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1020,
1020, 1020, 1020, 1020, 1020, 2018, 2018, 1020, 2018, 2018,
1020, 2018, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058,
1058, 1058, 1058, 1058, 1058, 1058, 1895, 1895, 1895, 1895,
1895, 2181, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058,
1058, 1058, 1058, 2109, 2211, 111, 111, 111, 111, 111,
111, 111, 111, 111, 111, 1894, 1894, 1894, 1894, 1894,
1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894,
1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894,
2099, 2099, 2099, 1020, 1020, 1020, 1020, 1020, 2211, 2211,
2211, 2211, 2211, 2176, 1058, 1058, 1058, 1020, 1020, 2211,
2211, 2106, 2211, 1020, 1059, 1060, 1061, 1062, 1063, 1064,
1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074,
1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084,
1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094,
1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104,
1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114,
1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124,
1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1897,
1134, 1135, 1136, 1137, 1138, 1139, 1942, 1140, 1141, 1142,
1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152,
1153, 1154, 1155, 1156, 1157, 1158, 1895, 2211, 2211, 1895,
1895, 2211, 1895, 1895, 1895, 2211, 1159, 1160, 1161, 1932,
1895, 1895, 1933, 1895, 1895, 1895, 2161, 2162, 1162, 1163,
1895, 1942, 1934, 1897, 1897, 1897, 1897, 1897, 1897, 1940,
1895, 1895, 2211, 2211, 2211, 2211, 2211, 1164, 1165, 1166,
1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176,
1177, 1178, 1179, 1180, 1181, 1182, 1183, 2211, 2211, 2211,
2211, 2211, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191,
1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201,
1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211,
1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221,
1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231,
1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241,
1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251,
1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261,
1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271,
1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281,
1282, 1283, 1284, 1285, 1286, 1940, 1287, 1288, 1289, 1290,
1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300,
1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310,
1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320,
1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330,
1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340,
1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350,
1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360,
1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370,
1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380,
1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390,
1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400,
1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410,
1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420,
1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430,
1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440,
1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450,
1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460,
1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470,
1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480,
1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490,
1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500,
1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510,
1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520,
1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530,
1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540,
1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550,
1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560,
1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570,
1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580,
1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590,
1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600,
1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610,
1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620,
1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630,
1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640,
1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650,
1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660,
1009, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669,
1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679,
1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689,
1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699,
1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709,
1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719,
1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729,
1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739,
1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749,
1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759,
1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769,
1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779,
1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789,
1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799,
1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809,
1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819,
1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829,
1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839,
1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849,
1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859,
1860, 1861, 1862, 1863, 1864, 1865, 108, 2211, 108, 1937,
1941, 2211, 1941, 109, 1942, 110, 2211, 2211, 2211, 2211,
111, 2170, 2170, 2107, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 2170, 113,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 2211, 1894, 1894, 1894, 1894, 1894, 1894, 1894,
1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894,
1894, 1894, 1894, 1894, 1894, 2211, 2179, 2179, 2211, 1894,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2168, 1894,
2133, 2133, 2133, 1894, 1894, 1894, 1894, 1894, 1894, 1894,
1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894,
1894, 1894, 1894, 1894, 1894, 2169, 114, 115, 116, 117,
118, 119, 120, 121, 122, 123, 1039, 1040, 126, 127,
128, 129, 1041, 131, 132, 133, 1042, 1043, 1044, 1045,
138, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054,
148, 149, 150, 151, 152, 153, 1055, 155, 156, 157,
1056, 1057, 2211, 2201, 2169, 1895, 2202, 2211, 2211, 2211,
2200, 2211, 2180, 2180, 1897, 124, 125, 2169, 2211, 2211,
2211, 130, 2211, 2211, 2211, 134, 135, 136, 137, 2211,
139, 140, 141, 142, 143, 144, 145, 146, 147, 2211,
2211, 2211, 2211, 2169, 2168, 154, 2211, 2169, 2211, 158,
159, 2169, 2211, 1895, 2211, 1895, 2211, 2211, 2211, 1895,
2200, 2180, 1895, 1895, 1895, 1895, 1895, 2211, 1895, 1895,
2211, 1895, 1895, 2199, 2211, 2211, 2211, 2211, 2158, 2211,
1895, 2159, 1895, 2201, 2211, 1895, 1895, 2211, 2211, 2168,
2211, 2160, 1897, 1895, 2167, 1895, 2168, 1895, 1895, 1895,
1895, 1895, 1895, 2211, 2211, 2211, 2201, 2211, 2211, 2211,
2211, 1895, 2200, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 1895, 1895, 1895, 1895, 1895, 2166, 1895,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2201, 2201, 1895, 1895, 1897, 1897, 1897, 1897, 1897, 1897,
1897, 1895, 1895, 1895, 1895, 2165, 2211, 2211, 2211, 2211,
2164, 2211, 2211, 1896, 1896, 1896, 1896, 2200, 1896, 1897,
1897, 1897, 1897, 1897, 1896, 2211, 2163, 1896, 1896, 1896,
1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896,
1896, 1896, 1896, 1896, 2201, 1896, 1896, 1896, 1896, 1896,
2202, 1896, 1896, 1896, 2211, 1896, 1896, 1896, 1896, 1896,
2157, 1896, 1896, 1896, 2099, 1896, 1896, 1896, 1896, 1896,
2211, 1896, 1896, 1896, 2105, 1896, 1896, 1896, 1896, 1896,
2208, 1896, 1896, 1896, 2209, 1896, 1896, 1896, 1896, 1896,
2202, 1896, 1896, 1896, 2211, 1896, 1896, 1896, 1896, 1896,
1913, 1913, 1913, 1913, 1913, 2100, 1896, 2100, 2134, 1896,
2211, 1896, 2211, 1896, 1896, 1896, 1896, 2211, 2211, 2211,
2211, 2211, 2201, 2201, 2099, 2099, 1896, 2211, 1896, 1896,
1896, 1896, 1896, 2109, 1896, 1896, 1896, 2107, 1900, 1900,
1900, 1900, 1900, 2211, 2107, 2137, 1896, 1900, 1897, 1897,
1897, 1897, 2211, 1897, 1897, 1897, 1897, 2211, 2211, 2105,
1897, 1897, 1896, 2105, 2138, 1896, 2211, 1896, 1896, 1896,
1896, 1896, 2172, 1896, 1896, 2209, 2211, 1897, 2202, 1896,
2105, 2211, 2211, 1896, 1896, 1896, 1896, 1896, 1896, 1896,
1896, 1896, 1896, 1896, 1896, 2105, 1896, 1897, 1897, 1897,
1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897,
1897, 1897, 1897, 1897, 1897, 1897, 2201, 2201, 1896, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 1897, 1897, 1897, 1897,
1897, 1897, 1897, 1897, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 1921, 1921, 1921, 1921, 1921, 1921, 2203, 2203, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 1897, 1897,
1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897,
1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 2211,
2211, 2211, 1897, 1897, 1897, 1897, 2211, 2170, 2211, 2211,
2211, 2211, 2211, 2170, 2211, 1897, 1897, 1897, 1897, 1897,
1897, 1915, 1915, 1915, 1915, 1915, 2105, 2211, 2211, 2105,
1897, 1897, 2211, 2211, 2211, 2211, 2211, 2211, 2170, 2209,
2209, 1897, 2209, 2209, 2211, 1897, 1897, 2211, 2211, 2211,
2211, 2211, 2211, 2209, 2209, 2211, 2211, 1897, 1897, 1897,
1897, 1897, 1897, 2105, 2203, 2211, 2211, 2211, 2135, 2211,
2203, 2211, 2136, 2105, 2137, 2105, 2211, 2211, 1900, 1900,
1900, 2211, 1897, 1897, 2211, 2211, 2211, 2211, 1900, 2211,
2105, 2211, 2211, 2138, 2105, 2203, 2211, 2211, 1902, 1902,
1897, 2139, 1897, 2211, 2211, 2211, 2105, 2211, 1900, 1900,
1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900, 1900,
1900, 2211, 2211, 2211, 2211, 2211, 2105, 1900, 1900, 2211,
1900, 1900, 1900, 1900, 2105, 1900, 1900, 2211, 2105, 2099,
2100, 2100, 1902, 1902, 1902, 1902, 1902, 1900, 2209, 1900,
1900, 1900, 1902, 1902, 2176, 2176, 2176, 1900, 1900, 1900,
1900, 1900, 1900, 1019, 1900, 1016, 1900, 1943, 1900, 2016,
2017, 2209, 2176, 1900, 2211, 1868, 2211, 2211, 2211, 2211,
2211, 2211, 1869, 1870, 2100, 1900, 1900, 2211, 2211, 1902,
2100, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 1015, 2211,
2211, 2211, 1915, 1915, 1915, 1915, 1915, 1915, 2211, 1015,
1010, 1915, 2176, 2176, 1937, 2211, 2211, 1902, 2100, 2100,
2100, 2100, 2100, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2018, 2018, 2018, 2018, 2018, 2018, 2018,
2211, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902,
1902, 1902, 1902, 1902, 1902, 1902, 1902, 1903, 1903, 1903,
1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903,
1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903,
1903, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905,
1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905,
1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 1908, 1908,
1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908,
1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1910, 1910,
1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910,
1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910,
1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913,
1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913,
1913, 1913, 1913, 1913, 1913, 1914, 1914, 1914, 1914, 1914,
1914, 1914, 1914, 1914, 1914, 1914, 1914, 1914, 1915, 1915,
1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915,
1915, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 1931, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2201, 2201, 2201, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 1902, 2211, 2211, 1915, 1915, 1915, 1915, 1915,
1915, 1915, 1915, 1915, 2209, 2209, 2209, 2211, 2211, 2211,
2211, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1915,
1915, 1900, 2211, 1900, 1915, 1915, 1901, 1915, 1915, 1915,
1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 2211, 2211,
2211, 2211, 2211, 2211, 1897, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 1915, 1915, 1915, 1915, 1897, 1897,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 1915, 2211, 2211, 1897, 1897, 1915, 1915, 1915, 1915,
1915, 1897, 2211, 1897, 1915, 1915, 2211, 1897, 1915, 1915,
1915, 1915, 1915, 1897, 1915, 1915, 1915, 1915, 1915, 1915,
1915, 1915, 1915, 1915, 1897, 1897, 1915, 1897, 1915, 2211,
2211, 2211, 2211, 1897, 1915, 1915, 1915, 1915, 1915, 1897,
1897, 2103, 2103, 2103, 2211, 2211, 2211, 2100, 2211, 2211,
1897, 1915, 1915, 1915, 1915, 1915, 1895, 1895, 1915, 1915,
1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1011,
1011, 1011, 2211, 2103, 2103, 2103, 1915, 1915, 1915, 2211,
2211, 1889, 2211, 2211, 2211, 2211, 1888, 2211, 2211, 2103,
2103, 2103, 2103, 2103, 1887, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2096, 2097, 1938, 1938, 1938, 1886,
1868, 2211, 2122, 2122, 2122, 2122, 2122, 1869, 1870, 2211,
1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915,
1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915,
1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915,
1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916,
1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916,
1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916,
1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916,
1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916,
1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1916,
1916, 1916, 1916, 1916, 1918, 1918, 1918, 1918, 1918, 1918,
1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918,
1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918,
1918, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919,
1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919,
1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919,
1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919,
1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919,
1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919,
1919, 1919, 1919, 1919, 1919, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 1885, 1882,
2100, 2100, 2100, 2100, 2100, 1879, 2100, 1922, 1922, 1922,
1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922,
1878, 1922, 2211, 2211, 2211, 2211, 1877, 1922, 1922, 1922,
1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922,
1922, 1922, 1922, 2211, 2100, 1876, 1922, 2100, 1875, 1874,
2100, 1873, 1922, 2100, 1922, 1922, 1922, 1922, 1922, 1922,
1922, 1922, 1922, 1922, 1922, 1922, 1922, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 1922, 1922, 1922, 1922, 1922, 1922, 2100, 2105, 1922,
1922, 1922, 1922, 1922, 1922, 2201, 2105, 1922, 1922, 1922,
1922, 1922, 1922, 2211, 1872, 1922, 1922, 1922, 1925, 2211,
1926, 2099, 2099, 1871, 1019, 1927, 99, 2099, 2211, 2211,
2211, 98, 1928, 204, 2211, 199, 2211, 2211, 1929, 1020,
1020, 1020, 1020, 1020, 2211, 2211, 2211, 198, 1930, 108,
2099, 108, 2099, 2211, 2099, 2101, 2101, 197, 110, 2099,
2099, 2211, 2211, 111, 2201, 2202, 194, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 193, 113, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
184, 1020, 1020, 177, 176, 1020, 1020, 1020, 1020, 175,
1020, 111, 111, 111, 111, 111, 111, 111, 111, 111,
111, 111, 111, 111, 111, 111, 111, 111, 111, 111,
111, 1020, 1020, 1020, 1020, 1020, 2211, 1020, 1020, 2211,
2211, 1020, 1020, 1020, 1020, 2211, 1020, 2018, 2018, 2018,
2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 169, 114,
115, 116, 117, 118, 119, 120, 121, 122, 123, 1039,
1040, 126, 127, 128, 129, 1041, 131, 132, 133, 1042,
1043, 1044, 1045, 138, 1046, 1047, 1048, 1049, 1050, 1051,
1052, 1053, 1054, 148, 149, 150, 151, 152, 153, 1055,
155, 156, 157, 1056, 1057, 111, 111, 111, 111, 111,
111, 111, 111, 111, 111, 2018, 2018, 2018, 2018, 2018,
2018, 2018, 2018, 2018, 2018, 2018, 2211, 2211, 2099, 168,
167, 2099, 2099, 2099, 2099, 2099, 2099, 166, 2099, 2099,
165, 161, 160, 1020, 1020, 1020, 1020, 1020, 2105, 2105,
2105, 2105, 2105, 2105, 2211, 107, 106, 1020, 1020, 99,
98, 2211, 96, 1020, 1944, 1945, 1061, 2211, 1946, 1947,
1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957,
1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967,
1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1094, 1095,
1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1976, 1105,
1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115,
1116, 1117, 1118, 1977, 1978, 1979, 1980, 1981, 1124, 1982,
1126, 1983, 1128, 1984, 1985, 1986, 1987, 1988, 2211, 1989,
1990, 1991, 1992, 1993, 1139, 2211, 1994, 1141, 1142, 1143,
2211, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153,
1154, 2211, 1156, 1157, 1158, 2105, 2211, 2099, 2099, 2099,
2103, 2103, 2211, 2211, 2211, 1159, 1160, 1161, 2211, 2178,
2178, 2178, 2211, 2211, 2211, 2211, 2211, 1162, 1163, 2211,
2211, 2211, 2211, 2106, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2103, 2103, 2211, 2211, 1164, 1165, 1166, 1995,
1168, 1996, 1170, 1997, 1172, 1998, 1174, 1999, 1176, 1177,
1178, 1179, 1180, 1181, 1182, 1183, 2099, 2211, 2099, 2099,
2211, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192,
1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202,
1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212,
1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222,
1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1615,
1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625,
1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635,
1636, 1637, 1638, 1639, 2000, 2001, 2002, 1643, 1644, 1645,
1646, 2003, 1648, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
2011, 2012, 2013, 1659, 1660, 2211, 2014, 1662, 1663, 1664,
1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674,
1675, 1676, 1677, 1838, 1839, 1840, 1841, 1842, 1843, 1844,
1845, 2015, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854,
1855, 1856, 1857, 2211, 1859, 1860, 1861, 1862, 1863, 1864,
1865, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2099, 2099, 2099, 2099, 2099, 2099,
2099, 2099, 2211, 2101, 2101, 2101, 2101, 2101, 2101, 2101,
2101, 2101, 2101, 2211, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 2018, 2018, 2018, 2018, 2018,
2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018,
2018, 2018, 2018, 2018, 2018, 2018, 111, 111, 111, 111,
111, 111, 111, 111, 111, 111, 2211, 2211, 2211, 2211,
1020, 1020, 2018, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 2211, 1020,
2018, 2018, 2018, 2018, 2018, 2018, 2018, 2211, 2211, 2018,
2018, 2018, 2018, 2018, 2018, 1020, 1020, 2018, 2018, 2211,
2018, 2018, 2018, 2018, 1020, 1020, 111, 111, 111, 111,
111, 111, 111, 111, 111, 111, 1020, 1020, 1020, 2018,
2211, 1020, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 1020,
1020, 1020, 1020, 1020, 1020, 2211, 2211, 1020, 2211, 2211,
1020, 2211, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018,
2018, 2018, 2018, 2018, 2018, 2018, 2211, 2211, 2105, 2211,
2211, 2211, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018,
2018, 2018, 2018, 2211, 2211, 111, 111, 111, 111, 111,
111, 111, 111, 111, 111, 2211, 2099, 2103, 2103, 2211,
2099, 2107, 2107, 2107, 2107, 2107, 2211, 2201, 2201, 2201,
2107, 2099, 2099, 2103, 2103, 2103, 2103, 2211, 2201, 2201,
2100, 2211, 2211, 1020, 1020, 1020, 1020, 1020, 2211, 2211,
2211, 2211, 2211, 2211, 2018, 2018, 2018, 1020, 1020, 2100,
2100, 2211, 2211, 1020, 2019, 2020, 1061, 2021, 2022, 2023,
2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033,
2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043,
2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 1094,
1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 2053,
1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114,
1115, 1116, 1117, 1118, 2054, 2055, 2056, 2057, 2058, 1124,
2059, 1126, 2060, 1128, 2061, 2062, 2063, 2064, 2065, 2105,
2066, 2067, 2068, 2069, 2070, 1139, 2211, 2071, 1141, 1142,
1143, 2072, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152,
1153, 1154, 2073, 1156, 1157, 1158, 2104, 2104, 2104, 2104,
2104, 2104, 2104, 2104, 2104, 2104, 1159, 1160, 1161, 2211,
2103, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 1162, 1163,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 1164, 1165, 1166,
2074, 1168, 2075, 1170, 2076, 1172, 2077, 1174, 2078, 1176,
1177, 1178, 1179, 1180, 1181, 1182, 1183, 2100, 2100, 2100,
2100, 2100, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191,
1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201,
1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211,
1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221,
1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231,
1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624,
1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634,
1635, 1636, 1637, 1638, 1639, 2079, 2080, 2081, 1643, 1644,
1645, 1646, 2082, 1648, 2083, 2084, 2085, 2086, 2087, 2088,
2089, 2090, 2091, 2092, 1659, 1660, 2211, 2093, 1662, 1663,
1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673,
1674, 1675, 1676, 1677, 1838, 1839, 1840, 1841, 1842, 1843,
1844, 1845, 2094, 1847, 1848, 1849, 1850, 1851, 1852, 1853,
1854, 1855, 1856, 1857, 2095, 1859, 1860, 1861, 1862, 1863,
1864, 1865, 108, 2211, 108, 2209, 2211, 2211, 2099, 2099,
2099, 110, 2211, 2211, 2211, 2211, 111, 2211, 2211, 2211,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 2211, 113, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 2100, 2211,
2100, 2211, 2211, 2211, 2209, 2202, 2211, 2099, 2211, 2099,
2099, 2099, 2099, 2099, 2211, 2211, 2211, 2099, 2099, 2099,
2211, 2099, 2099, 2099, 2099, 2171, 2211, 2100, 2171, 2211,
2103, 2103, 2103, 2211, 2099, 2104, 2104, 2104, 2104, 2104,
2104, 2104, 2104, 2104, 2104, 2211, 2171, 2211, 2171, 2101,
2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101,
2101, 2101, 114, 115, 116, 117, 118, 119, 120, 121,
122, 123, 124, 125, 126, 127, 128, 129, 130, 131,
132, 133, 134, 135, 136, 137, 138, 139, 140, 141,
142, 143, 144, 145, 146, 147, 148, 149, 150, 151,
152, 153, 154, 155, 156, 157, 158, 159, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
2099, 2099, 2099, 2099, 2098, 2099, 2099, 2099, 2099, 2099,
2099, 2099, 2099, 2099, 2098, 2099, 2099, 2099, 2098, 2099,
2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2099, 2099, 2099, 2100, 2099, 2099, 2099, 2099,
2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099,
2099, 2099, 2099, 2099, 2100, 2099, 2099, 2099, 2099, 2099,
2099, 2099, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2099, 2099, 2211, 2211, 2101, 2101, 2101, 2101,
2101, 2101, 2101, 2101, 2101, 2101, 2211, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2099, 2099, 2099, 2099, 2099, 2211, 2211, 2099,
2099, 2211, 2211, 2099, 2099, 2099, 2100, 2211, 2211, 2211,
2211, 2103, 2103, 2103, 2103, 2099, 2100, 2100, 2100, 2211,
2100, 2100, 2100, 2100, 2100, 2100, 2099, 2099, 2211, 2211,
2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101,
2100, 2100, 2211, 2211, 2101, 2101, 2101, 2101, 2101, 2101,
2099, 2099, 2099, 2211, 2211, 2211, 2211, 2099, 2099, 2211,
2100, 2099, 2099, 2099, 2106, 2107, 2100, 2099, 2106, 2106,
2106, 2106, 2106, 2106, 2211, 2100, 2100, 2100, 2100, 2107,
2100, 2132, 2132, 2132, 2132, 2132, 2132, 2211, 2101, 2101,
2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2099, 2099,
2100, 2100, 2100, 2099, 2099, 2099, 2099, 2099, 2099, 2099,
2099, 2099, 2099, 2099, 2211, 2099, 2099, 2099, 2211, 2211,
2100, 2100, 2100, 2211, 2100, 2211, 2211, 2211, 2100, 2211,
2211, 2211, 2211, 2180, 2211, 2211, 2100, 2100, 2099, 2099,
2211, 2211, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101,
2101, 2101, 2211, 2124, 2211, 2211, 2211, 2099, 2211, 2100,
2211, 2099, 2100, 2211, 2124, 2100, 2211, 2211, 2211, 2211,
2211, 2100, 2099, 2099, 2211, 2100, 2100, 2100, 2100, 2211,
2100, 2211, 2100, 2211, 2100, 2211, 2100, 2100, 2100, 2211,
2100, 2211, 2211, 2211, 2100, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2204, 2211, 2211, 2204, 2101, 2101, 2101,
2101, 2101, 2101, 2101, 2211, 2100, 2211, 2100, 2211, 2211,
2100, 2100, 2100, 2211, 2204, 2100, 2204, 2100, 2100, 2211,
2211, 2100, 2100, 2105, 2100, 2211, 2211, 2100, 2211, 2211,
2211, 2099, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2100, 2100, 2100, 2100, 2211, 2103, 2103, 2103, 2103,
2103, 2211, 2211, 2211, 2211, 2211, 2101, 2101, 2101, 2101,
2101, 2101, 2211, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2211, 2211, 2100, 2100,
2109, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2099,
2100, 2211, 2099, 2099, 2099, 2099, 2099, 2099, 2099, 2211,
2211, 2211, 2100, 2211, 2211, 2111, 2111, 2211, 2211, 2211,
2100, 2211, 2211, 2100, 2211, 2211, 2100, 2211, 2211, 2100,
2100, 2211, 2100, 2211, 2211, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2211, 2211, 2211, 2099, 2211, 2211, 2211, 2211,
2099, 2099, 2099, 2099, 2099, 2099, 2211, 2099, 2211, 2099,
2099, 2099, 2099, 2099, 2099, 2099, 2099, 2211, 2211, 2211,
2211, 2211, 2211, 2101, 2101, 2101, 2101, 2101, 2101, 2101,
2101, 2101, 2101, 2211, 2100, 2099, 2099, 2100, 2100, 2100,
2100, 2100, 2211, 2100, 2211, 2099, 2099, 2099, 2099, 2099,
2099, 2211, 2211, 2101, 2101, 2101, 2101, 2101, 2101, 2101,
2101, 2101, 2101, 2211, 2211, 2100, 2100, 2100, 2100, 2106,
2106, 2106, 2107, 2107, 2106, 2106, 2106, 2106, 2106, 2211,
2211, 2211, 2211, 2211, 2099, 2099, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2099, 2099, 2099, 2099, 2099, 1058, 1058,
1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058,
2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2104, 2104,
2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2105, 2105,
2105, 2105, 2105, 2211, 2102, 2102, 2102, 2102, 2102, 2102,
2103, 2103, 2103, 2103, 2102, 2102, 2102, 2102, 2103, 2103,
2103, 2102, 2103, 2103, 2103, 2102, 2102, 2103, 2103, 2103,
2103, 2103, 2103, 2103, 2102, 2102, 2102, 2103, 2103, 2103,
2103, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103,
2103, 2103, 2103, 2103, 2211, 2103, 2104, 2104, 2104, 2104,
2104, 2104, 2104, 2104, 2104, 2104, 2103, 2103, 2103, 2103,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2105, 2105, 2105, 2105, 2105, 2105, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2125,
2125, 2125, 2125, 2125, 2125, 2211, 2211, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2105, 2211, 2103, 2103, 2103, 2100,
2211, 2211, 2211, 2211, 2211, 2211, 2105, 2211, 2104, 2104,
2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104,
2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2211, 2211, 2211,
2104, 2104, 2104, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2103, 2103,
2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103,
2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103,
2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103,
2211, 2211, 2211, 2105, 2211, 2211, 2211, 2211, 2105, 2103,
2211, 2211, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104,
2104, 2104, 2176, 2176, 2176, 2211, 2211, 2211, 2104, 2104,
2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2211, 2103,
2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103,
2103, 2211, 2211, 2211, 2211, 2103, 2103, 2103, 2103, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2103, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2103,
2103, 2176, 2211, 2176, 2176, 2211, 2211, 2104, 2104, 2104,
2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2103, 2103,
2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2106, 2106,
2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2211, 2211,
2211, 2103, 2103, 2103, 2103, 2211, 2105, 2105, 2105, 2105,
2211, 2105, 2105, 2105, 2105, 2211, 2211, 2103, 2105, 2105,
2103, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104,
2104, 2100, 2100, 2100, 2100, 2100, 2211, 2104, 2104, 2104,
2104, 2104, 2104, 2104, 2104, 2104, 2104, 2110, 2110, 2110,
2110, 2110, 2110, 2110, 2110, 2110, 2110, 2211, 2211, 2211,
2105, 2211, 2211, 2211, 2177, 2177, 2177, 2211, 2211, 2103,
2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103,
2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2177, 2177, 2177, 2211,
2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104,
2103, 2103, 2103, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2103, 2103, 2103,
2103, 2103, 2103, 2103, 2103, 2103, 2211, 2211, 2211, 2126,
2211, 2105, 2105, 2125, 2125, 2125, 2125, 2125, 2125, 2125,
2125, 2125, 2125, 2211, 2103, 2103, 2105, 2105, 2104, 2104,
2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2126, 2126, 2126, 2126, 2126, 2211, 2103, 2103, 2103,
2103, 2126, 2126, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2104, 2104, 2104, 2104, 2104, 2104, 2104,
2104, 2104, 2104, 2211, 2211, 2211, 2211, 2211, 2211, 2104,
2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2103,
2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103,
2103, 2103, 2103, 2103, 2103, 2105, 2211, 2211, 2103, 2211,
2211, 2211, 2211, 2211, 2173, 2211, 2145, 2211, 2211, 2211,
2211, 2174, 2211, 2211, 2211, 2211, 2211, 2211, 2175, 2211,
2211, 2211, 2211, 2211, 2154, 2211, 2211, 2211, 2211, 2211,
2124, 2124, 2211, 2211, 2156, 2211, 2211, 2211, 2211, 2103,
2103, 2103, 2103, 2211, 2211, 2211, 2211, 2211, 2211, 2105,
2105, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2124, 2124, 2211, 2211, 2124, 2124, 2105, 2211, 2105,
2211, 2211, 2211, 2211, 2211, 2123, 2123, 2123, 2123, 2123,
2123, 2123, 2123, 2123, 2123, 2123, 2123, 2123, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2124,
2124, 2124, 2124, 2124, 2211, 2106, 2106, 2106, 2106, 2106,
2106, 2106, 2106, 2106, 2106, 2211, 2177, 2177, 2177, 2177,
2177, 2107, 2107, 2107, 2107, 2107, 2107, 2107, 2107, 2107,
2107, 2107, 2107, 2107, 2106, 2106, 2106, 2106, 2106, 2106,
2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106,
2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106,
2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106,
2106, 2106, 2106, 2106, 2106, 2106, 2107, 2107, 2211, 2107,
2107, 2107, 2107, 2211, 2107, 2107, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2209, 2209, 2209, 2107, 2211, 2107, 2107,
2107, 2211, 2211, 2211, 2209, 2209, 2107, 2107, 2107, 2107,
2107, 2107, 2211, 2107, 2211, 2107, 2211, 2107, 2211, 2211,
2211, 2211, 2107, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2124, 2124, 2107, 2107, 2108, 2108, 2108, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2106, 2211, 2211, 2107, 2107, 2107, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2107, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2108,
2211, 2211, 2211, 2211, 2211, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2107,
2107, 2107, 2107, 2107, 2107, 2107, 2211, 2107, 2107, 2107,
2107, 2107, 2107, 2107, 2211, 2107, 2107, 2107, 2107, 2107,
2107, 2107, 2211, 2107, 2107, 2107, 2107, 2107, 2107, 2107,
2211, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108,
2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108,
2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108,
2108, 2108, 2108, 2109, 2109, 2110, 2109, 2109, 2109, 2109,
2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109,
2109, 2109, 2211, 2211, 2211, 2211, 2177, 2177, 2177, 2177,
2211, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110,
2111, 2111, 2111, 2111, 2111, 2111, 2109, 2109, 2109, 2109,
2109, 2109, 2211, 2211, 2110, 2110, 2110, 2109, 2109, 2211,
2211, 2211, 2211, 2211, 2110, 2110, 2110, 2110, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2110, 2110,
2110, 2110, 2110, 2110, 2110, 2110, 2109, 2110, 2110, 2110,
2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110,
2110, 2110, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110,
2124, 2124, 2124, 2211, 2211, 2211, 2112, 2112, 2112, 2112,
2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112,
2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112,
2211, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2110,
2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110,
2110, 2110, 2110, 2110, 2114, 2114, 2114, 2114, 2114, 2114,
2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114,
2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114,
2114, 2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117,
2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117,
2117, 2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119,
2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119,
2119, 2119, 2119, 2122, 2122, 2122, 2122, 2122, 2122, 2122,
2122, 2122, 2122, 2122, 2122, 2122, 2122, 2122, 2122, 2122,
2122, 2122, 2122, 2122, 2122, 2122, 2122, 2122, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2126, 2126, 2126, 2126, 2211, 2126,
2126, 2126, 2126, 2126, 2126, 2126, 2126, 2126, 2126, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2124, 2124, 2124,
2211, 2126, 2211, 2211, 2211, 2126, 2126, 2126, 2211, 2211,
2126, 2211, 2124, 2124, 2124, 2126, 2126, 2126, 2126, 2211,
2211, 2211, 2125, 2125, 2125, 2125, 2125, 2125, 2125, 2125,
2125, 2125, 2126, 2126, 2126, 2126, 2126, 2126, 2126, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2125, 2125, 2125,
2125, 2125, 2125, 2124, 2124, 2124, 2124, 2124, 2211, 2211,
2211, 2211, 2124, 2124, 2124, 2124, 2126, 2211, 2126, 2126,
2126, 2126, 2126, 2126, 2126, 2211, 2211, 2126, 2126, 2211,
2177, 2177, 2211, 2211, 2211, 2211, 2125, 2125, 2125, 2125,
2125, 2125, 2125, 2125, 2125, 2125, 2177, 2177, 2177, 2177,
2211, 2211, 2126, 2126, 2126, 2126, 2126, 2126, 2126, 2126,
2126, 2126, 2126, 2126, 2126, 2126, 2126, 2126, 2126, 2126,
2124, 2124, 2124, 2124, 2124, 2124, 2211, 2211, 2211, 2124,
2125, 2125, 2125, 2125, 2125, 2125, 2125, 2125, 2125, 2125,
2126, 2126, 2126, 2126, 2126, 2126, 2126, 2126, 2126, 2126,
2126, 2126, 2126, 2126, 2126, 2126, 2126, 2126, 2126, 2126,
2126, 2126, 2126, 2126, 2126, 2126, 2126, 2211, 2126, 2126,
2126, 2126, 2126, 2126, 2126, 2126, 2211, 2211, 2126, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2124, 2125, 2125, 2125, 2125, 2125, 2125,
2125, 2125, 2125, 2125, 2211, 2211, 2211, 2211, 2211, 2211,
2124, 2124, 2124, 2124, 2124, 2126, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2125, 2125, 2125, 2125,
2125, 2125, 2125, 2125, 2125, 2125, 2124, 2124, 2124, 2124,
2124, 2126, 2100, 2100, 2211, 2100, 2211, 2211, 2211, 2100,
2126, 2126, 2211, 2211, 2125, 2125, 2125, 2125, 2125, 2125,
2125, 2125, 2125, 2125, 2126, 2211, 2126, 2126, 2126, 2211,
2211, 2126, 2126, 2211, 2211, 2211, 2211, 2211, 2126, 2126,
2100, 2211, 2211, 2211, 2211, 2211, 2100, 2211, 2211, 2124,
2124, 2124, 2100, 2211, 2211, 2211, 2211, 2126, 2126, 2126,
2124, 2124, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2133, 2133, 2133, 2133, 2133, 2211, 2133, 2133, 2133,
2133, 2133, 2133, 2133, 2133, 2133, 2133, 2211, 2211, 2211,
2124, 2124, 2124, 2126, 2126, 2126, 2126, 2126, 2126, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2125, 2125, 2125, 2125,
2125, 2125, 2125, 2125, 2125, 2125, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2127, 2127, 2127, 2127,
2127, 2127, 2127, 2127, 2127, 2127, 2127, 2127, 2127, 2127,
2127, 2127, 2127, 2127, 2127, 2127, 2127, 2127, 2127, 2127,
2127, 2127, 2127, 2127, 2127, 2127, 2127, 2127, 2127, 2127,
2127, 2127, 2127, 2127, 2127, 2127, 2127, 2127, 2127, 2127,
2127, 2127, 2127, 2127, 2127, 2127, 2127, 2127, 2127, 2127,
2127, 2127, 2127, 2127, 2127, 2127, 2127, 2127, 2127, 2127,
2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129,
2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129,
2129, 2129, 2129, 2129, 2129, 2129, 2129, 2130, 2130, 2130,
2130, 2130, 2130, 2130, 2130, 2130, 2130, 2130, 2130, 2130,
2130, 2130, 2130, 2130, 2130, 2130, 2130, 2130, 2130, 2130,
2130, 2130, 2130, 2130, 2130, 2130, 2130, 2130, 2130, 2130,
2130, 2130, 2130, 2130, 2130, 2130, 2130, 2130, 2130, 2130,
2130, 2130, 2130, 2130, 2130, 2130, 2130, 2130, 2130, 2130,
2130, 2130, 2130, 2130, 2130, 2130, 2130, 2130, 2130, 2130,
2130, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133,
2133, 2133, 2133, 2133, 111, 111, 111, 111, 111, 111,
111, 111, 111, 111, 2211, 2211, 2133, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2133, 2211, 2211, 2211, 2211, 2211, 2133, 2211, 2133, 2133,
2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133,
2133, 2133, 2133, 2133, 2133, 2133, 2133, 2211, 2211, 2133,
2133, 2133, 2133, 2133, 2133, 2180, 2211, 2133, 2133, 2133,
2133, 2133, 2133, 2211, 2211, 2133, 2133, 2133, 2140, 2211,
2141, 2211, 2142, 2143, 2144, 2145, 2146, 2211, 2105, 2147,
2148, 2149, 2211, 2177, 2177, 2211, 2150, 2151, 2211, 2211,
2152, 2211, 2153, 2154, 2155, 2211, 2211, 2180, 2180, 2180,
2180, 2180, 2211, 2156, 108, 2211, 108, 2180, 2180, 2211,
2211, 2211, 2211, 110, 2211, 2177, 2177, 2211, 111, 2211,
2211, 2211, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 2211, 113, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
124, 125, 2211, 2211, 2211, 2211, 130, 2211, 2211, 2211,
134, 135, 136, 137, 2211, 139, 140, 141, 142, 143,
144, 145, 146, 147, 2211, 2211, 2211, 2211, 2211, 2211,
154, 2211, 2211, 2211, 158, 159, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2211, 2211, 2211, 114, 115, 116, 117, 118, 119,
120, 121, 122, 123, 1039, 1040, 126, 127, 128, 129,
1041, 131, 132, 133, 1042, 1043, 1044, 1045, 138, 1046,
1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 148, 149,
150, 151, 152, 153, 1055, 155, 156, 157, 1056, 1057,
2171, 2211, 2211, 2211, 2211, 2171, 2211, 2171, 2211, 2171,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2171, 2211,
2211, 2171, 2211, 2171, 2211, 2171, 2211, 2171, 2211, 2171,
2211, 2211, 2211, 2211, 2171, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2211, 2211, 2211,
2171, 2098, 2211, 2211, 2211, 2100, 2100, 2211, 2211, 2211,
2211, 2098, 2211, 2211, 2211, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2101, 2101, 2101,
2101, 2101, 2101, 2101, 2101, 2101, 2101, 2100, 2211, 2211,
2211, 2211, 2100, 2100, 2211, 2100, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2100, 2100, 2211, 2100,
2100, 2100, 2211, 2211, 2211, 2211, 2101, 2101, 2101, 2101,
2101, 2101, 2101, 2101, 2101, 2101, 2100, 2100, 2211, 2211,
2101, 2101, 2101, 2101, 2101, 2101, 2211, 2211, 2211, 2211,
2211, 2100, 2100, 2100, 2100, 2211, 2100, 2211, 2100, 2211,
2211, 2211, 2211, 2211, 2101, 2101, 2101, 2101, 2101, 2101,
2101, 2101, 2101, 2101, 2100, 2100, 2100, 2100, 2100, 2211,
2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101,
2100, 2100, 2211, 2100, 2100, 2100, 2100, 2211, 2211, 2211,
2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101,
2211, 2100, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101,
2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101,
2101, 2100, 2100, 2211, 2211, 2211, 2211, 2211, 2211, 2100,
2100, 2211, 2211, 2211, 2211, 2101, 2101, 2101, 2101, 2101,
2101, 2101, 2101, 2101, 2101, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2101, 2101, 2101, 2101, 2101, 2101, 2101,
2211, 2211, 2211, 2100, 2211, 2100, 2100, 2211, 2211, 2211,
2211, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101,
2101, 2211, 2100, 2100, 2100, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2100, 2100, 2100, 2211, 2211, 2211, 2211,
2211, 2211, 2100, 2100, 2211, 2211, 2211, 2211, 2101, 2101,
2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101,
2101, 2101, 2101, 2101, 2211, 2211, 2211, 2211, 2100, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2104, 2104, 2104, 2104, 2104, 2104,
2104, 2104, 2104, 2104, 2182, 2211, 2211, 2211, 2183, 2211,
2137, 2211, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101,
2101, 2101, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2138,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2184, 2101, 2101,
2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2100, 2100,
2100, 2100, 2100, 2100, 2100, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2101, 2101, 2101, 2101, 2101, 2101,
2101, 2101, 2101, 2101, 2211, 2211, 2100, 2100, 2100, 2100,
2211, 2211, 2211, 2211, 2211, 2101, 2101, 2101, 2101, 2101,
2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101,
2101, 2101, 2101, 2101, 2101, 2104, 2104, 2104, 2104, 2104,
2104, 2104, 2104, 2104, 2104, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104,
2104, 2104, 2211, 2211, 2211, 2211, 2104, 2104, 2104, 2104,
2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104,
2104, 2104, 2104, 2104, 2104, 2104, 2105, 2211, 2211, 2211,
2211, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2211,
2105, 2105, 2105, 2105, 2211, 2211, 2105, 2105, 2105, 2211,
2211, 2105, 2211, 2105, 2105, 2104, 2104, 2104, 2104, 2104,
2104, 2104, 2104, 2104, 2104, 2211, 2211, 2211, 2211, 2211,
2211, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104,
2104, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2104,
2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2105, 2211,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2104, 2104, 2104, 2104,
2104, 2104, 2104, 2104, 2104, 2104, 2211, 2211, 2211, 2211,
2211, 2211, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104,
2104, 2104, 2211, 2211, 2211, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2211, 2211, 2211, 2105, 2104, 2104, 2104, 2104,
2104, 2104, 2104, 2104, 2104, 2104, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2105, 2105, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2105, 2105,
2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104,
2105, 2105, 2105, 2105, 2105, 2105, 2107, 2107, 2107, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2107, 2211, 2211, 2211,
2211, 2211, 2109, 2109, 2110, 2211, 2124, 2124, 2124, 2124,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2109, 2109, 2109, 2109,
2109, 2211, 2211, 2110, 2110, 2110, 2109, 2109, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2125, 2125, 2125, 2125, 2125, 2125,
2125, 2125, 2125, 2125, 2125, 2125, 2125, 2125, 2125, 2125,
2125, 2125, 2125, 2125, 2211, 2211, 2211, 2211, 2211, 2211,
2125, 2125, 2125, 2125, 2125, 2125, 2125, 2125, 2125, 2125,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2124, 2124,
2124, 2124, 2124, 2124, 2211, 2211, 2211, 2124, 2211, 2211,
2124, 2124, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2124, 2125,
2125, 2125, 2125, 2125, 2125, 2125, 2125, 2125, 2125, 2211,
2211, 2211, 2211, 2211, 2211, 2124, 2124, 2124, 2124, 2124,
2211, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2125, 2125, 2125, 2125, 2125, 2125, 2125, 2125, 2125,
2125, 2124, 2124, 2124, 2124, 2124, 2211, 2211, 2211, 2211,
2124, 2124, 2124, 2124, 2124, 2211, 2211, 2211, 2211, 2125,
2125, 2125, 2125, 2125, 2125, 2125, 2125, 2125, 2125, 2124,
2211, 2124, 2211, 2211, 2211, 2124, 2124, 2211, 2211, 2124,
2124, 2124, 2124, 2124, 2124, 2211, 2124, 2211, 2211, 2211,
2211, 2211, 2124, 2211, 2211, 2211, 2124, 2211, 2211, 2211,
2211, 2124, 2211, 2211, 2211, 2124, 2124, 2211, 2211, 2211,
2211, 2124, 2124, 2124, 2211, 2211, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2124, 2124, 2124, 2211, 2125, 2125,
2125, 2125, 2125, 2125, 2125, 2125, 2125, 2125, 108, 2211,
108, 2211, 2211, 2211, 2176, 2176, 2176, 110, 2211, 2211,
2211, 2211, 111, 2211, 2211, 2211, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
2211, 113, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 2100, 2211, 2100, 2211, 2211, 2211,
2211, 2211, 2211, 2176, 2211, 2176, 2176, 2176, 2211, 2211,
2176, 2211, 2211, 2211, 2176, 2211, 2105, 2105, 2105, 2105,
2211, 2105, 2105, 2105, 2105, 2176, 2176, 2211, 2105, 2105,
2211, 2211, 2211, 2211, 2100, 2101, 2101, 2211, 2211, 2211,
2176, 2211, 2211, 2176, 2176, 2176, 2176, 2176, 2176, 2211,
2176, 2176, 2211, 2100, 2100, 2211, 2211, 2211, 114, 115,
116, 117, 118, 119, 120, 121, 122, 123, 1039, 1040,
126, 127, 128, 129, 1041, 131, 132, 133, 1042, 1043,
1044, 1045, 138, 1046, 1047, 1048, 1049, 1050, 1051, 1052,
1053, 1054, 148, 149, 150, 151, 152, 153, 1055, 155,
156, 157, 1056, 1057, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2176, 2176, 2176, 2176,
2098, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176,
2098, 2176, 2176, 2176, 2098, 2176, 2176, 2176, 2176, 2176,
2176, 2176, 2176, 2176, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2176, 2176,
2176, 2100, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176,
2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176,
2100, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2100, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2176, 2176,
2211, 2211, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101,
2101, 2101, 2211, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2176, 2176,
2176, 2176, 2176, 2211, 2211, 2176, 2176, 2211, 2211, 2176,
2176, 2176, 2100, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2176, 2211, 2211, 2211, 2211, 2100, 2100, 2211, 2100,
2100, 2100, 2176, 2176, 2211, 2211, 2101, 2101, 2101, 2101,
2101, 2101, 2101, 2101, 2101, 2101, 2100, 2100, 2211, 2211,
2101, 2101, 2101, 2101, 2101, 2101, 2176, 2176, 2176, 2211,
2211, 2211, 2211, 2176, 2176, 2211, 2211, 2176, 2176, 2176,
2211, 2211, 2211, 2176, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2100, 2100, 2100, 2100, 2211, 2100, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2101, 2101, 2101, 2101, 2101, 2101,
2101, 2101, 2101, 2101, 2176, 2176, 2100, 2100, 2100, 2176,
2176, 2176, 2176, 2176, 2176, 2176, 2211, 2176, 2176, 2176,
2211, 2176, 2176, 2176, 2211, 2211, 2100, 2177, 2177, 2177,
2211, 2211, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104,
2104, 2104, 2100, 2100, 2176, 2176, 2211, 2211, 2101, 2101,
2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2176, 2176,
2176, 2176, 2211, 2211, 2176, 2176, 2176, 2211, 2176, 2176,
2176, 2176, 2100, 2100, 2100, 2100, 2211, 2211, 2211, 2100,
2211, 2176, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180,
2180, 2180, 2180, 2180, 2180, 2211, 2101, 2101, 2101, 2101,
2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2211,
2100, 2211, 2211, 2100, 2211, 2176, 2100, 2211, 2211, 2176,
2211, 2211, 2100, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2176, 2176, 2211, 2100, 2100, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2100, 2100, 2180, 2100, 2180, 2180, 2180, 2100,
2211, 2180, 2180, 2100, 2100, 2100, 2100, 2211, 2180, 2180,
2211, 2211, 2211, 2211, 2211, 2101, 2101, 2101, 2101, 2101,
2101, 2101, 2100, 2211, 2211, 2100, 2100, 2100, 2211, 2211,
2100, 2211, 2211, 2100, 2211, 2211, 2100, 2100, 2211, 2100,
2211, 2211, 2100, 2211, 2211, 2211, 2176, 2211, 2211, 2211,
2211, 2176, 2100, 2211, 2176, 2176, 2176, 2176, 2176, 2176,
2176, 2211, 2211, 2211, 2211, 2211, 2211, 2100, 2211, 2211,
2211, 2101, 2101, 2101, 2101, 2101, 2101, 2211, 2211, 2211,
2211, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2176, 2176, 2100, 2100, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2180, 2180, 2180, 2180, 2211, 2180, 2180, 2180,
2180, 2180, 2180, 2180, 2180, 2180, 2180, 2100, 2211, 2211,
2176, 2211, 2176, 2211, 2176, 2100, 2211, 2211, 2100, 2176,
2176, 2100, 2211, 2211, 2100, 2100, 2211, 2100, 2211, 2211,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2211, 2211, 2211,
2176, 2211, 2211, 2211, 2211, 2176, 2176, 2176, 2176, 2176,
2176, 2211, 2176, 2211, 2176, 2176, 2176, 2176, 2176, 2176,
2176, 2176, 2211, 2211, 2211, 2211, 2211, 2211, 2101, 2101,
2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2211, 2211,
2176, 2176, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2176,
2176, 2176, 2176, 2176, 2176, 2176, 2176, 2211, 2101, 2101,
2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2100, 2100,
2100, 2100, 2100, 2211, 2100, 2100, 2176, 2176, 2176, 2176,
2176, 2176, 2211, 2211, 2101, 2101, 2101, 2101, 2101, 2101,
2101, 2101, 2101, 2101, 2211, 2211, 2100, 2100, 2100, 2100,
2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018,
2018, 2018, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177,
2211, 2211, 2211, 2211, 2211, 2176, 2176, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2176, 2176, 2176, 2176, 2176, 2104,
2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2211,
2211, 2211, 2211, 2211, 2211, 2102, 2102, 2102, 2102, 2102,
2102, 2177, 2177, 2177, 2177, 2102, 2102, 2102, 2102, 2177,
2177, 2177, 2102, 2177, 2177, 2177, 2102, 2102, 2177, 2177,
2177, 2177, 2177, 2177, 2177, 2102, 2102, 2102, 2177, 2177,
2177, 2177, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2177, 2177, 2177, 2177, 2177, 2177, 2177,
2177, 2177, 2177, 2177, 2177, 2211, 2177, 2104, 2104, 2104,
2104, 2104, 2104, 2104, 2104, 2104, 2104, 2177, 2177, 2177,
2177, 2211, 2211, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2211, 2211, 2177, 2177, 2177, 2211, 2211, 2211, 2211, 2177,
2177, 2177, 2211, 2211, 2104, 2104, 2104, 2104, 2104, 2104,
2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104,
2104, 2104, 2104, 2104, 2105, 2211, 2211, 2211, 2211, 2211,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2177, 2177, 2105, 2105, 2104, 2104, 2104,
2104, 2104, 2104, 2104, 2104, 2104, 2104, 2105, 2105, 2105,
2105, 2105, 2105, 2177, 2177, 2177, 2177, 2177, 2177, 2177,
2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177,
2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177,
2177, 2177, 2177, 2177, 2177, 2211, 2211, 2211, 2105, 2211,
2211, 2211, 2211, 2105, 2177, 2211, 2211, 2104, 2104, 2104,
2104, 2104, 2104, 2104, 2104, 2104, 2104, 2211, 2211, 2211,
2211, 2211, 2211, 2104, 2104, 2104, 2104, 2104, 2104, 2104,
2104, 2104, 2104, 2177, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2211, 2177, 2177, 2177,
2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2211,
2211, 2211, 2211, 2177, 2177, 2177, 2177, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2177,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2177, 2177, 2211,
2180, 2180, 2211, 2211, 2211, 2104, 2104, 2104, 2104, 2104,
2104, 2104, 2104, 2104, 2104, 2104, 2177, 2177, 2177, 2177,
2177, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2105, 2211, 2105, 2105, 2105, 2105,
2105, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177,
2177, 2124, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180,
2180, 2180, 2180, 2180, 2177, 2177, 2177, 2177, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2177, 2211, 2211, 2177, 2104, 2104, 2104, 2104, 2104, 2104,
2104, 2104, 2104, 2104, 2211, 2211, 2211, 2211, 2211, 2211,
2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104, 2104,
2211, 2211, 2124, 2124, 2124, 2180, 2180, 2180, 2180, 2180,
2180, 2180, 2211, 2105, 2180, 2180, 2180, 2180, 2180, 2211,
2211, 2211, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177,
2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177,
2177, 2177, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2211,
2211, 2211, 2211, 2104, 2104, 2104, 2104, 2104, 2104, 2104,
2104, 2104, 2104, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2211, 2211, 2211, 2211,
2211, 2211, 2177, 2177, 2177, 2177, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2177, 2177,
2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177,
2177, 2177, 2177, 2177, 2107, 2107, 2107, 2177, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2178, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2177, 2177,
2177, 2177, 2107, 2107, 2107, 2107, 2107, 2107, 2107, 2211,
2107, 2107, 2107, 2107, 2107, 2107, 2107, 2211, 2107, 2107,
2107, 2107, 2107, 2107, 2107, 2211, 2107, 2107, 2107, 2107,
2107, 2107, 2107, 2211, 2178, 2178, 2178, 2178, 2178, 2178,
2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178,
2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178,
2178, 2178, 2178, 2178, 2178, 2178, 2109, 2109, 2110, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2110, 2110, 2110, 2110, 2110, 2110,
2110, 2110, 2110, 2179, 2179, 2179, 2179, 2179, 2179, 2211,
2109, 2109, 2109, 2109, 2109, 2211, 2211, 2110, 2110, 2110,
2109, 2109, 2125, 2125, 2125, 2125, 2125, 2125, 2125, 2125,
2125, 2125, 2180, 2180, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2180, 2211, 2211, 2211,
2180, 2180, 2211, 2211, 2211, 2180, 2211, 2211, 2211, 2211,
2180, 2180, 2211, 2211, 2125, 2125, 2125, 2125, 2125, 2125,
2125, 2125, 2125, 2125, 2211, 2211, 2211, 2211, 2211, 2180,
2180, 2180, 2180, 2180, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2125, 2125, 2125, 2125, 2125, 2125, 2180, 2180,
2180, 2180, 2180, 2211, 2211, 2211, 2211, 2180, 2180, 2180,
2124, 2124, 2211, 2211, 2125, 2125, 2125, 2125, 2125, 2125,
2125, 2125, 2125, 2125, 2211, 2211, 2211, 2211, 2211, 2211,
2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180,
2180, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2124, 2124,
2124, 2124, 2124, 2124, 2211, 2211, 2211, 2124, 2125, 2125,
2125, 2125, 2125, 2125, 2125, 2125, 2125, 2125, 2211, 2211,
2211, 2211, 2124, 2211, 2211, 2211, 2124, 2211, 2211, 2211,
2211, 2124, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2180, 2180, 2180, 2180,
2180, 2180, 2180, 2180, 2211, 2211, 2211, 2211, 2211, 2124,
2180, 2180, 2180, 2211, 2180, 2180, 2211, 2211, 2211, 2211,
2124, 2180, 2211, 2211, 2125, 2125, 2125, 2125, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2124, 2125, 2125, 2125,
2125, 2125, 2125, 2125, 2125, 2125, 2125, 2211, 2211, 2211,
2211, 2211, 2211, 2124, 2124, 2124, 2124, 2124, 2180, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2125,
2125, 2125, 2125, 2125, 2125, 2125, 2125, 2125, 2125, 2124,
2124, 2124, 2124, 2124, 2185, 2211, 2186, 2211, 2187, 2188,
2189, 2145, 2190, 2211, 2211, 2191, 2192, 2193, 2211, 2211,
2211, 2211, 2194, 2195, 2211, 2211, 2196, 2211, 2197, 2154,
2198, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2156,
108, 2211, 108, 2211, 2211, 2211, 2211, 2211, 2211, 110,
2211, 2211, 2211, 2211, 111, 2211, 2211, 2211, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 2211, 113, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 124, 125, 2211, 2211,
2211, 2211, 130, 2211, 2211, 2211, 134, 135, 136, 137,
2211, 139, 140, 141, 142, 143, 144, 145, 146, 147,
2211, 2211, 2211, 1021, 2211, 2211, 154, 2211, 1022, 2211,
158, 159, 1023, 1024, 1025, 1026, 2211, 1027, 1028, 1029,
1030, 1031, 1032, 1033, 1034, 1035, 2211, 2211, 2211, 2211,
2211, 2211, 1036, 2211, 2211, 2211, 1037, 1038, 2211, 2211,
114, 115, 116, 117, 118, 119, 120, 121, 122, 123,
1039, 1040, 126, 127, 128, 129, 1041, 131, 132, 133,
1042, 1043, 1044, 1045, 138, 1046, 1047, 1048, 1049, 1050,
1051, 1052, 1053, 1054, 148, 149, 150, 151, 152, 153,
1055, 155, 156, 157, 1056, 1057, 2204, 2211, 2211, 2211,
2211, 2204, 2211, 2204, 2211, 2204, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2204, 2211, 2211, 2204, 2211, 2204,
2211, 2204, 2211, 2204, 2211, 2204, 2211, 2211, 2211, 2211,
2204, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2204, 205, 205, 205,
205, 205, 205, 205, 205, 205, 205, 205, 205, 205,
205, 205, 205, 205, 205, 205, 205, 205, 205, 205,
2211, 205, 205, 205, 205, 205, 205, 205, 205, 205,
205, 205, 205, 205, 205, 205, 205, 205, 205, 205,
205, 205, 205, 205, 205, 205, 205, 205, 205, 205,
205, 205, 2211, 205, 205, 205, 205, 205, 205, 205,
205, 205, 205, 205, 205, 205, 205, 205, 205, 205,
205, 205, 205, 205, 205, 205, 205, 205, 205, 205,
205, 205, 205, 205, 205, 205, 205, 205, 2211, 2211,
2211, 2211, 2211, 205, 205, 205, 205, 205, 205, 205,
205, 205, 205, 205, 205, 205, 205, 205, 205, 205,
205, 205, 205, 205, 205, 205, 205, 205, 205, 205,
205, 205, 205, 205, 205, 205, 205, 205, 205, 205,
205, 205, 205, 205, 205, 205, 205, 205, 205, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 205, 205, 2211, 205, 205, 205,
205, 205, 205, 205, 205, 205, 205, 205, 205, 205,
205, 205, 205, 205, 205, 205, 205, 205, 205, 205,
205, 205, 205, 205, 205, 205, 205, 205, 205, 205,
205, 205, 2211, 205, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 205,
205, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 205, 205,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
205, 205, 205, 2211, 2211, 205, 205, 205, 205, 205,
205, 205, 205, 205, 205, 205, 205, 205, 205, 205,
205, 205, 205, 205, 205, 205, 205, 205, 205, 205,
205, 205, 205, 205, 205, 205, 205, 205, 205, 205,
205, 205, 205, 205, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 205, 1016, 2211, 1016, 1016,
1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016,
1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016,
1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016,
1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016,
1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016,
1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016,
1016, 1016, 1016, 1016, 1016, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 2211, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
2211, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1058,
1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058,
1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058,
1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058,
1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058,
1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058,
1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058,
1058, 1058, 1058, 1020, 1020, 2211, 1020, 1020, 2211, 1020,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 2211, 2211, 2211, 2211, 2211,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 2211, 2211, 2211, 2211, 2211, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895,
1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895,
1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895,
1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895,
1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895,
1895, 1895, 1895, 1895, 1895, 2211, 2211, 2211, 1895, 1895,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 1895, 1895, 1895,
1895, 1895, 1895, 1895, 1895, 1895, 1895, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895,
1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 2211, 1895,
1895, 1895, 1895, 1895, 1895, 2211, 2211, 2211, 1895, 1895,
1895, 2211, 1895, 1895, 1895, 1895, 2211, 2211, 2211, 1895,
1895, 2211, 1895, 2211, 1895, 1895, 2211, 2211, 2211, 1895,
1895, 2211, 2211, 2211, 1895, 1895, 1895, 2211, 2211, 2211,
1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895, 1895,
1895, 1895, 1895, 1895, 2211, 1895, 2211, 2211, 1895, 1895,
2211, 1895, 2211, 2211, 1895, 2211, 2211, 2211, 2211, 2211,
2211, 1895, 1895, 1895, 1895, 2211, 1895, 1895, 1895, 1895,
1895, 1895, 1895, 2211, 1895, 1895, 1895, 2211, 1895, 2211,
1895, 2211, 2211, 1895, 1895, 2211, 1895, 1895, 1895, 1895,
2211, 1895, 1895, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 1895, 1896, 1896, 1896, 1896, 1896, 1896, 1896,
1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896,
1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896,
1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896,
1896, 1896, 1896, 1896, 1896, 1896, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 1896, 1896, 1896, 1896,
1896, 1896, 1896, 2211, 2211, 2211, 2211, 1896, 1896, 1896,
1896, 2211, 2211, 2211, 1896, 2211, 2211, 2211, 1896, 1896,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 1896, 1896, 1896,
2211, 2211, 2211, 2211, 1896, 1896, 1896, 1896, 1896, 1896,
1896, 1896, 1896, 1896, 1896, 1896, 1896, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 1896,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 1896, 1896, 1896,
1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896,
1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896,
1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896,
1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896,
1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1896,
1896, 1896, 1896, 1896, 1896, 1896, 1897, 1897, 1897, 1897,
1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897,
1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897,
1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897,
1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897,
1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897,
1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897,
1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897,
1897, 1897, 2211, 1897, 1897, 1897, 1897, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897,
1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897,
1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897,
1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897,
1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897,
1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897,
1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897,
1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897,
1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897,
1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897,
1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897,
1897, 1897, 2211, 2211, 1897, 1897, 1897, 1897, 1897, 1900,
2211, 2211, 2211, 2211, 1900, 2211, 2211, 1900, 1900, 1900,
1900, 1900, 1900, 1900, 1900, 1900, 1900, 2211, 1900, 2211,
2211, 2211, 1900, 1900, 1900, 1900, 1900, 2211, 2211, 2211,
2211, 2211, 2211, 1900, 2211, 1900, 2211, 1900, 2211, 1900,
1900, 1900, 1900, 2211, 1900, 1900, 1900, 1900, 1900, 1900,
1900, 1900, 1900, 1900, 1900, 2211, 2211, 1900, 1900, 1900,
1900, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902,
1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902,
1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902,
1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902,
1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902,
1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902,
1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902,
1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 1902, 1902, 1902, 1902,
1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902,
1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902, 1902,
1902, 1902, 1902, 1903, 1903, 1903, 1903, 1903, 1903, 1903,
1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903,
1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903,
1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903,
1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903,
1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1903,
1903, 1903, 1903, 1903, 1903, 1903, 1903, 1904, 1904, 1904,
1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904,
1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904,
1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904,
1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904,
1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904,
1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904, 1904,
1904, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905,
1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905,
1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905,
1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905,
1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905,
1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905,
1905, 1905, 1905, 1905, 1905, 1906, 1906, 1906, 1906, 1906,
1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906,
1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906,
1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906,
1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906,
1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906,
1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1906, 1907,
1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907,
1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907,
1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907,
1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907,
1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907,
1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907, 1907,
1907, 1907, 1907, 1908, 1908, 1908, 1908, 1908, 1908, 1908,
1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908,
1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908,
1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908,
1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908,
1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1908,
1908, 1908, 1908, 1908, 1908, 1908, 1908, 1909, 1909, 1909,
1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909,
1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909,
1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909,
1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909,
1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909,
1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909, 1909,
1909, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910,
1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910,
1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910,
1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910,
1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910,
1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910,
1910, 1910, 1910, 1910, 1910, 1911, 1911, 1911, 1911, 1911,
1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911,
1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911,
1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911,
1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911,
1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911,
1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1912,
1912, 1912, 1912, 1912, 1912, 1912, 1912, 1912, 1912, 1912,
1912, 1912, 1912, 1912, 1912, 1912, 1912, 1912, 1912, 1912,
1912, 1912, 1912, 1912, 1912, 1912, 1912, 1912, 1912, 1912,
1912, 1912, 1912, 1912, 1912, 1912, 1912, 1912, 1912, 1912,
1912, 1912, 1912, 1912, 1912, 1912, 1912, 1912, 1912, 1912,
1912, 1912, 1912, 1912, 1912, 1912, 1912, 1912, 1912, 1912,
1912, 1912, 1912, 1913, 1913, 1913, 1913, 1913, 1913, 1913,
1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913,
1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913,
1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913,
1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913,
1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913, 1913,
1913, 1913, 1913, 1913, 1913, 1913, 1913, 1914, 1914, 1914,
1914, 1914, 1914, 1914, 1914, 1914, 1914, 1914, 1914, 1914,
1914, 1914, 1914, 1914, 1914, 1914, 1914, 1914, 1914, 1914,
1914, 1914, 1914, 1914, 1914, 1914, 1914, 1914, 1914, 1914,
1914, 1914, 1914, 1914, 1914, 1914, 1914, 1914, 1914, 1914,
1914, 1914, 1914, 1914, 1914, 1914, 1914, 1914, 1914, 1914,
1914, 1914, 1914, 1914, 1914, 1914, 1914, 1914, 1914, 1914,
1914, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915,
1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915,
1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915,
1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915,
1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915,
1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915,
1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915,
1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 2211, 2211,
2211, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915,
1915, 1915, 1915, 1915, 1915, 1915, 1915, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 1915, 1915, 1915,
1915, 1915, 1915, 1915, 1915, 1915, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915,
1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915,
1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915,
1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917,
1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917,
1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917,
1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917,
1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917,
1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1917,
1917, 1917, 1917, 1917, 1918, 1918, 1918, 1918, 1918, 1918,
1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918,
1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918,
1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918,
1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918,
1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918,
1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1920, 1920,
1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920,
1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920,
1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920,
1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920,
1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920,
1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920,
1920, 1920, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921,
1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921,
1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921,
1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921,
1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921,
1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921,
1921, 1921, 1921, 1921, 1921, 1921, 1922, 1922, 1922, 1922,
1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922,
1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922,
1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922,
1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922,
1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922,
1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922,
1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922,
1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922,
1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922,
1922, 1922, 1922, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 1922, 1922, 1922, 1922, 1922,
2211, 2211, 2211, 2211, 2211, 1922, 2211, 1922, 1922, 1922,
1922, 1922, 1922, 1922, 1922, 1922, 1922, 2211, 1922, 1922,
1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922,
1922, 2211, 1922, 1922, 1922, 1922, 1922, 2211, 1922, 1922,
1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922,
1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922, 1922,
1922, 1922, 1922, 1922, 1922, 1016, 2211, 1016, 1016, 1016,
1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016,
1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016,
1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016,
1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016,
1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016,
1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016,
1016, 1016, 1016, 1016, 1020, 1020, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 2211, 2211, 2211, 2211, 2211,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 2211, 2211, 2211,
2211, 1020, 1020, 2211, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 2211,
1020, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 1020, 1020, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
2211, 2211, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 1020, 2018, 2018, 2018, 2018, 2018, 2018, 2018,
2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018,
2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018,
2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018,
2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018,
2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018,
2018, 2018, 2018, 2018, 2018, 2018, 2018, 1020, 1020, 2211,
1020, 1020, 2211, 1020, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 2211,
2211, 2211, 2211, 2211, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 2211, 2211,
2211, 2211, 2211, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2099, 2099, 2099, 2099, 2099, 2099, 2099,
2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099,
2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099,
2099, 2100, 2100, 2100, 2100, 2211, 2100, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2211, 2211, 2100, 2100, 2211, 2211,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2211, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2211, 2100, 2211, 2211, 2211, 2100, 2100, 2100, 2100, 2211,
2211, 2100, 2100, 2100, 2100, 2100, 2100, 2211, 2100, 2100,
2100, 2100, 2100, 2100, 2211, 2211, 2211, 2100, 2100, 2100,
2211, 2100, 2100, 2100, 2100, 2211, 2211, 2211, 2100, 2100,
2211, 2100, 2211, 2100, 2100, 2211, 2211, 2211, 2100, 2100,
2211, 2211, 2211, 2100, 2100, 2100, 2211, 2211, 2211, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2211, 2211, 2211, 2211, 2100, 2100, 2100, 2100, 2211,
2100, 2211, 2211, 2100, 2100, 2211, 2100, 2211, 2211, 2100,
2211, 2211, 2211, 2211, 2211, 2211, 2100, 2100, 2100, 2100,
2211, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2211, 2100,
2100, 2100, 2211, 2100, 2211, 2100, 2211, 2211, 2100, 2100,
2211, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2211, 2100, 2100, 2100, 2101, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2101, 2101, 2211, 2211, 2211, 2211, 2211, 2211,
2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101,
2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101,
2211, 2101, 2211, 2101, 2211, 2101, 2211, 2211, 2211, 2211,
2101, 2101, 2099, 2099, 2099, 2099, 2099, 2211, 2099, 2099,
2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099,
2099, 2099, 2099, 2099, 2099, 2099, 2211, 2099, 2099, 2099,
2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099,
2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099,
2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099,
2099, 2099, 2099, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2211, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2211, 2211, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2211, 2211,
2211, 2211, 2211, 2211, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2211, 2211, 2105, 2105,
2105, 2105, 2105, 2103, 2103, 2103, 2211, 2103, 2103, 2103,
2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103,
2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103,
2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103, 2103,
2103, 2103, 2211, 2103, 2103, 2108, 2108, 2108, 2108, 2108,
2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108,
2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108,
2108, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2107, 2211,
2211, 2211, 2211, 2107, 2211, 2211, 2107, 2107, 2107, 2107,
2107, 2107, 2107, 2107, 2107, 2107, 2211, 2107, 2211, 2211,
2211, 2107, 2107, 2107, 2107, 2107, 2211, 2211, 2211, 2211,
2211, 2211, 2107, 2211, 2107, 2211, 2107, 2211, 2107, 2107,
2107, 2107, 2211, 2107, 2107, 2107, 2107, 2107, 2107, 2107,
2107, 2107, 2107, 2107, 2211, 2211, 2107, 2107, 2107, 2107,
2106, 2106, 2106, 2106, 2106, 2211, 2211, 2211, 2211, 2106,
2211, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106,
2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106,
2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106,
2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106,
2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106,
2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106,
2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106,
2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106,
2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106,
2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106,
2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2109,
2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109,
2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109,
2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109,
2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109,
2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109,
2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109,
2109, 2109, 2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112,
2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112,
2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112,
2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112,
2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112,
2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112, 2112,
2112, 2112, 2112, 2112, 2112, 2112, 2113, 2113, 2113, 2113,
2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113,
2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113,
2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113,
2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113,
2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113,
2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113,
2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114,
2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114,
2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114,
2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114,
2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114,
2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114, 2114,
2114, 2114, 2114, 2114, 2115, 2115, 2115, 2115, 2115, 2115,
2115, 2115, 2115, 2115, 2115, 2115, 2115, 2115, 2115, 2115,
2115, 2115, 2115, 2115, 2115, 2115, 2115, 2115, 2115, 2115,
2115, 2115, 2115, 2115, 2115, 2115, 2115, 2115, 2115, 2115,
2115, 2115, 2115, 2115, 2115, 2115, 2115, 2115, 2115, 2115,
2115, 2115, 2115, 2115, 2115, 2115, 2115, 2115, 2115, 2115,
2115, 2115, 2115, 2115, 2115, 2115, 2115, 2115, 2116, 2116,
2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116,
2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116,
2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116,
2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116,
2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116,
2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116,
2116, 2116, 2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117,
2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117,
2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117,
2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117,
2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117,
2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117,
2117, 2117, 2117, 2117, 2117, 2117, 2118, 2118, 2118, 2118,
2118, 2118, 2118, 2118, 2118, 2118, 2118, 2118, 2118, 2118,
2118, 2118, 2118, 2118, 2118, 2118, 2118, 2118, 2118, 2118,
2118, 2118, 2118, 2118, 2118, 2118, 2118, 2118, 2118, 2118,
2118, 2118, 2118, 2118, 2118, 2118, 2118, 2118, 2118, 2118,
2118, 2118, 2118, 2118, 2118, 2118, 2118, 2118, 2118, 2118,
2118, 2118, 2118, 2118, 2118, 2118, 2118, 2118, 2118, 2118,
2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119,
2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119,
2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119,
2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119,
2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119,
2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119, 2119,
2119, 2119, 2119, 2119, 2120, 2120, 2120, 2120, 2120, 2120,
2120, 2120, 2120, 2120, 2120, 2120, 2120, 2120, 2120, 2120,
2120, 2120, 2120, 2120, 2120, 2120, 2120, 2120, 2120, 2120,
2120, 2120, 2120, 2120, 2120, 2120, 2120, 2120, 2120, 2120,
2120, 2120, 2120, 2120, 2120, 2120, 2120, 2120, 2120, 2120,
2120, 2120, 2120, 2120, 2120, 2120, 2120, 2120, 2120, 2120,
2120, 2120, 2120, 2120, 2120, 2120, 2120, 2120, 2121, 2121,
2121, 2121, 2121, 2121, 2121, 2121, 2121, 2121, 2121, 2121,
2121, 2121, 2121, 2121, 2121, 2121, 2121, 2121, 2121, 2121,
2121, 2121, 2121, 2121, 2121, 2121, 2121, 2121, 2121, 2121,
2121, 2121, 2121, 2121, 2121, 2121, 2121, 2121, 2121, 2121,
2121, 2121, 2121, 2121, 2121, 2121, 2121, 2121, 2121, 2121,
2121, 2121, 2121, 2121, 2121, 2121, 2121, 2121, 2121, 2121,
2121, 2121, 2122, 2122, 2122, 2122, 2122, 2122, 2122, 2122,
2122, 2122, 2122, 2122, 2122, 2122, 2122, 2122, 2122, 2122,
2122, 2122, 2122, 2122, 2122, 2122, 2122, 2122, 2122, 2122,
2122, 2122, 2122, 2122, 2122, 2122, 2122, 2122, 2122, 2122,
2122, 2122, 2122, 2122, 2122, 2122, 2122, 2122, 2122, 2122,
2122, 2122, 2122, 2122, 2122, 2122, 2122, 2122, 2122, 2122,
2122, 2122, 2122, 2122, 2122, 2122, 2123, 2123, 2123, 2123,
2123, 2123, 2123, 2123, 2123, 2123, 2123, 2123, 2123, 2123,
2123, 2123, 2123, 2123, 2123, 2123, 2123, 2123, 2123, 2123,
2123, 2123, 2123, 2123, 2123, 2123, 2123, 2123, 2123, 2123,
2123, 2123, 2123, 2123, 2123, 2123, 2123, 2123, 2123, 2123,
2123, 2123, 2123, 2123, 2123, 2123, 2123, 2123, 2123, 2123,
2123, 2123, 2123, 2123, 2123, 2123, 2123, 2123, 2123, 2123,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2211, 2211, 2211,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2124, 2124, 2124, 2211,
2211, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2211, 2211, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2211, 2124, 2124, 2124, 2124, 2211, 2211, 2211, 2211,
2124, 2124, 2128, 2128, 2128, 2128, 2128, 2128, 2128, 2128,
2128, 2128, 2128, 2128, 2128, 2128, 2128, 2128, 2128, 2128,
2128, 2128, 2128, 2128, 2128, 2128, 2128, 2128, 2128, 2128,
2128, 2128, 2128, 2128, 2128, 2128, 2128, 2128, 2128, 2128,
2128, 2128, 2128, 2128, 2128, 2128, 2128, 2128, 2128, 2128,
2128, 2128, 2128, 2128, 2128, 2128, 2128, 2128, 2128, 2128,
2128, 2128, 2128, 2128, 2128, 2128, 2129, 2129, 2129, 2129,
2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129,
2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129,
2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129,
2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129,
2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129,
2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129, 2129,
2131, 2131, 2131, 2131, 2131, 2131, 2131, 2131, 2131, 2131,
2131, 2131, 2131, 2131, 2131, 2131, 2131, 2131, 2131, 2131,
2131, 2131, 2131, 2131, 2131, 2131, 2131, 2131, 2131, 2131,
2131, 2131, 2131, 2131, 2131, 2131, 2131, 2131, 2131, 2131,
2131, 2131, 2131, 2131, 2131, 2131, 2131, 2131, 2131, 2131,
2131, 2131, 2131, 2131, 2131, 2131, 2131, 2131, 2131, 2131,
2131, 2131, 2131, 2131, 2132, 2132, 2132, 2132, 2132, 2132,
2132, 2132, 2132, 2132, 2132, 2132, 2132, 2132, 2132, 2132,
2132, 2132, 2132, 2132, 2132, 2132, 2132, 2132, 2132, 2132,
2132, 2132, 2132, 2132, 2132, 2132, 2132, 2132, 2132, 2132,
2132, 2132, 2132, 2132, 2132, 2132, 2132, 2132, 2132, 2132,
2132, 2132, 2132, 2132, 2132, 2132, 2132, 2132, 2132, 2132,
2132, 2132, 2132, 2132, 2132, 2132, 2132, 2132, 2133, 2133,
2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133,
2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133,
2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133,
2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133,
2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133,
2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133,
2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133,
2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133,
2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133,
2133, 2133, 2133, 2133, 2133, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2133, 2133, 2133,
2133, 2133, 2211, 2211, 2211, 2211, 2211, 2133, 2133, 2133,
2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2211,
2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133,
2133, 2133, 2133, 2211, 2133, 2133, 2133, 2133, 2133, 2211,
2133, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134,
2134, 2134, 2134, 2134, 2134, 2134, 2134, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2134, 2134, 2134, 2134, 2134, 2134, 2134,
2134, 2134, 2134, 2134, 2134, 2134, 2134, 2133, 2133, 2133,
2133, 2133, 2133, 2133, 2133, 2133, 2133, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2133, 2133, 2133, 2133, 2133, 2133,
2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133,
2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2211, 2211, 2211, 2100, 2100, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2100, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2211, 2211, 2211, 2211,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2211, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2211, 2100, 2100,
2100, 2100, 2100, 2100, 2211, 2211, 2211, 2100, 2100, 2100,
2211, 2100, 2100, 2100, 2100, 2211, 2211, 2211, 2100, 2100,
2211, 2100, 2211, 2100, 2100, 2211, 2211, 2211, 2100, 2100,
2211, 2211, 2211, 2100, 2100, 2100, 2211, 2211, 2211, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2100, 2211, 2100, 2211, 2211, 2100, 2100, 2211,
2100, 2211, 2211, 2100, 2211, 2211, 2211, 2211, 2211, 2211,
2100, 2100, 2100, 2100, 2211, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2211, 2100, 2100, 2100, 2211, 2100, 2211, 2100,
2211, 2211, 2100, 2100, 2211, 2100, 2100, 2100, 2100, 2211,
2100, 2100, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2100, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2211, 2211, 2211, 2211,
2211, 2211, 2102, 2102, 2102, 2102, 2102, 2102, 2211, 2211,
2211, 2211, 2102, 2102, 2102, 2102, 2211, 2211, 2211, 2102,
2211, 2211, 2211, 2102, 2102, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2102, 2102, 2102, 2211, 2211, 2211, 2211, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2102, 2211, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2211, 2211, 2211, 2211,
2211, 2211, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2211, 2105, 2105,
2105, 2105, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2211, 2211, 2211, 2211, 2211, 2211,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2107, 2107, 2107, 2107, 2107, 2107, 2107,
2107, 2107, 2107, 2107, 2107, 2107, 2107, 2107, 2107, 2107,
2107, 2107, 2107, 2107, 2107, 2107, 2107, 2107, 2107, 2107,
2107, 2107, 2107, 2107, 2107, 2107, 2107, 2107, 2107, 2107,
2211, 2211, 2211, 2211, 2211, 2211, 2107, 2107, 2107, 2107,
2211, 2211, 2211, 2107, 2107, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2107, 2109, 2109, 2109, 2109, 2109,
2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109,
2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2211, 2211,
2211, 2211, 2211, 2211, 2109, 2109, 2109, 2211, 2109, 2109,
2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109,
2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109,
2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2124, 2124, 2124, 2211, 2124, 2124, 2124, 2211,
2124, 2124, 2124, 2124, 2211, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2133, 2133,
2133, 2133, 2133, 2133, 2133, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2133, 2133, 2133,
2133, 2133, 2211, 2211, 2211, 2211, 2211, 2133, 2211, 2133,
2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2211,
2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133,
2133, 2133, 2133, 2211, 2133, 2133, 2133, 2133, 2133, 2211,
2133, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2176,
2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176,
2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176,
2176, 2176, 2176, 2176, 2176, 2176, 2176, 2100, 2100, 2100,
2100, 2211, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2211, 2211, 2100, 2100, 2211, 2211, 2100, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2211, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2211, 2100, 2211, 2211,
2211, 2100, 2100, 2100, 2100, 2211, 2211, 2100, 2100, 2100,
2100, 2100, 2100, 2211, 2100, 2100, 2100, 2100, 2100, 2100,
2211, 2211, 2211, 2100, 2100, 2100, 2211, 2100, 2100, 2100,
2100, 2211, 2211, 2211, 2100, 2100, 2211, 2100, 2211, 2100,
2100, 2211, 2211, 2211, 2100, 2100, 2211, 2211, 2211, 2100,
2100, 2100, 2211, 2211, 2211, 2100, 2100, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2211, 2211, 2211,
2211, 2100, 2100, 2100, 2100, 2211, 2100, 2211, 2211, 2100,
2100, 2211, 2100, 2211, 2211, 2100, 2211, 2211, 2211, 2211,
2211, 2211, 2100, 2100, 2100, 2100, 2211, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2211, 2100, 2100, 2100, 2211, 2100,
2211, 2100, 2211, 2211, 2100, 2100, 2211, 2100, 2100, 2100,
2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100,
2211, 2100, 2100, 2100, 2101, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2101, 2101,
2211, 2211, 2211, 2211, 2211, 2211, 2101, 2101, 2101, 2101,
2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101,
2101, 2101, 2101, 2101, 2101, 2101, 2211, 2101, 2211, 2101,
2211, 2101, 2211, 2211, 2211, 2211, 2101, 2101, 2176, 2176,
2176, 2176, 2176, 2211, 2176, 2176, 2176, 2176, 2176, 2176,
2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176,
2176, 2176, 2211, 2176, 2176, 2176, 2176, 2176, 2176, 2176,
2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176,
2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176,
2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2176, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102,
2102, 2102, 2102, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2211, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2211,
2211, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2211, 2211, 2211, 2211, 2211, 2211, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105,
2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2177,
2177, 2177, 2211, 2177, 2177, 2177, 2177, 2177, 2177, 2177,
2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177,
2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177,
2177, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2211, 2177,
2177, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178,
2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178,
2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2178,
2178, 2178, 2178, 2178, 2107, 2107, 2107, 2107, 2107, 2107,
2107, 2107, 2107, 2107, 2107, 2107, 2107, 2107, 2107, 2107,
2107, 2107, 2107, 2107, 2107, 2107, 2107, 2107, 2107, 2107,
2107, 2107, 2107, 2107, 2107, 2107, 2107, 2107, 2107, 2107,
2107, 2211, 2211, 2211, 2211, 2211, 2211, 2107, 2107, 2107,
2107, 2107, 2107, 2107, 2107, 2107, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2107, 2109, 2109, 2109, 2109,
2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109,
2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2211,
2211, 2109, 2109, 2211, 2211, 2109, 2109, 2109, 2211, 2109,
2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109,
2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109,
2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2211, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2211, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2124, 2124, 2124, 2211, 2211, 2124, 2124, 2124,
2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2124,
2124, 2124, 2124, 2211, 2211, 2124, 2124, 2124, 2124, 2124,
2133, 2133, 2133, 2133, 2133, 2133, 2133, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2133,
2133, 2133, 2133, 2133, 2211, 2211, 2211, 2211, 2211, 2133,
2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133,
2133, 2211, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133,
2133, 2133, 2133, 2133, 2133, 2211, 2133, 2133, 2133, 2133,
2133, 2211, 2133, 2181, 2181, 2181, 2181, 2181, 2181, 2181,
2181, 2181, 2181, 2181, 2181, 2181, 2181, 2181, 2181, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2181, 2181, 2181, 2181, 2181,
2181, 2181, 2181, 2181, 2181, 2181, 2181, 2181, 2181, 3,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211
} ;
static const flex_int16_t yy_chk[19768] =
{ 0,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 5, 25, 15,
5, 15, 15, 16, 16, 32, 25, 25, 33, 15,
39, 52, 44, 32, 2212, 33, 97, 48, 39, 39,
44, 32, 48, 97, 50, 95, 15, 19, 95, 19,
50, 1004, 39, 48, 19, 50, 19, 39, 48, 1004,
50, 19, 39, 52, 104, 19, 19, 19, 19, 19,
19, 19, 19, 19, 19, 19, 19, 19, 19, 104,
19, 19, 19, 19, 19, 19, 19, 19, 19, 19,
19, 19, 19, 19, 19, 19, 19, 19, 19, 19,
19, 19, 19, 41, 53, 54, 55, 56, 57, 41,
58, 41, 184, 108, 41, 108, 63, 98, 184, 103,
62, 103, 108, 103, 98, 41, 2137, 41, 64, 66,
41, 73, 41, 116, 67, 2137, 53, 54, 55, 56,
57, 98, 58, 60, 60, 60, 60, 60, 63, 60,
60, 62, 62, 60, 60, 60, 60, 2207, 60, 67,
64, 66, 190, 73, 190, 116, 67, 19, 19, 19,
19, 19, 19, 19, 19, 19, 19, 19, 19, 19,
19, 19, 19, 19, 19, 19, 19, 19, 19, 19,
19, 19, 19, 19, 19, 19, 19, 19, 19, 19,
19, 19, 19, 19, 19, 19, 19, 19, 19, 19,
19, 19, 19, 59, 59, 273, 273, 2196, 117, 59,
59, 59, 59, 59, 59, 59, 59, 59, 59, 59,
59, 61, 61, 61, 61, 61, 61, 300, 61, 299,
299, 2191, 61, 1016, 61, 59, 59, 59, 59, 59,
117, 300, 2189, 118, 61, 65, 65, 59, 1016, 59,
263, 65, 2187, 65, 65, 61, 65, 68, 65, 68,
68, 68, 68, 68, 68, 68, 69, 69, 69, 69,
69, 69, 69, 69, 75, 118, 61, 304, 304, 65,
76, 119, 76, 76, 76, 2186, 76, 76, 68, 78,
78, 78, 78, 78, 78, 263, 263, 2320, 120, 2320,
75, 75, 75, 75, 75, 75, 75, 75, 76, 94,
94, 99, 2183, 119, 102, 94, 102, 102, 99, 112,
159, 159, 94, 94, 102, 2182, 159, 78, 78, 78,
120, 78, 78, 159, 159, 99, 2175, 78, 79, 79,
79, 102, 79, 79, 79, 79, 79, 79, 79, 79,
79, 79, 79, 79, 79, 79, 79, 79, 79, 79,
79, 79, 79, 79, 79, 79, 79, 79, 79, 80,
80, 80, 80, 80, 80, 80, 80, 80, 80, 80,
80, 80, 80, 80, 80, 80, 80, 80, 80, 80,
80, 80, 80, 80, 80, 80, 80, 80, 80, 80,
80, 80, 80, 80, 80, 80, 80, 80, 80, 80,
80, 80, 121, 80, 80, 80, 80, 80, 80, 122,
80, 80, 80, 80, 128, 80, 80, 80, 80, 80,
80, 80, 80, 81, 81, 81, 127, 81, 81, 81,
269, 81, 112, 112, 121, 269, 129, 131, 112, 219,
307, 122, 112, 112, 112, 112, 128, 112, 112, 112,
112, 112, 112, 112, 112, 112, 307, 127, 127, 138,
780, 780, 112, 132, 982, 982, 112, 112, 129, 131,
2174, 81, 81, 81, 81, 81, 81, 81, 81, 81,
82, 82, 82, 82, 82, 82, 82, 82, 132, 2173,
219, 138, 219, 993, 993, 132, 82, 82, 82, 82,
82, 82, 82, 82, 82, 82, 82, 82, 82, 82,
82, 82, 82, 82, 82, 82, 82, 82, 82, 82,
82, 82, 82, 82, 82, 82, 82, 82, 82, 82,
82, 82, 82, 82, 82, 82, 82, 82, 82, 82,
82, 82, 82, 82, 83, 83, 83, 83, 83, 83,
83, 83, 83, 83, 83, 83, 83, 83, 83, 83,
83, 83, 83, 83, 83, 83, 83, 83, 83, 83,
83, 83, 83, 83, 83, 83, 83, 83, 83, 83,
83, 83, 83, 83, 83, 83, 83, 83, 83, 83,
83, 83, 83, 83, 83, 83, 83, 83, 83, 2172,
83, 83, 83, 83, 83, 83, 83, 83, 84, 84,
84, 84, 84, 84, 84, 84, 84, 84, 84, 84,
84, 84, 84, 84, 84, 84, 84, 84, 84, 84,
84, 84, 84, 84, 84, 84, 84, 84, 84, 84,
84, 84, 84, 84, 84, 84, 84, 84, 84, 84,
84, 84, 84, 84, 84, 84, 84, 84, 84, 84,
84, 84, 84, 84, 84, 84, 84, 84, 84, 84,
84, 84, 85, 85, 85, 85, 85, 85, 85, 85,
85, 85, 85, 85, 85, 85, 85, 85, 85, 85,
85, 85, 85, 85, 85, 85, 85, 85, 85, 85,
85, 85, 85, 85, 85, 85, 85, 85, 85, 85,
85, 85, 85, 85, 85, 85, 85, 85, 85, 85,
85, 85, 85, 85, 85, 85, 85, 85, 85, 85,
85, 85, 85, 85, 85, 85, 86, 86, 86, 86,
86, 86, 86, 86, 86, 86, 86, 86, 86, 86,
86, 86, 86, 86, 86, 86, 86, 86, 86, 86,
86, 86, 86, 86, 86, 86, 86, 86, 86, 86,
86, 86, 86, 86, 86, 86, 86, 86, 86, 86,
86, 86, 86, 86, 86, 86, 86, 86, 86, 86,
86, 86, 86, 86, 86, 86, 86, 86, 86, 86,
87, 87, 87, 87, 87, 87, 87, 87, 87, 87,
87, 87, 87, 87, 87, 87, 87, 87, 87, 87,
87, 87, 87, 87, 87, 87, 87, 87, 87, 87,
87, 87, 87, 87, 87, 87, 87, 87, 87, 87,
87, 87, 87, 87, 87, 87, 87, 87, 87, 87,
87, 87, 87, 87, 87, 87, 87, 87, 87, 87,
87, 87, 87, 87, 88, 88, 88, 88, 88, 88,
88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
88, 88, 88, 88, 88, 88, 88, 88, 89, 89,
89, 89, 89, 89, 89, 89, 89, 89, 89, 89,
89, 89, 89, 89, 89, 89, 89, 89, 89, 89,
89, 89, 89, 89, 89, 89, 89, 89, 89, 89,
89, 89, 89, 89, 89, 89, 89, 89, 89, 89,
89, 89, 89, 89, 2167, 89, 89, 89, 89, 89,
89, 89, 89, 89, 89, 89, 89, 89, 89, 89,
89, 89, 90, 90, 90, 90, 90, 90, 90, 90,
90, 90, 90, 90, 90, 90, 90, 90, 90, 90,
90, 90, 90, 90, 90, 90, 90, 90, 90, 90,
90, 90, 90, 90, 90, 90, 90, 90, 90, 90,
90, 90, 90, 90, 90, 90, 90, 90, 90, 90,
90, 90, 90, 90, 90, 90, 90, 90, 90, 90,
90, 90, 90, 90, 90, 90, 91, 91, 91, 91,
91, 91, 91, 91, 91, 91, 91, 91, 91, 91,
91, 91, 91, 91, 91, 91, 91, 91, 91, 91,
91, 91, 91, 91, 91, 91, 91, 91, 91, 91,
91, 91, 91, 91, 91, 91, 91, 91, 91, 91,
91, 91, 91, 91, 91, 91, 91, 91, 91, 91,
91, 91, 91, 91, 91, 91, 91, 91, 91, 91,
92, 92, 92, 92, 92, 92, 92, 92, 92, 92,
92, 92, 92, 92, 92, 92, 92, 92, 92, 92,
92, 92, 92, 92, 92, 92, 92, 92, 92, 92,
92, 92, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 2166, 93, 93, 93, 93, 93, 93, 93,
111, 2164, 111, 318, 135, 135, 2159, 135, 135, 111,
135, 794, 794, 794, 111, 800, 800, 800, 111, 111,
111, 111, 111, 111, 111, 111, 111, 111, 111, 111,
111, 111, 2157, 111, 111, 111, 111, 111, 111, 111,
111, 111, 111, 111, 111, 111, 111, 111, 111, 111,
111, 111, 111, 111, 111, 111, 114, 223, 995, 995,
224, 224, 318, 2156, 114, 114, 223, 114, 224, 224,
223, 114, 114, 2154, 114, 114, 114, 125, 125, 125,
125, 125, 125, 125, 125, 125, 125, 125, 125, 125,
125, 125, 125, 1011, 223, 271, 271, 271, 271, 133,
1011, 133, 133, 133, 133, 133, 133, 133, 136, 136,
136, 136, 136, 136, 136, 136, 136, 136, 136, 2152,
111, 111, 111, 111, 111, 111, 111, 111, 111, 111,
133, 111, 111, 111, 111, 111, 111, 111, 111, 111,
111, 111, 111, 111, 111, 111, 111, 111, 111, 111,
111, 111, 111, 111, 111, 111, 111, 111, 111, 111,
111, 111, 111, 111, 111, 111, 123, 123, 319, 319,
319, 319, 123, 123, 123, 123, 123, 123, 123, 123,
123, 123, 123, 123, 126, 126, 126, 126, 126, 126,
986, 126, 1012, 986, 1012, 126, 1012, 126, 123, 123,
123, 123, 123, 216, 216, 216, 216, 126, 216, 2147,
123, 207, 123, 319, 319, 319, 207, 218, 126, 130,
130, 130, 130, 130, 130, 130, 130, 207, 216, 216,
216, 2145, 207, 218, 218, 994, 994, 994, 2144, 126,
130, 134, 134, 134, 134, 134, 134, 134, 134, 134,
134, 134, 134, 134, 134, 134, 134, 134, 141, 141,
141, 141, 141, 141, 141, 141, 141, 141, 141, 2142,
141, 141, 130, 210, 210, 210, 210, 210, 210, 210,
210, 210, 210, 210, 210, 210, 210, 210, 210, 210,
210, 210, 141, 230, 230, 230, 230, 230, 230, 230,
999, 999, 999, 134, 137, 137, 137, 137, 137, 137,
137, 137, 137, 137, 137, 137, 137, 137, 137, 137,
137, 137, 137, 137, 137, 137, 137, 137, 137, 137,
137, 137, 137, 137, 137, 137, 137, 137, 137, 137,
137, 137, 137, 137, 137, 137, 1008, 1008, 1641, 1641,
137, 137, 137, 137, 137, 137, 137, 137, 137, 137,
137, 137, 137, 137, 137, 137, 137, 137, 139, 139,
139, 139, 139, 139, 139, 139, 139, 139, 139, 139,
139, 139, 139, 139, 139, 139, 139, 139, 2141, 139,
139, 139, 139, 139, 139, 139, 139, 1843, 1843, 139,
139, 139, 139, 139, 139, 139, 139, 139, 139, 2136,
139, 139, 139, 139, 139, 139, 139, 139, 139, 139,
139, 139, 139, 139, 139, 139, 139, 139, 139, 140,
2135, 139, 232, 232, 232, 232, 232, 232, 232, 140,
140, 140, 140, 140, 142, 1043, 1043, 142, 1043, 1043,
142, 1043, 142, 142, 142, 142, 142, 142, 142, 142,
140, 140, 140, 140, 140, 140, 140, 140, 140, 140,
140, 140, 140, 140, 140, 140, 237, 237, 237, 237,
237, 2094, 142, 142, 142, 142, 142, 142, 142, 142,
142, 142, 142, 1176, 142, 143, 143, 143, 143, 143,
143, 143, 143, 143, 143, 209, 209, 209, 209, 209,
209, 209, 209, 209, 209, 209, 209, 209, 209, 209,
209, 209, 209, 209, 209, 209, 209, 209, 209, 209,
1060, 1060, 1060, 143, 143, 143, 143, 143, 264, 264,
264, 264, 264, 2049, 143, 143, 143, 143, 143, 1854,
1854, 1995, 1176, 143, 144, 144, 144, 144, 144, 144,
144, 144, 144, 144, 144, 144, 144, 144, 144, 144,
144, 144, 144, 144, 144, 144, 144, 144, 144, 144,
144, 144, 144, 144, 144, 144, 145, 145, 145, 145,
145, 145, 145, 145, 145, 145, 145, 145, 145, 145,
145, 145, 145, 145, 145, 145, 145, 145, 145, 145,
145, 145, 145, 145, 145, 145, 145, 145, 145, 145,
145, 145, 145, 145, 145, 145, 145, 145, 145, 267,
145, 145, 145, 145, 145, 145, 1942, 145, 145, 145,
145, 145, 145, 145, 145, 145, 145, 145, 145, 145,
146, 146, 146, 146, 146, 146, 214, 1856, 1856, 220,
220, 267, 220, 220, 220, 267, 146, 146, 146, 1007,
214, 214, 1007, 214, 214, 214, 1870, 1870, 146, 146,
220, 1941, 1007, 268, 268, 268, 268, 268, 268, 1940,
214, 214, 268, 268, 268, 268, 268, 146, 146, 146,
146, 146, 146, 146, 146, 146, 147, 147, 147, 147,
147, 147, 147, 147, 147, 147, 147, 281, 281, 281,
281, 281, 147, 147, 147, 147, 147, 147, 147, 147,
147, 147, 147, 147, 147, 147, 147, 147, 147, 147,
147, 147, 147, 147, 147, 147, 147, 147, 147, 147,
147, 147, 147, 147, 147, 147, 147, 147, 147, 147,
147, 147, 147, 147, 147, 147, 147, 147, 147, 147,
148, 148, 148, 148, 148, 148, 148, 148, 148, 148,
148, 148, 148, 148, 148, 148, 148, 148, 148, 148,
148, 148, 148, 148, 148, 148, 148, 148, 148, 148,
148, 148, 148, 148, 148, 148, 148, 148, 148, 148,
148, 148, 148, 148, 148, 148, 148, 148, 148, 148,
148, 148, 148, 148, 148, 1939, 148, 148, 148, 148,
148, 148, 148, 148, 149, 149, 149, 149, 149, 149,
149, 149, 149, 149, 149, 149, 149, 149, 149, 149,
149, 149, 149, 149, 149, 149, 149, 149, 149, 149,
149, 149, 149, 149, 149, 149, 149, 149, 149, 149,
149, 149, 149, 149, 149, 149, 149, 149, 149, 149,
149, 149, 149, 149, 149, 149, 149, 149, 149, 149,
149, 149, 149, 149, 149, 149, 149, 149, 150, 150,
150, 150, 150, 150, 150, 150, 150, 150, 150, 150,
150, 150, 150, 150, 150, 150, 150, 150, 150, 150,
150, 150, 150, 150, 150, 150, 150, 150, 150, 150,
150, 150, 150, 150, 150, 150, 150, 150, 150, 150,
150, 150, 150, 150, 150, 150, 150, 150, 150, 150,
150, 150, 150, 150, 150, 150, 150, 150, 150, 150,
150, 150, 151, 151, 151, 151, 151, 151, 151, 151,
151, 151, 151, 151, 151, 151, 151, 151, 151, 151,
151, 151, 151, 151, 151, 151, 151, 151, 151, 151,
151, 151, 151, 151, 151, 151, 151, 151, 151, 151,
151, 151, 151, 151, 151, 151, 151, 151, 151, 151,
151, 151, 151, 151, 151, 151, 151, 151, 151, 151,
151, 151, 151, 151, 151, 151, 152, 152, 152, 152,
152, 152, 152, 152, 152, 152, 152, 152, 152, 152,
152, 152, 152, 152, 152, 152, 152, 152, 152, 152,
152, 152, 152, 152, 152, 152, 152, 152, 152, 152,
152, 152, 152, 152, 152, 152, 152, 152, 152, 152,
152, 152, 152, 152, 152, 152, 152, 152, 152, 152,
152, 152, 152, 152, 152, 152, 152, 152, 152, 152,
153, 153, 153, 153, 153, 153, 153, 153, 153, 153,
153, 153, 153, 153, 153, 153, 153, 153, 153, 153,
153, 153, 153, 153, 153, 153, 153, 153, 153, 153,
153, 153, 153, 153, 153, 153, 153, 153, 153, 153,
153, 153, 153, 153, 153, 153, 153, 153, 153, 153,
153, 153, 153, 153, 153, 153, 153, 153, 153, 153,
153, 153, 153, 153, 154, 154, 154, 154, 154, 154,
154, 154, 154, 154, 154, 154, 154, 154, 154, 154,
154, 154, 154, 154, 154, 154, 154, 154, 154, 154,
154, 154, 154, 154, 154, 154, 154, 154, 154, 154,
154, 154, 154, 154, 154, 154, 154, 154, 154, 154,
1938, 154, 154, 154, 154, 154, 154, 154, 154, 154,
154, 154, 154, 154, 154, 154, 154, 154, 155, 155,
155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
155, 155, 156, 156, 156, 156, 156, 156, 156, 156,
156, 156, 156, 156, 156, 156, 156, 156, 156, 156,
156, 156, 156, 156, 156, 156, 156, 156, 156, 156,
156, 156, 156, 156, 156, 156, 156, 156, 156, 156,
156, 156, 156, 156, 156, 156, 156, 156, 156, 156,
156, 156, 156, 156, 156, 156, 156, 156, 156, 156,
156, 156, 156, 156, 156, 156, 157, 157, 157, 157,
157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
157, 157, 157, 157, 157, 157, 157, 157, 158, 158,
158, 158, 158, 158, 158, 158, 158, 158, 158, 158,
158, 158, 158, 158, 158, 158, 158, 158, 158, 158,
158, 158, 158, 158, 158, 158, 160, 1165, 160, 1937,
1013, 799, 1013, 160, 1013, 160, 799, 799, 799, 799,
160, 1934, 1934, 1165, 160, 160, 160, 160, 160, 160,
160, 160, 160, 160, 160, 160, 160, 160, 1933, 160,
160, 160, 160, 160, 160, 160, 160, 160, 160, 160,
160, 160, 160, 160, 160, 160, 160, 160, 160, 160,
160, 160, 205, 208, 208, 208, 208, 208, 208, 208,
208, 208, 208, 208, 208, 208, 208, 208, 208, 208,
208, 208, 208, 208, 208, 1847, 2078, 2078, 1847, 208,
276, 276, 276, 276, 276, 276, 276, 276, 1931, 208,
1855, 1855, 1855, 208, 211, 211, 211, 211, 211, 211,
211, 211, 211, 211, 211, 211, 211, 211, 211, 211,
211, 211, 211, 211, 211, 1930, 160, 160, 160, 160,
160, 160, 160, 160, 160, 160, 160, 160, 160, 160,
160, 160, 160, 160, 160, 160, 160, 160, 160, 160,
160, 160, 160, 160, 160, 160, 160, 160, 160, 160,
160, 160, 160, 160, 160, 160, 160, 160, 160, 160,
160, 160, 1103, 2143, 1929, 213, 2143, 1103, 1103, 213,
2139, 227, 2087, 2087, 297, 205, 205, 1928, 213, 213,
227, 205, 213, 213, 227, 205, 205, 205, 205, 215,
205, 205, 205, 205, 205, 205, 205, 205, 205, 225,
215, 215, 217, 1927, 1923, 205, 213, 1926, 225, 205,
205, 1925, 225, 228, 213, 217, 213, 213, 213, 217,
2138, 2087, 231, 231, 231, 227, 226, 297, 226, 226,
786, 228, 228, 2139, 786, 297, 225, 297, 1869, 786,
215, 1869, 215, 2149, 215, 226, 226, 225, 229, 1924,
215, 1869, 272, 217, 1891, 217, 1923, 228, 228, 228,
228, 228, 228, 786, 786, 786, 2149, 229, 229, 229,
231, 236, 2138, 231, 231, 231, 231, 231, 231, 236,
1029, 1029, 231, 234, 234, 234, 234, 234, 1889, 234,
1029, 1029, 1029, 272, 229, 272, 272, 272, 272, 272,
2146, 2146, 229, 229, 277, 277, 277, 277, 277, 277,
277, 234, 234, 234, 234, 1888, 236, 236, 236, 236,
1882, 236, 236, 241, 241, 241, 241, 2184, 241, 285,
285, 285, 285, 285, 241, 241, 1873, 241, 241, 241,
241, 241, 241, 241, 241, 241, 241, 241, 241, 241,
241, 241, 241, 242, 2151, 242, 242, 242, 242, 242,
2151, 242, 242, 243, 1954, 243, 243, 243, 243, 243,
1868, 243, 243, 244, 1073, 244, 244, 244, 244, 244,
241, 244, 244, 245, 1116, 245, 245, 245, 245, 245,
2184, 245, 245, 246, 2195, 246, 246, 246, 246, 246,
2195, 246, 246, 247, 1864, 247, 242, 247, 247, 247,
751, 751, 751, 751, 751, 1954, 243, 1954, 1846, 248,
247, 248, 247, 248, 248, 248, 244, 247, 247, 1116,
1116, 249, 2150, 2150, 1073, 1073, 245, 249, 249, 249,
249, 249, 249, 1178, 249, 249, 246, 1172, 303, 303,
303, 303, 303, 249, 1166, 2016, 247, 303, 287, 287,
287, 287, 248, 287, 287, 287, 287, 248, 248, 1148,
287, 287, 248, 1147, 2016, 250, 248, 250, 250, 250,
250, 250, 2016, 250, 250, 2188, 250, 265, 2188, 249,
1146, 250, 250, 252, 252, 252, 252, 252, 252, 252,
252, 252, 252, 252, 252, 1145, 252, 253, 253, 253,
253, 253, 253, 253, 253, 253, 253, 253, 253, 282,
282, 282, 282, 282, 282, 282, 2153, 2153, 250, 253,
265, 265, 265, 265, 265, 265, 278, 284, 284, 284,
284, 284, 284, 284, 265, 265, 265, 265, 265, 265,
265, 951, 951, 951, 951, 951, 951, 2160, 2160, 278,
278, 278, 278, 278, 278, 278, 278, 278, 279, 279,
279, 279, 279, 279, 279, 279, 279, 279, 279, 279,
279, 279, 279, 279, 279, 279, 279, 279, 279, 283,
283, 283, 286, 286, 286, 295, 310, 1932, 310, 310,
310, 310, 310, 1932, 310, 286, 286, 286, 286, 286,
286, 787, 787, 787, 787, 787, 1143, 295, 295, 1142,
283, 283, 1861, 1861, 1861, 295, 295, 787, 1932, 2190,
2190, 296, 2194, 2194, 1102, 283, 283, 296, 296, 1102,
1102, 286, 286, 2197, 2197, 296, 296, 283, 283, 283,
283, 283, 283, 1141, 2158, 296, 1102, 296, 1866, 296,
2158, 296, 1866, 1115, 1866, 1114, 298, 298, 311, 311,
311, 298, 298, 298, 311, 311, 311, 311, 311, 298,
1113, 311, 311, 1866, 1112, 2158, 298, 298, 315, 315,
298, 1866, 298, 296, 296, 298, 1111, 298, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 298, 298, 298, 298, 298, 1110, 306, 306, 298,
306, 306, 306, 306, 1109, 306, 306, 298, 1108, 1090,
1071, 1071, 315, 315, 315, 315, 315, 306, 2193, 306,
306, 306, 315, 315, 2020, 2020, 2020, 306, 306, 306,
306, 306, 306, 1019, 306, 1018, 306, 1017, 306, 1038,
1038, 2193, 2032, 306, 306, 1038, 309, 309, 309, 309,
309, 309, 1038, 1038, 1071, 306, 306, 309, 309, 317,
1071, 309, 309, 309, 309, 309, 309, 309, 309, 309,
309, 309, 309, 312, 312, 312, 312, 312, 312, 312,
312, 312, 317, 317, 317, 317, 317, 317, 1015, 312,
313, 317, 789, 789, 789, 789, 789, 789, 313, 1014,
1010, 789, 2032, 2032, 1009, 312, 313, 323, 1089, 1089,
1089, 1089, 1089, 312, 313, 313, 313, 313, 313, 313,
313, 313, 313, 1041, 1041, 1041, 1041, 1041, 1041, 1041,
313, 322, 322, 322, 322, 322, 322, 322, 322, 322,
322, 322, 322, 322, 322, 322, 322, 323, 323, 323,
323, 323, 323, 323, 323, 323, 323, 323, 323, 323,
323, 323, 323, 323, 323, 323, 323, 323, 323, 323,
323, 418, 418, 418, 418, 418, 418, 418, 418, 418,
418, 418, 418, 418, 418, 418, 418, 418, 418, 418,
418, 418, 418, 418, 418, 418, 418, 418, 425, 425,
425, 425, 425, 425, 425, 425, 425, 425, 513, 513,
513, 513, 513, 513, 513, 513, 513, 513, 513, 513,
513, 513, 513, 513, 513, 513, 513, 513, 608, 608,
608, 608, 608, 608, 608, 608, 608, 608, 608, 608,
608, 608, 608, 608, 608, 608, 608, 608, 608, 608,
703, 703, 703, 703, 703, 703, 703, 703, 703, 703,
703, 703, 703, 703, 703, 703, 703, 703, 703, 703,
703, 703, 703, 703, 703, 753, 753, 753, 753, 753,
753, 753, 753, 753, 753, 753, 753, 753, 772, 772,
772, 772, 772, 772, 772, 772, 772, 772, 772, 772,
772, 773, 773, 773, 773, 773, 773, 773, 773, 773,
773, 773, 773, 773, 773, 773, 773, 779, 779, 779,
779, 779, 779, 779, 779, 779, 779, 779, 779, 779,
779, 779, 779, 781, 781, 781, 781, 781, 781, 781,
781, 781, 1006, 782, 782, 782, 782, 782, 782, 782,
788, 788, 2140, 2140, 2140, 784, 784, 1002, 781, 782,
782, 784, 320, 773, 773, 785, 785, 785, 785, 785,
785, 785, 785, 785, 2185, 2185, 2185, 792, 792, 792,
792, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 782,
782, 314, 784, 308, 784, 784, 305, 788, 788, 788,
788, 788, 790, 790, 790, 790, 790, 790, 796, 784,
796, 796, 796, 788, 294, 796, 796, 1117, 1117, 1117,
1117, 1117, 796, 796, 792, 792, 792, 792, 293, 292,
790, 790, 790, 790, 790, 790, 790, 790, 790, 790,
792, 793, 795, 1962, 291, 290, 795, 795, 795, 795,
795, 289, 1962, 288, 790, 790, 1962, 280, 793, 793,
793, 793, 793, 262, 793, 793, 793, 793, 793, 793,
793, 793, 793, 793, 261, 260, 797, 259, 797, 976,
976, 976, 976, 258, 793, 793, 793, 793, 793, 257,
256, 1119, 1119, 1119, 795, 795, 795, 1962, 795, 795,
255, 795, 795, 797, 797, 797, 235, 222, 797, 797,
797, 797, 797, 797, 797, 797, 797, 797, 797, 2219,
2219, 2219, 798, 1119, 1119, 1119, 797, 797, 797, 798,
798, 201, 976, 976, 976, 976, 199, 798, 798, 1134,
1134, 1134, 1134, 1134, 197, 798, 798, 798, 798, 798,
798, 798, 798, 798, 1057, 1057, 2264, 2264, 2264, 196,
1057, 798, 1612, 1612, 1612, 1612, 1612, 1057, 1057, 798,
809, 809, 809, 809, 809, 809, 809, 809, 809, 809,
809, 809, 809, 809, 809, 809, 809, 809, 809, 809,
809, 809, 809, 809, 809, 809, 809, 809, 809, 809,
809, 809, 809, 809, 809, 809, 809, 809, 809, 809,
809, 809, 809, 809, 809, 809, 809, 809, 809, 809,
809, 809, 809, 809, 809, 809, 809, 809, 809, 809,
809, 809, 809, 809, 810, 810, 810, 810, 810, 810,
810, 810, 810, 810, 810, 810, 810, 810, 810, 810,
810, 810, 810, 810, 810, 810, 810, 810, 810, 810,
810, 810, 810, 810, 904, 904, 904, 904, 904, 904,
904, 904, 904, 904, 904, 904, 904, 904, 904, 904,
904, 904, 904, 904, 904, 904, 904, 904, 904, 904,
904, 904, 904, 904, 904, 904, 904, 904, 904, 904,
904, 904, 904, 904, 904, 904, 904, 904, 904, 904,
904, 904, 904, 904, 904, 904, 904, 904, 904, 904,
904, 904, 904, 904, 904, 904, 904, 904, 905, 905,
905, 905, 905, 905, 905, 905, 905, 905, 905, 905,
905, 905, 905, 905, 905, 905, 905, 905, 905, 905,
905, 905, 905, 905, 905, 975, 975, 975, 975, 975,
975, 975, 975, 975, 975, 975, 975, 987, 987, 987,
987, 987, 987, 987, 987, 987, 987, 987, 987, 987,
987, 988, 988, 988, 988, 988, 988, 988, 192, 188,
1069, 1069, 1069, 2030, 2030, 183, 1069, 996, 996, 996,
996, 996, 996, 996, 996, 988, 988, 988, 988, 988,
180, 988, 1177, 1177, 1177, 1177, 176, 997, 997, 997,
997, 997, 988, 997, 997, 997, 997, 997, 997, 997,
997, 997, 997, 1001, 1069, 173, 988, 2030, 172, 168,
1069, 167, 988, 2030, 988, 996, 996, 996, 996, 996,
996, 996, 996, 996, 996, 996, 996, 1177, 1177, 1177,
1001, 1001, 1001, 1001, 1001, 1001, 1001, 1001, 1001, 1001,
1001, 1003, 1003, 1003, 1003, 1003, 1003, 1087, 1978, 1003,
1003, 1003, 1003, 1003, 1003, 2148, 1149, 1003, 1003, 1003,
1003, 1003, 1003, 1028, 164, 1003, 1003, 1003, 1005, 1072,
1005, 1087, 1087, 161, 109, 1005, 101, 1072, 1149, 1149,
1978, 100, 1005, 49, 1978, 47, 1149, 1149, 1005, 1028,
1028, 1028, 1028, 1028, 1028, 1028, 1028, 46, 1005, 1020,
1087, 1020, 1087, 1072, 1087, 1072, 1072, 45, 1020, 1087,
1087, 1072, 1072, 1020, 2148, 2148, 43, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 42, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1021, 1021, 1021, 1021, 1021,
40, 1021, 1021, 38, 36, 1021, 1021, 1021, 1021, 35,
1021, 1026, 1026, 1026, 1026, 1026, 1026, 1026, 1026, 1026,
1026, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027,
1027, 1040, 1040, 1040, 1040, 1040, 1040, 1040, 1040, 1040,
1040, 1040, 1040, 1040, 1040, 1040, 1040, 1044, 1044, 1044,
1044, 1044, 1044, 1044, 1044, 1044, 1044, 1044, 31, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020,
1020, 1020, 1020, 1020, 1020, 1031, 1031, 1031, 1031, 1031,
1031, 1031, 1031, 1031, 1031, 1048, 1048, 1048, 1048, 1048,
1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1085, 30,
29, 1085, 1085, 1085, 1085, 1085, 1085, 27, 1085, 1085,
26, 22, 21, 1031, 1031, 1031, 1031, 1031, 1124, 1124,
1124, 1124, 1124, 1124, 1031, 18, 17, 1031, 1031, 14,
12, 1124, 7, 1031, 1032, 1032, 1032, 3, 1032, 1032,
1032, 1032, 1032, 1032, 1032, 1032, 1032, 1032, 1032, 1032,
1032, 1032, 1032, 1032, 1032, 1032, 1032, 1032, 1032, 1032,
1032, 1032, 1032, 1032, 1032, 1033, 1033, 1033, 1033, 1033,
1033, 1033, 1033, 1033, 1033, 1033, 1033, 1033, 1033, 1033,
1033, 1033, 1033, 1033, 1033, 1033, 1033, 1033, 1033, 1033,
1033, 1033, 1033, 1033, 1033, 1033, 1033, 1033, 1033, 1033,
1033, 1033, 1033, 1033, 1033, 1033, 1033, 1033, 0, 1033,
1033, 1033, 1033, 1033, 1033, 0, 1033, 1033, 1033, 1033,
0, 1033, 1033, 1033, 1033, 1033, 1033, 1033, 1033, 1034,
1034, 0, 1034, 1034, 1034, 1120, 0, 1065, 1065, 1065,
1120, 1120, 1120, 0, 0, 1034, 1034, 1034, 1100, 2074,
2074, 2074, 0, 1100, 1100, 0, 0, 1034, 1034, 0,
0, 0, 1100, 2074, 1100, 0, 0, 1120, 0, 1100,
1100, 1120, 1120, 1120, 1120, 0, 1034, 1034, 1034, 1034,
1034, 1034, 1034, 1034, 1034, 1035, 1035, 1035, 1035, 1035,
1035, 1035, 1035, 1035, 1035, 1035, 1065, 0, 1065, 1065,
0, 1035, 1035, 1035, 1035, 1035, 1035, 1035, 1035, 1035,
1035, 1035, 1035, 1035, 1035, 1035, 1035, 1035, 1035, 1035,
1035, 1035, 1035, 1035, 1035, 1035, 1035, 1035, 1035, 1035,
1035, 1035, 1035, 1035, 1035, 1035, 1035, 1035, 1035, 1035,
1035, 1035, 1035, 1035, 1035, 1035, 1035, 1035, 1035, 1036,
1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036,
1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036,
1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036,
1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036,
1036, 1036, 1036, 1036, 1036, 0, 1036, 1036, 1036, 1036,
1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1036,
1036, 1036, 1036, 1037, 1037, 1037, 1037, 1037, 1037, 1037,
1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037,
1037, 1037, 1037, 0, 1037, 1037, 1037, 1037, 1037, 1037,
1037, 1042, 1042, 1042, 1042, 1042, 1042, 1042, 1042, 1042,
1042, 1042, 1042, 1042, 1042, 1042, 1042, 1042, 1061, 1061,
1061, 1061, 1061, 1061, 1061, 1061, 1061, 1061, 1061, 1061,
1061, 1061, 1061, 1061, 1061, 1061, 1061, 1084, 1084, 1084,
1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084,
1084, 1084, 0, 1084, 1084, 1084, 1084, 1084, 1084, 1084,
1084, 1084, 1084, 1042, 1045, 1045, 1045, 1045, 1045, 1045,
1045, 1045, 1045, 1045, 1045, 1045, 1045, 1045, 1045, 1045,
1045, 1045, 1045, 1045, 1045, 1045, 1045, 1045, 1045, 1045,
1045, 1045, 1045, 1045, 1045, 1045, 1045, 1045, 1045, 1045,
1045, 1045, 1045, 1045, 1045, 1045, 0, 0, 0, 0,
1045, 1045, 1045, 1045, 1045, 1045, 1045, 1045, 1045, 1045,
1045, 1045, 1045, 1045, 1045, 1045, 1045, 1045, 1046, 1046,
1046, 1046, 1046, 1046, 1046, 1046, 1046, 1046, 1046, 1046,
1046, 1046, 1046, 1046, 1046, 1046, 1046, 1046, 0, 1046,
1046, 1046, 1046, 1046, 1046, 1046, 1046, 0, 0, 1046,
1046, 1046, 1046, 1046, 1046, 1046, 1046, 1046, 1046, 0,
1046, 1046, 1046, 1046, 1046, 1046, 1046, 1046, 1046, 1046,
1046, 1046, 1046, 1046, 1046, 1046, 1046, 1046, 1046, 1047,
1168, 1046, 1168, 1168, 1168, 1168, 1168, 0, 1168, 1047,
1047, 1047, 1047, 1047, 1049, 0, 0, 1049, 0, 0,
1049, 0, 1049, 1049, 1049, 1049, 1049, 1049, 1049, 1049,
1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047,
1047, 1047, 1047, 1047, 1047, 1047, 0, 0, 1151, 0,
0, 0, 1049, 1049, 1049, 1049, 1049, 1049, 1049, 1049,
1049, 1049, 1049, 0, 1049, 1050, 1050, 1050, 1050, 1050,
1050, 1050, 1050, 1050, 1050, 1078, 1078, 1138, 1138, 1078,
1078, 1157, 1157, 1157, 1157, 1157, 1078, 2155, 2155, 2155,
1157, 1078, 1078, 1138, 1138, 1138, 1138, 0, 2155, 2155,
1078, 1151, 0, 1050, 1050, 1050, 1050, 1050, 0, 1151,
0, 1151, 0, 0, 1050, 1050, 1050, 1050, 1050, 1078,
1078, 0, 0, 1050, 1051, 1051, 1051, 1051, 1051, 1051,
1051, 1051, 1051, 1051, 1051, 1051, 1051, 1051, 1051, 1051,
1051, 1051, 1051, 1051, 1051, 1051, 1051, 1051, 1051, 1051,
1051, 1051, 1051, 1051, 1051, 1051, 1052, 1052, 1052, 1052,
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1125,
1052, 1052, 1052, 1052, 1052, 1052, 0, 1052, 1052, 1052,
1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052,
1053, 1053, 1053, 1053, 1053, 1053, 1128, 1128, 1128, 1128,
1128, 1128, 1128, 1128, 1128, 1128, 1053, 1053, 1053, 0,
1125, 0, 1125, 1125, 1125, 1125, 1125, 0, 1053, 1053,
1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105, 1105,
1105, 1105, 1105, 1105, 1105, 1105, 0, 1053, 1053, 1053,
1053, 1053, 1053, 1053, 1053, 1053, 1054, 1054, 1054, 1054,
1054, 1054, 1054, 1054, 1054, 1054, 1054, 1972, 1972, 1972,
1972, 1972, 1054, 1054, 1054, 1054, 1054, 1054, 1054, 1054,
1054, 1054, 1054, 1054, 1054, 1054, 1054, 1054, 1054, 1054,
1054, 1054, 1054, 1054, 1054, 1054, 1054, 1054, 1054, 1054,
1054, 1054, 1054, 1054, 1054, 1054, 1054, 1054, 1054, 1054,
1054, 1054, 1054, 1054, 1054, 1054, 1054, 1054, 1054, 1054,
1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055,
1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055,
1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055,
1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055,
1055, 1055, 1055, 1055, 1055, 1055, 0, 1055, 1055, 1055,
1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1055,
1055, 1055, 1055, 1055, 1056, 1056, 1056, 1056, 1056, 1056,
1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056,
1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056, 1056,
1056, 1056, 1058, 0, 1058, 2192, 0, 1067, 1067, 1067,
1067, 1058, 0, 0, 0, 0, 1058, 0, 1067, 1067,
1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058,
1058, 1058, 1058, 1058, 0, 1058, 1058, 1058, 1058, 1058,
1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058,
1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1067, 0,
1067, 0, 1067, 0, 2192, 2192, 0, 1067, 1067, 1067,
1067, 1074, 1074, 1074, 0, 0, 0, 1074, 1074, 1074,
0, 1074, 1074, 1074, 1074, 1935, 0, 1074, 1935, 0,
1123, 1123, 1123, 0, 1074, 1123, 1123, 1123, 1123, 1123,
1123, 1123, 1123, 1123, 1123, 0, 1935, 0, 1935, 1074,
1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074, 1074,
1074, 1074, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058,
1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058,
1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058,
1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058,
1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1059, 1059,
1059, 1059, 1059, 1059, 1059, 1059, 1059, 1059, 1059, 1059,
1059, 1059, 1059, 1059, 1059, 1059, 1059, 1059, 1059, 1059,
1059, 1059, 1059, 1059, 1059, 1059, 1059, 1059, 1059, 1059,
1059, 1059, 1059, 1059, 1059, 1059, 1059, 1059, 1059, 1059,
1059, 1059, 1059, 1059, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1064, 1064,
1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064,
1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064,
1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064,
1064, 1064, 1064, 1064, 0, 0, 1064, 1064, 1064, 1064,
1064, 1064, 1064, 1064, 1064, 1064, 0, 1064, 1064, 1064,
1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064,
1064, 1064, 1066, 1066, 1066, 1066, 1066, 0, 0, 1066,
1066, 0, 0, 1066, 1066, 1066, 1066, 1129, 1129, 1129,
1129, 1129, 1129, 1129, 1129, 1066, 2028, 2028, 2028, 0,
1066, 1066, 2028, 1066, 1066, 1066, 1066, 1066, 0, 0,
1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066,
1066, 1066, 0, 0, 1066, 1066, 1066, 1066, 1066, 1066,
1068, 1068, 1068, 0, 0, 0, 0, 1068, 1068, 0,
2028, 1068, 1068, 1068, 1153, 1153, 2028, 1068, 1153, 1153,
1153, 1153, 1153, 1153, 0, 1068, 1068, 1068, 1068, 1153,
1068, 1812, 1812, 1812, 1812, 1812, 1812, 0, 1068, 1068,
1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1068,
1068, 1068, 1068, 1068, 1070, 1070, 1070, 1070, 1070, 1070,
1075, 1070, 1070, 1070, 0, 1070, 1070, 1070, 1958, 0,
1070, 1075, 1075, 0, 1075, 0, 0, 1958, 1075, 0,
0, 1958, 2080, 2080, 0, 0, 1070, 1070, 1070, 1070,
0, 0, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070,
1070, 1070, 0, 2080, 0, 1958, 1076, 1076, 0, 1075,
1076, 1076, 1075, 0, 2080, 1075, 0, 1076, 0, 1952,
1075, 1075, 1076, 1076, 0, 1076, 1076, 1077, 1077, 0,
1077, 0, 1952, 0, 1077, 0, 1952, 1079, 1079, 0,
1079, 0, 0, 1094, 1079, 1094, 1094, 1094, 1094, 1094,
0, 1094, 1094, 2161, 0, 0, 2161, 1076, 1076, 1076,
1076, 1076, 1076, 1076, 0, 1077, 0, 1079, 0, 0,
1952, 1077, 1952, 0, 2161, 1079, 2161, 1077, 1079, 0,
0, 1079, 1080, 1131, 1079, 0, 1079, 1079, 0, 1080,
1080, 1080, 0, 0, 0, 0, 1094, 0, 1080, 0,
0, 1083, 1083, 1083, 1083, 0, 1131, 1131, 1131, 1131,
1131, 1131, 1131, 1131, 1131, 0, 1080, 1080, 1080, 1080,
1080, 1080, 1081, 1083, 1083, 1083, 1080, 1080, 1080, 1080,
1080, 1080, 1081, 1081, 1081, 1081, 0, 0, 1081, 1081,
1175, 0, 0, 0, 1081, 1081, 1081, 0, 0, 1083,
1083, 0, 1083, 1083, 1083, 1083, 1083, 1083, 1083, 1083,
0, 1083, 1081, 1175, 1175, 1175, 1175, 1175, 1175, 0,
1081, 1081, 1175, 1081, 0, 0, 1081, 0, 0, 1081,
1081, 1081, 1081, 1081, 1081, 1082, 1082, 1082, 1082, 1082,
1082, 1082, 0, 0, 0, 1082, 0, 0, 0, 0,
1082, 1082, 1082, 1082, 1082, 1082, 0, 1082, 0, 1082,
1082, 1082, 1082, 1082, 1082, 1082, 1082, 1989, 1989, 1989,
1989, 1989, 0, 1082, 1082, 1082, 1082, 1082, 1082, 1082,
1082, 1082, 1082, 0, 1088, 1082, 1082, 1086, 1086, 1086,
1086, 1086, 1088, 1086, 0, 1086, 1086, 1086, 1086, 1086,
1086, 0, 0, 1086, 1086, 1086, 1086, 1086, 1086, 1086,
1086, 1086, 1086, 0, 0, 1086, 1086, 1086, 1086, 1158,
1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1088,
1088, 1088, 1088, 0, 1088, 1088, 1992, 1992, 1992, 1992,
1992, 1992, 1992, 1088, 1088, 1088, 1088, 1088, 1091, 1091,
1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091,
1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1092, 1092,
1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1993, 1993,
1993, 1993, 1993, 0, 1092, 1092, 1092, 1092, 1092, 1092,
1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092,
1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092,
1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092,
1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092,
1092, 1092, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093,
1093, 1093, 1093, 1093, 0, 1093, 1093, 1093, 1093, 1093,
1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093,
1093, 1093, 1101, 0, 0, 0, 0, 1101, 1101, 1106,
1106, 1106, 1106, 1106, 1106, 1106, 1106, 1106, 1106, 1106,
1106, 1106, 1106, 1106, 1106, 1106, 1106, 1106, 1106, 1106,
1106, 1106, 1126, 1126, 1126, 1126, 1126, 1126, 1837, 1837,
1837, 1837, 1101, 1126, 1126, 1126, 0, 1101, 1101, 2003,
2003, 2003, 2003, 2003, 2003, 0, 1101, 1104, 1104, 1104,
1104, 1104, 1104, 1104, 1104, 1104, 1104, 1104, 1104, 1104,
1104, 1104, 1104, 1104, 1104, 1104, 1104, 1104, 1104, 1104,
1104, 1104, 1104, 1104, 1118, 0, 1104, 1104, 1104, 1971,
0, 1837, 1837, 1837, 1837, 0, 1121, 1971, 1104, 1104,
1104, 1104, 1104, 1104, 1104, 1104, 1104, 1104, 1104, 1104,
1104, 1104, 1104, 1104, 1104, 1104, 1104, 1104, 1646, 1646,
1646, 1646, 1646, 1646, 1646, 1646, 1646, 1118, 1118, 1118,
1118, 1118, 1118, 0, 1971, 1971, 1971, 1971, 0, 1971,
1971, 1118, 1118, 1118, 1118, 1118, 1118, 1118, 1121, 1121,
1121, 1121, 1121, 1121, 1121, 1121, 1121, 1121, 1121, 1121,
1122, 1122, 1122, 1122, 1122, 1122, 1122, 1122, 1122, 1122,
1122, 1122, 1122, 1122, 1122, 1122, 1122, 1122, 1122, 1122,
0, 0, 0, 1122, 0, 0, 0, 0, 1122, 1122,
0, 0, 1122, 1122, 1122, 1122, 1122, 1122, 1122, 1122,
1122, 1122, 2024, 2024, 2024, 0, 0, 0, 1122, 1122,
1122, 1122, 1122, 1122, 1122, 1122, 1122, 1122, 1127, 1127,
1127, 1127, 1127, 1127, 1127, 1127, 1127, 1127, 1127, 1127,
1127, 1127, 1127, 1127, 1127, 1127, 1127, 1127, 1127, 1984,
1984, 1984, 1984, 1984, 1984, 1984, 1984, 1127, 1127, 1127,
1127, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1130,
1130, 2024, 0, 2024, 2024, 0, 0, 1130, 1130, 1130,
1130, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1132, 1132,
1132, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1162, 1162,
1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 0, 0,
0, 1132, 1132, 1132, 1132, 0, 1140, 1140, 1140, 1140,
0, 1140, 1140, 1140, 1140, 0, 0, 1132, 1140, 1140,
1132, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133,
1133, 2048, 2048, 2048, 2048, 2048, 0, 1133, 1133, 1133,
1133, 1133, 1133, 1133, 1133, 1133, 1133, 1181, 1181, 1181,
1181, 1181, 1181, 1181, 1181, 1181, 1181, 0, 0, 0,
1133, 0, 0, 0, 2054, 2054, 2054, 0, 0, 1133,
1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133,
1133, 1133, 1133, 1133, 1135, 1135, 1135, 1135, 1135, 1135,
1135, 1135, 1135, 1135, 1135, 1135, 2054, 2054, 2054, 0,
1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135,
1136, 1136, 1136, 1286, 1286, 1286, 1286, 1286, 1286, 1286,
1286, 1286, 1286, 0, 0, 0, 0, 1135, 1135, 1135,
1135, 1135, 1135, 1135, 1135, 1135, 0, 0, 0, 1658,
0, 1136, 1136, 1639, 1639, 1639, 1639, 1639, 1639, 1639,
1639, 1639, 1639, 0, 1136, 1136, 1136, 1136, 1136, 1136,
1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136,
1136, 1136, 1136, 1136, 1137, 1137, 1137, 1137, 1137, 1137,
1137, 1658, 1658, 1658, 1658, 1658, 0, 1137, 1137, 1137,
1137, 1658, 1658, 0, 0, 1137, 1137, 1137, 1137, 1137,
1137, 1137, 1137, 1139, 1139, 1139, 1139, 1139, 1139, 1139,
1139, 1139, 1139, 1139, 1139, 1139, 0, 0, 0, 1139,
1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1144,
1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144,
1144, 1144, 1144, 1144, 1144, 1150, 0, 0, 1144, 0,
0, 1150, 1150, 0, 2017, 0, 2017, 0, 0, 1150,
1150, 2017, 0, 0, 0, 1139, 1139, 0, 2017, 1150,
0, 1150, 0, 1150, 2017, 1150, 1645, 1645, 0, 0,
1645, 1645, 0, 1144, 2017, 1144, 1144, 0, 0, 1144,
1144, 1144, 1144, 1152, 1152, 0, 0, 0, 1152, 1152,
1152, 0, 2004, 2004, 0, 0, 1152, 1150, 1150, 0,
0, 1645, 1645, 1152, 1152, 1645, 1645, 1152, 0, 1152,
0, 0, 1152, 0, 1152, 1614, 1614, 1614, 1614, 1614,
1614, 1614, 1614, 1614, 1614, 1614, 1614, 1614, 1152, 1152,
1152, 1152, 1152, 0, 0, 0, 1152, 0, 0, 2004,
2004, 2004, 2004, 2004, 1152, 1154, 1154, 1154, 1154, 1154,
1154, 1154, 1154, 1154, 1154, 2004, 2066, 2066, 2066, 2066,
2066, 1154, 1154, 1154, 1154, 1154, 1154, 1154, 1154, 1154,
1154, 1154, 1154, 1154, 1161, 1161, 1161, 1161, 1161, 1161,
1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161,
1161, 1161, 1161, 1161, 1161, 1161, 1163, 1163, 1163, 1163,
1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163,
1163, 1163, 1163, 1163, 1163, 1163, 1164, 1164, 0, 1164,
1164, 1164, 1164, 0, 1164, 1164, 1643, 1643, 1643, 1643,
1643, 1643, 1643, 2198, 2198, 2198, 1164, 0, 1164, 1164,
1164, 0, 1643, 1643, 2198, 2198, 1164, 1164, 1164, 1164,
1164, 1164, 0, 1164, 0, 1164, 0, 1164, 0, 0,
0, 0, 1164, 1164, 0, 0, 1167, 1167, 1167, 1167,
1167, 1167, 1643, 1643, 1164, 1164, 1167, 1167, 1167, 0,
0, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167,
1167, 1167, 1167, 1169, 1169, 1169, 0, 0, 0, 1169,
1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1170, 1170,
1170, 1170, 1170, 1170, 1170, 1170, 1170, 1169, 0, 1169,
0, 0, 0, 0, 1170, 1633, 1633, 1633, 1633, 1633,
1633, 1633, 1633, 1633, 1633, 1633, 1633, 1633, 0, 0,
1170, 0, 2010, 2010, 2010, 2010, 2010, 2010, 1170, 1171,
1171, 1171, 1171, 1171, 1171, 1171, 0, 1171, 1171, 1171,
1171, 1171, 1171, 1171, 2010, 1171, 1171, 1171, 1171, 1171,
1171, 1171, 0, 1171, 1171, 1171, 1171, 1171, 1171, 1171,
0, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171,
1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171,
1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171,
1171, 1171, 1171, 1173, 1173, 1173, 1180, 1180, 1180, 1180,
1180, 1180, 1180, 1180, 1180, 1180, 1180, 1180, 1180, 1180,
1180, 1180, 2061, 2061, 2061, 2061, 2061, 2061, 2061, 2061,
0, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173,
1173, 1173, 1173, 1173, 1173, 1173, 1179, 1173, 1173, 1173,
1173, 1173, 0, 0, 1173, 1173, 1173, 1173, 1173, 0,
0, 1179, 1179, 1179, 1179, 1179, 1179, 1179, 1179, 1179,
1179, 1179, 1179, 1179, 1179, 1179, 1179, 1179, 1182, 1182,
1182, 1182, 1182, 1182, 1182, 1182, 1184, 1182, 1182, 1182,
1182, 1182, 1182, 1182, 1182, 1182, 1182, 1182, 1182, 1182,
1182, 1182, 0, 0, 0, 1179, 1179, 1179, 1179, 1179,
1183, 1183, 1183, 1183, 1183, 1183, 1183, 1183, 1183, 1183,
1648, 1648, 1648, 0, 0, 0, 1184, 1184, 1184, 1184,
1184, 1184, 1184, 1184, 1184, 1184, 1184, 1184, 1184, 1184,
1184, 1184, 1184, 1184, 1184, 1184, 1184, 1184, 1184, 1184,
0, 1648, 1648, 1648, 1648, 1648, 1648, 1648, 1648, 1183,
1183, 1183, 1183, 1183, 1183, 1183, 1183, 1183, 1183, 1183,
1183, 1183, 1183, 1183, 1279, 1279, 1279, 1279, 1279, 1279,
1279, 1279, 1279, 1279, 1279, 1279, 1279, 1279, 1279, 1279,
1279, 1279, 1279, 1279, 1279, 1279, 1279, 1279, 1279, 1279,
1279, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374,
1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374,
1374, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469,
1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469,
1469, 1469, 1469, 1564, 1564, 1564, 1564, 1564, 1564, 1564,
1564, 1564, 1564, 1564, 1564, 1564, 1564, 1564, 1564, 1564,
1564, 1564, 1564, 1564, 1564, 1564, 1564, 1564, 1634, 1634,
1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634,
1634, 1634, 1634, 1634, 1640, 1640, 1640, 1640, 1640, 1640,
1640, 1640, 1640, 1640, 1640, 1640, 1640, 1640, 1640, 1640,
0, 0, 0, 0, 0, 0, 0, 1642, 1642, 1642,
0, 1647, 0, 0, 0, 1647, 1649, 1649, 0, 0,
1647, 0, 1647, 1647, 1647, 1653, 1653, 1653, 1653, 0,
1634, 1634, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642,
1642, 1642, 1642, 1642, 1647, 1647, 1647, 1647, 1647, 1647,
1647, 1647, 1647, 0, 0, 0, 0, 1647, 1647, 1647,
1647, 1647, 1647, 1649, 1649, 1649, 1649, 1649, 0, 0,
0, 0, 1653, 1653, 1653, 1653, 1653, 0, 1649, 1649,
1650, 1650, 1650, 1650, 1650, 0, 0, 1653, 1653, 0,
2070, 2070, 0, 0, 0, 0, 1650, 1650, 1650, 1650,
1650, 1650, 1650, 1650, 1650, 1650, 2070, 2070, 2070, 2070,
0, 0, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650,
1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650,
1650, 1650, 1650, 1650, 1650, 1650, 0, 0, 0, 1650,
1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651,
1652, 1652, 1652, 1652, 1652, 1652, 1652, 1652, 1652, 1652,
1652, 1652, 1652, 1655, 1655, 1655, 1655, 1655, 1655, 1655,
1655, 1655, 1655, 1655, 1655, 1655, 1655, 0, 1651, 1651,
1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1654, 1836,
1836, 1836, 1836, 1836, 1836, 1836, 1836, 1836, 1836, 1836,
1836, 0, 0, 1654, 1654, 1654, 1654, 1654, 1654, 1654,
1654, 1654, 1654, 1654, 0, 0, 0, 0, 0, 0,
1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654,
1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654,
1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654,
1654, 1656, 2036, 2036, 0, 2036, 0, 0, 0, 2036,
1656, 1656, 1656, 1656, 1656, 1656, 1656, 1656, 1656, 1656,
1656, 1656, 1656, 1656, 1657, 0, 1657, 1657, 1657, 1659,
0, 1657, 1657, 0, 0, 0, 1659, 1659, 1657, 1657,
2036, 0, 0, 0, 1659, 1659, 2036, 0, 0, 1659,
1659, 1659, 2036, 1656, 1656, 1656, 0, 1656, 1656, 1656,
1656, 1656, 0, 0, 0, 0, 0, 0, 1659, 0,
0, 1859, 1859, 1859, 1859, 1859, 1659, 1859, 1859, 1859,
1859, 1859, 1859, 1859, 1859, 1859, 1859, 0, 0, 0,
1659, 1659, 1659, 1661, 1661, 1661, 1661, 1661, 1661, 0,
0, 1661, 0, 0, 1661, 1661, 1661, 1661, 1661, 1661,
1661, 1661, 1661, 1661, 1661, 1661, 1670, 1670, 1670, 1670,
1670, 1670, 1670, 1670, 1670, 1670, 1670, 1670, 1670, 1670,
1670, 1670, 1670, 1670, 1670, 1670, 1670, 1670, 1670, 1670,
1670, 1670, 1670, 1670, 1670, 1670, 1670, 1670, 1670, 1670,
1670, 1670, 1670, 1670, 1670, 1670, 1670, 1670, 1670, 1670,
1670, 1670, 1670, 1670, 1670, 1670, 1670, 1670, 1670, 1670,
1670, 1670, 1670, 1670, 1670, 1670, 1670, 1670, 1670, 1670,
1671, 1671, 1671, 1671, 1671, 1671, 1671, 1671, 1671, 1671,
1671, 1671, 1671, 1671, 1671, 1671, 1671, 1671, 1671, 1671,
1671, 1671, 1671, 1671, 1671, 1671, 1671, 1671, 1671, 1671,
1765, 1765, 1765, 1765, 1765, 1765, 1765, 1765, 1765, 1765,
1765, 1765, 1765, 1765, 1765, 1765, 1765, 1765, 1765, 1765,
1765, 1765, 1765, 1765, 1765, 1765, 1765, 1765, 1765, 1765,
1765, 1765, 1765, 1765, 1765, 1765, 1765, 1765, 1765, 1765,
1765, 1765, 1765, 1765, 1765, 1765, 1765, 1765, 1765, 1765,
1765, 1765, 1765, 1765, 1765, 1765, 1765, 1765, 1765, 1765,
1765, 1765, 1765, 1765, 1766, 1766, 1766, 1766, 1766, 1766,
1766, 1766, 1766, 1766, 1766, 1766, 1766, 1766, 1766, 1766,
1766, 1766, 1766, 1766, 1766, 1766, 1766, 1766, 1766, 1766,
1766, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848, 1848,
1848, 1848, 1848, 1848, 1848, 1849, 1849, 1849, 1849, 1849,
1849, 1849, 0, 0, 0, 0, 0, 0, 0, 0,
1863, 1857, 1857, 1857, 1857, 1857, 1857, 1857, 1857, 1849,
1849, 1849, 1849, 1849, 1862, 1862, 1862, 1862, 1862, 1862,
1862, 1862, 1862, 1862, 0, 0, 1849, 1863, 1863, 1863,
1863, 1863, 1863, 1863, 1863, 1863, 1863, 1863, 0, 0,
1849, 0, 0, 0, 0, 0, 1849, 0, 1849, 1857,
1857, 1857, 1857, 1857, 1857, 1857, 1857, 1857, 1857, 1857,
1857, 1865, 1865, 1865, 1865, 1865, 1865, 0, 0, 1865,
1865, 1865, 1865, 1865, 1865, 2092, 0, 1865, 1865, 1865,
1865, 1865, 1865, 0, 0, 1865, 1865, 1865, 1867, 0,
1867, 0, 1867, 1867, 1867, 1867, 1867, 0, 2055, 1867,
1867, 1867, 0, 2055, 2055, 2055, 1867, 1867, 0, 0,
1867, 0, 1867, 1867, 1867, 0, 0, 2092, 2092, 2092,
2092, 2092, 0, 1867, 1871, 0, 1871, 2092, 2092, 0,
2055, 0, 0, 1871, 2055, 2055, 2055, 2055, 1871, 0,
0, 0, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871,
1871, 1871, 1871, 1871, 1871, 1871, 0, 1871, 1871, 1871,
1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871,
1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871,
1894, 1894, 0, 0, 0, 0, 1894, 0, 0, 0,
1894, 1894, 1894, 1894, 0, 1894, 1894, 1894, 1894, 1894,
1894, 1894, 1894, 1894, 0, 0, 0, 0, 0, 0,
1894, 0, 0, 0, 1894, 1894, 1945, 1945, 1945, 1945,
1945, 1945, 1945, 1945, 1945, 1945, 1945, 1945, 1945, 1945,
1945, 1945, 1945, 1945, 1945, 1945, 1945, 1945, 1945, 1945,
1945, 0, 0, 0, 1871, 1871, 1871, 1871, 1871, 1871,
1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871,
1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871,
1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871,
1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871,
1936, 0, 0, 0, 0, 1936, 0, 1936, 0, 1936,
0, 1964, 0, 0, 0, 0, 0, 0, 1936, 0,
0, 1936, 0, 1936, 0, 1936, 0, 1936, 0, 1936,
1964, 1964, 1964, 0, 1936, 1944, 1944, 1944, 1944, 1944,
1944, 1944, 1944, 1944, 1944, 1944, 1944, 1944, 1944, 1944,
1944, 1944, 1944, 1944, 1944, 1944, 1944, 1964, 0, 0,
1936, 1944, 1950, 0, 0, 1964, 1964, 0, 0, 0,
0, 1944, 0, 1950, 1950, 1944, 1946, 1946, 1946, 1946,
1946, 1946, 1946, 1946, 1946, 1946, 1946, 1946, 1946, 1946,
1946, 1946, 1946, 1946, 1946, 1946, 1946, 1947, 1947, 1947,
1947, 1947, 1947, 1947, 1947, 1947, 1947, 1948, 0, 0,
0, 1948, 1949, 1950, 0, 1950, 0, 1950, 0, 0,
1948, 1948, 0, 1950, 1948, 1948, 1949, 1949, 0, 1949,
1949, 1949, 0, 0, 0, 0, 1949, 1949, 1949, 1949,
1949, 1949, 1949, 1949, 1949, 1949, 1949, 1949, 1948, 0,
1949, 1949, 1949, 1949, 1949, 1949, 1948, 0, 1948, 1948,
1948, 1951, 1951, 1951, 1951, 0, 1951, 0, 1953, 0,
0, 0, 0, 0, 1951, 1951, 1951, 1951, 1951, 1951,
1951, 1951, 1951, 1951, 1953, 1953, 1951, 1951, 1951, 0,
1953, 1953, 1953, 1953, 1953, 1953, 1953, 1953, 1953, 1953,
1955, 1955, 0, 1955, 1955, 1955, 1957, 0, 0, 0,
1955, 1955, 1955, 1955, 1955, 1955, 1955, 1955, 1955, 1955,
0, 1955, 1955, 1955, 1955, 1955, 1955, 1955, 1957, 1957,
1957, 1957, 1957, 1957, 1957, 1957, 1957, 1957, 1957, 1957,
1957, 1959, 1959, 0, 0, 0, 0, 0, 0, 1959,
1959, 0, 0, 0, 0, 1959, 1959, 1959, 1959, 1959,
1959, 1959, 1959, 1959, 1959, 0, 0, 0, 0, 0,
0, 1960, 0, 1959, 1959, 1959, 1959, 1959, 1959, 1959,
1960, 0, 0, 1961, 1960, 1961, 1961, 0, 0, 0,
0, 1961, 1961, 1961, 1961, 1961, 1961, 1961, 1961, 1961,
1961, 0, 1961, 1961, 1963, 0, 0, 0, 1960, 0,
0, 0, 0, 1966, 1966, 1966, 0, 0, 0, 1960,
0, 0, 1963, 1963, 0, 0, 0, 0, 1963, 1963,
1963, 1963, 1963, 1963, 1963, 1963, 1963, 1963, 1963, 1963,
1963, 1963, 1963, 1963, 0, 0, 0, 0, 1963, 1963,
1963, 1963, 1963, 1963, 1965, 1965, 1965, 1965, 1965, 1965,
1965, 1966, 0, 0, 1966, 1966, 1966, 1966, 1966, 1966,
0, 0, 0, 1966, 1974, 1974, 1974, 1974, 1974, 1974,
1974, 1974, 1974, 1974, 2096, 0, 0, 0, 2096, 0,
2096, 0, 1965, 1965, 1965, 1965, 1965, 1965, 1965, 1965,
1965, 1965, 1967, 1967, 1967, 1967, 1967, 1967, 1967, 2096,
0, 0, 0, 0, 0, 0, 0, 2096, 1967, 1967,
1967, 1967, 1967, 1967, 1967, 1967, 1967, 1967, 1969, 1969,
1969, 1969, 1969, 1970, 1969, 0, 0, 0, 0, 0,
0, 0, 0, 0, 1969, 1969, 1969, 1969, 1969, 1969,
1969, 1969, 1969, 1969, 0, 0, 1969, 1969, 1969, 1969,
0, 0, 0, 0, 0, 1970, 1970, 1970, 1970, 1970,
1970, 1970, 1970, 1970, 1970, 1970, 1970, 1970, 1970, 1970,
1970, 1970, 1970, 1970, 1970, 1975, 1975, 1975, 1975, 1975,
1975, 1975, 1975, 1975, 1975, 1976, 1976, 1976, 1976, 1976,
1976, 1976, 1976, 1976, 1976, 1976, 1976, 1976, 1976, 1976,
1976, 1976, 1976, 1976, 1976, 1976, 1976, 1976, 1976, 1976,
1976, 1976, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981,
1981, 1981, 0, 0, 0, 0, 1976, 1976, 1976, 1976,
1976, 1976, 1976, 1976, 1976, 1976, 1976, 1976, 1976, 1976,
1976, 1976, 1976, 1976, 1976, 1976, 1979, 0, 0, 0,
0, 1979, 1979, 1979, 1979, 1979, 1979, 1979, 1979, 1979,
1979, 1979, 1979, 1979, 1979, 1994, 1994, 1994, 1994, 0,
1994, 1994, 1994, 1994, 0, 0, 1980, 1994, 1994, 0,
0, 1980, 0, 1979, 1979, 1980, 1980, 1980, 1980, 1980,
1980, 1980, 1980, 1980, 1980, 0, 0, 0, 0, 0,
0, 1980, 1980, 1980, 1980, 1980, 1980, 1980, 1980, 1980,
1980, 1982, 0, 1982, 1982, 1982, 1982, 1982, 0, 0,
0, 0, 1982, 1982, 1982, 1982, 1982, 1982, 1982, 1982,
1982, 1982, 1982, 1982, 1985, 1985, 1985, 1985, 1985, 1985,
1985, 0, 0, 0, 0, 0, 0, 0, 0, 1985,
1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1985,
1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 0,
0, 0, 0, 0, 0, 0, 0, 0, 1986, 0,
1986, 1986, 1986, 1986, 1986, 1987, 1987, 1987, 1987, 1987,
1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1987,
1987, 1987, 1987, 1987, 1987, 1987, 1988, 1988, 1988, 1988,
1988, 1988, 1988, 1988, 1988, 1988, 0, 0, 0, 0,
0, 0, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988,
1988, 1988, 1991, 1991, 1991, 1990, 1990, 1990, 1990, 1990,
1990, 1990, 0, 0, 0, 1988, 1990, 1990, 1990, 1990,
1990, 1990, 1990, 1990, 1990, 1990, 0, 0, 0, 0,
0, 0, 0, 1991, 1991, 0, 0, 0, 0, 2008,
2008, 2008, 2008, 0, 0, 0, 0, 0, 1991, 1991,
1991, 1991, 1991, 1991, 1991, 1991, 1991, 1991, 1991, 1991,
1991, 1991, 1991, 1991, 1991, 1991, 1996, 1996, 1996, 1997,
0, 0, 1996, 1996, 1996, 1996, 1996, 1997, 0, 1996,
1996, 0, 1998, 1998, 1998, 1997, 2008, 2008, 2008, 2008,
1996, 0, 0, 1997, 1997, 1997, 1997, 1997, 1997, 1997,
1997, 1997, 2008, 0, 0, 0, 0, 0, 0, 1997,
1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 0,
0, 2001, 2001, 0, 0, 0, 1998, 1998, 1998, 1998,
1998, 0, 0, 1998, 1998, 1998, 1998, 1998, 2001, 2001,
2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001,
2001, 2001, 2001, 2001, 2002, 2002, 2002, 2002, 2002, 2002,
2002, 2002, 2002, 2002, 2005, 2005, 2005, 2005, 2005, 2005,
2005, 2005, 2005, 2005, 0, 0, 0, 0, 0, 2002,
2006, 2006, 2006, 2006, 2006, 2006, 2006, 2006, 2006, 2006,
0, 0, 0, 0, 0, 0, 0, 0, 2005, 2005,
2005, 2005, 2005, 2005, 0, 0, 0, 2005, 0, 0,
2006, 2006, 0, 0, 0, 0, 0, 0, 2006, 2006,
2006, 2006, 2006, 2006, 2006, 2006, 2006, 2006, 2009, 2009,
2009, 2009, 2009, 2009, 2009, 2009, 2009, 2009, 2009, 0,
0, 0, 0, 0, 0, 2009, 2009, 2009, 2009, 2009,
0, 2009, 2009, 2009, 2009, 2009, 2009, 2009, 2009, 2009,
2009, 2009, 2009, 2009, 2009, 2009, 2009, 2009, 2009, 2009,
2009, 2009, 2009, 2009, 2009, 2009, 2011, 0, 0, 0,
2011, 2011, 2011, 2011, 2011, 0, 0, 0, 0, 2011,
2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2012,
0, 2012, 0, 0, 0, 2012, 2012, 0, 0, 2012,
2012, 2012, 2012, 2012, 2013, 2012, 2013, 0, 0, 0,
0, 0, 2014, 0, 0, 0, 2014, 0, 2011, 2011,
2011, 2014, 2011, 2011, 0, 2011, 2011, 0, 0, 0,
0, 2013, 2013, 2013, 0, 0, 2013, 2013, 2013, 2013,
2013, 2013, 2013, 2013, 2013, 2013, 2013, 0, 0, 0,
0, 0, 0, 0, 2013, 2013, 2013, 0, 2014, 2014,
2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2018, 0,
2018, 0, 0, 2026, 2026, 2026, 2026, 2018, 0, 0,
0, 0, 2018, 0, 2026, 2026, 2018, 2018, 2018, 2018,
2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018,
0, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018,
2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018,
2018, 2018, 2018, 2018, 2026, 0, 2026, 0, 2026, 2031,
0, 0, 0, 2026, 2026, 2026, 2026, 2031, 0, 2037,
2037, 0, 0, 2037, 2037, 0, 2071, 2071, 2071, 2071,
2037, 2071, 2071, 2071, 2071, 2037, 2037, 0, 2071, 2071,
0, 0, 0, 2031, 2037, 2031, 2031, 0, 0, 0,
2044, 2031, 2031, 2044, 2044, 2044, 2044, 2044, 2044, 0,
2044, 2044, 0, 2037, 2037, 0, 0, 0, 2018, 2018,
2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018,
2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018,
2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018,
2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2018,
2018, 2018, 2018, 2018, 2019, 2019, 2019, 2019, 2019, 2019,
2019, 2019, 2019, 2019, 2019, 2019, 2019, 2019, 2019, 2019,
2019, 2019, 2019, 2019, 2019, 2019, 2019, 2019, 2019, 2019,
2019, 2019, 2019, 2019, 2019, 2019, 2019, 2019, 2019, 2019,
2019, 2019, 2019, 2019, 2019, 2019, 2019, 2019, 2019, 2019,
2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022,
2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022,
2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022,
2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022,
2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022,
2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022,
2022, 2022, 2022, 2022, 2023, 2023, 2023, 2023, 2023, 2023,
2023, 2023, 2023, 2023, 2023, 2023, 2023, 2023, 2023, 2023,
2023, 2023, 2023, 2023, 2023, 2023, 2023, 2023, 2023, 2023,
2023, 2023, 2023, 2023, 2023, 2023, 2023, 2023, 2023, 2023,
0, 0, 2023, 2023, 2023, 2023, 2023, 2023, 2023, 2023,
2023, 2023, 0, 2023, 2023, 2023, 2023, 2023, 2023, 2023,
2023, 2023, 2023, 2023, 2023, 2023, 2023, 2023, 2025, 2025,
2025, 2025, 2025, 0, 0, 2025, 2025, 0, 0, 2025,
2025, 2025, 2025, 0, 0, 0, 0, 0, 0, 0,
0, 2025, 0, 0, 0, 0, 2025, 2025, 0, 2025,
2025, 2025, 2025, 2025, 0, 0, 2025, 2025, 2025, 2025,
2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 0, 0,
2025, 2025, 2025, 2025, 2025, 2025, 2027, 2027, 2027, 0,
0, 0, 0, 2027, 2027, 0, 0, 2027, 2027, 2027,
0, 0, 0, 2027, 0, 0, 0, 0, 0, 0,
0, 2027, 2027, 2027, 2027, 0, 2027, 0, 0, 0,
0, 0, 0, 0, 2027, 2027, 2027, 2027, 2027, 2027,
2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027,
2029, 2029, 2029, 2029, 2029, 2029, 0, 2029, 2029, 2029,
0, 2029, 2029, 2029, 0, 0, 2029, 2058, 2058, 2058,
0, 0, 2058, 2058, 2058, 2058, 2058, 2058, 2058, 2058,
2058, 2058, 2029, 2029, 2029, 2029, 0, 0, 2029, 2029,
2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2033, 2033,
2033, 2034, 0, 0, 2033, 2033, 2033, 0, 2033, 2033,
2033, 2033, 2034, 2034, 2033, 2034, 0, 0, 0, 2034,
0, 2033, 2086, 2086, 2086, 2086, 2086, 2086, 2086, 2086,
2086, 2086, 2086, 2086, 2086, 0, 2033, 2033, 2033, 2033,
2033, 2033, 2033, 2033, 2033, 2033, 2033, 2033, 2033, 0,
2034, 0, 0, 2034, 2035, 2035, 2034, 0, 2035, 2035,
0, 2034, 2034, 0, 0, 2035, 0, 0, 0, 0,
2035, 2035, 0, 2035, 2035, 0, 0, 0, 0, 0,
0, 0, 2038, 2038, 2091, 2038, 2091, 2091, 2091, 2038,
0, 2091, 2091, 2042, 2042, 2042, 2042, 0, 2091, 2091,
0, 0, 0, 0, 0, 2035, 2035, 2035, 2035, 2035,
2035, 2035, 2038, 0, 0, 2042, 2042, 2042, 0, 0,
2038, 0, 0, 2038, 0, 0, 2038, 2039, 0, 2038,
0, 2038, 2038, 0, 2039, 2039, 2039, 0, 0, 0,
0, 2042, 2042, 2039, 2042, 2042, 2042, 2042, 2042, 2042,
2042, 2042, 0, 2042, 0, 0, 0, 2046, 0, 0,
0, 2039, 2039, 2039, 2039, 2039, 2039, 2040, 0, 0,
0, 2039, 2039, 2039, 2039, 2039, 2039, 2040, 2040, 2040,
2040, 2046, 2046, 2040, 2040, 0, 0, 0, 0, 2040,
2040, 2040, 2079, 2079, 2079, 2079, 0, 2079, 2079, 2079,
2079, 2079, 2079, 2079, 2079, 2079, 2079, 2040, 0, 0,
2046, 0, 2046, 0, 2046, 2040, 2040, 0, 2040, 2046,
2046, 2040, 0, 0, 2040, 2040, 2040, 2040, 2040, 2040,
2041, 2041, 2041, 2041, 2041, 2041, 2041, 0, 0, 0,
2041, 0, 0, 0, 0, 2041, 2041, 2041, 2041, 2041,
2041, 0, 2041, 0, 2041, 2041, 2041, 2041, 2041, 2041,
2041, 2041, 0, 0, 0, 0, 0, 0, 2041, 2041,
2041, 2041, 2041, 2041, 2041, 2041, 2041, 2041, 0, 0,
2041, 2041, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043,
2043, 2043, 2043, 2043, 2043, 2043, 2043, 0, 2043, 2043,
2043, 2043, 2043, 2043, 2043, 2043, 2043, 2043, 2045, 2045,
2045, 2045, 2045, 0, 2045, 2047, 2045, 2045, 2045, 2045,
2045, 2045, 0, 2047, 2045, 2045, 2045, 2045, 2045, 2045,
2045, 2045, 2045, 2045, 0, 0, 2045, 2045, 2045, 2045,
2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050,
2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050,
2047, 2047, 2047, 2047, 0, 2047, 2047, 0, 0, 0,
0, 0, 0, 0, 2047, 2047, 2047, 2047, 2047, 2051,
2051, 2051, 2051, 2051, 2051, 2051, 2051, 2051, 2051, 0,
0, 0, 0, 0, 0, 2051, 2051, 2051, 2051, 2051,
2051, 2051, 2051, 2051, 2051, 2051, 2051, 2051, 2051, 2051,
2051, 2051, 2051, 2051, 2051, 2051, 2051, 2051, 2051, 2051,
2051, 2051, 2051, 2051, 2051, 2051, 2051, 2051, 2051, 2051,
2051, 2051, 2051, 2051, 2051, 2051, 2051, 2051, 2051, 2051,
2051, 2051, 2051, 2052, 2052, 2052, 2052, 2052, 2052, 2052,
2052, 2052, 2052, 2052, 2052, 0, 2052, 2052, 2052, 2052,
2052, 2052, 2052, 2052, 2052, 2052, 2052, 2052, 2052, 2052,
2052, 2052, 2052, 2053, 2053, 2053, 2053, 2053, 2053, 2053,
2053, 2053, 2053, 2053, 2053, 2053, 2053, 2053, 2053, 2053,
2053, 2053, 2053, 2053, 2053, 2053, 2053, 2053, 2053, 2053,
0, 0, 2053, 2053, 2053, 0, 0, 0, 0, 2068,
2068, 2068, 0, 0, 2053, 2053, 2053, 2053, 2053, 2053,
2053, 2053, 2053, 2053, 2053, 2053, 2053, 2053, 2053, 2053,
2053, 2053, 2053, 2053, 2056, 0, 0, 0, 0, 0,
2068, 2068, 2056, 2056, 2056, 2056, 2056, 2056, 2056, 2056,
2056, 2056, 2056, 2068, 2068, 2068, 2068, 2068, 2068, 2068,
2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2068,
2068, 2068, 2068, 2056, 2056, 2056, 2056, 2056, 2056, 2056,
2056, 2056, 2056, 2056, 2056, 2057, 2057, 2057, 2057, 2057,
2057, 2057, 2057, 2057, 2057, 2057, 2057, 2057, 2057, 2057,
2057, 2057, 2057, 2057, 2057, 0, 0, 0, 2057, 0,
0, 0, 0, 2057, 2057, 0, 0, 2057, 2057, 2057,
2057, 2057, 2057, 2057, 2057, 2057, 2057, 0, 0, 0,
0, 0, 0, 2057, 2057, 2057, 2057, 2057, 2057, 2057,
2057, 2057, 2057, 2059, 0, 2059, 2059, 2059, 2059, 2059,
0, 0, 0, 0, 2059, 2059, 2059, 2059, 2059, 2059,
2059, 2059, 2059, 2059, 2059, 2059, 2060, 2060, 2060, 2060,
2060, 2060, 2060, 2060, 2060, 2060, 2060, 2060, 2060, 2060,
2060, 2060, 2060, 2060, 2060, 2060, 2060, 0, 0, 0,
0, 0, 0, 0, 0, 2060, 2060, 2060, 2060, 2062,
2062, 2062, 2062, 2062, 2062, 2062, 2062, 2062, 2062, 0,
2083, 2083, 0, 0, 0, 2062, 2062, 2062, 2062, 2062,
2062, 2062, 2062, 2062, 2062, 2062, 2063, 2063, 2063, 2063,
2063, 2063, 2063, 2063, 2063, 0, 0, 0, 0, 0,
0, 0, 0, 0, 2063, 0, 2063, 2063, 2063, 2063,
2063, 2064, 2064, 2064, 2064, 2064, 2064, 2064, 2064, 2064,
2064, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083,
2083, 2083, 2083, 2083, 2064, 2064, 2064, 2064, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2064, 0, 0, 2064, 2065, 2065, 2065, 2065, 2065, 2065,
2065, 2065, 2065, 2065, 0, 0, 0, 0, 0, 0,
2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065,
0, 0, 2089, 2089, 2089, 2089, 2089, 2089, 2089, 2089,
2089, 2089, 0, 2065, 2089, 2089, 2089, 2089, 2089, 0,
0, 0, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2065,
2065, 2065, 2065, 2065, 2065, 2065, 2065, 2067, 2067, 2067,
2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 0,
0, 0, 0, 2067, 2067, 2067, 2067, 2067, 2067, 2067,
2067, 2067, 2067, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2067, 2069,
2069, 2069, 2069, 2069, 2069, 2069, 0, 0, 0, 0,
0, 0, 2069, 2069, 2069, 2069, 0, 0, 0, 0,
2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2072, 2072,
2072, 2072, 2072, 2072, 2072, 2072, 2072, 2072, 2072, 2072,
2072, 2072, 2072, 2072, 2075, 2075, 2075, 2072, 0, 0,
2075, 2075, 2075, 2075, 0, 2075, 2075, 2075, 2075, 0,
0, 0, 0, 0, 0, 0, 0, 0, 2075, 0,
2075, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 2072, 0, 2072, 2072, 0, 0, 2072, 2072,
2072, 2072, 2076, 2076, 2076, 2076, 2076, 2076, 2076, 0,
2076, 2076, 2076, 2076, 2076, 2076, 2076, 0, 2076, 2076,
2076, 2076, 2076, 2076, 2076, 0, 2076, 2076, 2076, 2076,
2076, 2076, 2076, 0, 2076, 2076, 2076, 2076, 2076, 2076,
2076, 2076, 2076, 2076, 2076, 2076, 2076, 2076, 2076, 2076,
2076, 2076, 2076, 2076, 2076, 2076, 2076, 2076, 2076, 2076,
2076, 2076, 2076, 2076, 2076, 2076, 2077, 2077, 2077, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 2077, 2077, 2077, 2077, 2077, 2077,
2077, 2077, 2077, 2077, 2077, 2077, 2077, 2077, 2077, 0,
2077, 2077, 2077, 2077, 2077, 0, 0, 2077, 2077, 2077,
2077, 2077, 2081, 2081, 2081, 2081, 2081, 2081, 2081, 2081,
2081, 2081, 2081, 2081, 2081, 0, 2081, 2081, 2081, 2081,
2081, 2081, 2081, 2081, 2081, 2081, 2082, 2081, 0, 0,
2082, 2090, 0, 0, 0, 2082, 0, 0, 0, 0,
2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2090,
2090, 2090, 2090, 2090, 0, 0, 0, 0, 0, 2082,
2082, 2082, 2082, 2082, 2082, 2082, 2082, 2082, 2082, 2082,
2082, 2082, 2082, 2082, 2082, 2082, 2082, 2082, 2084, 2084,
2084, 2084, 2084, 2090, 2090, 2090, 0, 2090, 2090, 2090,
2090, 2090, 0, 0, 2084, 2084, 2084, 2084, 2084, 2084,
2084, 2084, 2084, 2084, 0, 0, 0, 0, 0, 0,
2084, 2084, 2084, 2084, 2084, 2084, 2084, 2084, 2084, 2084,
2084, 2084, 2084, 2084, 2084, 2084, 2084, 2084, 2084, 2084,
2084, 2084, 2084, 2084, 0, 0, 0, 2084, 2085, 2085,
2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 0, 0,
0, 0, 2093, 0, 0, 0, 2093, 0, 0, 0,
0, 2093, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 2085, 2085, 2085, 2085,
2085, 2085, 2085, 2085, 2085, 2085, 0, 0, 0, 2085,
2093, 2093, 2093, 0, 2093, 2093, 0, 0, 0, 0,
2085, 2088, 0, 0, 2093, 2093, 2093, 2093, 0, 0,
0, 0, 0, 0, 0, 0, 2088, 2088, 2088, 2088,
2088, 2088, 2088, 2088, 2088, 2088, 2088, 0, 0, 0,
0, 0, 0, 2088, 2088, 2088, 2088, 2088, 2088, 2088,
2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088,
2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088,
2088, 2088, 2088, 2088, 2097, 0, 2097, 0, 2097, 2097,
2097, 2097, 2097, 0, 0, 2097, 2097, 2097, 0, 0,
0, 0, 2097, 2097, 0, 0, 2097, 0, 2097, 2097,
2097, 0, 0, 0, 0, 0, 0, 0, 0, 2097,
2098, 0, 2098, 0, 0, 0, 0, 0, 0, 2098,
0, 0, 0, 0, 2098, 0, 0, 0, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 0, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2099, 2099, 0, 0,
0, 0, 2099, 0, 0, 0, 2099, 2099, 2099, 2099,
0, 2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099, 2099,
0, 0, 2101, 2101, 0, 0, 2099, 0, 2101, 0,
2099, 2099, 2101, 2101, 2101, 2101, 0, 2101, 2101, 2101,
2101, 2101, 2101, 2101, 2101, 2101, 0, 0, 0, 0,
0, 0, 2101, 0, 0, 0, 2101, 2101, 0, 0,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098,
2098, 2098, 2098, 2098, 2098, 2098, 2162, 0, 0, 0,
0, 2162, 0, 2162, 0, 2162, 0, 0, 0, 0,
0, 0, 0, 0, 2162, 0, 0, 2162, 0, 2162,
0, 2162, 0, 2162, 0, 2162, 0, 0, 0, 0,
2162, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 2162, 2213, 2213, 2213,
2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213,
2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213,
0, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213,
2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213,
2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2213,
2213, 2213, 0, 2213, 2213, 2213, 2213, 2213, 2213, 2213,
2213, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214,
2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214,
2214, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 0, 0,
0, 0, 0, 2214, 2214, 2214, 2215, 2215, 2215, 2215,
2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215,
2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215,
2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2216, 2216,
2216, 2216, 2216, 2216, 2216, 2216, 2216, 2216, 2216, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 2216, 2216, 0, 2216, 2216, 2216,
2216, 2216, 2216, 2216, 2216, 2216, 2216, 2216, 2216, 2216,
2216, 2216, 2217, 2217, 2217, 2217, 2217, 2217, 2217, 2217,
2217, 2217, 2217, 2217, 2217, 2217, 2217, 2217, 2217, 2217,
2217, 2217, 0, 2217, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 2217,
2217, 0, 0, 0, 0, 0, 0, 0, 2217, 2217,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2217, 2217, 2217, 0, 0, 2217, 2218, 2218, 2218, 2218,
2218, 2218, 2218, 2218, 2218, 2218, 2218, 2218, 2218, 2218,
2218, 2218, 2218, 2218, 2218, 2218, 2218, 2218, 2218, 2218,
2218, 2218, 2218, 2218, 2218, 2218, 2218, 2218, 2218, 2218,
2218, 2218, 2218, 2218, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 2218, 2220, 0, 2220, 2220,
2220, 2220, 2220, 2220, 2220, 2220, 2220, 2220, 2220, 2220,
2220, 2220, 2220, 2220, 2220, 2220, 2220, 2220, 2220, 2220,
2220, 2220, 2220, 2220, 2220, 2220, 2220, 2220, 2220, 2220,
2220, 2220, 2220, 2220, 2220, 2220, 2220, 2220, 2220, 2220,
2220, 2220, 2220, 2220, 2220, 2220, 2220, 2220, 2220, 2220,
2220, 2220, 2220, 2220, 2220, 2220, 2220, 2220, 2220, 2220,
2220, 2220, 2220, 2220, 2220, 2221, 2221, 2221, 2221, 2221,
2221, 2221, 2221, 2221, 2221, 2221, 2221, 2221, 2221, 2221,
2221, 2221, 2221, 2221, 2221, 2221, 2221, 2221, 0, 2221,
2221, 2221, 2221, 2221, 2221, 2221, 2221, 2221, 2221, 2221,
2221, 2221, 2221, 2221, 2221, 2221, 2221, 2221, 2221, 2221,
2221, 2221, 2221, 2221, 2221, 2221, 2221, 2221, 2221, 2221,
0, 2221, 2221, 2221, 2221, 2221, 2221, 2221, 2221, 2222,
2222, 2222, 2222, 2222, 2222, 2222, 2222, 2222, 2222, 2222,
2222, 2222, 2222, 2222, 2222, 2222, 2222, 2222, 2222, 2222,
2222, 2222, 2222, 2222, 2222, 2222, 2222, 2222, 2222, 2222,
2222, 2222, 2222, 2222, 2222, 2222, 2222, 2222, 2222, 2222,
2222, 2222, 2222, 2222, 2222, 2222, 2222, 2222, 2222, 2222,
2222, 2222, 2222, 2222, 2222, 2222, 2222, 2222, 2222, 2222,
2222, 2222, 2222, 2223, 2223, 0, 2223, 2223, 0, 2223,
0, 0, 0, 0, 0, 0, 0, 0, 2223, 2223,
2223, 2223, 2223, 2223, 2223, 2223, 2223, 2223, 2223, 2223,
2223, 2223, 2223, 2223, 2223, 2223, 2223, 2223, 2223, 2223,
2223, 2223, 2223, 2223, 2223, 0, 0, 0, 0, 0,
2223, 2223, 2223, 2224, 2224, 2224, 2224, 2224, 2224, 2224,
2224, 2224, 2224, 2224, 0, 0, 0, 0, 0, 2224,
2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224,
2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224,
2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224, 2224,
2224, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225,
2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225,
2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225,
2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225,
2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225,
2225, 2225, 2225, 2225, 2225, 0, 0, 0, 2225, 2226,
0, 0, 0, 0, 0, 0, 0, 2226, 2226, 2226,
2226, 2226, 2226, 2226, 2226, 2226, 2226, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 2226, 2226, 2226, 2226, 2226, 2226, 2226, 2226,
2226, 2226, 2226, 2226, 2226, 2226, 2226, 2227, 0, 2227,
2227, 2227, 2227, 2227, 2227, 0, 0, 0, 2227, 2227,
2227, 0, 2227, 2227, 2227, 2227, 0, 0, 0, 2227,
2227, 0, 2227, 0, 2227, 2227, 0, 0, 0, 2227,
2227, 0, 0, 0, 2227, 2227, 2227, 0, 0, 0,
2227, 2227, 2227, 2227, 2227, 2227, 2227, 2227, 2227, 2227,
2227, 2227, 2228, 2228, 0, 2228, 0, 0, 2228, 2228,
0, 2228, 0, 0, 2228, 0, 0, 0, 0, 0,
0, 2228, 2228, 2228, 2228, 0, 2228, 2228, 2228, 2228,
2228, 2228, 2228, 0, 2228, 2228, 2228, 0, 2228, 0,
2228, 0, 0, 2228, 2228, 0, 2228, 2228, 2228, 2228,
0, 2228, 2228, 0, 0, 0, 0, 0, 0, 0,
0, 0, 2228, 2229, 2229, 2229, 2229, 2229, 2229, 2229,
2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229,
2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229,
2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229,
2229, 2229, 2229, 2229, 2229, 2229, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 2229, 2230, 2230, 2230,
2230, 2230, 2230, 0, 0, 0, 0, 2230, 2230, 2230,
2230, 0, 0, 0, 2230, 0, 0, 0, 2230, 2230,
0, 0, 0, 0, 0, 0, 0, 2230, 2230, 2230,
0, 0, 0, 0, 2230, 2230, 2230, 2230, 2230, 2230,
2230, 2230, 2230, 2230, 2230, 2231, 2231, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 2231,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 2231, 2231, 2231,
2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231,
2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231,
2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2232,
2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232,
2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232,
2232, 2232, 2232, 2232, 2232, 2232, 2233, 2233, 2233, 2233,
2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233,
2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233,
2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233,
2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233,
2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233,
2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2233, 2234,
2234, 2234, 2234, 2234, 2234, 2234, 2234, 2234, 2234, 2234,
2234, 2234, 0, 2234, 2234, 2234, 2234, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 2234, 2234, 2234, 2234, 2234, 2234, 2234, 2234, 2234,
2234, 2234, 2234, 2234, 2234, 2234, 2234, 2234, 2234, 2235,
2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235,
2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235,
2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235,
2235, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236,
2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236,
2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236,
2236, 2236, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237,
2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237,
2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237,
2237, 2237, 0, 0, 2237, 2237, 2237, 2237, 2237, 2238,
0, 0, 0, 0, 2238, 0, 0, 2238, 2238, 2238,
2238, 2238, 2238, 2238, 2238, 2238, 2238, 0, 2238, 0,
0, 0, 2238, 2238, 2238, 2238, 2238, 0, 0, 0,
0, 0, 0, 2238, 0, 2238, 0, 2238, 0, 2238,
2238, 2238, 2238, 0, 2238, 2238, 2238, 2238, 2238, 2238,
2238, 2238, 2238, 2238, 2238, 0, 0, 2238, 2238, 2238,
2238, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239,
2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239,
2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239,
2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239,
2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239,
2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2239,
2239, 2239, 2239, 2239, 2240, 2240, 2240, 2240, 2240, 2240,
2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 2240, 2240, 2240, 2240,
2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240,
2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2240,
2240, 2240, 2240, 2241, 2241, 2241, 2241, 2241, 2241, 2241,
2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241,
2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241,
2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241,
2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241,
2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241,
2241, 2241, 2241, 2241, 2241, 2241, 2241, 2242, 2242, 2242,
2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
2242, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243,
2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243,
2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243,
2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243,
2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243,
2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243,
2243, 2243, 2243, 2243, 2243, 2244, 2244, 2244, 2244, 2244,
2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244,
2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244,
2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244,
2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244,
2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244,
2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2244, 2245,
2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245,
2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245,
2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245,
2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245,
2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245,
2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245,
2245, 2245, 2245, 2246, 2246, 2246, 2246, 2246, 2246, 2246,
2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246,
2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246,
2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246,
2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246,
2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246, 2246,
2246, 2246, 2246, 2246, 2246, 2246, 2246, 2247, 2247, 2247,
2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247,
2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247,
2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247,
2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247,
2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247,
2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247, 2247,
2247, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248,
2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248,
2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248,
2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248,
2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248,
2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248,
2248, 2248, 2248, 2248, 2248, 2249, 2249, 2249, 2249, 2249,
2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249,
2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249,
2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249,
2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249,
2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249,
2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2250,
2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250,
2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250,
2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250,
2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250,
2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250,
2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250,
2250, 2250, 2250, 2251, 2251, 2251, 2251, 2251, 2251, 2251,
2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251,
2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251,
2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251,
2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251,
2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2251,
2251, 2251, 2251, 2251, 2251, 2251, 2251, 2252, 2252, 2252,
2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252,
2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252,
2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252,
2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252,
2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252,
2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2252,
2252, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253,
2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253,
2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253,
2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253,
2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253,
2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2253,
2253, 2253, 2253, 2253, 2253, 2254, 2254, 2254, 2254, 2254,
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 0, 0,
0, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
2254, 2254, 2254, 2254, 2254, 2254, 2254, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 2254, 2254, 2255,
2255, 2255, 2255, 2255, 2255, 2255, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255,
2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255,
2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255, 2255,
2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256,
2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256,
2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256,
2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256,
2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256,
2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2256,
2256, 2256, 2256, 2256, 2257, 2257, 2257, 2257, 2257, 2257,
2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257,
2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257,
2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257,
2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257,
2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257,
2257, 2257, 2257, 2257, 2257, 2257, 2257, 2257, 2258, 2258,
2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258,
2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258,
2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258,
2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258,
2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258,
2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258, 2258,
2258, 2258, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259,
2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259,
2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259,
2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259,
2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259,
2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259, 2259,
2259, 2259, 2259, 2259, 2259, 2259, 2260, 2260, 2260, 2260,
2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260,
2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260,
2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260,
2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260,
2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260,
2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260, 2260,
2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261,
2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261,
2261, 2261, 2261, 2261, 2261, 2261, 2262, 2262, 2262, 2262,
2262, 2262, 2262, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 2262, 2262, 2262, 2262, 2262,
0, 0, 0, 0, 0, 2262, 0, 2262, 2262, 2262,
2262, 2262, 2262, 2262, 2262, 2262, 2262, 0, 2262, 2262,
2262, 2262, 2262, 2262, 2262, 2262, 2262, 2262, 2262, 2262,
2262, 0, 2262, 2262, 2262, 2262, 2262, 0, 2262, 2263,
2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263,
2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263, 2263,
2263, 2263, 2263, 2263, 2263, 2265, 0, 2265, 2265, 2265,
2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265,
2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265,
2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265,
2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265,
2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265,
2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265,
2265, 2265, 2265, 2265, 2266, 2266, 0, 0, 0, 0,
0, 0, 0, 0, 2266, 2266, 2266, 2266, 2266, 2266,
2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266,
2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266,
2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266,
2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266,
2266, 2266, 2266, 2266, 2266, 2266, 2266, 2266, 2267, 2267,
2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267,
2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2267,
2267, 2267, 2267, 2267, 2267, 0, 0, 0, 0, 0,
2267, 2267, 2267, 2268, 2268, 2268, 2268, 2268, 2268, 2268,
2268, 2268, 2268, 2268, 2268, 2268, 2268, 2268, 2268, 2268,
2268, 2268, 2268, 2268, 2268, 2268, 2268, 2268, 2268, 2268,
2268, 2268, 2268, 2268, 2268, 2269, 2269, 2269, 2269, 2269,
2269, 2269, 2269, 2269, 2269, 2269, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 2269, 2269, 2269,
2269, 2269, 2269, 2269, 2269, 2269, 2269, 0, 0, 0,
0, 2269, 2269, 0, 2269, 2269, 2269, 2269, 2269, 2269,
2269, 2269, 2269, 2269, 2269, 2269, 2269, 2269, 2269, 2270,
2270, 2270, 2270, 2270, 2270, 2270, 2270, 2270, 2270, 2270,
2270, 2270, 2270, 2270, 2270, 2270, 2270, 2270, 2270, 0,
2270, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 2270, 2270, 0, 0,
0, 0, 0, 0, 0, 2270, 2270, 2270, 2270, 2270,
2270, 2270, 2270, 2270, 2270, 2270, 2270, 2270, 2270, 2270,
0, 0, 2270, 2271, 2271, 2271, 2271, 2271, 2271, 2271,
2271, 2271, 2271, 2271, 2271, 2271, 2271, 2271, 2271, 2271,
2271, 2271, 2271, 2271, 2271, 2271, 2271, 2271, 2271, 2271,
2271, 2271, 2271, 2271, 2271, 2271, 2271, 2271, 2271, 2271,
2271, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 2271, 2272, 2272, 2272, 2272, 2272, 2272, 2272,
2272, 2272, 2272, 2272, 2272, 2272, 2272, 2272, 2272, 2272,
2272, 2272, 2272, 2272, 2272, 2272, 2272, 2272, 2272, 2272,
2272, 2272, 2272, 2272, 2272, 2272, 2272, 2272, 2272, 2272,
2272, 2272, 2272, 2272, 2272, 2272, 2272, 2272, 2272, 2272,
2272, 2272, 2272, 2272, 2272, 2272, 2272, 2272, 2272, 2272,
2272, 2272, 2272, 2272, 2272, 2272, 2272, 2273, 2273, 0,
2273, 2273, 0, 2273, 0, 0, 0, 0, 0, 0,
0, 0, 2273, 2273, 2273, 2273, 2273, 2273, 2273, 2273,
2273, 2273, 2273, 2273, 2273, 2273, 2273, 2273, 2273, 2273,
2273, 2273, 2273, 2273, 2273, 2273, 2273, 2273, 2273, 0,
0, 0, 0, 0, 2273, 2273, 2273, 2274, 2274, 2274,
2274, 2274, 2274, 2274, 2274, 2274, 2274, 2274, 0, 0,
0, 0, 0, 2274, 2274, 2274, 2274, 2274, 2274, 2274,
2274, 2274, 2274, 2274, 2274, 2274, 2274, 2274, 2274, 2274,
2274, 2274, 2274, 2274, 2274, 2274, 2274, 2274, 2274, 2274,
2274, 2274, 2274, 2274, 2274, 2275, 2275, 2275, 2275, 2275,
2275, 2275, 2275, 2275, 2275, 2275, 2275, 2275, 2275, 2275,
2275, 2275, 2275, 2275, 2275, 2275, 2275, 2275, 2275, 2275,
2275, 2275, 2275, 2276, 2276, 2276, 2276, 2276, 2276, 2276,
2276, 2276, 2276, 2276, 2276, 2276, 2276, 2276, 2276, 2276,
2276, 2276, 2276, 2276, 2276, 2276, 2276, 2276, 2276, 2276,
2276, 2277, 2277, 2277, 2277, 0, 2277, 2277, 2277, 2277,
2277, 2277, 2277, 2277, 0, 0, 2277, 2277, 0, 0,
2277, 2277, 2277, 2277, 2277, 2277, 2277, 2277, 2277, 2277,
2277, 2277, 2277, 2277, 2277, 2277, 2277, 2277, 2277, 2277,
2277, 2277, 0, 2277, 2277, 2277, 2277, 2277, 2277, 2277,
0, 2277, 0, 0, 0, 2277, 2277, 2277, 2277, 0,
0, 2277, 2277, 2277, 2277, 2278, 2278, 0, 2278, 2278,
2278, 2278, 2278, 2278, 0, 0, 0, 2278, 2278, 2278,
0, 2278, 2278, 2278, 2278, 0, 0, 0, 2278, 2278,
0, 2278, 0, 2278, 2278, 0, 0, 0, 2278, 2278,
0, 0, 0, 2278, 2278, 2278, 0, 0, 0, 2278,
2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278,
2278, 0, 0, 0, 0, 2278, 2278, 2279, 2279, 0,
2279, 0, 0, 2279, 2279, 0, 2279, 0, 0, 2279,
0, 0, 0, 0, 0, 0, 2279, 2279, 2279, 2279,
0, 2279, 2279, 2279, 2279, 2279, 2279, 2279, 0, 2279,
2279, 2279, 0, 2279, 0, 2279, 0, 0, 2279, 2279,
0, 2279, 2279, 2279, 2279, 2279, 2279, 2279, 2279, 2279,
2279, 2279, 2279, 2279, 0, 2279, 2279, 2279, 2280, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 2280, 2280, 0, 0, 0, 0, 0, 0,
2280, 2280, 2280, 2280, 2280, 2280, 2280, 2280, 2280, 2280,
2280, 2280, 2280, 2280, 2280, 2280, 2280, 2280, 2280, 2280,
0, 2280, 0, 2280, 0, 2280, 0, 0, 0, 0,
2280, 2280, 2281, 2281, 2281, 2281, 2281, 0, 2281, 2281,
2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281,
2281, 2281, 2281, 2281, 2281, 2281, 0, 2281, 2281, 2281,
2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281,
2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281,
2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281,
2281, 2281, 2281, 2282, 2282, 2282, 2282, 2282, 2282, 2282,
2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282,
2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282,
2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282,
2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282,
2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282, 2282,
2282, 2282, 2282, 2282, 2282, 2282, 2282, 2283, 2283, 2283,
2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283,
2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283,
2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283,
2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283,
2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283,
2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283, 2283,
2284, 2284, 2284, 2284, 2284, 2284, 2284, 2284, 2284, 2284,
2284, 2284, 2284, 0, 2284, 2284, 2284, 2284, 2284, 2284,
2284, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 2284, 2284, 2284, 2284, 2284, 2284, 2284, 2284,
2284, 2284, 2284, 2284, 2284, 2284, 2284, 2284, 2284, 2284,
2284, 2284, 2284, 2285, 2285, 2285, 0, 0, 2285, 2285,
2285, 2285, 2285, 2285, 2285, 2285, 2285, 2285, 0, 0,
0, 0, 0, 0, 2285, 2285, 2285, 2285, 2285, 2285,
2285, 2285, 2285, 2285, 2285, 2285, 2285, 2285, 2285, 2285,
2285, 2285, 2285, 2285, 2285, 2285, 2285, 2285, 2285, 2285,
2285, 2285, 2285, 2285, 2285, 2285, 2286, 2286, 2286, 2286,
2286, 2286, 2286, 2286, 2286, 2286, 2286, 2286, 2286, 2286,
2286, 2286, 2286, 2286, 2286, 2286, 2286, 2286, 2286, 2286,
2286, 2286, 2286, 2286, 2286, 2286, 2286, 2286, 2286, 2286,
2286, 2286, 2286, 2286, 2286, 2286, 0, 0, 2286, 2286,
2286, 2286, 2286, 2287, 2287, 2287, 0, 2287, 2287, 2287,
2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287,
2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287,
2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287,
2287, 2287, 0, 2287, 2287, 2288, 2288, 2288, 2288, 2288,
2288, 2288, 2288, 2288, 2288, 2288, 2288, 2288, 2288, 2288,
2288, 2288, 2288, 2288, 2288, 2288, 2288, 2288, 2288, 2288,
2288, 2288, 2288, 2288, 2288, 2288, 2288, 2288, 2289, 0,
0, 0, 0, 2289, 0, 0, 2289, 2289, 2289, 2289,
2289, 2289, 2289, 2289, 2289, 2289, 0, 2289, 0, 0,
0, 2289, 2289, 2289, 2289, 2289, 0, 0, 0, 0,
0, 0, 2289, 0, 2289, 0, 2289, 0, 2289, 2289,
2289, 2289, 0, 2289, 2289, 2289, 2289, 2289, 2289, 2289,
2289, 2289, 2289, 2289, 0, 0, 2289, 2289, 2289, 2289,
2290, 2290, 2290, 2290, 2290, 0, 0, 0, 0, 2290,
0, 2290, 2290, 2290, 2290, 2290, 2290, 2290, 2290, 2290,
2290, 2290, 2290, 2290, 2290, 2290, 2290, 2290, 2290, 2290,
2290, 2290, 2290, 2290, 2290, 2290, 2290, 2290, 2290, 2290,
2290, 2290, 2290, 2290, 2290, 2290, 2290, 2290, 2290, 2290,
2290, 2290, 2290, 2290, 2290, 2290, 2290, 2290, 2290, 2291,
2291, 2291, 2291, 2291, 2291, 2291, 2291, 2291, 2291, 2291,
2291, 2291, 2291, 2291, 2291, 2291, 2291, 2291, 2291, 2291,
2291, 2291, 2291, 2291, 2291, 2291, 2291, 2291, 2291, 2291,
2291, 2292, 2292, 2292, 2292, 2292, 2292, 2292, 2292, 2292,
2292, 2292, 2292, 2292, 2292, 2292, 2292, 2292, 2292, 2292,
2292, 2292, 2292, 2292, 2292, 2292, 2292, 2292, 2292, 2293,
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
2293, 2293, 2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294,
2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294,
2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294,
2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294,
2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294,
2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294, 2294,
2294, 2294, 2294, 2294, 2294, 2294, 2295, 2295, 2295, 2295,
2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295,
2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295,
2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295,
2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295,
2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295,
2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295, 2295,
2296, 2296, 2296, 2296, 2296, 2296, 2296, 2296, 2296, 2296,
2296, 2296, 2296, 2296, 2296, 2296, 2296, 2296, 2296, 2296,
2296, 2296, 2296, 2296, 2296, 2296, 2296, 2296, 2296, 2296,
2296, 2296, 2296, 2296, 2296, 2296, 2296, 2296, 2296, 2296,
2296, 2296, 2296, 2296, 2296, 2296, 2296, 2296, 2296, 2296,
2296, 2296, 2296, 2296, 2296, 2296, 2296, 2296, 2296, 2296,
2296, 2296, 2296, 2296, 2297, 2297, 2297, 2297, 2297, 2297,
2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297,
2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297,
2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297,
2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297,
2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297,
2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2298, 2298,
2298, 2298, 2298, 2298, 2298, 2298, 2298, 2298, 2298, 2298,
2298, 2298, 2298, 2298, 2298, 2298, 2298, 2298, 2298, 2298,
2298, 2298, 2298, 2298, 2298, 2298, 2298, 2298, 2298, 2298,
2298, 2298, 2298, 2298, 2298, 2298, 2298, 2298, 2298, 2298,
2298, 2298, 2298, 2298, 2298, 2298, 2298, 2298, 2298, 2298,
2298, 2298, 2298, 2298, 2298, 2298, 2298, 2298, 2298, 2298,
2298, 2298, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299,
2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299,
2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299,
2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299,
2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299,
2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299,
2299, 2299, 2299, 2299, 2299, 2299, 2300, 2300, 2300, 2300,
2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300,
2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300,
2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300,
2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300,
2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300,
2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300,
2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301,
2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301,
2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301,
2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301,
2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301,
2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301,
2301, 2301, 2301, 2301, 2302, 2302, 2302, 2302, 2302, 2302,
2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302,
2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302,
2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302,
2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302,
2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302,
2302, 2302, 2302, 2302, 2302, 2302, 2302, 2302, 2303, 2303,
2303, 2303, 2303, 2303, 2303, 2303, 2303, 2303, 2303, 2303,
2303, 2303, 2303, 2303, 2303, 2303, 2303, 2303, 2303, 2303,
2303, 2303, 2303, 2303, 2303, 2303, 2303, 2303, 2303, 2303,
2303, 2303, 2303, 2303, 2303, 2303, 2303, 2303, 2303, 2303,
2303, 2303, 2303, 2303, 2303, 2303, 2303, 2303, 2303, 2303,
2303, 2303, 2303, 2303, 2303, 2303, 2303, 2303, 2303, 2303,
2303, 2303, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304,
2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304,
2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304,
2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304,
2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304,
2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2304,
2304, 2304, 2304, 2304, 2304, 2304, 2305, 2305, 2305, 2305,
2305, 2305, 2305, 2305, 2305, 2305, 2305, 2305, 2305, 2305,
2305, 2305, 2305, 2305, 2305, 2305, 2305, 2305, 2305, 2305,
2305, 2305, 2305, 2305, 2305, 2305, 2305, 2305, 2305, 2305,
2305, 2305, 2305, 2305, 2305, 2305, 2305, 2305, 2305, 2305,
2305, 2305, 2305, 2305, 2305, 2305, 2305, 2305, 2305, 2305,
2305, 2305, 2305, 2305, 2305, 2305, 2305, 2305, 2305, 2305,
2306, 2306, 2306, 2306, 2306, 2306, 2306, 2306, 2306, 2306,
2306, 2306, 2306, 2306, 2306, 2306, 2306, 2306, 2306, 2306,
2306, 2306, 2306, 2306, 2306, 2306, 2306, 2306, 2306, 2306,
2306, 2306, 2306, 2306, 2306, 2306, 2306, 2306, 2306, 2306,
2306, 2306, 2306, 2306, 2306, 2306, 2306, 2306, 2306, 2306,
2306, 2306, 2306, 2306, 2306, 2306, 2306, 2306, 2306, 2306,
2306, 2306, 2306, 2306, 2307, 2307, 2307, 2307, 2307, 2307,
2307, 2307, 2307, 2307, 2307, 2307, 2307, 0, 0, 0,
2307, 2307, 2307, 2307, 2307, 2307, 2307, 2307, 2307, 2307,
2307, 2307, 2307, 2307, 2307, 2307, 2307, 2307, 2307, 2307,
2307, 2307, 2307, 2307, 2307, 2307, 2307, 2307, 2308, 2308,
2308, 2308, 2308, 2308, 2308, 2308, 2308, 2308, 2308, 2308,
2308, 2308, 2308, 2308, 2308, 2308, 2308, 2308, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2308, 2308, 2308, 2308, 2308, 2308, 2308, 2308, 2308, 2308,
2308, 2308, 2308, 2308, 2308, 2308, 2308, 2308, 2308, 2308,
2308, 2308, 2308, 2308, 2308, 2308, 2308, 2308, 2308, 2309,
2309, 2309, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 2309, 2309, 2309, 0,
0, 2309, 2309, 2309, 2309, 2309, 2309, 2309, 2309, 2309,
2309, 2309, 2309, 2309, 2309, 2309, 2309, 0, 0, 2309,
2309, 2309, 2309, 2309, 2310, 2310, 2310, 2310, 2310, 2310,
2310, 2310, 2310, 2310, 2310, 2310, 2310, 2310, 2310, 2310,
2310, 2310, 2310, 2310, 2310, 2310, 2310, 2310, 2310, 2310,
2310, 0, 2310, 2310, 2310, 2310, 0, 0, 0, 0,
2310, 2310, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311,
2311, 2311, 2311, 2311, 2311, 2311, 2312, 2312, 2312, 2312,
2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312,
2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312,
2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312,
2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312,
2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312,
2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312, 2312,
2313, 2313, 2313, 2313, 2313, 2313, 2313, 2313, 2313, 2313,
2313, 2313, 2313, 2313, 2313, 2313, 2313, 2313, 2313, 2313,
2313, 2313, 2313, 2313, 2313, 2313, 2313, 2313, 2313, 2313,
2313, 2313, 2313, 2313, 2313, 2313, 2313, 2313, 2313, 2313,
2313, 2313, 2313, 2313, 2313, 2313, 2313, 2313, 2313, 2313,
2313, 2313, 2313, 2313, 2313, 2313, 2313, 2313, 2313, 2313,
2313, 2313, 2313, 2313, 2314, 2314, 2314, 2314, 2314, 2314,
2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314,
2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314,
2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314,
2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314,
2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314,
2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2315, 2315,
2315, 2315, 2315, 2315, 2315, 2315, 2315, 2315, 2315, 2315,
2315, 2315, 2315, 2315, 2315, 2315, 2315, 2315, 2315, 2315,
2315, 2315, 2315, 2315, 2315, 2315, 2315, 2315, 2315, 2315,
2315, 2315, 2315, 2315, 2315, 2315, 2315, 2315, 2315, 2315,
2315, 2315, 2315, 2315, 2315, 2315, 2315, 2315, 2315, 2315,
2315, 2315, 2315, 2315, 2315, 2315, 2315, 2315, 2315, 2315,
2315, 2315, 2316, 2316, 2316, 2316, 2316, 2316, 2316, 2316,
2316, 2316, 2316, 2316, 2316, 2316, 2316, 2316, 2316, 2316,
2316, 2316, 2316, 2316, 2316, 2316, 2316, 2316, 2317, 2317,
2317, 2317, 2317, 2317, 2317, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 2317, 2317, 2317,
2317, 2317, 0, 0, 0, 0, 0, 2317, 2317, 2317,
2317, 2317, 2317, 2317, 2317, 2317, 2317, 2317, 2317, 0,
2317, 2317, 2317, 2317, 2317, 2317, 2317, 2317, 2317, 2317,
2317, 2317, 2317, 0, 2317, 2317, 2317, 2317, 2317, 0,
2317, 2318, 2318, 2318, 2318, 2318, 2318, 2318, 2318, 2318,
2318, 2318, 2318, 2318, 2318, 2318, 2318, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 2318, 2318, 2318, 2318, 2318, 2318, 2318,
2318, 2318, 2318, 2318, 2318, 2318, 2318, 2319, 2319, 2319,
2319, 2319, 2319, 2319, 2319, 2319, 2319, 0, 0, 0,
0, 0, 0, 0, 2319, 2319, 2319, 2319, 2319, 2319,
2319, 2319, 2319, 2319, 2319, 2319, 2319, 2319, 2319, 2319,
2319, 2319, 2319, 2319, 2319, 2319, 2319, 2319, 2319, 2319,
2321, 2321, 2321, 2321, 2321, 2321, 2321, 2321, 2321, 2321,
2321, 2321, 2321, 2321, 2321, 2321, 2321, 2321, 2321, 2321,
2321, 2321, 2321, 2321, 2321, 2321, 2321, 2321, 2321, 2321,
2321, 2321, 2321, 2321, 2321, 2321, 2321, 2321, 2321, 2321,
2321, 2321, 2321, 2321, 2321, 2321, 2321, 2321, 2321, 2321,
2321, 2321, 2321, 2321, 0, 0, 0, 2321, 2322, 0,
0, 0, 0, 0, 0, 0, 2322, 2322, 2322, 2322,
2322, 2322, 2322, 2322, 2322, 2322, 0, 0, 0, 0,
2322, 2322, 2322, 2322, 2322, 2322, 2322, 2322, 2322, 2322,
0, 2322, 2322, 2322, 2322, 2322, 2322, 2322, 2322, 2322,
2322, 2322, 2322, 2322, 2322, 2322, 2323, 0, 2323, 2323,
2323, 2323, 2323, 2323, 0, 0, 0, 2323, 2323, 2323,
0, 2323, 2323, 2323, 2323, 0, 0, 0, 2323, 2323,
0, 2323, 0, 2323, 2323, 0, 0, 0, 2323, 2323,
0, 0, 0, 2323, 2323, 2323, 0, 0, 0, 2323,
2323, 2323, 2323, 2323, 2323, 2323, 2323, 2323, 2323, 2323,
2323, 2324, 2324, 0, 2324, 0, 0, 2324, 2324, 0,
2324, 0, 0, 2324, 0, 0, 0, 0, 0, 0,
2324, 2324, 2324, 2324, 0, 2324, 2324, 2324, 2324, 2324,
2324, 2324, 0, 2324, 2324, 2324, 0, 2324, 0, 2324,
0, 0, 2324, 2324, 0, 2324, 2324, 2324, 2324, 0,
2324, 2324, 0, 0, 0, 0, 0, 0, 0, 0,
0, 2324, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325,
2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325,
2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325,
2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2325,
2325, 2325, 2325, 2325, 2325, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 2325, 2326, 2326, 2326, 2326,
2326, 2326, 2326, 2326, 2326, 2326, 0, 0, 0, 0,
0, 0, 2326, 2326, 2326, 2326, 2326, 2326, 0, 0,
0, 0, 2326, 2326, 2326, 2326, 0, 0, 0, 2326,
0, 0, 0, 2326, 2326, 0, 0, 0, 0, 0,
0, 0, 2326, 2326, 2326, 0, 0, 0, 0, 2326,
2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326,
2327, 2327, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 2327, 0, 2327, 2327, 2327, 2327,
2327, 2327, 2327, 2327, 2327, 2327, 0, 0, 0, 0,
0, 0, 2327, 2327, 2327, 2327, 2327, 2327, 2327, 2327,
2327, 2327, 2327, 2327, 2327, 2327, 2327, 2327, 2327, 2327,
2327, 2327, 2327, 2327, 2327, 2327, 2327, 2327, 2327, 2327,
2327, 2327, 2327, 2327, 2328, 2328, 2328, 2328, 2328, 2328,
2328, 2328, 2328, 2328, 2328, 2328, 2328, 0, 2328, 2328,
2328, 2328, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 2328, 2328, 2328, 2328,
2328, 2328, 2328, 2328, 2328, 2328, 2328, 2328, 2328, 2328,
2328, 2328, 2328, 2328, 2329, 2329, 2329, 2329, 2329, 2329,
2329, 2329, 2329, 2329, 0, 0, 0, 0, 0, 0,
2329, 2329, 2329, 2329, 2329, 2329, 2329, 2329, 2329, 2329,
2329, 2329, 2329, 2329, 2329, 2329, 2329, 2329, 2329, 2329,
2329, 2329, 2329, 2329, 2329, 2329, 2329, 2329, 2329, 2329,
2329, 2329, 2330, 2330, 2330, 2330, 2330, 2330, 2330, 2330,
2330, 2330, 2330, 2330, 2330, 2330, 2330, 2330, 2330, 2330,
2330, 2330, 2330, 2330, 2330, 2330, 2330, 2330, 2330, 2330,
2330, 2330, 2330, 2331, 2331, 2331, 2331, 2331, 2331, 2331,
2331, 2331, 2331, 2331, 2331, 2331, 2331, 2331, 2331, 2331,
2331, 2331, 2331, 2331, 2331, 2331, 2331, 2331, 2331, 2331,
2331, 2331, 2331, 2331, 2331, 2331, 2331, 2331, 2331, 2331,
0, 0, 0, 0, 0, 0, 2331, 2331, 2331, 2331,
0, 0, 0, 2331, 2331, 0, 0, 0, 0, 0,
0, 0, 0, 0, 2331, 2332, 2332, 2332, 2332, 2332,
2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332,
2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 0, 0,
0, 0, 0, 0, 2332, 2332, 2332, 0, 2332, 2332,
2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332,
2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332,
2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2332, 2333,
2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333,
2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333,
2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333,
2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333,
2333, 2333, 2333, 2333, 2333, 2333, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 2333, 2334, 2334, 0, 2334, 2334, 2334, 0,
2334, 2334, 2334, 2334, 0, 2334, 2334, 2334, 2334, 2334,
2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334,
2334, 2334, 2334, 2334, 2334, 2334, 2334, 2334, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 2334, 2334, 2334, 2334, 2334, 2334, 2335, 2335, 2335,
2335, 2335, 2335, 2335, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 2335,
2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335,
2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335,
2335, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2336, 2336,
2336, 2336, 2336, 2336, 2336, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 2336, 2336, 2336,
2336, 2336, 0, 0, 0, 0, 0, 2336, 0, 2336,
2336, 2336, 2336, 2336, 2336, 2336, 2336, 2336, 2336, 0,
2336, 2336, 2336, 2336, 2336, 2336, 2336, 2336, 2336, 2336,
2336, 2336, 2336, 0, 2336, 2336, 2336, 2336, 2336, 0,
2336, 2337, 2337, 2337, 2337, 2337, 2337, 2337, 2337, 2337,
2337, 2337, 2337, 2337, 2337, 2337, 2337, 2337, 2337, 2337,
2337, 2337, 2337, 2337, 2337, 2337, 2337, 2337, 2337, 2338,
2338, 2338, 2338, 2338, 2338, 2338, 2338, 2338, 2338, 2338,
2338, 2338, 2338, 2338, 2338, 2338, 2338, 2338, 2338, 2338,
2338, 2338, 2338, 2338, 2338, 2338, 2338, 2339, 2339, 2339,
2339, 0, 2339, 2339, 2339, 2339, 2339, 2339, 2339, 2339,
0, 0, 2339, 2339, 0, 0, 2339, 2339, 2339, 2339,
2339, 2339, 2339, 2339, 2339, 2339, 2339, 2339, 2339, 2339,
2339, 2339, 2339, 2339, 2339, 2339, 2339, 2339, 0, 2339,
2339, 2339, 2339, 2339, 2339, 2339, 0, 2339, 0, 0,
0, 2339, 2339, 2339, 2339, 0, 0, 2339, 2339, 2339,
2339, 2340, 2340, 0, 2340, 2340, 2340, 2340, 2340, 2340,
0, 0, 0, 2340, 2340, 2340, 0, 2340, 2340, 2340,
2340, 0, 0, 0, 2340, 2340, 0, 2340, 0, 2340,
2340, 0, 0, 0, 2340, 2340, 0, 0, 0, 2340,
2340, 2340, 0, 0, 0, 2340, 2340, 2340, 2340, 2340,
2340, 2340, 2340, 2340, 2340, 2340, 2340, 0, 0, 0,
0, 2340, 2340, 2341, 2341, 0, 2341, 0, 0, 2341,
2341, 0, 2341, 0, 0, 2341, 0, 0, 0, 0,
0, 0, 2341, 2341, 2341, 2341, 0, 2341, 2341, 2341,
2341, 2341, 2341, 2341, 0, 2341, 2341, 2341, 0, 2341,
0, 2341, 0, 0, 2341, 2341, 0, 2341, 2341, 2341,
2341, 2341, 2341, 2341, 2341, 2341, 2341, 2341, 2341, 2341,
0, 2341, 2341, 2341, 2342, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 2342, 2342,
0, 0, 0, 0, 0, 0, 2342, 2342, 2342, 2342,
2342, 2342, 2342, 2342, 2342, 2342, 2342, 2342, 2342, 2342,
2342, 2342, 2342, 2342, 2342, 2342, 0, 2342, 0, 2342,
0, 2342, 0, 0, 0, 0, 2342, 2342, 2343, 2343,
2343, 2343, 2343, 0, 2343, 2343, 2343, 2343, 2343, 2343,
2343, 2343, 2343, 2343, 2343, 2343, 2343, 2343, 2343, 2343,
2343, 2343, 0, 2343, 2343, 2343, 2343, 2343, 2343, 2343,
2343, 2343, 2343, 2343, 2343, 2343, 2343, 2343, 2343, 2343,
2343, 2343, 2343, 2343, 2343, 2343, 2343, 2343, 2343, 2343,
2343, 2343, 2343, 2343, 2343, 2343, 2343, 2343, 2343, 2344,
2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344,
2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344,
2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344,
2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344,
2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344,
2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344,
2344, 2344, 2344, 2345, 2345, 2345, 2345, 2345, 2345, 2345,
2345, 2345, 2345, 2345, 2345, 2345, 0, 2345, 2345, 2345,
2345, 2345, 2345, 2345, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 2345, 2345, 2345, 2345, 2345,
2345, 2345, 2345, 2345, 2345, 2345, 2345, 2345, 2345, 2345,
2345, 2345, 2345, 2345, 2345, 2345, 2346, 2346, 2346, 0,
0, 2346, 2346, 2346, 2346, 2346, 2346, 2346, 2346, 2346,
2346, 0, 0, 0, 0, 0, 0, 2346, 2346, 2346,
2346, 2346, 2346, 2346, 2346, 2346, 2346, 2346, 2346, 2346,
2346, 2346, 2346, 2346, 2346, 2346, 2346, 2346, 2346, 2346,
2346, 2346, 2346, 2346, 2346, 2346, 2346, 2346, 2346, 2347,
2347, 2347, 0, 2347, 2347, 2347, 2347, 2347, 2347, 2347,
2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347,
2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347,
2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 0, 2347,
2347, 2348, 2348, 2348, 2348, 2348, 2348, 2348, 2348, 2348,
2348, 2348, 2348, 2348, 2348, 2348, 2348, 2348, 2348, 2348,
2348, 2348, 2348, 2348, 2348, 2348, 2348, 2348, 2348, 2348,
2348, 2348, 2348, 2348, 2349, 2349, 2349, 2349, 2349, 2349,
2349, 2349, 2349, 2349, 2349, 2349, 2349, 2349, 2349, 2349,
2349, 2349, 2349, 2349, 2349, 2349, 2349, 2349, 2349, 2349,
2349, 2349, 2349, 2349, 2349, 2349, 2349, 2349, 2349, 2349,
2349, 0, 0, 0, 0, 0, 0, 2349, 2349, 2349,
2349, 2349, 2349, 2349, 2349, 2349, 0, 0, 0, 0,
0, 0, 0, 0, 0, 2349, 2350, 2350, 2350, 2350,
2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350,
2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 0,
0, 2350, 2350, 0, 0, 2350, 2350, 2350, 0, 2350,
2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350,
2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350,
2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350,
2351, 2351, 2351, 2351, 2351, 2351, 2351, 2351, 2351, 2351,
2351, 2351, 2351, 2351, 2351, 2351, 2351, 2351, 2351, 2351,
2351, 2351, 2351, 2351, 2351, 2351, 2351, 2351, 2351, 2351,
2351, 2351, 2351, 2351, 2351, 2351, 2351, 2351, 2351, 2351,
2351, 2351, 2351, 2351, 2351, 2351, 2351, 2351, 2351, 2351,
2351, 0, 2351, 2351, 2351, 2351, 2351, 2351, 2351, 2351,
2351, 2351, 0, 2351, 2352, 2352, 2352, 2352, 2352, 2352,
2352, 2352, 2352, 2352, 2352, 2352, 2352, 2352, 2352, 2352,
2352, 2352, 2352, 2352, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 2352, 2352, 2352, 2352,
2352, 2352, 2352, 2352, 2352, 2352, 2352, 2352, 2352, 2352,
2352, 2352, 2352, 2352, 2352, 2352, 2352, 2352, 2352, 2352,
2352, 2352, 2352, 2352, 2352, 2353, 2353, 2353, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 2353, 2353, 2353, 0, 0, 2353, 2353, 2353,
2353, 2353, 2353, 2353, 2353, 2353, 2353, 2353, 2353, 2353,
2353, 2353, 2353, 0, 0, 2353, 2353, 2353, 2353, 2353,
2354, 2354, 2354, 2354, 2354, 2354, 2354, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 2354,
2354, 2354, 2354, 2354, 0, 0, 0, 0, 0, 2354,
2354, 2354, 2354, 2354, 2354, 2354, 2354, 2354, 2354, 2354,
2354, 0, 2354, 2354, 2354, 2354, 2354, 2354, 2354, 2354,
2354, 2354, 2354, 2354, 2354, 0, 2354, 2354, 2354, 2354,
2354, 0, 2354, 2355, 2355, 2355, 2355, 2355, 2355, 2355,
2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 2355, 2355, 2355, 2355, 2355,
2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2355, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211, 2211,
2211, 2211, 2211, 2211, 2211, 2211, 2211
} ;
static yy_state_type yy_last_accepting_state;
static char *yy_last_accepting_cpos;
extern int yy_flex_debug;
int yy_flex_debug = 0;
/* 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
char *yytext;
#line 1 "<stdin>"
#line 2 "<stdin>"
/* Lexer for the FreeCAD Expression language */
/* (c) 2010 Juergen Riegel LGPL */
/* (c) 2015 Eivind Kvedalen LGPL */
/* This disables inclusion of unistd.h, which is not available under Visual C++
* on Win32. The C++ scanner uses STL streams instead. */
#define YY_NO_UNISTD_H
#ifdef _MSC_VER
#define strdup _strdup
#endif
extern std::stack<FunctionExpression::Function> functions; /**< Function identifier */
extern int last_column;
extern int column;
#define COUNTCHARS do { last_column = column; column += yyleng; } while (0)
#line 5844 "lex.ExpressionParser.c"
/*** Flex Declarations and Options ***/
/* change the name of the scanner class. */
/* the manual says "somewhat more optimized" */
/* no support for include files is planned */
/* UTF-8 unicode regular expressions. */
#line 5850 "lex.ExpressionParser.c"
#define INITIAL 0
#ifndef YY_NO_UNISTD_H
/* Special case for "unistd.h", since it is non-ANSI. We include it way
* down here because we want the user's section 1 to have been scanned first.
* The user has a chance to override it with an option.
*/
#include <unistd.h>
#endif
#ifndef YY_EXTRA_TYPE
#define YY_EXTRA_TYPE void *
#endif
static int yy_init_globals ( void );
/* Accessor methods to globals.
These are made visible to non-reentrant scanners for convenience. */
int yylex_destroy ( void );
int yyget_debug ( void );
void yyset_debug ( int debug_flag );
YY_EXTRA_TYPE yyget_extra ( void );
void yyset_extra ( YY_EXTRA_TYPE user_defined );
FILE *yyget_in ( void );
void yyset_in ( FILE * _in_str );
FILE *yyget_out ( void );
void yyset_out ( FILE * _out_str );
int yyget_leng ( void );
char *yyget_text ( void );
int yyget_lineno ( void );
void yyset_lineno ( int _line_number );
/* Macros after this point can all be overridden by user definitions in
* section 1.
*/
#ifndef YY_SKIP_YYWRAP
#ifdef __cplusplus
extern "C" int yywrap ( void );
#else
extern int yywrap ( void );
#endif
#endif
#ifndef YY_NO_UNPUT
#endif
#ifndef yytext_ptr
static void yy_flex_strncpy ( char *, const char *, int );
#endif
#ifdef YY_NEED_STRLEN
static int yy_flex_strlen ( const char * );
#endif
#ifndef YY_NO_INPUT
#ifdef __cplusplus
static int yyinput ( void );
#else
static int input ( void );
#endif
#endif
/* Amount of stuff to slurp up with each read. */
#ifndef YY_READ_BUF_SIZE
#ifdef __ia64__
/* On IA-64, the buffer size is 16k, not 8k */
#define YY_READ_BUF_SIZE 16384
#else
#define YY_READ_BUF_SIZE 8192
#endif /* __ia64__ */
#endif
/* Copy whatever the last rule matched to the standard output. */
#ifndef ECHO
/* This used to be an fputs(), but since the string might contain NUL's,
* we now use fwrite().
*/
#define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
#endif
/* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
* is returned in "result".
*/
#ifndef YY_INPUT
#define YY_INPUT(buf,result,max_size) \
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
{ \
int c = '*'; \
int n; \
for ( n = 0; n < max_size && \
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
buf[n] = (char) c; \
if ( c == '\n' ) \
buf[n++] = (char) c; \
if ( c == EOF && ferror( yyin ) ) \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
result = n; \
} \
else \
{ \
errno=0; \
while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
{ \
if( errno != EINTR) \
{ \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
break; \
} \
errno=0; \
clearerr(yyin); \
} \
}\
\
#endif
/* No semi-colon after return; correct usage is to write "yyterminate();" -
* we don't want an extra ';' after the "return" because that will cause
* some compilers to complain about unreachable statements.
*/
#ifndef yyterminate
#define yyterminate() return YY_NULL
#endif
/* Number of entries by which start-condition stack grows. */
#ifndef YY_START_STACK_INCR
#define YY_START_STACK_INCR 25
#endif
/* Report a fatal error. */
#ifndef YY_FATAL_ERROR
#define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
#endif
/* end tables serialization structures and prototypes */
/* Default declaration of generated scanner - a define so the user can
* easily add parameters.
*/
#ifndef YY_DECL
#define YY_DECL_IS_OURS 1
extern int yylex (void);
#define YY_DECL int yylex (void)
#endif /* !YY_DECL */
/* Code executed at the beginning of each rule, after yytext and yyleng
* have been set up.
*/
#ifndef YY_USER_ACTION
#define YY_USER_ACTION
#endif
/* Code executed at the end of each rule. */
#ifndef YY_BREAK
#define YY_BREAK /*LINTED*/break;
#endif
#define YY_RULE_SETUP \
YY_USER_ACTION
/** The main scanner function which does all the work.
*/
YY_DECL
{
yy_state_type yy_current_state;
char *yy_cp, *yy_bp;
int yy_act;
if ( !(yy_init) )
{
(yy_init) = 1;
#ifdef YY_USER_INIT
YY_USER_INIT;
#endif
if ( ! (yy_start) )
(yy_start) = 1; /* first start state */
if ( ! yyin )
yyin = stdin;
if ( ! yyout )
yyout = stdout;
if ( ! YY_CURRENT_BUFFER ) {
yyensure_buffer_stack ();
YY_CURRENT_BUFFER_LVALUE =
yy_create_buffer( yyin, YY_BUF_SIZE );
}
yy_load_buffer_state( );
}
{
#line 142 "<stdin>"
#line 6068 "lex.ExpressionParser.c"
while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
{
yy_cp = (yy_c_buf_p);
/* Support of yytext. */
*yy_cp = (yy_hold_char);
/* yy_bp points to the position in yy_ch_buf of the start of
* the current run.
*/
yy_bp = yy_cp;
yy_current_state = (yy_start);
yy_match:
do
{
YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
if ( yy_accept[yy_current_state] )
{
(yy_last_accepting_state) = yy_current_state;
(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 >= 2212 )
yy_c = yy_meta[yy_c];
}
yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
++yy_cp;
}
while ( yy_current_state != 2211 );
yy_cp = (yy_last_accepting_cpos);
yy_current_state = (yy_last_accepting_state);
yy_find_action:
yy_act = yy_accept[yy_current_state];
YY_DO_BEFORE_ACTION;
do_action: /* This label is used only to access EOF actions. */
switch ( yy_act )
{ /* beginning of action switch */
case 0: /* must back up */
/* undo the effects of YY_DO_BEFORE_ACTION */
*yy_cp = (yy_hold_char);
yy_cp = (yy_last_accepting_cpos);
yy_current_state = (yy_last_accepting_state);
goto yy_find_action;
case 1:
YY_RULE_SETUP
#line 144 "<stdin>"
COUNTCHARS;
YY_BREAK
case 2:
/* rule 2 can match eol */
YY_RULE_SETUP
#line 145 "<stdin>"
column = 0;
YY_BREAK
case 3:
/* rule 3 can match eol */
YY_RULE_SETUP
#line 147 "<stdin>"
COUNTCHARS; yylval.string = unquote(yytext); return STRING;
YY_BREAK
case 4:
YY_RULE_SETUP
#line 149 "<stdin>"
COUNTCHARS; return *yytext;
YY_BREAK
case 5:
YY_RULE_SETUP
#line 151 "<stdin>"
COUNTCHARS; return EQ;
YY_BREAK
case 6:
YY_RULE_SETUP
#line 152 "<stdin>"
COUNTCHARS; return NEQ;
YY_BREAK
case 7:
YY_RULE_SETUP
#line 153 "<stdin>"
COUNTCHARS; return GT;
YY_BREAK
case 8:
YY_RULE_SETUP
#line 154 "<stdin>"
COUNTCHARS; return LT;
YY_BREAK
case 9:
YY_RULE_SETUP
#line 155 "<stdin>"
COUNTCHARS; return GTE;
YY_BREAK
case 10:
YY_RULE_SETUP
#line 156 "<stdin>"
COUNTCHARS; return LTE;
YY_BREAK
case 11:
YY_RULE_SETUP
#line 158 "<stdin>"
COUNTCHARS; return MINUSSIGN;
YY_BREAK
case 12:
YY_RULE_SETUP
#line 159 "<stdin>"
COUNTCHARS; return MINUSSIGN;
YY_BREAK
case 13:
YY_RULE_SETUP
#line 161 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::NanoMetre; yylval.quantity.unitStr = yytext; return UNIT; // nano meter
YY_BREAK
case 14:
YY_RULE_SETUP
#line 162 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::MicroMetre; yylval.quantity.unitStr = yytext; return UNIT; // micro meter
YY_BREAK
case 15:
YY_RULE_SETUP
#line 163 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::MicroMetre; yylval.quantity.unitStr = yytext; return UNIT; // micro meter (greek micro in UTF8)
YY_BREAK
case 16:
YY_RULE_SETUP
#line 164 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::MilliMetre; yylval.quantity.unitStr = yytext; return UNIT; // milli meter (internal standard length)
YY_BREAK
case 17:
YY_RULE_SETUP
#line 165 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::CentiMetre; yylval.quantity.unitStr = yytext; return UNIT; // centi meter
YY_BREAK
case 18:
YY_RULE_SETUP
#line 166 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::DeciMetre; yylval.quantity.unitStr = yytext; return UNIT; // deci meter
YY_BREAK
case 19:
YY_RULE_SETUP
#line 167 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Metre; yylval.quantity.unitStr = yytext; return UNIT; // metre
YY_BREAK
case 20:
YY_RULE_SETUP
#line 168 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::KiloMetre; yylval.quantity.unitStr = yytext; return UNIT; // kilo meter
YY_BREAK
case 21:
YY_RULE_SETUP
#line 170 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Liter; yylval.quantity.unitStr = yytext; return UNIT; // Liter dm^3
YY_BREAK
case 22:
YY_RULE_SETUP
#line 172 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::MicroGram; yylval.quantity.unitStr = yytext; return UNIT; // micro gram
YY_BREAK
case 23:
YY_RULE_SETUP
#line 173 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::MicroGram; yylval.quantity.unitStr = yytext; return UNIT; // micro gram
YY_BREAK
case 24:
YY_RULE_SETUP
#line 174 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::MilliGram; yylval.quantity.unitStr = yytext; return UNIT; // milli gram
YY_BREAK
case 25:
YY_RULE_SETUP
#line 175 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Gram; yylval.quantity.unitStr = yytext; return UNIT; // gram
YY_BREAK
case 26:
YY_RULE_SETUP
#line 176 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::KiloGram; yylval.quantity.unitStr = yytext; return UNIT; // kilo gram (internal standard for mass)
YY_BREAK
case 27:
YY_RULE_SETUP
#line 177 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Ton; yylval.quantity.unitStr = yytext; return UNIT; // Metric Tonne
YY_BREAK
case 28:
YY_RULE_SETUP
#line 179 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Second; yylval.quantity.unitStr = yytext; return UNIT; // second (internal standard time)
YY_BREAK
case 29:
YY_RULE_SETUP
#line 180 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Minute; yylval.quantity.unitStr = yytext; return UNIT; // minute
YY_BREAK
case 30:
YY_RULE_SETUP
#line 181 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Hour; yylval.quantity.unitStr = yytext; return UNIT; // hour
YY_BREAK
case 31:
YY_RULE_SETUP
#line 183 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Ampere; yylval.quantity.unitStr = yytext; return UNIT; // Ampere (internal standard electric current)
YY_BREAK
case 32:
YY_RULE_SETUP
#line 184 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::MilliAmpere; yylval.quantity.unitStr = yytext; return UNIT; // milli Ampere
YY_BREAK
case 33:
YY_RULE_SETUP
#line 185 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::KiloAmpere; yylval.quantity.unitStr = yytext; return UNIT; // kilo Ampere
YY_BREAK
case 34:
YY_RULE_SETUP
#line 186 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::MegaAmpere; yylval.quantity.unitStr = yytext; return UNIT; // Mega Ampere
YY_BREAK
case 35:
YY_RULE_SETUP
#line 188 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Kelvin; yylval.quantity.unitStr = yytext; return UNIT; // Kelvin (internal standard thermodynamic temperature)
YY_BREAK
case 36:
YY_RULE_SETUP
#line 189 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::MilliKelvin; yylval.quantity.unitStr = yytext; return UNIT; // Kelvin
YY_BREAK
case 37:
YY_RULE_SETUP
#line 190 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::MicroKelvin; yylval.quantity.unitStr = yytext; return UNIT; // Kelvin
YY_BREAK
case 38:
YY_RULE_SETUP
#line 191 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::MicroKelvin; yylval.quantity.unitStr = yytext; return UNIT; // Kelvin
YY_BREAK
case 39:
YY_RULE_SETUP
#line 193 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Mole; yylval.quantity.unitStr = yytext; return UNIT; // Mole (internal standard amount of substance)
YY_BREAK
case 40:
YY_RULE_SETUP
#line 195 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Candela; yylval.quantity.unitStr = yytext; return UNIT; // Candela (internal standard luminous intensity)
YY_BREAK
case 41:
YY_RULE_SETUP
#line 197 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Inch; yylval.quantity.unitStr = yytext; return UNIT; // inch
YY_BREAK
case 42:
YY_RULE_SETUP
#line 198 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Inch; yylval.quantity.unitStr = yytext; return UNIT; // inch
YY_BREAK
case 43:
YY_RULE_SETUP
#line 199 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Foot; yylval.quantity.unitStr = yytext; return UNIT; // foot
YY_BREAK
case 44:
YY_RULE_SETUP
#line 200 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Foot; yylval.quantity.unitStr = yytext; return UNIT; // foot
YY_BREAK
case 45:
YY_RULE_SETUP
#line 201 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Thou; yylval.quantity.unitStr = yytext; return UNIT; // thou (in/1000)
YY_BREAK
case 46:
YY_RULE_SETUP
#line 202 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Thou; yylval.quantity.unitStr = yytext; return UNIT; // mil (the thou in US)
YY_BREAK
case 47:
YY_RULE_SETUP
#line 203 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Yard; yylval.quantity.unitStr = yytext; return UNIT; // yard
YY_BREAK
case 48:
YY_RULE_SETUP
#line 204 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Mile; yylval.quantity.unitStr = yytext; return UNIT; // mile
YY_BREAK
case 49:
YY_RULE_SETUP
#line 208 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Pound; yylval.quantity.unitStr = yytext; return UNIT; // pound
YY_BREAK
case 50:
YY_RULE_SETUP
#line 209 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Pound; yylval.quantity.unitStr = yytext; return UNIT; // pound
YY_BREAK
case 51:
YY_RULE_SETUP
#line 210 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Ounce; yylval.quantity.unitStr = yytext; return UNIT; // ounce
YY_BREAK
case 52:
YY_RULE_SETUP
#line 211 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Stone; yylval.quantity.unitStr = yytext; return UNIT; // Stone
YY_BREAK
case 53:
YY_RULE_SETUP
#line 212 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Hundredweights; yylval.quantity.unitStr = yytext; return UNIT; // hundredweights
YY_BREAK
case 54:
YY_RULE_SETUP
#line 214 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::PoundForce; yylval.quantity.unitStr = yytext; return UNIT; // pound
YY_BREAK
case 55:
YY_RULE_SETUP
#line 216 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Newton; yylval.quantity.unitStr = yytext; return UNIT; // Newton (kg*m/s^2)a-za-za-z
YY_BREAK
case 56:
YY_RULE_SETUP
#line 217 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::KiloNewton; yylval.quantity.unitStr = yytext; return UNIT; // Newton
YY_BREAK
case 57:
YY_RULE_SETUP
#line 218 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::MegaNewton; yylval.quantity.unitStr = yytext; return UNIT; // Newton
YY_BREAK
case 58:
YY_RULE_SETUP
#line 219 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::MilliNewton; yylval.quantity.unitStr = yytext; return UNIT; // Newton
YY_BREAK
case 59:
YY_RULE_SETUP
#line 221 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Pascal; yylval.quantity.unitStr = yytext; return UNIT; // Pascal (kg/m*s^2 or N/m^2)
YY_BREAK
case 60:
YY_RULE_SETUP
#line 222 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::KiloPascal; yylval.quantity.unitStr = yytext; return UNIT; // Pascal
YY_BREAK
case 61:
YY_RULE_SETUP
#line 223 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::MegaPascal; yylval.quantity.unitStr = yytext; return UNIT; // Pascal
YY_BREAK
case 62:
YY_RULE_SETUP
#line 224 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::GigaPascal; yylval.quantity.unitStr = yytext; return UNIT; // Pascal
YY_BREAK
case 63:
YY_RULE_SETUP
#line 226 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Torr; yylval.quantity.unitStr = yytext; return UNIT; // portion of Pascal ( 101325/760 )
YY_BREAK
case 64:
YY_RULE_SETUP
#line 227 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::mTorr; yylval.quantity.unitStr = yytext; return UNIT; //
YY_BREAK
case 65:
YY_RULE_SETUP
#line 228 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::yTorr; yylval.quantity.unitStr = yytext; return UNIT; //
YY_BREAK
case 66:
YY_RULE_SETUP
#line 229 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::yTorr; yylval.quantity.unitStr = yytext; return UNIT; //
YY_BREAK
case 67:
YY_RULE_SETUP
#line 231 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::PSI; yylval.quantity.unitStr = yytext; return UNIT; // pounds/in^2
YY_BREAK
case 68:
YY_RULE_SETUP
#line 232 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::KSI; yylval.quantity.unitStr = yytext; return UNIT; // 1000 x pounds/in^2
YY_BREAK
case 69:
YY_RULE_SETUP
#line 234 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Watt; yylval.quantity.unitStr = yytext; return UNIT; // Watt (kg*m^2/s^3)
YY_BREAK
case 70:
YY_RULE_SETUP
#line 235 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::VoltAmpere; yylval.quantity.unitStr = yytext; return UNIT; // VoltAmpere (kg*m^2/s^3)
YY_BREAK
case 71:
YY_RULE_SETUP
#line 237 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Joule; yylval.quantity.unitStr = yytext; return UNIT; // Joule (kg*m^2/s^2)
YY_BREAK
case 72:
YY_RULE_SETUP
#line 238 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::NewtonMeter; yylval.quantity.unitStr = yytext; return UNIT; // N*m = Joule
YY_BREAK
case 73:
YY_RULE_SETUP
#line 239 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::VoltAmpereSecond; yylval.quantity.unitStr = yytext; return UNIT; // V*A*s = Joule
YY_BREAK
case 74:
YY_RULE_SETUP
#line 240 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::WattSecond; yylval.quantity.unitStr = yytext; return UNIT; //
YY_BREAK
case 75:
YY_RULE_SETUP
#line 241 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::WattSecond; yylval.quantity.unitStr = yytext; return UNIT; // W*s = Joule
YY_BREAK
case 76:
YY_RULE_SETUP
#line 243 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Degree; yylval.quantity.unitStr = yytext; return UNIT; // degree (internal standard angle)
YY_BREAK
case 77:
YY_RULE_SETUP
#line 244 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Degree; yylval.quantity.unitStr = yytext; return UNIT; // degree (internal standard angle)
YY_BREAK
case 78:
YY_RULE_SETUP
#line 245 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Radian; yylval.quantity.unitStr = yytext; return UNIT; // radian
YY_BREAK
case 79:
YY_RULE_SETUP
#line 246 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::Gon; yylval.quantity.unitStr = yytext; return UNIT; // gon
YY_BREAK
case 80:
YY_RULE_SETUP
#line 247 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::AngMinute; yylval.quantity.unitStr = yytext; return UNIT; // angminute
YY_BREAK
case 81:
YY_RULE_SETUP
#line 248 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::AngMinute; yylval.quantity.unitStr = yytext; return UNIT; // angminute U+2032 &prime; &#8242;
YY_BREAK
case 82:
YY_RULE_SETUP
#line 249 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::AngSecond; yylval.quantity.unitStr = yytext; return UNIT; // angsecond
YY_BREAK
case 83:
YY_RULE_SETUP
#line 250 "<stdin>"
COUNTCHARS; yylval.quantity.scaler = Quantity::AngSecond; yylval.quantity.unitStr = yytext; return UNIT; // angsecond U+2033 &Prime; &#8243; ″
YY_BREAK
case 84:
YY_RULE_SETUP
#line 252 "<stdin>"
COUNTCHARS; yylval.fvalue = num_change(yytext,'.',','); return yylval.fvalue == 1 ? ONE : NUM;
YY_BREAK
case 85:
YY_RULE_SETUP
#line 253 "<stdin>"
COUNTCHARS; yylval.fvalue = num_change(yytext,',','.'); return yylval.fvalue == 1 ? ONE : NUM;
YY_BREAK
case 86:
YY_RULE_SETUP
#line 254 "<stdin>"
COUNTCHARS; yylval.fvalue = num_change(yytext,',','.'); return yylval.fvalue == 1 ? ONE : NUM;
YY_BREAK
case 87:
YY_RULE_SETUP
#line 255 "<stdin>"
{ COUNTCHARS;
yylval.ivalue = strtoll( yytext, NULL, 0 );
if (yylval.ivalue == LLONG_MIN)
throw Base::UnderflowError("Integer underflow");
else if (yylval.ivalue == LLONG_MAX)
throw Base::OverflowError("Integer overflow");
if (yylval.ivalue == 1) { yylval.fvalue = 1; return ONE; } else return INTEGER;
}
YY_BREAK
case 88:
YY_RULE_SETUP
#line 264 "<stdin>"
COUNTCHARS; yylval.constant.fvalue = M_PI; yylval.constant.name = "pi"; return CONSTANT; // constant pi
YY_BREAK
case 89:
YY_RULE_SETUP
#line 265 "<stdin>"
COUNTCHARS; yylval.constant.fvalue = M_E; yylval.constant.name = "e"; return CONSTANT; // constant e
YY_BREAK
case 90:
YY_RULE_SETUP
#line 267 "<stdin>"
COUNTCHARS; yylval.string = yytext; return CELLADDRESS;
YY_BREAK
case 91:
YY_RULE_SETUP
#line 268 "<stdin>"
COUNTCHARS; yylval.string = yytext; return CELLADDRESS;
YY_BREAK
case 92:
YY_RULE_SETUP
#line 269 "<stdin>"
COUNTCHARS; yylval.string = yytext; return CELLADDRESS;
YY_BREAK
case 93:
YY_RULE_SETUP
#line 271 "<stdin>"
{
COUNTCHARS;
std::string s = yytext;
size_t i = s.size() - 2;
while (isspace(s[i]))
--i;
s.erase(i + 1);
std::map<std::string, FunctionExpression::Function>::const_iterator j = registered_functions.find(s);
if (j != registered_functions.end())
yylval.func = j->second;
else
yylval.func = FunctionExpression::NONE;
return FUNC;
}
YY_BREAK
case 94:
YY_RULE_SETUP
#line 286 "<stdin>"
COUNTCHARS; yylval.string = yytext; return IDENTIFIER;
YY_BREAK
case 95:
YY_RULE_SETUP
#line 287 "<stdin>"
ECHO;
YY_BREAK
#line 6618 "lex.ExpressionParser.c"
case YY_STATE_EOF(INITIAL):
yyterminate();
case YY_END_OF_BUFFER:
{
/* Amount of text matched not including the EOB char. */
int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
/* Undo the effects of YY_DO_BEFORE_ACTION. */
*yy_cp = (yy_hold_char);
YY_RESTORE_YY_MORE_OFFSET
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
{
/* We're scanning a new file or input source. It's
* possible that this happened because the user
* just pointed 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.
*/
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
}
/* Note that here we test for yy_c_buf_p "<=" to the position
* of the first EOB in the buffer, since yy_c_buf_p will
* already have been incremented past the NUL character
* (since all states make transitions on EOB to the
* end-of-buffer state). Contrast this with the test
* in input().
*/
if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
{ /* This was really a NUL. */
yy_state_type yy_next_state;
(yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
yy_current_state = yy_get_previous_state( );
/* Okay, we're now positioned to make the NUL
* transition. We couldn't have
* yy_get_previous_state() go ahead and do it
* for us because it doesn't know how to deal
* with the possibility of jamming (and we don't
* want to build jamming into it because then it
* will run more slowly).
*/
yy_next_state = yy_try_NUL_trans( yy_current_state );
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
if ( yy_next_state )
{
/* Consume the NUL. */
yy_cp = ++(yy_c_buf_p);
yy_current_state = yy_next_state;
goto yy_match;
}
else
{
yy_cp = (yy_last_accepting_cpos);
yy_current_state = (yy_last_accepting_state);
goto yy_find_action;
}
}
else switch ( yy_get_next_buffer( ) )
{
case EOB_ACT_END_OF_FILE:
{
(yy_did_buffer_switch_on_eof) = 0;
if ( yywrap( ) )
{
/* 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.
*/
(yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
yy_act = YY_STATE_EOF(YY_START);
goto do_action;
}
else
{
if ( ! (yy_did_buffer_switch_on_eof) )
YY_NEW_FILE;
}
break;
}
case EOB_ACT_CONTINUE_SCAN:
(yy_c_buf_p) =
(yytext_ptr) + yy_amount_of_matched_text;
yy_current_state = yy_get_previous_state( );
yy_cp = (yy_c_buf_p);
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
goto yy_match;
case EOB_ACT_LAST_MATCH:
(yy_c_buf_p) =
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
yy_current_state = yy_get_previous_state( );
yy_cp = (yy_c_buf_p);
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
goto yy_find_action;
}
break;
}
default:
YY_FATAL_ERROR(
"fatal flex scanner internal error--no action found" );
} /* end of action switch */
} /* end of scanning one token */
} /* end of user's declarations */
} /* end of yylex */
/* yy_get_next_buffer - try to read in a new buffer
*
* Returns a code representing an action:
* EOB_ACT_LAST_MATCH -
* EOB_ACT_CONTINUE_SCAN - continue scanning from current position
* EOB_ACT_END_OF_FILE - end of file
*/
static int yy_get_next_buffer (void)
{
char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
char *source = (yytext_ptr);
int number_to_move, i;
int ret_val;
if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
YY_FATAL_ERROR(
"fatal flex scanner internal error--end of buffer missed" );
if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
{ /* Don't try to fill the buffer, so this is an EOF. */
if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
{
/* We matched a single character, the EOB, so
* treat this as a final EOF.
*/
return EOB_ACT_END_OF_FILE;
}
else
{
/* We matched some text prior to the EOB, first
* process it.
*/
return EOB_ACT_LAST_MATCH;
}
}
/* Try to read more data. */
/* First move last chars to start of buffer. */
number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1);
for ( i = 0; i < number_to_move; ++i )
*(dest++) = *(source++);
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
/* don't do the read, it's not guaranteed to return an EOF,
* just force an EOF
*/
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
else
{
int num_to_read =
YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
while ( num_to_read <= 0 )
{ /* Not enough room in the buffer - grow it. */
/* just a shorter name for the current buffer */
YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
int yy_c_buf_p_offset =
(int) ((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) );
}
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" );
(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]),
(yy_n_chars), num_to_read );
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
}
if ( (yy_n_chars) == 0 )
{
if ( number_to_move == YY_MORE_ADJ )
{
ret_val = EOB_ACT_END_OF_FILE;
yyrestart( yyin );
}
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 (((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 = (yy_n_chars) + number_to_move + ((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 );
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);
}
(yy_n_chars) += number_to_move;
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
(yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
return ret_val;
}
/* yy_get_previous_state - get the state just before the EOB char was reached */
static yy_state_type yy_get_previous_state (void)
{
yy_state_type yy_current_state;
char *yy_cp;
yy_current_state = (yy_start);
for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
{
YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
if ( yy_accept[yy_current_state] )
{
(yy_last_accepting_state) = yy_current_state;
(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 >= 2212 )
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 );
*/
static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
{
int yy_is_jam;
char *yy_cp = (yy_c_buf_p);
YY_CHAR yy_c = 1;
if ( yy_accept[yy_current_state] )
{
(yy_last_accepting_state) = yy_current_state;
(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 >= 2212 )
yy_c = yy_meta[yy_c];
}
yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
yy_is_jam = (yy_current_state == 2211);
return yy_is_jam ? 0 : yy_current_state;
}
#ifndef YY_NO_UNPUT
#endif
#ifndef YY_NO_INPUT
#ifdef __cplusplus
static int yyinput (void)
#else
static int input (void)
#endif
{
int c;
*(yy_c_buf_p) = (yy_hold_char);
if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
{
/* yy_c_buf_p now points to the character we want to return.
* If this occurs *before* the EOB characters, then it's a
* valid NUL; if not, then we've hit the end of the buffer.
*/
if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
/* This was really a NUL. */
*(yy_c_buf_p) = '\0';
else
{ /* need more input */
int offset = (int) ((yy_c_buf_p) - (yytext_ptr));
++(yy_c_buf_p);
switch ( yy_get_next_buffer( ) )
{
case EOB_ACT_LAST_MATCH:
/* This happens because yy_g_n_b()
* sees that we've accumulated a
* token and flags that we need to
* try matching the token before
* proceeding. But for input(),
* there's no matching to consider.
* So convert the EOB_ACT_LAST_MATCH
* to EOB_ACT_END_OF_FILE.
*/
/* Reset buffer status. */
yyrestart( yyin );
/*FALLTHROUGH*/
case EOB_ACT_END_OF_FILE:
{
if ( yywrap( ) )
return 0;
if ( ! (yy_did_buffer_switch_on_eof) )
YY_NEW_FILE;
#ifdef __cplusplus
return yyinput();
#else
return input();
#endif
}
case EOB_ACT_CONTINUE_SCAN:
(yy_c_buf_p) = (yytext_ptr) + offset;
break;
}
}
}
c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
*(yy_c_buf_p) = '\0'; /* preserve yytext */
(yy_hold_char) = *++(yy_c_buf_p);
return c;
}
#endif /* ifndef YY_NO_INPUT */
/** Immediately switch to a different input stream.
* @param input_file A readable stream.
*
* @note This function does not reset the start condition to @c INITIAL .
*/
void yyrestart (FILE * input_file )
{
if ( ! YY_CURRENT_BUFFER ){
yyensure_buffer_stack ();
YY_CURRENT_BUFFER_LVALUE =
yy_create_buffer( yyin, YY_BUF_SIZE );
}
yy_init_buffer( YY_CURRENT_BUFFER, input_file );
yy_load_buffer_state( );
}
/** Switch to a different input buffer.
* @param new_buffer The new input buffer.
*
*/
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
{
/* TODO. We should be able to replace this entire function body
* with
* yypop_buffer_state();
* yypush_buffer_state(new_buffer);
*/
yyensure_buffer_stack ();
if ( YY_CURRENT_BUFFER == new_buffer )
return;
if ( YY_CURRENT_BUFFER )
{
/* Flush out information for old buffer. */
*(yy_c_buf_p) = (yy_hold_char);
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
}
YY_CURRENT_BUFFER_LVALUE = new_buffer;
yy_load_buffer_state( );
/* 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.
*/
(yy_did_buffer_switch_on_eof) = 1;
}
static void yy_load_buffer_state (void)
{
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
(yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
(yy_hold_char) = *(yy_c_buf_p);
}
/** Allocate and initialize an input buffer state.
* @param file A readable stream.
* @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
*
* @return the allocated buffer state.
*/
YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
{
YY_BUFFER_STATE b;
b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
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) );
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 );
return b;
}
/** Destroy the buffer.
* @param b a buffer created with yy_create_buffer()
*
*/
void yy_delete_buffer (YY_BUFFER_STATE b )
{
if ( ! b )
return;
if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
if ( b->yy_is_our_buffer )
yyfree( (void *) b->yy_ch_buf );
yyfree( (void *) b );
}
/* Initializes or reinitializes a buffer.
* This function is sometimes called more than once on the same buffer,
* such as during a yyrestart() or at EOF.
*/
static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
{
int oerrno = errno;
yy_flush_buffer( b );
b->yy_input_file = file;
b->yy_fill_buffer = 1;
/* If b is the current buffer, then yy_init_buffer was _probably_
* called from yyrestart() or through yy_get_next_buffer.
* In that case, we don't want to reset the lineno or column.
*/
if (b != YY_CURRENT_BUFFER){
b->yy_bs_lineno = 1;
b->yy_bs_column = 0;
}
b->yy_is_interactive = 0;
errno = oerrno;
}
/** Discard all buffered characters. On the next scan, YY_INPUT will be called.
* @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
*
*/
void yy_flush_buffer (YY_BUFFER_STATE b )
{
if ( ! b )
return;
b->yy_n_chars = 0;
/* We always need two end-of-buffer characters. The first causes
* a transition to the end-of-buffer state. The second causes
* a jam in that state.
*/
b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
b->yy_buf_pos = &b->yy_ch_buf[0];
b->yy_at_bol = 1;
b->yy_buffer_status = YY_BUFFER_NEW;
if ( b == YY_CURRENT_BUFFER )
yy_load_buffer_state( );
}
/** Pushes the new state onto the stack. The new state becomes
* the current state. This function will allocate the stack
* if necessary.
* @param new_buffer The new state.
*
*/
void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
{
if (new_buffer == NULL)
return;
yyensure_buffer_stack();
/* This block is copied from yy_switch_to_buffer. */
if ( YY_CURRENT_BUFFER )
{
/* Flush out information for old buffer. */
*(yy_c_buf_p) = (yy_hold_char);
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
}
/* Only push if top exists. Otherwise, replace top. */
if (YY_CURRENT_BUFFER)
(yy_buffer_stack_top)++;
YY_CURRENT_BUFFER_LVALUE = new_buffer;
/* copied from yy_switch_to_buffer. */
yy_load_buffer_state( );
(yy_did_buffer_switch_on_eof) = 1;
}
/** Removes and deletes the top of the stack, if present.
* The next element becomes the new top.
*
*/
void yypop_buffer_state (void)
{
if (!YY_CURRENT_BUFFER)
return;
yy_delete_buffer(YY_CURRENT_BUFFER );
YY_CURRENT_BUFFER_LVALUE = NULL;
if ((yy_buffer_stack_top) > 0)
--(yy_buffer_stack_top);
if (YY_CURRENT_BUFFER) {
yy_load_buffer_state( );
(yy_did_buffer_switch_on_eof) = 1;
}
}
/* Allocates the stack if it does not exist.
* Guarantees space for at least one push.
*/
static void yyensure_buffer_stack (void)
{
yy_size_t num_to_alloc;
if (!(yy_buffer_stack)) {
/* First allocation is just for 2 elements, since we don't know if this
* scanner will even need a stack. We use 2 instead of 1 to avoid an
* immediate realloc on the next call.
*/
num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
(num_to_alloc * sizeof(struct yy_buffer_state*)
);
if ( ! (yy_buffer_stack) )
YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
(yy_buffer_stack_max) = num_to_alloc;
(yy_buffer_stack_top) = 0;
return;
}
if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
/* Increase the buffer to prepare for a possible push. */
yy_size_t grow_size = 8 /* arbitrary grow size */;
num_to_alloc = (yy_buffer_stack_max) + grow_size;
(yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
((yy_buffer_stack),
num_to_alloc * sizeof(struct yy_buffer_state*)
);
if ( ! (yy_buffer_stack) )
YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
/* zero only the new slots.*/
memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
(yy_buffer_stack_max) = num_to_alloc;
}
}
/** Setup the input buffer state to scan directly from a user-specified character buffer.
* @param base the character buffer
* @param size the size in bytes of the character buffer
*
* @return the newly allocated buffer state object.
*/
YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
{
YY_BUFFER_STATE b;
if ( size < 2 ||
base[size-2] != YY_END_OF_BUFFER_CHAR ||
base[size-1] != YY_END_OF_BUFFER_CHAR )
/* They forgot to leave room for the EOB's. */
return NULL;
b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
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 );
return b;
}
/** Setup the input buffer state to scan a string. The next call to yylex() will
* scan from a @e copy of @a str.
* @param yystr a NUL-terminated string to scan
*
* @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 )
{
return yy_scan_bytes( yystr, (int) strlen(yystr) );
}
/** 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.
*
* @return the newly allocated buffer state object.
*/
YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len )
{
YY_BUFFER_STATE b;
char *buf;
yy_size_t n;
int i;
/* Get memory for full buffer, including space for trailing EOB's. */
n = (yy_size_t) (_yybytes_len + 2);
buf = (char *) yyalloc( n );
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 );
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;
}
#ifndef YY_EXIT_FAILURE
#define YY_EXIT_FAILURE 2
#endif
static void yynoreturn yy_fatal_error (const char* msg )
{
fprintf( stderr, "%s\n", msg );
exit( YY_EXIT_FAILURE );
}
/* Redefine yyless() so it works in section 3 code. */
#undef yyless
#define yyless(n) \
do \
{ \
/* Undo effects of setting up yytext. */ \
int yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
yytext[yyleng] = (yy_hold_char); \
(yy_c_buf_p) = yytext + yyless_macro_arg; \
(yy_hold_char) = *(yy_c_buf_p); \
*(yy_c_buf_p) = '\0'; \
yyleng = yyless_macro_arg; \
} \
while ( 0 )
/* Accessor methods (get/set functions) to struct members. */
/** Get the current line number.
*
*/
int yyget_lineno (void)
{
return yylineno;
}
/** Get the input stream.
*
*/
FILE *yyget_in (void)
{
return yyin;
}
/** Get the output stream.
*
*/
FILE *yyget_out (void)
{
return yyout;
}
/** Get the length of the current token.
*
*/
int yyget_leng (void)
{
return yyleng;
}
/** Get the current token.
*
*/
char *yyget_text (void)
{
return yytext;
}
/** Set the current line number.
* @param _line_number line number
*
*/
void yyset_lineno (int _line_number )
{
yylineno = _line_number;
}
/** Set the input stream. This does not discard the current
* input buffer.
* @param _in_str A readable stream.
*
* @see yy_switch_to_buffer
*/
void yyset_in (FILE * _in_str )
{
yyin = _in_str ;
}
void yyset_out (FILE * _out_str )
{
yyout = _out_str ;
}
int yyget_debug (void)
{
return yy_flex_debug;
}
void yyset_debug (int _bdebug )
{
yy_flex_debug = _bdebug ;
}
static int yy_init_globals (void)
{
/* Initialization is the same as for the non-reentrant scanner.
* This function is called from yylex_destroy(), so don't allocate here.
*/
(yy_buffer_stack) = NULL;
(yy_buffer_stack_top) = 0;
(yy_buffer_stack_max) = 0;
(yy_c_buf_p) = NULL;
(yy_init) = 0;
(yy_start) = 0;
/* Defined in main.c */
#ifdef YY_STDINIT
yyin = stdin;
yyout = stdout;
#else
yyin = NULL;
yyout = NULL;
#endif
/* For future reference: Set errno on error, since we are called by
* yylex_init()
*/
return 0;
}
/* yylex_destroy is for both reentrant and non-reentrant scanners. */
int yylex_destroy (void)
{
/* Pop the buffer stack, destroying each element. */
while(YY_CURRENT_BUFFER){
yy_delete_buffer( YY_CURRENT_BUFFER );
YY_CURRENT_BUFFER_LVALUE = NULL;
yypop_buffer_state();
}
/* Destroy the stack itself. */
yyfree((yy_buffer_stack) );
(yy_buffer_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( );
return 0;
}
/*
* Internal utility routines.
*/
#ifndef yytext_ptr
static void yy_flex_strncpy (char* s1, const char * s2, int n )
{
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 )
{
int n;
for ( n = 0; s[n]; ++n )
;
return n;
}
#endif
void *yyalloc (yy_size_t size )
{
return malloc(size);
}
void *yyrealloc (void * ptr, yy_size_t size )
{
/* The cast to (char *) in the following accommodates both
* implementations that use char* generic pointers, and those
* that use void* generic pointers. It works with the latter
* because both ANSI C and C++ allow castless assignment from
* any pointer type to void*, and deal with argument conversions
* as though doing an assignment.
*/
return realloc(ptr, size);
}
void yyfree (void * ptr )
{
free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
}
#define YYTABLES_NAME "yytables"
#line 287 "<stdin>"