Page MenuHomec4science

scanner.lex.cpp
No OneTemporary

File Metadata

Created
Fri, May 17, 23:29

scanner.lex.cpp

This file is larger than 256 KB, so syntax highlighting was skipped.
#line 2 "scanner.lex.cpp"
#line 4 "scanner.lex.cpp"
#define YY_INT_ALIGNED short int
/* A lexical scanner generated by flex */
/* %not-for-header */
/* %if-c-only */
/* %if-not-reentrant */
/* %endif */
/* %endif */
/* %ok-for-header */
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
#define YY_FLEX_SUBMINOR_VERSION 35
#if YY_FLEX_SUBMINOR_VERSION > 0
#define FLEX_BETA
#endif
/* %if-c++-only */
/* %endif */
/* %if-c-only */
/* %endif */
/* %if-c-only */
/* %endif */
/* First, we deal with platform-specific or compiler-specific issues. */
/* begin standard C headers. */
/* %if-c-only */
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
/* %endif */
/* %if-tables-serialization */
/* %endif */
/* end standard C headers. */
/* %if-c-or-c++ */
/* flex integer type definitions */
#ifndef FLEXINT_H
#define FLEXINT_H
/* C99 systems have <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;
#endif /* ! C99 */
/* Limits of integral types. */
#ifndef INT8_MIN
#define INT8_MIN (-128)
#endif
#ifndef INT16_MIN
#define INT16_MIN (-32767-1)
#endif
#ifndef INT32_MIN
#define INT32_MIN (-2147483647-1)
#endif
#ifndef INT8_MAX
#define INT8_MAX (127)
#endif
#ifndef INT16_MAX
#define INT16_MAX (32767)
#endif
#ifndef INT32_MAX
#define INT32_MAX (2147483647)
#endif
#ifndef UINT8_MAX
#define UINT8_MAX (255U)
#endif
#ifndef UINT16_MAX
#define UINT16_MAX (65535U)
#endif
#ifndef UINT32_MAX
#define UINT32_MAX (4294967295U)
#endif
#endif /* ! FLEXINT_H */
/* %endif */
/* %if-c++-only */
/* %endif */
#ifdef __cplusplus
/* The "const" storage-class-modifier is valid. */
#define YY_USE_CONST
#else /* ! __cplusplus */
/* C99 requires __STDC__ to be defined as 1. */
#if defined (__STDC__)
#define YY_USE_CONST
#endif /* defined (__STDC__) */
#endif /* ! __cplusplus */
#ifdef YY_USE_CONST
#define yyconst const
#else
#define yyconst
#endif
/* %not-for-header */
/* Returned upon end-of-file. */
#define YY_NULL 0
/* %ok-for-header */
/* %not-for-header */
/* Promotes a possibly negative, possibly signed char to an unsigned
* integer for use as an array index. If the signed char is negative,
* we want to instead treat it as an 8-bit unsigned char, hence the
* double cast.
*/
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
/* %ok-for-header */
/* %if-reentrant */
/* An opaque pointer. */
#ifndef YY_TYPEDEF_YY_SCANNER_T
#define YY_TYPEDEF_YY_SCANNER_T
typedef void* yyscan_t;
#endif
/* For convenience, these vars (plus the bison vars far below)
are macros in the reentrant scanner. */
#define yyin yyg->yyin_r
#define yyout yyg->yyout_r
#define yyextra yyg->yyextra_r
#define yyleng yyg->yyleng_r
#define yytext yyg->yytext_r
#define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno)
#define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)
#define yy_flex_debug yyg->yy_flex_debug_r
/* %endif */
/* %if-not-reentrant */
/* %endif */
/* Enter a start condition. This macro really ought to take a parameter,
* but we do it the disgusting crufty way forced on us by the ()-less
* definition of BEGIN.
*/
#define BEGIN yyg->yy_start = 1 + 2 *
/* Translate the current start state into a value that can be later handed
* to BEGIN to return to the state. The YYSTATE alias is for lex
* compatibility.
*/
#define YY_START ((yyg->yy_start - 1) / 2)
#define YYSTATE YY_START
/* Action number for EOF rule of a given start state. */
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
/* Special action meaning "start processing a new file". */
#define YY_NEW_FILE xhpastrestart(yyin ,yyscanner )
#define YY_END_OF_BUFFER_CHAR 0
/* Size of default input buffer. */
#ifndef YY_BUF_SIZE
#define YY_BUF_SIZE 16384
#endif
/* The state buf must be large enough to hold one state per character in the main buffer.
*/
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
#ifndef YY_TYPEDEF_YY_BUFFER_STATE
#define YY_TYPEDEF_YY_BUFFER_STATE
typedef struct yy_buffer_state *YY_BUFFER_STATE;
#endif
/* %if-not-reentrant */
/* %endif */
/* %if-c-only */
/* %if-not-reentrant */
/* %endif */
/* %endif */
#define EOB_ACT_CONTINUE_SCAN 0
#define EOB_ACT_END_OF_FILE 1
#define EOB_ACT_LAST_MATCH 2
#define YY_LESS_LINENO(n)
/* Return all but the first "n" matched characters back to the input stream. */
#define yyless(n) \
do \
{ \
/* Undo effects of setting up yytext. */ \
int yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
*yy_cp = yyg->yy_hold_char; \
YY_RESTORE_YY_MORE_OFFSET \
yyg->yy_c_buf_p = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
YY_DO_BEFORE_ACTION; /* set up yytext again */ \
} \
while ( 0 )
#define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
#ifndef YY_TYPEDEF_YY_SIZE_T
#define YY_TYPEDEF_YY_SIZE_T
typedef size_t yy_size_t;
#endif
#ifndef YY_STRUCT_YY_BUFFER_STATE
#define YY_STRUCT_YY_BUFFER_STATE
struct yy_buffer_state
{
/* %if-c-only */
FILE *yy_input_file;
/* %endif */
/* %if-c++-only */
/* %endif */
char *yy_ch_buf; /* input buffer */
char *yy_buf_pos; /* current position in input buffer */
/* Size of input buffer in bytes, not including room for EOB
* characters.
*/
yy_size_t yy_buf_size;
/* Number of characters read into yy_ch_buf, not including EOB
* characters.
*/
int yy_n_chars;
/* Whether we "own" the buffer - i.e., we know we created it,
* and can realloc() it to grow it, and should free() it to
* delete it.
*/
int yy_is_our_buffer;
/* Whether this is an "interactive" input source; if so, and
* if we're using stdio for input, then we want to use getc()
* instead of fread(), to make sure we stop fetching input after
* each newline.
*/
int yy_is_interactive;
/* Whether we're considered to be at the beginning of a line.
* If so, '^' rules will be active on the next match, otherwise
* not.
*/
int yy_at_bol;
int yy_bs_lineno; /**< The line count. */
int yy_bs_column; /**< The column count. */
/* Whether to try to fill the input buffer when we reach the
* end of it.
*/
int yy_fill_buffer;
int yy_buffer_status;
#define YY_BUFFER_NEW 0
#define YY_BUFFER_NORMAL 1
/* When an EOF's been seen but there's still some text to process
* then we mark the buffer as YY_EOF_PENDING, to indicate that we
* shouldn't try reading from the input source any more. We might
* still have a bunch of tokens to match, though, because of
* possible backing-up.
*
* When we actually see the EOF, we change the status to "new"
* (via xhpastrestart()), so that the user can continue scanning by
* just pointing yyin at a new input file.
*/
#define YY_BUFFER_EOF_PENDING 2
};
#endif /* !YY_STRUCT_YY_BUFFER_STATE */
/* %if-c-only Standard (non-C++) definition */
/* %not-for-header */
/* %if-not-reentrant */
/* %endif */
/* %ok-for-header */
/* %endif */
/* We provide macros for accessing buffer states in case in the
* future we want to put the buffer states in a more general
* "scanner state".
*
* Returns the top of the stack, or NULL.
*/
#define YY_CURRENT_BUFFER ( yyg->yy_buffer_stack \
? yyg->yy_buffer_stack[yyg->yy_buffer_stack_top] \
: NULL)
/* Same as previous macro, but useful when we know that the buffer stack is not
* NULL or when we need an lvalue. For internal use only.
*/
#define YY_CURRENT_BUFFER_LVALUE yyg->yy_buffer_stack[yyg->yy_buffer_stack_top]
/* %if-c-only Standard (non-C++) definition */
/* %if-not-reentrant */
/* %not-for-header */
/* %ok-for-header */
/* %endif */
void xhpastrestart (FILE *input_file ,yyscan_t yyscanner );
void xhpast_switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
YY_BUFFER_STATE xhpast_create_buffer (FILE *file,int size ,yyscan_t yyscanner );
void xhpast_delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
void xhpast_flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
void xhpastpush_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
void xhpastpop_buffer_state (yyscan_t yyscanner );
static void xhpastensure_buffer_stack (yyscan_t yyscanner );
static void xhpast_load_buffer_state (yyscan_t yyscanner );
static void xhpast_init_buffer (YY_BUFFER_STATE b,FILE *file ,yyscan_t yyscanner );
#define YY_FLUSH_BUFFER xhpast_flush_buffer(YY_CURRENT_BUFFER ,yyscanner)
YY_BUFFER_STATE xhpast_scan_buffer (char *base,yy_size_t size ,yyscan_t yyscanner );
YY_BUFFER_STATE xhpast_scan_string (yyconst char *yy_str ,yyscan_t yyscanner );
YY_BUFFER_STATE xhpast_scan_bytes (yyconst char *bytes,int len ,yyscan_t yyscanner );
/* %endif */
void *xhpastalloc (yy_size_t ,yyscan_t yyscanner );
void *xhpastrealloc (void *,yy_size_t ,yyscan_t yyscanner );
void xhpastfree (void * ,yyscan_t yyscanner );
#define yy_new_buffer xhpast_create_buffer
#define yy_set_interactive(is_interactive) \
{ \
if ( ! YY_CURRENT_BUFFER ){ \
xhpastensure_buffer_stack (yyscanner); \
YY_CURRENT_BUFFER_LVALUE = \
xhpast_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
}
#define yy_set_bol(at_bol) \
{ \
if ( ! YY_CURRENT_BUFFER ){\
xhpastensure_buffer_stack (yyscanner); \
YY_CURRENT_BUFFER_LVALUE = \
xhpast_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
}
#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
/* %% [1.0] yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here */
/* Begin user sect3 */
#define xhpastwrap(n) 1
#define YY_SKIP_YYWRAP
#define FLEX_DEBUG
typedef unsigned char YY_CHAR;
typedef int yy_state_type;
#define yytext_ptr yytext_r
/* %if-c-only Standard (non-C++) definition */
static yy_state_type yy_get_previous_state (yyscan_t yyscanner );
static yy_state_type yy_try_NUL_trans (yy_state_type current_state ,yyscan_t yyscanner);
static int yy_get_next_buffer (yyscan_t yyscanner );
static void yy_fatal_error (yyconst char msg[] ,yyscan_t yyscanner );
/* %endif */
/* Done after the current pattern has been matched and before the
* corresponding action - sets up yytext.
*/
#define YY_DO_BEFORE_ACTION \
yyg->yytext_ptr = yy_bp; \
/* %% [2.0] code to fiddle yytext and yyleng for yymore() goes here \ */\
yyg->yytext_ptr -= yyg->yy_more_len; \
yyleng = (size_t) (yy_cp - yyg->yytext_ptr); \
yyg->yy_hold_char = *yy_cp; \
*yy_cp = '\0'; \
/* %% [3.0] code to copy yytext_ptr to yytext[] goes here, if %array \ */\
yyg->yy_c_buf_p = yy_cp;
/* %% [4.0] data tables for the DFA and the user's section 1 definitions go here */
#define YY_NUM_RULES 140
#define YY_END_OF_BUFFER 141
/* This struct is not used in this scanner,
but its presence is necessary. */
struct yy_trans_info
{
flex_int32_t yy_verify;
flex_int32_t yy_nxt;
};
static yyconst flex_int16_t yy_accept[596] =
{ 0,
6, 6, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 141, 6, 6, 139, 12, 139,
139, 9, 139, 139, 139, 139, 139, 139, 139, 139,
139, 139, 125, 125, 139, 139, 139, 139, 139, 127,
127, 127, 127, 127, 127, 127, 127, 127, 127, 127,
127, 127, 127, 127, 127, 127, 127, 127, 127, 115,
139, 127, 139, 139, 18, 17, 17, 18, 14, 13,
13, 16, 18, 139, 139, 133, 134, 134, 137, 138,
138, 137, 139, 135, 135, 127, 6, 4, 2, 12,
103, 0, 129, 0, 128, 94, 8, 101, 95, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 91, 110, 89, 111, 90, 112, 126, 93, 11,
9, 92, 126, 125, 0, 0, 114, 0, 108, 106,
103, 102, 113, 107, 109, 7, 127, 127, 127, 127,
48, 0, 0, 0, 127, 127, 127, 127, 127, 39,
127, 127, 127, 127, 127, 127, 127, 127, 127, 127,
127, 34, 127, 127, 127, 127, 127, 127, 26, 127,
127, 127, 127, 127, 127, 127, 127, 127, 127, 127,
127, 97, 127, 0, 130, 96, 100, 18, 17, 20,
14, 13, 15, 19, 0, 0, 133, 134, 137, 138,
136, 136, 137, 137, 0, 135, 135, 5, 3, 0,
105, 0, 128, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 126, 0, 126, 125, 0,
131, 98, 104, 99, 7, 7, 127, 28, 127, 0,
127, 127, 127, 127, 127, 127, 127, 127, 127, 127,
127, 127, 127, 127, 127, 127, 42, 127, 127, 127,
127, 127, 127, 127, 127, 127, 127, 31, 127, 127,
127, 127, 127, 127, 127, 127, 59, 127, 62, 70,
127, 27, 127, 127, 127, 127, 127, 127, 127, 132,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 10, 0, 131, 127, 127, 127,
51, 127, 127, 127, 127, 127, 127, 127, 38, 36,
127, 127, 127, 127, 127, 127, 23, 33, 127, 127,
127, 127, 127, 55, 127, 127, 127, 127, 127, 79,
127, 127, 127, 127, 127, 127, 127, 127, 127, 127,
127, 127, 127, 127, 127, 127, 127, 127, 127, 127,
0, 0, 0, 0, 0, 0, 0, 116, 0, 0,
0, 0, 0, 0, 0, 127, 80, 53, 60, 75,
32, 57, 127, 127, 127, 127, 73, 127, 127, 37,
127, 127, 127, 66, 127, 127, 127, 127, 127, 127,
127, 72, 127, 29, 127, 127, 127, 127, 127, 127,
127, 61, 71, 40, 127, 127, 127, 127, 127, 127,
127, 127, 1, 1, 0, 0, 0, 123, 0, 0,
0, 0, 0, 0, 117, 0, 0, 0, 0, 127,
127, 127, 127, 35, 127, 43, 127, 127, 127, 127,
127, 63, 127, 127, 127, 127, 127, 127, 127, 69,
127, 58, 64, 49, 127, 127, 127, 127, 127, 127,
127, 127, 0, 121, 0, 0, 0, 0, 0, 0,
0, 0, 124, 0, 127, 127, 46, 52, 127, 127,
127, 127, 77, 44, 127, 127, 21, 127, 127, 127,
67, 127, 24, 127, 88, 127, 127, 127, 127, 127,
127, 0, 120, 0, 0, 0, 122, 0, 118, 0,
0, 65, 54, 127, 127, 127, 41, 56, 127, 127,
127, 127, 127, 127, 127, 127, 85, 127, 127, 84,
127, 127, 0, 119, 0, 127, 127, 50, 127, 127,
127, 76, 86, 68, 127, 81, 127, 127, 127, 127,
47, 45, 78, 127, 30, 127, 127, 127, 82, 127,
127, 127, 127, 127, 127, 22, 25, 83, 127, 127,
127, 87, 127, 74, 0
} ;
static yyconst flex_int16_t yy_base[640] =
{ 0,
955, 953, 0, 0, 246, 247, 248, 252, 253, 254,
315, 441, 258, 259, 567, 693, 260, 264, 819, 945,
0, 0, 0, 0, 1010, 0, 238,12788, 270, 875,
980,12788, 0, 220, 238, 341, 1008, 874, 242, 245,
333, 244, 976, 460, 876, 352, 231, 236, 871, 441,
984, 326, 324, 565, 319, 321, 0, 448, 205, 568,
313, 445, 327, 551, 562, 562, 455, 449, 443,12788,
870, 835, 833, 951, 0,12788, 917, 879, 0,12788,
911, 858, 872, 0, 0, 0,12788, 908, 0,12788,
906, 1125, 274,12788, 904, 618, 0, 749, 575, 749,
747, 987,12788, 0, 0,12788,12788,12788,12788, 721,
0, 1173, 446, 575, 560, 571, 571, 584, 587, 677,
685,12788,12788,12788,12788,12788,12788, 838,12788, 765,
12788,12788, 998, 1144, 721, 1243,12788, 682, 248,12788,
12788, 745,12788,12788, 744, 405, 749, 1142, 1024, 1172,
862, 1008, 845, 744, 1173, 1242, 1267, 1169, 1170, 863,
1243, 1289, 1225, 1295, 1023, 1296, 1229, 1299, 1314, 1326,
1327, 864, 1328, 1336, 1334, 1350, 1337, 1368, 865, 1384,
1382, 1393, 1402, 1400, 1411, 1422, 1425, 1444, 1436, 1442,
1452,12788, 1492, 707,12788,12788,12788, 0,12788,12788,
0,12788,12788,12788, 768, 762, 0,12788, 0,12788,
12788, 788, 1602, 406, 407,12788, 786,12788,12788, 695,
12788, 1022, 0, 1020, 686, 701, 701, 697, 821, 822,
834, 844, 983, 1310, 1488, 1602, 492, 1523, 1664, 1018,
783,12788,12788,12788,12788, 784, 1002, 0, 1024, 731,
1113, 1122, 1161, 1151, 1157, 1235, 1228, 1255, 1243, 1308,
1306, 1446, 1322, 1315, 1337, 1361, 1378, 1401, 1424, 1413,
1427, 1431, 1426, 1448, 1452, 1439, 1485, 0, 1589, 1472,
1481, 1473, 1478, 1483, 1584, 1590, 0, 1601, 0, 0,
1596, 0, 1597, 1601, 1605, 1611, 1604, 1610, 1626,12788,
756, 650, 1612, 1670, 1671, 1661, 1672, 1674, 1740, 1672,
1666, 1670, 1677, 1676, 1746, 1665, 896, 1666, 1661, 1676,
0, 1680, 1670, 1685, 1673, 1685, 1695, 1702, 0, 1715,
1702, 1724, 1715, 1725, 1709, 1725, 0, 0, 1720, 1723,
1735, 1717, 1737, 0, 1734, 1719, 1740, 1724, 1723, 0,
1725, 1726, 1746, 1743, 1740, 1741, 1733, 1743, 1750, 1731,
1737, 1753, 1759, 1769, 1776, 1777, 1781, 1780, 1775, 1783,
1853, 1772, 1782, 1856, 1791, 1784, 1862,12788, 1798, 1803,
1863, 1795, 1795, 1791, 1803, 1812, 0, 0, 0, 0,
0, 0, 1800, 1797, 1804, 1811, 0, 1815, 1804, 0,
1825, 1842, 1848, 0, 1850, 1846, 1844, 1844, 1854, 1845,
1854, 0, 1846, 0, 1843, 1861, 1862, 1849, 1854, 1866,
1862, 0, 0, 0, 1852, 589, 1867, 1870, 1854, 1870,
1868, 1872,12788, 658, 1953, 1853, 1966,12788, 1879, 1876,
1969, 1881, 1895, 1971,12788, 1910, 1915, 1977, 1904, 1920,
1903, 1920, 1906, 0, 1915, 1923, 1909, 1919, 1913, 1925,
1920, 0, 1931, 1933, 1937, 1940, 1941, 1939, 1930, 0,
1948, 0, 0, 0, 1943, 567, 551, 1946, 443, 441,
1954, 1952, 2032,12788, 2034, 1961, 2036, 1960, 2038, 2044,
1979, 2046,12788, 1966, 1967, 1983, 0, 0, 1989, 1991,
1990, 1990, 0, 0, 1982, 1983, 336, 1994, 2002, 2005,
0, 2012, 331, 327, 0, 326, 2017, 2027, 315, 2028,
2017, 2089,12788, 2091, 2093, 2099,12788, 2101,12788, 2103,
2105, 0, 0, 2024, 2040, 2037, 0, 0, 2027, 2037,
2038, 2050, 2051, 2056, 2048, 306, 0, 2057, 2066, 0,
219, 2081, 2138,12788, 2144, 2081, 2083, 0, 2075, 2082,
2091, 0, 0, 0, 2084, 0, 2085, 2087, 218, 2098,
0, 0, 0, 2099, 0, 2102, 217, 2091, 0, 2103,
2104, 2106, 209, 2107, 205, 0, 0, 0, 2105, 199,
2114, 0, 2102, 0,12788, 2216, 2471, 2726, 2981, 3236,
3491, 3746, 4001, 4256, 4511, 4702, 4957, 5165, 5420, 5675,
5930, 6121, 6312, 6520, 6775, 7030, 7285, 7507, 7762, 8017,
8272, 8480, 8735, 8990, 9245, 9500, 9755, 9977,10194,10402,
10657,10912,11167,11422,11630,11885,12093,12315,12532
} ;
static yyconst flex_int16_t yy_def[640] =
{ 0,
596, 596, 595, 3, 597, 597, 598, 598, 597, 597,
599, 599, 600, 600, 601, 601, 602, 602, 603, 603,
20, 20, 600, 600, 595, 604, 595, 595, 595, 595,
605, 595, 606, 595, 595, 607, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 608,
608, 608, 608, 608, 608, 608, 608, 608, 608, 608,
608, 608, 608, 608, 608, 608, 608, 608, 608, 595,
595, 608, 609, 595, 610, 595, 595, 595, 611, 595,
595, 595, 595, 612, 613, 614, 595, 595, 615, 595,
595, 616, 617, 595, 595, 618, 619, 595, 595, 595,
595, 620, 595, 621, 622, 595, 595, 595, 595, 623,
624, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 618, 618, 618, 618,
618, 620, 623, 595, 618, 618, 618, 618, 618, 618,
618, 618, 618, 618, 618, 618, 618, 618, 618, 618,
618, 618, 618, 618, 618, 618, 618, 618, 618, 618,
618, 618, 618, 618, 618, 618, 618, 618, 618, 618,
618, 595, 618, 625, 595, 595, 595, 626, 595, 595,
627, 595, 595, 595, 628, 629, 630, 595, 631, 595,
595, 595, 632, 631, 633, 595, 595, 595, 595, 595,
595, 634, 635, 636, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 637, 637, 637, 595,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 595,
638, 639, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 595, 595, 595, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 0, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595
} ;
static yyconst flex_int16_t yy_nxt[13045] =
{ 0,
28, 28, 28, 28, 28, 28, 28, 28, 29, 29,
28, 28, 29, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 29, 30, 31, 32, 33, 34, 35, 36, 37,
28, 38, 39, 28, 40, 41, 42, 43, 44, 44,
44, 44, 44, 44, 44, 44, 44, 45, 28, 46,
47, 48, 49, 28, 50, 51, 52, 53, 54, 55,
56, 57, 58, 57, 57, 59, 57, 60, 61, 62,
57, 63, 64, 65, 66, 67, 68, 69, 57, 57,
28, 70, 28, 71, 72, 73, 50, 51, 52, 53,
54, 55, 56, 57, 58, 57, 57, 59, 57, 60,
61, 62, 57, 63, 64, 65, 66, 67, 68, 69,
57, 57, 28, 74, 28, 28, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 76, 76, 80, 77, 77,
81, 80, 76, 76, 81, 77, 77, 87, 87, 94,
88, 88, 95, 94, 98, 108, 95, 176, 100, 100,
106, 107, 100, 216, 123, 130, 217, 78, 78, 125,
131, 142, 143, 592, 83, 83, 144, 145, 109, 590,
99, 100, 124, 588, 132, 126, 127, 241, 242, 176,
82, 583, 579, 569, 82, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 84, 28,
28, 28, 28, 85, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 103,
128, 128, 128, 128, 128, 128, 128, 128, 128, 128,
156, 167, 159, 129, 179, 182, 170, 168, 138, 171,
566, 157, 160, 169, 158, 28, 28, 28, 28, 550,
28, 139, 140, 141, 245, 211, 216, 246, 212, 217,
547, 546, 156, 167, 159, 545, 179, 182, 170, 168,
540, 171, 111, 157, 160, 169, 158, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 84, 28, 28, 28, 28, 85,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 133, 148, 134, 134, 134,
134, 134, 134, 134, 134, 134, 134, 172, 149, 189,
190, 191, 150, 151, 173, 174, 180, 225, 135, 181,
175, 28, 28, 28, 28, 519, 28, 518, 148, 238,
238, 238, 238, 238, 238, 238, 238, 238, 238, 172,
149, 189, 190, 191, 150, 151, 173, 174, 180, 225,
135, 181, 175, 28, 28, 28, 28, 89, 89, 89,
89, 89, 89, 89, 89, 89, 90, 89, 89, 91,
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, 89, 89, 89, 89,
89, 161, 177, 185, 183, 219, 178, 184, 228, 187,
162, 163, 164, 186, 188, 516, 229, 226, 230, 231,
165, 152, 166, 227, 220, 232, 153, 89, 89, 89,
89, 515, 89, 161, 177, 185, 183, 433, 178, 184,
228, 187, 162, 163, 164, 186, 188, 154, 229, 226,
230, 231, 165, 476, 166, 227, 220, 232, 300, 89,
89, 89, 89, 89, 89, 89, 89, 89, 89, 89,
89, 89, 90, 89, 89, 91, 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, 89, 89, 89, 89, 89, 100, 100, 103,
233, 100, 234, 237, 240, 237, 303, 304, 238, 238,
238, 238, 238, 238, 238, 238, 238, 238, 305, 306,
100, 307, 595, 89, 89, 89, 89, 595, 89, 300,
241, 317, 233, 245, 234, 216, 240, 211, 303, 304,
300, 300, 195, 250, 244, 243, 235, 221, 595, 218,
305, 306, 111, 307, 317, 89, 89, 89, 89, 28,
28, 28, 28, 28, 28, 28, 28, 29, 29, 28,
28, 29, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
29, 30, 31, 32, 33, 34, 35, 36, 37, 28,
38, 39, 28, 40, 41, 42, 43, 44, 44, 44,
44, 44, 44, 44, 44, 44, 45, 28, 46, 47,
48, 49, 28, 103, 96, 128, 128, 128, 128, 128,
128, 128, 128, 128, 128, 595, 595, 595, 595, 308,
595, 595, 595, 595, 317, 309, 135, 310, 311, 28,
70, 28, 71, 216, 73, 210, 96, 208, 204, 203,
202, 595, 595, 595, 595, 200, 199, 317, 195, 193,
192, 308, 146, 137, 122, 101, 111, 309, 135, 310,
311, 28, 74, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 29, 29, 28, 28, 29, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 28, 38, 39, 28, 40,
41, 42, 43, 44, 44, 44, 44, 44, 44, 44,
44, 44, 45, 28, 46, 47, 48, 49, 28, 595,
96, 196, 27, 103, 27, 595, 112, 152, 595, 595,
103, 133, 153, 134, 134, 134, 134, 134, 134, 134,
134, 134, 134, 595, 595, 28, 70, 28, 71, 112,
73, 103, 96, 154, 135, 236, 236, 236, 236, 236,
236, 236, 236, 236, 236, 103, 595, 595, 103, 595,
595, 595, 595, 136, 312, 155, 135, 28, 74, 28,
28, 104, 113, 114, 197, 115, 135, 116, 104, 595,
117, 595, 595, 595, 316, 318, 118, 263, 319, 119,
120, 248, 121, 595, 595, 136, 312, 155, 135, 104,
595, 595, 595, 595, 113, 114, 595, 115, 595, 116,
595, 111, 117, 104, 595, 595, 316, 318, 118, 263,
319, 119, 120, 248, 121, 209, 209, 209, 209, 209,
209, 209, 209, 209, 211, 209, 209, 212, 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, 209, 209, 209, 209, 209, 209, 209,
209, 209, 595, 595, 595, 595, 595, 320, 595, 595,
595, 112, 209, 214, 209, 209, 209, 209, 209, 133,
321, 134, 134, 134, 134, 134, 134, 134, 134, 134,
134, 595, 595, 595, 112, 595, 595, 595, 595, 320,
595, 595, 135, 595, 595, 209, 209, 209, 209, 595,
209, 595, 321, 595, 247, 595, 595, 322, 595, 595,
595, 595, 595, 323, 324, 595, 257, 113, 114, 258,
115, 251, 116, 595, 135, 117, 256, 209, 209, 209,
209, 118, 595, 249, 119, 120, 247, 121, 595, 322,
595, 595, 595, 595, 595, 323, 324, 595, 257, 113,
114, 258, 115, 251, 116, 595, 595, 117, 256, 595,
595, 595, 595, 118, 595, 249, 119, 120, 595, 121,
239, 239, 239, 239, 239, 239, 239, 239, 239, 239,
595, 595, 595, 327, 261, 595, 266, 239, 239, 239,
239, 239, 239, 595, 259, 595, 595, 325, 326, 328,
595, 329, 595, 595, 252, 253, 595, 595, 595, 595,
595, 254, 595, 595, 595, 327, 261, 595, 266, 239,
239, 239, 239, 239, 239, 255, 259, 595, 595, 325,
326, 328, 595, 329, 595, 595, 252, 253, 595, 595,
595, 595, 262, 254, 595, 595, 595, 595, 264, 595,
595, 260, 595, 595, 595, 595, 330, 255, 595, 265,
267, 595, 313, 595, 595, 595, 595, 595, 595, 331,
595, 268, 314, 595, 262, 595, 595, 337, 338, 595,
264, 595, 272, 260, 269, 339, 595, 271, 330, 595,
270, 265, 267, 277, 313, 595, 275, 595, 273, 274,
595, 331, 595, 268, 314, 340, 595, 595, 595, 337,
338, 595, 276, 595, 272, 595, 269, 339, 595, 271,
595, 595, 270, 595, 595, 277, 341, 281, 275, 595,
273, 274, 595, 595, 278, 595, 279, 340, 595, 595,
595, 595, 280, 595, 276, 595, 284, 342, 595, 595,
595, 595, 285, 282, 595, 595, 283, 595, 341, 281,
595, 595, 595, 595, 595, 595, 278, 595, 279, 343,
595, 344, 286, 595, 280, 595, 315, 315, 284, 342,
315, 595, 345, 595, 285, 282, 346, 288, 283, 347,
287, 595, 289, 332, 291, 333, 348, 290, 334, 315,
349, 343, 350, 344, 286, 595, 595, 595, 335, 595,
595, 595, 336, 292, 345, 595, 595, 595, 346, 288,
595, 347, 287, 595, 289, 332, 291, 333, 348, 290,
334, 595, 349, 351, 350, 354, 355, 356, 293, 294,
335, 295, 357, 296, 336, 292, 358, 297, 298, 299,
238, 238, 238, 238, 238, 238, 238, 238, 238, 238,
595, 595, 595, 595, 595, 351, 595, 354, 355, 356,
293, 294, 595, 295, 357, 296, 595, 595, 358, 297,
298, 299, 209, 209, 209, 209, 209, 209, 209, 209,
209, 211, 209, 209, 212, 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,
209, 209, 209, 209, 209, 209, 209, 209, 209, 236,
236, 236, 236, 236, 236, 236, 236, 236, 236, 209,
214, 209, 209, 209, 209, 209, 352, 359, 360, 361,
135, 362, 363, 364, 353, 367, 368, 365, 369, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 366,
370, 371, 209, 209, 209, 209, 595, 209, 352, 359,
360, 361, 135, 362, 363, 364, 353, 367, 368, 365,
369, 239, 239, 239, 239, 239, 239, 239, 239, 239,
239, 366, 370, 371, 209, 209, 209, 209, 239, 239,
239, 239, 239, 239, 372, 373, 374, 375, 376, 595,
380, 381, 382, 383, 384, 595, 385, 386, 377, 387,
388, 389, 390, 391, 315, 315, 392, 393, 315, 394,
239, 239, 239, 239, 239, 239, 372, 373, 374, 375,
376, 377, 380, 381, 382, 383, 384, 315, 385, 386,
378, 387, 388, 389, 390, 391, 395, 396, 392, 393,
397, 394, 398, 399, 400, 401, 402, 403, 404, 405,
406, 407, 408, 409, 410, 411, 412, 413, 379, 414,
415, 416, 417, 418, 419, 420, 421, 422, 395, 396,
423, 424, 397, 425, 398, 399, 400, 401, 402, 403,
404, 405, 406, 407, 408, 409, 410, 411, 412, 413,
379, 414, 415, 416, 417, 418, 419, 420, 421, 422,
426, 427, 423, 424, 428, 425, 429, 430, 431, 432,
435, 433, 433, 436, 437, 434, 440, 441, 442, 443,
377, 444, 446, 447, 448, 449, 450, 451, 452, 453,
454, 455, 426, 427, 433, 456, 428, 437, 429, 430,
431, 432, 435, 377, 444, 436, 438, 457, 440, 441,
442, 443, 378, 445, 446, 447, 448, 449, 450, 451,
452, 453, 454, 455, 458, 459, 460, 456, 461, 462,
463, 464, 465, 466, 439, 467, 468, 469, 470, 457,
471, 472, 473, 474, 475, 477, 478, 479, 480, 481,
482, 485, 595, 486, 487, 595, 458, 459, 460, 488,
461, 462, 463, 464, 465, 466, 439, 467, 468, 469,
470, 483, 471, 472, 473, 474, 475, 477, 478, 479,
480, 481, 482, 485, 437, 486, 487, 444, 489, 444,
490, 488, 491, 494, 483, 492, 495, 496, 497, 498,
499, 500, 501, 484, 502, 503, 504, 437, 505, 506,
444, 507, 444, 508, 509, 510, 438, 511, 492, 445,
489, 445, 490, 512, 491, 494, 513, 493, 495, 496,
497, 498, 499, 500, 501, 514, 502, 503, 504, 517,
505, 506, 520, 507, 521, 508, 509, 510, 524, 511,
483, 525, 522, 595, 444, 512, 526, 530, 513, 531,
532, 533, 528, 534, 492, 535, 536, 514, 537, 538,
539, 517, 541, 483, 520, 522, 521, 444, 542, 526,
524, 543, 484, 525, 523, 528, 445, 492, 527, 530,
544, 531, 532, 533, 529, 534, 493, 535, 536, 548,
537, 538, 539, 549, 541, 551, 552, 522, 595, 437,
542, 377, 595, 543, 595, 556, 557, 526, 558, 528,
559, 553, 544, 555, 555, 560, 561, 555, 562, 563,
522, 548, 437, 564, 377, 549, 565, 551, 552, 523,
526, 438, 528, 378, 553, 567, 555, 556, 557, 527,
558, 529, 559, 554, 568, 570, 553, 560, 561, 571,
562, 563, 555, 555, 572, 564, 555, 573, 565, 574,
575, 576, 577, 578, 580, 581, 146, 567, 582, 553,
584, 585, 586, 595, 587, 555, 568, 570, 554, 589,
591, 571, 593, 594, 595, 595, 572, 595, 595, 573,
595, 574, 575, 576, 577, 578, 580, 581, 595, 595,
582, 595, 584, 585, 586, 146, 587, 595, 595, 595,
595, 589, 591, 595, 593, 594, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 75, 75, 75, 75,
75, 75, 75, 75, 75, 75, 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, 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,
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, 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, 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, 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, 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, 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, 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, 79,
79, 79, 79, 79, 79, 79, 79, 79, 79, 79,
79, 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, 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, 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, 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, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 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, 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, 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, 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, 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, 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, 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, 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, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 93, 93, 93, 93, 93, 93, 93, 93, 93,
93, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
57, 57, 57, 57, 57, 57, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 595, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 105, 105, 105, 105,
105, 105, 105, 105, 105, 105, 105, 105, 105, 105,
105, 105, 105, 105, 105, 105, 105, 105, 105, 105,
105, 105, 595, 595, 595, 595, 105, 595, 105, 105,
105, 105, 105, 105, 105, 105, 105, 105, 105, 105,
105, 105, 105, 105, 105, 105, 105, 105, 105, 105,
105, 105, 105, 105, 595, 595, 595, 595, 105, 105,
105, 105, 105, 105, 105, 105, 105, 105, 105, 105,
105, 105, 105, 105, 105, 105, 105, 105, 105, 105,
105, 105, 105, 105, 105, 105, 105, 105, 105, 105,
105, 105, 105, 105, 105, 105, 105, 105, 105, 105,
105, 105, 105, 105, 105, 105, 105, 105, 105, 105,
105, 105, 105, 105, 105, 105, 105, 105, 105, 105,
105, 105, 105, 105, 105, 105, 105, 105, 105, 105,
105, 105, 105, 105, 105, 105, 105, 105, 105, 105,
105, 105, 105, 105, 105, 105, 105, 105, 105, 105,
105, 105, 105, 105, 105, 105, 105, 105, 105, 105,
105, 105, 105, 105, 105, 105, 105, 105, 105, 105,
105, 105, 105, 105, 105, 105, 105, 105, 105, 105,
105, 105, 105, 105, 105, 105, 105, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 147, 147, 147, 147, 147, 147, 147, 147,
147, 147, 595, 595, 595, 595, 595, 595, 595, 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, 595, 595, 595, 595, 147,
595, 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, 595, 595, 595,
595, 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, 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, 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,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 198, 198, 198, 198, 198,
198, 198, 198, 198, 595, 198, 198, 595, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 595, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
201, 201, 201, 201, 201, 201, 201, 201, 201, 595,
201, 201, 595, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 595, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 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, 595, 595, 595, 595, 205, 595, 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, 595, 595, 595, 595, 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, 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, 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, 206, 206, 206, 206,
206, 206, 206, 206, 206, 206, 206, 206, 206, 206,
206, 206, 206, 206, 206, 206, 206, 206, 206, 206,
206, 206, 595, 595, 595, 595, 206, 595, 206, 206,
206, 206, 206, 206, 206, 206, 206, 206, 206, 206,
206, 206, 206, 206, 206, 206, 206, 206, 206, 206,
206, 206, 206, 206, 595, 595, 595, 595, 206, 206,
206, 206, 206, 206, 206, 206, 206, 206, 206, 206,
206, 206, 206, 206, 206, 206, 206, 206, 206, 206,
206, 206, 206, 206, 206, 206, 206, 206, 206, 206,
206, 206, 206, 206, 206, 206, 206, 206, 206, 206,
206, 206, 206, 206, 206, 206, 206, 206, 206, 206,
206, 206, 206, 206, 206, 206, 206, 206, 206, 206,
206, 206, 206, 206, 206, 206, 206, 206, 206, 206,
206, 206, 206, 206, 206, 206, 206, 206, 206, 206,
206, 206, 206, 206, 206, 206, 206, 206, 206, 206,
206, 206, 206, 206, 206, 206, 206, 206, 206, 206,
206, 206, 206, 206, 206, 206, 206, 206, 206, 206,
206, 206, 206, 206, 206, 206, 206, 206, 206, 206,
206, 206, 206, 206, 206, 206, 206, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 595, 595, 595,
595, 595, 595, 595, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
595, 595, 595, 595, 207, 595, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 595, 595, 595, 595, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 209, 209, 209, 209, 209,
209, 209, 209, 209, 595, 209, 209, 595, 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, 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, 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, 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, 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, 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, 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, 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, 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, 209, 209, 209, 209, 209, 209, 209,
209, 209, 209, 209, 209, 209, 209, 209, 209, 209,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
147, 595, 595, 595, 595, 147, 595, 595, 595, 595,
595, 595, 595, 595, 147, 147, 147, 147, 147, 147,
147, 147, 147, 147, 595, 595, 147, 595, 595, 595,
595, 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, 595, 595, 595,
595, 147, 595, 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, 595,
595, 595, 595, 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, 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, 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, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 595, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 222, 222, 222,
222, 222, 222, 222, 222, 222, 222, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 595, 595, 595,
595, 595, 595, 595, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
595, 595, 595, 595, 223, 595, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 595, 595, 595, 595, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
224, 224, 224, 224, 224, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
194, 194, 194, 194, 194, 194, 194, 194, 194, 194,
198, 198, 198, 198, 198, 198, 198, 198, 198, 595,
198, 198, 595, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 595, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 198, 198, 198, 198, 198,
198, 198, 198, 198, 198, 201, 201, 201, 201, 201,
201, 201, 201, 201, 595, 201, 201, 595, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 595, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
201, 201, 201, 201, 201, 201, 201, 201, 201, 201,
301, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 595, 595, 595, 595, 595, 595,
595, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 595, 595, 595,
595, 301, 595, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 595,
595, 595, 595, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 302, 595, 595, 595, 595, 595, 595, 595,
595, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 595, 595, 595, 595, 595, 595, 595, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 595, 595, 595, 595, 302, 595,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 595, 595, 595, 595,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 595,
595, 595, 595, 595, 595, 595, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 595, 595, 595, 595, 207, 595, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 595, 595, 595, 595, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 207, 207, 207,
207, 207, 207, 207, 207, 207, 207, 209, 209, 209,
209, 209, 209, 209, 209, 209, 595, 209, 209, 595,
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, 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,
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, 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,
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, 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,
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, 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,
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, 209, 209, 209, 209, 209,
209, 209, 209, 209, 209, 209, 209, 209, 209, 209,
209, 209, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 215, 215, 215, 215, 215, 215, 215, 215,
215, 215, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 595, 595, 595,
595, 595, 595, 595, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
595, 595, 595, 595, 223, 595, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 595, 595, 595, 595, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 223, 223, 223, 223, 223,
223, 223, 223, 223, 223, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
110, 110, 110, 110, 110, 110, 110, 110, 110, 110,
147, 147, 147, 147, 147, 147, 147, 147, 147, 147,
595, 595, 595, 595, 595, 595, 595, 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, 595, 595, 595, 595, 147, 595, 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, 595, 595, 595, 595, 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, 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, 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, 301, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 595, 595, 595, 595, 595, 595, 595, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 595, 595, 595, 595, 301,
595, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 595, 595, 595,
595, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
301, 301, 301, 301, 301, 301, 301, 301, 301, 301,
302, 595, 595, 595, 595, 595, 595, 595, 595, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 595,
595, 595, 595, 595, 595, 595, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 595, 595, 595, 595, 302, 595, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 595, 595, 595, 595, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 302, 302, 302,
302, 302, 302, 302, 302, 302, 302, 25, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595
} ;
static yyconst flex_int16_t yy_chk[13045] =
{ 0,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 5, 6, 7, 5, 6,
7, 8, 9, 10, 8, 9, 10, 13, 14, 17,
13, 14, 17, 18, 27, 35, 18, 59, 29, 29,
34, 34, 29, 93, 39, 42, 93, 5, 6, 40,
42, 47, 47, 590, 9, 10, 48, 48, 35, 585,
27, 29, 39, 583, 42, 40, 40, 139, 139, 59,
7, 577, 569, 551, 8, 11, 11, 11, 11, 11,
11, 11, 11, 11, 11, 11, 11, 11, 11, 11,
11, 11, 11, 11, 11, 11, 11, 11, 11, 11,
11, 11, 11, 11, 11, 11, 11, 11, 11, 11,
11, 11, 11, 11, 11, 11, 11, 11, 11, 11,
11, 11, 11, 11, 11, 11, 11, 11, 11, 11,
11, 11, 11, 11, 11, 11, 11, 11, 11, 36,
41, 41, 41, 41, 41, 41, 41, 41, 41, 41,
52, 55, 53, 41, 61, 63, 56, 55, 46, 56,
546, 52, 53, 55, 52, 11, 11, 11, 11, 519,
11, 46, 46, 46, 146, 214, 215, 146, 214, 215,
516, 514, 52, 55, 53, 513, 61, 63, 56, 55,
507, 56, 36, 52, 53, 55, 52, 11, 11, 11,
11, 12, 12, 12, 12, 12, 12, 12, 12, 12,
12, 12, 12, 12, 12, 12, 12, 12, 12, 12,
12, 12, 12, 12, 12, 12, 12, 12, 12, 12,
12, 12, 12, 12, 12, 12, 12, 12, 12, 12,
12, 12, 12, 12, 12, 12, 12, 12, 12, 12,
12, 12, 12, 12, 12, 12, 12, 12, 12, 12,
12, 12, 12, 12, 12, 44, 50, 44, 44, 44,
44, 44, 44, 44, 44, 44, 44, 58, 50, 67,
68, 69, 50, 50, 58, 58, 62, 113, 44, 62,
58, 12, 12, 12, 12, 480, 12, 479, 50, 237,
237, 237, 237, 237, 237, 237, 237, 237, 237, 58,
50, 67, 68, 69, 50, 50, 58, 58, 62, 113,
44, 62, 58, 12, 12, 12, 12, 15, 15, 15,
15, 15, 15, 15, 15, 15, 15, 15, 15, 15,
15, 15, 15, 15, 15, 15, 15, 15, 15, 15,
15, 15, 15, 15, 15, 15, 15, 15, 15, 15,
15, 15, 15, 15, 15, 15, 15, 15, 15, 15,
15, 15, 15, 15, 15, 15, 15, 15, 15, 15,
15, 15, 15, 15, 15, 15, 15, 15, 15, 15,
15, 54, 60, 65, 64, 99, 60, 64, 115, 66,
54, 54, 54, 65, 66, 477, 116, 114, 117, 118,
54, 96, 54, 114, 99, 119, 96, 15, 15, 15,
15, 476, 15, 54, 60, 65, 64, 434, 60, 64,
115, 66, 54, 54, 54, 65, 66, 96, 116, 114,
117, 118, 54, 426, 54, 114, 99, 119, 302, 15,
15, 15, 15, 16, 16, 16, 16, 16, 16, 16,
16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
16, 16, 16, 16, 16, 16, 16, 100, 100, 110,
120, 100, 121, 135, 138, 135, 220, 225, 135, 135,
135, 135, 135, 135, 135, 135, 135, 135, 226, 227,
100, 228, 147, 16, 16, 16, 16, 147, 16, 301,
250, 241, 120, 246, 121, 217, 138, 212, 220, 225,
206, 205, 194, 154, 145, 142, 130, 101, 147, 98,
226, 227, 110, 228, 241, 16, 16, 16, 16, 19,
19, 19, 19, 19, 19, 19, 19, 19, 19, 19,
19, 19, 19, 19, 19, 19, 19, 19, 19, 19,
19, 19, 19, 19, 19, 19, 19, 19, 19, 19,
19, 19, 19, 19, 19, 19, 19, 19, 19, 19,
19, 19, 19, 19, 19, 19, 19, 19, 19, 19,
19, 19, 19, 19, 19, 19, 19, 19, 19, 19,
19, 19, 19, 153, 19, 128, 128, 128, 128, 128,
128, 128, 128, 128, 128, 151, 160, 172, 179, 229,
151, 160, 172, 179, 317, 230, 128, 231, 232, 19,
19, 19, 19, 95, 19, 91, 19, 88, 83, 82,
81, 151, 160, 172, 179, 78, 77, 317, 73, 72,
71, 229, 49, 45, 38, 30, 153, 230, 128, 231,
232, 19, 19, 19, 19, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 25,
20, 74, 2, 31, 1, 0, 37, 51, 0, 0,
102, 43, 51, 43, 43, 43, 43, 43, 43, 43,
43, 43, 43, 0, 0, 20, 20, 20, 20, 37,
20, 152, 20, 51, 43, 133, 133, 133, 133, 133,
133, 133, 133, 133, 133, 222, 165, 149, 224, 0,
0, 165, 149, 43, 233, 51, 133, 20, 20, 20,
20, 31, 37, 37, 74, 37, 43, 37, 102, 0,
37, 0, 165, 149, 240, 247, 37, 165, 249, 37,
37, 149, 37, 0, 0, 43, 233, 51, 133, 152,
0, 0, 0, 0, 37, 37, 0, 37, 0, 37,
0, 224, 37, 222, 0, 0, 240, 247, 37, 165,
249, 37, 37, 149, 37, 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, 92, 92, 92,
92, 92, 92, 92, 92, 92, 92, 92, 92, 92,
92, 92, 0, 0, 0, 148, 0, 251, 0, 0,
148, 112, 92, 92, 92, 92, 92, 92, 92, 134,
252, 134, 134, 134, 134, 134, 134, 134, 134, 134,
134, 148, 158, 159, 112, 150, 155, 158, 159, 251,
150, 155, 134, 0, 0, 92, 92, 92, 92, 0,
92, 0, 252, 0, 148, 0, 0, 253, 158, 159,
0, 150, 155, 254, 255, 0, 159, 112, 112, 159,
112, 155, 112, 0, 134, 112, 158, 92, 92, 92,
92, 112, 0, 150, 112, 112, 148, 112, 163, 253,
0, 0, 167, 163, 0, 254, 255, 167, 159, 112,
112, 159, 112, 155, 112, 156, 161, 112, 158, 0,
156, 161, 0, 112, 163, 150, 112, 112, 167, 112,
136, 136, 136, 136, 136, 136, 136, 136, 136, 136,
157, 156, 161, 257, 163, 157, 167, 136, 136, 136,
136, 136, 136, 0, 161, 0, 0, 256, 256, 258,
0, 259, 162, 0, 156, 156, 157, 162, 164, 166,
0, 157, 168, 164, 166, 257, 163, 168, 167, 136,
136, 136, 136, 136, 136, 157, 161, 169, 162, 256,
256, 258, 169, 259, 164, 166, 156, 156, 168, 170,
171, 173, 164, 157, 170, 171, 173, 175, 166, 174,
177, 162, 175, 169, 174, 177, 260, 157, 0, 166,
168, 0, 234, 176, 0, 170, 171, 173, 176, 261,
0, 169, 234, 175, 164, 174, 177, 263, 264, 0,
166, 178, 174, 162, 170, 265, 178, 173, 260, 176,
171, 166, 168, 177, 234, 181, 175, 180, 174, 174,
181, 261, 180, 169, 234, 266, 182, 178, 0, 263,
264, 182, 176, 184, 174, 183, 170, 265, 184, 173,
183, 181, 171, 180, 185, 177, 267, 181, 175, 185,
174, 174, 182, 0, 178, 186, 180, 266, 187, 184,
186, 183, 180, 187, 176, 0, 183, 268, 0, 189,
185, 0, 184, 182, 189, 190, 182, 188, 267, 181,
190, 186, 188, 0, 187, 191, 178, 0, 180, 269,
191, 270, 185, 0, 180, 189, 235, 235, 183, 268,
235, 190, 271, 188, 184, 182, 272, 187, 182, 273,
186, 191, 188, 262, 190, 262, 274, 189, 262, 235,
275, 269, 276, 270, 185, 193, 0, 0, 262, 0,
193, 0, 262, 191, 271, 0, 0, 0, 272, 187,
0, 273, 186, 0, 188, 262, 190, 262, 274, 189,
262, 193, 275, 277, 276, 280, 281, 282, 193, 193,
262, 193, 283, 193, 262, 191, 284, 193, 193, 193,
238, 238, 238, 238, 238, 238, 238, 238, 238, 238,
0, 0, 0, 0, 0, 277, 0, 280, 281, 282,
193, 193, 0, 193, 283, 193, 0, 0, 284, 193,
193, 193, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 213, 213, 213, 213, 213, 213, 236,
236, 236, 236, 236, 236, 236, 236, 236, 236, 213,
213, 213, 213, 213, 213, 213, 279, 285, 286, 288,
236, 291, 293, 294, 279, 296, 297, 295, 298, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 295,
299, 303, 213, 213, 213, 213, 0, 213, 279, 285,
286, 288, 236, 291, 293, 294, 279, 296, 297, 295,
298, 239, 239, 239, 239, 239, 239, 239, 239, 239,
239, 295, 299, 303, 213, 213, 213, 213, 239, 239,
239, 239, 239, 239, 304, 305, 306, 307, 308, 0,
310, 311, 312, 313, 314, 0, 316, 318, 309, 319,
320, 322, 323, 324, 315, 315, 325, 326, 315, 327,
239, 239, 239, 239, 239, 239, 304, 305, 306, 307,
308, 309, 310, 311, 312, 313, 314, 315, 316, 318,
309, 319, 320, 322, 323, 324, 328, 330, 325, 326,
331, 327, 332, 333, 334, 335, 336, 339, 340, 341,
342, 343, 345, 346, 347, 348, 349, 351, 309, 352,
353, 354, 355, 356, 357, 358, 359, 360, 328, 330,
361, 362, 331, 363, 332, 333, 334, 335, 336, 339,
340, 341, 342, 343, 345, 346, 347, 348, 349, 351,
309, 352, 353, 354, 355, 356, 357, 358, 359, 360,
364, 365, 361, 362, 366, 363, 367, 368, 369, 370,
372, 371, 371, 373, 374, 371, 375, 376, 379, 380,
377, 381, 382, 383, 384, 385, 386, 393, 394, 395,
396, 398, 364, 365, 371, 399, 366, 374, 367, 368,
369, 370, 372, 377, 381, 373, 374, 401, 375, 376,
379, 380, 377, 381, 382, 383, 384, 385, 386, 393,
394, 395, 396, 398, 402, 403, 405, 399, 406, 407,
408, 409, 410, 411, 374, 413, 415, 416, 417, 401,
418, 419, 420, 421, 425, 427, 428, 429, 430, 431,
432, 436, 0, 439, 440, 0, 402, 403, 405, 442,
406, 407, 408, 409, 410, 411, 374, 413, 415, 416,
417, 435, 418, 419, 420, 421, 425, 427, 428, 429,
430, 431, 432, 436, 437, 439, 440, 441, 443, 444,
446, 442, 447, 449, 435, 448, 450, 451, 452, 453,
455, 456, 457, 435, 458, 459, 460, 437, 461, 463,
441, 464, 444, 465, 466, 467, 437, 468, 448, 441,
443, 444, 446, 469, 447, 449, 471, 448, 450, 451,
452, 453, 455, 456, 457, 475, 458, 459, 460, 478,
461, 463, 481, 464, 482, 465, 466, 467, 486, 468,
483, 488, 485, 0, 487, 469, 489, 491, 471, 494,
495, 496, 490, 499, 492, 500, 501, 475, 502, 505,
506, 478, 508, 483, 481, 485, 482, 487, 509, 489,
486, 510, 483, 488, 485, 490, 487, 492, 489, 491,
512, 494, 495, 496, 490, 499, 492, 500, 501, 517,
502, 505, 506, 518, 508, 520, 521, 522, 0, 524,
509, 525, 0, 510, 0, 534, 535, 526, 536, 528,
539, 530, 512, 531, 531, 540, 541, 531, 542, 543,
522, 517, 524, 544, 525, 518, 545, 520, 521, 522,
526, 524, 528, 525, 530, 548, 531, 534, 535, 526,
536, 528, 539, 530, 549, 552, 553, 540, 541, 556,
542, 543, 555, 555, 557, 544, 555, 559, 545, 560,
561, 565, 567, 568, 570, 574, 531, 548, 576, 553,
578, 580, 581, 0, 582, 555, 549, 552, 553, 584,
589, 556, 591, 593, 0, 0, 557, 0, 0, 559,
0, 560, 561, 565, 567, 568, 570, 574, 0, 0,
576, 0, 578, 580, 581, 555, 582, 0, 0, 0,
0, 584, 589, 0, 591, 593, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 596, 596, 596, 596, 596, 596, 596, 596, 596,
596, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 597, 597, 597, 597,
597, 597, 597, 597, 597, 597, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 598, 598, 598, 598, 598, 598, 598, 598, 598,
598, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 599, 599, 599, 599,
599, 599, 599, 599, 599, 599, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 600, 600, 600, 600, 600, 600, 600, 600, 600,
600, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 601, 601, 601, 601,
601, 601, 601, 601, 601, 601, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 602, 602, 602, 602, 602, 602, 602, 602, 602,
602, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 603, 603, 603, 603,
603, 603, 603, 603, 603, 603, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 0, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 604, 604, 604, 604, 604, 604, 604, 604, 604,
604, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 605, 605, 605, 605,
605, 605, 605, 605, 605, 605, 606, 606, 606, 606,
606, 606, 606, 606, 606, 606, 606, 606, 606, 606,
606, 606, 606, 606, 606, 606, 606, 606, 606, 606,
606, 606, 0, 0, 0, 0, 606, 0, 606, 606,
606, 606, 606, 606, 606, 606, 606, 606, 606, 606,
606, 606, 606, 606, 606, 606, 606, 606, 606, 606,
606, 606, 606, 606, 0, 0, 0, 0, 606, 606,
606, 606, 606, 606, 606, 606, 606, 606, 606, 606,
606, 606, 606, 606, 606, 606, 606, 606, 606, 606,
606, 606, 606, 606, 606, 606, 606, 606, 606, 606,
606, 606, 606, 606, 606, 606, 606, 606, 606, 606,
606, 606, 606, 606, 606, 606, 606, 606, 606, 606,
606, 606, 606, 606, 606, 606, 606, 606, 606, 606,
606, 606, 606, 606, 606, 606, 606, 606, 606, 606,
606, 606, 606, 606, 606, 606, 606, 606, 606, 606,
606, 606, 606, 606, 606, 606, 606, 606, 606, 606,
606, 606, 606, 606, 606, 606, 606, 606, 606, 606,
606, 606, 606, 606, 606, 606, 606, 606, 606, 606,
606, 606, 606, 606, 606, 606, 606, 606, 606, 606,
606, 606, 606, 606, 606, 606, 606, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 607, 607, 607, 607, 607, 607, 607, 607,
607, 607, 608, 608, 608, 608, 608, 608, 608, 608,
608, 608, 0, 0, 0, 0, 0, 0, 0, 608,
608, 608, 608, 608, 608, 608, 608, 608, 608, 608,
608, 608, 608, 608, 608, 608, 608, 608, 608, 608,
608, 608, 608, 608, 608, 0, 0, 0, 0, 608,
0, 608, 608, 608, 608, 608, 608, 608, 608, 608,
608, 608, 608, 608, 608, 608, 608, 608, 608, 608,
608, 608, 608, 608, 608, 608, 608, 0, 0, 0,
0, 608, 608, 608, 608, 608, 608, 608, 608, 608,
608, 608, 608, 608, 608, 608, 608, 608, 608, 608,
608, 608, 608, 608, 608, 608, 608, 608, 608, 608,
608, 608, 608, 608, 608, 608, 608, 608, 608, 608,
608, 608, 608, 608, 608, 608, 608, 608, 608, 608,
608, 608, 608, 608, 608, 608, 608, 608, 608, 608,
608, 608, 608, 608, 608, 608, 608, 608, 608, 608,
608, 608, 608, 608, 608, 608, 608, 608, 608, 608,
608, 608, 608, 608, 608, 608, 608, 608, 608, 608,
608, 608, 608, 608, 608, 608, 608, 608, 608, 608,
608, 608, 608, 608, 608, 608, 608, 608, 608, 608,
608, 608, 608, 608, 608, 608, 608, 608, 608, 608,
608, 608, 608, 608, 608, 608, 608, 608, 608, 608,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 609, 609, 609, 609, 609,
609, 609, 609, 609, 609, 610, 610, 610, 610, 610,
610, 610, 610, 610, 0, 610, 610, 0, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
610, 610, 610, 610, 610, 610, 0, 610, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
610, 610, 610, 610, 610, 610, 610, 610, 610, 610,
611, 611, 611, 611, 611, 611, 611, 611, 611, 0,
611, 611, 0, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 611, 611, 611, 611, 611,
611, 611, 0, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 611, 611, 611, 611, 611,
611, 611, 611, 611, 611, 612, 612, 612, 612, 612,
612, 612, 612, 612, 612, 612, 612, 612, 612, 612,
612, 612, 612, 612, 612, 612, 612, 612, 612, 612,
612, 0, 0, 0, 0, 612, 0, 612, 612, 612,
612, 612, 612, 612, 612, 612, 612, 612, 612, 612,
612, 612, 612, 612, 612, 612, 612, 612, 612, 612,
612, 612, 612, 0, 0, 0, 0, 612, 612, 612,
612, 612, 612, 612, 612, 612, 612, 612, 612, 612,
612, 612, 612, 612, 612, 612, 612, 612, 612, 612,
612, 612, 612, 612, 612, 612, 612, 612, 612, 612,
612, 612, 612, 612, 612, 612, 612, 612, 612, 612,
612, 612, 612, 612, 612, 612, 612, 612, 612, 612,
612, 612, 612, 612, 612, 612, 612, 612, 612, 612,
612, 612, 612, 612, 612, 612, 612, 612, 612, 612,
612, 612, 612, 612, 612, 612, 612, 612, 612, 612,
612, 612, 612, 612, 612, 612, 612, 612, 612, 612,
612, 612, 612, 612, 612, 612, 612, 612, 612, 612,
612, 612, 612, 612, 612, 612, 612, 612, 612, 612,
612, 612, 612, 612, 612, 612, 612, 612, 612, 612,
612, 612, 612, 612, 612, 612, 613, 613, 613, 613,
613, 613, 613, 613, 613, 613, 613, 613, 613, 613,
613, 613, 613, 613, 613, 613, 613, 613, 613, 613,
613, 613, 0, 0, 0, 0, 613, 0, 613, 613,
613, 613, 613, 613, 613, 613, 613, 613, 613, 613,
613, 613, 613, 613, 613, 613, 613, 613, 613, 613,
613, 613, 613, 613, 0, 0, 0, 0, 613, 613,
613, 613, 613, 613, 613, 613, 613, 613, 613, 613,
613, 613, 613, 613, 613, 613, 613, 613, 613, 613,
613, 613, 613, 613, 613, 613, 613, 613, 613, 613,
613, 613, 613, 613, 613, 613, 613, 613, 613, 613,
613, 613, 613, 613, 613, 613, 613, 613, 613, 613,
613, 613, 613, 613, 613, 613, 613, 613, 613, 613,
613, 613, 613, 613, 613, 613, 613, 613, 613, 613,
613, 613, 613, 613, 613, 613, 613, 613, 613, 613,
613, 613, 613, 613, 613, 613, 613, 613, 613, 613,
613, 613, 613, 613, 613, 613, 613, 613, 613, 613,
613, 613, 613, 613, 613, 613, 613, 613, 613, 613,
613, 613, 613, 613, 613, 613, 613, 613, 613, 613,
613, 613, 613, 613, 613, 613, 613, 614, 614, 614,
614, 614, 614, 614, 614, 614, 614, 0, 0, 0,
0, 0, 0, 0, 614, 614, 614, 614, 614, 614,
614, 614, 614, 614, 614, 614, 614, 614, 614, 614,
614, 614, 614, 614, 614, 614, 614, 614, 614, 614,
0, 0, 0, 0, 614, 0, 614, 614, 614, 614,
614, 614, 614, 614, 614, 614, 614, 614, 614, 614,
614, 614, 614, 614, 614, 614, 614, 614, 614, 614,
614, 614, 0, 0, 0, 0, 614, 614, 614, 614,
614, 614, 614, 614, 614, 614, 614, 614, 614, 614,
614, 614, 614, 614, 614, 614, 614, 614, 614, 614,
614, 614, 614, 614, 614, 614, 614, 614, 614, 614,
614, 614, 614, 614, 614, 614, 614, 614, 614, 614,
614, 614, 614, 614, 614, 614, 614, 614, 614, 614,
614, 614, 614, 614, 614, 614, 614, 614, 614, 614,
614, 614, 614, 614, 614, 614, 614, 614, 614, 614,
614, 614, 614, 614, 614, 614, 614, 614, 614, 614,
614, 614, 614, 614, 614, 614, 614, 614, 614, 614,
614, 614, 614, 614, 614, 614, 614, 614, 614, 614,
614, 614, 614, 614, 614, 614, 614, 614, 614, 614,
614, 614, 614, 614, 614, 614, 614, 614, 614, 614,
614, 614, 614, 614, 614, 615, 615, 615, 615, 615,
615, 615, 615, 615, 0, 615, 615, 0, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
615, 615, 615, 615, 615, 615, 615, 615, 615, 615,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 616, 616, 616, 616, 616,
616, 616, 616, 616, 616, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
617, 617, 617, 617, 617, 617, 617, 617, 617, 617,
618, 0, 0, 0, 0, 618, 0, 0, 0, 0,
0, 0, 0, 0, 618, 618, 618, 618, 618, 618,
618, 618, 618, 618, 0, 0, 618, 0, 0, 0,
0, 618, 618, 618, 618, 618, 618, 618, 618, 618,
618, 618, 618, 618, 618, 618, 618, 618, 618, 618,
618, 618, 618, 618, 618, 618, 618, 0, 0, 0,
0, 618, 0, 618, 618, 618, 618, 618, 618, 618,
618, 618, 618, 618, 618, 618, 618, 618, 618, 618,
618, 618, 618, 618, 618, 618, 618, 618, 618, 0,
0, 0, 0, 618, 618, 618, 618, 618, 618, 618,
618, 618, 618, 618, 618, 618, 618, 618, 618, 618,
618, 618, 618, 618, 618, 618, 618, 618, 618, 618,
618, 618, 618, 618, 618, 618, 618, 618, 618, 618,
618, 618, 618, 618, 618, 618, 618, 618, 618, 618,
618, 618, 618, 618, 618, 618, 618, 618, 618, 618,
618, 618, 618, 618, 618, 618, 618, 618, 618, 618,
618, 618, 618, 618, 618, 618, 618, 618, 618, 618,
618, 618, 618, 618, 618, 618, 618, 618, 618, 618,
618, 618, 618, 618, 618, 618, 618, 618, 618, 618,
618, 618, 618, 618, 618, 618, 618, 618, 618, 618,
618, 618, 618, 618, 618, 618, 618, 618, 618, 618,
618, 618, 618, 618, 618, 618, 618, 618, 618, 618,
618, 618, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 0, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 619, 619, 619,
619, 619, 619, 619, 619, 619, 619, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 620, 620, 620, 620, 620, 620, 620, 620,
620, 620, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 621, 621, 621,
621, 621, 621, 621, 621, 621, 621, 622, 622, 622,
622, 622, 622, 622, 622, 622, 622, 0, 0, 0,
0, 0, 0, 0, 622, 622, 622, 622, 622, 622,
622, 622, 622, 622, 622, 622, 622, 622, 622, 622,
622, 622, 622, 622, 622, 622, 622, 622, 622, 622,
0, 0, 0, 0, 622, 0, 622, 622, 622, 622,
622, 622, 622, 622, 622, 622, 622, 622, 622, 622,
622, 622, 622, 622, 622, 622, 622, 622, 622, 622,
622, 622, 0, 0, 0, 0, 622, 622, 622, 622,
622, 622, 622, 622, 622, 622, 622, 622, 622, 622,
622, 622, 622, 622, 622, 622, 622, 622, 622, 622,
622, 622, 622, 622, 622, 622, 622, 622, 622, 622,
622, 622, 622, 622, 622, 622, 622, 622, 622, 622,
622, 622, 622, 622, 622, 622, 622, 622, 622, 622,
622, 622, 622, 622, 622, 622, 622, 622, 622, 622,
622, 622, 622, 622, 622, 622, 622, 622, 622, 622,
622, 622, 622, 622, 622, 622, 622, 622, 622, 622,
622, 622, 622, 622, 622, 622, 622, 622, 622, 622,
622, 622, 622, 622, 622, 622, 622, 622, 622, 622,
622, 622, 622, 622, 622, 622, 622, 622, 622, 622,
622, 622, 622, 622, 622, 622, 622, 622, 622, 622,
622, 622, 622, 622, 622, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
623, 623, 623, 623, 623, 623, 623, 623, 623, 623,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 624, 624, 624, 624, 624,
624, 624, 624, 624, 624, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
625, 625, 625, 625, 625, 625, 625, 625, 625, 625,
626, 626, 626, 626, 626, 626, 626, 626, 626, 0,
626, 626, 0, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 626, 626, 626, 626, 626,
626, 0, 626, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 626, 626, 626, 626, 626,
626, 626, 626, 626, 626, 627, 627, 627, 627, 627,
627, 627, 627, 627, 0, 627, 627, 0, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
627, 627, 627, 627, 627, 627, 627, 0, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
627, 627, 627, 627, 627, 627, 627, 627, 627, 627,
628, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 628, 628, 628, 628, 628, 628,
628, 628, 628, 628, 0, 0, 0, 0, 0, 0,
0, 628, 628, 628, 628, 628, 628, 628, 628, 628,
628, 628, 628, 628, 628, 628, 628, 628, 628, 628,
628, 628, 628, 628, 628, 628, 628, 0, 0, 0,
0, 628, 0, 628, 628, 628, 628, 628, 628, 628,
628, 628, 628, 628, 628, 628, 628, 628, 628, 628,
628, 628, 628, 628, 628, 628, 628, 628, 628, 0,
0, 0, 0, 628, 628, 628, 628, 628, 628, 628,
628, 628, 628, 628, 628, 628, 628, 628, 628, 628,
628, 628, 628, 628, 628, 628, 628, 628, 628, 628,
628, 628, 628, 628, 628, 628, 628, 628, 628, 628,
628, 628, 628, 628, 628, 628, 628, 628, 628, 628,
628, 628, 628, 628, 628, 628, 628, 628, 628, 628,
628, 628, 628, 628, 628, 628, 628, 628, 628, 628,
628, 628, 628, 628, 628, 628, 628, 628, 628, 628,
628, 628, 628, 628, 628, 628, 628, 628, 628, 628,
628, 628, 628, 628, 628, 628, 628, 628, 628, 628,
628, 628, 628, 628, 628, 628, 628, 628, 628, 628,
628, 628, 628, 628, 628, 628, 628, 628, 628, 628,
628, 628, 628, 628, 628, 628, 628, 628, 628, 628,
628, 628, 629, 0, 0, 0, 0, 0, 0, 0,
0, 629, 629, 629, 629, 629, 629, 629, 629, 629,
629, 0, 0, 0, 0, 0, 0, 0, 629, 629,
629, 629, 629, 629, 629, 629, 629, 629, 629, 629,
629, 629, 629, 629, 629, 629, 629, 629, 629, 629,
629, 629, 629, 629, 0, 0, 0, 0, 629, 0,
629, 629, 629, 629, 629, 629, 629, 629, 629, 629,
629, 629, 629, 629, 629, 629, 629, 629, 629, 629,
629, 629, 629, 629, 629, 629, 0, 0, 0, 0,
629, 629, 629, 629, 629, 629, 629, 629, 629, 629,
629, 629, 629, 629, 629, 629, 629, 629, 629, 629,
629, 629, 629, 629, 629, 629, 629, 629, 629, 629,
629, 629, 629, 629, 629, 629, 629, 629, 629, 629,
629, 629, 629, 629, 629, 629, 629, 629, 629, 629,
629, 629, 629, 629, 629, 629, 629, 629, 629, 629,
629, 629, 629, 629, 629, 629, 629, 629, 629, 629,
629, 629, 629, 629, 629, 629, 629, 629, 629, 629,
629, 629, 629, 629, 629, 629, 629, 629, 629, 629,
629, 629, 629, 629, 629, 629, 629, 629, 629, 629,
629, 629, 629, 629, 629, 629, 629, 629, 629, 629,
629, 629, 629, 629, 629, 629, 629, 629, 629, 629,
629, 629, 629, 629, 629, 629, 629, 629, 629, 630,
630, 630, 630, 630, 630, 630, 630, 630, 630, 0,
0, 0, 0, 0, 0, 0, 630, 630, 630, 630,
630, 630, 630, 630, 630, 630, 630, 630, 630, 630,
630, 630, 630, 630, 630, 630, 630, 630, 630, 630,
630, 630, 0, 0, 0, 0, 630, 0, 630, 630,
630, 630, 630, 630, 630, 630, 630, 630, 630, 630,
630, 630, 630, 630, 630, 630, 630, 630, 630, 630,
630, 630, 630, 630, 0, 0, 0, 0, 630, 630,
630, 630, 630, 630, 630, 630, 630, 630, 630, 630,
630, 630, 630, 630, 630, 630, 630, 630, 630, 630,
630, 630, 630, 630, 630, 630, 630, 630, 630, 630,
630, 630, 630, 630, 630, 630, 630, 630, 630, 630,
630, 630, 630, 630, 630, 630, 630, 630, 630, 630,
630, 630, 630, 630, 630, 630, 630, 630, 630, 630,
630, 630, 630, 630, 630, 630, 630, 630, 630, 630,
630, 630, 630, 630, 630, 630, 630, 630, 630, 630,
630, 630, 630, 630, 630, 630, 630, 630, 630, 630,
630, 630, 630, 630, 630, 630, 630, 630, 630, 630,
630, 630, 630, 630, 630, 630, 630, 630, 630, 630,
630, 630, 630, 630, 630, 630, 630, 630, 630, 630,
630, 630, 630, 630, 630, 630, 630, 631, 631, 631,
631, 631, 631, 631, 631, 631, 0, 631, 631, 0,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 631, 631, 631, 631, 631, 631, 631, 631,
631, 631, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 632, 632, 632,
632, 632, 632, 632, 632, 632, 632, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 633, 633, 633, 633, 633, 633, 633, 633,
633, 633, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 634, 634, 634,
634, 634, 634, 634, 634, 634, 634, 635, 635, 635,
635, 635, 635, 635, 635, 635, 635, 0, 0, 0,
0, 0, 0, 0, 635, 635, 635, 635, 635, 635,
635, 635, 635, 635, 635, 635, 635, 635, 635, 635,
635, 635, 635, 635, 635, 635, 635, 635, 635, 635,
0, 0, 0, 0, 635, 0, 635, 635, 635, 635,
635, 635, 635, 635, 635, 635, 635, 635, 635, 635,
635, 635, 635, 635, 635, 635, 635, 635, 635, 635,
635, 635, 0, 0, 0, 0, 635, 635, 635, 635,
635, 635, 635, 635, 635, 635, 635, 635, 635, 635,
635, 635, 635, 635, 635, 635, 635, 635, 635, 635,
635, 635, 635, 635, 635, 635, 635, 635, 635, 635,
635, 635, 635, 635, 635, 635, 635, 635, 635, 635,
635, 635, 635, 635, 635, 635, 635, 635, 635, 635,
635, 635, 635, 635, 635, 635, 635, 635, 635, 635,
635, 635, 635, 635, 635, 635, 635, 635, 635, 635,
635, 635, 635, 635, 635, 635, 635, 635, 635, 635,
635, 635, 635, 635, 635, 635, 635, 635, 635, 635,
635, 635, 635, 635, 635, 635, 635, 635, 635, 635,
635, 635, 635, 635, 635, 635, 635, 635, 635, 635,
635, 635, 635, 635, 635, 635, 635, 635, 635, 635,
635, 635, 635, 635, 635, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
636, 636, 636, 636, 636, 636, 636, 636, 636, 636,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
0, 0, 0, 0, 0, 0, 0, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 0, 0, 0, 0, 637, 0, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 0, 0, 0, 0, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 637, 637,
637, 637, 637, 637, 637, 637, 637, 637, 638, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 638, 638, 638, 638, 638, 638, 638, 638,
638, 638, 0, 0, 0, 0, 0, 0, 0, 638,
638, 638, 638, 638, 638, 638, 638, 638, 638, 638,
638, 638, 638, 638, 638, 638, 638, 638, 638, 638,
638, 638, 638, 638, 638, 0, 0, 0, 0, 638,
0, 638, 638, 638, 638, 638, 638, 638, 638, 638,
638, 638, 638, 638, 638, 638, 638, 638, 638, 638,
638, 638, 638, 638, 638, 638, 638, 0, 0, 0,
0, 638, 638, 638, 638, 638, 638, 638, 638, 638,
638, 638, 638, 638, 638, 638, 638, 638, 638, 638,
638, 638, 638, 638, 638, 638, 638, 638, 638, 638,
638, 638, 638, 638, 638, 638, 638, 638, 638, 638,
638, 638, 638, 638, 638, 638, 638, 638, 638, 638,
638, 638, 638, 638, 638, 638, 638, 638, 638, 638,
638, 638, 638, 638, 638, 638, 638, 638, 638, 638,
638, 638, 638, 638, 638, 638, 638, 638, 638, 638,
638, 638, 638, 638, 638, 638, 638, 638, 638, 638,
638, 638, 638, 638, 638, 638, 638, 638, 638, 638,
638, 638, 638, 638, 638, 638, 638, 638, 638, 638,
638, 638, 638, 638, 638, 638, 638, 638, 638, 638,
638, 638, 638, 638, 638, 638, 638, 638, 638, 638,
639, 0, 0, 0, 0, 0, 0, 0, 0, 639,
639, 639, 639, 639, 639, 639, 639, 639, 639, 0,
0, 0, 0, 0, 0, 0, 639, 639, 639, 639,
639, 639, 639, 639, 639, 639, 639, 639, 639, 639,
639, 639, 639, 639, 639, 639, 639, 639, 639, 639,
639, 639, 0, 0, 0, 0, 639, 0, 639, 639,
639, 639, 639, 639, 639, 639, 639, 639, 639, 639,
639, 639, 639, 639, 639, 639, 639, 639, 639, 639,
639, 639, 639, 639, 0, 0, 0, 0, 639, 639,
639, 639, 639, 639, 639, 639, 639, 639, 639, 639,
639, 639, 639, 639, 639, 639, 639, 639, 639, 639,
639, 639, 639, 639, 639, 639, 639, 639, 639, 639,
639, 639, 639, 639, 639, 639, 639, 639, 639, 639,
639, 639, 639, 639, 639, 639, 639, 639, 639, 639,
639, 639, 639, 639, 639, 639, 639, 639, 639, 639,
639, 639, 639, 639, 639, 639, 639, 639, 639, 639,
639, 639, 639, 639, 639, 639, 639, 639, 639, 639,
639, 639, 639, 639, 639, 639, 639, 639, 639, 639,
639, 639, 639, 639, 639, 639, 639, 639, 639, 639,
639, 639, 639, 639, 639, 639, 639, 639, 639, 639,
639, 639, 639, 639, 639, 639, 639, 639, 639, 639,
639, 639, 639, 639, 639, 639, 639, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595, 595, 595, 595, 595, 595, 595,
595, 595, 595, 595
} ;
static yyconst yy_state_type yy_NUL_trans[595] =
{ 0,
26, 26, 28, 28, 75, 75, 79, 79, 75, 75,
28, 28, 28, 28, 89, 89, 93, 93, 28, 28,
28, 28, 28, 28, 0, 97, 0, 0, 0, 0,
102, 0, 0, 0, 0, 110, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 194, 0, 198, 0, 0, 0, 201, 0,
0, 0, 0, 0, 0, 0, 0, 0, 209, 0,
0, 209, 215, 0, 0, 0, 97, 0, 0, 0,
0, 102, 0, 222, 0, 0, 0, 0, 0, 110,
224, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 102, 110, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 194, 0, 0, 0, 198, 0, 0,
201, 0, 0, 0, 0, 0, 0, 0, 209, 0,
0, 0, 209, 209, 215, 0, 0, 0, 0, 0,
0, 102, 0, 110, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0
} ;
static yyconst flex_int16_t yy_rule_linenum[140] =
{ 0,
79, 84, 91, 98, 105, 112, 118, 122, 134, 138,
143, 147, 157, 162, 163, 168, 171, 175, 177, 185,
196, 197, 198, 199, 200, 201, 202, 203, 204, 205,
206, 207, 208, 209, 210, 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, 268, 269,
270, 271, 272, 273, 274, 275, 276, 277, 278, 279,
280, 281, 282, 283, 284, 285, 286, 287, 288, 289,
290, 291, 292, 293, 294, 299, 300, 301, 302, 303,
304, 305, 306, 307, 312, 313, 314, 315, 316, 320,
327, 333, 343, 350, 357, 365, 378, 383, 391
} ;
/* 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() (yyg->yy_more_flag = 1)
#define YY_MORE_ADJ yyg->yy_more_len
#define YY_RESTORE_YY_MORE_OFFSET
#line 1 "scanner.l"
#line 2 "scanner.l"
#include "ast.hpp"
#define push_state(s) xhp_new_push_state(s, yyg)
#define pop_state() xhp_new_pop_state(yyg)
#define set_state(s) xhp_set_state(s, yyg)
#define last_token() yyextra->last_token
#define YY_USER_ACTION \
if (!yyg->yy_more_len) \
yyextra->first_lineno = yyextra->lineno;
#define pttok(t, txt) \
yyextra->token_list.push_back(new xhpast::Token(t, txt, yyextra->list_size++)); \
*yylval = new xhpast::Node(0, yyextra->list_size - 1);
#define ptok(t) \
pttok(t, yytext);
#define tok(t) \
ptok(t); \
return yy_token(t, yyg)
#define YY_USER_INIT \
if (yyextra->insert_token) { \
yyg->yy_init = 0; \
int ft = yyextra->insert_token; \
yyextra->insert_token = 0; \
return yy_token(ft, yyg); \
}
using namespace std;
const char* yytokname(int tok);
static int yy_token(int tok, struct yyguts_t* yyg);
static void yy_scan_newlines(const char* text, struct yyguts_t* yyg);
/* PHP allows IF or if */
/* I think an interactive scanner is required because of the bison state
* pushing we do. I'm putting an explicit interactive declaration here in case
* someone tries adding -CF or whatever to the make flags. */
/* The different lexing states. Note that the transitions are done either
* in the lex actions, or in a generic manner in yy_token(). */
#line 3690 "scanner.lex.cpp"
#define INITIAL 0
#define PHP 1
#define PHP_COMMENT 2
#define PHP_EOL_COMMENT 3
#define PHP_DOC_COMMENT 4
#define PHP_HEREDOC_START 5
#define PHP_HEREDOC_NSTART 6
#define PHP_HEREDOC_NEWLINE 7
#define PHP_HEREDOC_DATA 8
#define PHP_NO_RESERVED_WORDS 9
#define PHP_NO_RESERVED_WORDS_PERSIST 10
#define PHP_ 11
#ifndef YY_NO_UNISTD_H
/* Special case for "unistd.h", since it is non-ANSI. We include it way
* down here because we want the user's section 1 to have been scanned first.
* The user has a chance to override it with an option.
*/
/* %if-c-only */
#include <unistd.h>
/* %endif */
/* %if-c++-only */
/* %endif */
#endif
#ifndef YY_EXTRA_TYPE
#define YY_EXTRA_TYPE void *
#endif
/* %if-c-only Reentrant structure and macros (non-C++). */
/* %if-reentrant */
/* Holds the entire state of the reentrant scanner. */
struct yyguts_t
{
/* User-defined. Not touched by flex. */
YY_EXTRA_TYPE yyextra_r;
/* The rest are the same as the globals declared in the non-reentrant scanner. */
FILE *yyin_r, *yyout_r;
size_t yy_buffer_stack_top; /**< index of top of stack. */
size_t yy_buffer_stack_max; /**< capacity of stack. */
YY_BUFFER_STATE * yy_buffer_stack; /**< Stack as an array. */
char yy_hold_char;
int yy_n_chars;
int yyleng_r;
char *yy_c_buf_p;
int yy_init;
int yy_start;
int yy_did_buffer_switch_on_eof;
int yy_start_stack_ptr;
int yy_start_stack_depth;
int *yy_start_stack;
yy_state_type yy_last_accepting_state;
char* yy_last_accepting_cpos;
int yylineno_r;
int yy_flex_debug_r;
char *yytext_r;
int yy_more_flag;
int yy_more_len;
YYSTYPE * yylval_r;
}; /* end struct yyguts_t */
/* %if-c-only */
static int yy_init_globals (yyscan_t yyscanner );
/* %endif */
/* %if-reentrant */
/* This must go here because YYSTYPE and YYLTYPE are included
* from bison output in section 1.*/
# define yylval yyg->yylval_r
int xhpastlex_init (yyscan_t* scanner);
int xhpastlex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
/* %endif */
/* %endif End reentrant structures and macros. */
/* Accessor methods to globals.
These are made visible to non-reentrant scanners for convenience. */
int xhpastlex_destroy (yyscan_t yyscanner );
int xhpastget_debug (yyscan_t yyscanner );
void xhpastset_debug (int debug_flag ,yyscan_t yyscanner );
YY_EXTRA_TYPE xhpastget_extra (yyscan_t yyscanner );
void xhpastset_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner );
FILE *xhpastget_in (yyscan_t yyscanner );
void xhpastset_in (FILE * in_str ,yyscan_t yyscanner );
FILE *xhpastget_out (yyscan_t yyscanner );
void xhpastset_out (FILE * out_str ,yyscan_t yyscanner );
int xhpastget_leng (yyscan_t yyscanner );
char *xhpastget_text (yyscan_t yyscanner );
int xhpastget_lineno (yyscan_t yyscanner );
void xhpastset_lineno (int line_number ,yyscan_t yyscanner );
/* %if-bison-bridge */
YYSTYPE * xhpastget_lval (yyscan_t yyscanner );
void xhpastset_lval (YYSTYPE * yylval_param ,yyscan_t yyscanner );
/* %endif */
/* Macros after this point can all be overridden by user definitions in
* section 1.
*/
#ifndef YY_SKIP_YYWRAP
#ifdef __cplusplus
extern "C" int xhpastwrap (yyscan_t yyscanner );
#else
extern int xhpastwrap (yyscan_t yyscanner );
#endif
#endif
/* %not-for-header */
static void yyunput (int c,char *buf_ptr ,yyscan_t yyscanner);
/* %ok-for-header */
/* %endif */
#ifndef yytext_ptr
static void yy_flex_strncpy (char *,yyconst char *,int ,yyscan_t yyscanner);
#endif
#ifdef YY_NEED_STRLEN
static int yy_flex_strlen (yyconst char * ,yyscan_t yyscanner);
#endif
#ifndef YY_NO_INPUT
/* %if-c-only Standard (non-C++) definition */
/* %not-for-header */
#ifdef __cplusplus
static int yyinput (yyscan_t yyscanner );
#else
static int input (yyscan_t yyscanner );
#endif
/* %ok-for-header */
/* %endif */
#endif
/* %if-c-only */
static void yy_push_state (int new_state ,yyscan_t yyscanner);
static void yy_pop_state (yyscan_t yyscanner );
static int yy_top_state (yyscan_t yyscanner );
/* %endif */
/* Amount of stuff to slurp up with each read. */
#ifndef YY_READ_BUF_SIZE
#define YY_READ_BUF_SIZE 8192
#endif
/* Copy whatever the last rule matched to the standard output. */
#ifndef ECHO
/* %if-c-only Standard (non-C++) definition */
/* This used to be an fputs(), but since the string might contain NUL's,
* we now use fwrite().
*/
#define ECHO fwrite( yytext, yyleng, 1, yyout )
/* %endif */
/* %if-c++-only C++ definition */
/* %endif */
#endif
/* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
* is returned in "result".
*/
#ifndef YY_INPUT
#define YY_INPUT(buf,result,max_size) \
/* %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \ */\
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
{ \
int c = '*'; \
unsigned 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 = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
{ \
if( errno != EINTR) \
{ \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
break; \
} \
errno=0; \
clearerr(yyin); \
} \
}\
\
/* %if-c++-only C++ definition \ */\
/* %endif */
#endif
/* No semi-colon after return; correct usage is to write "yyterminate();" -
* we don't want an extra ';' after the "return" because that will cause
* some compilers to complain about unreachable statements.
*/
#ifndef yyterminate
#define yyterminate() return YY_NULL
#endif
/* Number of entries by which start-condition stack grows. */
#ifndef YY_START_STACK_INCR
#define YY_START_STACK_INCR 25
#endif
/* Report a fatal error. */
#ifndef YY_FATAL_ERROR
/* %if-c-only */
#define YY_FATAL_ERROR(msg) yy_fatal_error( msg , yyscanner)
/* %endif */
/* %if-c++-only */
/* %endif */
#endif
/* %if-tables-serialization structures and prototypes */
/* %not-for-header */
/* %ok-for-header */
/* %not-for-header */
/* %tables-yydmap generated elements */
/* %endif */
/* end tables serialization structures and prototypes */
/* %ok-for-header */
/* Default declaration of generated scanner - a define so the user can
* easily add parameters.
*/
#ifndef YY_DECL
#define YY_DECL_IS_OURS 1
/* %if-c-only Standard (non-C++) definition */
extern int xhpastlex \
(YYSTYPE * yylval_param ,yyscan_t yyscanner);
#define YY_DECL int xhpastlex \
(YYSTYPE * yylval_param , yyscan_t yyscanner)
/* %endif */
/* %if-c++-only C++ definition */
/* %endif */
#endif /* !YY_DECL */
/* Code executed at the beginning of each rule, after yytext and yyleng
* have been set up.
*/
#ifndef YY_USER_ACTION
#define YY_USER_ACTION
#endif
/* Code executed at the end of each rule. */
#ifndef YY_BREAK
#define YY_BREAK break;
#endif
/* %% [6.0] YY_RULE_SETUP definition goes here */
#define YY_RULE_SETUP \
YY_USER_ACTION
/* %not-for-header */
/** The main scanner function which does all the work.
*/
YY_DECL
{
register yy_state_type yy_current_state;
register char *yy_cp, *yy_bp;
register int yy_act;
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
/* %% [7.0] user's declarations go here */
#line 75 "scanner.l"
/* Open / close PHP + inline HTML */
#line 4009 "scanner.lex.cpp"
yylval = yylval_param;
if ( !yyg->yy_init )
{
yyg->yy_init = 1;
#ifdef YY_USER_INIT
YY_USER_INIT;
#endif
if ( ! yyg->yy_start )
yyg->yy_start = 1; /* first start state */
if ( ! yyin )
/* %if-c-only */
yyin = stdin;
/* %endif */
/* %if-c++-only */
/* %endif */
if ( ! yyout )
/* %if-c-only */
yyout = stdout;
/* %endif */
/* %if-c++-only */
/* %endif */
if ( ! YY_CURRENT_BUFFER ) {
xhpastensure_buffer_stack (yyscanner);
YY_CURRENT_BUFFER_LVALUE =
xhpast_create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
}
xhpast_load_buffer_state(yyscanner );
}
while ( 1 ) /* loops until end-of-file is reached */
{
/* %% [8.0] yymore()-related code goes here */
yyg->yy_more_len = 0;
if ( yyg->yy_more_flag )
{
yyg->yy_more_len = yyg->yy_c_buf_p - yyg->yytext_ptr;
yyg->yy_more_flag = 0;
}
yy_cp = yyg->yy_c_buf_p;
/* Support of yytext. */
*yy_cp = yyg->yy_hold_char;
/* yy_bp points to the position in yy_ch_buf of the start of
* the current run.
*/
yy_bp = yy_cp;
/* %% [9.0] code to set up and find next match goes here */
yy_current_state = yyg->yy_start;
yy_match:
do
{
register YY_CHAR yy_c = YY_SC_TO_UI(*yy_cp);
if ( yy_accept[yy_current_state] )
{
yyg->yy_last_accepting_state = yy_current_state;
yyg->yy_last_accepting_cpos = yy_cp;
}
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
{
yy_current_state = (int) yy_def[yy_current_state];
}
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
++yy_cp;
}
while ( yy_base[yy_current_state] != 12788 );
yy_find_action:
/* %% [10.0] code to find the action number goes here */
yy_act = yy_accept[yy_current_state];
if ( yy_act == 0 )
{ /* have to back up */
yy_cp = yyg->yy_last_accepting_cpos;
yy_current_state = yyg->yy_last_accepting_state;
yy_act = yy_accept[yy_current_state];
}
YY_DO_BEFORE_ACTION;
/* %% [11.0] code for yylineno update goes here */
do_action: /* This label is used only to access EOF actions. */
/* %% [12.0] debug code goes here */
if ( yy_flex_debug )
{
if ( yy_act == 0 )
fprintf( stderr, "--scanner backing up\n" );
else if ( yy_act < 140 )
fprintf( stderr, "--accepting rule at line %ld (\"%s\")\n",
(long)yy_rule_linenum[yy_act], yytext );
else if ( yy_act == 140 )
fprintf( stderr, "--accepting default rule (\"%s\")\n",
yytext );
else if ( yy_act == 141 )
fprintf( stderr, "--(end of buffer or a NUL)\n" );
else
fprintf( stderr, "--EOF (start condition %d)\n", YY_START );
}
switch ( yy_act )
{ /* beginning of action switch */
/* %% [13.0] actions go here */
case 0: /* must back up */
/* undo the effects of YY_DO_BEFORE_ACTION */
*yy_cp = yyg->yy_hold_char;
yy_cp = yyg->yy_last_accepting_cpos;
yy_current_state = yyg->yy_last_accepting_state;
goto yy_find_action;
case 1:
/* rule 1 can match eol */
YY_RULE_SETUP
#line 79 "scanner.l"
{
yy_scan_newlines(yytext + 5, yyg);
// the state transition will be done in yy_token()
tok(T_OPEN_TAG);
}
YY_BREAK
case 2:
YY_RULE_SETUP
#line 84 "scanner.l"
{
if (yyextra->short_tags) {
tok(T_OPEN_TAG);
} else {
tok(T_INLINE_HTML);
}
}
YY_BREAK
case 3:
YY_RULE_SETUP
#line 91 "scanner.l"
{
if (yyextra->short_tags) {
tok(T_OPEN_TAG_WITH_ECHO);
} else {
tok(T_INLINE_HTML);
}
}
YY_BREAK
case 4:
YY_RULE_SETUP
#line 98 "scanner.l"
{
if (yyextra->asp_tags) {
tok(T_OPEN_TAG);
} else {
tok(T_INLINE_HTML);
}
}
YY_BREAK
case 5:
YY_RULE_SETUP
#line 105 "scanner.l"
{
if (yyextra->asp_tags) {
tok(T_OPEN_TAG_WITH_ECHO);
} else {
tok(T_INLINE_HTML);
}
}
YY_BREAK
case 6:
/* rule 6 can match eol */
YY_RULE_SETUP
#line 112 "scanner.l"
{
yy_scan_newlines(yytext, yyg);
tok(T_INLINE_HTML);
}
YY_BREAK
case 7:
/* rule 7 can match eol */
YY_RULE_SETUP
#line 118 "scanner.l"
{
yy_scan_newlines(yytext + 2, yyg);
tok(T_CLOSE_TAG);
}
YY_BREAK
case 8:
YY_RULE_SETUP
#line 122 "scanner.l"
{
if (yyextra->asp_tags) {
tok(T_CLOSE_TAG);
} else {
yyless(1);
tok(yytext[0]);
}
}
YY_BREAK
/* Comments and whitespace */
case 9:
YY_RULE_SETUP
#line 134 "scanner.l"
{
push_state(PHP_EOL_COMMENT);
yymore();
}
YY_BREAK
case 10:
/* rule 10 can match eol */
YY_RULE_SETUP
#line 138 "scanner.l"
{
yy_scan_newlines(yytext + 3, yyg);
push_state(PHP_DOC_COMMENT);
yymore();
}
YY_BREAK
case 11:
YY_RULE_SETUP
#line 143 "scanner.l"
{
push_state(PHP_COMMENT);
yymore();
}
YY_BREAK
case 12:
/* rule 12 can match eol */
YY_RULE_SETUP
#line 147 "scanner.l"
{
yy_scan_newlines(yytext, yyg);
ptok(T_WHITESPACE);
}
YY_BREAK
case YY_STATE_EOF(PHP_EOL_COMMENT):
#line 152 "scanner.l"
{
ptok(T_COMMENT);
pop_state();
}
YY_BREAK
case 13:
/* rule 13 can match eol */
YY_RULE_SETUP
#line 157 "scanner.l"
{
++yyextra->lineno;
ptok(T_COMMENT);
pop_state();
}
YY_BREAK
case 14:
YY_RULE_SETUP
#line 162 "scanner.l"
yymore();
YY_BREAK
case 15:
YY_RULE_SETUP
#line 163 "scanner.l"
{
yyless(yyleng - 2);
ptok(T_COMMENT);
pop_state();
}
YY_BREAK
case 16:
YY_RULE_SETUP
#line 168 "scanner.l"
yymore();
YY_BREAK
case 17:
/* rule 17 can match eol */
YY_RULE_SETUP
#line 171 "scanner.l"
{
++yyextra->lineno;
yymore();
}
YY_BREAK
case 18:
YY_RULE_SETUP
#line 175 "scanner.l"
yymore();
YY_BREAK
case 19:
YY_RULE_SETUP
#line 177 "scanner.l"
{
ptok(T_DOC_COMMENT);
pop_state();
}
YY_BREAK
case YY_STATE_EOF(PHP_DOC_COMMENT):
#line 181 "scanner.l"
{
ptok(T_DOC_COMMENT);
pop_state();
}
YY_BREAK
case 20:
YY_RULE_SETUP
#line 185 "scanner.l"
{
ptok(T_COMMENT);
pop_state();
}
YY_BREAK
case YY_STATE_EOF(PHP_COMMENT):
#line 189 "scanner.l"
{
ptok(T_COMMENT);
pop_state();
}
YY_BREAK
/* Reserved words */
case 21:
YY_RULE_SETUP
#line 196 "scanner.l"
tok(T_INCLUDE);
YY_BREAK
case 22:
YY_RULE_SETUP
#line 197 "scanner.l"
tok(T_INCLUDE_ONCE);
YY_BREAK
case 23:
YY_RULE_SETUP
#line 198 "scanner.l"
tok(T_EVAL);
YY_BREAK
case 24:
YY_RULE_SETUP
#line 199 "scanner.l"
tok(T_REQUIRE);
YY_BREAK
case 25:
YY_RULE_SETUP
#line 200 "scanner.l"
tok(T_REQUIRE_ONCE);
YY_BREAK
case 26:
YY_RULE_SETUP
#line 201 "scanner.l"
tok(T_LOGICAL_OR);
YY_BREAK
case 27:
YY_RULE_SETUP
#line 202 "scanner.l"
tok(T_LOGICAL_XOR);
YY_BREAK
case 28:
YY_RULE_SETUP
#line 203 "scanner.l"
tok(T_LOGICAL_AND);
YY_BREAK
case 29:
YY_RULE_SETUP
#line 204 "scanner.l"
tok(T_PRINT);
YY_BREAK
case 30:
YY_RULE_SETUP
#line 205 "scanner.l"
tok(T_INSTANCEOF);
YY_BREAK
case 31:
YY_RULE_SETUP
#line 206 "scanner.l"
tok(T_NEW);
YY_BREAK
case 32:
YY_RULE_SETUP
#line 207 "scanner.l"
tok(T_CLONE);
YY_BREAK
case 33:
YY_RULE_SETUP
#line 208 "scanner.l"
tok(T_EXIT);
YY_BREAK
case 34:
YY_RULE_SETUP
#line 209 "scanner.l"
tok(T_IF);
YY_BREAK
case 35:
YY_RULE_SETUP
#line 210 "scanner.l"
tok(T_ELSEIF);
YY_BREAK
case 36:
YY_RULE_SETUP
#line 211 "scanner.l"
tok(T_ELSE);
YY_BREAK
case 37:
YY_RULE_SETUP
#line 212 "scanner.l"
tok(T_ENDIF);
YY_BREAK
case 38:
YY_RULE_SETUP
#line 213 "scanner.l"
tok(T_ECHO);
YY_BREAK
case 39:
YY_RULE_SETUP
#line 214 "scanner.l"
tok(T_DO);
YY_BREAK
case 40:
YY_RULE_SETUP
#line 215 "scanner.l"
tok(T_WHILE);
YY_BREAK
case 41:
YY_RULE_SETUP
#line 216 "scanner.l"
tok(T_ENDWHILE);
YY_BREAK
case 42:
YY_RULE_SETUP
#line 217 "scanner.l"
tok(T_FOR);
YY_BREAK
case 43:
YY_RULE_SETUP
#line 218 "scanner.l"
tok(T_ENDFOR);
YY_BREAK
case 44:
YY_RULE_SETUP
#line 219 "scanner.l"
tok(T_FOREACH);
YY_BREAK
case 45:
YY_RULE_SETUP
#line 220 "scanner.l"
tok(T_ENDFOREACH);
YY_BREAK
case 46:
YY_RULE_SETUP
#line 221 "scanner.l"
tok(T_DECLARE);
YY_BREAK
case 47:
YY_RULE_SETUP
#line 222 "scanner.l"
tok(T_ENDDECLARE);
YY_BREAK
case 48:
YY_RULE_SETUP
#line 223 "scanner.l"
tok(T_AS);
YY_BREAK
case 49:
YY_RULE_SETUP
#line 224 "scanner.l"
tok(T_SWITCH);
YY_BREAK
case 50:
YY_RULE_SETUP
#line 225 "scanner.l"
tok(T_ENDSWITCH);
YY_BREAK
case 51:
YY_RULE_SETUP
#line 226 "scanner.l"
tok(T_CASE);
YY_BREAK
case 52:
YY_RULE_SETUP
#line 227 "scanner.l"
tok(T_DEFAULT);
YY_BREAK
case 53:
YY_RULE_SETUP
#line 228 "scanner.l"
tok(T_BREAK);
YY_BREAK
case 54:
YY_RULE_SETUP
#line 229 "scanner.l"
tok(T_CONTINUE);
YY_BREAK
case 55:
YY_RULE_SETUP
#line 230 "scanner.l"
tok(T_GOTO);
YY_BREAK
case 56:
YY_RULE_SETUP
#line 231 "scanner.l"
tok(T_FUNCTION);
YY_BREAK
case 57:
YY_RULE_SETUP
#line 232 "scanner.l"
tok(T_CONST);
YY_BREAK
case 58:
YY_RULE_SETUP
#line 233 "scanner.l"
tok(T_RETURN);
YY_BREAK
case 59:
YY_RULE_SETUP
#line 234 "scanner.l"
tok(T_TRY);
YY_BREAK
case 60:
YY_RULE_SETUP
#line 235 "scanner.l"
tok(T_CATCH);
YY_BREAK
case 61:
YY_RULE_SETUP
#line 236 "scanner.l"
tok(T_THROW);
YY_BREAK
case 62:
YY_RULE_SETUP
#line 237 "scanner.l"
tok(T_USE);
YY_BREAK
case 63:
YY_RULE_SETUP
#line 238 "scanner.l"
tok(T_GLOBAL);
YY_BREAK
case 64:
YY_RULE_SETUP
#line 239 "scanner.l"
tok(T_STATIC);
YY_BREAK
case 65:
YY_RULE_SETUP
#line 240 "scanner.l"
tok(T_ABSTRACT);
YY_BREAK
case 66:
YY_RULE_SETUP
#line 241 "scanner.l"
tok(T_FINAL);
YY_BREAK
case 67:
YY_RULE_SETUP
#line 242 "scanner.l"
tok(T_PRIVATE);
YY_BREAK
case 68:
YY_RULE_SETUP
#line 243 "scanner.l"
tok(T_PROTECTED);
YY_BREAK
case 69:
YY_RULE_SETUP
#line 244 "scanner.l"
tok(T_PUBLIC);
YY_BREAK
case 70:
YY_RULE_SETUP
#line 245 "scanner.l"
tok(T_VAR);
YY_BREAK
case 71:
YY_RULE_SETUP
#line 246 "scanner.l"
tok(T_UNSET);
YY_BREAK
case 72:
YY_RULE_SETUP
#line 247 "scanner.l"
tok(T_ISSET);
YY_BREAK
case 73:
YY_RULE_SETUP
#line 248 "scanner.l"
tok(T_EMPTY);
YY_BREAK
case 74:
YY_RULE_SETUP
#line 249 "scanner.l"
tok(T_HALT_COMPILER);
YY_BREAK
case 75:
YY_RULE_SETUP
#line 250 "scanner.l"
tok(T_CLASS);
YY_BREAK
case 76:
YY_RULE_SETUP
#line 251 "scanner.l"
tok(T_INTERFACE);
YY_BREAK
case 77:
YY_RULE_SETUP
#line 252 "scanner.l"
tok(T_EXTENDS);
YY_BREAK
case 78:
YY_RULE_SETUP
#line 253 "scanner.l"
tok(T_IMPLEMENTS);
YY_BREAK
case 79:
YY_RULE_SETUP
#line 254 "scanner.l"
tok(T_LIST);
YY_BREAK
case 80:
YY_RULE_SETUP
#line 255 "scanner.l"
tok(T_ARRAY);
YY_BREAK
case 81:
YY_RULE_SETUP
#line 256 "scanner.l"
tok(T_CLASS_C);
YY_BREAK
case 82:
YY_RULE_SETUP
#line 257 "scanner.l"
tok(T_METHOD_C);
YY_BREAK
case 83:
YY_RULE_SETUP
#line 258 "scanner.l"
tok(T_FUNC_C);
YY_BREAK
case 84:
YY_RULE_SETUP
#line 259 "scanner.l"
tok(T_LINE);
YY_BREAK
case 85:
YY_RULE_SETUP
#line 260 "scanner.l"
tok(T_FILE);
YY_BREAK
case 86:
YY_RULE_SETUP
#line 261 "scanner.l"
tok(T_NAMESPACE);
YY_BREAK
case 87:
YY_RULE_SETUP
#line 262 "scanner.l"
tok(T_NS_C);
YY_BREAK
case 88:
YY_RULE_SETUP
#line 263 "scanner.l"
tok(T_DIR);
YY_BREAK
/* Operators */
case 89:
YY_RULE_SETUP
#line 268 "scanner.l"
tok(T_PLUS_EQUAL);
YY_BREAK
case 90:
YY_RULE_SETUP
#line 269 "scanner.l"
tok(T_MINUS_EQUAL);
YY_BREAK
case 91:
YY_RULE_SETUP
#line 270 "scanner.l"
tok(T_MUL_EQUAL);
YY_BREAK
case 92:
YY_RULE_SETUP
#line 271 "scanner.l"
tok(T_DIV_EQUAL);
YY_BREAK
case 93:
YY_RULE_SETUP
#line 272 "scanner.l"
tok(T_CONCAT_EQUAL);
YY_BREAK
case 94:
YY_RULE_SETUP
#line 273 "scanner.l"
tok(T_MOD_EQUAL);
YY_BREAK
case 95:
YY_RULE_SETUP
#line 274 "scanner.l"
tok(T_AND_EQUAL);
YY_BREAK
case 96:
YY_RULE_SETUP
#line 275 "scanner.l"
tok(T_OR_EQUAL);
YY_BREAK
case 97:
YY_RULE_SETUP
#line 276 "scanner.l"
tok(T_XOR_EQUAL);
YY_BREAK
case 98:
YY_RULE_SETUP
#line 277 "scanner.l"
tok(T_SL_EQUAL);
YY_BREAK
case 99:
YY_RULE_SETUP
#line 278 "scanner.l"
tok(T_SR_EQUAL);
YY_BREAK
case 100:
YY_RULE_SETUP
#line 279 "scanner.l"
tok(T_BOOLEAN_OR);
YY_BREAK
case 101:
YY_RULE_SETUP
#line 280 "scanner.l"
tok(T_BOOLEAN_AND);
YY_BREAK
case 102:
YY_RULE_SETUP
#line 281 "scanner.l"
tok(T_IS_EQUAL);
YY_BREAK
case 103:
YY_RULE_SETUP
#line 282 "scanner.l"
tok(T_IS_NOT_EQUAL);
YY_BREAK
case 104:
YY_RULE_SETUP
#line 283 "scanner.l"
tok(T_IS_IDENTICAL);
YY_BREAK
case 105:
YY_RULE_SETUP
#line 284 "scanner.l"
tok(T_IS_NOT_IDENTICAL);
YY_BREAK
case 106:
YY_RULE_SETUP
#line 285 "scanner.l"
tok(T_IS_SMALLER_OR_EQUAL);
YY_BREAK
case 107:
YY_RULE_SETUP
#line 286 "scanner.l"
tok(T_IS_GREATER_OR_EQUAL);
YY_BREAK
case 108:
YY_RULE_SETUP
#line 287 "scanner.l"
tok(T_SL);
YY_BREAK
case 109:
YY_RULE_SETUP
#line 288 "scanner.l"
tok(T_SR);
YY_BREAK
case 110:
YY_RULE_SETUP
#line 289 "scanner.l"
tok(T_INC);
YY_BREAK
case 111:
YY_RULE_SETUP
#line 290 "scanner.l"
tok(T_DEC);
YY_BREAK
case 112:
YY_RULE_SETUP
#line 291 "scanner.l"
tok(T_OBJECT_OPERATOR);
YY_BREAK
case 113:
YY_RULE_SETUP
#line 292 "scanner.l"
tok(T_DOUBLE_ARROW);
YY_BREAK
case 114:
YY_RULE_SETUP
#line 293 "scanner.l"
tok(T_PAAMAYIM_NEKUDOTAYIM);
YY_BREAK
case 115:
YY_RULE_SETUP
#line 294 "scanner.l"
tok(T_NS_SEPARATOR);
YY_BREAK
/* Casts */
case 116:
YY_RULE_SETUP
#line 299 "scanner.l"
tok(T_INT_CAST);
YY_BREAK
case 117:
YY_RULE_SETUP
#line 300 "scanner.l"
tok(T_DOUBLE_CAST);
YY_BREAK
case 118:
YY_RULE_SETUP
#line 301 "scanner.l"
tok(T_STRING_CAST);
YY_BREAK
case 119:
YY_RULE_SETUP
#line 302 "scanner.l"
tok(T_UNICODE_CAST);
YY_BREAK
case 120:
YY_RULE_SETUP
#line 303 "scanner.l"
tok(T_BINARY_CAST);
YY_BREAK
case 121:
YY_RULE_SETUP
#line 304 "scanner.l"
tok(T_ARRAY_CAST);
YY_BREAK
case 122:
YY_RULE_SETUP
#line 305 "scanner.l"
tok(T_OBJECT_CAST);
YY_BREAK
case 123:
YY_RULE_SETUP
#line 306 "scanner.l"
tok(T_BOOL_CAST);
YY_BREAK
case 124:
YY_RULE_SETUP
#line 307 "scanner.l"
tok(T_UNSET_CAST);
YY_BREAK
/* Scalars (parsing these doesn't really matter since we just pass them through literally) */
case 125:
YY_RULE_SETUP
#line 312 "scanner.l"
tok(T_LNUMBER);
YY_BREAK
case 126:
YY_RULE_SETUP
#line 313 "scanner.l"
tok(T_DNUMBER);
YY_BREAK
case 127:
YY_RULE_SETUP
#line 314 "scanner.l"
tok(T_STRING);
YY_BREAK
case 128:
YY_RULE_SETUP
#line 315 "scanner.l"
tok(T_VARIABLE);
YY_BREAK
case 129:
/* rule 129 can match eol */
YY_RULE_SETUP
#line 316 "scanner.l"
{
yy_scan_newlines(yytext, yyg);
tok(T_CONSTANT_ENCAPSED_STRING);
}
YY_BREAK
case 130:
/* rule 130 can match eol */
YY_RULE_SETUP
#line 320 "scanner.l"
{
yy_scan_newlines(yytext, yyg);
tok(T_BACKTICKS_EXPR);
}
YY_BREAK
/* (HERE|NOW)DOC's */
case 131:
YY_RULE_SETUP
#line 327 "scanner.l"
{
push_state(PHP_HEREDOC_START);
yyextra->heredoc_yyleng = yyleng;
yymore();
}
YY_BREAK
case 132:
YY_RULE_SETUP
#line 333 "scanner.l"
{
// Create a new string for the heredoc label. Since we're using yymore above
// yytext will actually start at the "<<<" and not the label. Use of
// heredoc_yyleng jumps past that. Then we add 1 to get past the " or '. The
// match is similar to calculate length.
yyextra->heredoc_label = string(yytext + yyextra->heredoc_yyleng + 1, yyleng - yyextra->heredoc_yyleng - 2);
set_state(PHP_HEREDOC_NSTART);
yyextra->heredoc_yyleng = yyleng;
yymore();
}
YY_BREAK
case 133:
YY_RULE_SETUP
#line 343 "scanner.l"
{
yyextra->heredoc_label = string(yytext + yyextra->heredoc_yyleng);
set_state(PHP_HEREDOC_NSTART);
yyextra->heredoc_yyleng = yyleng;
yymore();
}
YY_BREAK
case 134:
/* rule 134 can match eol */
YY_RULE_SETUP
#line 350 "scanner.l"
{
++yyextra->lineno;
yyextra->heredoc_data = yytext + yyleng;
set_state(PHP_HEREDOC_DATA);
yymore();
}
YY_BREAK
case 135:
/* rule 135 can match eol */
YY_RULE_SETUP
#line 357 "scanner.l"
{
++yyextra->lineno;
set_state(PHP_HEREDOC_NEWLINE);
yyextra->heredoc_yyleng = yyleng;
yymore();
}
YY_BREAK
case 136:
/* rule 136 can match eol */
YY_RULE_SETUP
#line 365 "scanner.l"
{
if (strncmp(yyextra->heredoc_label.c_str(), yytext + yyextra->heredoc_yyleng, yyextra->heredoc_label.size()) == 0) {
switch (yytext[yyextra->heredoc_yyleng + yyextra->heredoc_label.size()]) {
case ';': case '\n': case '\r':
yyless(yyleng - (yyleng - yyextra->heredoc_yyleng - yyextra->heredoc_label.size()));
pop_state();
tok(T_HEREDOC);
}
}
++yyextra->lineno;
yyextra->heredoc_yyleng = yyleng;
yymore();
}
YY_BREAK
case 137:
YY_RULE_SETUP
#line 378 "scanner.l"
{
set_state(PHP_HEREDOC_DATA);
yyextra->heredoc_yyleng = yyleng;
yymore();
}
YY_BREAK
case 138:
/* rule 138 can match eol */
YY_RULE_SETUP
#line 383 "scanner.l"
{
++yyextra->lineno;
yyextra->heredoc_yyleng = yyleng;
yymore();
}
YY_BREAK
/* Other */
case 139:
/* rule 139 can match eol */
YY_RULE_SETUP
#line 391 "scanner.l"
{
tok(yytext[0]);
// fix unused function warnings
yy_top_state(NULL);
yyunput(0, 0, NULL);
}
YY_BREAK
case 140:
YY_RULE_SETUP
#line 398 "scanner.l"
YY_FATAL_ERROR( "flex scanner jammed" );
YY_BREAK
#line 5024 "scanner.lex.cpp"
case YY_STATE_EOF(INITIAL):
case YY_STATE_EOF(PHP):
case YY_STATE_EOF(PHP_HEREDOC_START):
case YY_STATE_EOF(PHP_HEREDOC_NSTART):
case YY_STATE_EOF(PHP_HEREDOC_NEWLINE):
case YY_STATE_EOF(PHP_HEREDOC_DATA):
case YY_STATE_EOF(PHP_NO_RESERVED_WORDS):
case YY_STATE_EOF(PHP_NO_RESERVED_WORDS_PERSIST):
case YY_STATE_EOF(PHP_):
yyterminate();
case YY_END_OF_BUFFER:
{
/* Amount of text matched not including the EOB char. */
int yy_amount_of_matched_text = (int) (yy_cp - yyg->yytext_ptr) - 1;
/* Undo the effects of YY_DO_BEFORE_ACTION. */
*yy_cp = yyg->yy_hold_char;
YY_RESTORE_YY_MORE_OFFSET
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
{
/* We're scanning a new file or input source. It's
* possible that this happened because the user
* just pointed yyin at a new source and called
* xhpastlex(). If so, then we have to assure
* consistency between YY_CURRENT_BUFFER and our
* globals. Here is the right place to do so, because
* this is the first action (other than possibly a
* back-up) that will match for the new input source.
*/
yyg->yy_n_chars = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
}
/* Note that here we test for yy_c_buf_p "<=" to the position
* of the first EOB in the buffer, since yy_c_buf_p will
* already have been incremented past the NUL character
* (since all states make transitions on EOB to the
* end-of-buffer state). Contrast this with the test
* in input().
*/
if ( yyg->yy_c_buf_p <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] )
{ /* This was really a NUL. */
yy_state_type yy_next_state;
yyg->yy_c_buf_p = yyg->yytext_ptr + yy_amount_of_matched_text;
yy_current_state = yy_get_previous_state( yyscanner );
/* Okay, we're now positioned to make the NUL
* transition. We couldn't have
* yy_get_previous_state() go ahead and do it
* for us because it doesn't know how to deal
* with the possibility of jamming (and we don't
* want to build jamming into it because then it
* will run more slowly).
*/
yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
if ( yy_next_state )
{
/* Consume the NUL. */
yy_cp = ++yyg->yy_c_buf_p;
yy_current_state = yy_next_state;
goto yy_match;
}
else
{
/* %% [14.0] code to do back-up for compressed tables and set up yy_cp goes here */
yy_cp = yyg->yy_c_buf_p;
goto yy_find_action;
}
}
else switch ( yy_get_next_buffer( yyscanner ) )
{
case EOB_ACT_END_OF_FILE:
{
yyg->yy_did_buffer_switch_on_eof = 0;
if ( xhpastwrap(yyscanner ) )
{
/* Note: because we've taken care in
* yy_get_next_buffer() to have set up
* yytext, we can now set up
* yy_c_buf_p so that if some total
* hoser (like flex itself) wants to
* call the scanner after we return the
* YY_NULL, it'll still work - another
* YY_NULL will get returned.
*/
yyg->yy_c_buf_p = yyg->yytext_ptr + YY_MORE_ADJ;
yy_act = YY_STATE_EOF(YY_START);
goto do_action;
}
else
{
if ( ! yyg->yy_did_buffer_switch_on_eof )
YY_NEW_FILE;
}
break;
}
case EOB_ACT_CONTINUE_SCAN:
yyg->yy_c_buf_p =
yyg->yytext_ptr + yy_amount_of_matched_text;
yy_current_state = yy_get_previous_state( yyscanner );
yy_cp = yyg->yy_c_buf_p;
yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
goto yy_match;
case EOB_ACT_LAST_MATCH:
yyg->yy_c_buf_p =
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars];
yy_current_state = yy_get_previous_state( yyscanner );
yy_cp = yyg->yy_c_buf_p;
yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
goto yy_find_action;
}
break;
}
default:
YY_FATAL_ERROR(
"fatal flex scanner internal error--no action found" );
} /* end of action switch */
} /* end of scanning one token */
} /* end of xhpastlex */
/* %ok-for-header */
/* %if-c++-only */
/* %not-for-header */
/* %ok-for-header */
/* %endif */
/* yy_get_next_buffer - try to read in a new buffer
*
* Returns a code representing an action:
* EOB_ACT_LAST_MATCH -
* EOB_ACT_CONTINUE_SCAN - continue scanning from current position
* EOB_ACT_END_OF_FILE - end of file
*/
/* %if-c-only */
static int yy_get_next_buffer (yyscan_t yyscanner)
/* %endif */
/* %if-c++-only */
/* %endif */
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
register char *source = yyg->yytext_ptr;
register int number_to_move, i;
int ret_val;
if ( yyg->yy_c_buf_p > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars + 1] )
YY_FATAL_ERROR(
"fatal flex scanner internal error--end of buffer missed" );
if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
{ /* Don't try to fill the buffer, so this is an EOF. */
if ( yyg->yy_c_buf_p - yyg->yytext_ptr - YY_MORE_ADJ == 1 )
{
/* We matched a single character, the EOB, so
* treat this as a final EOF.
*/
return EOB_ACT_END_OF_FILE;
}
else
{
/* We matched some text prior to the EOB, first
* process it.
*/
return EOB_ACT_LAST_MATCH;
}
}
/* Try to read more data. */
/* First move last chars to start of buffer. */
number_to_move = (int) (yyg->yy_c_buf_p - yyg->yytext_ptr) - 1;
for ( i = 0; i < number_to_move; ++i )
*(dest++) = *(source++);
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
/* don't do the read, it's not guaranteed to return an EOF,
* just force an EOF
*/
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars = 0;
else
{
int num_to_read =
YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
while ( num_to_read <= 0 )
{ /* Not enough room in the buffer - grow it. */
/* just a shorter name for the current buffer */
YY_BUFFER_STATE b = YY_CURRENT_BUFFER;
int yy_c_buf_p_offset =
(int) (yyg->yy_c_buf_p - b->yy_ch_buf);
if ( b->yy_is_our_buffer )
{
int new_size = b->yy_buf_size * 2;
if ( new_size <= 0 )
b->yy_buf_size += b->yy_buf_size / 8;
else
b->yy_buf_size *= 2;
b->yy_ch_buf = (char *)
/* Include room in for 2 EOB chars. */
xhpastrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ,yyscanner );
}
else
/* Can't grow it, we don't own it. */
b->yy_ch_buf = 0;
if ( ! b->yy_ch_buf )
YY_FATAL_ERROR(
"fatal error - scanner input buffer overflow" );
yyg->yy_c_buf_p = &b->yy_ch_buf[yy_c_buf_p_offset];
num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
number_to_move - 1;
}
if ( num_to_read > YY_READ_BUF_SIZE )
num_to_read = YY_READ_BUF_SIZE;
/* Read in more data. */
YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
yyg->yy_n_chars, (size_t) num_to_read );
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars;
}
if ( yyg->yy_n_chars == 0 )
{
if ( number_to_move == YY_MORE_ADJ )
{
ret_val = EOB_ACT_END_OF_FILE;
xhpastrestart(yyin ,yyscanner);
}
else
{
ret_val = EOB_ACT_LAST_MATCH;
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
YY_BUFFER_EOF_PENDING;
}
}
else
ret_val = EOB_ACT_CONTINUE_SCAN;
if ((yy_size_t) (yyg->yy_n_chars + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
/* Extend the array by 50%, plus the number we really need. */
yy_size_t new_size = yyg->yy_n_chars + number_to_move + (yyg->yy_n_chars >> 1);
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) xhpastrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ,yyscanner );
if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
}
yyg->yy_n_chars += number_to_move;
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] = YY_END_OF_BUFFER_CHAR;
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars + 1] = YY_END_OF_BUFFER_CHAR;
yyg->yytext_ptr = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
return ret_val;
}
/* yy_get_previous_state - get the state just before the EOB char was reached */
/* %if-c-only */
/* %not-for-header */
static yy_state_type yy_get_previous_state (yyscan_t yyscanner)
/* %endif */
/* %if-c++-only */
/* %endif */
{
register yy_state_type yy_current_state;
register char *yy_cp;
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
/* %% [15.0] code to get the start state into yy_current_state goes here */
yy_current_state = yyg->yy_start;
for ( yy_cp = yyg->yytext_ptr + YY_MORE_ADJ; yy_cp < yyg->yy_c_buf_p; ++yy_cp )
{
/* %% [16.0] code to find the next state goes here */
if ( yy_accept[yy_current_state] )
{
yyg->yy_last_accepting_state = yy_current_state;
yyg->yy_last_accepting_cpos = yy_cp;
}
if ( *yy_cp )
{
register YY_CHAR yy_c = YY_SC_TO_UI(*yy_cp);
if ( yy_accept[yy_current_state] )
{
yyg->yy_last_accepting_state = yy_current_state;
yyg->yy_last_accepting_cpos = yy_cp;
}
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
{
yy_current_state = (int) yy_def[yy_current_state];
}
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
}
else
yy_current_state = yy_NUL_trans[yy_current_state];
}
return yy_current_state;
}
/* yy_try_NUL_trans - try to make a transition on the NUL character
*
* synopsis
* next_state = yy_try_NUL_trans( current_state );
*/
/* %if-c-only */
static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner)
/* %endif */
/* %if-c++-only */
/* %endif */
{
register int yy_is_jam;
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* This var may be unused depending upon options. */
/* %% [17.0] code to find the next state, and perhaps do backing up, goes here */
yy_current_state = yy_NUL_trans[yy_current_state];
yy_is_jam = (yy_current_state == 0);
return yy_is_jam ? 0 : yy_current_state;
}
/* %if-c-only */
static void yyunput (int c, register char * yy_bp , yyscan_t yyscanner)
/* %endif */
/* %if-c++-only */
/* %endif */
{
register char *yy_cp;
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
yy_cp = yyg->yy_c_buf_p;
/* undo effects of setting up yytext */
*yy_cp = yyg->yy_hold_char;
if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
{ /* need to shift things up to make room */
/* +2 for EOB chars. */
register int number_to_move = yyg->yy_n_chars + 2;
register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
register char *source =
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
*--dest = *--source;
yy_cp += (int) (dest - source);
yy_bp += (int) (dest - source);
YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
yyg->yy_n_chars = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
YY_FATAL_ERROR( "flex scanner push-back overflow" );
}
*--yy_cp = (char) c;
/* %% [18.0] update yylineno here */
yyg->yytext_ptr = yy_bp;
yyg->yy_hold_char = *yy_cp;
yyg->yy_c_buf_p = yy_cp;
}
/* %if-c-only */
/* %endif */
/* %if-c-only */
#ifndef YY_NO_INPUT
#ifdef __cplusplus
static int yyinput (yyscan_t yyscanner)
#else
static int input (yyscan_t yyscanner)
#endif
/* %endif */
/* %if-c++-only */
/* %endif */
{
int c;
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
*yyg->yy_c_buf_p = yyg->yy_hold_char;
if ( *yyg->yy_c_buf_p == YY_END_OF_BUFFER_CHAR )
{
/* yy_c_buf_p now points to the character we want to return.
* If this occurs *before* the EOB characters, then it's a
* valid NUL; if not, then we've hit the end of the buffer.
*/
if ( yyg->yy_c_buf_p < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] )
/* This was really a NUL. */
*yyg->yy_c_buf_p = '\0';
else
{ /* need more input */
int offset = yyg->yy_c_buf_p - yyg->yytext_ptr;
++yyg->yy_c_buf_p;
switch ( yy_get_next_buffer( yyscanner ) )
{
case EOB_ACT_LAST_MATCH:
/* This happens because yy_g_n_b()
* sees that we've accumulated a
* token and flags that we need to
* try matching the token before
* proceeding. But for input(),
* there's no matching to consider.
* So convert the EOB_ACT_LAST_MATCH
* to EOB_ACT_END_OF_FILE.
*/
/* Reset buffer status. */
xhpastrestart(yyin ,yyscanner);
/*FALLTHROUGH*/
case EOB_ACT_END_OF_FILE:
{
if ( xhpastwrap(yyscanner ) )
return EOF;
if ( ! yyg->yy_did_buffer_switch_on_eof )
YY_NEW_FILE;
#ifdef __cplusplus
return yyinput(yyscanner);
#else
return input(yyscanner);
#endif
}
case EOB_ACT_CONTINUE_SCAN:
yyg->yy_c_buf_p = yyg->yytext_ptr + offset;
break;
}
}
}
c = *(unsigned char *) yyg->yy_c_buf_p; /* cast for 8-bit char's */
*yyg->yy_c_buf_p = '\0'; /* preserve yytext */
yyg->yy_hold_char = *++yyg->yy_c_buf_p;
/* %% [19.0] update BOL and yylineno */
return c;
}
/* %if-c-only */
#endif /* ifndef YY_NO_INPUT */
/* %endif */
/** Immediately switch to a different input stream.
* @param input_file A readable stream.
* @param yyscanner The scanner object.
* @note This function does not reset the start condition to @c INITIAL .
*/
/* %if-c-only */
void xhpastrestart (FILE * input_file , yyscan_t yyscanner)
/* %endif */
/* %if-c++-only */
/* %endif */
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
if ( ! YY_CURRENT_BUFFER ){
xhpastensure_buffer_stack (yyscanner);
YY_CURRENT_BUFFER_LVALUE =
xhpast_create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
}
xhpast_init_buffer(YY_CURRENT_BUFFER,input_file ,yyscanner);
xhpast_load_buffer_state(yyscanner );
}
/** Switch to a different input buffer.
* @param new_buffer The new input buffer.
* @param yyscanner The scanner object.
*/
/* %if-c-only */
void xhpast_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner)
/* %endif */
/* %if-c++-only */
/* %endif */
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
/* TODO. We should be able to replace this entire function body
* with
* xhpastpop_buffer_state();
* xhpastpush_buffer_state(new_buffer);
*/
xhpastensure_buffer_stack (yyscanner);
if ( YY_CURRENT_BUFFER == new_buffer )
return;
if ( YY_CURRENT_BUFFER )
{
/* Flush out information for old buffer. */
*yyg->yy_c_buf_p = yyg->yy_hold_char;
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = yyg->yy_c_buf_p;
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars;
}
YY_CURRENT_BUFFER_LVALUE = new_buffer;
xhpast_load_buffer_state(yyscanner );
/* We don't actually know whether we did this switch during
* EOF (xhpastwrap()) processing, but the only time this flag
* is looked at is after xhpastwrap() is called, so it's safe
* to go ahead and always set it.
*/
yyg->yy_did_buffer_switch_on_eof = 1;
}
/* %if-c-only */
static void xhpast_load_buffer_state (yyscan_t yyscanner)
/* %endif */
/* %if-c++-only */
/* %endif */
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
yyg->yy_n_chars = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
yyg->yytext_ptr = yyg->yy_c_buf_p = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
yyg->yy_hold_char = *yyg->yy_c_buf_p;
}
/** Allocate and initialize an input buffer state.
* @param file A readable stream.
* @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
* @param yyscanner The scanner object.
* @return the allocated buffer state.
*/
/* %if-c-only */
YY_BUFFER_STATE xhpast_create_buffer (FILE * file, int size , yyscan_t yyscanner)
/* %endif */
/* %if-c++-only */
/* %endif */
{
YY_BUFFER_STATE b;
b = (YY_BUFFER_STATE) xhpastalloc(sizeof( struct yy_buffer_state ) ,yyscanner );
if ( ! b )
YY_FATAL_ERROR( "out of dynamic memory in xhpast_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 *) xhpastalloc(b->yy_buf_size + 2 ,yyscanner );
if ( ! b->yy_ch_buf )
YY_FATAL_ERROR( "out of dynamic memory in xhpast_create_buffer()" );
b->yy_is_our_buffer = 1;
xhpast_init_buffer(b,file ,yyscanner);
return b;
}
/** Destroy the buffer.
* @param b a buffer created with xhpast_create_buffer()
* @param yyscanner The scanner object.
*/
/* %if-c-only */
void xhpast_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner)
/* %endif */
/* %if-c++-only */
/* %endif */
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
if ( ! b )
return;
if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
if ( b->yy_is_our_buffer )
xhpastfree((void *) b->yy_ch_buf ,yyscanner );
xhpastfree((void *) b ,yyscanner );
}
/* %if-c-only */
#ifndef __cplusplus
extern int isatty (int );
#endif /* __cplusplus */
/* %endif */
/* %if-c++-only */
/* %endif */
/* Initializes or reinitializes a buffer.
* This function is sometimes called more than once on the same buffer,
* such as during a xhpastrestart() or at EOF.
*/
/* %if-c-only */
static void xhpast_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner)
/* %endif */
/* %if-c++-only */
/* %endif */
{
int oerrno = errno;
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
xhpast_flush_buffer(b ,yyscanner);
b->yy_input_file = file;
b->yy_fill_buffer = 1;
/* If b is the current buffer, then xhpast_init_buffer was _probably_
* called from xhpastrestart() or through yy_get_next_buffer.
* In that case, we don't want to reset the lineno or column.
*/
if (b != YY_CURRENT_BUFFER){
b->yy_bs_lineno = 1;
b->yy_bs_column = 0;
}
/* %if-c-only */
b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
/* %endif */
/* %if-c++-only */
/* %endif */
errno = oerrno;
}
/** Discard all buffered characters. On the next scan, YY_INPUT will be called.
* @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
* @param yyscanner The scanner object.
*/
/* %if-c-only */
void xhpast_flush_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner)
/* %endif */
/* %if-c++-only */
/* %endif */
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
if ( ! b )
return;
b->yy_n_chars = 0;
/* We always need two end-of-buffer characters. The first causes
* a transition to the end-of-buffer state. The second causes
* a jam in that state.
*/
b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
b->yy_buf_pos = &b->yy_ch_buf[0];
b->yy_at_bol = 1;
b->yy_buffer_status = YY_BUFFER_NEW;
if ( b == YY_CURRENT_BUFFER )
xhpast_load_buffer_state(yyscanner );
}
/* %if-c-or-c++ */
/** Pushes the new state onto the stack. The new state becomes
* the current state. This function will allocate the stack
* if necessary.
* @param new_buffer The new state.
* @param yyscanner The scanner object.
*/
/* %if-c-only */
void xhpastpush_buffer_state (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner)
/* %endif */
/* %if-c++-only */
/* %endif */
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
if (new_buffer == NULL)
return;
xhpastensure_buffer_stack(yyscanner);
/* This block is copied from xhpast_switch_to_buffer. */
if ( YY_CURRENT_BUFFER )
{
/* Flush out information for old buffer. */
*yyg->yy_c_buf_p = yyg->yy_hold_char;
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = yyg->yy_c_buf_p;
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars;
}
/* Only push if top exists. Otherwise, replace top. */
if (YY_CURRENT_BUFFER)
yyg->yy_buffer_stack_top++;
YY_CURRENT_BUFFER_LVALUE = new_buffer;
/* copied from xhpast_switch_to_buffer. */
xhpast_load_buffer_state(yyscanner );
yyg->yy_did_buffer_switch_on_eof = 1;
}
/* %endif */
/* %if-c-or-c++ */
/** Removes and deletes the top of the stack, if present.
* The next element becomes the new top.
* @param yyscanner The scanner object.
*/
/* %if-c-only */
void xhpastpop_buffer_state (yyscan_t yyscanner)
/* %endif */
/* %if-c++-only */
/* %endif */
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
if (!YY_CURRENT_BUFFER)
return;
xhpast_delete_buffer(YY_CURRENT_BUFFER ,yyscanner);
YY_CURRENT_BUFFER_LVALUE = NULL;
if (yyg->yy_buffer_stack_top > 0)
--yyg->yy_buffer_stack_top;
if (YY_CURRENT_BUFFER) {
xhpast_load_buffer_state(yyscanner );
yyg->yy_did_buffer_switch_on_eof = 1;
}
}
/* %endif */
/* %if-c-or-c++ */
/* Allocates the stack if it does not exist.
* Guarantees space for at least one push.
*/
/* %if-c-only */
static void xhpastensure_buffer_stack (yyscan_t yyscanner)
/* %endif */
/* %if-c++-only */
/* %endif */
{
int num_to_alloc;
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
if (!yyg->yy_buffer_stack) {
/* First allocation is just for 2 elements, since we don't know if this
* scanner will even need a stack. We use 2 instead of 1 to avoid an
* immediate realloc on the next call.
*/
num_to_alloc = 1;
yyg->yy_buffer_stack = (struct yy_buffer_state**)xhpastalloc
(num_to_alloc * sizeof(struct yy_buffer_state*)
, yyscanner);
if ( ! yyg->yy_buffer_stack )
YY_FATAL_ERROR( "out of dynamic memory in xhpastensure_buffer_stack()" );
memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));
yyg->yy_buffer_stack_max = num_to_alloc;
yyg->yy_buffer_stack_top = 0;
return;
}
if (yyg->yy_buffer_stack_top >= (yyg->yy_buffer_stack_max) - 1){
/* Increase the buffer to prepare for a possible push. */
int grow_size = 8 /* arbitrary grow size */;
num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
yyg->yy_buffer_stack = (struct yy_buffer_state**)xhpastrealloc
(yyg->yy_buffer_stack,
num_to_alloc * sizeof(struct yy_buffer_state*)
, yyscanner);
if ( ! yyg->yy_buffer_stack )
YY_FATAL_ERROR( "out of dynamic memory in xhpastensure_buffer_stack()" );
/* zero only the new slots.*/
memset(yyg->yy_buffer_stack + yyg->yy_buffer_stack_max, 0, grow_size * sizeof(struct yy_buffer_state*));
yyg->yy_buffer_stack_max = num_to_alloc;
}
}
/* %endif */
/* %if-c-only */
/** Setup the input buffer state to scan directly from a user-specified character buffer.
* @param base the character buffer
* @param size the size in bytes of the character buffer
* @param yyscanner The scanner object.
* @return the newly allocated buffer state object.
*/
YY_BUFFER_STATE xhpast_scan_buffer (char * base, yy_size_t size , yyscan_t yyscanner)
{
YY_BUFFER_STATE b;
if ( size < 2 ||
base[size-2] != YY_END_OF_BUFFER_CHAR ||
base[size-1] != YY_END_OF_BUFFER_CHAR )
/* They forgot to leave room for the EOB's. */
return 0;
b = (YY_BUFFER_STATE) xhpastalloc(sizeof( struct yy_buffer_state ) ,yyscanner );
if ( ! b )
YY_FATAL_ERROR( "out of dynamic memory in xhpast_scan_buffer()" );
b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
b->yy_buf_pos = b->yy_ch_buf = base;
b->yy_is_our_buffer = 0;
b->yy_input_file = 0;
b->yy_n_chars = b->yy_buf_size;
b->yy_is_interactive = 0;
b->yy_at_bol = 1;
b->yy_fill_buffer = 0;
b->yy_buffer_status = YY_BUFFER_NEW;
xhpast_switch_to_buffer(b ,yyscanner );
return b;
}
/* %endif */
/* %if-c-only */
/** Setup the input buffer state to scan a string. The next call to xhpastlex() will
* scan from a @e copy of @a str.
* @param yystr a NUL-terminated string to scan
* @param yyscanner The scanner object.
* @return the newly allocated buffer state object.
* @note If you want to scan bytes that may contain NUL values, then use
* xhpast_scan_bytes() instead.
*/
YY_BUFFER_STATE xhpast_scan_string (yyconst char * yystr , yyscan_t yyscanner)
{
return xhpast_scan_bytes(yystr,strlen(yystr) ,yyscanner);
}
/* %endif */
/* %if-c-only */
/** Setup the input buffer state to scan the given bytes. The next call to xhpastlex() will
* scan from a @e copy of @a bytes.
* @param bytes the byte buffer to scan
* @param len the number of bytes in the buffer pointed to by @a bytes.
* @param yyscanner The scanner object.
* @return the newly allocated buffer state object.
*/
YY_BUFFER_STATE xhpast_scan_bytes (yyconst char * yybytes, int _yybytes_len , yyscan_t yyscanner)
{
YY_BUFFER_STATE b;
char *buf;
yy_size_t n;
int i;
/* Get memory for full buffer, including space for trailing EOB's. */
n = _yybytes_len + 2;
buf = (char *) xhpastalloc(n ,yyscanner );
if ( ! buf )
YY_FATAL_ERROR( "out of dynamic memory in xhpast_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 = xhpast_scan_buffer(buf,n ,yyscanner);
if ( ! b )
YY_FATAL_ERROR( "bad buffer in xhpast_scan_bytes()" );
/* It's okay to grow etc. this buffer, and we should throw it
* away when we're done.
*/
b->yy_is_our_buffer = 1;
return b;
}
/* %endif */
/* %if-c-only */
static void yy_push_state (int new_state , yyscan_t yyscanner)
/* %endif */
/* %if-c++-only */
/* %endif */
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
if ( yyg->yy_start_stack_ptr >= yyg->yy_start_stack_depth )
{
yy_size_t new_size;
yyg->yy_start_stack_depth += YY_START_STACK_INCR;
new_size = yyg->yy_start_stack_depth * sizeof( int );
if ( ! yyg->yy_start_stack )
yyg->yy_start_stack = (int *) xhpastalloc(new_size ,yyscanner );
else
yyg->yy_start_stack = (int *) xhpastrealloc((void *) yyg->yy_start_stack,new_size ,yyscanner );
if ( ! yyg->yy_start_stack )
YY_FATAL_ERROR( "out of memory expanding start-condition stack" );
}
yyg->yy_start_stack[yyg->yy_start_stack_ptr++] = YY_START;
BEGIN(new_state);
}
/* %if-c-only */
static void yy_pop_state (yyscan_t yyscanner)
/* %endif */
/* %if-c++-only */
/* %endif */
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
if ( --yyg->yy_start_stack_ptr < 0 )
YY_FATAL_ERROR( "start-condition stack underflow" );
BEGIN(yyg->yy_start_stack[yyg->yy_start_stack_ptr]);
}
/* %if-c-only */
static int yy_top_state (yyscan_t yyscanner)
/* %endif */
/* %if-c++-only */
/* %endif */
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
return yyg->yy_start_stack[yyg->yy_start_stack_ptr - 1];
}
#ifndef YY_EXIT_FAILURE
#define YY_EXIT_FAILURE 2
#endif
/* %if-c-only */
static void yy_fatal_error (yyconst char* msg , yyscan_t yyscanner)
{
(void) fprintf( stderr, "%s\n", msg );
exit( YY_EXIT_FAILURE );
}
/* %endif */
/* %if-c++-only */
/* %endif */
/* Redefine yyless() so it works in section 3 code. */
#undef yyless
#define yyless(n) \
do \
{ \
/* Undo effects of setting up yytext. */ \
int yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
yytext[yyleng] = yyg->yy_hold_char; \
yyg->yy_c_buf_p = yytext + yyless_macro_arg; \
yyg->yy_hold_char = *yyg->yy_c_buf_p; \
*yyg->yy_c_buf_p = '\0'; \
yyleng = yyless_macro_arg; \
} \
while ( 0 )
/* Accessor methods (get/set functions) to struct members. */
/* %if-c-only */
/* %if-reentrant */
/** Get the user-defined data for this scanner.
* @param yyscanner The scanner object.
*/
YY_EXTRA_TYPE xhpastget_extra (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
return yyextra;
}
/* %endif */
/** Get the current line number.
* @param yyscanner The scanner object.
*/
int xhpastget_lineno (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
if (! YY_CURRENT_BUFFER)
return 0;
return yylineno;
}
/** Get the current column number.
* @param yyscanner The scanner object.
*/
int xhpastget_column (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
if (! YY_CURRENT_BUFFER)
return 0;
return yycolumn;
}
/** Get the input stream.
* @param yyscanner The scanner object.
*/
FILE *xhpastget_in (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
return yyin;
}
/** Get the output stream.
* @param yyscanner The scanner object.
*/
FILE *xhpastget_out (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
return yyout;
}
/** Get the length of the current token.
* @param yyscanner The scanner object.
*/
int xhpastget_leng (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
return yyleng;
}
/** Get the current token.
* @param yyscanner The scanner object.
*/
char *xhpastget_text (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
return yytext;
}
/* %if-reentrant */
/** Set the user-defined data. This data is never touched by the scanner.
* @param user_defined The data to be associated with this scanner.
* @param yyscanner The scanner object.
*/
void xhpastset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
yyextra = user_defined ;
}
/* %endif */
/** Set the current line number.
* @param line_number
* @param yyscanner The scanner object.
*/
void xhpastset_lineno (int line_number , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
/* lineno is only valid if an input buffer exists. */
if (! YY_CURRENT_BUFFER )
yy_fatal_error( "xhpastset_lineno called with no buffer" , yyscanner);
yylineno = line_number;
}
/** Set the current column.
* @param line_number
* @param yyscanner The scanner object.
*/
void xhpastset_column (int column_no , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
/* column is only valid if an input buffer exists. */
if (! YY_CURRENT_BUFFER )
yy_fatal_error( "xhpastset_column called with no buffer" , yyscanner);
yycolumn = column_no;
}
/** Set the input stream. This does not discard the current
* input buffer.
* @param in_str A readable stream.
* @param yyscanner The scanner object.
* @see xhpast_switch_to_buffer
*/
void xhpastset_in (FILE * in_str , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
yyin = in_str ;
}
void xhpastset_out (FILE * out_str , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
yyout = out_str ;
}
int xhpastget_debug (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
return yy_flex_debug;
}
void xhpastset_debug (int bdebug , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
yy_flex_debug = bdebug ;
}
/* %endif */
/* %if-reentrant */
/* Accessor methods for yylval and yylloc */
/* %if-bison-bridge */
YYSTYPE * xhpastget_lval (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
return yylval;
}
void xhpastset_lval (YYSTYPE * yylval_param , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
yylval = yylval_param;
}
/* %endif */
/* User-visible API */
/* xhpastlex_init is special because it creates the scanner itself, so it is
* the ONLY reentrant function that doesn't take the scanner as the last argument.
* That's why we explicitly handle the declaration, instead of using our macros.
*/
int xhpastlex_init(yyscan_t* ptr_yy_globals)
{
if (ptr_yy_globals == NULL){
errno = EINVAL;
return 1;
}
*ptr_yy_globals = (yyscan_t) xhpastalloc ( sizeof( struct yyguts_t ), NULL );
if (*ptr_yy_globals == NULL){
errno = ENOMEM;
return 1;
}
/* By setting to 0xAA, we expose bugs in yy_init_globals. Leave at 0x00 for releases. */
memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t));
return yy_init_globals ( *ptr_yy_globals );
}
/* xhpastlex_init_extra has the same functionality as xhpastlex_init, but follows the
* convention of taking the scanner as the last argument. Note however, that
* this is a *pointer* to a scanner, as it will be allocated by this call (and
* is the reason, too, why this function also must handle its own declaration).
* The user defined value in the first argument will be available to xhpastalloc in
* the yyextra field.
*/
int xhpastlex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals )
{
struct yyguts_t dummy_yyguts;
xhpastset_extra (yy_user_defined, &dummy_yyguts);
if (ptr_yy_globals == NULL){
errno = EINVAL;
return 1;
}
*ptr_yy_globals = (yyscan_t) xhpastalloc ( sizeof( struct yyguts_t ), &dummy_yyguts );
if (*ptr_yy_globals == NULL){
errno = ENOMEM;
return 1;
}
/* By setting to 0xAA, we expose bugs in
yy_init_globals. Leave at 0x00 for releases. */
memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t));
xhpastset_extra (yy_user_defined, *ptr_yy_globals);
return yy_init_globals ( *ptr_yy_globals );
}
/* %endif if-c-only */
/* %if-c-only */
static int yy_init_globals (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
/* Initialization is the same as for the non-reentrant scanner.
* This function is called from xhpastlex_destroy(), so don't allocate here.
*/
yyg->yy_buffer_stack = 0;
yyg->yy_buffer_stack_top = 0;
yyg->yy_buffer_stack_max = 0;
yyg->yy_c_buf_p = (char *) 0;
yyg->yy_init = 0;
yyg->yy_start = 0;
yyg->yy_start_stack_ptr = 0;
yyg->yy_start_stack_depth = 0;
yyg->yy_start_stack = NULL;
/* Defined in main.c */
#ifdef YY_STDINIT
yyin = stdin;
yyout = stdout;
#else
yyin = (FILE *) 0;
yyout = (FILE *) 0;
#endif
/* For future reference: Set errno on error, since we are called by
* xhpastlex_init()
*/
return 0;
}
/* %endif */
/* %if-c-only SNIP! this currently causes conflicts with the c++ scanner */
/* xhpastlex_destroy is for both reentrant and non-reentrant scanners. */
int xhpastlex_destroy (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
/* Pop the buffer stack, destroying each element. */
while(YY_CURRENT_BUFFER){
xhpast_delete_buffer(YY_CURRENT_BUFFER ,yyscanner );
YY_CURRENT_BUFFER_LVALUE = NULL;
xhpastpop_buffer_state(yyscanner);
}
/* Destroy the stack itself. */
xhpastfree(yyg->yy_buffer_stack ,yyscanner);
yyg->yy_buffer_stack = NULL;
/* Destroy the start condition stack. */
xhpastfree(yyg->yy_start_stack ,yyscanner );
yyg->yy_start_stack = NULL;
/* Reset the globals. This is important in a non-reentrant scanner so the next time
* xhpastlex() is called, initialization will occur. */
yy_init_globals( yyscanner);
/* %if-reentrant */
/* Destroy the main struct (reentrant only). */
xhpastfree ( yyscanner , yyscanner );
yyscanner = NULL;
/* %endif */
return 0;
}
/* %endif */
/*
* Internal utility routines.
*/
#ifndef yytext_ptr
static void yy_flex_strncpy (char* s1, yyconst char * s2, int n , yyscan_t yyscanner)
{
register int i;
for ( i = 0; i < n; ++i )
s1[i] = s2[i];
}
#endif
#ifdef YY_NEED_STRLEN
static int yy_flex_strlen (yyconst char * s , yyscan_t yyscanner)
{
register int n;
for ( n = 0; s[n]; ++n )
;
return n;
}
#endif
void *xhpastalloc (yy_size_t size , yyscan_t yyscanner)
{
return (void *) malloc( size );
}
void *xhpastrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner)
{
/* The cast to (char *) in the following accommodates both
* implementations that use char* generic pointers, and those
* that use void* generic pointers. It works with the latter
* because both ANSI C and C++ allow castless assignment from
* any pointer type to void*, and deal with argument conversions
* as though doing an assignment.
*/
return (void *) realloc( (char *) ptr, size );
}
void xhpastfree (void * ptr , yyscan_t yyscanner)
{
free( (char *) ptr ); /* see xhpastrealloc() for (char *) cast */
}
/* %if-tables-serialization definitions */
/* %define-yytables The name for this specific scanner's tables. */
#define YYTABLES_NAME "yytables"
/* %endif */
/* %ok-for-header */
#line 398 "scanner.l"
#ifdef DEBUG
static const char* yy_state_name(int state) {
switch (state) {
case INITIAL:
return "INITIAL";
case PHP:
return "PHP";
case PHP_COMMENT:
return "PHP_COMMENT";
case PHP_EOL_COMMENT:
return "PHP_EOL_COMMENT";
case PHP_DOC_COMMENT:
return "PHP_DOC_COMMENT";
case PHP_HEREDOC_START:
return "PHP_HEREDOC_START";
case PHP_HEREDOC_NSTART:
return "PHP_HEREDOC_NSTART";
case PHP_HEREDOC_NEWLINE:
return "PHP_HEREDOC_NEWLINE";
case PHP_HEREDOC_DATA:
return "PHP_HEREDOC_DATA";
case PHP_NO_RESERVED_WORDS:
return "PHP_NO_RESERVED_WORDS";
case PHP_NO_RESERVED_WORDS_PERSIST:
return "PHP_NO_RESERVED_WORDS_PERSIST";
default:
return "???";
}
}
static void yy_log_token(int tok) {
const char* tokname = yytokname(tok);
if (tokname) {
fprintf(stderr, "--> %s\n", tokname);
} else {
fprintf(stderr, "--> '%c'\n", tok);
}
}
#endif
static int yy_token(int tok, yyguts_t* yyg) {
if (YY_START == PHP_NO_RESERVED_WORDS) {
pop_state();
}
switch (tok) {
case T_OPEN_TAG:
case T_OPEN_TAG_WITH_ECHO:
case T_OPEN_TAG_FAKE:
push_state(PHP);
break;
case T_CLOSE_TAG:
pop_state();
// We need to return a ';', not a T_CLOSE_TAG, because a construct like
// "<?php echo $x ?>" is valid and there are about a billion parser rules
// which terminate with ';' so making a new rule like
// "semicolon_or_close_tag" would be hard. The token in yylval has the
// correct type and value, we just don't generate a node.
return ';';
// In PHP it's ok to use keywords such as 'if' as field names
// or function names.
case T_OBJECT_OPERATOR:
case T_FUNCTION:
push_state(PHP_NO_RESERVED_WORDS);
break;
case T_PAAMAYIM_NEKUDOTAYIM:
if (yyextra->colon_hack) {
yyextra->colon_hack = false;
} else {
push_state(PHP_NO_RESERVED_WORDS);
}
break;
case '{':
// not used anymore
yyextra->curly_stack.push(tok);
break;
}
#ifdef DEBUG
yy_log_token(tok);
#endif
return yyextra->last_token = tok;
}
static inline void yy_scan_newlines(const char* text, struct yyguts_t* yyg) {
for (; *text; ++text) {
if (*text == '\r') {
if (text[1] == '\n') {
++text;
}
++yyextra->lineno;
} else if (*text == '\n') {
++yyextra->lineno;
}
}
}
void xhp_new_push_state(int s, struct yyguts_t* yyg) {
#ifdef DEBUG
fprintf(stderr, "--> PUSH(%s -> %s)\n", yy_state_name(YY_START), yy_state_name(s));
#endif
yy_push_state(s, yyg);
}
void xhp_new_pop_state(struct yyguts_t* yyg) {
#ifdef DEBUG
int s = YY_START;
#endif
yy_pop_state(yyg);
#ifdef DEBUG
fprintf(stderr, "--> POP(%s -> %s)\n", yy_state_name(s), yy_state_name(YY_START));
#endif
}
void xhp_set_state(int s, struct yyguts_t* yyg) {
#ifdef DEBUG
fprintf(stderr, "--> SET(%s)\n", yy_state_name(s));
#endif
BEGIN(s);
}
/* @generated */

Event Timeline