/* A lexical scanner generated by flex */

/* Scanner skeleton version:
 * $Header: /a1/cvsadm/cvsroot/expsir/csubjects/flex/versions.alt/versions.orig/v0/flex.c,v 1.1.1.1 2003/06/02 17:12:00 expsir Exp $
 */

#define FLEX_SCANNER

#include <stdio.h>


/* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
#ifdef c_plusplus
#ifndef __cplusplus
#define __cplusplus
#endif
#endif


#ifdef __cplusplus

#include <stdlib.h>
#include <unistd.h>

/* Use prototypes in function declarations. */
#define YY_USE_PROTOS

/* The "const" storage-class-modifier is valid. */
#define YY_USE_CONST

#else	/* ! __cplusplus */

#ifdef __STDC__

#define YY_USE_PROTOS
#define YY_USE_CONST

#endif	/* __STDC__ */
#endif	/* ! __cplusplus */


#ifdef __TURBOC__
#define YY_USE_CONST
#endif


#ifndef YY_USE_CONST
#ifndef const
#define const
#endif
#endif


#ifdef YY_USE_PROTOS
#define YY_PROTO(proto) proto
#else
#define YY_PROTO(proto) ()
#endif

/* Returned upon end-of-file. */
#define YY_NULL 0

/* Enter a start condition.  This macro really ought to take a parameter,
 * but we do it the disgusting crufty way forced on us by the ()-less
 * definition of BEGIN.
 */
#define BEGIN yy_start = 1 + 2 *

/* Translate the current start state into a value that can be later handed
 * to BEGIN to return to the state.
 */
#define YY_START ((yy_start - 1) / 2)

/* 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".  Now included
 * only for backward compatibility with previous versions of flex.
 */
#define YY_NEW_FILE yyrestart( yyin )

#define YY_END_OF_BUFFER_CHAR 0

/* Size of default input buffer. */
#define YY_BUF_SIZE 16384

typedef struct yy_buffer_state *YY_BUFFER_STATE;

extern int yyleng;
extern FILE *yyin, *yyout;

#ifdef __cplusplus
extern "C" {
#endif
	extern void *yy_flex_alloc YY_PROTO(( int ));
	extern void *yy_flex_realloc YY_PROTO(( void *ptr, int size ));
	extern void yy_flex_free YY_PROTO(( void * ));
	extern int yywrap YY_PROTO(( void ));
	extern void yy_strcpy YY_PROTO(( char *s1, const char *s2 ));
#ifdef __cplusplus
	}
#endif

#define EOB_ACT_CONTINUE_SCAN 0
#define EOB_ACT_END_OF_FILE 1
#define EOB_ACT_LAST_MATCH 2

/* The funky do-while in the following #define is used to turn the definition
 * int a single C statement (which needs a semi-colon terminator).  This
 * avoids problems with code like:
 *
 * 	if ( condition_holds )
 *		yyless( 5 );
 *	else
 *		do_something_else();
 *
 * Prior to using the do-while the compiler would get upset at the
 * "else" because it interpreted the "if" statement as being all
 * done when it reached the ';' after the yyless() call.
 */

/* Return all but the first 'n' matched characters back to the input stream. */

#define yyless(n) \
	do \
		{ \
		/* Undo effects of setting up yytext. */ \
		*yy_cp = yy_hold_char; \
		yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
		YY_DO_BEFORE_ACTION; /* set up yytext again */ \
		} \
	while ( 0 )

#define unput(c) yyunput( c, yytext_ptr )


struct yy_buffer_state
	{
	FILE *yy_input_file;

	char *yy_ch_buf;		/* input buffer */
	char *yy_buf_pos;		/* current position in input buffer */

	/* Size of input buffer in bytes, not including room for EOB
	 * characters.
	 */
	int yy_buf_size;

	/* Number of characters read into yy_ch_buf, not including EOB
	 * characters.
	 */
	int yy_n_chars;

	/* Whether 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 is_interactive;

	/* Whether we've seen an EOF on this buffer. */
	int yy_eof_status;
#define EOF_NOT_SEEN 0
	/* "Pending" happens when the EOF has been seen but there's still
	 * some text to process.  Note that when we actually see the EOF,
	 * we switch the status back to "not seen" (via yyrestart()), so
	 * that the user can continue scanning by just pointing yyin at
	 * a new input file.
	 */
#define EOF_PENDING 1
	};

static YY_BUFFER_STATE yy_current_buffer = 0;

/* 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".
 */
#define YY_CURRENT_BUFFER yy_current_buffer


/* yy_hold_char holds the character lost when yytext is formed. */
static char yy_hold_char;

static int yy_n_chars;		/* number of characters read into yy_ch_buf */


int yyleng;

/* Points to current character in buffer. */
static char *yy_c_buf_p = (char *) 0;
static int yy_init = 1;		/* whether we need to initialize */
static int yy_start = 0;	/* start state number */

/* Flag which is used to allow yywrap()'s to do buffer switches
 * instead of setting up a fresh yyin.  A bit of a hack ...
 */
static int yy_did_buffer_switch_on_eof;

static void yyunput YY_PROTO(( int c, char *buf_ptr ));
void yyrestart YY_PROTO(( FILE *input_file ));
void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
void yy_load_buffer_state YY_PROTO(( void ));
YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b ));
void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));

#define yy_new_buffer yy_create_buffer

#define INITIAL 0
typedef char YY_CHAR;
typedef const struct yy_trans_info *yy_state_type;

#define FLEX_DEBUG
FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
extern char *yytext;
#define yytext_ptr yytext

#ifdef __cplusplus
static int yyinput YY_PROTO(( void ));
#else
static int input YY_PROTO(( void ));
#endif

static yy_state_type yy_get_previous_state YY_PROTO(( void ));
static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
static int yy_get_next_buffer YY_PROTO(( void ));
static void yy_fatal_error YY_PROTO(( const char msg[] ));

/* Done after the current pattern has been matched and before the
 * corresponding action - sets up yytext.
 */
#define YY_DO_BEFORE_ACTION \
	yytext_ptr = yy_bp; \
	yyleng = yy_cp - yy_bp; \
	yy_hold_char = *yy_cp; \
	*yy_cp = '\0'; \
	yy_c_buf_p = yy_cp;

#define YY_END_OF_BUFFER 10
struct yy_trans_info
	{
	short yy_verify;
	short yy_nxt;
	};
static const struct yy_trans_info yy_transition[2904] =
    {
      0,     0,      0,  2776,      0,     1,      0,  2774,      1,   260,
      2,   260,      3,   260,      4,   260,      5,   260,      6,   260,
      7,   260,      8,   260,      9,   262,     10,   264,     11,   260,
     12,   260,     13,   260,     14,   260,     15,   260,     16,   260,
     17,   260,     18,   260,     19,   260,     20,   260,     21,   260,
     22,   260,     23,   260,     24,   260,     25,   260,     26,   260,
     27,   260,     28,   260,     29,   260,     30,   260,     31,   260,
     32,   262,     33,   260,     34,   260,     35,   260,     36,   260,
     37,   260,     38,   260,     39,   260,     40,   260,     41,   260,
     42,   266,     43,   266,     44,   260,     45,   266,     46,   260,

     47,   266,     48,   268,     49,   268,     50,   268,     51,   268,
     52,   268,     53,   268,     54,   268,     55,   268,     56,   268,
     57,   268,     58,   260,     59,   260,     60,   260,     61,   260,
     62,   260,     63,   260,     64,   260,     65,   260,     66,   260,
     67,   260,     68,   260,     69,   260,     70,   260,     71,   260,
     72,   260,     73,   260,     74,   260,     75,   260,     76,   260,
     77,   260,     78,   260,     79,   260,     80,   260,     81,   260,
     82,   260,     83,   260,     84,   260,     85,   260,     86,   260,
     87,   260,     88,   260,     89,   260,     90,   260,     91,   260,
     92,   260,     93,   260,     94,   260,     95,   260,     96,   260,

     97,   278,     98,   304,     99,   278,    100,   278,    101,   428,
    102,   454,    103,   278,    104,   278,    105,   578,    106,   278,
    107,   278,    108,   278,    109,   278,    110,   278,    111,   278,
    112,   604,    113,   278,    114,   278,    115,   278,    116,   728,
    117,   278,    118,   278,    119,   278,    120,   278,    121,   278,
    122,   278,    123,   852,    124,   260,    125,   260,    126,   260,
    127,   260,    128,   260,      0,     1,      0,  2644,      1,   130,
      2,   130,      3,   130,      4,   130,      5,   130,      6,   130,
      7,   130,      8,   130,      9,   132,     10,   134,     11,   130,
     12,   130,     13,   130,     14,   130,     15,   130,     16,   130,

     17,   130,     18,   130,     19,   130,     20,   130,     21,   130,
     22,   130,     23,   130,     24,   130,     25,   130,     26,   130,
     27,   130,     28,   130,     29,   130,     30,   130,     31,   130,
     32,   132,     33,   130,     34,   130,     35,   130,     36,   130,
     37,   130,     38,   130,     39,   130,     40,   130,     41,   130,
     42,   136,     43,   136,     44,   130,     45,   136,     46,   130,
     47,   136,     48,   138,     49,   138,     50,   138,     51,   138,
     52,   138,     53,   138,     54,   138,     55,   138,     56,   138,
     57,   138,     58,   130,     59,   130,     60,   130,     61,   130,
     62,   130,     63,   130,     64,   130,     65,   130,     66,   130,

     67,   130,     68,   130,     69,   130,     70,   130,     71,   130,
     72,   130,     73,   130,     74,   130,     75,   130,     76,   130,
     77,   130,     78,   130,     79,   130,     80,   130,     81,   130,
     82,   130,     83,   130,     84,   130,     85,   130,     86,   130,
     87,   130,     88,   130,     89,   130,     90,   130,     91,   130,
     92,   130,     93,   130,     94,   130,     95,   130,     96,   130,
     97,   148,     98,   174,     99,   148,    100,   148,    101,   298,
    102,   324,    103,   148,    104,   148,    105,   448,    106,   148,
    107,   148,    108,   148,    109,   148,    110,   148,    111,   148,
    112,   474,    113,   148,    114,   148,    115,   148,    116,   598,

    117,   148,    118,   148,    119,   148,    120,   148,    121,   148,
    122,   148,    123,   722,    124,   130,    125,   130,    126,   130,
    127,   130,    128,   130,      0,     8,      0,  2514,      0,     7,
      0,  2512,      0,     7,      0,  2510,      0,     5,      0,  2508,
      0,     1,      0,  2506,      0,     7,      0,  2504,      9,     8,
     10,     8,      9,     6,     10,     6,      0,     6,      0,  2498,
      0,     4,      0,  2496,      9,     0,     10,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,     32,     8,      0,     0,     32,     6,

      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
     32,     0,      0,     4,      0,  2470,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,     46,   714,      0,     0,     48,   726,
     49,   726,     50,   726,     51,   726,     52,   726,     53,   726,
     54,   726,     55,   726,     56,   726,     57,   726,     48,   726,
     49,   726,     50,   726,     51,   726,     52,   726,     53,   726,
     54,   726,     55,   726,     56,   726,     57,   726,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,

      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
     48,   700,     49,   700,     50,   700,     51,   700,     52,   700,
     53,   700,     54,   700,     55,   700,     56,   700,     57,   700,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,     97,   726,     98,   726,
     99,   726,    100,   726,    101,   726,    102,   726,    103,   726,
    104,   726,    105,   726,    106,   726,    107,   726,    108,   726,
    109,   726,    110,   726,    111,   726,    112,   726,    113,   726,
    114,   726,    115,   726,    116,   726,    117,   726,    118,   726,

    119,   726,    120,   726,    121,   726,    122,   726,     97,   700,
     98,   700,     99,   700,    100,   700,    101,   775,    102,   700,
    103,   700,    104,   700,    105,   700,    106,   700,    107,   700,
    108,   700,    109,   700,    110,   700,    111,   700,    112,   700,
    113,   700,    114,   700,    115,   700,    116,   700,    117,   700,
    118,   700,    119,   700,    120,   700,    121,   700,    122,   700,
      0,     4,      0,  2346,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,

      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     4,      0,  2320,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,     48,   576,
     49,   576,     50,   576,     51,   576,     52,   576,     53,   576,
     54,   576,     55,   576,     56,   576,     57,   576,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,

      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
     48,   550,     49,   550,     50,   550,     51,   550,     52,   550,
     53,   550,     54,   550,     55,   550,     56,   550,     57,   550,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,     97,   576,     98,   576,
     99,   576,    100,   576,    101,   576,    102,   576,    103,   576,
    104,   576,    105,   576,    106,   576,    107,   576,    108,   576,
    109,   576,    110,   726,    111,   576,    112,   576,    113,   576,
    114,   576,    115,   576,    116,   576,    117,   576,    118,   576,

    119,   576,    120,   576,    121,   576,    122,   576,     97,   550,
     98,   550,     99,   550,    100,   550,    101,   550,    102,   550,
    103,   550,    104,   550,    105,   550,    106,   550,    107,   550,
    108,   550,    109,   550,    110,   550,    111,   550,    112,   550,
    113,   550,    114,   550,    115,   550,    116,   550,    117,   775,
    118,   550,    119,   550,    120,   550,    121,   550,    122,   550,
      0,     4,      0,  2196,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,

      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     4,      0,  2170,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,     48,   426,
     49,   426,     50,   426,     51,   426,     52,   426,     53,   426,
     54,   426,     55,   426,     56,   426,     57,   426,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,

      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
     48,   400,     49,   400,     50,   400,     51,   400,     52,   400,
     53,   400,     54,   400,     55,   400,     56,   400,     57,   400,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,     97,   426,     98,   426,
     99,   426,    100,   426,    101,   426,    102,   726,    103,   426,
    104,   426,    105,   426,    106,   426,    107,   426,    108,   426,
    109,   426,    110,   426,    111,   426,    112,   426,    113,   426,
    114,   426,    115,   426,    116,   426,    117,   426,    118,   426,

    119,   426,    120,   426,    121,   426,    122,   426,     97,   400,
     98,   400,     99,   400,    100,   400,    101,   400,    102,   400,
    103,   400,    104,   400,    105,   400,    106,   400,    107,   400,
    108,   400,    109,   400,    110,   400,    111,   400,    112,   400,
    113,   400,    114,   775,    115,   400,    116,   400,    117,   400,
    118,   400,    119,   400,    120,   400,    121,   400,    122,   400,
      0,     4,      0,  2046,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,

      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,     48,   276,
     49,   276,     50,   276,     51,   276,     52,   276,     53,   276,
     54,   276,     55,   276,     56,   276,     57,   276,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,

      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,     97,   276,     98,   276,
     99,   276,    100,   276,    101,   276,    102,   276,    103,   276,
    104,   726,    105,   276,    106,   276,    107,   276,    108,   276,
    109,   276,    110,   276,    111,   276,    112,   276,    113,   276,
    114,   276,    115,   276,    116,   276,    117,   276,    118,   276,

    119,   276,    120,   276,    121,   276,    122,   276,      0,     8,
      0,  1922,      1,   726,      2,   726,      3,   726,      4,   726,
      5,   726,      6,   726,      7,   726,      8,   726,      9,   726,
      0,     0,     11,   726,     12,   726,     13,   726,     14,   726,
     15,   726,     16,   726,     17,   726,     18,   726,     19,   726,
     20,   726,     21,   726,     22,   726,     23,   726,     24,   726,
     25,   726,     26,   726,     27,   726,     28,   726,     29,   726,
     30,   726,     31,   726,     32,   726,     33,   726,     34,   726,
     35,   726,     36,   726,     37,   726,     38,   726,     39,   726,
     40,   726,     41,   726,     42,   726,     43,   726,     44,   726,

     45,   726,     46,   726,     47,   726,     48,   726,     49,   726,
     50,   726,     51,   726,     52,   726,     53,   726,     54,   726,
     55,   726,     56,   726,     57,   726,     58,   726,     59,   726,
     60,   726,     61,   726,     62,   726,     63,   726,     64,   726,
     65,   726,     66,   726,     67,   726,     68,   726,     69,   726,
     70,   726,     71,   726,     72,   726,     73,   726,     74,   726,
     75,   726,     76,   726,     77,   726,     78,   726,     79,   726,
     80,   726,     81,   726,     82,   726,     83,   726,     84,   726,
     85,   726,     86,   726,     87,   726,     88,   726,     89,   726,
     90,   726,     91,   726,     92,   726,     93,   726,     94,   726,

     95,   726,     96,   726,     97,   726,     98,   726,     99,   726,
    100,   726,    101,   726,    102,   726,    103,   726,    104,   726,
    105,   726,    106,   726,    107,   726,    108,   726,    109,   726,
    110,   726,    111,   726,    112,   726,    113,   726,    114,   726,
    115,   726,    116,   726,    117,   726,    118,   726,    119,   726,
    120,   726,    121,   726,    122,   726,    123,   726,    124,   726,
    125,  -576,    126,   726,    127,   726,    128,   726,      0,     2,
      0,  1792,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     1,      0,  1780,      0,     0,      0,     0,

      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     4,      0,  1770,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,     48,   726,     49,   726,
     50,   726,     51,   726,     52,   726,     53,   726,     54,   726,
     55,   726,     56,   726,     57,   726,     46,   -12,      0,     0,
     48,     0,     49,     0,     50,     0,     51,     0,     52,     0,

     53,     0,     54,     0,     55,     0,     56,     0,     57,     0,
     48,     0,     49,     0,     50,     0,     51,     0,     52,     0,
     53,     0,     54,     0,     55,     0,     56,     0,     57,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     4,      0,  1695,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,

      0,     0,      0,     0,      0,     0,      0,     0,     97,     0,
     98,     0,     99,     0,    100,     0,    101,     0,    102,     0,
    103,     0,    104,     0,    105,     0,    106,     0,    107,     0,
    108,     0,    109,     0,    110,     0,    111,     0,    112,     0,
    113,     0,    114,     0,    115,     0,    116,     0,    117,     0,
    118,     0,    119,     0,    120,     0,    121,     0,    122,     0,
     48,   -75,     49,   -75,     50,   -75,     51,   -75,     52,   -75,
     53,   -75,     54,   -75,     55,   -75,     56,   -75,     57,   -75,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,

      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     4,      0,  1620,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,     97,   -75,
     98,   -75,     99,   -75,    100,   -75,    101,   -75,    102,   -75,
    103,   639,    104,   -75,    105,   -75,    106,   -75,    107,   -75,
    108,   -75,    109,   -75,    110,   -75,    111,   -75,    112,   -75,
    113,   -75,    114,   -75,    115,   -75,    116,   -75,    117,   -75,

    118,   -75,    119,   -75,    120,   -75,    121,   -75,    122,   -75,
     48,  -150,     49,  -150,     50,  -150,     51,  -150,     52,  -150,
     53,  -150,     54,  -150,     55,  -150,     56,  -150,     57,  -150,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     4,      0,  1545,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,

      0,     0,      0,     0,      0,     0,      0,     0,     97,  -150,
     98,  -150,     99,  -150,    100,   150,    101,  -150,    102,  -150,
    103,  -150,    104,  -150,    105,  -150,    106,  -150,    107,  -150,
    108,  -150,    109,  -150,    110,  -150,    111,  -150,    112,  -150,
    113,  -150,    114,  -150,    115,  -150,    116,  -150,    117,  -150,
    118,  -150,    119,  -150,    120,  -150,    121,  -150,    122,  -150,
     48,  -225,     49,  -225,     50,  -225,     51,  -225,     52,  -225,
     53,  -225,     54,  -225,     55,  -225,     56,  -225,     57,  -225,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,

      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     3,      0,  1470,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,     97,  -225,
     98,  -225,     99,  -225,    100,  -225,    101,  -225,    102,  -225,
    103,  -225,    104,  -225,    105,  -225,    106,  -225,    107,  -225,
    108,  -225,    109,  -225,    110,   515,    111,  -225,    112,  -225,
    113,  -225,    114,  -225,    115,  -225,    116,  -225,    117,  -225,

    118,  -225,    119,  -225,    120,  -225,    121,  -225,    122,  -225,
     48,  -300,     49,  -300,     50,  -300,     51,  -300,     52,  -300,
     53,  -300,     54,  -300,     55,  -300,     56,  -300,     57,  -300,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     4,      0,  1395,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,

      0,     0,      0,     0,      0,     0,      0,     0,     97,  -300,
     98,  -300,     99,  -300,    100,  -300,    101,  -300,    102,  -300,
    103,  -300,    104,  -300,    105,  -300,    106,  -300,    107,  -300,
    108,  -300,    109,  -300,    110,  -300,    111,  -300,    112,  -300,
    113,  -300,    114,  -300,    115,  -300,    116,  -300,    117,  -300,
    118,  -300,    119,  -300,    120,  -300,    121,  -300,    122,  -300,
     48,  -375,     49,  -375,     50,  -375,     51,  -375,     52,  -375,
     53,  -375,     54,  -375,     55,  -375,     56,  -375,     57,  -375,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,

      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     4,      0,  1320,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,     97,  -375,
     98,  -375,     99,  -375,    100,  -375,    101,  -375,    102,  -375,
    103,  -375,    104,  -375,    105,  -375,    106,  -375,    107,  -375,
    108,  -375,    109,  -375,    110,  -375,    111,   489,    112,  -375,
    113,  -375,    114,  -375,    115,  -375,    116,  -375,    117,  -375,

    118,  -375,    119,  -375,    120,  -375,    121,  -375,    122,  -375,
     48,  -450,     49,  -450,     50,  -450,     51,  -450,     52,  -450,
     53,  -450,     54,  -450,     55,  -450,     56,  -450,     57,  -450,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,

      0,     0,      0,     0,      0,     0,      0,     0,     97,  -450,
     98,  -450,     99,  -450,    100,  -450,    101,   440,    102,  -450,
    103,  -450,    104,  -450,    105,  -450,    106,  -450,    107,  -450,
    108,  -450,    109,  -450,    110,  -450,    111,  -450,    112,  -450,
    113,  -450,    114,  -450,    115,  -450,    116,  -450,    117,  -450,
    118,  -450,    119,  -450,    120,  -450,    121,  -450,    122,  -450,
      0,     0,      0,  1196,      1,     0,      2,     0,      3,     0,
      4,     0,      5,     0,      6,     0,      7,     0,      8,     0,
      9,     0,      0,     0,     11,     0,     12,     0,     13,     0,
     14,     0,     15,     0,     16,     0,     17,     0,     18,     0,

     19,     0,     20,     0,     21,     0,     22,     0,     23,     0,
     24,     0,     25,     0,     26,     0,     27,     0,     28,     0,
     29,     0,     30,     0,     31,     0,     32,     0,     33,     0,
     34,     0,     35,     0,     36,     0,     37,     0,     38,     0,
     39,     0,     40,     0,     41,     0,     42,     0,     43,     0,
     44,     0,     45,     0,     46,     0,     47,     0,     48,     0,
     49,     0,     50,     0,     51,     0,     52,     0,     53,     0,
     54,     0,     55,     0,     56,     0,     57,     0,     58,     0,
     59,     0,     60,     0,     61,     0,     62,     0,     63,     0,
     64,     0,     65,     0,     66,     0,     67,     0,     68,     0,

     69,     0,     70,     0,     71,     0,     72,     0,     73,     0,
     74,     0,     75,     0,     76,     0,     77,     0,     78,     0,
     79,     0,     80,     0,     81,     0,     82,     0,     83,     0,
     84,     0,     85,     0,     86,     0,     87,     0,     88,     0,
     89,     0,     90,     0,     91,     0,     92,     0,     93,     0,
     94,     0,     95,     0,     96,     0,     97,     0,     98,     0,
     99,     0,    100,     0,    101,     0,    102,     0,    103,     0,
    104,     0,    105,     0,    106,     0,    107,     0,    108,     0,
    109,     0,    110,     0,    111,     0,    112,     0,    113,     0,
    114,     0,    115,     0,    116,     0,    117,     0,    118,     0,

    119,     0,    120,     0,    121,     0,    122,     0,    123,     0,
    124,     0,    125, -1302,    126,     0,    127,     0,    128,     0,
      0,     2,      0,  1066,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     4,      0,  1056,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     4,      0,  1030,      0,     0,      0,     0,

      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,     48,     0,
     49,     0,     50,     0,     51,     0,     52,     0,     53,     0,
     54,     0,     55,     0,     56,     0,     57,     0,     48,  -714,
     49,  -714,     50,  -714,     51,  -714,     52,  -714,     53,  -714,
     54,  -714,     55,  -714,     56,  -714,     57,  -714,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
     48,  -740,     49,  -740,     50,  -740,     51,  -740,     52,  -740,

     53,  -740,     54,  -740,     55,  -740,     56,  -740,     57,  -740,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,     97,  -714,     98,  -714,
     99,  -714,    100,  -714,    101,  -714,    102,  -714,    103,  -714,
    104,  -714,    105,   300,    106,  -714,    107,  -714,    108,  -714,
    109,  -714,    110,  -714,    111,  -714,    112,  -714,    113,  -714,
    114,  -714,    115,  -714,    116,  -714,    117,  -714,    118,  -714,
    119,  -714,    120,  -714,    121,  -714,    122,  -714,     97,  -740,
     98,  -740,     99,   300,    100,  -740,    101,  -740,    102,  -740,

    103,  -740,    104,  -740,    105,  -740,    106,  -740,    107,  -740,
    108,  -740,    109,  -740,    110,  -740,    111,  -740,    112,  -740,
    113,  -740,    114,  -740,    115,  -740,    116,  -740,    117,  -740,
    118,  -740,    119,  -740,    120,  -740,    121,  -740,    122,  -740,
      0,     4,      0,   906,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     4,      0,   880,      0,     0,      0,     0,

      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,     48,  -864,
     49,  -864,     50,  -864,     51,  -864,     52,  -864,     53,  -864,
     54,  -864,     55,  -864,     56,  -864,     57,  -864,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
     48,  -890,     49,  -890,     50,  -890,     51,  -890,     52,  -890,

     53,  -890,     54,  -890,     55,  -890,     56,  -890,     57,  -890,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,     97,  -864,     98,  -864,
     99,   300,    100,  -864,    101,  -864,    102,  -864,    103,  -864,
    104,  -864,    105,  -864,    106,  -864,    107,  -864,    108,  -864,
    109,  -864,    110,  -864,    111,  -864,    112,  -864,    113,  -864,
    114,  -864,    115,  -864,    116,  -864,    117,  -864,    118,  -864,
    119,  -864,    120,  -864,    121,  -864,    122,  -864,     97,  -890,
     98,  -890,     99,  -890,    100,  -890,    101,  -890,    102,  -890,

    103,  -890,    104,  -890,    105,  -890,    106,  -890,    107,  -890,
    108,  -890,    109,  -890,    110,  -590,    111,  -890,    112,  -890,
    113,  -890,    114,  -890,    115,  -890,    116,  -890,    117,  -890,
    118,  -890,    119,  -890,    120,  -890,    121,  -890,    122,  -890,
      0,     4,      0,   756,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     4,      0,   730,      0,     0,      0,     0,

      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,     48, -1014,
     49, -1014,     50, -1014,     51, -1014,     52, -1014,     53, -1014,
     54, -1014,     55, -1014,     56, -1014,     57, -1014,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
     48, -1040,     49, -1040,     50, -1040,     51, -1040,     52, -1040,

     53, -1040,     54, -1040,     55, -1040,     56, -1040,     57, -1040,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,     97, -1014,     98, -1014,
     99, -1014,    100, -1014,    101, -1014,    102, -1014,    103, -1014,
    104, -1014,    105, -1014,    106, -1014,    107, -1014,    108, -1014,
    109, -1014,    110,  -714,    111, -1014,    112, -1014,    113, -1014,
    114, -1014,    115, -1014,    116, -1014,    117, -1014,    118, -1014,
    119, -1014,    120, -1014,    121, -1014,    122, -1014,     97, -1040,
     98, -1040,     99, -1040,    100, -1040,    101, -1040,    102, -1040,

    103, -1040,    104, -1040,    105, -1040,    106, -1040,    107, -1040,
    108, -1040,    109, -1040,    110, -1040,    111, -1040,    112, -1040,
    113, -1040,    114, -1040,    115, -1040,    116,   150,    117, -1040,
    118, -1040,    119, -1040,    120, -1040,    121, -1040,    122, -1040,
      0,     4,      0,   606,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     4,      0,   580,      0,     0,      0,     0,

      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,     48, -1164,
     49, -1164,     50, -1164,     51, -1164,     52, -1164,     53, -1164,
     54, -1164,     55, -1164,     56, -1164,     57, -1164,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
     48, -1190,     49, -1190,     50, -1190,     51, -1190,     52, -1190,

     53, -1190,     54, -1190,     55, -1190,     56, -1190,     57, -1190,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,     97, -1164,     98, -1164,
     99, -1164,    100, -1164,    101,   150,    102, -1164,    103, -1164,
    104, -1164,    105, -1164,    106, -1164,    107, -1164,    108, -1164,
    109, -1164,    110, -1164,    111, -1164,    112, -1164,    113, -1164,
    114, -1164,    115, -1164,    116, -1164,    117, -1164,    118, -1164,
    119, -1164,    120, -1164,    121, -1164,    122, -1164,     97, -1190,
     98, -1190,     99, -1190,    100, -1190,    101, -1190,    102, -1190,

    103, -1190,    104, -1190,    105,   150,    106, -1190,    107, -1190,
    108, -1190,    109, -1190,    110, -1190,    111, -1190,    112, -1190,
    113, -1190,    114, -1190,    115, -1190,    116, -1190,    117, -1190,
    118, -1190,    119, -1190,    120, -1190,    121, -1190,    122, -1190,
      0,     4,      0,   456,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     4,      0,   430,      0,     0,      0,     0,

      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,     48, -1314,
     49, -1314,     50, -1314,     51, -1314,     52, -1314,     53, -1314,
     54, -1314,     55, -1314,     56, -1314,     57, -1314,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
     48, -1340,     49, -1340,     50, -1340,     51, -1340,     52, -1340,

     53, -1340,     54, -1340,     55, -1340,     56, -1340,     57, -1340,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,     97, -1314,     98, -1314,
     99, -1314,    100,   150,    101, -1314,    102, -1314,    103, -1314,
    104, -1314,    105, -1314,    106, -1314,    107, -1314,    108, -1314,
    109, -1314,    110, -1314,    111, -1314,    112, -1314,    113, -1314,
    114, -1314,    115, -1314,    116, -1314,    117, -1314,    118, -1314,
    119, -1314,    120, -1314,    121, -1314,    122, -1314,     97, -1340,
     98, -1340,     99, -1340,    100, -1340,    101, -1340,    102, -1340,

    103, -1340,    104, -1340,    105, -1340,    106, -1340,    107, -1340,
    108, -1340,    109, -1340,    110, -1340,    111,   150,    112, -1340,
    113, -1340,    114, -1340,    115, -1340,    116, -1340,    117, -1340,
    118, -1340,    119, -1340,    120, -1340,    121, -1340,    122, -1340,
      0,     4,      0,   306,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     4,      0,   280,      0,     0,      0,     0,

      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,     48, -1464,
     49, -1464,     50, -1464,     51, -1464,     52, -1464,     53, -1464,
     54, -1464,     55, -1464,     56, -1464,     57, -1464,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
     48, -1490,     49, -1490,     50, -1490,     51, -1490,     52, -1490,

     53, -1490,     54, -1490,     55, -1490,     56, -1490,     57, -1490,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,     97, -1464,     98, -1464,
     99, -1464,    100, -1464,    101, -1464,    102, -1464,    103, -1464,
    104, -1464,    105, -1464,    106, -1464,    107, -1464,    108, -1464,
    109, -1464,    110, -1464,    111, -1464,    112, -1464,    113, -1464,
    114, -1464,    115, -1464,    116, -1464,    117,   150,    118, -1464,
    119, -1464,    120, -1464,    121, -1464,    122, -1464,     97, -1490,
     98, -1490,     99, -1490,    100, -1490,    101, -1490,    102, -1490,

    103, -1490,    104, -1490,    105, -1490,    106, -1490,    107, -1490,
    108, -1490,    109, -1490,    110, -1190,    111, -1490,    112, -1490,
    113, -1490,    114, -1490,    115, -1490,    116, -1490,    117, -1490,
    118, -1490,    119, -1490,    120, -1490,    121, -1490,    122, -1490,
      0,     4,      0,   156,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     4,      0,   130,      0,     0,      0,     0,

      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,     48, -1614,
     49, -1614,     50, -1614,     51, -1614,     52, -1614,     53, -1614,
     54, -1614,     55, -1614,     56, -1614,     57, -1614,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
     48, -1640,     49, -1640,     50, -1640,     51, -1640,     52, -1640,

     53, -1640,     54, -1640,     55, -1640,     56, -1640,     57, -1640,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,      0,     0,      0,     0,     97, -1614,     98, -1614,
     99, -1614,    100, -1614,    101, -1614,    102, -1614,    103, -1614,
    104, -1614,    105, -1614,    106, -1614,    107, -1614,    108, -1614,
    109, -1614,    110, -1614,    111, -1614,    112, -1614,    113, -1614,
    114,    26,    115, -1614,    116, -1614,    117, -1614,    118, -1614,
    119, -1614,    120, -1614,    121, -1614,    122, -1614,     97, -1640,
     98, -1640,     99, -1640,    100, -1640,    101, -1340,    102, -1640,

    103, -1640,    104, -1640,    105, -1640,    106, -1640,    107, -1640,
    108, -1640,    109, -1640,    110, -1640,    111, -1640,    112, -1640,
    113, -1640,    114, -1640,    115, -1640,    116, -1640,    117, -1640,
    118, -1640,    119, -1640,    120, -1640,    121, -1640,    122, -1640,
      0,     0,      0,     0,      0,     0,      0,     0,      0,     0,
      0,     0,    129,    10,      1,     0,    };

static const struct yy_trans_info *yy_start_state_list[3] =
    {
    &yy_transition[1],
    &yy_transition[3],
    &yy_transition[133],


    } ;

static yy_state_type yy_last_accepting_state;
static char *yy_last_accepting_cpos;

extern int yy_flex_debug;
int yy_flex_debug = 1;

static const short int yy_rule_linenum[9] =
    {   0,
       13,   17,   21,   25,   27,   29,   31,   33
    } ;

/* The intent behind this definition is that it'll catch
 * any uses of REJECT which flex missed.
 */
#define REJECT reject_used_but_not_detected
#define yymore() yymore_used_but_not_detected
#define YY_MORE_ADJ 0
char *yytext;
# line 1 "../inputs/in.0"
/* scanner for a toy Pascal-like language */
# line 4 "../inputs/in.0"
/* need this for the call to atof() below */
#include <math.h>

/* Macros after this point can all be overridden by user definitions in
 * section 1.
 */

/* Amount of stuff to slurp up with each read. */
#ifndef YY_READ_BUF_SIZE
#define YY_READ_BUF_SIZE 8192
#endif

/* Copy whatever the last rule matched to the standard output. */

#ifndef ECHO
/* This used to be an fputs(), but since the string might contain NUL's,
 * we now use fwrite().
 */
#define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
#endif

/* Gets input and stuffs it into "buf".  number of characters read, or YY_NULL,
 * is returned in "result".
 */
#ifndef YY_INPUT
#define YY_INPUT(buf,result,max_size) \
	if ( (result = read( fileno(yyin), (char *) buf, max_size )) < 0 ) \
		YY_FATAL_ERROR( "input in flex scanner failed" );
#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

/* Report a fatal error. */
#ifndef YY_FATAL_ERROR
#define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
#endif

/* Default declaration of generated scanner - a define so the user can
 * easily add parameters.
 */
#ifndef YY_DECL
#define YY_DECL int yylex YY_PROTO(( void ))
#endif

/* Code executed at the end of each rule. */
#ifndef YY_BREAK
#define YY_BREAK break;
#endif

YY_DECL
	{
	register yy_state_type yy_current_state;
	register char *yy_cp, *yy_bp;
	register int yy_act;

# line 11 "../inputs/in.0"



	if ( yy_init )
		{
#ifdef YY_USER_INIT
		YY_USER_INIT;
#endif

		if ( ! yy_start )
			yy_start = 1;	/* first start state */

		if ( ! yyin )
			yyin = stdin;

		if ( ! yyout )
			yyout = stdout;

		if ( yy_current_buffer )
			yy_init_buffer( yy_current_buffer, yyin );
		else
			yy_current_buffer =
				yy_create_buffer( yyin, YY_BUF_SIZE );

		yy_load_buffer_state();

		yy_init = 0;
		}

	while ( 1 )		/* loops until end-of-file is reached */
		{
		yy_cp = yy_c_buf_p;

		/* Support of yytext. */
		*yy_cp = yy_hold_char;

		/* yy_bp points to the position in yy_ch_buf of the start of
		 * the current run.
		 */
		yy_bp = yy_cp;

		yy_current_state = yy_start_state_list[yy_start];
yy_match:
		{
		register const struct yy_trans_info *yy_trans_info;

		register YY_CHAR yy_c;

		for ( yy_c = *yy_cp;
		      (yy_trans_info = &yy_current_state[(unsigned int) yy_c])->
		yy_verify == yy_c;
		      yy_c = *++yy_cp )
			{
			yy_current_state += yy_trans_info->yy_nxt;

			if ( yy_current_state[-1].yy_nxt )
				{
				yy_last_accepting_state = yy_current_state;
				yy_last_accepting_cpos = yy_cp;
				}
			}
		}

yy_find_action:
		yy_act = yy_current_state[-1].yy_nxt;

		YY_DO_BEFORE_ACTION;

#ifdef YY_USER_ACTION
		if ( yy_act != YY_END_OF_BUFFER )
			{
			YY_USER_ACTION;
			}
#endif


do_action:	/* This label is used only to access EOF actions. */

		if ( yy_flex_debug )
			{
			if ( yy_act == 0 )
				fprintf( stderr, "--scanner backing up\n" );
			else if ( yy_act < 9 )
				fprintf( stderr, "--accepting rule at line %d (\"%s\")\n",
				         yy_rule_linenum[yy_act], yytext );
			else if ( yy_act == 9 )
				fprintf( stderr, "--accepting default rule (\"%s\")\n",
				         yytext );
			else if ( yy_act == 10 )
				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 */
			case 0: /* must back up */
			/* undo the effects of YY_DO_BEFORE_ACTION */
			*yy_cp = yy_hold_char;
			yy_cp = yy_last_accepting_cpos + 1;
			yy_current_state = yy_last_accepting_state;
			goto yy_find_action;

case 1:
# line 13 "../inputs/in.0"
{
		printf("An integer: %s (%d)\n", yytext, atoi(yytext));
		}
	YY_BREAK
case 2:
# line 17 "../inputs/in.0"
{
		printf("A float: %s (%g)\n", yytext, atof(yytext));
		}
	YY_BREAK
case 3:
# line 21 "../inputs/in.0"
{
		printf("A keyword: %s\n", yytext);
		}
	YY_BREAK
case 4:
# line 25 "../inputs/in.0"
printf("An identifier: %s\n", yytext);
	YY_BREAK
case 5:
# line 27 "../inputs/in.0"
printf("An operator: %s\n", yytext);
	YY_BREAK
case 6:
# line 29 "../inputs/in.0"
/* eat up one-line comments */
	YY_BREAK
case 7:
# line 31 "../inputs/in.0"
/* eat up whitespace */
	YY_BREAK
case 8:
# line 33 "../inputs/in.0"
printf("Unrecognized character: %s\n", yytext);
	YY_BREAK
case 9:
# line 35 "../inputs/in.0"
ECHO;
	YY_BREAK
case YY_STATE_EOF(INITIAL):
	yyterminate();

	case YY_END_OF_BUFFER:
		{
		/* Amount of text matched not including the EOB char. */
		int yy_amount_of_matched_text = yy_cp - yytext_ptr - 1;

		/* Undo the effects of YY_DO_BEFORE_ACTION. */
		*yy_cp = yy_hold_char;

		/* Note that here we test for yy_c_buf_p "<=" to the position
		 * of the first EOB in the buffer, since yy_c_buf_p will
		 * already have been incremented past the NUL character
		 * (since all states make transitions on EOB to the
		 * end-of-buffer state).  Contrast this with the test
		 * in input().
		 */
		if ( yy_c_buf_p <= &yy_current_buffer->yy_ch_buf[yy_n_chars] )
			{ /* This was really a NUL. */
			yy_state_type yy_next_state;

			yy_c_buf_p = yytext_ptr + yy_amount_of_matched_text;

			yy_current_state = yy_get_previous_state();

			/* Okay, we're now positioned to make the NUL
			 * transition.  We couldn't have
			 * yy_get_previous_state() go ahead and do it
			 * for us because it doesn't know how to deal
			 * with the possibility of jamming (and we don't
			 * want to build jamming into it because then it
			 * will run more slowly).
			 */

			yy_next_state = yy_try_NUL_trans( yy_current_state );

			yy_bp = yytext_ptr + YY_MORE_ADJ;

			if ( yy_next_state )
				{
				/* Consume the NUL. */
				yy_cp = ++yy_c_buf_p;
				yy_current_state = yy_next_state;
				goto yy_match;
				}

			else
				{
							yy_cp = yy_c_buf_p;
				goto yy_find_action;
				}
			}

		else switch ( yy_get_next_buffer() )
			{
			case EOB_ACT_END_OF_FILE:
				{
				yy_did_buffer_switch_on_eof = 0;

				if ( yywrap() )
					{
					/* Note: because we've taken care in
					 * yy_get_next_buffer() to have set up
					 * yytext, we can now set up
					 * yy_c_buf_p so that if some total
					 * hoser (like flex itself) wants to
					 * call the scanner after we return the
					 * YY_NULL, it'll still work - another
					 * YY_NULL will get returned.
					 */
					yy_c_buf_p = yytext_ptr + YY_MORE_ADJ;

					yy_act = YY_STATE_EOF(YY_START);
					goto do_action;
					}

				else
					{
					if ( ! yy_did_buffer_switch_on_eof )
						YY_NEW_FILE;
					}
				break;
				}

			case EOB_ACT_CONTINUE_SCAN:
				yy_c_buf_p =
					yytext_ptr + yy_amount_of_matched_text;

				yy_current_state = yy_get_previous_state();

				yy_cp = yy_c_buf_p;
				yy_bp = yytext_ptr + YY_MORE_ADJ;
				goto yy_match;

			case EOB_ACT_LAST_MATCH:
				yy_c_buf_p =
				&yy_current_buffer->yy_ch_buf[yy_n_chars];

				yy_current_state = yy_get_previous_state();

				yy_cp = yy_c_buf_p;
				yy_bp = yytext_ptr + YY_MORE_ADJ;
				goto yy_find_action;
			}
		break;
		}

	default:
#ifdef FLEX_DEBUG
		printf( "action # %d\n", yy_act );
#endif
		YY_FATAL_ERROR(
			"fatal flex scanner internal error--no action found" );
	} /* end of action switch */
		} /* end of scanning one token */
	} /* end of yylex */


/* yy_get_next_buffer - try to read in a new buffer
 *
 * Returns a code representing an action:
 *	EOB_ACT_LAST_MATCH -
 *	EOB_ACT_CONTINUE_SCAN - continue scanning from current position
 *	EOB_ACT_END_OF_FILE - end of file
 */

static int yy_get_next_buffer()
	{
	register char *dest = yy_current_buffer->yy_ch_buf;
	register char *source = yytext_ptr - 1; /* copy prev. char, too */
	register int number_to_move, i;
	int ret_val;

	if ( yy_c_buf_p > &yy_current_buffer->yy_ch_buf[yy_n_chars + 1] )
		YY_FATAL_ERROR(
		"fatal flex scanner internal error--end of buffer missed" );

	/* Try to read more data. */

	/* First move last chars to start of buffer. */
	number_to_move = yy_c_buf_p - yytext_ptr;

	for ( i = 0; i < number_to_move; ++i )
		*(dest++) = *(source++);

	if ( yy_current_buffer->yy_eof_status != EOF_NOT_SEEN )
		/* don't do the read, it's not guaranteed to return an EOF,
		 * just force an EOF
		 */
		yy_n_chars = 0;

	else
		{
		int num_to_read =
			yy_current_buffer->yy_buf_size - number_to_move - 1;

		while ( num_to_read <= 0 )
			{ /* Not enough room in the buffer - grow it. */
#ifdef YY_USES_REJECT
			YY_FATAL_ERROR(
"input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
#else

			/* just a shorter name for the current buffer */
			YY_BUFFER_STATE b = yy_current_buffer;

			int yy_c_buf_p_offset = yy_c_buf_p - b->yy_ch_buf;

			b->yy_buf_size *= 2;
			b->yy_ch_buf = (char *)
				yy_flex_realloc( (void *) b->yy_ch_buf,
						 b->yy_buf_size );

			if ( ! b->yy_ch_buf )
				YY_FATAL_ERROR(
				"fatal error - scanner input buffer overflow" );

			yy_c_buf_p = &b->yy_ch_buf[yy_c_buf_p_offset];

			num_to_read = yy_current_buffer->yy_buf_size -
						number_to_move - 1;
#endif
			}

		if ( num_to_read > YY_READ_BUF_SIZE )
			num_to_read = YY_READ_BUF_SIZE;

		/* Read in more data. */
		YY_INPUT( (&yy_current_buffer->yy_ch_buf[number_to_move]),
			yy_n_chars, num_to_read );
		}

	if ( yy_n_chars == 0 )
		{
		if ( number_to_move - YY_MORE_ADJ == 1 )
			{
			ret_val = EOB_ACT_END_OF_FILE;
			yyrestart( yyin );
			}

		else
			{
			ret_val = EOB_ACT_LAST_MATCH;
			yy_current_buffer->yy_eof_status = EOF_PENDING;
			}
		}

	else
		ret_val = EOB_ACT_CONTINUE_SCAN;

	yy_n_chars += number_to_move;
	yy_current_buffer->yy_ch_buf[yy_n_chars] = YY_END_OF_BUFFER_CHAR;
	yy_current_buffer->yy_ch_buf[yy_n_chars + 1] = YY_END_OF_BUFFER_CHAR;

	/* yytext begins at the second character in yy_ch_buf; the first
	 * character is the one which preceded it before reading in the latest
	 * buffer; it needs to be kept around in case it's a newline, so
	 * yy_get_previous_state() will have with '^' rules active.
	 */

	yytext_ptr = &yy_current_buffer->yy_ch_buf[1];

	return ret_val;
	}


/* yy_get_previous_state - get the state just before the EOB char was reached */

static yy_state_type yy_get_previous_state()
	{
	register yy_state_type yy_current_state;
	register char *yy_cp;

	yy_current_state = yy_start_state_list[yy_start];

	for ( yy_cp = yytext_ptr + YY_MORE_ADJ; yy_cp < yy_c_buf_p; ++yy_cp )
		{
		yy_current_state += yy_current_state[(unsigned int) (*yy_cp ? *yy_cp : 128)].yy_nxt;
		if ( yy_current_state[-1].yy_nxt )
			{
			yy_last_accepting_state = yy_current_state;
			yy_last_accepting_cpos = yy_cp;
			}
		}

	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 );
 */

#ifdef YY_USE_PROTOS
static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )
#else
static yy_state_type yy_try_NUL_trans( yy_current_state )
yy_state_type yy_current_state;
#endif
	{
	register int yy_is_jam;
	register char *yy_cp = yy_c_buf_p;

	register int yy_c = 128;
	register const struct yy_trans_info *yy_trans_info;

	yy_trans_info = &yy_current_state[(unsigned int) yy_c];
	yy_current_state += yy_trans_info->yy_nxt;
	yy_is_jam = (yy_trans_info->yy_verify != yy_c);

	if ( ! yy_is_jam )
		{
		if ( yy_current_state[-1].yy_nxt )
			{
			yy_last_accepting_state = yy_current_state;
			yy_last_accepting_cpos = yy_cp;
			}
		}

	return yy_is_jam ? 0 : yy_current_state;
	}


#ifdef YY_USE_PROTOS
static void yyunput( int c, register char *yy_bp )
#else
static void yyunput( c, yy_bp )
int c;
register char *yy_bp;
#endif
	{
	register char *yy_cp = yy_c_buf_p;

	/* undo effects of setting up yytext */
	*yy_cp = yy_hold_char;

	if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
		{ /* need to shift things up to make room */
		/* +2 for EOB chars. */
		register int number_to_move = yy_n_chars + 2;
		register char *dest = &yy_current_buffer->yy_ch_buf[
					yy_current_buffer->yy_buf_size + 2];
		register char *source =
				&yy_current_buffer->yy_ch_buf[number_to_move];

		while ( source > yy_current_buffer->yy_ch_buf )
			*--dest = *--source;

		yy_cp += dest - source;
		yy_bp += dest - source;
		yy_n_chars = yy_current_buffer->yy_buf_size;

		if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
			YY_FATAL_ERROR( "flex scanner push-back overflow" );
		}

	if ( yy_cp > yy_bp && yy_cp[-1] == '\n' )
		yy_cp[-2] = '\n';

	*--yy_cp = (char) c;


	/* Note: the formal parameter *must* be called "yy_bp" for this
	 * macro to now work correctly.
	 */
	YY_DO_BEFORE_ACTION; /* set up yytext again */
	}


#ifdef __cplusplus
static int yyinput()
#else
static int input()
#endif
	{
	int c;

	*yy_c_buf_p = yy_hold_char;

	if ( *yy_c_buf_p == YY_END_OF_BUFFER_CHAR )
		{
		/* yy_c_buf_p now points to the character we want to return.
		 * If this occurs *before* the EOB characters, then it's a
		 * valid NUL; if not, then we've hit the end of the buffer.
		 */
		if ( yy_c_buf_p < &yy_current_buffer->yy_ch_buf[yy_n_chars] )
			/* This was really a NUL. */
			*yy_c_buf_p = '\0';

		else
			{ /* need more input */
			yytext_ptr = yy_c_buf_p;
			++yy_c_buf_p;

			switch ( yy_get_next_buffer() )
				{
				case EOB_ACT_END_OF_FILE:
					{
					if ( yywrap() )
						{
						yy_c_buf_p =
						yytext_ptr + YY_MORE_ADJ;
						return EOF;
						}

					YY_NEW_FILE;
#ifdef __cplusplus
					return yyinput();
#else
					return input();
#endif
					}

				case EOB_ACT_CONTINUE_SCAN:
					yy_c_buf_p = yytext_ptr + YY_MORE_ADJ;
					break;

				case EOB_ACT_LAST_MATCH:
#ifdef __cplusplus
					YY_FATAL_ERROR(
					"unexpected last match in yyinput()" );
#else
					YY_FATAL_ERROR(
					"unexpected last match in input()" );
#endif
				}
			}
		}

	c = *yy_c_buf_p;
	*yy_c_buf_p = '\0';	/* preserve yytext */
	yy_hold_char = *++yy_c_buf_p;

	return c;
	}


#ifdef YY_USE_PROTOS
void yyrestart( FILE *input_file )
#else
void yyrestart( input_file )
FILE *input_file;
#endif
	{
	if ( ! yy_current_buffer )
		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE );

	yy_init_buffer( yy_current_buffer, input_file );
	yy_load_buffer_state();
	}


#ifdef YY_USE_PROTOS
void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
#else
void yy_switch_to_buffer( new_buffer )
YY_BUFFER_STATE new_buffer;
#endif
	{
	if ( yy_current_buffer == new_buffer )
		return;

	if ( yy_current_buffer )
		{
		/* Flush out information for old buffer. */
		*yy_c_buf_p = yy_hold_char;
		yy_current_buffer->yy_buf_pos = yy_c_buf_p;
		yy_current_buffer->yy_n_chars = yy_n_chars;
		}

	yy_current_buffer = new_buffer;
	yy_load_buffer_state();

	/* We don't actually know whether we did this switch during
	 * EOF (yywrap()) processing, but the only time this flag
	 * is looked at is after yywrap() is called, so it's safe
	 * to go ahead and always set it.
	 */
	yy_did_buffer_switch_on_eof = 1;
	}


#ifdef YY_USE_PROTOS
void yy_load_buffer_state( void )
#else
void yy_load_buffer_state()
#endif
	{
	yy_n_chars = yy_current_buffer->yy_n_chars;
	yytext_ptr = yy_c_buf_p = yy_current_buffer->yy_buf_pos;
	yyin = yy_current_buffer->yy_input_file;
	yy_hold_char = *yy_c_buf_p;
	}


#ifdef YY_USE_PROTOS
YY_BUFFER_STATE yy_create_buffer( FILE *file, int size )
#else
YY_BUFFER_STATE yy_create_buffer( file, size )
FILE *file;
int size;
#endif
	{
	YY_BUFFER_STATE b;

	b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );

	if ( ! b )
		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );

	b->yy_buf_size = size;

	/* yy_ch_buf has to be 2 characters longer than the size given because
	 * we need to put in 2 end-of-buffer characters.
	 */
	b->yy_ch_buf = (char *) yy_flex_alloc( b->yy_buf_size + 2 );

	if ( ! b->yy_ch_buf )
		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );

	yy_init_buffer( b, file );

	return b;
	}


#ifdef YY_USE_PROTOS
void yy_delete_buffer( YY_BUFFER_STATE b )
#else
void yy_delete_buffer( b )
YY_BUFFER_STATE b;
#endif
	{
	if ( b == yy_current_buffer )
		yy_current_buffer = (YY_BUFFER_STATE) 0;

	yy_flex_free( (void *) b->yy_ch_buf );
	yy_flex_free( (void *) b );
	}


#ifdef YY_USE_PROTOS
void yy_init_buffer( YY_BUFFER_STATE b, FILE *file )
#else
void yy_init_buffer( b, file )
YY_BUFFER_STATE b;
FILE *file;
#endif
	{
	b->yy_input_file = file;

	/* We put in the '\n' and start reading from [1] so that an
	 * initial match-at-newline will be true.
	 */

	b->yy_ch_buf[0] = '\n';
	b->yy_n_chars = 1;

	/* 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[1] = YY_END_OF_BUFFER_CHAR;
	b->yy_ch_buf[2] = YY_END_OF_BUFFER_CHAR;

	b->yy_buf_pos = &b->yy_ch_buf[1];

	b->is_interactive = file ? isatty( fileno(file) ) : 0;

	b->yy_eof_status = EOF_NOT_SEEN;
	}


#ifdef YY_USE_PROTOS
static void yy_fatal_error( const char msg[] )
#else
static void yy_fatal_error( msg )
char msg[];
#endif
	{
FILE *err;
	(void) fprintf( err, "%s\n", msg );
	exit( 1 );
	}


/* Redefine yyless() so it works in section 3 code. */

#undef yyless
#define yyless(n) \
	do \
		{ \
		/* Undo effects of setting up yytext. */ \
		yytext[yyleng] = yy_hold_char; \
		yy_c_buf_p = yytext + n - YY_MORE_ADJ; \
		yy_hold_char = *yy_c_buf_p; \
		*yy_c_buf_p = '\0'; \
		yyleng = n; \
		} \
	while ( 0 )
# line 35 "../inputs/in.0"


main(argc, argv)
int argc;
char **argv;
	{
	++argv, --argc;	/* skip over program name */
	if(argc > 0)
		yyin = fopen(argv[0], "r");
	else
		yyin = stdin;

	yylex();
	} 
