#ifndef lint static const char yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93"; #endif #include #define YYBYACC 1 #define YYMAJOR 1 #define YYMINOR 9 #define YYPATCH 20070509 #define YYEMPTY (-1) #define yyclearin (yychar = YYEMPTY) #define yyerrok (yyerrflag = 0) #define YYRECOVERING (yyerrflag != 0) extern int yyparse(void); static int yygrowstack(void); #define yyparse fortranparse #define yylex fortranlex #define yyerror fortranerror #define yychar fortranchar #define yyval fortranval #define yylval fortranlval #define yydebug fortrandebug #define yynerrs fortrannerrs #define yyerrflag fortranerrflag #define yyss fortranss #define yyssp fortranssp #define yyvs fortranvs #define yyvsp fortranvsp #define yylhs fortranlhs #define yylen fortranlen #define yydefred fortrandefred #define yydgoto fortrandgoto #define yysindex fortransindex #define yyrindex fortranrindex #define yygindex fortrangindex #define yytable fortrantable #define yycheck fortrancheck #define yyname fortranname #define yyrule fortranrule #define YYPREFIX "fortran" #line 36 "fortran.y" #include #include #include #include "decl.h" extern int line_num_fortran; extern int line_num_fortran_common; char *tmp; char c_selectorname[LONG_C]; char ligne[LONG_C]; char identcopy[LONG_C]; int c_selectorgiven=0; int incom; listvar *curlistvar; typedim c_selectordim; listcouple *coupletmp; listdim *parcoursdim; int removeline=0; listvar *test; #line 56 "fortran.y" typedef union { char nac[LONG_C]; char na[LONGNOM]; listdim *d; listvar *l; listnom *ln; listcouple *lc; typedim dim1; variable *v; } YYSTYPE; #line 76 "y.tab.c" #define TOK_BINARY_OP 257 #define EQV 258 #define NEQV 259 #define TOK_OR 260 #define TOK_XOR 261 #define TOK_AND 262 #define TOK_NOT 263 #define TOK_LT 264 #define TOK_GT 265 #define TOK_LE 266 #define TOK_GE 267 #define TOK_EQ 268 #define TOK_NE 269 #define TOK_UNARY_OP 270 #define TOK_DSLASH 271 #define TOK_SLASH 272 #define TOK_DASTER 273 #define TOK_SEP 274 #define TOK_NEXTLINE 275 #define TOK_PARAMETER 276 #define TOK_RESULT 277 #define TOK_ONLY 278 #define TOK_INCLUDE 279 #define TOK_SUBROUTINE 280 #define TOK_PROGRAM 281 #define TOK_FUNCTION 282 #define TOK_OMP 283 #define TOK_DOLLAR 284 #define TOK_FORMAT 285 #define TOK_MAX 286 #define TOK_TANH 287 #define TOK_WHERE 288 #define TOK_ELSEWHERE 289 #define TOK_ENDWHERE 290 #define TOK_MAXVAL 291 #define TOK_TRIM 292 #define TOK_SUM 293 #define TOK_SQRT 294 #define TOK_CASE 295 #define TOK_SELECTCASE 296 #define TOK_FILE 297 #define TOK_END 298 #define TOK_ERR 299 #define TOK_DONOTTREAT 300 #define TOK_ENDDONOTTREAT 301 #define TOK_EXIST 302 #define TOK_MIN 303 #define TOK_INT 304 #define TOK_FLOAT 305 #define TOK_EXP 306 #define TOK_COS 307 #define TOK_COSH 308 #define TOK_ACOS 309 #define TOK_NINT 310 #define TOK_CYCLE 311 #define TOK_SIN 312 #define TOK_SINH 313 #define TOK_ASIN 314 #define TOK_EQUIVALENCE 315 #define TOK_BACKSPACE 316 #define TOK_LOG 317 #define TOK_TAN 318 #define TOK_ATAN 319 #define TOK_RECURSIVE 320 #define TOK_ABS 321 #define TOK_MOD 322 #define TOK_SIGN 323 #define TOK_MINLOC 324 #define TOK_MAXLOC 325 #define TOK_EXIT 326 #define TOK_MINVAL 327 #define TOK_PUBLIC 328 #define TOK_PRIVATE 329 #define TOK_ALLOCATABLE 330 #define TOK_RETURN 331 #define TOK_THEN 332 #define TOK_ELSEIF 333 #define TOK_ELSE 334 #define TOK_ENDIF 335 #define TOK_PRINT 336 #define TOK_PLAINGOTO 337 #define TOK_CONSTRUCTID 338 #define TOK_LOGICALIF 339 #define TOK_PLAINDO 340 #define TOK_CONTAINS 341 #define TOK_ENDDO 342 #define TOK_MODULE 343 #define TOK_ENDMODULE 344 #define TOK_DOWHILE 345 #define TOK_ALLOCATE 346 #define TOK_OPEN 347 #define TOK_CLOSE 348 #define TOK_INQUIRE 349 #define TOK_WRITE 350 #define TOK_READ 351 #define TOK_REWIND 352 #define TOK_DEALLOCATE 353 #define TOK_NULLIFY 354 #define TOK_FIN 355 #define TOK_DEBUT 356 #define TOK_DIMENSION 357 #define TOK_ENDSELECT 358 #define TOK_EXTERNAL 359 #define TOK_INTENT 360 #define TOK_INTRINSIC 361 #define TOK_NAMELIST 362 #define TOK_CASEDEFAULT 363 #define TOK_OPTIONAL 364 #define TOK_POINTER 365 #define TOK_CONTINUE 366 #define TOK_SAVE 367 #define TOK_TARGET 368 #define TOK_QUOTE 369 #define TOK_IMPLICIT 370 #define TOK_NONE 371 #define TOK_CALL 372 #define TOK_STAT 373 #define TOK_POINT_TO 374 #define TOK_COMMON 375 #define TOK_GLOBAL 376 #define TOK_INTERFACE 377 #define TOK_ENDINTERFACE 378 #define TOK_LEFTAB 379 #define TOK_RIGHTAB 380 #define TOK_PAUSE 381 #define TOK_PROCEDURE 382 #define TOK_STOP 383 #define TOK_NAMEEQ 384 #define TOK_REAL8 385 #define TOK_OUT 386 #define TOK_INOUT 387 #define TOK_IN 388 #define TOK_USE 389 #define TOK_TRUE 390 #define TOK_FALSE 391 #define TOK_LABEL 392 #define TOK_TYPE 393 #define TOK_TYPEPAR 394 #define TOK_ENDTYPE 395 #define TOK_REAL 396 #define TOK_INTEGER 397 #define TOK_LOGICAL 398 #define TOK_DOUBLEPRECISION 399 #define TOK_DOUBLEREAL 400 #define TOK_ENDSUBROUTINE 401 #define TOK_ENDFUNCTION 402 #define TOK_ENDPROGRAM 403 #define TOK_ENDUNIT 404 #define TOK_CHARACTER 405 #define TOK_CHAR_CONSTANT 406 #define TOK_CHAR_CUT 407 #define TOK_DATA 408 #define TOK_CHAR_INT 409 #define TOK_CHAR_MESSAGE 410 #define TOK_CSTREAL 411 #define TOK_CSTREALDP 412 #define TOK_CSTREALQP 413 #define TOK_SFREAL 414 #define TOK_COMPLEX 415 #define TOK_DOUBLECOMPLEX 416 #define TOK_NAME 417 #define TOK_NAME_CHAR 418 #define TOK_PROBTYPE 419 #define TOK_INTERPTYPE 420 #define TOK_VARTYPE 421 #define TOK_BC 422 #define TOK_OP 423 #define TOK_CSTINT 424 #define TOK_COMMENT 425 #define TOK_FILENAME 426 #define YYERRCODE 256 short fortranlhs[] = { -1, 0, 0, 65, 65, 65, 65, 65, 68, 68, 73, 73, 73, 73, 73, 79, 75, 69, 69, 69, 69, 66, 67, 67, 70, 70, 80, 72, 81, 81, 74, 74, 74, 74, 74, 74, 16, 71, 77, 33, 6, 6, 6, 82, 82, 82, 5, 5, 37, 37, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 83, 83, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 97, 97, 85, 85, 98, 98, 104, 105, 105, 103, 103, 84, 84, 2, 2, 107, 86, 99, 100, 100, 100, 57, 57, 88, 88, 88, 88, 110, 111, 111, 109, 109, 109, 46, 46, 46, 46, 46, 32, 32, 95, 112, 112, 112, 112, 113, 94, 94, 114, 3, 3, 91, 91, 90, 90, 96, 96, 87, 87, 87, 116, 116, 117, 117, 118, 15, 15, 108, 108, 4, 4, 14, 93, 119, 119, 89, 89, 120, 1, 1, 106, 19, 19, 19, 19, 126, 125, 125, 125, 125, 128, 128, 128, 124, 25, 24, 24, 24, 24, 24, 24, 115, 115, 64, 64, 123, 123, 123, 130, 130, 127, 127, 127, 127, 36, 36, 129, 129, 121, 121, 121, 131, 131, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 30, 30, 30, 101, 101, 11, 11, 12, 12, 13, 13, 13, 13, 13, 62, 62, 61, 61, 61, 61, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 39, 39, 38, 38, 38, 38, 38, 38, 31, 31, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 58, 58, 58, 58, 59, 59, 40, 40, 40, 133, 48, 48, 48, 48, 35, 47, 41, 49, 49, 51, 51, 50, 50, 52, 52, 52, 52, 52, 52, 52, 28, 27, 27, 27, 27, 27, 27, 27, 27, 26, 26, 26, 26, 54, 54, 53, 56, 56, 55, 55, 122, 122, 134, 34, 92, 92, 92, 92, 135, 17, 9, 9, 10, 7, 7, 8, 8, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 20, 23, 22, 21, 143, 143, 143, 141, 141, 141, 146, 146, 146, 145, 145, 18, 18, 148, 148, 144, 147, 149, 149, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 157, 150, 150, 156, 156, 151, 151, 154, 159, 159, 160, 160, 158, 162, 161, 161, 163, 163, 155, 155, 153, 153, 153, 153, 170, 170, 171, 171, 171, 172, 172, 173, 173, 168, 168, 177, 177, 176, 176, 166, 166, 169, 169, 169, 169, 169, 178, 178, 180, 180, 180, 180, 180, 180, 180, 180, 165, 165, 175, 175, 167, 167, 167, 167, 179, 179, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 182, 182, 174, 174, 184, 184, 183, 183, 183, 183, 183, 185, 185, 185, 42, 42, 43, 43, 43, 43, 43, 43, 43, 43, 44, 44, 44, 44, 44, 45, 45, 186, 186, 164, 152, 152, 137, 137, 137, 187, 187, 187, 188, 189, 189, 139, 139, 138, 138, 140, 140, 190, 190, 191, 191, 142, 29, }; short fortranlen[] = { 2, 0, 2, 2, 2, 1, 3, 3, 1, 3, 2, 2, 3, 3, 2, 2, 2, 1, 1, 1, 1, 0, 0, 2, 0, 1, 0, 0, 0, 1, 0, 4, 2, 5, 3, 2, 1, 0, 1, 1, 0, 2, 3, 0, 2, 3, 1, 3, 1, 1, 2, 4, 2, 2, 4, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 3, 3, 2, 3, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 5, 1, 3, 3, 2, 4, 1, 3, 0, 2, 2, 3, 1, 1, 1, 4, 6, 4, 1, 3, 2, 3, 5, 3, 1, 0, 2, 1, 4, 3, 2, 3, 3, 3, 3, 0, 1, 2, 2, 3, 5, 3, 0, 2, 2, 1, 5, 5, 2, 3, 2, 3, 1, 3, 2, 3, 5, 1, 2, 1, 3, 2, 1, 3, 0, 1, 1, 3, 3, 2, 1, 3, 2, 2, 0, 6, 7, 0, 2, 2, 3, 3, 1, 0, 2, 4, 3, 3, 4, 2, 1, 1, 1, 1, 1, 1, 1, 1, 0, 2, 1, 3, 0, 2, 3, 1, 3, 2, 3, 1, 1, 1, 1, 0, 3, 0, 2, 4, 1, 3, 1, 1, 1, 2, 1, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 3, 1, 3, 1, 1, 2, 2, 3, 1, 1, 1, 3, 1, 1, 3, 3, 4, 4, 3, 4, 4, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 3, 4, 4, 4, 4, 1, 3, 1, 1, 1, 2, 2, 2, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 3, 2, 2, 2, 2, 2, 2, 0, 1, 2, 2, 2, 1, 1, 1, 1, 0, 1, 2, 4, 5, 4, 3, 3, 1, 2, 1, 3, 1, 1, 3, 5, 4, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 1, 0, 1, 5, 0, 1, 1, 1, 0, 3, 0, 5, 2, 4, 6, 6, 1, 1, 1, 3, 3, 1, 3, 3, 1, 1, 5, 5, 4, 1, 2, 2, 2, 2, 1, 2, 5, 1, 1, 2, 5, 1, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 2, 2, 0, 5, 7, 0, 2, 1, 1, 0, 1, 1, 1, 0, 1, 1, 2, 1, 1, 1, 5, 5, 2, 2, 2, 2, 1, 0, 4, 6, 1, 3, 2, 2, 2, 0, 3, 0, 1, 2, 1, 1, 3, 1, 2, 1, 1, 2, 2, 2, 1, 0, 2, 1, 1, 1, 0, 2, 0, 1, 2, 2, 0, 1, 0, 2, 3, 3, 3, 3, 1, 3, 1, 1, 3, 1, 1, 1, 2, 4, 4, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 3, 3, 3, 3, 2, 3, 2, 2, 2, 2, 3, 1, 1, 1, 3, 0, 1, 2, 4, 2, 2, 5, 0, 1, 2, 1, 1, 3, 3, 3, 3, 3, 3, 1, 1, 1, 3, 5, 5, 5, 5, 7, 1, 3, 1, 8, 2, 1, 1, 3, 1, 1, 1, 4, 1, 3, 1, 3, 0, 4, 1, 3, 0, 1, 0, 2, 3, 1, }; short fortrandefred[] = { 1, 0, 37, 19, 20, 17, 18, 27, 5, 21, 2, 0, 0, 27, 23, 3, 113, 38, 0, 0, 455, 0, 386, 387, 0, 0, 0, 0, 0, 29, 0, 0, 0, 0, 0, 390, 0, 495, 0, 0, 416, 396, 0, 0, 0, 417, 0, 488, 489, 493, 494, 492, 0, 0, 0, 145, 395, 0, 0, 0, 394, 0, 420, 124, 0, 445, 157, 0, 0, 0, 450, 0, 451, 365, 0, 182, 0, 193, 192, 197, 195, 397, 400, 399, 398, 190, 114, 194, 196, 337, 435, 0, 0, 0, 0, 0, 378, 0, 0, 0, 4, 0, 21, 21, 0, 0, 21, 0, 0, 0, 0, 58, 60, 61, 62, 63, 64, 65, 0, 0, 0, 0, 0, 0, 0, 0, 374, 383, 0, 0, 0, 0, 422, 423, 424, 0, 0, 0, 0, 0, 0, 25, 37, 7, 36, 32, 0, 0, 0, 286, 287, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 338, 339, 0, 346, 349, 348, 341, 342, 343, 340, 0, 0, 0, 0, 0, 249, 0, 247, 0, 282, 0, 315, 250, 0, 0, 0, 355, 429, 0, 0, 0, 101, 0, 427, 0, 0, 150, 0, 148, 0, 428, 0, 413, 412, 391, 544, 0, 546, 0, 415, 406, 35, 382, 0, 477, 475, 0, 454, 0, 0, 0, 0, 162, 0, 0, 138, 0, 0, 172, 173, 158, 143, 144, 170, 0, 234, 235, 0, 72, 52, 0, 0, 0, 112, 0, 50, 0, 174, 380, 381, 379, 0, 0, 0, 178, 15, 0, 0, 0, 10, 11, 39, 21, 37, 14, 0, 0, 0, 0, 166, 165, 0, 0, 0, 0, 0, 0, 0, 0, 120, 0, 0, 137, 0, 0, 0, 0, 159, 0, 0, 179, 0, 210, 0, 366, 0, 388, 0, 0, 432, 384, 0, 0, 0, 0, 0, 0, 421, 430, 0, 0, 439, 444, 0, 452, 511, 512, 491, 0, 0, 0, 0, 0, 0, 0, 0, 0, 453, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 0, 0, 0, 0, 0, 0, 0, 347, 0, 351, 345, 344, 316, 0, 318, 0, 316, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 283, 0, 0, 392, 0, 0, 0, 0, 0, 109, 152, 0, 0, 0, 0, 566, 0, 0, 0, 0, 0, 547, 552, 0, 0, 0, 0, 0, 556, 560, 0, 0, 74, 75, 78, 73, 79, 76, 81, 82, 83, 84, 85, 80, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 77, 96, 0, 97, 0, 139, 0, 0, 0, 0, 0, 0, 220, 222, 0, 224, 0, 226, 227, 228, 229, 230, 221, 0, 218, 216, 174, 110, 0, 0, 180, 0, 0, 203, 0, 0, 0, 9, 16, 12, 13, 0, 0, 0, 0, 0, 123, 0, 0, 0, 70, 0, 0, 0, 126, 121, 141, 0, 0, 161, 0, 0, 184, 0, 212, 0, 0, 0, 0, 0, 207, 181, 0, 0, 0, 411, 567, 0, 404, 0, 0, 432, 436, 0, 0, 0, 0, 446, 481, 482, 0, 0, 0, 0, 478, 496, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 465, 0, 513, 0, 0, 466, 0, 0, 0, 0, 0, 0, 49, 48, 41, 0, 46, 0, 0, 0, 252, 0, 0, 0, 251, 258, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 273, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 323, 0, 0, 0, 0, 248, 0, 0, 0, 0, 0, 0, 306, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 305, 0, 0, 0, 0, 0, 0, 0, 0, 393, 104, 0, 103, 102, 66, 0, 0, 0, 0, 0, 0, 474, 473, 476, 0, 0, 0, 377, 0, 163, 0, 99, 0, 171, 51, 0, 223, 0, 0, 0, 0, 111, 0, 0, 204, 0, 245, 0, 238, 0, 240, 433, 31, 0, 54, 167, 0, 0, 136, 0, 0, 0, 0, 0, 0, 129, 0, 0, 0, 160, 0, 0, 0, 0, 189, 186, 208, 0, 0, 0, 367, 0, 0, 0, 0, 449, 441, 0, 486, 487, 0, 0, 0, 0, 471, 472, 0, 0, 0, 523, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 42, 0, 33, 385, 0, 253, 254, 257, 260, 262, 263, 264, 265, 266, 261, 267, 268, 269, 270, 271, 272, 274, 275, 276, 277, 256, 0, 0, 0, 248, 528, 0, 532, 0, 530, 0, 259, 0, 0, 321, 0, 326, 0, 329, 0, 0, 0, 0, 0, 0, 0, 0, 153, 389, 0, 0, 0, 549, 375, 557, 376, 561, 98, 0, 0, 0, 147, 232, 233, 231, 0, 219, 217, 0, 0, 206, 0, 0, 237, 0, 0, 122, 0, 0, 0, 0, 0, 0, 115, 128, 0, 117, 140, 146, 185, 0, 187, 0, 0, 0, 0, 0, 0, 0, 0, 447, 0, 0, 0, 497, 0, 479, 0, 0, 524, 514, 47, 44, 0, 0, 0, 0, 0, 360, 0, 0, 0, 0, 0, 320, 105, 0, 553, 0, 100, 0, 0, 199, 225, 0, 0, 239, 0, 244, 119, 0, 0, 0, 0, 0, 188, 214, 0, 363, 0, 370, 369, 368, 425, 426, 0, 434, 485, 0, 0, 0, 45, 0, 537, 539, 538, 352, 0, 0, 327, 0, 0, 559, 0, 0, 175, 0, 116, 0, 0, 0, 521, 0, 0, 0, 0, 201, 176, 0, 372, 371, 0, 0, 0, 0, 0, 0, 0, 0, }; short fortrandgoto[] = { 1, 262, 263, 91, 286, 595, 352, 924, 925, 738, 739, 510, 706, 707, 287, 242, 145, 313, 222, 92, 93, 94, 95, 96, 97, 98, 189, 190, 191, 551, 840, 192, 718, 280, 193, 194, 540, 596, 195, 355, 196, 197, 385, 386, 800, 890, 719, 198, 199, 638, 811, 812, 813, 395, 396, 205, 211, 720, 659, 643, 200, 356, 709, 420, 907, 10, 276, 11, 100, 12, 142, 13, 14, 101, 102, 277, 103, 104, 105, 106, 0, 107, 772, 255, 215, 245, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 431, 476, 208, 118, 293, 496, 477, 481, 209, 426, 501, 264, 289, 294, 119, 297, 120, 300, 121, 836, 122, 304, 305, 252, 503, 265, 950, 272, 123, 308, 124, 311, 542, 733, 507, 497, 498, 639, 951, 125, 126, 439, 679, 447, 450, 127, 128, 202, 129, 320, 552, 130, 228, 0, 131, 325, 132, 133, 134, 135, 136, 274, 137, 329, 559, 560, 138, 561, 225, 139, 332, 140, 345, 235, 0, 0, 0, 580, 581, 346, 585, 0, 566, 347, 568, 569, 349, 582, 583, 759, 0, 441, 442, 0, 0, 0, }; short fortransindex[] = { 0, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25815, -367, 0, 0, 0, 0, 0, -320, -320, 0, 122, 0, 0, 7265, 127, 5708, 198, 203, 0, 7265, 105, 108, 5708, 210, 0, 3, 0, -10, 7265, 0, 0, -227, -189, 3, 0, 218, 0, 0, 0, 0, 0, -13, 227, 229, 0, 0, 194, 194, -116, 0, 235, 0, 0, -277, 0, 0, -86, 3, 3, 0, -126, 0, 0, 167, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 253, 37, 3, 3, 3, 0, 260, 89, 268, 0, 279, 0, 0, -29, -367, 0, 121, -14, 363, 365, 0, 0, 0, 0, 0, 0, 0, 4, -89, 379, 363, -49, 131, -225, 10, 0, 0, 2476, 9, 7265, 22, 0, 0, 0, 5708, 406, 434, 95, 461, 5131, 0, 0, 0, 0, 0, 476, 7265, 7265, 0, 0, 7265, 482, 501, 530, 7265, 7265, 7265, 531, 541, 542, 555, 572, 574, 582, 589, 591, 619, 634, 647, 651, 7265, 652, 656, 661, 662, 673, 7784, 0, 0, 688, 0, 0, 0, 0, 0, 0, 0, 7265, -6, 112, 708, 7265, 0, 709, 0, 583, 0, 710, 0, 0, 2572, 117, 7265, 0, 0, 2572, 309, 641, 0, 7265, 0, 2572, 694, 0, 341, 0, 341, 0, 7265, 0, 0, 0, 0, 7265, 0, 3642, 0, 0, 0, 0, 309, 0, 0, 8303, 0, 309, 309, 341, 3655, 0, 342, 309, 0, 7265, 716, 0, 0, 0, 0, 0, 0, 717, 0, 0, 194, 0, 0, 346, 453, 711, 0, 723, 0, -320, 0, 0, 0, 0, 344, 8822, -225, 0, 0, 730,25815, -367, 0, 0, 0, 0, 0, 0, -320, 718, 354, 734, 0, 0, 234, 368, 234, -2, 55, 28, 730, 368, 0, 309, 234, 0, 370, 730, 371, 745, 0, -8,23686, 0,23298, 0, 749, 0, 747, 0, 762, 763, 0, 0, 363, 309, 2572, 7265, 7265, 309, 0, 0, 382,23815, 0, 0, 478, 0, 0, 0, 0, 7265, 7265, 7265, 7265, 754, 478, 112, 583, 1955, 0, 765, 493, 0, 287, 0, 12, 545,24724, 3819, 75, 2572, 7265, 7265, 7265, 84, 24798, 172, 7265, 7265, 7265, 7265, 7265, 7265, 7265, 7265, 7265, 7265, 7265, 7265, 7265,24850, 7265, 7265, 7265, 7265, 7265, 7784, 0, 772, 439, 780, 782, 0, 2572, 7265, 788,24884, 0, 7265, 0, 0, 0, 0, 2572, 0, 309, 0,23975, 7265, 7265, 7265, 7265, 7265, 7265, 7265, 7265, 7265, 7265, 7265, 7265,23346, 7265,24023,24152, 0, 7265, 7265, 0,24898, 730, 224, 198,24957, 0, 0, 789, 789,24971,25560, 0, 794, 583, 710, 791, 799, 0, 0, 796, 515, 797, 794, 795, 0, 0, 246, 789, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 798, 0, 576, 0, 2572, 330, 801, 427, 3, 730, 0, 0, 730, 0, 815, 0, 0, 0, 0, 0, 0, 63, 0, 0, 0, 0, 476, 442, 0,24200, 2572, 0, 819,23475, 730, 0, 0, 0, 0, 476, 7265, 364, 354, 363, 0, 363, 160, 7265, 0, 444, 446, 160, 0, 0, 0, 363, 730, 0, 745, 371, 0,23686, 0,23638, 812, 2572, 821,24334, 0, 0, -228, 309, 309, 0, 0, 803, 0, 2572, 2572, 0, 0, 448, 2572, 829, 831, 0, 0, 0,23146, 287, 381, 231, 0, 0, 2572, 2572, 2572, 2572, 7265, 594, 1955, 1073, 583, 2572, 0, 832, 0, 2572, 1955, 0, 287, 287, 287, 287, 287, 604, 0, 0, 0, 421, 0, 838, 5708, 7265, 0, 431, 435,24985, 0, 0, 0,25012,25034,25064,25131, 25145,25226,25248,25278,25300,25314,25328,25378,25392, 0, 445, 456, 473, 489, 498, 835, 836, 842,25406, 7784, 0, 7784, 7784, 510, 7265, 0, 824, 846, 6227, 583, 855, 7265, 0, 2572, 3284, 3284, 3819, 672, 672, 672, 672, 672, 672, 88, 88, 60, 7265, 7265, 0, 2572, 60, 7265, 672, 7265, 672, 2572, 2572, 0, 0, 309, 0, 0, 0, 480, 566, 7265, 6227, -273, 858, 0, 0, 0, -273, 859, 309, 0, 3655, 0, 7265, 0, 7265, 0, 0, 861, 0, 263, 453, 849, 492, 0, 730, 869, 0, 7265, 0, 516, 0, 9858, 0, 0, 0, 2572, 0, 0, 371, 368, 0, 514, 502, 642, 25420, 643, 872, 0, 644, 309, 861, 0, 876,24334, 812, 506, 0, 0, 0, 860, 554, 885, 0, 791, 795, 7265, 730, 0, 0,23815, 0, 0, 6227, 3136, 621, 478, 0, 0, 2572, 0, 539, 0, 2572, 2572, 1955, 2572, 832, 94, 604, 604, 604, 49, -11, 0, 15, 0, 0, 2572, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9341, 9341, 9341, 0, 0, 2572, 0, 2572, 0, 2572, 0, 889, 7265, 0, 6746, 0, 887, 0,12884, 709, 672, 672, 60, 672, 672, 730, 0, 0,25462, 547, 871, 0, 0, 0, 0, 0, 0, 2572, 552,24559, 0, 0, 0, 0, 892, 0, 0, 730, 861, 0, 2572,23475, 0,24382, 745, 0, 112, 160, 160, 160, 160, 160, 0, 0, 160, 0, 0, 0, 0, 812, 0,24334, 11, 517, 519, 896, 899,25574, 730, 0, 900, 4692, 309, 0, 493, 0, 1999, 2572, 0, 0, 0, 0, 558, 886, 905, 908, 909, 0, 911, 7265,25652, 6227, 7265, 0, 0, 910, 0, 309, 0,24511, 2572, 0, 0, 861, 0, 0, 2572, 0, 0, 110, 110, 906, 239, 697, 0, 0, 584, 0, 926, 0, 0, 0, 0, 0, 7265, 0, 0, 799, 931, 2572, 0, 7265, 0, 0, 0, 0, 2572, 7265, 0,25724, 7265, 0, 932, 0, 0, 933, 0, 608, 610,25676, 0,25745, 2572, 7265, 2572, 0, 0, 7265, 0, 0, 7265, 7265, 2572, 2572, 2572, 25806, 7265, 2572, }; short fortranrindex[] = { 0, 1436, 0, 0, 0, 0, 0, 0, 0, 0, 0, 278,22929, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,22779, 633, 633, 0, 0, 0, 0, 0, 0, 0, 0, 0,22305, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 633, 4087, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17625, 646, 0, 0, 0, 0, 29, 26, 52, 0, 901, 0, 0, 0,22929, 0, 0, 0,13487,13649, 0, 0, 0, 0, 0, 0, 0, 0,17787,13799, 649, 0, 27, 0, 0, 0, 0, 0,22467, 0, 0, 0, 0, 0, 0,17937,18099, 0, 0, 0, 0, 0, 0, 0, 0,16632, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1104, 2709, 1270, 0, 0, 1639, 0, 2875, 0, 1805, 0, 0, 144, 0, 0, 0, 0,18249, 0,18411, 0, 0, 0,14018, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,18561, 0, 0, 0, 0, 0, 0,18723, 0, 0, 14, 0, 0, 0, 0, 0, 0,18873, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 73, 278,22929, 0, 0, 0, 0, 0, 0, 0, 0, 0,19035, 0, 0, 0,14168, 0, 948, 649, 0,11970,14168, 0, 292, 0, 0, 0,11970, 0,14330, 0, 0, 0, 0, 952, 0, 0, 0,19185, 0, 0, 0, 0, 0,19347,22617, 19497, 0, 0, 0, 0, 0, 0, 956, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5530, 0,10094, 9944, 5011, 0,19659, 0,10313, 0, 0, 0,19809, 0, 5899, 0, 559, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 585, 0, 653, 671, 4206, 0, 0, 4741, 0, 0, 997, 0, 0, 0, 0,11201, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4849, 0, 0, 0, 0, 0, 0, 0, 0, 560, 0, 0, 0, 0, 0, 19971,20121, 0, 0, 0, 128, 0, 140, 1018, 569, 0, 0, 2601, 3671, 3107, 150, 1018, 0, 0, 0, 20283, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,20433, 0, 0, 0, 575, 0, 0, 0, 0,14537, 0, 0, 91, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,20595, 0, 0, 0, 54, 0, 0, 0, 73, 0, 0, 0, 0,20595, 0, 0, 0, 649, 0, 14694, 748, 0, 0, 0, 0, 748, 0, 0, 0, 649,14537, 0,14849, 0, 0, 0, 0, 532, 1023, 580, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,20745,20907, 0, 0, 0, 616, 0, 1027, 0, 0, 0, 101, 0, 0, 1025, 0, 0,12189, 12339,12558,12708, 0, 1025,23307,16851, 3945,15063, 0, 21057, 0,15063, 5380, 0, 0, 0, 0, 0, 0, 10463, 0, 0, 0, 0, 0,21219, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,25492, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1033, 2174, 0, 0, 0,11451, 9532, 9682, 6049, 6418, 6568, 6937, 7087, 7456, 7606, 4314, 4480, 3244, 0, 0, 0,11601, 3410, 0, 7975, 0, 8125, 193, 219, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1034, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,17001, 0, 0, 0, 0, 0, 0, 12968, 0, 0, 617, 0, 0, 0, 627, 0, 0, 0,15218, 0, 0, 0,14168, 0, 0, 807, 0, 0, 0, 33, 0, 0, 0,17001, 0, 0, 0, 1023, 0, 0, 0, 0, 0, 0,21369, 0, 1018, 1018, 0, 73, 0, 0, 0, 0, 0, 0, 628, 0, 0, 0, 0,13118, 695, 0, 0,15432,15587, 5380,15801,21531,13337,10682,10832,11051,11820, 0, 0, 0, 0, 0, 632, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -16, 0, -15, 0, -5, 0,25820, 1039, 0, 638, 0, 1040, 0, 640, 2340, 8494, 8644, 3779, 9013, 9163, 560, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 645, 0, 0, 0, 0, 0, 0, 0, 0, 0,12968,15956, 0, 666, 0, 0, 668,16113, 0, 212, 748, 748, 748, 748, 748, 0, 0, 748, 0, 0, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 0, 675, 0,23307,15063, 0, 0, 0, 0, 0, 2070, 0, 0, 0, 0, 0, 0, 679, 0, 680, 0, 0, 0, 0, 0, 0, 0,17163, 0, 0,15956,16268, 0, 627, 0, 0, 59, 188, 523, 44, 0, 0, 0,17313, 0,21681, 0, 0, 0, 0, 0, 0, 0, 0, 686, 0,16482, 0, 0, 0, 0, 0, 0, 692, 0, 0, 700, 0, 0, 0,16268, 0, 0, 0, 0, 0,21843, 0, 0, 701, 0,21993, 0, 0, 0, 0, 0, 0, 0, 702,17475,22155, 1041, 0, 1042, }; short fortrangindex[] = { 0, 0, 0, 0, 810, 338, -375, 0, 159, 0, 247, -284, 0, 274, 605, -74, 135, 0, -27, 0, 0, 0, 0, 0, 0, 0, 0, -120, 5, 0, 0, -329, 0, 0, -142, 0, -290, 353, -152, 450, -135, 0, 0, 742, -155, -722, -418, -185, 0, 724, 228, 451, 378, -190, 0, -26, -384, -484, 0, 0, -174, -24, 280, -403, 0, 0, 1121, 0, 856, 0, -12, -63, 1119, 0, 0, 40, 0, 0, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -112, 0, 0, 0, 0, 1062, 455, 449, 725, 0, 0, 0, -58, 611, 0, -282, 0, 0, 0, -647, 0, -280, 609, 0, 650, 0, 204, 0, 0, 0, 0, 897, 606, -687, 0, 0, 459, 0, 0, 0, 1043, 620, -386, 622, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -230, 0, 0, 0, 0, 0, 0, 614, 0, 0, 0, 0, 0, 428, 618, 0, 1036, 0, 0, 0, 0, 0, 0, 0, -425, 0, 0, 0, 0, -294, 426, 1047, -257, -675, 0, -505, 0, -196, 0, 0, 0, 0, }; #define YYTABLESIZE 26239 short fortrantable[] = { 201, 440, 206, 388, 400, 343, 212, 218, 520, 206, 637, 528, 71, 221, 529, 226, 99, 230, 533, 544, 342, 923, 387, 534, 108, 384, 285, 234, 527, 531, 224, 592, 537, 9, 394, 383, 391, 567, 523, 529, 448, 249, 250, 725, 866, 296, 438, 575, 303, 257, 736, 438, 291, 594, 592, 591, 887, 592, 141, 324, 71, 684, 299, 301, 243, 524, 266, 267, 268, 191, 202, 183, 526, 191, 760, 891, 892, 127, 762, 350, 863, 259, 445, 322, 202, 183, 885, 191, 134, 432, 590, 587, 432, 281, 246, 260, 437, 144, 205, 288, 826, 437, 131, 131, 131, 432, 321, 697, 247, 326, 236, 206, 205, 432, 236, 214, 600, 236, 216, 599, 418, 698, 419, 353, 354, 604, 451, 700, 599, 271, 415, 270, 361, 317, 236, 236, 587, 333, 337, 334, 711, 669, 337, 278, 89, 337, 282, 376, 418, 236, 419, 757, 856, 389, 146, 240, 241, 857, 423, 763, 934, 421, 147, 213, 392, 313, 213, 203, 399, 432, 579, 307, 432, 306, 758, 422, 758, 314, 920, 424, 758, 551, 240, 241, 551, 401, 428, 313, 401, 737, 227, 550, 309, 717, 550, 433, 343, 910, 717, 310, 434, 694, 401, 149, 695, 150, 343, 885, 388, 578, 389, 342, 425, 606, 343, 519, 599, 521, 514, 217, 480, 342, 240, 241, 577, 531, 710, 628, 229, 342, 626, 132, 132, 132, 402, 525, 436, 402, 207, 444, 383, 446, 449, 210, 238, 239, 506, 479, 727, 731, 219, 402, 213, 735, 130, 130, 130, 130, 231, 130, 403, 549, 949, 403, 512, 671, 640, 236, 670, 237, 522, 751, 754, 587, 333, 244, 334, 403, 30, 2, 99, 856, 854, 541, 855, 541, 857, 686, 30, 248, 685, 251, 764, 765, 766, 767, 768, 258, 553, 554, 527, 89, 269, 530, 558, 127, 3, 4, 202, 183, 590, 191, 570, 571, 572, 573, 134, 440, 590, 261, 513, 588, 589, 5, 6, 550, 273, 565, 295, 555, 333, 131, 334, 417, 590, 603, 205, 30, 275, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 448, 391, 871, 872, 884, 884, 629, 884, 416, 417, 438, 438, 527, 531, 588, 589, 302, 914, 212, 690, 337, 337, 689, 529, 919, 279, 935, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 660, 661, 663, 665, 323, 666, 667, 502, 393, 283, 579, 284, 232, 713, 593, 288, 518, 290, 579, 233, 437, 437, 223, 7, 536, 844, 515, 71, 220, 292, 753, 298, 894, 752, 432, 312, 922, 593, 343, 108, 593, 319, 851, 850, 915, 916, 917, 918, 865, 578, 484, 202, 183, 342, 191, 236, 8, 578, 327, 343, 343, 343, 343, 343, 577, 693, 880, 874, 132, 715, 770, 716, 577, 769, 342, 342, 342, 342, 342, 205, 775, 726, 328, 599, 776, 802, 804, 599, 758, 392, 827, 807, 130, 708, 791, 829, 383, 599, 383, 383, 712, 438, 590, 253, 254, 792, 438, 721, 599, 331, 586, 588, 589, 240, 241, 590, 590, 590, 590, 590, 330, 541, 793, 541, 351, 599, 565, 541, 562, 333, 357, 334, 717, 717, 717, 717, 717, 397, 794, 717, 884, 599, 30, 587, 333, 900, 334, 795, 750, 358, 599, 437, 856, 854, 853, 855, 437, 857, 755, 806, 436, 446, 599, 398, 681, 848, 28, 909, 847, 30, 30, 165, 165, 133, 133, 133, 133, 337, 359, 363, 773, 337, 206, 774, 337, 921, 30, 30, 883, 364, 365, 882, 336, 337, 338, 579, 902, 339, 931, 897, 337, 904, 337, 366, 689, 391, 852, 936, 278, 236, 769, 278, 236, 360, 801, 362, 803, 805, 548, 389, 367, 548, 368, 814, 106, 343, 816, 106, 401, 211, 369, 590, 211, 899, 578, 247, 247, 370, 247, 371, 342, 817, 818, 756, 587, 333, 819, 334, 820, 577, 802, 804, 807, 247, 247, 247, 933, 837, 838, 839, 824, 814, 383, 383, 383, 448, 241, 372, 448, 241, 879, 587, 333, 833, 334, 480, 246, 483, 30, 246, 483, 279, 373, 821, 279, 178, 179, 336, 846, 328, 336, 446, 328, 427, 107, 374, 446, 107, 831, 375, 377, 181, 182, 472, 378, 183, 184, 185, 186, 379, 380, 30, 340, 472, 541, 243, 579, 242, 243, 187, 242, 381, 415, 413, 480, 414, 873, 480, 334, 335, 558, 334, 335, 877, 89, 484, 390, 486, 484, 862, 418, 333, 419, 472, 333, 472, 472, 472, 472, 330, 332, 331, 330, 332, 331, 578, 398, 394, 402, 563, 429, 391, 472, 472, 472, 472, 430, 478, 482, 483, 577, 485, 586, 588, 589, 500, 504, 499, 509, 284, 801, 803, 805, 336, 337, 338, 518, 516, 339, 253, 254, 487, 212, 295, 896, 532, 302, 535, 545, 546, 337, 337, 337, 133, 337, 337, 337, 337, 337, 337, 547, 548, 337, 337, 556, 601, 602, 584, 488, 906, 489, 490, 491, 574, 630, 492, 493, 631, 494, 495, 597, 708, 632, 912, 633, 621, 622, 623, 624, 625, 635, 674, 677, 678, 324, 680, 682, 683, 634, 691, 687, 541, 692, 247, 247, 247, 688, 247, 247, 247, 247, 247, 247, 696, 732, 247, 247, 701, 703, 722, 734, 723, 742, 586, 588, 589, 178, 179, 745, 942, 223, 814, 945, 746, 761, 589, 771, 796, 797, 392, 808, 317, 181, 182, 798, 809, 183, 184, 185, 186, 586, 588, 589, 564, 815, 822, 823, 828, 830, 8, 187, 835, 178, 179, 955, 842, 947, 843, 845, 8, 523, 957, 858, 860, 861, 864, 868, 958, 181, 182, 960, 867, 183, 184, 185, 186, 869, 870, 893, 897, 903, 908, 926, 968, 737, 928, 187, 969, 929, 932, 970, 971, 416, 417, 938, 937, 973, 939, 940, 472, 941, 857, 946, 472, 472, 472, 953, 472, 472, 472, 472, 472, 472, 533, 497, 472, 472, 952, 954, 472, 956, 961, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 127, 209, 963, 472, 472, 442, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 964, 472, 922, 472, 472, 472, 472, 472, 526, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 108, 525, 472, 472, 472, 353, 472, 472, 472, 558, 472, 472, 472, 215, 213, 472, 164, 472, 443, 480, 472, 472, 472, 472, 324, 316, 472, 472, 472, 118, 353, 325, 540, 541, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 517, 472, 472, 472, 472, 472, 472, 472, 472, 350, 472, 472, 472, 472, 888, 472, 472, 472, 965, 350, 415, 413, 927, 414, 472, 472, 911, 886, 714, 627, 944, 641, 876, 825, 913, 15, 511, 143, 418, 403, 419, 256, 724, 135, 135, 834, 350, 832, 729, 728, 350, 350, 350, 350, 350, 699, 350, 672, 962, 135, 135, 841, 8, 135, 135, 135, 135, 350, 350, 350, 350, 350, 740, 508, 743, 741, 318, 135, 0, 875, 744, 344, 8, 881, 0, 8, 8, 8, 8, 8, 8, 8, 348, 0, 8, 8, 8, 0, 0, 0, 0, 8, 8, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 8, 8, 0, 0, 0, 8, 0, 0, 0, 0, 0, 8, 0, 8, 8, 0, 8, 0, 8, 8, 8, 8, 8, 0, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 0, 0, 8, 8, 8, 0, 8, 8, 8, 0, 8, 8, 8, 0, 313, 8, 0, 8, 0, 0, 8, 8, 8, 8, 313, 0, 8, 8, 8, 0, 0, 0, 0, 0, 8, 0, 0, 8, 8, 8, 8, 8, 8, 8, 8, 0, 8, 8, 8, 8, 8, 313, 0, 8, 0, 313, 313, 313, 313, 313, 8, 8, 8, 0, 0, 0, 0, 0, 0, 8, 8, 0, 313, 313, 313, 313, 313, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 350, 0, 0, 0, 350, 350, 350, 0, 350, 350, 350, 350, 350, 350, 0, 350, 350, 350, 0, 0, 350, 0, 0, 350, 350, 350, 350, 350, 350, 350, 0, 0, 350, 350, 350, 0, 0, 0, 0, 350, 350, 0, 0, 0, 350, 350, 0, 0, 0, 0, 0, 0, 0, 0, 0, 350, 0, 0, 0, 350, 350, 0, 0, 0, 350, 0, 0, 0, 0, 0, 350, 0, 350, 350, 0, 350, 22, 350, 350, 350, 350, 350, 0, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 0, 0, 350, 350, 350, 0, 350, 350, 350, 0, 350, 350, 350, 0, 0, 350, 0, 350, 0, 0, 350, 350, 350, 350, 0, 350, 350, 350, 350, 0, 0, 397, 0, 0, 350, 0, 22, 350, 350, 350, 350, 350, 350, 350, 350, 0, 350, 350, 350, 350, 350, 0, 0, 350, 0, 0, 0, 0, 0, 0, 350, 350, 350, 0, 0, 0, 0, 313, 0, 350, 350, 313, 313, 313, 0, 313, 313, 313, 313, 313, 313, 0, 313, 313, 313, 0, 0, 313, 0, 0, 313, 313, 313, 313, 313, 313, 313, 0, 0, 313, 313, 313, 0, 0, 0, 0, 313, 313, 0, 0, 0, 313, 313, 0, 0, 0, 0, 0, 0, 0, 0, 0, 313, 0, 0, 0, 313, 313, 0, 0, 0, 313, 0, 0, 0, 0, 0, 313, 0, 313, 313, 0, 313, 0, 313, 313, 313, 313, 313, 0, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 0, 0, 313, 313, 313, 0, 313, 313, 313, 0, 313, 313, 313, 0, 317, 313, 0, 313, 0, 0, 313, 313, 313, 313, 317, 313, 313, 313, 313, 0, 0, 0, 0, 0, 313, 0, 0, 313, 313, 313, 313, 313, 313, 313, 313, 0, 313, 313, 313, 313, 313, 317, 0, 313, 0, 317, 317, 317, 317, 317, 313, 313, 313, 0, 0, 0, 0, 0, 0, 313, 313, 0, 317, 317, 317, 317, 317, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, 0, 22, 22, 22, 22, 0, 0, 22, 0, 0, 22, 22, 22, 0, 0, 0, 0, 22, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 22, 22, 0, 0, 0, 22, 0, 0, 0, 0, 0, 22, 0, 22, 22, 0, 22, 0, 22, 22, 22, 22, 22, 0, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 0, 0, 22, 22, 22, 0, 22, 22, 22, 0, 22, 22, 22, 0, 314, 22, 0, 22, 0, 0, 22, 22, 22, 22, 314, 0, 22, 22, 22, 0, 0, 0, 0, 0, 22, 0, 0, 0, 22, 22, 22, 22, 22, 22, 22, 0, 22, 22, 22, 22, 22, 314, 0, 22, 0, 314, 314, 314, 314, 314, 22, 22, 22, 0, 0, 0, 0, 0, 0, 22, 0, 0, 314, 314, 314, 314, 314, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 317, 0, 0, 0, 317, 317, 317, 0, 317, 317, 317, 317, 317, 317, 0, 317, 317, 317, 0, 0, 317, 0, 0, 317, 317, 317, 317, 317, 317, 317, 0, 0, 317, 317, 317, 0, 0, 0, 0, 317, 317, 0, 0, 0, 317, 317, 0, 0, 0, 0, 0, 0, 0, 0, 0, 317, 0, 0, 0, 317, 317, 0, 0, 0, 317, 0, 0, 0, 0, 0, 317, 0, 317, 317, 0, 317, 0, 317, 317, 317, 317, 317, 0, 317, 317, 317, 317, 317, 317, 317, 317, 317, 317, 317, 317, 317, 317, 317, 317, 0, 576, 317, 317, 317, 0, 317, 317, 317, 0, 317, 317, 317, 0, 0, 317, 0, 317, 0, 0, 317, 317, 317, 317, 0, 317, 317, 317, 317, 0, 0, 0, 0, 0, 317, 0, 0, 317, 317, 317, 317, 317, 317, 317, 317, 576, 317, 317, 317, 317, 317, 0, 0, 317, 0, 0, 0, 0, 0, 0, 317, 317, 317, 0, 0, 0, 0, 314, 0, 317, 317, 314, 314, 314, 0, 314, 314, 314, 314, 314, 314, 0, 314, 314, 314, 0, 0, 314, 0, 0, 314, 314, 314, 314, 314, 314, 314, 0, 0, 314, 314, 314, 0, 0, 0, 0, 314, 314, 0, 0, 0, 314, 314, 337, 0, 0, 337, 337, 337, 337, 337, 337, 314, 0, 0, 0, 314, 314, 0, 0, 0, 314, 0, 0, 0, 0, 337, 314, 337, 314, 314, 0, 314, 0, 314, 314, 314, 314, 314, 0, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 0, 0, 314, 314, 314, 0, 314, 314, 314, 0, 314, 314, 314, 0, 322, 314, 0, 314, 0, 0, 314, 314, 314, 314, 322, 314, 314, 314, 314, 0, 0, 0, 0, 0, 314, 0, 0, 314, 314, 314, 314, 314, 314, 314, 314, 0, 314, 314, 314, 314, 314, 0, 0, 314, 322, 322, 322, 322, 322, 322, 314, 314, 314, 0, 0, 0, 0, 0, 0, 314, 314, 0, 322, 322, 322, 322, 322, 0, 0, 0, 0, 151, 152, 0, 0, 0, 153, 154, 155, 156, 0, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 151, 152, 0, 0, 0, 153, 154, 155, 156, 0, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 337, 337, 337, 0, 337, 337, 337, 337, 337, 337, 319, 0, 337, 337, 0, 178, 179, 0, 0, 0, 319, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 319, 0, 187, 0, 319, 319, 319, 319, 319, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 319, 319, 319, 319, 319, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 889, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 322, 0, 0, 0, 322, 322, 322, 0, 322, 322, 322, 322, 322, 322, 0, 322, 322, 322, 0, 0, 322, 0, 0, 322, 322, 322, 322, 322, 322, 322, 0, 0, 322, 322, 322, 0, 0, 0, 0, 322, 322, 0, 0, 0, 322, 322, 0, 0, 0, 0, 0, 0, 0, 0, 0, 322, 0, 0, 0, 322, 322, 0, 0, 0, 322, 0, 0, 0, 0, 0, 322, 0, 322, 322, 0, 322, 0, 322, 322, 322, 322, 322, 0, 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, 0, 0, 322, 322, 322, 0, 322, 322, 322, 0, 322, 322, 322, 0, 0, 322, 0, 322, 0, 0, 322, 322, 322, 322, 0, 322, 322, 322, 322, 0, 0, 0, 0, 0, 322, 0, 0, 322, 322, 322, 322, 322, 322, 322, 322, 0, 322, 322, 322, 322, 322, 0, 0, 322, 0, 0, 0, 0, 0, 0, 322, 322, 322, 0, 0, 0, 0, 319, 0, 322, 322, 319, 319, 319, 0, 319, 319, 319, 319, 319, 319, 0, 319, 319, 319, 415, 413, 319, 414, 0, 319, 319, 319, 319, 319, 319, 319, 0, 0, 319, 319, 319, 0, 418, 403, 419, 319, 319, 0, 0, 0, 319, 319, 0, 340, 340, 0, 340, 0, 0, 0, 0, 319, 0, 0, 0, 319, 319, 0, 0, 0, 319, 340, 340, 340, 0, 0, 319, 0, 319, 319, 0, 319, 0, 319, 319, 319, 319, 319, 0, 319, 319, 319, 319, 319, 319, 319, 319, 319, 319, 319, 319, 319, 319, 319, 319, 0, 0, 319, 319, 319, 0, 319, 319, 319, 0, 319, 319, 319, 0, 281, 319, 0, 319, 0, 0, 319, 319, 319, 319, 281, 319, 319, 319, 319, 0, 0, 0, 0, 0, 319, 0, 0, 319, 319, 319, 319, 319, 319, 319, 319, 0, 319, 319, 319, 319, 319, 281, 0, 319, 0, 281, 281, 281, 281, 281, 319, 319, 319, 0, 0, 0, 20, 0, 0, 319, 319, 0, 281, 281, 281, 281, 281, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30, 0, 0, 0, 0, 33, 314, 0, 0, 0, 37, 38, 0, 0, 0, 0, 0, 0, 0, 0, 315, 47, 48, 49, 50, 51, 52, 316, 0, 0, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 62, 0, 416, 417, 0, 0, 65, 0, 0, 0, 0, 0, 0, 0, 0, 70, 0, 72, 0, 340, 340, 340, 0, 340, 340, 340, 340, 340, 340, 0, 0, 340, 340, 280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 280, 0, 0, 0, 0, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 90, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 280, 280, 280, 280, 280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 280, 280, 280, 280, 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, 281, 0, 0, 0, 281, 281, 281, 0, 281, 281, 281, 281, 281, 281, 0, 281, 281, 281, 0, 0, 281, 0, 0, 281, 281, 281, 281, 281, 281, 281, 0, 0, 281, 281, 281, 0, 0, 0, 0, 281, 281, 0, 0, 0, 281, 281, 0, 0, 0, 0, 0, 0, 0, 340, 0, 281, 0, 0, 0, 281, 281, 0, 0, 0, 281, 0, 0, 0, 0, 0, 281, 0, 281, 281, 0, 281, 0, 281, 281, 281, 281, 281, 0, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 0, 0, 281, 281, 281, 0, 281, 281, 281, 0, 281, 281, 281, 0, 0, 281, 0, 281, 0, 0, 281, 281, 281, 281, 0, 281, 281, 281, 281, 0, 0, 0, 0, 0, 281, 0, 0, 281, 281, 281, 281, 281, 281, 281, 281, 0, 281, 281, 281, 281, 281, 0, 0, 281, 0, 0, 0, 0, 0, 0, 281, 281, 0, 0, 0, 0, 0, 280, 0, 281, 281, 280, 280, 280, 0, 280, 280, 280, 280, 280, 280, 0, 280, 280, 280, 247, 247, 280, 247, 0, 280, 280, 280, 280, 280, 280, 280, 0, 0, 280, 280, 280, 0, 247, 247, 247, 280, 280, 0, 878, 0, 280, 280, 0, 415, 413, 0, 414, 0, 0, 0, 0, 280, 0, 0, 0, 280, 280, 0, 0, 0, 280, 418, 403, 419, 0, 0, 280, 0, 280, 280, 0, 280, 0, 280, 280, 280, 280, 280, 0, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 0, 0, 280, 280, 280, 0, 280, 280, 280, 0, 280, 280, 280, 0, 290, 280, 0, 280, 0, 0, 280, 280, 280, 280, 290, 280, 280, 280, 280, 0, 0, 0, 0, 0, 280, 0, 0, 280, 280, 280, 280, 280, 280, 280, 280, 0, 280, 280, 280, 280, 280, 290, 0, 280, 0, 290, 290, 290, 290, 290, 280, 280, 280, 0, 0, 0, 0, 0, 0, 280, 280, 0, 290, 290, 0, 290, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 415, 413, 0, 414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 418, 0, 419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 247, 247, 247, 0, 247, 247, 247, 247, 247, 247, 0, 0, 247, 247, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 291, 0, 0, 0, 0, 0, 0, 0, 0, 0, 291, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 291, 0, 0, 0, 291, 291, 291, 291, 291, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 291, 291, 0, 291, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 290, 0, 0, 0, 290, 290, 290, 0, 290, 290, 290, 290, 290, 290, 0, 290, 290, 0, 0, 0, 290, 0, 0, 290, 290, 290, 290, 290, 290, 290, 0, 0, 290, 290, 290, 0, 0, 0, 0, 290, 290, 0, 0, 0, 290, 290, 406, 0, 407, 408, 409, 410, 411, 412, 0, 290, 416, 417, 0, 290, 290, 0, 0, 0, 290, 0, 0, 0, 0, 0, 290, 0, 290, 290, 0, 290, 0, 290, 290, 290, 290, 290, 0, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 0, 0, 290, 290, 290, 0, 290, 290, 290, 0, 290, 290, 290, 0, 0, 290, 0, 290, 0, 0, 290, 290, 290, 290, 0, 290, 290, 290, 290, 0, 0, 0, 0, 0, 290, 0, 0, 290, 290, 290, 290, 290, 290, 290, 290, 0, 290, 290, 290, 290, 290, 0, 0, 290, 0, 0, 0, 0, 0, 0, 290, 290, 290, 0, 0, 0, 0, 291, 0, 290, 290, 291, 291, 291, 0, 291, 291, 291, 291, 291, 291, 0, 291, 291, 435, 415, 413, 291, 414, 0, 291, 291, 291, 291, 291, 291, 291, 0, 0, 291, 291, 291, 0, 418, 403, 419, 291, 291, 0, 313, 0, 291, 291, 0, 313, 313, 0, 313, 0, 0, 0, 0, 291, 0, 0, 0, 291, 291, 0, 0, 0, 291, 313, 313, 313, 0, 0, 291, 0, 291, 291, 0, 291, 0, 291, 291, 291, 291, 291, 0, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 0, 0, 291, 291, 291, 0, 291, 291, 291, 0, 291, 291, 291, 0, 310, 291, 0, 291, 0, 0, 291, 291, 291, 291, 310, 291, 291, 291, 291, 0, 0, 0, 0, 0, 291, 0, 0, 291, 291, 291, 291, 291, 291, 291, 291, 0, 291, 291, 291, 291, 291, 310, 0, 291, 0, 310, 310, 310, 310, 310, 291, 291, 291, 0, 0, 0, 0, 0, 0, 291, 291, 0, 310, 310, 0, 310, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 415, 413, 0, 414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 418, 0, 419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 313, 313, 313, 0, 313, 313, 313, 313, 313, 313, 0, 452, 313, 313, 516, 453, 454, 455, 456, 0, 0, 0, 0, 0, 516, 0, 0, 457, 0, 458, 459, 460, 461, 462, 463, 0, 464, 465, 466, 0, 0, 467, 468, 469, 0, 0, 470, 471, 472, 473, 0, 474, 0, 0, 0, 516, 516, 516, 516, 516, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 516, 516, 516, 516, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 310, 0, 0, 0, 310, 310, 310, 0, 310, 310, 310, 310, 310, 310, 0, 310, 310, 0, 0, 0, 310, 0, 0, 310, 310, 310, 310, 310, 310, 310, 0, 0, 310, 310, 310, 0, 0, 475, 0, 310, 310, 0, 0, 0, 310, 310, 0, 0, 407, 408, 409, 410, 411, 412, 0, 310, 416, 417, 0, 310, 310, 0, 0, 0, 310, 0, 0, 0, 0, 0, 310, 0, 310, 310, 0, 310, 0, 310, 310, 310, 310, 310, 0, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 0, 0, 310, 310, 310, 0, 310, 310, 310, 0, 310, 310, 310, 0, 0, 310, 0, 310, 0, 0, 310, 310, 310, 310, 0, 310, 310, 310, 310, 0, 0, 0, 0, 0, 310, 0, 0, 310, 310, 310, 310, 310, 310, 310, 310, 0, 310, 310, 310, 310, 310, 0, 0, 310, 0, 0, 0, 0, 0, 0, 310, 310, 310, 0, 0, 0, 0, 516, 0, 310, 310, 516, 516, 516, 0, 516, 516, 516, 516, 516, 516, 0, 0, 516, 516, 0, 0, 516, 0, 0, 516, 516, 516, 516, 516, 516, 516, 0, 0, 516, 516, 516, 0, 0, 0, 0, 516, 516, 0, 0, 0, 516, 516, 250, 250, 250, 534, 250, 0, 0, 0, 0, 516, 0, 0, 0, 516, 516, 0, 0, 0, 516, 250, 250, 250, 0, 0, 516, 0, 516, 516, 0, 516, 0, 516, 516, 516, 516, 516, 0, 516, 516, 516, 516, 516, 516, 516, 516, 516, 516, 516, 516, 516, 516, 516, 516, 0, 0, 516, 516, 516, 0, 516, 516, 516, 0, 516, 516, 516, 0, 288, 516, 0, 516, 0, 0, 516, 516, 516, 516, 288, 0, 516, 516, 516, 0, 0, 0, 0, 0, 516, 0, 0, 516, 516, 516, 516, 516, 516, 516, 516, 0, 516, 516, 516, 516, 516, 288, 0, 516, 0, 288, 0, 288, 288, 288, 516, 516, 516, 0, 0, 0, 0, 0, 0, 516, 516, 0, 288, 288, 108, 288, 0, 0, 108, 108, 108, 108, 0, 0, 0, 0, 0, 0, 0, 0, 108, 0, 108, 108, 108, 108, 108, 108, 0, 108, 108, 108, 0, 0, 108, 108, 108, 0, 0, 108, 108, 108, 108, 0, 108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 250, 250, 0, 250, 250, 250, 250, 250, 250, 0, 0, 250, 250, 289, 0, 0, 0, 0, 0, 0, 0, 0, 0, 289, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 289, 0, 0, 0, 289, 0, 289, 289, 289, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 289, 289, 0, 289, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 288, 0, 0, 0, 288, 288, 288, 0, 288, 288, 288, 288, 288, 288, 0, 288, 534, 0, 0, 0, 288, 0, 0, 288, 288, 288, 288, 288, 288, 288, 0, 0, 288, 288, 288, 0, 0, 0, 0, 288, 288, 0, 0, 0, 288, 288, 0, 0, 0, 0, 0, 0, 0, 0, 0, 288, 0, 0, 0, 288, 288, 0, 0, 0, 288, 0, 0, 0, 0, 0, 288, 0, 288, 288, 0, 288, 0, 288, 288, 288, 288, 288, 0, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 0, 0, 288, 288, 288, 0, 288, 288, 288, 0, 288, 288, 288, 0, 0, 288, 0, 288, 0, 0, 288, 288, 288, 288, 0, 288, 288, 288, 288, 0, 0, 0, 0, 0, 288, 0, 0, 288, 288, 288, 288, 288, 288, 288, 288, 0, 288, 288, 288, 288, 288, 0, 0, 288, 0, 0, 0, 0, 0, 0, 288, 288, 288, 0, 636, 415, 413, 289, 414, 288, 288, 289, 289, 289, 0, 289, 289, 289, 289, 289, 289, 898, 289, 418, 403, 419, 0, 289, 0, 0, 289, 289, 289, 289, 289, 289, 289, 0, 0, 289, 289, 289, 0, 0, 0, 0, 289, 289, 0, 0, 0, 289, 289, 247, 247, 247, 0, 247, 0, 0, 0, 0, 289, 0, 0, 0, 289, 289, 0, 0, 247, 289, 247, 247, 247, 0, 0, 289, 0, 289, 289, 0, 289, 0, 289, 289, 289, 289, 289, 0, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 0, 0, 289, 289, 289, 0, 289, 289, 289, 0, 289, 289, 289, 0, 307, 289, 0, 289, 0, 0, 289, 289, 289, 289, 307, 289, 289, 289, 289, 0, 0, 0, 0, 0, 289, 0, 0, 289, 289, 289, 289, 289, 289, 289, 289, 0, 289, 289, 289, 289, 289, 307, 0, 289, 0, 307, 307, 0, 307, 0, 289, 289, 289, 0, 0, 0, 0, 0, 0, 289, 289, 0, 307, 307, 307, 0, 307, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 247, 247, 247, 0, 247, 247, 247, 247, 247, 247, 463, 0, 247, 247, 0, 0, 0, 0, 0, 0, 463, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 515, 515, 515, 515, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 463, 515, 515, 515, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 307, 0, 0, 0, 307, 307, 307, 0, 307, 307, 307, 307, 307, 307, 0, 307, 0, 307, 0, 0, 307, 0, 0, 307, 307, 307, 307, 307, 307, 307, 0, 0, 307, 307, 307, 0, 0, 0, 0, 307, 307, 0, 0, 0, 307, 307, 0, 0, 0, 0, 0, 0, 0, 0, 0, 307, 0, 0, 0, 307, 307, 0, 0, 0, 307, 0, 341, 0, 335, 333, 307, 334, 307, 307, 0, 307, 0, 307, 307, 307, 307, 307, 0, 307, 307, 307, 307, 307, 307, 307, 307, 307, 307, 307, 307, 307, 307, 307, 307, 0, 0, 307, 307, 307, 0, 307, 307, 307, 0, 307, 307, 307, 0, 0, 307, 0, 307, 0, 0, 307, 307, 307, 307, 0, 307, 307, 307, 307, 0, 0, 0, 0, 0, 307, 0, 0, 307, 307, 307, 307, 0, 307, 307, 307, 0, 307, 307, 307, 307, 307, 0, 0, 307, 0, 0, 0, 0, 0, 0, 307, 307, 0, 463, 0, 0, 0, 515, 515, 515, 307, 515, 515, 515, 515, 515, 515, 0, 0, 515, 515, 0, 0, 463, 0, 0, 463, 463, 463, 463, 463, 463, 463, 0, 0, 463, 463, 463, 0, 0, 0, 0, 463, 463, 0, 0, 0, 463, 463, 0, 0, 0, 0, 0, 0, 0, 0, 0, 463, 0, 0, 0, 463, 463, 0, 0, 0, 463, 0, 0, 0, 0, 0, 463, 0, 463, 463, 0, 463, 0, 463, 463, 463, 463, 463, 0, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 0, 0, 463, 463, 463, 0, 463, 463, 463, 0, 463, 463, 463, 0, 515, 463, 0, 463, 0, 0, 463, 463, 463, 463, 515, 0, 463, 463, 463, 0, 0, 0, 0, 0, 463, 0, 0, 463, 463, 463, 463, 0, 463, 463, 463, 0, 463, 463, 463, 463, 463, 0, 0, 463, 0, 0, 515, 515, 515, 515, 463, 463, 336, 337, 338, 0, 0, 339, 0, 0, 463, 0, 0, 515, 515, 515, 515, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 0, 0, 0, 337, 0, 0, 0, 0, 0, 0, 181, 182, 0, 337, 183, 184, 185, 186, 0, 0, 0, 340, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 337, 0, 0, 337, 337, 337, 337, 337, 337, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 337, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 515, 0, 0, 0, 515, 515, 515, 0, 515, 515, 515, 515, 515, 515, 0, 0, 515, 515, 0, 0, 515, 0, 0, 515, 515, 515, 515, 515, 515, 515, 0, 0, 515, 515, 515, 0, 0, 0, 0, 515, 515, 0, 0, 0, 515, 515, 0, 0, 0, 0, 0, 0, 0, 0, 0, 515, 0, 0, 0, 515, 515, 0, 0, 0, 515, 0, 0, 0, 0, 0, 515, 0, 515, 515, 0, 515, 0, 515, 515, 515, 515, 515, 204, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 0, 0, 515, 515, 515, 0, 515, 515, 515, 0, 515, 515, 515, 188, 0, 515, 149, 515, 150, 0, 515, 515, 515, 515, 0, 0, 515, 515, 515, 0, 0, 0, 0, 0, 515, 0, 0, 515, 515, 515, 515, 0, 515, 515, 515, 0, 515, 515, 515, 515, 515, 337, 0, 515, 0, 0, 0, 0, 0, 0, 515, 515, 0, 0, 0, 0, 337, 337, 337, 0, 515, 337, 0, 0, 337, 337, 337, 337, 337, 337, 337, 0, 0, 337, 337, 337, 0, 0, 0, 0, 337, 337, 0, 0, 0, 337, 337, 0, 0, 0, 0, 0, 0, 0, 0, 0, 337, 0, 0, 0, 337, 337, 0, 0, 0, 337, 0, 0, 0, 0, 0, 337, 0, 337, 337, 0, 337, 0, 337, 337, 337, 337, 337, 0, 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, 337, 0, 0, 337, 337, 337, 0, 337, 337, 337, 0, 337, 337, 337, 0, 285, 337, 0, 337, 0, 0, 337, 337, 337, 337, 285, 0, 337, 337, 337, 0, 0, 0, 0, 0, 337, 0, 0, 337, 337, 337, 337, 337, 337, 337, 337, 0, 337, 337, 337, 337, 337, 285, 0, 337, 0, 285, 0, 0, 285, 0, 337, 337, 337, 0, 0, 0, 0, 0, 0, 337, 337, 0, 285, 285, 0, 285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 152, 0, 0, 0, 153, 154, 155, 156, 0, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 304, 0, 0, 0, 0, 0, 0, 0, 0, 0, 304, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 304, 177, 0, 0, 304, 0, 0, 304, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 304, 304, 0, 304, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 285, 0, 0, 0, 285, 285, 285, 0, 0, 0, 0, 0, 0, 0, 0, 285, 0, 0, 0, 0, 285, 0, 0, 285, 285, 285, 285, 285, 285, 285, 0, 0, 285, 285, 285, 0, 0, 0, 0, 285, 285, 0, 0, 0, 285, 285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 285, 0, 0, 0, 285, 285, 0, 0, 0, 285, 0, 0, 0, 0, 0, 285, 0, 285, 285, 0, 285, 0, 285, 285, 285, 285, 285, 0, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 0, 0, 285, 285, 285, 0, 285, 285, 285, 0, 285, 285, 285, 188, 0, 285, 149, 285, 150, 0, 285, 285, 285, 285, 0, 285, 285, 285, 285, 0, 0, 810, 0, 0, 285, 0, 0, 285, 285, 285, 285, 285, 285, 285, 285, 0, 285, 285, 285, 285, 285, 304, 0, 285, 0, 304, 304, 304, 0, 0, 285, 285, 285, 0, 0, 0, 304, 0, 0, 285, 285, 304, 0, 0, 304, 304, 304, 304, 304, 304, 304, 0, 0, 304, 304, 304, 0, 0, 0, 0, 304, 304, 0, 0, 0, 304, 304, 0, 0, 0, 0, 0, 0, 0, 0, 0, 304, 0, 0, 0, 304, 304, 0, 0, 0, 304, 0, 0, 0, 0, 0, 304, 0, 304, 304, 0, 304, 0, 304, 304, 304, 304, 304, 0, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 0, 0, 304, 304, 304, 0, 304, 304, 304, 0, 304, 304, 304, 0, 295, 304, 0, 304, 0, 0, 304, 304, 304, 304, 295, 304, 304, 304, 304, 0, 0, 0, 0, 0, 304, 0, 0, 304, 304, 304, 304, 304, 304, 304, 304, 0, 304, 304, 304, 304, 304, 295, 0, 304, 0, 295, 0, 0, 295, 0, 304, 304, 304, 0, 0, 0, 0, 0, 0, 304, 304, 0, 295, 295, 0, 295, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 152, 0, 0, 0, 153, 154, 155, 156, 0, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 293, 0, 0, 0, 0, 0, 0, 0, 0, 0, 293, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 293, 177, 0, 0, 293, 0, 0, 293, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 293, 293, 0, 293, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 295, 0, 0, 0, 295, 295, 295, 0, 0, 0, 0, 0, 0, 0, 0, 295, 0, 0, 0, 0, 295, 0, 0, 295, 295, 295, 295, 295, 295, 295, 0, 0, 295, 295, 295, 0, 0, 0, 0, 295, 295, 0, 0, 0, 295, 295, 0, 0, 0, 0, 0, 0, 0, 0, 0, 295, 0, 0, 0, 295, 295, 0, 0, 0, 295, 0, 0, 0, 0, 0, 295, 0, 295, 295, 0, 295, 0, 295, 295, 295, 295, 295, 0, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 0, 0, 295, 295, 295, 0, 295, 295, 295, 0, 295, 295, 295, 188, 0, 295, 149, 295, 150, 0, 295, 295, 295, 295, 0, 295, 295, 295, 295, 0, 0, 895, 0, 0, 295, 0, 0, 295, 295, 295, 295, 295, 295, 295, 295, 0, 295, 295, 295, 295, 295, 293, 0, 295, 0, 293, 293, 293, 0, 0, 295, 295, 295, 0, 0, 0, 293, 0, 0, 295, 295, 293, 0, 0, 293, 293, 293, 293, 293, 293, 293, 0, 0, 293, 293, 293, 0, 0, 0, 0, 293, 293, 0, 0, 0, 293, 293, 0, 0, 0, 0, 0, 0, 0, 0, 0, 293, 0, 0, 0, 293, 293, 0, 0, 0, 293, 0, 0, 0, 0, 0, 293, 0, 293, 293, 0, 293, 0, 293, 293, 293, 293, 293, 0, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 0, 0, 293, 293, 293, 0, 293, 293, 293, 0, 293, 293, 293, 0, 299, 293, 0, 293, 0, 0, 293, 293, 293, 293, 299, 293, 293, 293, 293, 0, 0, 0, 0, 0, 293, 0, 0, 293, 293, 293, 293, 293, 293, 293, 293, 0, 293, 293, 293, 293, 293, 299, 0, 293, 0, 299, 0, 0, 299, 0, 293, 293, 293, 0, 0, 0, 0, 0, 0, 293, 293, 0, 299, 299, 0, 299, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 152, 0, 0, 0, 153, 154, 155, 156, 0, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 297, 0, 0, 0, 0, 0, 0, 0, 0, 0, 297, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 297, 177, 0, 0, 297, 0, 0, 297, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 297, 297, 0, 297, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 299, 0, 0, 0, 299, 299, 299, 0, 0, 0, 0, 0, 0, 0, 0, 299, 0, 0, 0, 0, 299, 0, 0, 299, 299, 299, 299, 299, 299, 299, 0, 0, 299, 299, 299, 0, 0, 0, 0, 299, 299, 0, 0, 0, 299, 299, 0, 0, 0, 0, 0, 0, 0, 0, 0, 299, 0, 0, 0, 299, 299, 0, 0, 0, 299, 0, 0, 0, 0, 0, 299, 0, 299, 299, 0, 299, 0, 299, 299, 299, 299, 299, 0, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 0, 0, 299, 299, 299, 0, 299, 299, 299, 0, 299, 299, 299, 188, 0, 299, 149, 299, 150, 0, 299, 299, 299, 299, 0, 299, 299, 299, 299, 0, 0, 0, 0, 0, 299, 0, 0, 299, 299, 299, 299, 299, 299, 299, 299, 0, 299, 299, 299, 299, 299, 297, 0, 299, 0, 297, 297, 297, 0, 0, 299, 299, 299, 0, 0, 0, 297, 0, 0, 299, 299, 297, 0, 0, 297, 297, 297, 297, 297, 297, 297, 0, 0, 297, 297, 297, 0, 0, 0, 0, 297, 297, 0, 0, 0, 297, 297, 0, 0, 0, 0, 0, 0, 0, 0, 0, 297, 0, 0, 0, 297, 297, 0, 0, 0, 297, 0, 0, 0, 0, 0, 297, 0, 297, 297, 0, 297, 0, 297, 297, 297, 297, 297, 0, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 0, 0, 297, 297, 297, 0, 297, 297, 297, 0, 297, 297, 297, 0, 292, 297, 0, 297, 0, 0, 297, 297, 297, 297, 292, 297, 297, 297, 297, 0, 0, 0, 0, 0, 297, 0, 0, 297, 297, 297, 297, 297, 297, 297, 297, 0, 297, 297, 297, 297, 297, 292, 0, 297, 0, 292, 0, 0, 292, 0, 297, 297, 297, 0, 0, 0, 0, 0, 0, 297, 297, 0, 292, 292, 0, 292, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 152, 0, 0, 0, 153, 154, 155, 156, 0, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 301, 177, 0, 0, 301, 0, 0, 301, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 301, 301, 0, 301, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 292, 0, 0, 0, 292, 292, 292, 0, 0, 0, 0, 0, 0, 0, 0, 292, 0, 0, 0, 0, 292, 0, 0, 292, 292, 292, 292, 292, 292, 292, 0, 0, 292, 292, 292, 0, 0, 0, 0, 292, 292, 0, 0, 0, 292, 292, 0, 0, 0, 0, 0, 0, 0, 0, 0, 292, 0, 0, 0, 292, 292, 0, 0, 0, 292, 0, 0, 0, 0, 0, 292, 0, 292, 292, 0, 292, 0, 292, 292, 292, 292, 292, 0, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 0, 0, 292, 292, 292, 0, 292, 292, 292, 0, 292, 292, 292, 382, 0, 292, 149, 292, 150, 0, 292, 292, 292, 292, 0, 292, 292, 292, 292, 0, 0, 0, 0, 0, 292, 0, 0, 292, 292, 292, 292, 292, 292, 292, 292, 0, 292, 292, 292, 292, 292, 301, 0, 292, 0, 301, 301, 301, 0, 0, 292, 292, 292, 0, 0, 0, 301, 0, 0, 292, 292, 301, 0, 0, 301, 301, 301, 301, 301, 301, 301, 0, 0, 301, 301, 301, 0, 0, 0, 0, 301, 301, 0, 0, 0, 301, 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 0, 0, 301, 301, 0, 0, 0, 301, 0, 0, 0, 0, 0, 301, 0, 301, 301, 0, 301, 0, 301, 301, 301, 301, 301, 0, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 0, 0, 301, 301, 301, 0, 301, 301, 301, 0, 301, 301, 301, 0, 296, 301, 0, 301, 0, 0, 301, 301, 301, 301, 296, 301, 301, 301, 301, 0, 0, 0, 0, 0, 301, 0, 0, 301, 301, 301, 301, 301, 301, 301, 301, 0, 301, 301, 301, 301, 301, 296, 0, 301, 0, 296, 0, 0, 296, 0, 301, 301, 301, 0, 0, 0, 0, 0, 0, 301, 301, 0, 296, 296, 0, 296, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 152, 0, 0, 0, 153, 154, 155, 156, 0, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 294, 0, 0, 0, 0, 0, 0, 0, 0, 0, 294, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 294, 177, 0, 0, 294, 0, 0, 294, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 294, 294, 0, 294, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 296, 0, 0, 0, 296, 296, 296, 0, 0, 0, 0, 0, 0, 0, 0, 296, 0, 0, 0, 0, 296, 0, 0, 296, 296, 296, 296, 296, 296, 296, 0, 0, 296, 296, 296, 0, 0, 0, 0, 296, 296, 0, 0, 0, 296, 296, 0, 0, 0, 0, 0, 0, 0, 0, 0, 296, 0, 0, 0, 296, 296, 0, 0, 0, 296, 0, 0, 0, 0, 0, 296, 0, 296, 296, 0, 296, 0, 296, 296, 296, 296, 296, 0, 296, 296, 296, 296, 296, 296, 296, 296, 296, 296, 296, 296, 296, 296, 296, 296, 0, 0, 296, 296, 296, 0, 296, 296, 296, 0, 296, 296, 296, 188, 0, 296, 149, 296, 150, 0, 296, 296, 296, 296, 0, 296, 296, 296, 296, 0, 0, 0, 0, 0, 296, 0, 0, 296, 296, 296, 296, 296, 296, 296, 296, 0, 296, 296, 296, 296, 296, 294, 0, 296, 0, 294, 294, 294, 0, 0, 296, 296, 296, 0, 0, 0, 294, 0, 0, 296, 296, 294, 0, 0, 294, 294, 294, 294, 294, 294, 294, 0, 0, 294, 294, 294, 0, 0, 0, 0, 294, 294, 0, 0, 0, 294, 294, 0, 0, 0, 0, 0, 0, 0, 0, 0, 294, 0, 0, 0, 294, 294, 0, 0, 0, 294, 0, 0, 0, 0, 0, 294, 0, 294, 294, 0, 294, 0, 294, 294, 294, 294, 294, 0, 294, 294, 294, 294, 294, 294, 294, 294, 294, 294, 294, 294, 294, 294, 294, 294, 0, 0, 294, 294, 294, 0, 294, 294, 294, 0, 294, 294, 294, 0, 311, 294, 0, 294, 0, 0, 294, 294, 294, 294, 311, 294, 294, 294, 294, 0, 0, 0, 0, 0, 294, 0, 0, 294, 294, 294, 294, 294, 294, 294, 294, 0, 294, 294, 294, 294, 294, 311, 0, 294, 0, 311, 0, 0, 311, 0, 294, 294, 294, 0, 0, 0, 0, 0, 0, 294, 294, 0, 311, 311, 0, 311, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 152, 0, 0, 0, 153, 154, 155, 156, 0, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 309, 177, 0, 0, 309, 0, 0, 309, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 309, 309, 0, 309, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 443, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 311, 0, 0, 0, 311, 311, 311, 0, 0, 0, 0, 0, 0, 0, 0, 311, 0, 0, 0, 0, 311, 0, 0, 311, 311, 311, 311, 311, 311, 311, 0, 0, 311, 311, 311, 0, 0, 0, 0, 311, 311, 0, 0, 0, 311, 311, 0, 0, 0, 0, 0, 0, 0, 0, 0, 311, 0, 0, 0, 311, 311, 0, 0, 0, 311, 0, 0, 0, 0, 0, 311, 0, 311, 311, 0, 311, 0, 311, 311, 311, 311, 311, 0, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 0, 0, 311, 311, 311, 0, 311, 311, 311, 0, 311, 311, 311, 505, 0, 311, 149, 311, 150, 0, 311, 311, 311, 311, 0, 311, 311, 311, 311, 0, 0, 0, 0, 0, 311, 0, 0, 311, 311, 311, 311, 311, 311, 311, 311, 0, 311, 311, 311, 311, 311, 309, 0, 311, 0, 309, 309, 309, 0, 0, 311, 311, 311, 0, 0, 0, 309, 0, 0, 311, 311, 309, 0, 0, 309, 309, 309, 309, 309, 309, 309, 0, 0, 309, 309, 309, 0, 0, 0, 0, 309, 309, 0, 0, 0, 309, 309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 309, 0, 0, 0, 309, 309, 0, 0, 0, 309, 0, 0, 0, 0, 0, 309, 0, 309, 309, 0, 309, 0, 309, 309, 309, 309, 309, 0, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 0, 0, 309, 309, 309, 0, 309, 309, 309, 0, 309, 309, 309, 0, 300, 309, 0, 309, 0, 0, 309, 309, 309, 309, 300, 309, 309, 309, 309, 0, 0, 0, 0, 0, 309, 0, 0, 309, 309, 309, 309, 309, 309, 309, 309, 0, 309, 309, 309, 309, 309, 300, 0, 309, 0, 300, 0, 0, 300, 0, 309, 309, 309, 0, 0, 0, 0, 0, 0, 309, 309, 0, 300, 300, 0, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 152, 0, 0, 0, 153, 154, 155, 156, 0, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 298, 0, 0, 0, 0, 0, 0, 0, 0, 0, 298, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 298, 177, 0, 0, 298, 0, 0, 298, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 298, 298, 0, 298, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 300, 0, 0, 0, 300, 300, 300, 0, 0, 0, 0, 0, 0, 0, 0, 300, 0, 0, 0, 0, 300, 0, 0, 300, 300, 300, 300, 300, 300, 300, 0, 0, 300, 300, 300, 0, 0, 0, 0, 300, 300, 0, 0, 0, 300, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 300, 0, 0, 0, 300, 300, 0, 0, 0, 300, 0, 0, 0, 0, 0, 300, 0, 300, 300, 0, 300, 0, 300, 300, 300, 300, 300, 0, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 0, 0, 300, 300, 300, 0, 300, 300, 300, 0, 300, 300, 300, 382, 0, 300, 149, 300, 150, 0, 300, 300, 300, 300, 0, 300, 300, 300, 300, 0, 0, 0, 0, 0, 300, 0, 0, 300, 300, 300, 300, 300, 300, 300, 300, 0, 300, 300, 300, 300, 300, 298, 0, 300, 0, 298, 298, 298, 0, 0, 300, 300, 300, 0, 0, 0, 298, 0, 0, 300, 300, 298, 0, 0, 298, 298, 298, 298, 298, 298, 298, 0, 0, 298, 298, 298, 0, 0, 0, 0, 298, 298, 0, 0, 0, 298, 298, 0, 0, 0, 0, 0, 0, 0, 0, 0, 298, 0, 0, 0, 298, 298, 0, 0, 0, 298, 0, 0, 0, 0, 0, 298, 0, 298, 298, 0, 298, 0, 298, 298, 298, 298, 298, 0, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 0, 0, 298, 298, 298, 0, 298, 298, 298, 0, 298, 298, 298, 0, 303, 298, 0, 298, 0, 0, 298, 298, 298, 298, 303, 298, 298, 298, 298, 0, 0, 0, 0, 0, 298, 0, 0, 298, 298, 298, 298, 298, 298, 298, 298, 0, 298, 298, 298, 298, 298, 303, 0, 298, 0, 303, 0, 0, 303, 0, 298, 298, 298, 0, 0, 0, 0, 0, 0, 298, 298, 0, 303, 303, 0, 303, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 152, 0, 0, 0, 153, 154, 155, 156, 0, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 302, 0, 0, 0, 0, 0, 0, 0, 0, 0, 302, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 302, 177, 0, 0, 302, 0, 0, 302, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 302, 302, 0, 302, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 889, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 303, 0, 0, 0, 303, 303, 0, 0, 0, 0, 0, 0, 0, 0, 0, 303, 0, 0, 0, 0, 303, 0, 0, 303, 303, 303, 303, 303, 303, 303, 0, 0, 303, 303, 303, 0, 0, 0, 0, 303, 303, 0, 0, 0, 303, 303, 0, 0, 0, 0, 0, 0, 0, 0, 0, 303, 0, 0, 0, 303, 303, 0, 0, 0, 303, 0, 0, 0, 0, 0, 303, 0, 303, 303, 0, 303, 0, 303, 303, 303, 303, 303, 0, 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, 0, 0, 303, 303, 303, 0, 303, 303, 303, 0, 303, 303, 303, 415, 413, 303, 414, 303, 0, 0, 303, 303, 303, 303, 0, 303, 303, 303, 303, 849, 0, 418, 403, 419, 303, 0, 0, 303, 303, 303, 303, 303, 303, 303, 303, 0, 303, 303, 303, 303, 303, 302, 0, 303, 0, 302, 302, 498, 0, 0, 303, 303, 303, 0, 0, 0, 302, 498, 0, 303, 303, 302, 0, 0, 302, 302, 302, 302, 302, 302, 302, 0, 0, 302, 302, 302, 0, 0, 0, 0, 302, 302, 0, 0, 0, 302, 302, 0, 498, 498, 498, 498, 498, 0, 0, 0, 302, 0, 0, 0, 302, 302, 0, 0, 0, 302, 498, 0, 0, 0, 0, 302, 0, 302, 302, 0, 302, 0, 302, 302, 302, 302, 302, 0, 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, 0, 0, 302, 302, 302, 0, 302, 302, 302, 0, 302, 302, 302, 0, 0, 302, 0, 302, 0, 0, 302, 302, 302, 302, 0, 302, 302, 302, 302, 0, 0, 0, 0, 0, 302, 0, 0, 302, 302, 302, 302, 302, 302, 302, 302, 0, 302, 302, 302, 302, 302, 0, 0, 302, 0, 0, 0, 499, 0, 0, 302, 302, 302, 0, 0, 0, 0, 499, 0, 302, 302, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 0, 0, 0, 499, 499, 499, 499, 499, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 499, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 498, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 498, 498, 498, 0, 0, 498, 0, 0, 498, 498, 498, 498, 498, 498, 498, 0, 0, 498, 498, 498, 0, 0, 0, 0, 498, 498, 0, 0, 0, 498, 498, 0, 0, 0, 0, 0, 0, 0, 0, 0, 498, 0, 0, 0, 498, 498, 0, 0, 0, 498, 0, 0, 0, 0, 0, 498, 0, 498, 498, 0, 498, 0, 498, 498, 498, 498, 498, 0, 498, 498, 498, 498, 498, 498, 498, 498, 498, 498, 498, 498, 498, 498, 498, 498, 0, 0, 498, 498, 498, 0, 498, 498, 498, 0, 498, 498, 498, 0, 490, 498, 0, 498, 0, 0, 498, 498, 498, 498, 490, 0, 498, 498, 498, 0, 0, 0, 0, 0, 498, 0, 0, 498, 498, 498, 498, 498, 498, 498, 498, 0, 498, 498, 498, 498, 498, 499, 0, 498, 0, 0, 496, 496, 490, 496, 498, 498, 498, 0, 0, 0, 499, 499, 499, 498, 498, 499, 0, 490, 499, 499, 499, 499, 499, 499, 499, 0, 0, 499, 499, 499, 0, 0, 0, 0, 499, 499, 0, 0, 0, 499, 499, 0, 0, 0, 0, 0, 0, 0, 0, 0, 499, 0, 0, 0, 499, 499, 0, 0, 0, 499, 0, 0, 0, 0, 0, 499, 0, 499, 499, 0, 499, 0, 499, 499, 499, 499, 499, 0, 499, 499, 499, 499, 499, 499, 499, 499, 499, 499, 499, 499, 499, 499, 499, 499, 0, 0, 499, 499, 499, 0, 499, 499, 499, 0, 499, 499, 499, 0, 504, 499, 0, 499, 0, 0, 499, 499, 499, 499, 504, 0, 499, 499, 499, 0, 0, 0, 0, 0, 499, 0, 0, 499, 499, 499, 499, 499, 499, 499, 499, 0, 499, 499, 499, 499, 499, 0, 0, 499, 0, 504, 504, 504, 504, 504, 499, 499, 0, 0, 0, 0, 0, 0, 0, 499, 499, 0, 0, 504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 490, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 496, 496, 496, 0, 0, 490, 0, 0, 490, 490, 490, 490, 490, 490, 490, 0, 0, 490, 490, 490, 0, 0, 0, 0, 490, 490, 0, 0, 0, 490, 490, 0, 0, 0, 0, 0, 0, 0, 0, 0, 490, 0, 0, 0, 490, 490, 0, 0, 0, 490, 0, 0, 0, 0, 0, 490, 0, 490, 490, 0, 490, 0, 490, 490, 490, 490, 490, 0, 490, 490, 490, 490, 490, 490, 490, 490, 490, 490, 490, 490, 490, 490, 490, 490, 0, 0, 490, 490, 490, 0, 490, 490, 490, 0, 490, 490, 490, 0, 501, 490, 0, 490, 0, 0, 490, 490, 490, 490, 501, 0, 490, 490, 490, 0, 0, 0, 0, 0, 490, 0, 0, 490, 490, 490, 490, 490, 490, 490, 490, 0, 490, 490, 490, 490, 490, 504, 0, 490, 0, 501, 501, 501, 501, 501, 490, 490, 490, 0, 0, 0, 504, 504, 0, 490, 490, 504, 0, 501, 504, 504, 504, 504, 504, 504, 504, 0, 0, 504, 504, 504, 0, 0, 0, 0, 504, 504, 0, 0, 0, 504, 504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 504, 0, 0, 0, 504, 504, 0, 0, 0, 504, 0, 0, 0, 0, 0, 504, 0, 504, 504, 0, 504, 0, 504, 504, 504, 504, 504, 0, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 0, 0, 504, 504, 504, 0, 504, 504, 504, 0, 504, 504, 504, 0, 502, 504, 0, 504, 0, 0, 504, 504, 504, 504, 502, 0, 504, 504, 504, 0, 0, 0, 0, 0, 504, 0, 0, 504, 504, 504, 504, 504, 504, 504, 504, 0, 504, 504, 504, 504, 504, 0, 0, 504, 0, 502, 502, 502, 502, 502, 504, 504, 504, 0, 0, 0, 0, 0, 0, 504, 504, 0, 0, 502, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 501, 501, 0, 0, 0, 501, 0, 0, 501, 501, 501, 501, 501, 501, 501, 0, 0, 501, 501, 501, 0, 0, 0, 0, 501, 501, 0, 0, 0, 501, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 501, 0, 0, 0, 501, 501, 0, 0, 0, 501, 0, 0, 0, 0, 0, 501, 0, 501, 501, 0, 501, 0, 501, 501, 501, 501, 501, 0, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 0, 0, 501, 501, 501, 0, 501, 501, 501, 0, 501, 501, 501, 0, 503, 501, 0, 501, 0, 0, 501, 501, 501, 501, 503, 0, 501, 501, 501, 0, 0, 0, 0, 0, 501, 0, 0, 501, 501, 501, 501, 501, 501, 501, 501, 0, 501, 501, 501, 501, 501, 502, 0, 501, 0, 503, 503, 503, 503, 503, 501, 501, 501, 0, 0, 0, 502, 502, 0, 501, 501, 502, 0, 503, 502, 502, 502, 502, 502, 502, 502, 0, 0, 502, 502, 502, 0, 0, 0, 0, 502, 502, 0, 0, 0, 502, 502, 0, 0, 0, 0, 0, 0, 0, 0, 0, 502, 0, 0, 0, 502, 502, 0, 0, 0, 502, 0, 0, 0, 0, 0, 502, 0, 502, 502, 0, 502, 0, 502, 502, 502, 502, 502, 0, 502, 502, 502, 502, 502, 502, 502, 502, 502, 502, 502, 502, 502, 502, 502, 502, 0, 0, 502, 502, 502, 0, 502, 502, 502, 0, 502, 502, 502, 0, 284, 502, 0, 502, 0, 0, 502, 502, 502, 502, 284, 0, 502, 502, 502, 0, 0, 0, 0, 0, 502, 0, 0, 502, 502, 502, 502, 502, 502, 502, 502, 0, 502, 502, 502, 502, 502, 284, 0, 502, 0, 284, 0, 0, 284, 0, 502, 502, 502, 0, 0, 0, 0, 0, 0, 502, 502, 0, 284, 284, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 503, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 503, 503, 0, 0, 0, 503, 0, 0, 503, 503, 503, 503, 503, 503, 503, 0, 0, 503, 503, 503, 0, 0, 0, 0, 503, 503, 0, 0, 0, 503, 503, 0, 0, 0, 0, 0, 0, 0, 0, 0, 503, 0, 0, 0, 503, 503, 0, 0, 0, 503, 0, 0, 0, 0, 0, 503, 0, 503, 503, 0, 503, 0, 503, 503, 503, 503, 503, 0, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 0, 0, 503, 503, 503, 0, 503, 503, 503, 0, 503, 503, 503, 0, 0, 503, 0, 503, 0, 0, 503, 503, 503, 503, 0, 0, 503, 503, 503, 0, 0, 0, 0, 0, 503, 0, 0, 503, 503, 503, 503, 503, 503, 503, 503, 312, 503, 503, 503, 503, 503, 284, 0, 503, 0, 312, 0, 0, 0, 0, 503, 503, 503, 0, 0, 0, 284, 0, 0, 503, 503, 284, 0, 0, 284, 284, 284, 284, 284, 284, 284, 0, 312, 284, 284, 284, 312, 0, 0, 312, 284, 284, 0, 0, 0, 284, 284, 0, 0, 0, 0, 0, 0, 312, 312, 0, 284, 0, 0, 0, 284, 284, 0, 0, 0, 284, 0, 0, 0, 0, 0, 284, 0, 284, 284, 0, 284, 0, 284, 284, 284, 284, 284, 0, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 0, 0, 284, 284, 284, 0, 284, 284, 284, 0, 284, 284, 284, 0, 0, 284, 0, 284, 0, 0, 284, 284, 284, 284, 0, 284, 284, 284, 284, 0, 0, 0, 0, 0, 284, 0, 0, 284, 284, 284, 284, 284, 284, 284, 284, 308, 284, 284, 284, 284, 284, 0, 0, 284, 0, 308, 0, 0, 0, 0, 284, 284, 284, 0, 0, 0, 0, 0, 0, 284, 284, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 308, 0, 0, 0, 308, 0, 0, 308, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 308, 308, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 312, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 312, 0, 0, 0, 0, 312, 0, 0, 312, 312, 312, 312, 312, 312, 312, 0, 0, 312, 312, 312, 0, 0, 0, 0, 312, 312, 0, 0, 0, 312, 312, 0, 0, 0, 0, 0, 0, 0, 0, 0, 312, 0, 0, 0, 312, 312, 0, 0, 0, 312, 0, 0, 0, 0, 0, 312, 0, 312, 312, 0, 312, 0, 312, 312, 312, 312, 312, 0, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 0, 0, 312, 312, 312, 0, 312, 312, 312, 0, 312, 312, 312, 0, 500, 312, 0, 312, 0, 0, 312, 312, 312, 312, 500, 312, 312, 312, 312, 0, 0, 0, 0, 0, 312, 0, 0, 312, 312, 312, 312, 312, 312, 312, 312, 0, 312, 312, 312, 312, 312, 308, 0, 312, 0, 500, 0, 500, 500, 500, 312, 312, 312, 0, 0, 0, 308, 0, 0, 312, 312, 308, 0, 500, 308, 308, 308, 308, 308, 308, 308, 0, 0, 308, 308, 308, 0, 0, 0, 0, 308, 308, 0, 0, 0, 308, 308, 0, 0, 0, 0, 0, 0, 0, 0, 0, 308, 0, 0, 0, 308, 308, 0, 0, 0, 308, 0, 0, 0, 0, 0, 308, 0, 308, 308, 0, 308, 0, 308, 308, 308, 308, 308, 0, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 0, 0, 308, 308, 308, 0, 308, 308, 308, 0, 308, 308, 308, 0, 236, 308, 0, 308, 0, 0, 308, 308, 308, 308, 236, 308, 308, 308, 308, 0, 0, 0, 0, 0, 308, 0, 0, 308, 308, 308, 308, 308, 308, 308, 308, 0, 308, 308, 308, 308, 308, 0, 0, 308, 0, 0, 0, 0, 236, 0, 308, 308, 308, 0, 0, 0, 0, 0, 0, 308, 308, 0, 0, 236, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 500, 0, 0, 0, 0, 500, 0, 0, 500, 500, 500, 500, 500, 500, 500, 0, 0, 500, 500, 500, 0, 0, 0, 0, 500, 500, 0, 0, 0, 500, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 500, 0, 0, 0, 500, 500, 0, 0, 0, 500, 0, 0, 0, 0, 0, 500, 0, 500, 500, 0, 500, 0, 500, 500, 500, 500, 500, 0, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0, 0, 500, 500, 500, 0, 500, 500, 500, 0, 500, 500, 500, 0, 506, 500, 0, 500, 0, 0, 500, 500, 500, 500, 506, 0, 500, 500, 500, 0, 0, 0, 0, 0, 500, 0, 0, 500, 500, 500, 500, 500, 500, 500, 500, 0, 500, 500, 500, 500, 500, 236, 0, 500, 0, 506, 0, 0, 506, 0, 500, 500, 500, 0, 0, 0, 236, 236, 0, 500, 500, 236, 0, 506, 236, 236, 236, 236, 236, 236, 236, 0, 0, 236, 236, 236, 0, 0, 0, 0, 236, 236, 0, 0, 0, 236, 236, 0, 0, 0, 0, 0, 0, 0, 0, 0, 236, 0, 0, 0, 236, 236, 0, 0, 0, 236, 0, 0, 0, 0, 0, 236, 0, 236, 236, 0, 236, 0, 236, 236, 236, 236, 236, 0, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 0, 0, 236, 236, 236, 0, 236, 236, 236, 0, 236, 236, 236, 0, 509, 236, 0, 236, 0, 0, 236, 236, 236, 236, 509, 0, 236, 236, 236, 0, 0, 0, 0, 0, 236, 0, 0, 236, 236, 236, 236, 236, 236, 236, 236, 0, 236, 236, 236, 236, 236, 0, 0, 236, 0, 509, 0, 0, 509, 0, 236, 236, 236, 0, 0, 0, 0, 0, 0, 236, 236, 0, 0, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 506, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 506, 0, 0, 0, 0, 506, 0, 0, 506, 506, 506, 506, 506, 506, 506, 0, 0, 506, 506, 506, 0, 0, 0, 0, 506, 506, 0, 0, 0, 506, 506, 0, 0, 0, 0, 0, 0, 0, 0, 0, 506, 0, 0, 0, 506, 506, 0, 0, 0, 506, 0, 0, 0, 0, 0, 506, 0, 506, 506, 0, 506, 0, 506, 506, 506, 506, 506, 0, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 0, 0, 506, 506, 506, 0, 506, 506, 506, 0, 506, 506, 506, 0, 508, 506, 0, 506, 0, 0, 506, 506, 506, 506, 508, 0, 506, 506, 506, 0, 0, 0, 0, 0, 506, 0, 0, 506, 506, 506, 506, 506, 506, 506, 506, 0, 506, 506, 506, 506, 506, 509, 0, 506, 0, 508, 0, 0, 508, 0, 506, 506, 506, 0, 0, 0, 509, 0, 0, 506, 506, 509, 0, 508, 509, 509, 509, 509, 509, 509, 509, 0, 0, 509, 509, 509, 0, 0, 0, 0, 509, 509, 0, 0, 0, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 509, 0, 0, 0, 509, 509, 0, 0, 0, 509, 0, 0, 0, 0, 0, 509, 0, 509, 509, 0, 509, 0, 509, 509, 509, 509, 509, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 509, 509, 509, 0, 509, 509, 509, 0, 509, 509, 509, 0, 507, 509, 0, 509, 0, 0, 509, 509, 509, 509, 507, 0, 509, 509, 509, 0, 0, 0, 0, 0, 509, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 0, 509, 509, 509, 509, 509, 0, 0, 509, 0, 507, 0, 0, 507, 0, 509, 509, 509, 0, 0, 0, 0, 0, 0, 509, 509, 0, 0, 507, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 508, 0, 0, 0, 0, 508, 0, 0, 508, 508, 508, 508, 508, 508, 508, 0, 0, 508, 508, 508, 0, 0, 0, 0, 508, 508, 0, 0, 0, 508, 508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 508, 0, 0, 0, 508, 508, 0, 0, 0, 508, 0, 0, 0, 0, 0, 508, 0, 508, 508, 0, 508, 0, 508, 508, 508, 508, 508, 0, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 0, 0, 508, 508, 508, 0, 508, 508, 508, 0, 508, 508, 508, 415, 413, 508, 414, 508, 0, 0, 508, 508, 508, 508, 0, 0, 508, 508, 508, 898, 0, 418, 403, 419, 508, 0, 0, 508, 508, 508, 508, 508, 508, 508, 508, 0, 508, 508, 508, 508, 508, 507, 0, 508, 0, 236, 0, 0, 0, 0, 508, 508, 508, 0, 0, 236, 507, 0, 0, 508, 508, 507, 0, 0, 507, 507, 507, 507, 507, 507, 507, 0, 0, 507, 507, 507, 0, 0, 0, 0, 507, 507, 0, 0, 0, 507, 507, 236, 0, 236, 0, 0, 0, 0, 0, 0, 507, 0, 0, 0, 507, 507, 0, 0, 236, 507, 236, 0, 0, 0, 0, 507, 0, 507, 507, 0, 507, 0, 507, 507, 507, 507, 507, 0, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 0, 0, 507, 507, 507, 0, 507, 507, 507, 0, 507, 507, 507, 0, 0, 507, 0, 507, 0, 0, 507, 507, 507, 507, 0, 0, 507, 507, 507, 0, 0, 0, 0, 0, 507, 0, 0, 507, 507, 507, 507, 507, 507, 507, 507, 0, 507, 507, 507, 507, 507, 0, 0, 507, 0, 510, 0, 0, 0, 0, 507, 507, 507, 0, 0, 510, 0, 0, 0, 507, 507, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 0, 510, 0, 0, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 236, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 236, 0, 0, 236, 236, 236, 236, 236, 236, 236, 0, 0, 236, 236, 236, 0, 0, 0, 0, 236, 236, 0, 0, 0, 236, 236, 0, 0, 0, 0, 0, 0, 0, 0, 0, 236, 0, 0, 0, 236, 236, 0, 0, 0, 236, 0, 0, 0, 0, 0, 236, 0, 236, 236, 0, 236, 0, 236, 236, 236, 236, 236, 0, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 0, 0, 236, 236, 236, 0, 236, 236, 236, 0, 236, 236, 236, 0, 505, 236, 0, 236, 0, 0, 236, 236, 236, 236, 505, 0, 236, 236, 236, 0, 0, 0, 0, 0, 236, 0, 0, 236, 236, 236, 236, 236, 236, 236, 236, 0, 236, 236, 236, 236, 236, 510, 0, 236, 0, 505, 0, 0, 505, 0, 236, 236, 236, 0, 0, 0, 510, 0, 0, 236, 236, 510, 0, 505, 510, 510, 510, 510, 510, 510, 510, 0, 0, 510, 510, 510, 0, 0, 0, 0, 510, 510, 0, 0, 0, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 510, 0, 0, 0, 510, 510, 0, 0, 0, 510, 0, 0, 0, 0, 0, 510, 0, 510, 510, 0, 510, 0, 510, 510, 510, 510, 510, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 510, 510, 510, 0, 510, 510, 510, 0, 510, 510, 510, 0, 56, 510, 0, 510, 0, 0, 510, 510, 510, 510, 56, 0, 510, 510, 510, 0, 0, 0, 0, 0, 510, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 0, 510, 510, 510, 510, 510, 0, 0, 510, 0, 0, 0, 0, 0, 0, 510, 510, 510, 0, 0, 0, 0, 0, 0, 510, 510, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 505, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 505, 0, 0, 0, 0, 505, 0, 0, 505, 505, 505, 505, 505, 505, 505, 0, 0, 505, 505, 505, 0, 0, 0, 0, 505, 505, 0, 0, 0, 505, 505, 0, 0, 0, 0, 0, 0, 0, 0, 0, 505, 57, 0, 0, 505, 505, 0, 0, 0, 505, 0, 57, 0, 0, 0, 505, 0, 505, 505, 0, 505, 0, 505, 505, 505, 505, 505, 0, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 0, 0, 505, 505, 505, 0, 505, 505, 505, 0, 505, 505, 505, 0, 0, 505, 57, 505, 0, 0, 505, 505, 505, 505, 0, 0, 505, 505, 505, 0, 0, 0, 0, 0, 505, 0, 0, 505, 505, 505, 505, 505, 505, 505, 505, 0, 505, 505, 505, 505, 505, 56, 0, 505, 0, 0, 0, 0, 0, 0, 505, 505, 505, 0, 0, 0, 164, 164, 0, 505, 505, 56, 0, 0, 56, 56, 56, 56, 56, 56, 56, 0, 0, 56, 56, 56, 0, 0, 0, 0, 56, 56, 0, 0, 0, 56, 56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56, 142, 0, 0, 56, 56, 0, 0, 0, 56, 0, 142, 0, 0, 0, 56, 0, 56, 56, 0, 56, 0, 56, 56, 56, 56, 56, 0, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 0, 0, 56, 56, 56, 0, 56, 56, 56, 0, 56, 56, 56, 0, 0, 56, 142, 56, 0, 0, 56, 56, 56, 56, 0, 0, 56, 56, 56, 0, 0, 0, 0, 0, 56, 0, 0, 56, 56, 56, 56, 56, 56, 56, 56, 0, 56, 56, 56, 56, 56, 0, 0, 56, 0, 0, 0, 0, 0, 0, 56, 56, 56, 57, 0, 0, 0, 0, 0, 56, 56, 0, 0, 0, 0, 0, 0, 0, 164, 164, 0, 0, 0, 57, 0, 0, 57, 57, 57, 57, 57, 57, 57, 0, 0, 57, 57, 57, 0, 0, 0, 0, 57, 57, 0, 0, 0, 57, 57, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57, 0, 0, 0, 57, 57, 0, 0, 0, 57, 0, 0, 0, 0, 0, 57, 0, 57, 57, 0, 57, 0, 57, 57, 57, 57, 57, 0, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 0, 0, 57, 57, 57, 0, 57, 57, 57, 0, 57, 57, 57, 0, 354, 57, 0, 57, 0, 0, 57, 57, 57, 57, 354, 0, 57, 57, 57, 0, 0, 0, 0, 0, 57, 0, 0, 57, 57, 57, 57, 57, 57, 57, 57, 0, 57, 57, 57, 57, 57, 142, 0, 57, 0, 354, 0, 0, 0, 0, 57, 57, 57, 0, 0, 0, 164, 164, 0, 57, 57, 142, 354, 354, 142, 142, 142, 142, 142, 142, 142, 0, 0, 142, 142, 142, 0, 0, 0, 0, 142, 142, 0, 0, 0, 142, 142, 0, 0, 0, 0, 0, 0, 0, 0, 0, 142, 0, 0, 0, 142, 142, 0, 0, 0, 142, 0, 0, 0, 0, 0, 142, 0, 142, 142, 0, 142, 0, 142, 142, 142, 142, 142, 0, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 0, 0, 142, 142, 142, 0, 142, 142, 142, 0, 142, 142, 142, 0, 125, 142, 0, 142, 0, 0, 142, 142, 142, 142, 125, 0, 142, 142, 142, 0, 0, 0, 0, 0, 142, 0, 0, 142, 142, 142, 142, 142, 142, 142, 142, 0, 142, 142, 142, 142, 142, 0, 0, 142, 0, 0, 0, 0, 125, 0, 142, 142, 142, 0, 0, 0, 0, 0, 0, 142, 142, 0, 0, 125, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 354, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 354, 0, 0, 354, 354, 354, 354, 354, 354, 354, 0, 0, 354, 354, 354, 0, 0, 0, 0, 354, 354, 0, 0, 0, 354, 354, 0, 0, 0, 0, 0, 0, 0, 0, 0, 354, 154, 0, 0, 354, 354, 0, 0, 0, 354, 0, 154, 0, 0, 0, 354, 0, 354, 354, 0, 354, 0, 354, 354, 354, 354, 354, 0, 354, 354, 354, 354, 354, 354, 354, 354, 354, 354, 354, 354, 354, 354, 354, 354, 0, 0, 354, 354, 354, 0, 354, 354, 354, 0, 354, 354, 354, 0, 0, 354, 154, 354, 0, 0, 354, 354, 354, 354, 0, 0, 354, 354, 354, 0, 0, 0, 0, 0, 354, 0, 0, 354, 354, 354, 354, 354, 354, 354, 354, 0, 354, 354, 354, 354, 354, 125, 0, 354, 0, 0, 0, 0, 0, 0, 354, 354, 354, 0, 0, 0, 125, 125, 0, 354, 354, 125, 0, 0, 125, 125, 125, 125, 125, 125, 125, 0, 0, 125, 125, 125, 0, 0, 0, 0, 125, 125, 0, 0, 0, 125, 125, 0, 0, 0, 0, 0, 0, 0, 0, 0, 125, 0, 0, 0, 125, 125, 0, 0, 0, 125, 0, 0, 0, 0, 0, 125, 0, 125, 125, 0, 125, 0, 125, 125, 125, 125, 125, 0, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 0, 0, 125, 125, 125, 0, 125, 125, 125, 0, 125, 125, 125, 0, 236, 125, 0, 125, 0, 0, 125, 125, 125, 125, 236, 0, 125, 125, 125, 0, 0, 0, 0, 0, 125, 0, 0, 125, 125, 125, 125, 125, 125, 125, 125, 0, 125, 125, 125, 125, 125, 0, 0, 125, 0, 0, 236, 0, 236, 0, 125, 125, 0, 154, 0, 0, 0, 0, 0, 125, 125, 0, 0, 236, 0, 0, 0, 0, 154, 154, 0, 0, 0, 154, 0, 0, 154, 154, 154, 154, 154, 154, 154, 0, 0, 154, 154, 154, 0, 0, 0, 0, 154, 154, 0, 0, 0, 154, 154, 0, 0, 0, 0, 0, 0, 0, 0, 0, 154, 0, 0, 0, 154, 154, 0, 0, 0, 154, 0, 0, 0, 0, 0, 154, 0, 154, 154, 0, 154, 0, 154, 154, 154, 154, 154, 0, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 0, 0, 154, 154, 154, 0, 154, 154, 154, 164, 154, 154, 154, 0, 0, 154, 0, 154, 0, 164, 154, 154, 154, 154, 0, 0, 154, 154, 154, 0, 0, 0, 0, 0, 154, 0, 0, 154, 154, 154, 154, 154, 154, 154, 154, 0, 154, 154, 154, 154, 154, 0, 0, 154, 0, 0, 0, 0, 0, 0, 154, 154, 154, 0, 0, 0, 0, 0, 164, 154, 154, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 236, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 236, 0, 0, 236, 236, 236, 236, 236, 236, 236, 0, 0, 236, 236, 236, 0, 0, 0, 0, 236, 236, 0, 0, 0, 236, 236, 0, 0, 0, 0, 0, 0, 0, 0, 0, 236, 155, 0, 0, 236, 236, 0, 0, 0, 236, 0, 155, 0, 0, 0, 236, 0, 236, 236, 0, 236, 0, 236, 236, 236, 236, 236, 0, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 0, 0, 236, 236, 236, 0, 236, 236, 236, 0, 236, 236, 236, 0, 0, 236, 155, 236, 0, 0, 236, 236, 236, 236, 0, 0, 236, 236, 236, 0, 0, 0, 0, 0, 236, 0, 0, 236, 236, 236, 236, 236, 236, 236, 236, 0, 236, 236, 236, 236, 236, 0, 0, 236, 0, 0, 0, 0, 164, 0, 236, 236, 236, 0, 0, 0, 0, 0, 0, 236, 236, 0, 0, 164, 164, 0, 0, 0, 164, 0, 0, 164, 164, 164, 164, 164, 164, 164, 0, 0, 164, 164, 164, 0, 0, 0, 0, 164, 164, 0, 0, 0, 164, 164, 0, 0, 0, 0, 0, 0, 0, 0, 0, 164, 0, 0, 0, 164, 164, 0, 0, 0, 164, 0, 0, 0, 0, 0, 164, 0, 164, 164, 0, 164, 0, 164, 164, 164, 164, 164, 0, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 0, 0, 164, 164, 164, 0, 164, 164, 164, 0, 164, 164, 164, 0, 522, 164, 0, 164, 0, 0, 164, 164, 164, 164, 522, 0, 164, 164, 164, 0, 0, 0, 0, 0, 164, 0, 0, 164, 164, 164, 164, 164, 164, 164, 164, 0, 164, 164, 164, 164, 164, 0, 0, 164, 0, 522, 155, 0, 522, 0, 164, 164, 164, 0, 0, 0, 0, 0, 0, 164, 164, 155, 155, 522, 0, 0, 155, 0, 0, 155, 155, 155, 155, 155, 155, 155, 0, 0, 155, 155, 155, 0, 0, 0, 0, 155, 155, 0, 0, 0, 155, 155, 0, 0, 0, 0, 0, 0, 0, 0, 0, 155, 0, 0, 0, 155, 155, 0, 0, 0, 155, 0, 0, 0, 0, 0, 155, 0, 155, 155, 0, 155, 0, 155, 155, 155, 155, 155, 0, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 0, 0, 155, 155, 155, 0, 155, 155, 155, 0, 155, 155, 155, 0, 168, 155, 0, 155, 0, 0, 155, 155, 155, 155, 168, 0, 155, 155, 155, 0, 0, 0, 0, 0, 155, 0, 0, 155, 155, 155, 155, 155, 155, 155, 155, 0, 155, 155, 155, 155, 155, 0, 0, 155, 0, 168, 0, 0, 168, 0, 155, 155, 155, 0, 0, 0, 0, 0, 0, 155, 155, 0, 0, 168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 522, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 522, 0, 0, 522, 522, 522, 522, 522, 522, 522, 0, 0, 522, 522, 522, 0, 0, 0, 0, 522, 522, 0, 0, 0, 522, 522, 0, 0, 0, 0, 0, 0, 0, 0, 0, 522, 0, 0, 0, 522, 522, 0, 0, 0, 522, 0, 0, 0, 0, 0, 522, 0, 522, 522, 0, 522, 0, 522, 522, 522, 522, 522, 0, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 0, 0, 522, 522, 522, 0, 522, 522, 522, 0, 522, 522, 522, 0, 520, 522, 0, 522, 0, 0, 522, 522, 522, 522, 520, 0, 522, 522, 522, 0, 0, 0, 0, 0, 522, 0, 0, 522, 522, 522, 522, 522, 522, 522, 522, 0, 522, 522, 522, 522, 522, 0, 0, 522, 0, 520, 168, 0, 520, 0, 522, 522, 522, 0, 0, 0, 0, 0, 0, 522, 522, 0, 0, 520, 0, 0, 168, 0, 0, 168, 168, 168, 168, 168, 168, 168, 0, 0, 168, 168, 168, 0, 0, 0, 0, 168, 168, 0, 0, 0, 168, 168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 168, 0, 0, 0, 168, 168, 0, 0, 0, 168, 0, 0, 0, 0, 0, 168, 0, 168, 168, 0, 168, 0, 168, 168, 168, 168, 168, 0, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 0, 0, 168, 168, 168, 0, 168, 168, 168, 0, 168, 168, 168, 0, 519, 168, 0, 168, 0, 0, 168, 168, 168, 168, 519, 0, 168, 168, 168, 0, 0, 0, 0, 0, 168, 0, 0, 168, 168, 168, 168, 168, 168, 168, 168, 0, 168, 168, 168, 168, 168, 0, 0, 168, 0, 519, 0, 0, 519, 0, 168, 168, 168, 0, 0, 0, 0, 0, 0, 168, 168, 0, 0, 519, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 520, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 520, 0, 0, 520, 520, 520, 520, 520, 520, 520, 0, 0, 520, 520, 520, 0, 0, 0, 0, 520, 520, 0, 0, 0, 520, 520, 0, 0, 0, 0, 0, 0, 0, 0, 0, 520, 0, 0, 0, 520, 520, 0, 0, 0, 520, 0, 0, 0, 0, 0, 520, 0, 520, 520, 0, 520, 0, 520, 520, 520, 520, 520, 0, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 0, 0, 520, 520, 520, 0, 520, 520, 520, 0, 520, 520, 520, 0, 517, 520, 0, 520, 0, 0, 520, 520, 520, 520, 517, 0, 520, 520, 520, 0, 0, 0, 0, 0, 520, 0, 0, 520, 520, 520, 520, 520, 520, 520, 520, 0, 520, 520, 520, 520, 520, 0, 0, 520, 0, 517, 519, 0, 517, 0, 520, 520, 520, 0, 0, 0, 0, 0, 0, 520, 520, 0, 0, 517, 0, 0, 519, 0, 0, 519, 519, 519, 519, 519, 519, 519, 0, 0, 519, 519, 519, 0, 0, 0, 0, 519, 519, 0, 0, 0, 519, 519, 0, 0, 0, 0, 0, 0, 0, 0, 0, 519, 0, 0, 0, 519, 519, 0, 0, 0, 519, 0, 0, 0, 0, 0, 519, 0, 519, 519, 0, 519, 0, 519, 519, 519, 519, 519, 0, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 0, 0, 519, 519, 519, 0, 519, 519, 519, 0, 519, 519, 519, 0, 198, 519, 0, 519, 0, 0, 519, 519, 519, 519, 198, 0, 519, 519, 519, 0, 0, 0, 0, 0, 519, 0, 0, 519, 519, 519, 519, 519, 519, 519, 519, 0, 519, 519, 519, 519, 519, 0, 0, 519, 0, 0, 0, 0, 198, 0, 519, 519, 519, 0, 0, 0, 0, 0, 0, 519, 519, 0, 0, 198, 0, 198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 517, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 517, 0, 0, 517, 517, 517, 517, 517, 517, 517, 0, 0, 517, 517, 517, 0, 0, 0, 0, 517, 517, 0, 0, 0, 517, 517, 0, 0, 0, 0, 0, 0, 0, 0, 0, 517, 156, 0, 0, 517, 517, 0, 0, 0, 517, 0, 156, 0, 0, 0, 517, 0, 517, 517, 0, 517, 0, 517, 517, 517, 517, 517, 0, 517, 517, 517, 517, 517, 517, 517, 517, 517, 517, 517, 517, 517, 517, 517, 517, 0, 0, 517, 517, 517, 0, 517, 517, 517, 0, 517, 517, 517, 0, 0, 517, 156, 517, 0, 0, 517, 517, 517, 517, 0, 0, 517, 517, 517, 0, 0, 0, 0, 0, 517, 0, 0, 517, 517, 517, 517, 517, 517, 517, 517, 0, 517, 517, 517, 517, 517, 0, 0, 517, 0, 0, 198, 0, 0, 0, 517, 517, 517, 0, 0, 0, 0, 0, 0, 517, 517, 0, 0, 0, 0, 0, 198, 0, 0, 198, 198, 198, 198, 198, 198, 198, 0, 0, 198, 198, 198, 0, 0, 0, 0, 198, 198, 0, 0, 0, 198, 198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 198, 357, 0, 0, 198, 198, 0, 0, 0, 198, 0, 357, 0, 0, 0, 198, 0, 198, 198, 0, 198, 0, 198, 198, 198, 198, 198, 0, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 0, 357, 198, 198, 198, 0, 198, 198, 198, 0, 198, 198, 198, 0, 0, 198, 357, 198, 359, 0, 198, 198, 198, 198, 0, 0, 198, 198, 198, 0, 0, 0, 0, 0, 198, 0, 0, 198, 198, 198, 198, 198, 198, 198, 198, 0, 198, 198, 198, 198, 198, 0, 0, 198, 0, 0, 0, 0, 156, 0, 198, 198, 198, 0, 0, 0, 0, 0, 0, 198, 198, 0, 0, 156, 156, 0, 0, 0, 156, 0, 0, 156, 156, 156, 156, 156, 156, 156, 0, 0, 156, 156, 156, 0, 0, 0, 0, 156, 156, 0, 0, 0, 156, 156, 0, 0, 0, 0, 0, 0, 0, 0, 0, 156, 0, 0, 0, 156, 156, 0, 0, 0, 156, 0, 0, 0, 0, 0, 156, 0, 156, 156, 0, 156, 0, 156, 156, 156, 156, 156, 0, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 0, 0, 156, 156, 156, 0, 156, 156, 156, 0, 156, 156, 156, 0, 518, 156, 0, 156, 0, 0, 156, 156, 156, 156, 518, 0, 156, 156, 156, 0, 0, 0, 0, 0, 156, 0, 0, 156, 156, 156, 156, 156, 156, 156, 156, 0, 156, 156, 156, 156, 156, 0, 0, 156, 0, 518, 357, 0, 518, 0, 156, 156, 156, 0, 0, 0, 0, 0, 0, 156, 156, 0, 0, 518, 0, 0, 357, 0, 0, 357, 357, 357, 357, 357, 357, 357, 0, 0, 357, 357, 357, 0, 0, 0, 0, 357, 357, 0, 0, 0, 357, 357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 357, 0, 0, 0, 357, 357, 0, 0, 0, 357, 0, 0, 0, 0, 0, 357, 0, 357, 357, 0, 357, 0, 357, 357, 357, 357, 357, 0, 357, 357, 357, 357, 357, 357, 357, 357, 357, 357, 357, 357, 357, 357, 357, 357, 0, 0, 357, 357, 357, 0, 357, 357, 357, 40, 357, 357, 357, 0, 0, 357, 0, 357, 0, 40, 357, 357, 357, 357, 0, 0, 357, 357, 357, 0, 0, 0, 0, 0, 357, 0, 0, 357, 357, 357, 357, 357, 357, 357, 357, 0, 357, 357, 357, 357, 357, 0, 0, 357, 0, 0, 0, 0, 0, 0, 357, 357, 357, 0, 0, 0, 0, 0, 40, 357, 357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 518, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 518, 0, 0, 518, 518, 518, 518, 518, 518, 518, 0, 0, 518, 518, 518, 0, 0, 0, 0, 518, 518, 0, 0, 0, 518, 518, 0, 0, 0, 0, 0, 0, 0, 0, 0, 518, 0, 0, 0, 518, 518, 0, 0, 0, 518, 0, 0, 0, 0, 0, 518, 0, 518, 518, 0, 518, 0, 518, 518, 518, 518, 518, 0, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 0, 0, 518, 518, 518, 0, 518, 518, 518, 0, 518, 518, 518, 0, 522, 518, 0, 518, 0, 0, 518, 518, 518, 518, 522, 0, 518, 518, 518, 0, 0, 0, 0, 0, 518, 0, 0, 518, 518, 518, 518, 518, 518, 518, 518, 0, 518, 518, 518, 518, 518, 40, 0, 518, 0, 522, 0, 0, 522, 0, 518, 518, 518, 0, 0, 0, 0, 0, 0, 518, 518, 40, 40, 522, 40, 40, 40, 40, 40, 40, 40, 0, 0, 40, 40, 40, 0, 0, 0, 0, 40, 40, 0, 0, 0, 40, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0, 40, 40, 0, 0, 0, 40, 0, 0, 0, 0, 0, 40, 0, 40, 40, 0, 40, 0, 40, 40, 40, 40, 40, 0, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 0, 0, 40, 40, 40, 0, 40, 40, 40, 0, 40, 40, 40, 0, 198, 40, 0, 40, 0, 0, 40, 40, 40, 40, 198, 0, 40, 40, 40, 0, 0, 0, 0, 0, 40, 0, 0, 40, 40, 40, 40, 40, 40, 40, 40, 0, 40, 40, 40, 40, 40, 0, 0, 40, 0, 0, 0, 0, 198, 0, 40, 40, 40, 0, 0, 0, 0, 0, 0, 40, 40, 0, 0, 198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 522, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 522, 0, 0, 522, 522, 522, 522, 522, 522, 522, 0, 0, 522, 522, 522, 0, 0, 0, 0, 522, 522, 0, 0, 0, 522, 522, 0, 0, 0, 0, 0, 0, 0, 0, 0, 522, 200, 0, 0, 522, 522, 0, 0, 0, 522, 0, 200, 0, 0, 0, 522, 0, 522, 522, 0, 522, 0, 522, 522, 522, 522, 522, 0, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 0, 200, 522, 522, 522, 0, 522, 522, 522, 0, 522, 522, 522, 0, 0, 522, 200, 522, 0, 0, 522, 522, 522, 522, 0, 0, 522, 522, 522, 0, 0, 0, 0, 0, 522, 0, 0, 522, 522, 522, 522, 522, 522, 522, 522, 0, 522, 522, 522, 522, 522, 198, 0, 522, 0, 0, 0, 0, 0, 0, 522, 522, 0, 0, 0, 0, 0, 0, 0, 522, 522, 198, 0, 0, 198, 198, 198, 198, 198, 198, 198, 0, 0, 198, 198, 198, 0, 0, 0, 0, 198, 198, 0, 0, 0, 198, 198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 198, 373, 0, 0, 198, 198, 0, 0, 0, 198, 0, 373, 0, 0, 0, 198, 0, 198, 198, 0, 198, 0, 198, 198, 198, 198, 198, 0, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 0, 373, 198, 198, 198, 0, 198, 198, 198, 0, 198, 198, 198, 0, 0, 198, 373, 198, 0, 0, 198, 198, 198, 198, 0, 0, 198, 198, 198, 0, 0, 0, 0, 0, 198, 0, 0, 198, 198, 198, 198, 198, 198, 198, 198, 0, 198, 198, 198, 198, 198, 0, 0, 198, 0, 0, 0, 0, 0, 0, 198, 198, 198, 200, 0, 0, 0, 0, 0, 198, 198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0, 0, 200, 200, 200, 200, 200, 200, 200, 0, 0, 200, 200, 200, 0, 0, 0, 0, 200, 200, 0, 0, 0, 200, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 358, 0, 0, 200, 200, 0, 0, 0, 200, 0, 358, 0, 0, 0, 200, 0, 200, 200, 0, 200, 0, 200, 200, 200, 200, 200, 0, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 0, 358, 200, 200, 200, 0, 200, 200, 200, 0, 200, 200, 200, 0, 0, 200, 358, 200, 0, 0, 200, 200, 200, 200, 0, 0, 200, 200, 200, 0, 0, 0, 0, 0, 200, 0, 0, 200, 200, 200, 200, 200, 200, 200, 200, 0, 200, 200, 200, 200, 200, 373, 0, 200, 0, 0, 0, 0, 0, 0, 200, 200, 200, 0, 0, 0, 0, 0, 0, 200, 200, 373, 0, 0, 373, 373, 373, 373, 373, 373, 373, 0, 0, 373, 373, 373, 0, 0, 0, 0, 373, 373, 0, 0, 0, 373, 373, 0, 0, 0, 0, 0, 0, 0, 0, 0, 373, 59, 0, 0, 373, 373, 0, 0, 0, 373, 0, 59, 0, 0, 0, 373, 0, 373, 373, 0, 373, 0, 373, 373, 373, 373, 373, 0, 373, 373, 373, 373, 373, 373, 373, 373, 373, 373, 373, 373, 373, 373, 373, 373, 0, 0, 373, 373, 373, 0, 373, 373, 373, 0, 373, 373, 373, 0, 0, 373, 59, 373, 0, 0, 373, 373, 373, 373, 0, 0, 373, 373, 373, 0, 0, 0, 0, 0, 373, 0, 0, 373, 373, 373, 373, 373, 373, 373, 373, 0, 373, 373, 373, 373, 373, 0, 0, 373, 0, 0, 0, 0, 0, 0, 373, 373, 373, 358, 0, 0, 0, 0, 0, 373, 373, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 358, 0, 0, 358, 358, 358, 358, 358, 358, 358, 0, 0, 358, 358, 358, 0, 0, 0, 0, 358, 358, 0, 0, 0, 358, 358, 0, 0, 0, 0, 0, 0, 0, 0, 0, 358, 125, 0, 0, 358, 358, 0, 0, 0, 358, 0, 125, 0, 0, 0, 358, 0, 358, 358, 0, 358, 0, 358, 358, 358, 358, 358, 0, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 0, 125, 358, 358, 358, 0, 358, 358, 358, 0, 358, 358, 358, 0, 0, 358, 125, 358, 0, 0, 358, 358, 358, 358, 0, 0, 358, 358, 358, 0, 0, 0, 0, 0, 358, 0, 0, 358, 358, 358, 358, 358, 358, 358, 358, 0, 358, 358, 358, 358, 358, 59, 0, 358, 0, 0, 0, 0, 0, 0, 358, 358, 358, 0, 0, 0, 0, 0, 0, 358, 358, 59, 0, 0, 59, 59, 59, 59, 59, 59, 59, 0, 0, 59, 59, 59, 0, 0, 0, 0, 59, 59, 0, 0, 0, 59, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 431, 0, 0, 59, 59, 0, 0, 0, 59, 0, 431, 0, 0, 0, 59, 0, 59, 59, 0, 59, 0, 59, 59, 59, 59, 59, 0, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 0, 0, 59, 59, 59, 0, 59, 59, 59, 0, 59, 59, 59, 0, 0, 59, 431, 59, 0, 0, 59, 59, 59, 59, 0, 0, 59, 59, 59, 0, 0, 0, 0, 0, 59, 0, 0, 59, 59, 59, 59, 59, 59, 59, 59, 0, 59, 59, 59, 59, 59, 0, 0, 59, 0, 0, 0, 0, 0, 0, 59, 59, 59, 125, 0, 0, 0, 0, 0, 59, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 125, 0, 0, 125, 125, 125, 125, 125, 125, 125, 0, 0, 125, 125, 125, 0, 0, 0, 0, 125, 125, 0, 0, 0, 125, 125, 0, 0, 0, 0, 0, 0, 0, 0, 0, 125, 440, 0, 0, 125, 125, 0, 0, 0, 125, 0, 440, 0, 0, 0, 125, 0, 125, 125, 0, 125, 0, 125, 125, 125, 125, 125, 0, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 0, 0, 125, 125, 125, 0, 125, 125, 125, 0, 125, 125, 125, 0, 0, 125, 440, 125, 0, 0, 125, 125, 125, 125, 0, 0, 125, 125, 125, 0, 0, 0, 0, 0, 125, 0, 0, 125, 125, 125, 125, 125, 125, 125, 125, 0, 125, 125, 125, 125, 125, 431, 0, 125, 0, 0, 0, 0, 0, 0, 125, 125, 0, 0, 0, 0, 0, 0, 0, 125, 125, 431, 0, 0, 431, 431, 431, 431, 431, 431, 431, 0, 0, 431, 431, 431, 0, 0, 0, 0, 431, 431, 0, 0, 0, 431, 431, 0, 0, 0, 0, 0, 0, 0, 0, 0, 431, 356, 0, 0, 431, 431, 0, 0, 0, 431, 0, 356, 0, 0, 0, 431, 0, 431, 431, 0, 431, 0, 431, 431, 431, 431, 431, 0, 431, 431, 431, 431, 431, 431, 431, 431, 431, 431, 431, 431, 431, 431, 431, 431, 0, 0, 431, 431, 431, 0, 431, 431, 431, 0, 431, 431, 431, 0, 0, 431, 356, 431, 0, 0, 431, 431, 431, 431, 0, 0, 431, 431, 431, 0, 0, 0, 0, 0, 431, 0, 0, 431, 431, 431, 431, 431, 431, 431, 431, 0, 431, 431, 431, 431, 431, 0, 0, 431, 0, 0, 0, 0, 0, 0, 431, 431, 431, 440, 0, 0, 0, 0, 0, 431, 431, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 440, 0, 0, 440, 440, 440, 440, 440, 440, 440, 0, 0, 440, 440, 440, 0, 0, 0, 0, 440, 440, 0, 0, 0, 440, 440, 0, 0, 0, 0, 0, 0, 0, 0, 0, 440, 69, 0, 0, 440, 440, 0, 0, 0, 440, 0, 69, 0, 0, 0, 440, 0, 440, 440, 0, 440, 0, 440, 440, 440, 440, 440, 0, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 0, 0, 440, 440, 440, 0, 440, 440, 440, 0, 440, 440, 440, 0, 0, 440, 69, 440, 0, 0, 440, 440, 440, 440, 0, 0, 440, 440, 440, 0, 0, 0, 0, 0, 440, 0, 0, 440, 440, 440, 440, 440, 440, 440, 440, 0, 440, 440, 440, 440, 440, 356, 0, 440, 0, 0, 0, 0, 0, 0, 440, 440, 440, 0, 0, 0, 0, 0, 0, 440, 440, 356, 0, 0, 356, 356, 356, 356, 356, 356, 356, 0, 0, 356, 356, 356, 0, 0, 0, 0, 356, 356, 0, 0, 0, 356, 356, 0, 0, 0, 0, 0, 0, 0, 0, 0, 356, 53, 0, 0, 356, 356, 0, 0, 0, 356, 0, 53, 0, 0, 0, 356, 0, 356, 356, 0, 356, 0, 356, 356, 356, 356, 356, 0, 356, 356, 356, 356, 356, 356, 356, 356, 356, 356, 356, 356, 356, 356, 356, 356, 0, 0, 356, 356, 356, 0, 356, 356, 356, 0, 356, 356, 356, 0, 0, 356, 53, 356, 0, 0, 356, 356, 356, 356, 0, 0, 356, 356, 356, 0, 0, 0, 0, 0, 356, 0, 0, 356, 356, 356, 356, 356, 356, 356, 356, 0, 356, 356, 356, 356, 356, 0, 0, 356, 0, 0, 0, 0, 0, 0, 356, 356, 356, 69, 0, 0, 0, 0, 0, 356, 356, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 69, 69, 69, 69, 69, 69, 69, 0, 0, 69, 69, 69, 0, 0, 0, 0, 69, 69, 0, 0, 0, 69, 69, 0, 0, 0, 0, 0, 0, 0, 0, 0, 69, 169, 0, 0, 69, 69, 0, 0, 0, 69, 0, 169, 0, 0, 0, 69, 0, 69, 69, 0, 69, 0, 69, 69, 69, 69, 69, 0, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 0, 0, 69, 69, 69, 0, 69, 69, 69, 0, 69, 69, 69, 0, 0, 69, 169, 69, 0, 0, 69, 69, 69, 69, 0, 0, 69, 69, 69, 0, 0, 0, 0, 0, 69, 0, 0, 69, 69, 69, 69, 69, 69, 69, 69, 0, 69, 69, 69, 69, 69, 53, 0, 69, 0, 0, 0, 0, 0, 0, 69, 69, 69, 0, 0, 0, 0, 0, 0, 69, 69, 53, 0, 0, 53, 53, 53, 53, 53, 53, 53, 0, 0, 53, 53, 53, 0, 0, 0, 0, 53, 53, 0, 0, 0, 53, 53, 0, 0, 0, 0, 0, 0, 0, 0, 0, 53, 177, 0, 0, 53, 53, 0, 0, 0, 53, 0, 177, 0, 0, 0, 53, 0, 53, 53, 0, 53, 0, 53, 53, 53, 53, 53, 0, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 0, 0, 53, 53, 53, 0, 53, 53, 53, 0, 53, 53, 53, 0, 0, 53, 177, 53, 0, 0, 53, 53, 53, 53, 0, 0, 53, 53, 53, 0, 0, 0, 0, 0, 53, 0, 0, 53, 53, 53, 53, 53, 53, 53, 53, 0, 53, 53, 53, 53, 53, 0, 0, 53, 0, 0, 0, 0, 0, 0, 53, 53, 53, 169, 0, 0, 0, 0, 0, 53, 53, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 169, 0, 0, 169, 169, 169, 169, 169, 169, 169, 0, 0, 169, 169, 169, 0, 0, 0, 0, 169, 169, 0, 0, 0, 169, 169, 0, 0, 0, 0, 0, 0, 0, 0, 0, 169, 55, 0, 0, 169, 169, 0, 0, 0, 169, 0, 55, 0, 0, 0, 169, 0, 169, 169, 0, 169, 0, 169, 169, 169, 169, 169, 0, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 0, 0, 169, 169, 169, 0, 169, 169, 169, 0, 169, 169, 169, 0, 0, 169, 55, 169, 0, 0, 169, 169, 169, 169, 0, 0, 169, 169, 169, 0, 0, 0, 0, 0, 169, 0, 0, 169, 169, 169, 169, 169, 169, 169, 169, 0, 169, 169, 169, 169, 169, 177, 0, 169, 0, 0, 0, 0, 0, 0, 169, 169, 169, 0, 0, 0, 0, 0, 0, 169, 169, 177, 0, 0, 177, 177, 177, 177, 177, 177, 177, 0, 0, 177, 177, 177, 0, 0, 0, 0, 177, 177, 0, 0, 0, 177, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 177, 361, 0, 0, 177, 177, 0, 0, 0, 177, 0, 361, 0, 0, 0, 177, 0, 177, 177, 0, 177, 0, 177, 177, 177, 177, 177, 0, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 0, 0, 177, 177, 177, 0, 177, 177, 177, 0, 177, 177, 177, 0, 0, 177, 361, 177, 0, 0, 177, 177, 177, 177, 0, 0, 177, 177, 177, 0, 0, 0, 0, 0, 177, 0, 0, 177, 177, 177, 177, 177, 177, 177, 177, 0, 177, 177, 177, 177, 177, 0, 0, 177, 0, 0, 0, 0, 0, 0, 177, 177, 177, 55, 0, 0, 0, 0, 0, 177, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 55, 55, 55, 55, 55, 55, 55, 0, 0, 55, 55, 55, 0, 0, 0, 0, 55, 55, 0, 0, 0, 55, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 55, 164, 0, 0, 55, 55, 0, 0, 0, 55, 0, 164, 0, 0, 0, 55, 0, 55, 55, 0, 55, 0, 55, 55, 55, 55, 55, 0, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 0, 0, 55, 55, 55, 0, 55, 55, 55, 0, 55, 55, 55, 0, 0, 55, 164, 55, 0, 0, 55, 55, 55, 55, 0, 0, 55, 55, 55, 0, 0, 0, 0, 0, 55, 0, 0, 55, 55, 55, 55, 55, 55, 55, 55, 0, 55, 55, 55, 55, 55, 361, 0, 55, 0, 0, 0, 0, 0, 0, 55, 55, 55, 0, 0, 0, 0, 0, 0, 55, 55, 361, 0, 0, 361, 361, 361, 361, 361, 361, 361, 0, 0, 361, 361, 361, 0, 0, 0, 0, 361, 361, 0, 0, 0, 361, 361, 0, 0, 0, 0, 0, 0, 0, 0, 0, 361, 405, 0, 0, 361, 361, 0, 0, 0, 361, 0, 405, 0, 0, 0, 361, 0, 361, 361, 0, 361, 0, 361, 361, 361, 361, 361, 0, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 0, 0, 361, 361, 361, 0, 361, 361, 361, 0, 361, 361, 361, 0, 0, 361, 405, 361, 0, 0, 361, 361, 361, 361, 0, 0, 361, 361, 361, 0, 0, 0, 0, 0, 361, 0, 0, 361, 361, 361, 361, 361, 361, 361, 361, 0, 361, 361, 361, 361, 361, 0, 0, 361, 0, 0, 0, 0, 0, 0, 361, 361, 361, 164, 0, 0, 0, 0, 0, 361, 361, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 164, 0, 0, 164, 164, 164, 164, 164, 164, 164, 0, 0, 164, 164, 164, 0, 0, 0, 0, 164, 164, 0, 0, 0, 164, 164, 0, 0, 0, 0, 0, 0, 0, 0, 0, 164, 469, 0, 0, 164, 164, 0, 0, 0, 164, 0, 469, 0, 0, 0, 164, 0, 164, 164, 0, 164, 0, 164, 164, 164, 164, 164, 0, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 0, 0, 164, 164, 164, 0, 164, 164, 164, 0, 164, 164, 164, 0, 0, 164, 469, 164, 0, 0, 164, 164, 164, 164, 0, 0, 164, 164, 164, 0, 0, 0, 0, 0, 164, 0, 0, 164, 164, 164, 164, 164, 164, 164, 164, 0, 164, 164, 164, 164, 164, 405, 0, 164, 0, 0, 0, 0, 0, 0, 164, 164, 164, 0, 0, 0, 0, 0, 0, 164, 164, 405, 0, 0, 405, 405, 405, 405, 405, 405, 405, 0, 0, 405, 405, 405, 0, 0, 0, 0, 405, 405, 0, 0, 0, 405, 405, 0, 0, 0, 0, 0, 0, 0, 0, 0, 405, 34, 0, 0, 405, 405, 0, 0, 0, 405, 0, 34, 0, 0, 0, 405, 0, 405, 405, 0, 405, 0, 405, 405, 405, 405, 405, 0, 405, 405, 405, 405, 405, 405, 405, 405, 405, 405, 405, 405, 405, 405, 405, 405, 0, 0, 405, 405, 405, 0, 405, 405, 405, 0, 405, 405, 405, 0, 0, 405, 34, 405, 0, 0, 405, 405, 405, 405, 0, 0, 405, 405, 405, 0, 0, 0, 0, 0, 405, 0, 0, 405, 405, 405, 405, 405, 405, 405, 405, 0, 405, 405, 405, 405, 405, 0, 0, 405, 0, 0, 0, 0, 0, 0, 405, 405, 405, 469, 0, 0, 0, 0, 0, 405, 405, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 469, 0, 0, 469, 469, 469, 469, 469, 469, 469, 0, 0, 469, 469, 469, 0, 0, 0, 0, 469, 469, 0, 0, 0, 469, 469, 0, 0, 0, 0, 0, 0, 0, 0, 0, 469, 151, 0, 0, 469, 469, 0, 0, 0, 469, 0, 151, 0, 0, 0, 469, 0, 469, 469, 0, 469, 0, 469, 469, 469, 469, 469, 0, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 469, 0, 0, 469, 469, 469, 0, 469, 469, 469, 0, 469, 469, 469, 0, 0, 469, 151, 469, 0, 0, 469, 469, 469, 469, 0, 0, 469, 469, 469, 0, 0, 0, 0, 0, 469, 0, 0, 469, 469, 469, 469, 469, 469, 469, 469, 0, 469, 469, 469, 469, 469, 34, 0, 469, 0, 0, 0, 0, 0, 0, 469, 469, 469, 0, 0, 0, 0, 0, 0, 469, 469, 34, 0, 0, 34, 34, 34, 34, 34, 34, 34, 0, 0, 34, 34, 34, 0, 0, 0, 0, 34, 34, 0, 0, 0, 34, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, 149, 0, 0, 34, 34, 0, 0, 0, 34, 0, 149, 0, 0, 0, 34, 0, 34, 34, 0, 34, 0, 34, 34, 34, 34, 34, 0, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 0, 0, 34, 34, 34, 0, 34, 34, 34, 0, 34, 34, 34, 0, 0, 34, 149, 34, 0, 0, 34, 34, 34, 34, 0, 0, 34, 34, 34, 0, 0, 0, 0, 0, 34, 0, 0, 34, 34, 34, 34, 34, 34, 34, 34, 0, 34, 34, 34, 34, 34, 0, 0, 34, 0, 0, 0, 0, 0, 0, 34, 34, 34, 151, 0, 0, 0, 0, 0, 34, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 0, 0, 151, 151, 151, 151, 151, 151, 151, 0, 0, 151, 151, 151, 0, 0, 0, 0, 151, 151, 0, 0, 0, 151, 151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 67, 0, 0, 151, 151, 0, 0, 0, 151, 0, 67, 0, 0, 0, 151, 0, 151, 151, 0, 151, 0, 151, 151, 151, 151, 151, 0, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 0, 0, 151, 151, 151, 0, 151, 151, 151, 0, 151, 151, 151, 0, 0, 151, 67, 151, 0, 0, 151, 151, 151, 151, 0, 0, 151, 151, 151, 0, 0, 0, 0, 0, 151, 0, 0, 151, 151, 151, 151, 151, 151, 151, 151, 0, 151, 151, 151, 151, 151, 149, 0, 151, 0, 0, 0, 0, 0, 0, 151, 151, 151, 0, 0, 0, 0, 0, 0, 151, 151, 149, 0, 0, 149, 149, 149, 149, 149, 149, 149, 0, 0, 149, 149, 149, 0, 0, 0, 0, 149, 149, 0, 0, 0, 149, 149, 0, 0, 0, 0, 0, 0, 0, 0, 0, 149, 68, 0, 0, 149, 149, 0, 0, 0, 149, 0, 68, 0, 0, 0, 149, 0, 149, 149, 0, 149, 0, 149, 149, 149, 149, 149, 0, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 0, 0, 149, 149, 149, 0, 149, 149, 149, 0, 149, 149, 149, 0, 0, 149, 68, 149, 0, 0, 149, 149, 149, 149, 0, 0, 149, 149, 149, 0, 0, 0, 0, 0, 149, 0, 0, 149, 149, 149, 149, 149, 149, 149, 149, 0, 149, 149, 149, 149, 149, 0, 0, 149, 0, 0, 0, 0, 0, 0, 149, 149, 149, 67, 0, 0, 0, 0, 0, 149, 149, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 67, 0, 0, 67, 67, 67, 67, 67, 67, 67, 0, 0, 67, 67, 67, 0, 0, 0, 0, 67, 67, 0, 0, 0, 67, 67, 0, 0, 0, 0, 0, 0, 0, 0, 0, 67, 40, 0, 0, 67, 67, 0, 0, 0, 67, 0, 40, 0, 0, 0, 67, 0, 67, 67, 0, 67, 0, 67, 67, 67, 67, 67, 0, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 0, 0, 67, 67, 67, 0, 67, 67, 67, 0, 67, 67, 67, 0, 0, 67, 40, 67, 0, 0, 67, 67, 67, 67, 0, 0, 67, 67, 67, 0, 0, 0, 0, 0, 67, 0, 0, 67, 67, 67, 67, 67, 67, 67, 67, 0, 67, 67, 67, 67, 67, 68, 0, 67, 0, 0, 0, 0, 0, 0, 67, 67, 67, 0, 0, 0, 0, 0, 0, 67, 67, 68, 0, 0, 68, 68, 68, 68, 68, 68, 68, 0, 0, 68, 68, 68, 0, 0, 0, 0, 68, 68, 0, 0, 0, 68, 68, 0, 0, 0, 0, 0, 0, 0, 0, 0, 68, 437, 0, 0, 68, 68, 0, 0, 0, 68, 0, 437, 0, 0, 0, 68, 0, 68, 68, 0, 68, 0, 68, 68, 68, 68, 68, 0, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 0, 0, 68, 68, 68, 0, 68, 68, 68, 0, 68, 68, 68, 0, 0, 68, 437, 68, 0, 0, 68, 68, 68, 68, 0, 0, 68, 68, 68, 0, 0, 0, 0, 0, 68, 0, 0, 68, 68, 68, 68, 68, 68, 68, 68, 0, 68, 68, 68, 68, 68, 0, 0, 68, 0, 0, 0, 0, 0, 0, 68, 68, 68, 40, 0, 0, 0, 0, 0, 68, 68, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 40, 40, 40, 40, 40, 40, 40, 0, 0, 40, 40, 40, 0, 0, 0, 0, 40, 40, 0, 0, 0, 40, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 438, 0, 0, 40, 40, 0, 0, 0, 40, 0, 438, 0, 0, 0, 40, 0, 40, 40, 0, 40, 0, 40, 40, 40, 40, 40, 0, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 0, 0, 40, 40, 40, 0, 40, 40, 40, 0, 40, 40, 40, 0, 0, 40, 438, 40, 0, 0, 40, 40, 40, 40, 0, 0, 40, 40, 40, 0, 0, 0, 0, 0, 40, 0, 0, 40, 40, 40, 40, 40, 40, 40, 40, 0, 40, 40, 40, 40, 40, 437, 0, 40, 0, 0, 0, 0, 0, 0, 40, 40, 40, 0, 0, 0, 0, 0, 0, 40, 40, 437, 0, 0, 437, 437, 437, 437, 437, 437, 437, 0, 0, 437, 437, 437, 0, 0, 0, 0, 437, 437, 0, 0, 0, 437, 437, 0, 0, 0, 0, 0, 0, 0, 0, 0, 437, 464, 0, 0, 437, 437, 0, 0, 0, 437, 0, 464, 0, 0, 0, 437, 0, 437, 437, 0, 437, 0, 437, 437, 437, 437, 437, 0, 437, 437, 437, 437, 437, 437, 437, 437, 437, 437, 437, 437, 437, 437, 437, 437, 0, 0, 437, 437, 437, 0, 437, 437, 437, 0, 437, 437, 437, 0, 0, 437, 464, 437, 0, 0, 437, 437, 437, 437, 0, 0, 437, 437, 437, 0, 0, 0, 0, 0, 437, 0, 0, 437, 437, 437, 437, 437, 437, 437, 437, 0, 437, 437, 437, 437, 437, 0, 0, 437, 0, 0, 0, 0, 0, 0, 437, 437, 437, 438, 0, 0, 0, 0, 0, 437, 437, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 438, 0, 0, 438, 438, 438, 438, 438, 438, 438, 0, 0, 438, 438, 438, 0, 0, 0, 0, 438, 438, 0, 0, 0, 438, 438, 0, 0, 0, 0, 0, 0, 0, 0, 0, 438, 43, 0, 0, 438, 438, 0, 0, 0, 438, 0, 43, 0, 0, 0, 438, 0, 438, 438, 0, 438, 0, 438, 438, 438, 438, 438, 0, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 0, 0, 438, 438, 438, 0, 438, 438, 438, 0, 438, 438, 438, 0, 0, 438, 43, 438, 0, 0, 438, 438, 438, 438, 0, 0, 438, 438, 438, 0, 0, 0, 0, 0, 438, 0, 0, 438, 438, 438, 438, 438, 438, 438, 438, 0, 438, 438, 438, 438, 438, 464, 0, 438, 0, 0, 0, 0, 0, 0, 438, 438, 438, 0, 0, 0, 0, 0, 0, 438, 438, 464, 0, 0, 464, 464, 464, 464, 464, 464, 464, 0, 0, 464, 464, 464, 0, 0, 0, 0, 464, 464, 0, 0, 0, 464, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 464, 362, 0, 0, 464, 464, 0, 0, 0, 464, 0, 362, 0, 0, 0, 464, 0, 464, 464, 0, 464, 0, 464, 464, 464, 464, 464, 0, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 0, 0, 464, 464, 464, 0, 464, 464, 464, 0, 464, 464, 464, 0, 0, 464, 362, 464, 0, 0, 464, 464, 464, 464, 0, 0, 464, 464, 464, 0, 0, 0, 0, 0, 464, 0, 0, 464, 464, 464, 464, 464, 464, 464, 464, 0, 464, 464, 464, 464, 464, 0, 0, 464, 0, 0, 0, 0, 0, 0, 464, 464, 464, 43, 0, 0, 0, 0, 0, 464, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 43, 0, 0, 43, 43, 43, 43, 43, 43, 43, 0, 0, 43, 43, 43, 0, 0, 0, 0, 43, 43, 0, 0, 0, 43, 43, 0, 0, 0, 0, 0, 0, 0, 0, 0, 43, 470, 0, 0, 43, 43, 0, 0, 0, 43, 0, 470, 0, 0, 0, 43, 0, 43, 43, 0, 43, 0, 43, 43, 43, 43, 43, 0, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 0, 0, 43, 43, 43, 0, 43, 43, 43, 0, 43, 43, 43, 0, 0, 43, 470, 43, 0, 0, 43, 43, 43, 43, 0, 0, 43, 43, 43, 0, 0, 0, 0, 0, 43, 0, 0, 43, 43, 43, 43, 43, 43, 43, 43, 0, 43, 43, 43, 43, 43, 362, 0, 43, 0, 0, 0, 0, 0, 0, 43, 43, 43, 0, 0, 0, 0, 0, 0, 43, 43, 362, 0, 0, 362, 362, 362, 362, 362, 362, 362, 0, 0, 362, 362, 362, 0, 0, 0, 0, 362, 362, 0, 0, 0, 362, 362, 0, 0, 0, 0, 0, 0, 0, 0, 0, 362, 364, 0, 0, 362, 362, 0, 0, 0, 362, 0, 364, 0, 0, 0, 362, 0, 362, 362, 0, 362, 0, 362, 362, 362, 362, 362, 0, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 0, 0, 362, 362, 362, 0, 362, 362, 362, 0, 362, 362, 362, 0, 0, 362, 364, 362, 0, 0, 362, 362, 362, 362, 0, 0, 362, 362, 362, 0, 0, 0, 0, 0, 362, 0, 0, 362, 362, 362, 362, 362, 362, 362, 362, 0, 362, 362, 362, 362, 362, 0, 0, 362, 0, 0, 0, 0, 0, 0, 362, 362, 362, 470, 0, 0, 0, 0, 0, 362, 362, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 470, 0, 0, 470, 470, 470, 470, 470, 470, 470, 0, 0, 470, 470, 470, 0, 0, 0, 0, 470, 470, 0, 0, 0, 470, 470, 0, 0, 0, 0, 0, 0, 0, 0, 0, 470, 408, 0, 0, 470, 470, 0, 0, 0, 470, 0, 408, 0, 0, 0, 470, 0, 470, 470, 0, 470, 0, 470, 470, 470, 470, 470, 0, 470, 470, 470, 470, 470, 470, 470, 470, 470, 470, 470, 470, 470, 470, 470, 470, 0, 0, 470, 470, 470, 0, 470, 470, 470, 0, 470, 470, 470, 0, 0, 470, 408, 470, 0, 0, 470, 470, 470, 470, 0, 0, 470, 470, 470, 0, 0, 0, 0, 0, 470, 0, 0, 470, 470, 470, 470, 470, 470, 470, 470, 0, 470, 470, 470, 470, 470, 364, 0, 470, 0, 0, 0, 0, 0, 0, 470, 470, 470, 0, 0, 0, 0, 0, 0, 470, 470, 364, 0, 0, 364, 364, 364, 364, 364, 364, 364, 0, 0, 364, 364, 364, 0, 0, 0, 0, 364, 364, 0, 0, 0, 364, 364, 0, 0, 0, 0, 0, 0, 0, 0, 0, 364, 545, 0, 0, 364, 364, 0, 0, 0, 364, 0, 545, 0, 0, 0, 364, 0, 364, 364, 0, 364, 0, 364, 364, 364, 364, 364, 0, 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, 0, 0, 364, 364, 364, 0, 364, 364, 364, 0, 364, 364, 364, 0, 0, 364, 545, 364, 0, 0, 364, 364, 364, 364, 0, 0, 364, 364, 364, 0, 0, 0, 0, 0, 364, 0, 0, 364, 364, 364, 364, 364, 364, 364, 364, 0, 364, 364, 364, 364, 364, 0, 0, 364, 0, 0, 0, 0, 0, 0, 364, 364, 364, 408, 0, 0, 0, 0, 0, 364, 364, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 408, 0, 0, 408, 408, 408, 408, 408, 408, 408, 0, 0, 408, 408, 408, 0, 0, 0, 0, 408, 408, 0, 0, 0, 408, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0, 408, 409, 0, 0, 408, 408, 0, 0, 0, 408, 0, 409, 0, 0, 0, 408, 0, 408, 408, 0, 408, 0, 408, 408, 408, 408, 408, 0, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 0, 0, 408, 408, 408, 0, 408, 408, 408, 0, 408, 408, 408, 0, 0, 408, 409, 408, 0, 0, 408, 408, 408, 408, 0, 0, 408, 408, 408, 0, 0, 0, 0, 0, 408, 0, 0, 408, 408, 408, 408, 408, 408, 408, 408, 0, 408, 408, 408, 408, 408, 545, 0, 408, 0, 0, 0, 0, 0, 0, 408, 408, 408, 0, 0, 0, 0, 0, 0, 408, 408, 545, 0, 0, 545, 545, 545, 545, 545, 545, 545, 0, 0, 545, 545, 545, 0, 0, 0, 0, 545, 545, 0, 0, 0, 545, 545, 0, 0, 0, 0, 0, 0, 0, 0, 0, 545, 414, 0, 0, 545, 545, 0, 0, 0, 545, 0, 414, 0, 0, 0, 545, 0, 545, 545, 0, 545, 0, 545, 545, 545, 545, 545, 0, 545, 545, 545, 545, 545, 545, 545, 545, 545, 545, 545, 545, 545, 545, 545, 545, 0, 0, 545, 545, 545, 0, 545, 545, 545, 0, 545, 545, 545, 0, 0, 545, 414, 545, 0, 0, 545, 545, 545, 545, 0, 0, 545, 545, 545, 0, 0, 0, 0, 0, 545, 0, 0, 545, 545, 545, 545, 545, 545, 545, 545, 0, 545, 545, 545, 545, 545, 0, 0, 545, 0, 0, 0, 0, 0, 0, 545, 545, 545, 409, 0, 0, 0, 0, 0, 545, 545, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 409, 0, 0, 409, 409, 409, 409, 409, 409, 409, 0, 0, 409, 409, 409, 0, 0, 0, 0, 409, 409, 0, 0, 0, 409, 409, 0, 0, 0, 0, 0, 0, 0, 0, 0, 409, 410, 0, 0, 409, 409, 0, 0, 0, 409, 0, 410, 0, 0, 0, 409, 0, 409, 409, 0, 409, 0, 409, 409, 409, 409, 409, 0, 409, 409, 409, 409, 409, 409, 409, 409, 409, 409, 409, 409, 409, 409, 409, 409, 0, 0, 409, 409, 409, 0, 409, 409, 409, 0, 409, 409, 409, 0, 0, 409, 410, 409, 0, 0, 409, 409, 409, 409, 0, 0, 409, 409, 409, 0, 0, 0, 0, 0, 409, 0, 0, 409, 409, 409, 409, 409, 409, 409, 409, 0, 409, 409, 409, 409, 409, 414, 0, 409, 0, 0, 0, 0, 0, 0, 409, 409, 409, 0, 0, 0, 0, 0, 0, 409, 409, 414, 0, 0, 414, 414, 414, 414, 414, 414, 414, 0, 0, 414, 414, 414, 0, 0, 0, 0, 414, 414, 0, 0, 0, 414, 414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 414, 407, 0, 0, 414, 414, 0, 0, 0, 414, 0, 407, 0, 0, 0, 414, 0, 414, 414, 0, 414, 0, 414, 414, 414, 414, 414, 0, 414, 414, 414, 414, 414, 414, 414, 414, 414, 414, 414, 414, 414, 414, 414, 414, 0, 0, 414, 414, 414, 0, 414, 414, 414, 0, 414, 414, 414, 0, 0, 414, 407, 414, 0, 0, 414, 414, 414, 414, 0, 0, 414, 414, 414, 0, 0, 0, 0, 0, 414, 0, 0, 414, 414, 414, 414, 414, 414, 414, 414, 0, 414, 414, 414, 414, 414, 0, 0, 414, 0, 0, 0, 0, 0, 0, 414, 414, 0, 410, 0, 0, 0, 0, 0, 414, 414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 410, 0, 0, 410, 410, 410, 410, 410, 410, 410, 0, 0, 410, 410, 410, 0, 0, 0, 0, 410, 410, 0, 0, 0, 410, 410, 0, 0, 0, 0, 0, 0, 0, 0, 0, 410, 353, 0, 0, 410, 410, 0, 0, 0, 410, 0, 353, 0, 0, 0, 410, 0, 410, 410, 0, 410, 0, 410, 410, 410, 410, 410, 0, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 0, 0, 410, 410, 410, 0, 410, 410, 410, 0, 410, 410, 410, 0, 0, 410, 353, 410, 0, 0, 410, 410, 410, 410, 0, 0, 410, 410, 410, 0, 0, 0, 0, 0, 410, 0, 0, 410, 410, 410, 410, 410, 410, 410, 410, 0, 410, 410, 410, 410, 410, 407, 0, 410, 0, 0, 0, 0, 0, 0, 410, 410, 410, 0, 0, 0, 0, 0, 0, 0, 410, 407, 0, 0, 407, 407, 407, 407, 407, 407, 407, 0, 0, 407, 407, 407, 0, 0, 0, 0, 407, 407, 0, 0, 0, 407, 407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 407, 24, 0, 0, 407, 407, 0, 0, 0, 407, 0, 24, 0, 0, 0, 407, 0, 407, 407, 0, 407, 0, 407, 407, 407, 407, 407, 0, 407, 407, 407, 407, 407, 407, 407, 407, 407, 407, 407, 407, 407, 407, 407, 407, 0, 0, 407, 407, 407, 0, 407, 407, 407, 0, 407, 407, 407, 0, 0, 407, 24, 407, 0, 0, 407, 407, 407, 407, 0, 0, 407, 407, 407, 0, 0, 0, 0, 0, 407, 0, 0, 407, 407, 407, 407, 407, 407, 407, 407, 0, 407, 407, 407, 407, 407, 0, 0, 407, 0, 0, 0, 0, 0, 0, 407, 407, 0, 353, 0, 0, 0, 0, 0, 407, 407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 353, 0, 0, 353, 353, 353, 353, 353, 353, 353, 0, 0, 353, 353, 353, 0, 0, 0, 0, 353, 353, 0, 0, 0, 353, 353, 0, 0, 0, 0, 0, 0, 0, 0, 0, 353, 0, 0, 0, 353, 353, 0, 0, 0, 353, 0, 0, 0, 0, 0, 353, 0, 353, 353, 0, 353, 0, 353, 353, 353, 353, 353, 0, 353, 353, 353, 353, 353, 353, 353, 353, 353, 353, 353, 353, 353, 353, 353, 353, 0, 0, 353, 353, 353, 0, 353, 353, 353, 0, 353, 353, 353, 0, 0, 353, 0, 353, 0, 0, 353, 353, 353, 353, 0, 0, 353, 353, 353, 0, 0, 0, 0, 0, 353, 0, 0, 353, 353, 353, 353, 0, 353, 353, 353, 0, 353, 353, 353, 353, 353, 24, 749, 353, 747, 149, 0, 150, 0, 0, 353, 353, 0, 0, 0, 0, 0, 0, 0, 0, 353, 24, 0, 574, 24, 24, 24, 24, 24, 24, 24, 0, 0, 24, 24, 24, 0, 0, 0, 0, 24, 24, 0, 0, 0, 24, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 0, 0, 24, 24, 0, 0, 0, 24, 0, 0, 0, 0, 0, 24, 0, 24, 24, 0, 24, 0, 24, 24, 24, 24, 24, 0, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 0, 0, 24, 24, 24, 0, 24, 24, 24, 0, 24, 24, 24, 0, 0, 24, 0, 24, 0, 0, 24, 24, 24, 24, 0, 0, 24, 24, 24, 0, 0, 0, 0, 0, 24, 0, 0, 24, 24, 24, 24, 24, 24, 24, 24, 0, 24, 24, 24, 24, 24, 0, 0, 24, 188, 0, 538, 149, 0, 150, 24, 24, 24, 0, 515, 515, 515, 515, 515, 24, 0, 0, 0, 0, 0, 543, 0, 0, 0, 0, 0, 0, 0, 515, 515, 515, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188, 0, 0, 149, 0, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 657, 0, 148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 748, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 152, 0, 0, 0, 153, 154, 155, 156, 0, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188, 0, 705, 149, 0, 150, 0, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 704, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 148, 0, 89, 0, 0, 0, 515, 515, 515, 187, 515, 515, 515, 515, 515, 515, 0, 0, 515, 515, 0, 0, 0, 151, 152, 0, 0, 0, 153, 154, 155, 156, 0, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 148, 165, 166, 167, 0, 0, 168, 169, 170, 658, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 151, 152, 0, 0, 0, 153, 154, 155, 156, 0, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 177, 188, 0, 538, 149, 0, 150, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 730, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 0, 177, 188, 0, 538, 149, 0, 150, 0, 0, 0, 0, 178, 179, 148, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 151, 152, 89, 0, 0, 153, 154, 155, 156, 187, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 177, 188, 0, 557, 149, 0, 150, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 152, 0, 0, 0, 153, 154, 155, 156, 0, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 148, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 151, 152, 0, 0, 0, 153, 154, 155, 156, 0, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 188, 0, 177, 149, 0, 150, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 642, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 188, 0, 177, 149, 0, 150, 0, 0, 0, 0, 0, 0, 0, 178, 179, 148, 0, 0, 0, 180, 0, 662, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 151, 152, 539, 0, 0, 153, 154, 155, 156, 187, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188, 0, 177, 149, 0, 150, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 664, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 148, 187, 188, 0, 702, 149, 0, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 152, 0, 0, 0, 153, 154, 155, 156, 0, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 148, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 151, 152, 0, 0, 0, 153, 154, 155, 156, 0, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 188, 0, 538, 149, 0, 150, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 148, 0, 0, 0, 180, 0, 0, 188, 0, 705, 149, 0, 150, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 151, 152, 89, 0, 0, 153, 154, 155, 156, 187, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 148, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 151, 152, 0, 0, 0, 153, 154, 155, 156, 0, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 188, 0, 948, 149, 0, 150, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 148, 0, 905, 0, 0, 149, 0, 150, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 151, 152, 0, 0, 187, 153, 154, 155, 156, 0, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 148, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 151, 152, 0, 0, 0, 153, 154, 155, 156, 0, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 0, 177, 0, 0, 0, 598, 415, 413, 0, 414, 0, 0, 178, 179, 148, 0, 0, 0, 180, 0, 0, 0, 0, 0, 418, 403, 419, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 151, 152, 89, 0, 0, 153, 154, 155, 156, 187, 0, 0, 0, 0, 0, 0, 0, 157, 158, 159, 160, 161, 162, 163, 164, 148, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 605, 415, 413, 0, 414, 0, 151, 152, 0, 0, 0, 153, 154, 155, 156, 0, 0, 0, 0, 418, 403, 419, 0, 157, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 177, 620, 415, 413, 0, 414, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 418, 403, 419, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 636, 415, 413, 89, 414, 0, 0, 0, 0, 0, 187, 0, 0, 177, 668, 415, 413, 0, 414, 418, 403, 419, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 418, 403, 419, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 673, 415, 413, 0, 414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 675, 415, 413, 0, 414, 418, 403, 419, 0, 0, 0, 0, 0, 0, 777, 415, 413, 0, 414, 418, 403, 419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 418, 403, 419, 0, 0, 0, 0, 0, 778, 415, 413, 0, 414, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 418, 403, 419, 779, 415, 413, 0, 414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 418, 403, 419, 0, 0, 0, 0, 0, 0, 0, 0, 780, 415, 413, 0, 414, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 418, 403, 419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 781, 415, 413, 0, 414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 782, 415, 413, 0, 414, 418, 403, 419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 418, 403, 419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 0, 0, 0, 0, 0, 0, 0, 0, 783, 415, 413, 0, 414, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 418, 403, 419, 784, 415, 413, 0, 414, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 418, 403, 419, 0, 0, 0, 0, 0, 0, 0, 0, 785, 415, 413, 0, 414, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 418, 403, 419, 786, 415, 413, 0, 414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 787, 415, 413, 0, 414, 418, 403, 419, 0, 0, 0, 0, 0, 0, 788, 415, 413, 0, 414, 418, 403, 419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 418, 403, 419, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 789, 415, 413, 0, 414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 790, 415, 413, 0, 414, 418, 403, 419, 0, 0, 0, 0, 0, 0, 799, 415, 413, 0, 414, 418, 403, 419, 0, 0, 0, 0, 0, 0, 859, 415, 413, 0, 414, 418, 403, 419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 418, 403, 419, 0, 0, 0, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 0, 0, 0, 901, 415, 413, 0, 414, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 418, 403, 419, 0, 0, 0, 0, 0, 0, 0, 0, 247, 247, 247, 0, 247, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 247, 247, 247, 0, 0, 0, 0, 0, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 415, 413, 676, 414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 415, 413, 930, 414, 418, 403, 419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 418, 403, 419, 0, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 415, 413, 0, 414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 943, 0, 418, 403, 419, 0, 0, 0, 415, 413, 966, 414, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 418, 403, 419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 247, 247, 247, 0, 247, 247, 247, 247, 247, 247, 0, 0, 247, 247, 415, 413, 0, 414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 959, 0, 418, 403, 419, 415, 413, 967, 414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 418, 403, 419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 415, 413, 972, 414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 247, 247, 247, 247, 418, 403, 419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 247, 247, 247, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 0, 407, 408, 409, 410, 411, 412, 0, 0, 416, 417, 247, 247, 247, 0, 247, 247, 247, 247, 247, 247, 0, 16, 247, 247, 17, 0, 18, 19, 0, 0, 20, 0, 0, 21, 22, 23, 0, 0, 0, 0, 24, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, 0, 0, 27, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 31, 32, 0, 33, 0, 34, 35, 36, 37, 38, 0, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 0, 0, 55, 56, 57, 0, 58, 59, 60, 0, 61, 62, 63, 0, 0, 64, 0, 65, 0, 0, 66, 67, 68, 69, 0, 0, 70, 71, 72, 0, 0, 0, 0, 0, 73, 0, 0, 0, 74, 75, 76, 77, 78, 79, 80, 0, 81, 82, 83, 84, 85, 0, 0, 86, 0, 0, 0, 0, 0, 0, 87, 88, 89, 0, 0, 0, 0, 0, 0, 90, }; short fortrancheck[] = { 24, 231, 26, 177, 194, 140, 30, 33, 290, 33, 394, 295, 10, 10, 296, 39, 11, 44, 302, 309, 140, 10, 177, 303, 10, 177, 40, 40, 44, 44, 40, 42, 40, 10, 40, 177, 188, 331, 40, 44, 236, 68, 69, 527, 731, 119, 231, 341, 122, 76, 278, 236, 110, 41, 42, 349, 41, 42, 425, 37, 58, 447, 120, 121, 59, 10, 93, 94, 95, 40, 44, 44, 44, 44, 579, 797, 798, 44, 583, 142, 727, 44, 234, 61, 58, 58, 761, 58, 44, 37, 347, 42, 40, 105, 371, 58, 231, 417, 44, 44, 373, 236, 43, 44, 45, 217, 130, 44, 385, 135, 37, 135, 58, 61, 41, 10, 41, 44, 10, 44, 60, 58, 62, 147, 148, 41, 238, 502, 44, 40, 42, 42, 156, 128, 61, 44, 42, 43, 37, 45, 515, 425, 41, 103, 417, 44, 106, 171, 60, 58, 62, 576, 42, 177, 19, 271, 272, 47, 41, 584, 882, 44, 40, 58, 188, 37, 58, 40, 192, 41, 344, 40, 44, 42, 577, 58, 579, 37, 865, 203, 583, 41, 271, 272, 44, 41, 210, 37, 44, 417, 417, 41, 417, 522, 44, 219, 331, 844, 527, 424, 224, 485, 58, 43, 488, 45, 341, 882, 382, 344, 234, 331, 207, 41, 349, 289, 44, 291, 281, 32, 244, 341, 271, 272, 344, 299, 510, 382, 417, 349, 382, 43, 44, 45, 41, 293, 231, 44, 40, 234, 382, 236, 237, 40, 57, 58, 270, 242, 532, 539, 40, 58, 58, 543, 42, 43, 44, 45, 40, 47, 41, 319, 909, 44, 276, 41, 401, 40, 44, 40, 272, 565, 41, 42, 43, 40, 45, 58, 0, 256, 275, 42, 43, 307, 45, 309, 47, 41, 10, 375, 44, 417, 586, 587, 588, 589, 590, 44, 322, 323, 272, 417, 42, 298, 328, 272, 283, 284, 282, 282, 567, 282, 336, 337, 338, 339, 272, 547, 575, 282, 280, 272, 273, 300, 301, 320, 58, 40, 417, 324, 43, 272, 45, 273, 591, 359, 282, 59, 59, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 548, 505, 740, 741, 759, 760, 382, 762, 272, 273, 547, 548, 380, 380, 272, 273, 417, 853, 394, 41, 271, 272, 44, 380, 860, 406, 883, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 374, 421, 422, 264, 406, 280, 576, 417, 417, 41, 417, 44, 44, 44, 584, 424, 547, 548, 424, 392, 424, 701, 283, 417, 417, 417, 41, 44, 808, 44, 374, 417, 417, 417, 565, 417, 417, 424, 716, 715, 854, 855, 856, 857, 730, 576, 255, 417, 417, 565, 417, 374, 425, 584, 44, 586, 587, 588, 589, 590, 576, 484, 752, 743, 272, 519, 41, 521, 584, 44, 586, 587, 588, 589, 590, 417, 41, 531, 40, 44, 41, 632, 633, 44, 883, 505, 678, 635, 272, 509, 41, 683, 630, 44, 632, 633, 516, 678, 751, 328, 329, 41, 683, 523, 44, 40, 271, 272, 273, 271, 272, 764, 765, 766, 767, 768, 417, 537, 41, 539, 40, 44, 40, 543, 42, 43, 40, 45, 853, 854, 855, 856, 857, 417, 41, 860, 935, 44, 256, 42, 43, 821, 45, 41, 564, 40, 44, 678, 42, 43, 44, 45, 683, 47, 574, 41, 547, 548, 44, 40, 41, 41, 280, 843, 44, 283, 284, 271, 272, 42, 43, 44, 45, 37, 40, 40, 598, 41, 598, 599, 44, 867, 300, 301, 41, 40, 40, 44, 297, 298, 299, 761, 41, 302, 874, 44, 60, 41, 62, 40, 44, 749, 718, 41, 41, 41, 44, 44, 44, 155, 630, 157, 632, 633, 41, 635, 40, 44, 40, 639, 41, 752, 642, 44, 37, 41, 40, 880, 44, 815, 761, 42, 43, 40, 45, 40, 752, 657, 658, 41, 42, 43, 662, 45, 664, 761, 797, 798, 796, 60, 61, 62, 878, 386, 387, 388, 676, 677, 796, 797, 798, 41, 41, 40, 44, 44, 41, 42, 43, 689, 45, 691, 41, 41, 392, 44, 44, 41, 40, 670, 44, 390, 391, 41, 704, 41, 44, 678, 44, 44, 41, 40, 683, 44, 685, 40, 40, 406, 407, 0, 40, 410, 411, 412, 413, 40, 40, 425, 417, 10, 730, 41, 882, 41, 44, 424, 44, 40, 42, 43, 41, 45, 742, 44, 41, 41, 746, 44, 44, 749, 417, 41, 40, 276, 44, 726, 60, 41, 62, 40, 44, 42, 43, 44, 45, 41, 41, 41, 44, 44, 44, 882, 40, 40, 40, 273, 58, 905, 59, 60, 61, 62, 417, 417, 44, 44, 882, 417, 271, 272, 273, 44, 424, 58, 40, 417, 796, 797, 798, 297, 298, 299, 44, 61, 302, 328, 329, 330, 808, 417, 810, 417, 417, 44, 41, 44, 260, 261, 262, 272, 264, 265, 266, 267, 268, 269, 40, 40, 272, 273, 424, 357, 358, 44, 357, 835, 359, 360, 361, 61, 44, 364, 365, 380, 367, 368, 277, 847, 44, 849, 44, 377, 378, 379, 380, 381, 44, 44, 40, 44, 37, 41, 41, 44, 390, 40, 44, 867, 417, 260, 261, 262, 272, 264, 265, 266, 267, 268, 269, 40, 44, 272, 273, 417, 41, 417, 41, 417, 61, 271, 272, 273, 390, 391, 41, 895, 424, 897, 898, 44, 44, 273, 40, 44, 44, 905, 58, 878, 406, 407, 44, 41, 410, 411, 412, 413, 271, 272, 273, 417, 41, 417, 332, 41, 41, 0, 424, 42, 390, 391, 930, 58, 903, 417, 41, 10, 40, 937, 272, 272, 272, 41, 58, 943, 406, 407, 946, 417, 410, 411, 412, 413, 374, 44, 41, 44, 61, 41, 417, 959, 417, 41, 424, 963, 41, 41, 966, 967, 272, 273, 41, 61, 972, 41, 41, 256, 41, 47, 44, 260, 261, 262, 374, 264, 265, 266, 267, 268, 269, 380, 271, 272, 273, 272, 44, 276, 41, 41, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 44, 41, 61, 300, 301, 41, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 417, 331, 417, 333, 334, 335, 336, 337, 380, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 417, 380, 357, 358, 359, 58, 361, 362, 363, 41, 365, 366, 367, 417, 41, 370, 417, 372, 41, 44, 375, 376, 377, 378, 41, 41, 381, 382, 383, 272, 41, 41, 41, 41, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 285, 401, 402, 403, 404, 405, 406, 407, 408, 0, 410, 411, 412, 413, 771, 415, 416, 417, 954, 10, 42, 43, 870, 45, 424, 425, 847, 769, 518, 382, 897, 402, 749, 677, 849, 9, 275, 13, 60, 61, 62, 74, 526, 390, 391, 691, 37, 687, 537, 535, 41, 42, 43, 44, 45, 500, 47, 427, 949, 406, 407, 697, 256, 410, 411, 412, 413, 58, 59, 60, 61, 62, 547, 271, 555, 548, 128, 424, -1, 746, 557, 140, 276, 752, -1, 279, 280, 281, 282, 283, 284, 285, 140, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, 59, 60, 61, 62, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, 0, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, 417, -1, -1, 389, -1, 59, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, 256, -1, 424, 425, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, 59, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, -1, -1, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, -1, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, 58, 59, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, 40, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, 40, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, 256, -1, 424, 425, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, 37, -1, -1, 40, 41, 42, 43, 44, 45, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, 60, 326, 62, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 40, 41, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, 59, 60, 61, 62, -1, -1, -1, -1, 286, 287, -1, -1, -1, 291, 292, 293, 294, -1, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, 286, 287, -1, -1, -1, 291, 292, 293, 294, -1, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, 0, -1, 272, 273, -1, 390, 391, -1, -1, -1, 10, 396, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, 37, -1, 424, -1, 41, 42, 43, 44, 45, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, 58, 59, 60, 61, 62, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, 256, -1, 424, 425, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, 42, 43, 276, 45, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, 60, 61, 62, 295, 296, -1, -1, -1, 300, 301, -1, 42, 43, -1, 45, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, 60, 61, 62, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, 285, -1, -1, 424, 425, -1, 58, 59, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 326, -1, -1, -1, -1, 331, 332, -1, -1, -1, 336, 337, -1, -1, -1, -1, -1, -1, -1, -1, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, 366, -1, 272, 273, -1, -1, 372, -1, -1, -1, -1, -1, -1, -1, -1, 381, -1, 383, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, 59, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, 417, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, -1, -1, -1, -1, -1, 256, -1, 424, 425, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, 42, 43, 276, 45, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, 60, 61, 62, 295, 296, -1, 37, -1, 300, 301, -1, 42, 43, -1, 45, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, 60, 61, 62, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, 59, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, -1, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37, -1, -1, -1, 41, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, 59, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, 262, -1, 264, 265, 266, 267, 268, 269, -1, 311, 272, 273, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, 256, -1, 424, 425, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 41, 42, 43, 276, 45, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, 60, 61, 62, 295, 296, -1, 37, -1, 300, 301, -1, 42, 43, -1, 45, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, 60, 61, 62, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, 59, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, -1, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 287, 272, 273, 0, 291, 292, 293, 294, -1, -1, -1, -1, -1, 10, -1, -1, 303, -1, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, 322, 323, 324, 325, -1, 327, -1, -1, -1, 41, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 59, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, 417, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, 264, 265, 266, 267, 268, 269, -1, 311, 272, 273, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, 256, -1, 424, 425, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, 41, 42, 43, 44, 45, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, 60, 61, 62, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, -1, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, 59, 287, 61, -1, -1, 291, 292, 293, 294, -1, -1, -1, -1, -1, -1, -1, -1, 303, -1, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37, -1, -1, -1, 41, -1, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, 59, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 380, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, 41, 42, 43, 256, 45, 424, 425, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, 58, 271, 60, 61, 62, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, 41, 42, 43, -1, 45, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, 58, 320, 60, 61, 62, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, 42, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, 59, 60, -1, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, 0, -1, 272, 273, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 59, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, -1, 273, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, 40, -1, 42, 43, 326, 45, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, -1, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, -1, 256, -1, -1, -1, 260, 261, 262, 425, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, -1, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, 42, 43, 44, 45, 415, 416, 297, 298, 299, -1, -1, 302, -1, -1, 425, -1, -1, 59, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, 406, 407, -1, 10, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37, -1, -1, 40, 41, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 59, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, 10, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 40, -1, 370, 43, 372, 45, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, -1, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, -1, -1, -1, -1, 271, 272, 273, -1, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, 59, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 263, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 286, 287, -1, -1, -1, 291, 292, 293, 294, -1, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37, 379, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, 58, 59, -1, 61, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 40, -1, 370, 43, 372, 45, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, 58, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, 260, 261, 262, -1, -1, 415, 416, 417, -1, -1, -1, 271, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, 59, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 263, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 286, 287, -1, -1, -1, 291, 292, 293, 294, -1, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37, 379, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, 58, 59, -1, 61, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 40, -1, 370, 43, 372, 45, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, 58, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, 260, 261, 262, -1, -1, 415, 416, 417, -1, -1, -1, 271, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, 59, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 263, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 286, 287, -1, -1, -1, 291, 292, 293, 294, -1, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37, 379, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, 58, 59, -1, 61, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 40, -1, 370, 43, 372, 45, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, 260, 261, 262, -1, -1, 415, 416, 417, -1, -1, -1, 271, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, 59, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 263, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 286, 287, -1, -1, -1, 291, 292, 293, 294, -1, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37, 379, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, 58, 59, -1, 61, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 40, -1, 370, 43, 372, 45, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, 260, 261, 262, -1, -1, 415, 416, 417, -1, -1, -1, 271, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, 59, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 263, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 286, 287, -1, -1, -1, 291, 292, 293, 294, -1, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37, 379, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, 58, 59, -1, 61, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 40, -1, 370, 43, 372, 45, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, 260, 261, 262, -1, -1, 415, 416, 417, -1, -1, -1, 271, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, 59, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 263, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 286, 287, -1, -1, -1, 291, 292, 293, 294, -1, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37, 379, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, 58, 59, -1, 61, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 40, -1, 370, 43, 372, 45, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, 260, 261, 262, -1, -1, 415, 416, 417, -1, -1, -1, 271, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, 59, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 263, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 286, 287, -1, -1, -1, 291, 292, 293, 294, -1, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37, 379, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, 58, 59, -1, 61, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 40, -1, 370, 43, 372, 45, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, 260, 261, 262, -1, -1, 415, 416, 417, -1, -1, -1, 271, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, 59, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 263, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 286, 287, -1, -1, -1, 291, 292, 293, 294, -1, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37, 379, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, 58, 59, -1, 61, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 42, 43, 370, 45, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, 58, -1, 60, 61, 62, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, 260, 261, 0, -1, -1, 415, 416, 417, -1, -1, -1, 271, 10, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, 41, 42, 43, 44, 45, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, 59, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, 0, -1, -1, 415, 416, 417, -1, -1, -1, -1, 10, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, 41, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 59, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, 272, 273, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, 271, 272, 273, 424, 425, 276, -1, 59, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, 42, 43, 44, 45, 415, 416, -1, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 59, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, 272, 273, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, 41, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, 271, 272, -1, 424, 425, 276, -1, 59, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 59, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, 272, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, 41, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, 271, 272, -1, 424, 425, 276, -1, 59, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, 59, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, 272, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, 0, 401, 402, 403, 404, 405, 256, -1, 408, -1, 10, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, 271, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, 37, 288, 289, 290, 41, -1, -1, 44, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, 58, 59, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, 0, 401, 402, 403, 404, 405, -1, -1, 408, -1, 10, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37, -1, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, 59, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, 41, -1, 43, 44, 45, 415, 416, 417, -1, -1, -1, 271, -1, -1, 424, 425, 276, -1, 59, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 59, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, 271, 272, -1, 424, 425, 276, -1, 59, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 59, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, 271, -1, -1, 424, 425, 276, -1, 59, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 59, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 42, 43, 370, 45, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, 58, -1, 60, 61, 62, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, 0, -1, -1, -1, -1, 415, 416, 417, -1, -1, 10, 271, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, 42, -1, 44, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, 59, 320, 61, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 0, -1, -1, -1, -1, 415, 416, 417, -1, -1, 10, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, 41, -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 59, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, 271, -1, -1, 424, 425, 276, -1, 59, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 59, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, 271, 272, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, 256, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, 271, 272, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, 41, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, 271, 272, -1, 424, 425, 276, 58, 59, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 59, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, 271, 272, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, 42, -1, 44, -1, 415, 416, -1, 256, -1, -1, -1, -1, -1, 424, 425, -1, -1, 59, -1, -1, -1, -1, 271, 272, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, 0, 365, 366, 367, -1, -1, 370, -1, 372, -1, 10, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, 59, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, 256, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 271, 272, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, 256, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 271, 272, 59, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 59, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, 256, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 59, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 59, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, 256, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 59, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 59, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, 256, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, 44, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, 61, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, 256, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 271, 272, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, 256, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 59, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, 0, 365, 366, 367, -1, -1, 370, -1, 372, -1, 10, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, 59, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 276, 277, 59, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 59, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, 44, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, -1, -1, -1, -1, -1, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, 44, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, 256, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, 44, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, 256, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, 44, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, 256, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, -1, -1, -1, -1, -1, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, 256, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, 256, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, 256, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, 256, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, 256, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, 256, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, 256, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, 256, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, 256, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, 256, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, 256, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, 256, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, 256, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, 256, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, -1, 256, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, -1, 425, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, 59, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, -1, 256, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, -1, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, 40, 408, 42, 43, -1, 45, -1, -1, 415, 416, -1, -1, -1, -1, -1, -1, -1, -1, 425, 276, -1, 61, 279, 280, 281, 282, 283, 284, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, 300, 301, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 40, -1, 42, 43, -1, 45, 415, 416, 417, -1, 41, 42, 43, 44, 45, 424, -1, -1, -1, -1, -1, 61, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 40, -1, -1, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 61, -1, 263, -1, -1, -1, -1, -1, -1, -1, -1, -1, 273, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 286, 287, -1, -1, -1, 291, 292, 293, 294, -1, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 40, -1, 42, 43, -1, 45, -1, -1, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, 58, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, 263, -1, 417, -1, -1, -1, 260, 261, 262, 424, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, 286, 287, -1, -1, -1, 291, 292, 293, 294, -1, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, 263, 312, 313, 314, -1, -1, 317, 318, 319, 272, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, 286, 287, -1, -1, -1, 291, 292, 293, 294, -1, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, 379, 40, -1, 42, 43, -1, 45, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, 61, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, 379, 40, -1, 42, 43, -1, 45, -1, -1, -1, -1, 390, 391, 263, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, 286, 287, 417, -1, -1, 291, 292, 293, 294, 424, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 379, 40, -1, 42, 43, -1, 45, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, 263, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 286, 287, -1, -1, -1, 291, 292, 293, 294, -1, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, 263, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, 286, 287, -1, -1, -1, 291, 292, 293, 294, -1, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, 40, -1, 379, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, 61, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, 40, -1, 379, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, 390, 391, 263, -1, -1, -1, 396, -1, 61, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, 286, 287, 417, -1, -1, 291, 292, 293, 294, 424, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 40, -1, 379, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, 61, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, 263, 424, 40, -1, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 286, 287, -1, -1, -1, 291, 292, 293, 294, -1, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, 263, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, 286, 287, -1, -1, -1, 291, 292, 293, 294, -1, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, 40, -1, 42, 43, -1, 45, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, 263, -1, -1, -1, 396, -1, -1, 40, -1, 42, 43, -1, 45, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, 286, 287, 417, -1, -1, 291, 292, 293, 294, 424, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, 263, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, 286, 287, -1, -1, -1, 291, 292, 293, 294, -1, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, 40, -1, 42, 43, -1, 45, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, 263, -1, 40, -1, -1, 43, -1, 45, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, 286, 287, -1, -1, 424, 291, 292, 293, 294, -1, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, 263, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, 286, 287, -1, -1, -1, 291, 292, 293, 294, -1, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, 379, -1, -1, -1, 41, 42, 43, -1, 45, -1, -1, 390, 391, 263, -1, -1, -1, 396, -1, -1, -1, -1, -1, 60, 61, 62, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, 286, 287, 417, -1, -1, 291, 292, 293, 294, 424, -1, -1, -1, -1, -1, -1, -1, 303, 304, 305, 306, 307, 308, 309, 310, 263, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, 41, 42, 43, -1, 45, -1, 286, 287, -1, -1, -1, 291, 292, 293, 294, -1, -1, -1, -1, 60, 61, 62, -1, 303, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, 379, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, 60, 61, 62, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, 41, 42, 43, 417, 45, -1, -1, -1, -1, -1, 424, -1, -1, 379, 41, 42, 43, -1, 45, 60, 61, 62, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, 60, 61, 62, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, 60, 61, 62, -1, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 60, 61, 62, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 60, 61, 62, 41, 42, 43, -1, 45, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 60, 61, 62, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, 60, 61, 62, -1, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, 60, 61, 62, -1, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, 60, 61, 62, -1, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, 41, 42, 43, -1, 45, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 60, 61, 62, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 42, 43, 44, 45, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, -1, 60, 61, 62, -1, -1, -1, 42, 43, 44, 45, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, -1, 60, 61, 62, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 42, 43, 44, 45, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 276, 272, 273, 279, -1, 281, 282, -1, -1, 285, -1, -1, 288, 289, 290, -1, -1, -1, -1, 295, 296, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, -1, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, }; #define YYFINAL 1 #ifndef YYDEBUG #define YYDEBUG 1 #endif #define YYMAXTOKEN 427 #if YYDEBUG char *fortranname[] = { "end-of-file",0,0,0,0,0,0,0,0,0,"'\\n'",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,"'!'",0,0,0,"'%'",0,0,"'('","')'","'*'","'+'","','","'-'",0,"'/'",0,0,0,0,0, 0,0,0,0,0,"':'","';'","'<'","'='","'>'",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,"'['",0,"']'",0,"'_'",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"TOK_BINARY_OP","EQV","NEQV","TOK_OR", "TOK_XOR","TOK_AND","TOK_NOT","TOK_LT","TOK_GT","TOK_LE","TOK_GE","TOK_EQ", "TOK_NE","TOK_UNARY_OP","TOK_DSLASH","TOK_SLASH","TOK_DASTER","TOK_SEP", "TOK_NEXTLINE","TOK_PARAMETER","TOK_RESULT","TOK_ONLY","TOK_INCLUDE", "TOK_SUBROUTINE","TOK_PROGRAM","TOK_FUNCTION","TOK_OMP","TOK_DOLLAR", "TOK_FORMAT","TOK_MAX","TOK_TANH","TOK_WHERE","TOK_ELSEWHERE","TOK_ENDWHERE", "TOK_MAXVAL","TOK_TRIM","TOK_SUM","TOK_SQRT","TOK_CASE","TOK_SELECTCASE", "TOK_FILE","TOK_END","TOK_ERR","TOK_DONOTTREAT","TOK_ENDDONOTTREAT","TOK_EXIST", "TOK_MIN","TOK_INT","TOK_FLOAT","TOK_EXP","TOK_COS","TOK_COSH","TOK_ACOS", "TOK_NINT","TOK_CYCLE","TOK_SIN","TOK_SINH","TOK_ASIN","TOK_EQUIVALENCE", "TOK_BACKSPACE","TOK_LOG","TOK_TAN","TOK_ATAN","TOK_RECURSIVE","TOK_ABS", "TOK_MOD","TOK_SIGN","TOK_MINLOC","TOK_MAXLOC","TOK_EXIT","TOK_MINVAL", "TOK_PUBLIC","TOK_PRIVATE","TOK_ALLOCATABLE","TOK_RETURN","TOK_THEN", "TOK_ELSEIF","TOK_ELSE","TOK_ENDIF","TOK_PRINT","TOK_PLAINGOTO", "TOK_CONSTRUCTID","TOK_LOGICALIF","TOK_PLAINDO","TOK_CONTAINS","TOK_ENDDO", "TOK_MODULE","TOK_ENDMODULE","TOK_DOWHILE","TOK_ALLOCATE","TOK_OPEN", "TOK_CLOSE","TOK_INQUIRE","TOK_WRITE","TOK_READ","TOK_REWIND","TOK_DEALLOCATE", "TOK_NULLIFY","TOK_FIN","TOK_DEBUT","TOK_DIMENSION","TOK_ENDSELECT", "TOK_EXTERNAL","TOK_INTENT","TOK_INTRINSIC","TOK_NAMELIST","TOK_CASEDEFAULT", "TOK_OPTIONAL","TOK_POINTER","TOK_CONTINUE","TOK_SAVE","TOK_TARGET","TOK_QUOTE", "TOK_IMPLICIT","TOK_NONE","TOK_CALL","TOK_STAT","TOK_POINT_TO","TOK_COMMON", "TOK_GLOBAL","TOK_INTERFACE","TOK_ENDINTERFACE","TOK_LEFTAB","TOK_RIGHTAB", "TOK_PAUSE","TOK_PROCEDURE","TOK_STOP","TOK_NAMEEQ","TOK_REAL8","TOK_OUT", "TOK_INOUT","TOK_IN","TOK_USE","TOK_TRUE","TOK_FALSE","TOK_LABEL","TOK_TYPE", "TOK_TYPEPAR","TOK_ENDTYPE","TOK_REAL","TOK_INTEGER","TOK_LOGICAL", "TOK_DOUBLEPRECISION","TOK_DOUBLEREAL","TOK_ENDSUBROUTINE","TOK_ENDFUNCTION", "TOK_ENDPROGRAM","TOK_ENDUNIT","TOK_CHARACTER","TOK_CHAR_CONSTANT", "TOK_CHAR_CUT","TOK_DATA","TOK_CHAR_INT","TOK_CHAR_MESSAGE","TOK_CSTREAL", "TOK_CSTREALDP","TOK_CSTREALQP","TOK_SFREAL","TOK_COMPLEX","TOK_DOUBLECOMPLEX", "TOK_NAME","TOK_NAME_CHAR","TOK_PROBTYPE","TOK_INTERPTYPE","TOK_VARTYPE", "TOK_BC","TOK_OP","TOK_CSTINT","TOK_COMMENT","TOK_FILENAME","\"* \"", }; char *fortranrule[] = { "$accept : input", "input :", "input : input line", "line : '\\n' position", "line : thislabel suite_line_list", "line : TOK_COMMENT", "line : keyword cmnt writedeclar", "line : error writedeclar nulcurbuf", "suite_line_list : suite_line", "suite_line_list : suite_line ';' suite_line_list", "suite_line : entry fin_line", "suite_line : spec fin_line", "suite_line : before_include filename fin_line", "suite_line : exec cmnt writedeclar", "suite_line : instr fin_line", "instr : ident ':'", "fin_line : position cmnt", "keyword : TOK_DONOTTREAT", "keyword : TOK_ENDDONOTTREAT", "keyword : TOK_OMP", "keyword : TOK_DOLLAR", "position :", "thislabel :", "thislabel : TOK_LABEL nulcurbuf", "cmnt :", "cmnt : TOK_COMMENT", "incomment :", "nulcurbuf :", "opt_recursive :", "opt_recursive : TOK_RECURSIVE", "entry :", "entry : opt_recursive TOK_SUBROUTINE name_routine arglist", "entry : TOK_PROGRAM name_routine", "entry : TOK_FUNCTION name_routine arglist TOK_RESULT arglist1", "entry : TOK_FUNCTION name_routine arglist", "entry : TOK_MODULE TOK_NAME", "name_routine : TOK_NAME", "writedeclar :", "before_include : TOK_INCLUDE", "filename : TOK_CHAR_CONSTANT", "arglist :", "arglist : '(' ')'", "arglist : '(' args ')'", "arglist1 :", "arglist1 : '(' ')'", "arglist1 : '(' args ')'", "args : arg", "args : args ',' arg", "arg : TOK_NAME", "arg : '*'", "spec : type after_type", "spec : TOK_TYPE opt_spec opt_sep opt_name", "spec : TOK_ENDTYPE opt_name", "spec : TOK_POINTER list_couple", "spec : before_parameter '(' paramlist ')'", "spec : before_parameter paramlist", "spec : common", "spec : save", "spec : implicit", "spec : dimension", "spec : public", "spec : private", "spec : use_stat", "spec : module_proc_stmt", "spec : interface", "spec : namelist", "spec : TOK_BACKSPACE '(' expr ')'", "spec : TOK_EXTERNAL opt_sep use_name_list", "spec : TOK_INTRINSIC opt_sep use_intrinsic_list", "spec : TOK_EQUIVALENCE list_expr_equi", "spec : before_data data '\\n'", "opt_spec :", "opt_spec : access_spec", "name_intrinsic : TOK_SUM", "name_intrinsic : TOK_TANH", "name_intrinsic : TOK_MAXVAL", "name_intrinsic : TOK_MIN", "name_intrinsic : TOK_MINVAL", "name_intrinsic : TOK_TRIM", "name_intrinsic : TOK_SQRT", "name_intrinsic : TOK_NINT", "name_intrinsic : TOK_FLOAT", "name_intrinsic : TOK_EXP", "name_intrinsic : TOK_COS", "name_intrinsic : TOK_COSH", "name_intrinsic : TOK_ACOS", "name_intrinsic : TOK_SIN", "name_intrinsic : TOK_SINH", "name_intrinsic : TOK_ASIN", "name_intrinsic : TOK_LOG", "name_intrinsic : TOK_TAN", "name_intrinsic : TOK_ATAN", "name_intrinsic : TOK_MOD", "name_intrinsic : TOK_SIGN", "name_intrinsic : TOK_MINLOC", "name_intrinsic : TOK_MAXLOC", "name_intrinsic : TOK_NAME", "use_intrinsic_list : name_intrinsic", "use_intrinsic_list : use_intrinsic_list ',' name_intrinsic", "list_couple : '(' list_expr ')'", "list_couple : list_couple ',' '(' list_expr ')'", "list_expr_equi : expr_equi", "list_expr_equi : list_expr_equi ',' expr_equi", "expr_equi : '(' list_expr_equi1 ')'", "list_expr_equi1 : ident dims", "list_expr_equi1 : list_expr_equi1 ',' ident dims", "list_expr : expr", "list_expr : list_expr ',' expr", "opt_sep :", "opt_sep : ':' ':'", "after_type : dcl nodimsgiven", "after_type : before_function name_routine arglist", "before_function : TOK_FUNCTION", "before_parameter : TOK_PARAMETER", "before_data : TOK_DATA", "data : TOK_NAME TOK_SLASH datavallist TOK_SLASH", "data : data opt_comma TOK_NAME TOK_SLASH datavallist TOK_SLASH", "data : datanamelist TOK_SLASH datavallist TOK_SLASH", "datavallist : expr_data", "datavallist : expr_data ',' datavallist", "save : before_save varsave", "save : before_save comblock varsave", "save : save opt_comma comblock opt_comma varsave", "save : save ',' varsave", "before_save : TOK_SAVE", "varsave :", "varsave : TOK_NAME dims", "datanamelist : TOK_NAME", "datanamelist : TOK_NAME '(' expr ')'", "datanamelist : datanamelist ',' datanamelist", "expr_data : opt_signe simple_const", "expr_data : expr_data '+' expr_data", "expr_data : expr_data '-' expr_data", "expr_data : expr_data '*' expr_data", "expr_data : expr_data '/' expr_data", "opt_signe :", "opt_signe : signe", "namelist : namelist_action after_namelist", "namelist_action : TOK_NAMELIST ident", "namelist_action : TOK_NAMELIST comblock ident", "namelist_action : namelist_action opt_comma comblock opt_comma ident", "namelist_action : namelist_action ',' ident", "after_namelist :", "interface : TOK_INTERFACE opt_name", "interface : TOK_ENDINTERFACE opt_name", "before_dimension : TOK_DIMENSION", "dimension : before_dimension opt_comma TOK_NAME dims lengspec", "dimension : dimension ',' TOK_NAME dims lengspec", "private : TOK_PRIVATE '\\n'", "private : TOK_PRIVATE opt_sep use_name_list", "public : TOK_PUBLIC '\\n'", "public : TOK_PUBLIC opt_sep use_name_list", "use_name_list : TOK_NAME", "use_name_list : use_name_list ',' TOK_NAME", "common : before_common var_common_list", "common : before_common comblock var_common_list", "common : common opt_comma comblock opt_comma var_common_list", "before_common : TOK_COMMON", "before_common : TOK_GLOBAL TOK_COMMON", "var_common_list : var_common", "var_common_list : var_common_list ',' var_common", "var_common : TOK_NAME dims", "comblock : TOK_DSLASH", "comblock : TOK_SLASH TOK_NAME TOK_SLASH", "opt_comma :", "opt_comma : ','", "paramlist : paramitem", "paramlist : paramlist ',' paramitem", "paramitem : TOK_NAME '=' expr", "module_proc_stmt : TOK_PROCEDURE proc_name_list", "proc_name_list : TOK_NAME", "proc_name_list : proc_name_list ',' TOK_NAME", "implicit : TOK_IMPLICIT TOK_NONE", "implicit : TOK_IMPLICIT TOK_REAL8", "opt_retour :", "dcl : options opt_retour TOK_NAME dims lengspec initial_value", "dcl : dcl ',' opt_retour TOK_NAME dims lengspec initial_value", "nodimsgiven :", "type : typespec selector", "type : before_character c_selector", "type : typename '*' TOK_CSTINT", "type : before_typepar attribute ')'", "before_typepar : TOK_TYPEPAR", "c_selector :", "c_selector : '*' TOK_CSTINT", "c_selector : '*' '(' c_attribute ')'", "c_selector : '(' c_attribute ')'", "c_attribute : TOK_NAME clause opt_clause", "c_attribute : TOK_NAME '=' clause opt_clause", "c_attribute : clause opt_clause", "before_character : TOK_CHARACTER", "typespec : typename", "typename : TOK_INTEGER", "typename : TOK_REAL", "typename : TOK_COMPLEX", "typename : TOK_DOUBLEPRECISION", "typename : TOK_DOUBLECOMPLEX", "typename : TOK_LOGICAL", "lengspec :", "lengspec : '*' proper_lengspec", "proper_lengspec : expr", "proper_lengspec : '(' '*' ')'", "selector :", "selector : '*' proper_selector", "selector : '(' attribute ')'", "proper_selector : expr", "proper_selector : '(' '*' ')'", "attribute : TOK_NAME clause", "attribute : TOK_NAME '=' clause", "attribute : TOK_NAME", "attribute : TOK_CSTINT", "clause : expr", "clause : '*'", "opt_clause :", "opt_clause : ',' TOK_NAME clause", "options :", "options : ':' ':'", "options : ',' attr_spec_list ':' ':'", "attr_spec_list : attr_spec", "attr_spec_list : attr_spec_list ',' attr_spec", "attr_spec : TOK_PARAMETER", "attr_spec : access_spec", "attr_spec : TOK_ALLOCATABLE", "attr_spec : TOK_DIMENSION dims", "attr_spec : TOK_EXTERNAL", "attr_spec : TOK_INTENT '(' intent_spec ')'", "attr_spec : TOK_INTRINSIC", "attr_spec : TOK_OPTIONAL", "attr_spec : TOK_POINTER", "attr_spec : TOK_SAVE", "attr_spec : TOK_TARGET", "intent_spec : TOK_IN", "intent_spec : TOK_OUT", "intent_spec : TOK_INOUT", "access_spec : TOK_PUBLIC", "access_spec : TOK_PRIVATE", "dims :", "dims : '(' dimlist ')'", "dimlist : dim", "dimlist : dimlist ',' dim", "dim : ubound", "dim : ':'", "dim : expr ':'", "dim : ':' expr", "dim : expr ':' ubound", "ubound : '*'", "ubound : expr", "expr : uexpr", "expr : '(' expr ')'", "expr : complex_const", "expr : predefinedfunction", "predefinedfunction : TOK_SUM minmaxlist ')'", "predefinedfunction : TOK_MAX minmaxlist ')'", "predefinedfunction : TOK_TANH '(' minmaxlist ')'", "predefinedfunction : TOK_MAXVAL '(' minmaxlist ')'", "predefinedfunction : TOK_MIN minmaxlist ')'", "predefinedfunction : TOK_MINVAL '(' minmaxlist ')'", "predefinedfunction : TOK_TRIM '(' expr ')'", "predefinedfunction : TOK_SQRT expr ')'", "predefinedfunction : TOK_REAL '(' minmaxlist ')'", "predefinedfunction : TOK_INT '(' expr ')'", "predefinedfunction : TOK_NINT '(' expr ')'", "predefinedfunction : TOK_FLOAT '(' expr ')'", "predefinedfunction : TOK_EXP '(' expr ')'", "predefinedfunction : TOK_COS '(' expr ')'", "predefinedfunction : TOK_COSH '(' expr ')'", "predefinedfunction : TOK_ACOS '(' expr ')'", "predefinedfunction : TOK_SIN '(' expr ')'", "predefinedfunction : TOK_SINH '(' expr ')'", "predefinedfunction : TOK_ASIN '(' expr ')'", "predefinedfunction : TOK_LOG '(' expr ')'", "predefinedfunction : TOK_TAN '(' expr ')'", "predefinedfunction : TOK_ATAN '(' expr ')'", "predefinedfunction : TOK_ABS expr ')'", "predefinedfunction : TOK_MOD '(' minmaxlist ')'", "predefinedfunction : TOK_SIGN '(' minmaxlist ')'", "predefinedfunction : TOK_MINLOC '(' minmaxlist ')'", "predefinedfunction : TOK_MAXLOC '(' minmaxlist ')'", "minmaxlist : expr", "minmaxlist : minmaxlist ',' expr", "uexpr : lhs", "uexpr : simple_const", "uexpr : vec", "uexpr : expr operation", "uexpr : signe expr", "uexpr : TOK_NOT expr", "signe : '+'", "signe : '-'", "operation : '+' expr", "operation : '-' expr", "operation : '*' expr", "operation : TOK_DASTER expr", "operation : TOK_EQ expr", "operation : TOK_GT expr", "operation : '>' expr", "operation : TOK_LT expr", "operation : '<' expr", "operation : TOK_GE expr", "operation : '>' '=' expr", "operation : TOK_LE expr", "operation : '<' '=' expr", "operation : TOK_NE expr", "operation : TOK_XOR expr", "operation : TOK_OR expr", "operation : TOK_AND expr", "operation : TOK_SLASH after_slash", "operation : '=' after_equal", "after_slash :", "after_slash : expr", "after_slash : '=' expr", "after_slash : TOK_SLASH expr", "after_equal : '=' expr", "after_equal : expr", "lhs : ident", "lhs : structure_component", "lhs : array_ele_substring_func_ref", "beforefunctionuse :", "array_ele_substring_func_ref : begin_array", "array_ele_substring_func_ref : begin_array substring", "array_ele_substring_func_ref : structure_component '(' funarglist ')'", "array_ele_substring_func_ref : structure_component '(' funarglist ')' substring", "begin_array : ident '(' funarglist ')'", "structure_component : lhs '%' lhs", "vec : TOK_LEFTAB outlist TOK_RIGHTAB", "funarglist : beforefunctionuse", "funarglist : beforefunctionuse funargs", "funargs : funarg", "funargs : funargs ',' funarg", "funarg : expr", "funarg : triplet", "triplet : expr ':' expr", "triplet : expr ':' expr ':' expr", "triplet : ':' expr ':' expr", "triplet : ':' ':' expr", "triplet : ':' expr", "triplet : expr ':'", "triplet : ':'", "ident : TOK_NAME", "simple_const : TOK_TRUE", "simple_const : TOK_FALSE", "simple_const : TOK_CSTINT", "simple_const : TOK_CSTREAL", "simple_const : TOK_CSTREALDP", "simple_const : TOK_CSTREALQP", "simple_const : simple_const TOK_NAME", "simple_const : string_constant opt_substring", "string_constant : TOK_CHAR_CONSTANT", "string_constant : string_constant TOK_CHAR_CONSTANT", "string_constant : TOK_CHAR_MESSAGE", "string_constant : TOK_CHAR_CUT", "opt_substring :", "opt_substring : substring", "substring : '(' optexpr ':' optexpr ')'", "optexpr :", "optexpr : expr", "opt_expr : '\\n'", "opt_expr : expr", "initial_value :", "initial_value : before_initial '=' expr", "before_initial :", "complex_const : '(' uexpr ',' uexpr ')'", "use_stat : word_use module_name", "use_stat : word_use module_name ',' rename_list", "use_stat : word_use module_name ',' TOK_ONLY ':' '\\n'", "use_stat : word_use module_name ',' TOK_ONLY ':' only_list", "word_use : TOK_USE", "module_name : TOK_NAME", "rename_list : rename_name", "rename_list : rename_list ',' rename_name", "rename_name : TOK_NAME TOK_POINT_TO TOK_NAME", "only_list : only_name", "only_list : only_list ',' only_name", "only_name : TOK_NAME TOK_POINT_TO TOK_NAME", "only_name : TOK_NAME", "exec : iffable", "exec : TOK_ALLOCATE '(' allocation_list opt_stat_spec ')'", "exec : TOK_DEALLOCATE '(' allocate_object_list opt_stat_spec ')'", "exec : TOK_NULLIFY '(' pointer_name_list ')'", "exec : word_endunit", "exec : word_endprogram opt_name", "exec : word_endsubroutine opt_name", "exec : word_endfunction opt_name", "exec : TOK_ENDMODULE opt_name", "exec : boucledo", "exec : logif iffable", "exec : TOK_WHERE '(' expr ')' opt_expr", "exec : TOK_ELSEWHERE", "exec : TOK_ENDWHERE", "exec : logif TOK_THEN", "exec : TOK_ELSEIF '(' expr ')' TOK_THEN", "exec : TOK_ELSE", "exec : TOK_ENDIF opt_name", "exec : TOK_CASE caselist ')'", "exec : TOK_SELECTCASE '(' expr ')'", "exec : TOK_CASEDEFAULT", "exec : TOK_ENDSELECT", "exec : TOK_CONTAINS", "word_endsubroutine : TOK_ENDSUBROUTINE", "word_endunit : TOK_ENDUNIT", "word_endprogram : TOK_ENDPROGRAM", "word_endfunction : TOK_ENDFUNCTION", "caselist : expr", "caselist : caselist ',' expr", "caselist : caselist ':' expr", "boucledo : worddo opt_int do_arg", "boucledo : wordwhile expr", "boucledo : TOK_ENDDO optname", "do_arg :", "do_arg : do_var '=' expr ',' expr", "do_arg : do_var '=' expr ',' expr ',' expr", "opt_int :", "opt_int : TOK_CSTINT opt_comma", "opt_name : '\\n'", "opt_name : TOK_NAME", "optname :", "optname : TOK_NAME", "worddo : TOK_PLAINDO", "wordwhile : TOK_DOWHILE", "dotarget :", "dotarget : TOK_CSTINT", "iffable : TOK_CONTINUE", "iffable : ident_dims after_ident_dims", "iffable : goto", "iffable : io", "iffable : call", "iffable : TOK_ALLOCATE '(' allocation_list opt_stat_spec ')'", "iffable : TOK_DEALLOCATE '(' allocate_object_list opt_stat_spec ')'", "iffable : TOK_EXIT optexpr", "iffable : TOK_RETURN opt_expr", "iffable : TOK_CYCLE opt_expr", "iffable : stop opt_expr", "iffable : int_list", "before_dims :", "ident_dims : ident before_dims dims dims", "ident_dims : ident_dims '%' ident before_dims dims dims", "int_list : TOK_CSTINT", "int_list : int_list ',' TOK_CSTINT", "after_ident_dims : '=' expr", "after_ident_dims : TOK_POINT_TO expr", "call : keywordcall opt_call", "opt_call :", "opt_call : '(' opt_callarglist ')'", "opt_callarglist :", "opt_callarglist : callarglist", "keywordcall : before_call TOK_NAME", "before_call : TOK_CALL", "callarglist : callarg", "callarglist : callarglist ',' callarg", "callarg : expr", "callarg : '*' label", "stop : TOK_PAUSE", "stop : TOK_STOP", "io : iofctl ioctl", "io : read option_read", "io : TOK_REWIND after_rewind", "io : TOK_FORMAT", "opt_CHAR_INT :", "opt_CHAR_INT : TOK_CSTINT TOK_NAME", "idfile : '*'", "idfile : TOK_CSTINT", "idfile : ident", "option_print :", "option_print : ',' outlist", "option_inlist :", "option_inlist : inlist", "option_read : ioctl option_inlist", "option_read : infmt opt_inlist", "opt_outlist :", "opt_outlist : outlist", "opt_inlist :", "opt_inlist : ',' inlist", "ioctl : '(' ctllist ')'", "ioctl : '(' fexpr ')'", "after_rewind : '(' ident ')'", "after_rewind : '(' TOK_CSTINT ')'", "after_rewind : TOK_CSTINT", "after_rewind : '(' uexpr ')'", "after_rewind : TOK_NAME", "ctllist : ioclause", "ctllist : ctllist ',' ioclause", "ioclause : fexpr", "ioclause : '*'", "ioclause : TOK_DASTER", "ioclause : TOK_NAME expr", "ioclause : TOK_NAME expr '%' ident_dims", "ioclause : TOK_NAME '(' triplet ')'", "ioclause : TOK_NAME '*'", "ioclause : TOK_NAME TOK_DASTER", "iofctl : TOK_OPEN", "iofctl : TOK_CLOSE", "infmt : unpar_fexpr", "infmt : '*'", "read : TOK_READ", "read : TOK_INQUIRE", "read : TOK_WRITE", "read : TOK_PRINT", "fexpr : unpar_fexpr", "fexpr : '(' fexpr ')'", "unpar_fexpr : lhs", "unpar_fexpr : simple_const", "unpar_fexpr : fexpr addop fexpr", "unpar_fexpr : fexpr '*' fexpr", "unpar_fexpr : fexpr TOK_SLASH fexpr", "unpar_fexpr : fexpr TOK_DASTER fexpr", "unpar_fexpr : addop fexpr", "unpar_fexpr : fexpr TOK_DSLASH fexpr", "unpar_fexpr : TOK_FILE expr", "unpar_fexpr : TOK_EXIST expr", "unpar_fexpr : TOK_ERR expr", "unpar_fexpr : TOK_END expr", "unpar_fexpr : TOK_NAME '=' expr", "addop : '+'", "addop : '-'", "inlist : inelt", "inlist : inlist ',' inelt", "opt_lhs :", "opt_lhs : lhs", "inelt : opt_lhs opt_operation", "inelt : '(' inlist ')' opt_operation", "inelt : predefinedfunction opt_operation", "inelt : simple_const opt_operation", "inelt : '(' inlist ',' dospec ')'", "opt_operation :", "opt_operation : operation", "opt_operation : opt_operation operation", "outlist : other", "outlist : out2", "out2 : uexpr ',' expr", "out2 : uexpr ',' other", "out2 : other ',' expr", "out2 : other ',' other", "out2 : out2 ',' expr", "out2 : out2 ',' other", "out2 : uexpr", "out2 : predefinedfunction", "other : complex_const", "other : '(' expr ')'", "other : '(' uexpr ',' dospec ')'", "other : '(' other ',' dospec ')'", "other : '(' out2 ',' dospec ')'", "dospec : TOK_NAME '=' expr ',' expr", "dospec : TOK_NAME '=' expr ',' expr ',' expr", "labellist : label", "labellist : labellist ',' label", "label : TOK_CSTINT", "goto : TOK_PLAINGOTO '(' expr ',' expr ')' ',' expr", "goto : TOK_PLAINGOTO label", "allocation_list : allocate_object", "allocation_list : ident_dims", "allocation_list : allocation_list ',' allocate_object", "allocate_object : ident", "allocate_object : structure_component", "allocate_object : array_element", "array_element : ident '(' funargs ')'", "subscript_list : expr", "subscript_list : subscript_list ',' expr", "allocate_object_list : allocate_object", "allocate_object_list : allocate_object_list ',' allocate_object", "opt_stat_spec :", "opt_stat_spec : ',' TOK_STAT '=' ident", "pointer_name_list : ident", "pointer_name_list : pointer_name_list ',' ident", "opt_construct_name :", "opt_construct_name : TOK_NAME", "opt_construct_name_colon :", "opt_construct_name_colon : TOK_CONSTRUCTID ':'", "logif : TOK_LOGICALIF expr ')'", "do_var : ident", }; #endif #if YYDEBUG #include #endif /* define the initial stack-sizes */ #ifdef YYSTACKSIZE #undef YYMAXDEPTH #define YYMAXDEPTH YYSTACKSIZE #else #ifdef YYMAXDEPTH #define YYSTACKSIZE YYMAXDEPTH #else #define YYSTACKSIZE 500 #define YYMAXDEPTH 500 #endif #endif #define YYINITSTACKSIZE 500 int yydebug; int yynerrs; int yyerrflag; int yychar; short *yyssp; YYSTYPE *yyvsp; YYSTYPE yyval; YYSTYPE yylval; /* variables for the parser stack */ static short *yyss; static short *yysslim; static YYSTYPE *yyvs; static int yystacksize; #line 2453 "fortran.y" void processfortran(char *fichier_entree) { extern FILE *fortranin; extern FILE *fortranout; char nomfile[LONG_C]; int c; int confirmyes; /*fortrandebug = 1;*/ if ( mark == 1 ) printf("Firstpass == %d \n",firstpass); /******************************************************************************/ /* 1- Open input and output files */ /******************************************************************************/ strcpy(nomfile,commondirin); strcat(nomfile,"/"); strcat(nomfile,fichier_entree); fortranin=fopen( nomfile,"r"); if (! fortranin) { printf("Error : File %s does not exist\n",nomfile); exit(1); } strcpy(curfile,nomfile); strcpy(nomfile,commondirout); strcat(nomfile,"/"); strcat(nomfile,fichier_entree); strcpy(nomfileoutput,nomfile); Save_Length(nomfileoutput,31); if (firstpass == 1) { if (checkexistcommon == 1) { if (fopen(nomfile,"r")) { printf("Warning : file %s already exist\n",nomfile); confirmyes = 0; while (confirmyes==0) { printf("Override file %s ? [Y/N]\n",nomfile); c=getchar(); getchar(); if (c==79 || c==110) { printf("We stop\n"); exit(1); } if (c==89 || c==121) { confirmyes=1; } } } } } /******************************************************************************/ /* 2- Variables initialization */ /******************************************************************************/ line_num_fortran_common=1; line_num_fortran=1; PublicDeclare = 0; PrivateDeclare = 0; ExternalDeclare = 0; SaveDeclare = 0; pointerdeclare = 0; optionaldeclare = 0; incalldeclare = 0; VarType = 0; VarTypepar = 0; Allocatabledeclare = 0 ; strcpy(NamePrecision," "); VariableIsParameter = 0 ; strcpy(NamePrecision,""); c_star = 0 ; functiondeclarationisdone = 0; insubroutinedeclare = 0 ; strcpy(subroutinename," "); InitialValueGiven = 0 ; strcpy(EmptyChar," "); inmoduledeclare = 0; colnum=0; incom=0; couldaddvariable=1; aftercontainsdeclare = 1; /* Name of the file without format */ tmp = strchr(fichier_entree, '.'); strncpy(curfilename,fichier_entree,strlen(fichier_entree)-strlen(tmp)); Save_Length(curfilename,30); /******************************************************************************/ /* 3- Parsing of the input file (1 time) */ /******************************************************************************/ if (firstpass == 0 ) { fortranout=fopen(nomfileoutput,"w"); NewModule_Creation_0(); } fortranparse(); strcpy(curfile,mainfile); if (firstpass == 0 ) fclose(fortranout); } #line 6721 "y.tab.c" /* allocate initial stack or double stack size, up to YYMAXDEPTH */ static int yygrowstack(void) { int newsize, i; short *newss; YYSTYPE *newvs; if ((newsize = yystacksize) == 0) newsize = YYINITSTACKSIZE; else if (newsize >= YYMAXDEPTH) return -1; else if ((newsize *= 2) > YYMAXDEPTH) newsize = YYMAXDEPTH; i = yyssp - yyss; newss = (yyss != 0) ? (short *)realloc(yyss, newsize * sizeof(*newss)) : (short *)malloc(newsize * sizeof(*newss)); if (newss == 0) return -1; yyss = newss; yyssp = newss + i; newvs = (yyvs != 0) ? (YYSTYPE *)realloc(yyvs, newsize * sizeof(*newvs)) : (YYSTYPE *)malloc(newsize * sizeof(*newvs)); if (newvs == 0) return -1; yyvs = newvs; yyvsp = newvs + i; yystacksize = newsize; yysslim = yyss + newsize - 1; return 0; } #define YYABORT goto yyabort #define YYREJECT goto yyabort #define YYACCEPT goto yyaccept #define YYERROR goto yyerrlab int yyparse(void) { register int yym, yyn, yystate; #if YYDEBUG register const char *yys; if ((yys = getenv("YYDEBUG")) != 0) { yyn = *yys; if (yyn >= '0' && yyn <= '9') yydebug = yyn - '0'; } #endif yynerrs = 0; yyerrflag = 0; yychar = YYEMPTY; if (yyss == NULL && yygrowstack()) goto yyoverflow; yyssp = yyss; yyvsp = yyvs; *yyssp = yystate = 0; yyloop: if ((yyn = yydefred[yystate]) != 0) goto yyreduce; if (yychar < 0) { if ((yychar = yylex()) < 0) yychar = 0; #if YYDEBUG if (yydebug) { yys = 0; if (yychar <= YYMAXTOKEN) yys = yyname[yychar]; if (!yys) yys = "illegal-symbol"; printf("%sdebug: state %d, reading %d (%s)\n", YYPREFIX, yystate, yychar, yys); } #endif } if ((yyn = yysindex[yystate]) && (yyn += yychar) >= 0 && yyn <= YYTABLESIZE && yycheck[yyn] == yychar) { #if YYDEBUG if (yydebug) printf("%sdebug: state %d, shifting to state %d\n", YYPREFIX, yystate, yytable[yyn]); #endif if (yyssp >= yysslim && yygrowstack()) { goto yyoverflow; } *++yyssp = yystate = yytable[yyn]; *++yyvsp = yylval; yychar = YYEMPTY; if (yyerrflag > 0) --yyerrflag; goto yyloop; } if ((yyn = yyrindex[yystate]) && (yyn += yychar) >= 0 && yyn <= YYTABLESIZE && yycheck[yyn] == yychar) { yyn = yytable[yyn]; goto yyreduce; } if (yyerrflag) goto yyinrecovery; yyerror("syntax error"); #ifdef lint goto yyerrlab; #endif yyerrlab: ++yynerrs; yyinrecovery: if (yyerrflag < 3) { yyerrflag = 3; for (;;) { if ((yyn = yysindex[*yyssp]) && (yyn += YYERRCODE) >= 0 && yyn <= YYTABLESIZE && yycheck[yyn] == YYERRCODE) { #if YYDEBUG if (yydebug) printf("%sdebug: state %d, error recovery shifting\ to state %d\n", YYPREFIX, *yyssp, yytable[yyn]); #endif if (yyssp >= yysslim && yygrowstack()) { goto yyoverflow; } *++yyssp = yystate = yytable[yyn]; *++yyvsp = yylval; goto yyloop; } else { #if YYDEBUG if (yydebug) printf("%sdebug: error recovery discarding state %d\n", YYPREFIX, *yyssp); #endif if (yyssp <= yyss) goto yyabort; --yyssp; --yyvsp; } } } else { if (yychar == 0) goto yyabort; #if YYDEBUG if (yydebug) { yys = 0; if (yychar <= YYMAXTOKEN) yys = yyname[yychar]; if (!yys) yys = "illegal-symbol"; printf("%sdebug: state %d, error recovery discards token %d (%s)\n", YYPREFIX, yystate, yychar, yys); } #endif yychar = YYEMPTY; goto yyloop; } yyreduce: #if YYDEBUG if (yydebug) printf("%sdebug: state %d, reducing by rule %d (%s)\n", YYPREFIX, yystate, yyn, yyrule[yyn]); #endif yym = yylen[yyn]; yyval = yyvsp[1-yym]; switch (yyn) { case 7: #line 335 "fortran.y" {yyerrok;yyclearin;} break; case 12: #line 343 "fortran.y" { if (inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curinclude, pos_end-pos_curinclude); } } break; case 17: #line 359 "fortran.y" { /* we should ignore the declaration until the keyword */ /* TOK_ENDDONOTTREAT */ couldaddvariable = 0 ; RemoveWordCUR_0(fortranout,-20,20); } break; case 18: #line 366 "fortran.y" { couldaddvariable = 1 ; RemoveWordCUR_0(fortranout,-24,24); } break; case 21: #line 373 "fortran.y" {pos_cur = setposcur();} break; case 26: #line 382 "fortran.y" {incom = 1;} break; case 27: #line 385 "fortran.y" {if (incom !=1) {strcpy(curbuf,"");incom=0;}} break; case 31: #line 392 "fortran.y" { if ( couldaddvariable == 1 ) { /* open param file */ if ( firstpass == 0 ) { sprintf(ligne,"%s/ParamFile%s.h",nomdir,yyvsp[-1].nac); paramout=fopen(ligne,"w"); if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); } Add_SubroutineArgument_Var_1(yyvsp[0].l); if ( inmodulemeet == 1 ) { insubroutinedeclare = 1; /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(1); } else { insubroutinedeclare = 1; writeheadnewsub_0(1); } } } break; case 32: #line 420 "fortran.y" { /* open param file */ if ( firstpass == 0 ) { sprintf(ligne,"%s/ParamFile%s.h",nomdir,yyvsp[0].nac); paramout=fopen(ligne,"w"); if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); } strcpy(subroutinename,yyvsp[0].nac); /* Common case */ insubroutinedeclare = 1; /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(1); } break; case 33: #line 438 "fortran.y" { /* open param file */ if ( firstpass == 0 ) { sprintf(ligne,"%s/ParamFile%s.h",nomdir,yyvsp[-3].nac); paramout=fopen(ligne,"w"); if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); } strcpy(subroutinename,yyvsp[-3].nac); if ( inmodulemeet == 1 ) { insubroutinedeclare = 1; /* we should to list of the subroutine argument the */ /* name of the function which has to be defined */ Add_SubroutineArgument_Var_1(yyvsp[-2].l); strcpy(DeclType,""); /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(2); } else { insubroutinedeclare = 1; /* we should to list of the subroutine argument */ /* name of the function which has to be defined */ Add_SubroutineArgument_Var_1(yyvsp[-2].l); strcpy(DeclType,""); Add_FunctionType_Var_1(yyvsp[-3].nac); writeheadnewsub_0(2); } } break; case 34: #line 471 "fortran.y" { /* open param file */ if ( firstpass == 0 ) { sprintf(ligne,"%s/ParamFile%s.h",nomdir,yyvsp[-1].nac); paramout=fopen(ligne,"w"); if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); } strcpy(subroutinename,yyvsp[-1].nac); if ( inmodulemeet == 1 ) { insubroutinedeclare = 1; /* we should to list of the subroutine argument the */ /* name of the function which has to be defined */ Add_SubroutineArgument_Var_1(yyvsp[0].l); strcpy(DeclType,""); Add_FunctionType_Var_1(yyvsp[-1].nac); /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(2); } else { insubroutinedeclare = 1; /* we should to list of the subroutine argument */ /* name of the function which has to be defined */ Add_SubroutineArgument_Var_1(yyvsp[0].l); strcpy(DeclType,""); Add_FunctionType_Var_1(yyvsp[-1].nac); writeheadnewsub_0(2); } } break; case 35: #line 505 "fortran.y" { GlobalDeclaration = 0; strcpy(curmodulename,yyvsp[0].nac); strcpy(subroutinename,""); Add_NameOfModule_1(yyvsp[0].nac); if ( inmoduledeclare == 0 ) { /* To know if there are in the module declaration */ inmoduledeclare = 1; /* to know if a module has been met */ inmodulemeet = 1; /* to know if we are after the keyword contains */ aftercontainsdeclare = 0 ; } } break; case 36: #line 522 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.nac,yyvsp[0].nac);strcpy(subroutinename,yyvsp[0].nac); } } break; case 38: #line 531 "fortran.y" { pos_curinclude = setposcur()-9; } break; case 39: #line 535 "fortran.y" { if ( couldaddvariable == 1 ) Add_Include_1(yyvsp[0].nac); } break; case 40: #line 539 "fortran.y" { if ( firstpass == 1 && couldaddvariable == 1) yyval.l=NULL; } break; case 41: #line 542 "fortran.y" { if ( firstpass == 1 && couldaddvariable == 1 ) yyval.l=NULL; } break; case 42: #line 546 "fortran.y" { if ( firstpass == 1 && couldaddvariable == 1 ) yyval.l=yyvsp[-1].l; } break; case 45: #line 553 "fortran.y" { if ( couldaddvariable == 1 ) { Add_SubroutineArgument_Var_1(yyvsp[-1].l); } } break; case 46: #line 560 "fortran.y" { if ( firstpass == 1 && couldaddvariable == 1) { curvar=createvar(yyvsp[0].na,NULL); curlistvar=insertvar(NULL,curvar); yyval.l=settype("",curlistvar); } } break; case 47: #line 569 "fortran.y" { if ( firstpass == 1 && couldaddvariable == 1) { curvar=createvar(yyvsp[0].na,NULL); yyval.l=insertvar(yyvsp[-2].l,curvar); } } break; case 48: #line 577 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].nac);} break; case 49: #line 578 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,"*");} break; case 50: #line 581 "fortran.y" { if ( VarTypepar == 1 ) { couldaddvariable = 1 ; VarTypepar = 0; } } break; case 51: #line 589 "fortran.y" { if ( couldaddvariable == 1 ) { VarType = 1; couldaddvariable = 0 ; } } break; case 52: #line 597 "fortran.y" { if ( VarType == 1 ) couldaddvariable = 1 ; VarType = 0; VarTypepar = 0; } break; case 54: #line 604 "fortran.y" { if ( couldaddvariable == 1 ) { if ( insubroutinedeclare == 0 ) Add_GlobalParameter_Var_1(yyvsp[-1].l); else Add_Parameter_Var_1(yyvsp[-1].l); pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_cur_decl, pos_end-pos_cur_decl); } VariableIsParameter = 0 ; } break; case 55: #line 617 "fortran.y" { if ( couldaddvariable == 1 ) { if ( insubroutinedeclare == 0 ) Add_GlobalParameter_Var_1(yyvsp[0].l); else Add_Parameter_Var_1(yyvsp[0].l); pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_cur_decl, pos_end-pos_cur_decl); } VariableIsParameter = 0 ; } break; case 57: #line 631 "fortran.y" { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_cursave, pos_end-pos_cursave); } break; case 59: #line 638 "fortran.y" { /* if the variable is a parameter we can suppose that is */ /* value is the same on each grid. It is not useless to */ /* create a copy of it on each grid */ if ( couldaddvariable == 1 ) { Add_Globliste_1(yyvsp[0].l); /* if variableparamlists has been declared in a */ /* subroutine */ if ( insubroutinedeclare == 1 ) { Add_Dimension_Var_1(yyvsp[0].l); } pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curdimension, pos_end-pos_curdimension); } /* */ PublicDeclare = 0; PrivateDeclare = 0; ExternalDeclare = 0; strcpy(NamePrecision,""); c_star = 0; InitialValueGiven = 0 ; strcpy(IntentSpec,""); VariableIsParameter = 0 ; Allocatabledeclare = 0 ; SaveDeclare = 0; pointerdeclare = 0; optionaldeclare = 0 ; dimsgiven=0; c_selectorgiven=0; strcpy(nameinttypename,""); strcpy(c_selectorname,""); } break; case 70: #line 684 "fortran.y" { /* we should remove the data declaration */ if ( couldaddvariable == 1 && aftercontainsdeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curdata, pos_end-pos_curdata); } } break; case 72: #line 696 "fortran.y" { PublicDeclare = 0 ; PrivateDeclare = 0 ; } break; case 110: #line 747 "fortran.y" { /* if the variable is a parameter we can suppose that is*/ /* value is the same on each grid. It is not useless */ /* to create a copy of it on each grid */ if ( couldaddvariable == 1 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_cur_decl, pos_end-pos_cur_decl); if ( firstpass == 0 && GlobalDeclaration == 0 && insubroutinedeclare == 0 ) { sprintf(ligne,"\n#include \"Module_Declar_%s.h\"\n" ,curmodulename); tofich(fortranout,ligne,1); sprintf (ligne, "Module_Declar_%s.h",curmodulename); module_declar = associate(ligne); sprintf (ligne, " "); tofich (module_declar, ligne,1); GlobalDeclaration = 1 ; } yyval.l = yyvsp[-1].l; Add_Globliste_1(yyvsp[-1].l); if ( insubroutinedeclare == 0 ) Add_GlobalParameter_Var_1(yyvsp[-1].l); else { if ( pointerdeclare == 1 ) Add_Pointer_Var_From_List_1(yyvsp[-1].l); Add_Parameter_Var_1(yyvsp[-1].l); } /* if variables has been declared in a subroutine */ if ( insubroutinedeclare == 1 ) { Add_SubroutineDeclaration_Var_1(yyvsp[-1].l); } /* If there are a SAVE declarations in module's */ /* subroutines we should remove it from the */ /* subroutines declaration and add it in the */ /* global declarations */ if ( aftercontainsdeclare == 1 && SaveDeclare == 1 && firstpass == 1 ) { if ( inmodulemeet == 0 ) Add_Save_Var_dcl_1(yyvsp[-1].l); else Add_SubroutineDeclarationSave_Var_1(yyvsp[-1].l); } } /* */ PublicDeclare = 0; PrivateDeclare = 0; ExternalDeclare = 0; strcpy(NamePrecision,""); c_star = 0; InitialValueGiven = 0 ; strcpy(IntentSpec,""); VariableIsParameter = 0 ; Allocatabledeclare = 0 ; SaveDeclare = 0; pointerdeclare = 0; optionaldeclare = 0 ; dimsgiven=0; c_selectorgiven=0; strcpy(nameinttypename,""); strcpy(c_selectorname,""); } break; case 111: #line 815 "fortran.y" { /* open param file */ if ( firstpass == 0 ) { sprintf(ligne,"%s/ParamFile%s.h",nomdir,yyvsp[-1].nac); paramout=fopen(ligne,"w"); if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); } strcpy(subroutinename,yyvsp[-1].nac); if ( inmodulemeet == 1 ) { insubroutinedeclare = 1; /* we should to list of the subroutine argument the */ /* name of the function which has to be defined */ Add_SubroutineArgument_Var_1(yyvsp[0].l); Add_FunctionType_Var_1(yyvsp[-1].nac); /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(2); } else { insubroutinedeclare = 1; /* we should to list of the subroutine argument the */ /* name of the function which has to be defined */ Add_SubroutineArgument_Var_1(yyvsp[0].l); Add_FunctionType_Var_1(yyvsp[-1].nac); /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(2); } } break; case 112: #line 850 "fortran.y" { functiondeclarationisdone = 1; } break; case 113: #line 856 "fortran.y" { VariableIsParameter = 1; pos_curparameter = setposcur()-9; } break; case 114: #line 861 "fortran.y" { pos_curdata = setposcur()-strlen(yyvsp[0].nac); } break; case 115: #line 865 "fortran.y" { if ( couldaddvariable == 1 ) { if ( aftercontainsdeclare == 1 ) strcpy(ligne,""); else sprintf(ligne,"(/ %s /)",yyvsp[-1].na); Add_Data_Var_1(yyvsp[-3].nac,ligne); } } break; case 116: #line 874 "fortran.y" { if ( couldaddvariable == 1 ) { if ( aftercontainsdeclare == 1 ) strcpy(ligne,""); else sprintf(ligne,"(/ %s /)",yyvsp[-1].na); Add_Data_Var_1(yyvsp[-3].nac,ligne); } } break; case 117: #line 883 "fortran.y" { /*******************************************************/ /*******************************************************/ /*******************************************************/ /*******************************************************/ /*******************************************************/ /*******************************************************/ /*******************************************************/ } break; case 118: #line 894 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.na,yyvsp[0].na); } } break; case 119: #line 901 "fortran.y" { if ( couldaddvariable == 1 ) { sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na); } } break; case 124: #line 915 "fortran.y" { pos_cursave = setposcur()-4; } break; case 126: #line 921 "fortran.y" { if ( couldaddvariable == 1 ) Add_Save_Var_1(yyvsp[-1].nac,yyvsp[0].d); } break; case 130: #line 930 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].nac);} break; case 131: #line 932 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s+%s",yyvsp[-2].na,yyvsp[0].na);} break; case 132: #line 934 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s-%s",yyvsp[-2].na,yyvsp[0].na);} break; case 133: #line 936 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s*%s",yyvsp[-2].na,yyvsp[0].na);} break; case 134: #line 938 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s/%s",yyvsp[-2].na,yyvsp[0].na);} break; case 135: #line 941 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,"");} break; case 136: #line 943 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 145: #line 958 "fortran.y" { positioninblock=0; pos_curdimension = setposcur()-9; } break; case 146: #line 964 "fortran.y" { if ( couldaddvariable == 1 ) { /* */ curvar=createvar(yyvsp[-2].nac,yyvsp[-1].d); /* */ CreateAndFillin_Curvar("",curvar); /* */ curlistvar=insertvar(NULL,curvar); /* */ yyval.l=settype("",curlistvar); /* */ strcpy(vallengspec,""); } } break; case 147: #line 980 "fortran.y" { if ( couldaddvariable == 1 ) { /* */ curvar=createvar(yyvsp[-2].nac,yyvsp[-1].d); /* */ CreateAndFillin_Curvar("",curvar); /* */ curlistvar=insertvar(yyvsp[-4].l,curvar); /* */ yyval.l=curlistvar; /* */ strcpy(vallengspec,""); } } break; case 154: #line 1006 "fortran.y" { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curcommon, pos_end-pos_curcommon); } break; case 155: #line 1012 "fortran.y" { if ( couldaddvariable == 1 ) { sprintf(charusemodule,"%s",yyvsp[-1].nac); Add_NameOfCommon_1(yyvsp[-1].nac); pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curcommon, pos_end-pos_curcommon); } } break; case 156: #line 1023 "fortran.y" { if ( couldaddvariable == 1 ) { sprintf(charusemodule,"%s",yyvsp[-2].nac); Add_NameOfCommon_1(yyvsp[-2].nac); pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curcommon, pos_end-pos_curcommon); } } break; case 157: #line 1035 "fortran.y" { positioninblock=0; pos_curcommon = setposcur()-6; } break; case 158: #line 1040 "fortran.y" { positioninblock=0; pos_curcommon = setposcur()-6-7; } break; case 159: #line 1046 "fortran.y" { if ( couldaddvariable == 1 ) Add_Common_var_1(); } break; case 160: #line 1051 "fortran.y" { if ( couldaddvariable == 1 ) Add_Common_var_1(); } break; case 161: #line 1055 "fortran.y" { if ( couldaddvariable == 1 ) { positioninblock = positioninblock + 1 ; strcpy(commonvar,yyvsp[-1].nac); commondim = yyvsp[0].d; } } break; case 162: #line 1065 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.nac,""); positioninblock=0; strcpy(commonblockname,""); } } break; case 163: #line 1074 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.nac,yyvsp[-1].nac); positioninblock=0; strcpy(commonblockname,yyvsp[-1].nac); } } break; case 166: #line 1087 "fortran.y" { if ( couldaddvariable == 1 ) yyval.l=insertvar(NULL,yyvsp[0].v); } break; case 167: #line 1091 "fortran.y" { if ( couldaddvariable == 1 ) yyval.l=insertvar(yyvsp[-2].l,yyvsp[0].v); } break; case 168: #line 1096 "fortran.y" { if ( couldaddvariable == 1 ) { curvar=(variable *) malloc(sizeof(variable)); /* */ Init_Variable(curvar); /* */ curvar->v_VariableIsParameter=1; strcpy(curvar->v_nomvar,yyvsp[-2].nac); Save_Length(yyvsp[-2].nac,4); strcpy(curvar->v_subroutinename,subroutinename); Save_Length(subroutinename,11); strcpy(curvar->v_modulename,curmodulename); Save_Length(curmodulename,6); strcpy(curvar->v_initialvalue,yyvsp[0].na); Save_Length(yyvsp[0].na,14); strcpy(curvar->v_commoninfile,mainfile); Save_Length(mainfile,10); yyval.v=curvar; } } break; case 172: #line 1124 "fortran.y" { if ( insubroutinedeclare == 1 ) { Add_ImplicitNoneSubroutine_1(); pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_end-13, 13); } } break; case 175: #line 1138 "fortran.y" { if ( couldaddvariable == 1 ) { /* */ if (dimsgiven == 1) { curvar=createvar(yyvsp[-3].nac,curdim); } else { curvar=createvar(yyvsp[-3].nac,yyvsp[-2].d); } /* */ CreateAndFillin_Curvar(DeclType,curvar); /* */ curlistvar=insertvar(NULL,curvar); if (!strcasecmp(DeclType,"character")) { if (c_selectorgiven == 1) { strcpy(c_selectordim.first,"1"); strcpy(c_selectordim.last,c_selectorname); Save_Length(c_selectorname,1); change_dim_char (insertdim(NULL,c_selectordim),curlistvar); } } yyval.l=settype(DeclType,curlistvar); } strcpy(vallengspec,""); } break; case 176: #line 1170 "fortran.y" { if ( couldaddvariable == 1 ) { if (dimsgiven == 1) { curvar=createvar(yyvsp[-3].nac,curdim); } else { curvar=createvar(yyvsp[-3].nac,yyvsp[-2].d); } /* */ CreateAndFillin_Curvar(yyvsp[-6].l->var->v_typevar,curvar); /* */ strcpy(curvar->v_typevar,(yyvsp[-6].l->var->v_typevar)); Save_Length(yyvsp[-6].l->var->v_typevar,3); /* */ curlistvar=insertvar(yyvsp[-6].l,curvar); if (!strcasecmp(DeclType,"character")) { if (c_selectorgiven == 1) { strcpy(c_selectordim.first,"1"); strcpy(c_selectordim.last,c_selectorname); Save_Length(c_selectorname,1); change_dim_char (insertdim(NULL,c_selectordim),curlistvar); } } yyval.l=curlistvar; } strcpy(vallengspec,""); } break; case 177: #line 1204 "fortran.y" {dimsgiven=0;} break; case 178: #line 1207 "fortran.y" {strcpy(DeclType,yyvsp[-1].nac);} break; case 179: #line 1209 "fortran.y" { strcpy(DeclType,"CHARACTER"); } break; case 180: #line 1213 "fortran.y" { strcpy(DeclType,yyvsp[-2].nac); strcpy(nameinttypename,yyvsp[0].nac); } break; case 181: #line 1218 "fortran.y" { strcpy(DeclType,"TYPE"); } break; case 182: #line 1223 "fortran.y" { if ( couldaddvariable == 1 ) VarTypepar = 1 ; couldaddvariable = 0 ; pos_cur_decl = setposcur()-5; } break; case 184: #line 1231 "fortran.y" {c_selectorgiven=1;strcpy(c_selectorname,yyvsp[0].nac);} break; case 185: #line 1232 "fortran.y" {c_star = 1;} break; case 190: #line 1240 "fortran.y" { pos_cur_decl = setposcur()-9; } break; case 191: #line 1244 "fortran.y" {strcpy(yyval.nac,yyvsp[0].nac);} break; case 192: #line 1247 "fortran.y" { strcpy(yyval.nac,"INTEGER"); pos_cur_decl = setposcur()-7; } break; case 193: #line 1251 "fortran.y" { strcpy(yyval.nac,"REAL"); pos_cur_decl = setposcur()-4; } break; case 194: #line 1256 "fortran.y" {strcpy(yyval.nac,"COMPLEX"); pos_cur_decl = setposcur()-7;} break; case 195: #line 1259 "fortran.y" { pos_cur_decl = setposcur()-16; strcpy(yyval.nac,"REAL"); strcpy(nameinttypename,"8"); } break; case 196: #line 1265 "fortran.y" {strcpy(yyval.nac,"DOUBLE COMPLEX");} break; case 197: #line 1267 "fortran.y" { strcpy(yyval.nac,"LOGICAL"); pos_cur_decl = setposcur()-7; } break; case 199: #line 1273 "fortran.y" {strcpy(vallengspec,yyvsp[0].na);} break; case 200: #line 1275 "fortran.y" {sprintf(yyval.na,"*%s",yyvsp[0].na);} break; case 201: #line 1276 "fortran.y" {strcpy(yyval.na,"*(*)");} break; case 208: #line 1287 "fortran.y" { if ( strstr(yyvsp[0].na,"0.d0") ) { strcpy(nameinttypename,"8"); sprintf(NamePrecision,""); } else sprintf(NamePrecision,"%s = %s",yyvsp[-2].nac,yyvsp[0].na); } break; case 209: #line 1296 "fortran.y" { strcpy(NamePrecision,yyvsp[0].nac); } break; case 210: #line 1300 "fortran.y" { strcpy(NamePrecision,yyvsp[0].nac); } break; case 211: #line 1304 "fortran.y" {strcpy(CharacterSize,yyvsp[0].na); strcpy(yyval.na,yyvsp[0].na);} break; case 212: #line 1306 "fortran.y" {strcpy(CharacterSize,"*"); strcpy(yyval.na,"*");} break; case 220: #line 1320 "fortran.y" { VariableIsParameter = 1; } break; case 222: #line 1325 "fortran.y" {Allocatabledeclare = 1;} break; case 223: #line 1327 "fortran.y" { dimsgiven=1; curdim=yyvsp[0].d; } break; case 224: #line 1332 "fortran.y" {ExternalDeclare = 1;} break; case 225: #line 1334 "fortran.y" {strcpy(IntentSpec,yyvsp[-1].nac);} break; case 227: #line 1336 "fortran.y" {optionaldeclare = 1 ;} break; case 228: #line 1337 "fortran.y" {pointerdeclare = 1 ;} break; case 229: #line 1338 "fortran.y" { /* if ( inmodulemeet == 1 ) {*/ SaveDeclare = 1 ; /* }*/ } break; case 231: #line 1346 "fortran.y" {strcpy(yyval.nac,yyvsp[0].nac);} break; case 232: #line 1347 "fortran.y" {strcpy(yyval.nac,yyvsp[0].nac);} break; case 233: #line 1348 "fortran.y" {strcpy(yyval.nac,yyvsp[0].nac); } break; case 234: #line 1351 "fortran.y" {PublicDeclare = 1;} break; case 235: #line 1353 "fortran.y" {PrivateDeclare = 1;} break; case 236: #line 1355 "fortran.y" {if ( created_dimensionlist == 1 ) { yyval.d=(listdim *)NULL; } } break; case 237: #line 1361 "fortran.y" {if ( created_dimensionlist == 1 || agrif_parentcall == 1 ) yyval.d=yyvsp[-1].d;} break; case 238: #line 1364 "fortran.y" {if ( created_dimensionlist == 1 || agrif_parentcall == 1 ) yyval.d=insertdim(NULL,yyvsp[0].dim1);} break; case 239: #line 1367 "fortran.y" {if ( couldaddvariable == 1 ) if ( created_dimensionlist == 1 ) yyval.d=insertdim(yyvsp[-2].d,yyvsp[0].dim1);} break; case 240: #line 1370 "fortran.y" { strcpy(yyval.dim1.first,"1"); strcpy(yyval.dim1.last,yyvsp[0].na); Save_Length(yyvsp[0].na,1); } break; case 241: #line 1375 "fortran.y" { strcpy(yyval.dim1.first,""); strcpy(yyval.dim1.last,""); } break; case 242: #line 1379 "fortran.y" { strcpy(yyval.dim1.first,yyvsp[-1].na); Save_Length(yyvsp[-1].na,2); strcpy(yyval.dim1.last,""); } break; case 243: #line 1384 "fortran.y" { strcpy(yyval.dim1.first,""); strcpy(yyval.dim1.last,yyvsp[0].na); Save_Length(yyvsp[0].na,1); } break; case 244: #line 1390 "fortran.y" { strcpy(yyval.dim1.first,yyvsp[-2].na); Save_Length(yyvsp[-2].na,2); strcpy(yyval.dim1.last,yyvsp[0].na); Save_Length(yyvsp[0].na,1); } break; case 245: #line 1397 "fortran.y" {strcpy(yyval.na,"*");} break; case 246: #line 1398 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 247: #line 1400 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 248: #line 1402 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"(%s)",yyvsp[-1].na);} break; case 249: #line 1404 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 250: #line 1406 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 251: #line 1410 "fortran.y" {sprintf(yyval.na,"SUM(%s)",yyvsp[-1].na);} break; case 252: #line 1412 "fortran.y" {sprintf(yyval.na,"MAX(%s)",yyvsp[-1].na);} break; case 253: #line 1414 "fortran.y" {sprintf(yyval.na,"TANH(%s)",yyvsp[-1].na);} break; case 254: #line 1416 "fortran.y" {sprintf(yyval.na,"MAXVAL(%s)",yyvsp[-1].na);} break; case 255: #line 1418 "fortran.y" {sprintf(yyval.na,"MIN(%s)",yyvsp[-1].na);} break; case 256: #line 1420 "fortran.y" {sprintf(yyval.na,"MINVAL(%s)",yyvsp[-1].na);} break; case 257: #line 1422 "fortran.y" {sprintf(yyval.na,"TRIM(%s)",yyvsp[-1].na);} break; case 258: #line 1424 "fortran.y" {sprintf(yyval.na,"SQRT(%s)",yyvsp[-1].na);} break; case 259: #line 1426 "fortran.y" {sprintf(yyval.na,"REAL(%s)",yyvsp[-1].na);} break; case 260: #line 1428 "fortran.y" {sprintf(yyval.na,"INT(%s)",yyvsp[-1].na);} break; case 261: #line 1430 "fortran.y" {sprintf(yyval.na,"NINT(%s)",yyvsp[-1].na);} break; case 262: #line 1432 "fortran.y" {sprintf(yyval.na,"FLOAT(%s)",yyvsp[-1].na);} break; case 263: #line 1434 "fortran.y" {sprintf(yyval.na,"EXP(%s)",yyvsp[-1].na);} break; case 264: #line 1436 "fortran.y" {sprintf(yyval.na,"COS(%s)",yyvsp[-1].na);} break; case 265: #line 1438 "fortran.y" {sprintf(yyval.na,"COSH(%s)",yyvsp[-1].na);} break; case 266: #line 1440 "fortran.y" {sprintf(yyval.na,"ACOS(%s)",yyvsp[-1].na);} break; case 267: #line 1442 "fortran.y" {sprintf(yyval.na,"SIN(%s)",yyvsp[-1].na);} break; case 268: #line 1444 "fortran.y" {sprintf(yyval.na,"SINH(%s)",yyvsp[-1].na);} break; case 269: #line 1446 "fortran.y" {sprintf(yyval.na,"ASIN(%s)",yyvsp[-1].na);} break; case 270: #line 1448 "fortran.y" {sprintf(yyval.na,"LOG(%s)",yyvsp[-1].na);} break; case 271: #line 1450 "fortran.y" {sprintf(yyval.na,"TAN(%s)",yyvsp[-1].na);} break; case 272: #line 1452 "fortran.y" {sprintf(yyval.na,"ATAN(%s)",yyvsp[-1].na);} break; case 273: #line 1454 "fortran.y" {sprintf(yyval.na,"ABS(%s)",yyvsp[-1].na);} break; case 274: #line 1456 "fortran.y" {sprintf(yyval.na,"MOD(%s)",yyvsp[-1].na);} break; case 275: #line 1458 "fortran.y" {sprintf(yyval.na,"SIGN(%s)",yyvsp[-1].na);} break; case 276: #line 1460 "fortran.y" {sprintf(yyval.na,"MINLOC(%s)",yyvsp[-1].na);} break; case 277: #line 1462 "fortran.y" {sprintf(yyval.na,"MAXLOC(%s)",yyvsp[-1].na);} break; case 278: #line 1464 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 279: #line 1466 "fortran.y" {if ( couldaddvariable == 1 ) { strcpy(yyval.na,yyvsp[-2].na);strcat(yyval.na,",");strcat(yyval.na,yyvsp[0].na);}} break; case 280: #line 1469 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 281: #line 1471 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].nac);} break; case 282: #line 1473 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 283: #line 1475 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 284: #line 1477 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 285: #line 1479 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 286: #line 1481 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,"+");} break; case 287: #line 1482 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,"-");} break; case 288: #line 1485 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"+%s",yyvsp[0].na);} break; case 289: #line 1487 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"-%s",yyvsp[0].na);} break; case 290: #line 1489 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"*%s",yyvsp[0].na);} break; case 291: #line 1491 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 292: #line 1493 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 293: #line 1495 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 294: #line 1497 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," > %s",yyvsp[0].na);} break; case 295: #line 1499 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 296: #line 1501 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," < %s",yyvsp[0].na);} break; case 297: #line 1503 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 298: #line 1505 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," >= %s",yyvsp[0].na);} break; case 299: #line 1507 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 300: #line 1509 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," <= %s",yyvsp[0].na);} break; case 301: #line 1511 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 302: #line 1513 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 303: #line 1515 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 304: #line 1517 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 305: #line 1519 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s",yyvsp[0].na);} break; case 306: #line 1521 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s",yyvsp[0].na);} break; case 307: #line 1523 "fortran.y" {strcpy(yyval.na,"");} break; case 308: #line 1525 "fortran.y" {sprintf(yyval.na,"/%s",yyvsp[0].na);} break; case 309: #line 1527 "fortran.y" {sprintf(yyval.na,"/= %s",yyvsp[0].na);} break; case 310: #line 1529 "fortran.y" {sprintf(yyval.na,"//%s",yyvsp[0].na);} break; case 311: #line 1532 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"==%s",yyvsp[0].na);} break; case 312: #line 1534 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"= %s",yyvsp[0].na);} break; case 313: #line 1537 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].nac);} break; case 314: #line 1539 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 315: #line 1541 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 316: #line 1543 "fortran.y" { agrif_parentcall =0; if (!strcasecmp(identcopy,"Agrif_Parent") ) agrif_parentcall =1; if ( Agrif_in_Tok_NAME(identcopy) == 1 ) { inagrifcallargument = 1; Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); } } break; case 317: #line 1556 "fortran.y" { strcpy(yyval.na,yyvsp[0].na); if ( incalldeclare == 0 ) inagrifcallargument = 0; } break; case 318: #line 1561 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," %s %s ",yyvsp[-1].na,yyvsp[0].na);} break; case 319: #line 1563 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," %s ( %s )",yyvsp[-3].na,yyvsp[-1].na);} break; case 320: #line 1566 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," %s ( %s ) %s ",yyvsp[-4].na,yyvsp[-2].na,yyvsp[0].na);} break; case 321: #line 1570 "fortran.y" { if ( couldaddvariable == 1 ) { sprintf(yyval.na," %s ( %s )",yyvsp[-3].nac,yyvsp[-1].na); ModifyTheAgrifFunction_0(yyvsp[-1].na); agrif_parentcall =0; } } break; case 322: #line 1580 "fortran.y" { sprintf(yyval.na," %s %% %s ",yyvsp[-2].na,yyvsp[0].na); if ( incalldeclare == 0 ) inagrifcallargument = 0; } break; case 323: #line 1586 "fortran.y" {sprintf(yyval.na,"(/%s/)",yyvsp[-1].na);} break; case 324: #line 1588 "fortran.y" {strcpy(yyval.na," ");} break; case 325: #line 1590 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 326: #line 1592 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 327: #line 1594 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 328: #line 1596 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 329: #line 1597 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 330: #line 1600 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s :%s",yyvsp[-2].na,yyvsp[0].na);} break; case 331: #line 1602 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s :%s :%s",yyvsp[-4].na,yyvsp[-2].na,yyvsp[0].na);} break; case 332: #line 1605 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,":%s :%s",yyvsp[-2].na,yyvsp[0].na);} break; case 333: #line 1606 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,": : %s",yyvsp[0].na);} break; case 334: #line 1607 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,":%s",yyvsp[0].na);} break; case 335: #line 1608 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s :",yyvsp[-1].na);} break; case 336: #line 1609 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,":");} break; case 337: #line 1611 "fortran.y" { if ( couldaddvariable == 1 ) { if ( Vartonumber(yyvsp[0].nac) == 1 ) { Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); } if (!strcasecmp(yyvsp[0].nac,"Agrif_Parent") ) agrif_parentcall =1; if ( VariableIsNotFunction(yyvsp[0].nac) == 0 ) { if ( inagrifcallargument == 1 ) { if ( !strcasecmp(yyvsp[0].nac,identcopy) ) { strcpy(sameagrifname,identcopy); sameagrifargument = 1; } } strcpy(identcopy,yyvsp[0].nac); pointedvar=0; if ( VarIsNonGridDepend(yyvsp[0].nac) == 0 && Variableshouldberemove(yyvsp[0].nac) == 0 ) { if ( inagrifcallargument == 1 || varisallocatable_0(yyvsp[0].nac) == 1 || varispointer_0(yyvsp[0].nac) == 1 ) { ModifyTheVariableName_0(yyvsp[0].nac); } if ( inagrifcallargument != 1 || sameagrifargument ==1 ) Add_UsedInSubroutine_Var_1(yyvsp[0].nac); } NotifyAgrifFunction_0(yyvsp[0].nac); } } } break; case 338: #line 1652 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,".TRUE.");} break; case 339: #line 1653 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,".FALSE.");} break; case 340: #line 1654 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 341: #line 1655 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 342: #line 1656 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 343: #line 1657 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 344: #line 1659 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.nac,"%s%s",yyvsp[-1].nac,yyvsp[0].nac);} break; case 346: #line 1663 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 348: #line 1666 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 349: #line 1668 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 350: #line 1670 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na," ");} break; case 351: #line 1671 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 352: #line 1674 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"(%s :%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 353: #line 1676 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na," ");} break; case 354: #line 1677 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 355: #line 1679 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na," ");} break; case 356: #line 1680 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 357: #line 1682 "fortran.y" {InitialValueGiven = 0;} break; case 358: #line 1684 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(InitValue,yyvsp[0].na); InitialValueGiven = 1; } } break; case 359: #line 1692 "fortran.y" {pos_curinit = setposcur();} break; case 360: #line 1695 "fortran.y" {sprintf(yyval.na,"(%s,%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 361: #line 1698 "fortran.y" { if ( couldaddvariable == 1 ) { /* if variables has been declared in a subroutine */ if (insubroutinedeclare == 1) { copyuse_0(yyvsp[0].nac); } sprintf(charusemodule,"%s",yyvsp[0].nac); Add_NameOfModuleUsed_1(yyvsp[0].nac); if ( inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curuse, pos_end-pos_curuse); } } } break; case 362: #line 1718 "fortran.y" { if ( couldaddvariable == 1 ) { if (insubroutinedeclare == 1) { Add_CouplePointed_Var_1(yyvsp[-2].nac,yyvsp[0].lc); } if ( firstpass == 1 ) { if ( insubroutinedeclare == 1 ) { coupletmp = yyvsp[0].lc; strcpy(ligne,""); while ( coupletmp ) { strcat(ligne,coupletmp->c_namevar); strcat(ligne," => "); strcat(ligne,coupletmp->c_namepointedvar); coupletmp = coupletmp->suiv; if ( coupletmp ) strcat(ligne,","); } sprintf(charusemodule,"%s",yyvsp[-2].nac); } Add_NameOfModuleUsed_1(yyvsp[-2].nac); } if ( inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curuse, pos_end-pos_curuse); } } } break; case 363: #line 1752 "fortran.y" { if ( couldaddvariable == 1 ) { /* if variables has been declared in a subroutine */ if (insubroutinedeclare == 1) { copyuseonly_0(yyvsp[-4].nac); } sprintf(charusemodule,"%s",yyvsp[-4].nac); Add_NameOfModuleUsed_1(yyvsp[-4].nac); if ( inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curuse, pos_end-pos_curuse); } } } break; case 364: #line 1772 "fortran.y" { if ( couldaddvariable == 1 ) { /* if variables has been declared in a subroutine */ if (insubroutinedeclare == 1) { Add_CouplePointed_Var_1(yyvsp[-4].nac,yyvsp[0].lc); } if ( firstpass == 1 ) { if ( insubroutinedeclare == 1 ) { coupletmp = yyvsp[0].lc; strcpy(ligne,""); while ( coupletmp ) { strcat(ligne,coupletmp->c_namevar); if ( strcasecmp(coupletmp->c_namepointedvar,"") ) strcat(ligne," => "); strcat(ligne,coupletmp->c_namepointedvar); coupletmp = coupletmp->suiv; if ( coupletmp ) strcat(ligne,","); } sprintf(charusemodule,"%s",yyvsp[-4].nac); } Add_NameOfModuleUsed_1(yyvsp[-4].nac); } if ( firstpass == 0 ) { if ( inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curuse, pos_end-pos_curuse); } else { /* if we are in the module declare and if the */ /* onlylist is a list of global variable */ variableisglobalinmodule(yyvsp[0].lc, yyvsp[-4].nac, fortranout); } } } } break; case 365: #line 1818 "fortran.y" { pos_curuse = setposcur()-strlen(yyvsp[0].nac); } break; case 366: #line 1823 "fortran.y" {strcpy(yyval.nac,yyvsp[0].nac);} break; case 367: #line 1826 "fortran.y" { if ( couldaddvariable == 1 ) yyval.lc = yyvsp[0].lc; } break; case 368: #line 1830 "fortran.y" { if ( couldaddvariable == 1 ) { /* insert the variable in the list $1 */ yyvsp[0].lc->suiv = yyvsp[-2].lc; yyval.lc = yyvsp[0].lc; } } break; case 369: #line 1840 "fortran.y" { coupletmp =(listcouple *)malloc(sizeof(listcouple)); strcpy(coupletmp->c_namevar,yyvsp[-2].nac); Save_Length(yyvsp[-2].nac,21); strcpy(coupletmp->c_namepointedvar,yyvsp[0].nac); Save_Length(yyvsp[0].nac,22); coupletmp->suiv = NULL; yyval.lc = coupletmp; } break; case 370: #line 1851 "fortran.y" { if ( couldaddvariable == 1 ) yyval.lc = yyvsp[0].lc; } break; case 371: #line 1855 "fortran.y" { if ( couldaddvariable == 1 ) { /* insert the variable in the list $1 */ yyvsp[0].lc->suiv = yyvsp[-2].lc; yyval.lc = yyvsp[0].lc; } } break; case 372: #line 1865 "fortran.y" { coupletmp =(listcouple *)malloc(sizeof(listcouple)); strcpy(coupletmp->c_namevar,yyvsp[-2].nac); Save_Length(yyvsp[-2].nac,21); strcpy(coupletmp->c_namepointedvar,yyvsp[0].nac); Save_Length(yyvsp[0].nac,22); coupletmp->suiv = NULL; yyval.lc = coupletmp; pointedvar=1; Add_UsedInSubroutine_Var_1(yyvsp[-2].nac); } break; case 373: #line 1876 "fortran.y" { coupletmp =(listcouple *)malloc(sizeof(listcouple)); strcpy(coupletmp->c_namevar,yyvsp[0].nac); Save_Length(yyvsp[0].nac,21); strcpy(coupletmp->c_namepointedvar,""); coupletmp->suiv = NULL; yyval.lc = coupletmp; } break; case 375: #line 1887 "fortran.y" { Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); } break; case 376: #line 1892 "fortran.y" { Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); } break; case 378: #line 1898 "fortran.y" { GlobalDeclaration = 0 ; if ( firstpass == 0 && strcasecmp(subroutinename,"") ) { if ( module_declar && insubroutinedeclare == 0 ) { fclose(module_declar); } } if ( couldaddvariable == 1 && strcasecmp(subroutinename,"") ) { if ( inmodulemeet == 1 ) { /* we are in a module */ if ( insubroutinedeclare == 1 ) { /* it is like an end subroutine */ insubroutinedeclare = 0 ; /* */ pos_cur = setposcur(); closeandcallsubloopandincludeit_0(1); functiondeclarationisdone = 0; } else { /* it is like an end module */ inmoduledeclare = 0 ; inmodulemeet = 0 ; } } else { insubroutinedeclare = 0; /* */ pos_cur = setposcur(); closeandcallsubloopandincludeit_0(2); functiondeclarationisdone = 0; if ( firstpass == 0 ) { if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); fclose(paramout); } } } strcpy(subroutinename,""); } break; case 379: #line 1948 "fortran.y" { if ( couldaddvariable == 1 ) { insubroutinedeclare = 0; /* */ pos_cur = setposcur(); closeandcallsubloopandincludeit_0(3); functiondeclarationisdone = 0; if ( firstpass == 0 ) { if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); fclose(paramout); } strcpy(subroutinename,""); } } break; case 380: #line 1966 "fortran.y" { if ( couldaddvariable == 1 && strcasecmp(subroutinename,"") ) { insubroutinedeclare = 0; /* */ pos_cur = setposcur(); closeandcallsubloopandincludeit_0(1); functiondeclarationisdone = 0; if ( firstpass == 0 ) { if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); fclose(paramout); } strcpy(subroutinename,""); } } break; case 381: #line 1985 "fortran.y" { if ( couldaddvariable == 1 ) { insubroutinedeclare = 0; /* */ pos_cur = setposcur(); closeandcallsubloopandincludeit_0(0); functiondeclarationisdone = 0; if ( firstpass == 0 ) { if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); fclose(paramout); } strcpy(subroutinename,""); } } break; case 382: #line 2003 "fortran.y" { if ( couldaddvariable == 1 ) { /* if we never meet the contains keyword */ Remove_Word_end_module_0(); if ( inmoduledeclare == 1 ) { if ( aftercontainsdeclare == 0 ) { Write_GlobalParameter_Declaration_0(); Write_NotGridDepend_Declaration_0(); Write_Alloc_Subroutine_For_End_0(); } } inmoduledeclare = 0 ; inmodulemeet = 0 ; Write_Word_end_module_0(); strcpy(curmodulename,""); aftercontainsdeclare = 1; if ( firstpass == 0 ) { if ( module_declar && insubroutinedeclare == 0) { fclose(module_declar); } } GlobalDeclaration = 0 ; } } break; case 396: #line 2047 "fortran.y" { if (inmoduledeclare == 1 ) { Remove_Word_Contains_0(); Write_GlobalParameter_Declaration_0(); Write_NotGridDepend_Declaration_0(); Write_Alloc_Subroutine_0(); inmoduledeclare = 0 ; aftercontainsdeclare = 1; } else { if ( couldaddvariable == 1 ) { if ( firstpass == 1 ) List_ContainsSubroutine = Addtolistnom(subroutinename, List_ContainsSubroutine,0); insubroutinedeclare = 0; /* */ closeandcallsubloop_contains_0(); functiondeclarationisdone = 0; if ( firstpass == 0 ) { if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); fclose(paramout); } } strcpy(subroutinename,""); } } break; case 397: #line 2080 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.nac,yyvsp[0].nac); pos_endsubroutine = setposcur()-strlen(yyvsp[0].nac); functiondeclarationisdone = 0; } } break; case 398: #line 2090 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.nac,yyvsp[0].nac); pos_endsubroutine = setposcur()-strlen(yyvsp[0].nac); } } break; case 399: #line 2099 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.nac,yyvsp[0].nac); pos_endsubroutine = setposcur()-strlen(yyvsp[0].nac); } } break; case 400: #line 2108 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.nac,yyvsp[0].nac); pos_endsubroutine = setposcur()-strlen(yyvsp[0].nac); } } break; case 412: #line 2130 "fortran.y" {strcpy(yyval.nac,"");} break; case 413: #line 2131 "fortran.y" {strcpy(yyval.nac,yyvsp[0].nac);} break; case 425: #line 2151 "fortran.y" { Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); } break; case 426: #line 2156 "fortran.y" { Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); } break; case 432: #line 2166 "fortran.y" {if ( couldaddvariable == 1 ) created_dimensionlist = 0;} break; case 433: #line 2168 "fortran.y" { created_dimensionlist = 1; if ( agrif_parentcall == 1 ) { ModifyTheAgrifFunction_0(yyvsp[-1].d->dim.last); agrif_parentcall =0; fprintf(fortranout," = "); } } break; case 434: #line 2178 "fortran.y" {created_dimensionlist = 1;} break; case 439: #line 2186 "fortran.y" { inagrifcallargument = 0 ; incalldeclare=0; if ( oldfortranout && !strcasecmp(meetagrifinitgrids,subroutinename) && firstpass == 0 && callmpiinit == 1) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curcall, pos_end-pos_curcall); fprintf(oldfortranout," Call MPI_Init (%s) \n" ,mpiinitvar); } if ( oldfortranout && callagrifinitgrids == 1 && firstpass == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curcall, pos_end-pos_curcall); strcpy(subofagrifinitgrids,subroutinename); } Instanciation_0(sameagrifname); } break; case 444: #line 2220 "fortran.y" { if (!strcasecmp(yyvsp[0].nac,"MPI_Init") ) { callmpiinit = 1; } else { callmpiinit = 0; } if (!strcasecmp(yyvsp[0].nac,"Agrif_Init_Grids") ) { callagrifinitgrids = 1; strcpy(meetagrifinitgrids,subroutinename); } else callagrifinitgrids = 0; if ( !strcasecmp(yyvsp[0].nac,"Agrif_Open_File") ) { Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); } if ( Vartonumber(yyvsp[0].nac) == 1 ) { incalldeclare=1; inagrifcallargument = 1 ; Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); } } break; case 445: #line 2250 "fortran.y" {pos_curcall=setposcur()-4;} break; case 448: #line 2255 "fortran.y" { if ( callmpiinit == 1 ) { strcpy(mpiinitvar,yyvsp[0].na); if ( firstpass == 1 ) { Add_UsedInSubroutine_Var_1 (mpiinitvar); /* curvar=createvar($1,NULL); curlistvar=insertvar(NULL,curvar); List_Subr outineArgument_Var = AddListvarToListvar (curlistvar,List_SubroutineAr gument_Var,1);*/ } } } break; case 525: #line 2372 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 526: #line 2373 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 527: #line 2376 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 528: #line 2378 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 529: #line 2380 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 530: #line 2382 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 531: #line 2384 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 532: #line 2386 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 533: #line 2387 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 534: #line 2388 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 535: #line 2391 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 536: #line 2393 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," (%s)",yyvsp[-1].na);} break; case 537: #line 2395 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"(%s,%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 538: #line 2397 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"(%s,%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 539: #line 2399 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"(%s,%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 540: #line 2403 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s=%s,%s)",yyvsp[-4].nac,yyvsp[-2].na,yyvsp[0].na);} break; case 541: #line 2406 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s=%s,%s,%s)",yyvsp[-6].nac,yyvsp[-4].na,yyvsp[-2].na,yyvsp[0].na);} break; case 550: #line 2422 "fortran.y" {Add_Allocate_Var_1(yyvsp[0].nac,curmodulename);} break; case 553: #line 2427 "fortran.y" {Add_Allocate_Var_1(yyvsp[-3].nac,curmodulename);} break; case 567: #line 2450 "fortran.y" {strcpy(yyval.nac,yyvsp[0].nac);} break; #line 9188 "y.tab.c" } yyssp -= yym; yystate = *yyssp; yyvsp -= yym; yym = yylhs[yyn]; if (yystate == 0 && yym == 0) { #if YYDEBUG if (yydebug) printf("%sdebug: after reduction, shifting from state 0 to\ state %d\n", YYPREFIX, YYFINAL); #endif yystate = YYFINAL; *++yyssp = YYFINAL; *++yyvsp = yyval; if (yychar < 0) { if ((yychar = yylex()) < 0) yychar = 0; #if YYDEBUG if (yydebug) { yys = 0; if (yychar <= YYMAXTOKEN) yys = yyname[yychar]; if (!yys) yys = "illegal-symbol"; printf("%sdebug: state %d, reading %d (%s)\n", YYPREFIX, YYFINAL, yychar, yys); } #endif } if (yychar == 0) goto yyaccept; goto yyloop; } if ((yyn = yygindex[yym]) && (yyn += yystate) >= 0 && yyn <= YYTABLESIZE && yycheck[yyn] == yystate) yystate = yytable[yyn]; else yystate = yydgoto[yym]; #if YYDEBUG if (yydebug) printf("%sdebug: after reduction, shifting from state %d \ to state %d\n", YYPREFIX, *yyssp, yystate); #endif if (yyssp >= yysslim && yygrowstack()) { goto yyoverflow; } *++yyssp = yystate; *++yyvsp = yyval; goto yyloop; yyoverflow: yyerror("yacc stack overflow"); yyabort: return (1); yyaccept: return (0); } #define yy_create_buffer fortran_create_buffer #define yy_delete_buffer fortran_delete_buffer #define yy_scan_buffer fortran_scan_buffer #define yy_scan_string fortran_scan_string #define yy_scan_bytes fortran_scan_bytes #define yy_flex_debug fortran_flex_debug #define yy_init_buffer fortran_init_buffer #define yy_flush_buffer fortran_flush_buffer #define yy_load_buffer_state fortran_load_buffer_state #define yy_switch_to_buffer fortran_switch_to_buffer #define yyin fortranin #define yyleng fortranleng #define yylex fortranlex #define yyout fortranout #define yyrestart fortranrestart #define yytext fortrantext #define yywrap fortranwrap #line 20 "fortran.yy.c" /* A lexical scanner generated by flex */ /* Scanner skeleton version: * $Header: /cvs/root/flex/flex/skel.c,v 1.2 2004/05/07 00:28:17 jkh Exp $ */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #include /* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */ #ifdef c_plusplus #ifndef __cplusplus #define __cplusplus #endif #endif #ifdef __cplusplus #include #include /* Use prototypes in function declarations. */ #define YY_USE_PROTOS /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ #if __STDC__ #define YY_USE_PROTOS #define YY_USE_CONST #endif /* __STDC__ */ #endif /* ! __cplusplus */ #ifdef __TURBOC__ #pragma warn -rch #pragma warn -use #include #include #define YY_USE_CONST #define YY_USE_PROTOS #endif #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #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 /* 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) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN yy_start = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START ((yy_start - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE yyrestart( yyin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #define YY_BUF_SIZE 16384 typedef struct yy_buffer_state *YY_BUFFER_STATE; extern int yyleng; extern FILE *yyin, *yyout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 /* 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_RESTORE_YY_MORE_OFFSET \ 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 ) /* The following is because we cannot portably get our hands on size_t * (without autoconf's help, which isn't available because we want * flex-generated scanners to compile on their own). */ typedef unsigned int yy_size_t; 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. */ 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; /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via yyrestart()), so that the user can continue scanning by * just pointing yyin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; 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; 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 )); void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b )); #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer ) YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size )); YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str )); YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len )); static void *yy_flex_alloc YY_PROTO(( yy_size_t )); static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t )); static void yy_flex_free YY_PROTO(( void * )); #define yy_new_buffer yy_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! yy_current_buffer ) \ yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \ yy_current_buffer->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! yy_current_buffer ) \ yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \ yy_current_buffer->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (yy_current_buffer->yy_at_bol) typedef unsigned char YY_CHAR; FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; typedef int yy_state_type; extern char *yytext; #define yytext_ptr yytext 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(( yyconst char msg[] )); /* Done after the current pattern has been matched and before the * corresponding action - sets up yytext. */ #define YY_DO_BEFORE_ACTION \ yytext_ptr = yy_bp; \ yyleng = (int) (yy_cp - yy_bp); \ yy_hold_char = *yy_cp; \ *yy_cp = '\0'; \ yy_c_buf_p = yy_cp; #define YY_NUM_RULES 172 #define YY_END_OF_BUFFER 173 static yyconst short int yy_accept[1092] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 173, 172, 162, 158, 161, 171, 150, 149, 152, 164, 150, 152, 152, 153, 151, 137, 148, 152, 156, 155, 157, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 162, 158, 161, 171, 152, 148, 143, 143, 143, 143, 143, 172, 172, 169, 172, 0, 0, 162, 163, 0, 161, 171, 171, 171, 0, 141, 0, 0, 164, 164, 164, 164, 0, 0, 0, 140, 0, 0, 132, 25, 0, 144, 0, 0, 0, 0, 0, 0, 0, 133, 0, 148, 24, 0, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 40, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 82, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 162, 160, 0, 160, 0, 0, 0, 0, 0, 163, 159, 160, 0, 171, 170, 171, 171, 171, 0, 0, 166, 25, 0, 0, 160, 148, 4, 0, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 0, 169, 0, 0, 0, 0, 171, 171, 0, 0, 164, 164, 0, 0, 0, 0, 139, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 147, 144, 0, 0, 0, 142, 0, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 113, 143, 143, 143, 0, 143, 143, 143, 143, 143, 15, 143, 143, 143, 112, 143, 143, 143, 143, 143, 0, 143, 0, 93, 143, 143, 143, 143, 109, 119, 143, 143, 124, 143, 143, 143, 143, 143, 143, 86, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 116, 143, 143, 143, 143, 143, 120, 143, 143, 143, 143, 143, 162, 160, 0, 163, 0, 0, 0, 0, 0, 0, 0, 160, 0, 160, 171, 171, 171, 0, 0, 166, 0, 0, 148, 4, 4, 4, 4, 142, 0, 143, 143, 0, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 0, 0, 0, 0, 171, 171, 0, 0, 164, 164, 0, 0, 0, 0, 145, 0, 144, 0, 146, 0, 26, 28, 27, 30, 29, 31, 0, 33, 0, 144, 0, 145, 0, 144, 0, 146, 0, 142, 0, 143, 143, 123, 115, 143, 118, 121, 143, 21, 143, 143, 143, 143, 143, 114, 143, 143, 143, 0, 143, 143, 143, 91, 0, 105, 143, 143, 143, 143, 143, 143, 143, 143, 143, 0, 106, 143, 143, 143, 143, 143, 143, 143, 0, 85, 143, 143, 143, 143, 143, 143, 143, 0, 95, 143, 143, 0, 108, 143, 143, 143, 143, 110, 20, 57, 71, 143, 143, 143, 143, 143, 143, 143, 143, 76, 41, 143, 143, 143, 143, 66, 143, 125, 117, 143, 69, 51, 143, 0, 94, 96, 143, 89, 98, 143, 143, 162, 160, 163, 0, 0, 0, 0, 0, 0, 160, 0, 160, 171, 171, 171, 0, 0, 148, 4, 4, 0, 142, 0, 143, 143, 143, 143, 143, 143, 143, 143, 143, 17, 0, 0, 0, 0, 171, 171, 0, 0, 164, 164, 0, 0, 35, 32, 34, 0, 142, 0, 142, 143, 143, 143, 143, 143, 46, 143, 143, 143, 122, 143, 143, 0, 143, 143, 143, 0, 143, 143, 0, 0, 0, 0, 0, 0, 0, 0, 39, 143, 92, 143, 143, 143, 143, 143, 143, 143, 143, 143, 73, 73, 73, 73, 143, 0, 104, 111, 143, 143, 85, 143, 143, 87, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 143, 49, 143, 74, 143, 143, 143, 0, 143, 143, 143, 143, 143, 99, 143, 143, 52, 78, 162, 160, 163, 0, 0, 0, 0, 0, 160, 0, 160, 171, 171, 171, 0, 0, 148, 4, 3, 0, 142, 0, 142, 0, 101, 143, 143, 46, 143, 143, 122, 83, 143, 67, 68, 67, 0, 0, 22, 0, 171, 22, 0, 22, 22, 164, 22, 0, 22, 22, 22, 143, 22, 22, 22, 143, 143, 143, 60, 143, 143, 143, 143, 0, 143, 143, 138, 0, 0, 90, 143, 39, 0, 92, 0, 0, 0, 0, 0, 0, 0, 143, 143, 143, 143, 143, 143, 143, 143, 143, 0, 107, 143, 143, 143, 143, 143, 143, 143, 63, 143, 143, 143, 127, 97, 126, 128, 36, 143, 143, 143, 143, 143, 143, 80, 0, 143, 10, 72, 18, 143, 143, 79, 162, 160, 163, 0, 0, 0, 160, 171, 171, 22, 0, 22, 4, 3, 3, 143, 143, 143, 22, 22, 22, 143, 0, 23, 165, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 143, 143, 143, 55, 143, 143, 143, 0, 0, 143, 143, 37, 90, 0, 143, 0, 0, 0, 0, 0, 0, 0, 0, 143, 143, 143, 143, 143, 143, 70, 143, 143, 143, 0, 0, 143, 143, 16, 47, 42, 143, 143, 43, 0, 143, 143, 143, 143, 64, 81, 7, 0, 0, 143, 0, 143, 143, 0, 0, 0, 171, 23, 23, 4, 143, 23, 23, 23, 143, 61, 0, 143, 8, 143, 143, 84, 143, 143, 37, 0, 0, 143, 143, 0, 143, 0, 0, 0, 0, 0, 0, 70, 0, 143, 143, 143, 143, 143, 143, 53, 143, 62, 0, 0, 0, 134, 11, 19, 143, 143, 0, 143, 77, 65, 143, 0, 143, 0, 143, 143, 0, 0, 171, 4, 143, 56, 0, 143, 130, 44, 143, 48, 0, 0, 143, 143, 0, 54, 0, 0, 0, 0, 0, 0, 53, 143, 143, 38, 143, 103, 143, 143, 0, 0, 0, 0, 134, 129, 88, 0, 143, 58, 0, 59, 0, 143, 143, 0, 56, 171, 4, 4, 143, 0, 143, 9, 0, 0, 143, 143, 54, 0, 0, 38, 0, 103, 0, 143, 143, 13, 143, 143, 0, 0, 0, 143, 0, 0, 100, 6, 0, 171, 4, 4, 143, 0, 45, 0, 0, 143, 143, 0, 0, 13, 0, 14, 143, 143, 50, 0, 0, 0, 143, 0, 100, 0, 171, 4, 2, 102, 0, 0, 0, 143, 143, 14, 0, 0, 131, 143, 0, 0, 0, 143, 0, 102, 171, 4, 0, 0, 0, 136, 143, 131, 0, 12, 0, 0, 0, 143, 0, 171, 1, 0, 136, 0, 143, 12, 0, 0, 0, 143, 0, 171, 0, 0, 135, 0, 0, 0, 75, 5, 171, 0, 135, 75, 171, 0, 171, 0, 171, 0, 171, 0, 171, 0, 167, 0, 0, 0, 0, 168, 0 } ; static yyconst int yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 20, 29, 30, 31, 32, 33, 1, 1, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 34, 1, 35, 1, 36, 1, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 63, 63, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst int yy_meta[64] = { 0, 1, 2, 3, 4, 1, 5, 1, 1, 1, 6, 1, 1, 1, 1, 7, 1, 7, 8, 1, 9, 9, 9, 9, 9, 9, 9, 9, 9, 1, 1, 1, 1, 1, 1, 1, 10, 11, 10, 10, 12, 13, 14, 15, 16, 10, 10, 10, 15, 15, 15, 11, 10, 12, 15, 15, 14, 15, 10, 17, 10, 10, 10, 5 } ; static yyconst short int yy_base[1146] = { 0, 0, 62, 0, 0, 0, 0, 4122, 65, 4124, 35, 67, 70, 71, 36, 73, 38, 39, 90, 93, 78, 84, 58, 148, 86, 88, 65, 66, 83, 68, 191, 230, 99, 183, 225, 244, 260, 112, 137, 152, 191, 265, 273, 290, 220, 295, 305, 317, 377, 129, 433, 109, 370, 359, 490, 4086, 335, 348, 288, 4126, 4119, 4126, 140, 4084, 4066, 154, 157, 158, 162, 0, 4082, 4064, 4111, 4110, 188, 175, 4112, 4111, 108, 181, 285, 403, 400, 4126, 429, 420, 4126, 4126, 552, 250, 4063, 4059, 139, 185, 159, 4057, 4059, 4126, 593, 352, 4126, 424, 541, 426, 520, 581, 522, 543, 600, 602, 622, 206, 432, 169, 367, 625, 321, 225, 272, 679, 518, 387, 425, 230, 301, 671, 533, 433, 537, 574, 683, 680, 553, 615, 672, 571, 674, 656, 681, 692, 694, 695, 704, 573, 696, 710, 714, 719, 715, 724, 729, 738, 635, 256, 742, 735, 749, 739, 757, 750, 795, 804, 4106, 173, 427, 4071, 4059, 176, 4051, 814, 4126, 870, 309, 4102, 4126, 237, 354, 334, 4101, 425, 4126, 4100, 361, 555, 385, 797, 818, 925, 953, 4084, 775, 187, 271, 791, 550, 562, 658, 788, 796, 795, 4098, 4126, 603, 4052, 4042, 481, 4050, 4040, 643, 573, 638, 662, 853, 874, 897, 855, 4126, 876, 878, 673, 887, 888, 4056, 4077, 4076, 4075, 3958, 3941, 3924, 3864, 3900, 3780, 4126, 876, 897, 903, 904, 3776, 3759, 885, 886, 1005, 981, 983, 888, 989, 984, 992, 773, 990, 1004, 878, 1010, 1012, 1013, 1011, 3736, 745, 1025, 1031, 1018, 1032, 1085, 1037, 1074, 1040, 1034, 1043, 1061, 1046, 1055, 1062, 1101, 1056, 1020, 4126, 1075, 1084, 1089, 1094, 1108, 1105, 1151, 1152, 1115, 1124, 1121, 1129, 1130, 1131, 1142, 1081, 1082, 1139, 1136, 1158, 1160, 1165, 1167, 1174, 1180, 1181, 1185, 1186, 1188, 1195, 1189, 1199, 1204, 1207, 1209, 1250, 1213, 1227, 1219, 1228, 1214, 1229, 1270, 1289, 3732, 1296, 3787, 3734, 3737, 3727, 3730, 3726, 3736, 1352, 641, 827, 719, 814, 710, 3772, 1286, 4126, 1022, 810, 926, 3769, 1293, 1117, 691, 1407, 1446, 0, 3753, 1485, 1266, 349, 643, 1265, 1033, 893, 1268, 1277, 1271, 1280, 1177, 3715, 3728, 1026, 3713, 3726, 876, 271, 1078, 359, 1268, 1313, 1330, 1361, 1376, 1391, 1416, 1430, 1455, 3748, 4126, 4126, 4126, 4126, 4126, 4126, 3746, 4126, 3745, 1297, 1469, 1494, 1503, 1512, 1521, 1530, 1327, 3721, 1332, 1306, 1353, 4126, 1311, 1408, 1368, 1369, 1409, 1447, 1448, 1522, 1449, 1523, 1524, 1525, 1527, 1535, 1530, 3717, 1537, 1528, 1533, 1588, 1646, 4126, 1549, 1556, 1557, 1558, 1560, 1561, 1567, 1580, 1568, 1604, 4126, 1583, 1705, 1586, 1625, 1595, 1598, 1604, 3708, 1601, 1609, 1607, 1616, 1622, 1631, 1628, 1638, 1685, 4126, 1629, 1663, 1692, 4126, 1732, 1733, 1734, 1736, 1735, 1737, 1738, 1739, 1743, 1758, 1744, 1759, 1762, 1763, 1765, 1766, 1767, 1787, 1768, 1777, 1769, 1789, 1773, 1791, 1792, 1795, 1796, 1797, 1798, 1803, 1851, 4126, 1805, 1807, 1810, 1819, 1821, 1828, 1866, 1875, 1885, 3714, 3698, 3696, 3693, 3670, 3706, 1941, 1104, 1188, 667, 1221, 422, 1308, 865, 1856, 1315, 1593, 1996, 2022, 2061, 1879, 1312, 1106, 1847, 1352, 1870, 1898, 1849, 1973, 3704, 1875, 3646, 0, 1362, 3645, 0, 1418, 3677, 1016, 3677, 1937, 1348, 4126, 4126, 4126, 1980, 2008, 2031, 2045, 1856, 2089, 1859, 1884, 1900, 1880, 1920, 1918, 1936, 1934, 1942, 2025, 3632, 2116, 2117, 2118, 2154, 1972, 2122, 3619, 3612, 1132, 3581, 3577, 1863, 3569, 3585, 1958, 2123, 2023, 2124, 2127, 2131, 2138, 2146, 2137, 2153, 2038, 2191, 4126, 2194, 2151, 2142, 2175, 1667, 4126, 2150, 2187, 2190, 4126, 2172, 2193, 2194, 2195, 2197, 2199, 2200, 2202, 2203, 2221, 2213, 2225, 2222, 2228, 2226, 2231, 2236, 2229, 2237, 2235, 2247, 2250, 2255, 3598, 2251, 2256, 2261, 2259, 2260, 4126, 2263, 2265, 2270, 2271, 2324, 2331, 2343, 2328, 3587, 1775, 3584, 2340, 2399, 1282, 1416, 1598, 1457, 3613, 1458, 3574, 2333, 1904, 1834, 2454, 2480, 2506, 2532, 2353, 4126, 2321, 1909, 3558, 2324, 2560, 3557, 1954, 2312, 2394, 4126, 2375, 2328, 0, 4126, 2617, 0, 0, 3568, 3517, 3500, 3465, 3464, 2402, 2404, 2408, 4126, 2645, 2400, 2379, 2285, 2380, 2322, 2392, 2335, 2393, 2395, 2404, 2400, 3418, 2458, 2430, 2407, 3423, 3420, 2414, 2432, 4126, 3413, 4126, 3406, 3421, 3409, 3411, 3420, 3405, 3415, 2433, 2457, 2459, 2482, 2483, 2484, 2672, 2485, 2673, 2461, 4126, 2486, 2710, 2674, 2678, 2679, 2694, 2680, 2682, 2687, 2700, 2692, 2702, 2705, 2706, 2707, 2747, 2708, 2713, 2715, 2716, 2731, 2728, 2720, 2487, 2721, 2736, 2739, 2741, 2777, 2746, 2743, 2784, 2803, 2813, 3414, 3409, 3405, 0, 1462, 3447, 3445, 3443, 3441, 1950, 3440, 2035, 2750, 2870, 2772, 2931, 0, 3424, 2808, 1973, 4126, 4126, 0, 3435, 3434, 3436, 2538, 2540, 4126, 2915, 2793, 2766, 2784, 2795, 2796, 2782, 2807, 2814, 2909, 3397, 2943, 2911, 2907, 2912, 4126, 3395, 2913, 3382, 3377, 3291, 3275, 3258, 3214, 3216, 3184, 2927, 2931, 2932, 2933, 2934, 2938, 2937, 2953, 2956, 2961, 2624, 2382, 2962, 2947, 2942, 2963, 2965, 2967, 2968, 2971, 2462, 2974, 2977, 2981, 2983, 2986, 2989, 2990, 2794, 3157, 2993, 3030, 2999, 3001, 3103, 3056, 2199, 823, 3081, 3068, 2038, 3002, 3067, 0, 3045, 3004, 2204, 2456, 3011, 3008, 3013, 3020, 3023, 3024, 3029, 4126, 3001, 2923, 3027, 3031, 2918, 3045, 2802, 2801, 2806, 2785, 2796, 2743, 4126, 2697, 3059, 3060, 3064, 3061, 3063, 3066, 3070, 3071, 3072, 2854, 2486, 3119, 3124, 3074, 3079, 3094, 3099, 2676, 3093, 3102, 3103, 3104, 2701, 3105, 2611, 3106, 3112, 2600, 2579, 1616, 3070, 3113, 3114, 2343, 3115, 3117, 3118, 3136, 3127, 2584, 2589, 3128, 3137, 2588, 3138, 2501, 2398, 2394, 2353, 2298, 2293, 4126, 3142, 3141, 3146, 3148, 3147, 3149, 3150, 2513, 3196, 3208, 3204, 3210, 3161, 3171, 2287, 3185, 3179, 2283, 3182, 2263, 3189, 3190, 2238, 4126, 198, 2788, 2405, 3192, 1198, 3191, 3197, 2194, 2171, 3200, 3204, 4126, 2151, 2160, 4126, 2012, 4126, 1938, 3205, 3213, 3210, 3216, 3219, 2540, 3272, 1952, 3225, 1966, 1885, 3226, 3232, 1860, 2482, 2160, 3185, 3234, 2283, 3235, 1851, 1827, 3240, 3241, 1817, 1770, 4126, 1733, 3246, 3250, 3247, 3255, 2543, 3303, 1662, 3271, 1642, 4126, 1634, 3262, 880, 1627, 3256, 3039, 1575, 1520, 3261, 3277, 4126, 1525, 1197, 3265, 3283, 2861, 3325, 1131, 3286, 1096, 4126, 1909, 1628, 2391, 973, 978, 3280, 3293, 4126, 619, 3295, 3343, 3370, 593, 3302, 507, 1927, 557, 3330, 4126, 437, 3305, 4126, 3372, 3383, 368, 3358, 380, 3300, 3342, 284, 3309, 3374, 3410, 218, 3325, 4126, 1984, 3338, 4126, 4126, 3349, 3351, 2825, 3373, 3323, 3386, 3389, 3391, 199, 3397, 4126, 3411, 3412, 3413, 138, 4126, 4126, 3469, 3486, 3503, 3520, 3537, 3554, 3564, 3571, 3588, 3605, 3619, 3633, 3650, 3659, 3672, 3689, 3703, 3712, 3726, 3735, 2969, 3410, 3417, 3744, 3418, 3421, 3424, 1412, 1885, 3756, 3770, 3776, 3425, 3428, 3782, 3788, 3797, 3814, 3831, 3848, 3865, 3882, 3899, 3913, 3922, 3939, 3956, 3973, 3990, 4007, 4024, 4041, 4058, 4075 } ; static yyconst short int yy_def[1146] = { 0, 1091, 1, 1092, 1092, 1, 2, 1093, 1093, 1091, 1091, 1091, 1091, 1091, 1094, 1095, 1091, 1091, 1096, 1097, 1091, 1091, 1091, 1091, 1091, 1098, 1091, 1091, 1091, 1091, 1099, 1099, 31, 31, 31, 31, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 33, 33, 1091, 1091, 1091, 1100, 1101, 1102, 1091, 34, 34, 33, 34, 1091, 1103, 1091, 1103, 1091, 1091, 1091, 1091, 1091, 1091, 1094, 1094, 1094, 1095, 1095, 1095, 1095, 1096, 1091, 1096, 1096, 1097, 1104, 1097, 1091, 1097, 1097, 1091, 1091, 1091, 1105, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1106, 1098, 1091, 1091, 34, 34, 34, 34, 34, 34, 31, 34, 34, 110, 110, 110, 110, 110, 110, 110, 110, 1099, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 1091, 1091, 1107, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1108, 1100, 1091, 1100, 1100, 1100, 1109, 1109, 1091, 1109, 1109, 1109, 1108, 1110, 1111, 1109, 1091, 188, 110, 188, 188, 110, 188, 188, 110, 110, 110, 110, 1103, 1091, 1103, 1091, 1091, 1091, 1094, 1094, 1095, 1095, 1096, 1096, 1104, 1104, 1104, 1104, 1091, 1097, 1097, 1112, 1113, 1114, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1115, 1116, 1117, 1118, 1119, 1120, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 1121, 119, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 1091, 110, 1091, 1091, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 1091, 1091, 1091, 1091, 1107, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1122, 1122, 1100, 1100, 1100, 1109, 1109, 1091, 1109, 1109, 1123, 1111, 1111, 1111, 1111, 1109, 1109, 188, 188, 1109, 110, 188, 188, 110, 188, 188, 110, 110, 110, 110, 1103, 1091, 1091, 1091, 1094, 1094, 1095, 1095, 1096, 1096, 1104, 1097, 1097, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1115, 1091, 1091, 1091, 1091, 1091, 1091, 1124, 1120, 1125, 110, 110, 1091, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 1091, 110, 110, 110, 110, 1091, 1091, 110, 110, 110, 110, 110, 110, 110, 110, 110, 1091, 1091, 110, 1091, 110, 110, 110, 110, 110, 1091, 110, 110, 110, 110, 110, 110, 110, 110, 1091, 1091, 110, 110, 1091, 1091, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 1091, 1091, 110, 110, 110, 110, 110, 110, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1126, 1126, 1100, 1100, 1100, 1109, 1109, 1127, 1111, 1111, 1109, 1109, 1109, 110, 188, 188, 110, 188, 188, 110, 110, 110, 1091, 1103, 1091, 1128, 1091, 1094, 1129, 1095, 1130, 1096, 1131, 1097, 1132, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 110, 1091, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 1091, 110, 110, 110, 1091, 110, 110, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 1091, 1091, 110, 110, 110, 1091, 1091, 110, 110, 110, 1091, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 1091, 110, 110, 110, 110, 110, 1091, 110, 110, 110, 110, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1100, 1100, 1133, 1109, 1134, 1135, 1111, 1136, 1109, 1109, 1109, 1109, 1091, 1091, 110, 188, 188, 110, 1091, 188, 1091, 110, 1091, 1091, 1091, 1103, 1137, 1091, 1091, 1138, 1094, 1139, 1095, 1095, 1140, 1096, 1141, 1097, 1097, 1091, 1091, 1091, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 1091, 110, 110, 110, 1091, 1091, 110, 110, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 110, 110, 110, 110, 110, 110, 110, 110, 110, 1091, 1091, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 1091, 110, 110, 110, 110, 110, 110, 110, 1091, 1091, 1091, 1091, 1091, 1091, 639, 1100, 1142, 1100, 1143, 1109, 1111, 1136, 1136, 110, 1091, 110, 1109, 188, 188, 110, 1103, 1091, 1091, 1094, 1095, 1095, 1096, 1097, 1097, 1091, 1091, 110, 110, 110, 110, 110, 110, 110, 110, 110, 1091, 1091, 110, 110, 110, 1091, 1091, 110, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 1091, 1144, 110, 110, 110, 110, 110, 110, 110, 110, 1091, 110, 110, 110, 110, 110, 110, 110, 1091, 1091, 110, 1091, 110, 110, 1091, 1091, 1091, 1100, 1100, 1109, 1111, 110, 1109, 188, 188, 110, 1091, 1103, 110, 110, 110, 110, 110, 110, 110, 1091, 1091, 1091, 110, 110, 1091, 110, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 110, 110, 110, 110, 110, 110, 110, 110, 110, 1144, 1091, 1145, 1144, 110, 110, 110, 110, 1091, 110, 110, 110, 110, 1091, 110, 1091, 110, 110, 1091, 1091, 1100, 1111, 110, 110, 1103, 110, 110, 110, 110, 110, 1091, 1091, 110, 110, 1091, 110, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 110, 110, 110, 110, 110, 110, 110, 1091, 1145, 1144, 1145, 1145, 110, 110, 1091, 110, 110, 1091, 110, 1091, 110, 110, 1091, 1091, 1100, 1111, 1111, 110, 1103, 110, 110, 1091, 1091, 110, 110, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 110, 110, 110, 110, 110, 1091, 1144, 1091, 110, 1091, 1091, 110, 110, 1091, 1100, 1111, 1111, 110, 1103, 110, 1091, 1091, 110, 110, 1091, 1091, 1091, 1091, 110, 110, 110, 110, 1091, 1144, 1091, 110, 1091, 1091, 1091, 1100, 1111, 1111, 110, 1103, 1091, 1091, 110, 110, 1091, 1091, 1091, 110, 110, 1091, 1144, 1091, 110, 1091, 1091, 1100, 1111, 1103, 1091, 1091, 110, 110, 1091, 1091, 110, 1091, 1144, 1091, 110, 1091, 1100, 1111, 1103, 1091, 1091, 110, 1091, 1144, 1144, 1091, 110, 1091, 1100, 1103, 1091, 110, 1144, 1145, 1091, 110, 1091, 1100, 1103, 1091, 1091, 1100, 1103, 1100, 1103, 1100, 1103, 1100, 1103, 1100, 1103, 1091, 1103, 1103, 1103, 1103, 1091, 0, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091 } ; static yyconst short int yy_nxt[4190] = { 0, 10, 11, 12, 13, 14, 15, 10, 16, 17, 18, 19, 20, 17, 21, 17, 22, 17, 23, 24, 25, 25, 25, 25, 25, 25, 25, 25, 25, 17, 26, 27, 28, 29, 17, 17, 30, 31, 32, 33, 34, 35, 36, 37, 30, 38, 30, 30, 39, 40, 41, 42, 43, 30, 44, 45, 46, 30, 30, 47, 30, 30, 30, 10, 48, 49, 50, 51, 61, 65, 62, 66, 67, 66, 67, 68, 52, 63, 70, 73, 63, 63, 53, 53, 53, 53, 53, 53, 53, 53, 53, 64, 71, 77, 64, 64, 81, 86, 87, 97, 63, 54, 55, 82, 83, 56, 98, 63, 63, 63, 63, 77, 174, 63, 64, 74, 100, 175, 57, 58, 63, 64, 64, 64, 64, 63, 63, 64, 63, 75, 63, 67, 78, 67, 64, 84, 111, 103, 103, 64, 64, 1090, 64, 201, 64, 210, 79, 103, 202, 85, 88, 176, 88, 103, 103, 105, 65, 103, 66, 66, 205, 66, 205, 130, 66, 177, 68, 103, 89, 89, 89, 89, 89, 89, 89, 89, 89, 163, 103, 131, 224, 73, 103, 163, 77, 90, 132, 133, 103, 91, 63, 92, 103, 103, 73, 225, 93, 103, 94, 95, 228, 174, 1085, 134, 64, 349, 248, 103, 96, 101, 229, 102, 102, 102, 102, 102, 102, 102, 102, 102, 112, 103, 103, 103, 351, 208, 226, 113, 135, 209, 204, 114, 103, 104, 115, 211, 136, 327, 103, 105, 174, 227, 137, 103, 116, 246, 103, 105, 101, 990, 102, 102, 102, 102, 102, 102, 102, 102, 102, 1074, 103, 148, 254, 103, 103, 103, 117, 103, 106, 107, 118, 103, 104, 103, 332, 103, 119, 73, 108, 103, 120, 105, 103, 103, 103, 109, 110, 263, 81, 349, 219, 220, 121, 308, 122, 82, 83, 123, 124, 103, 105, 103, 138, 221, 125, 126, 103, 309, 127, 103, 139, 128, 535, 331, 103, 103, 140, 129, 103, 163, 103, 255, 352, 141, 103, 142, 103, 144, 103, 103, 143, 103, 149, 103, 1073, 103, 150, 174, 103, 103, 151, 145, 155, 199, 146, 103, 103, 147, 152, 156, 103, 153, 154, 103, 103, 264, 103, 174, 103, 157, 253, 158, 77, 184, 180, 103, 103, 349, 103, 163, 98, 159, 179, 180, 179, 103, 103, 98, 103, 160, 103, 161, 162, 197, 181, 155, 130, 163, 334, 331, 103, 333, 156, 1070, 1091, 163, 103, 519, 338, 103, 537, 63, 157, 81, 103, 213, 214, 213, 1091, 198, 82, 83, 182, 215, 216, 64, 164, 165, 249, 63, 166, 103, 1068, 81, 103, 174, 183, 336, 337, 336, 82, 83, 81, 167, 168, 169, 170, 171, 162, 82, 83, 103, 261, 163, 237, 237, 237, 237, 237, 237, 237, 237, 237, 172, 172, 172, 172, 172, 172, 172, 172, 172, 103, 644, 323, 262, 217, 103, 103, 103, 103, 103, 164, 165, 218, 63, 166, 103, 324, 103, 247, 103, 103, 363, 269, 363, 103, 103, 1064, 167, 168, 178, 179, 180, 179, 178, 178, 178, 186, 178, 178, 178, 178, 178, 178, 178, 178, 178, 187, 178, 188, 188, 188, 188, 188, 188, 188, 188, 188, 178, 178, 178, 178, 178, 178, 178, 189, 190, 189, 189, 189, 189, 191, 189, 113, 189, 189, 189, 192, 189, 189, 193, 189, 189, 189, 189, 194, 189, 189, 189, 189, 195, 189, 178, 88, 103, 88, 239, 180, 238, 180, 103, 103, 103, 103, 103, 260, 103, 349, 1061, 103, 103, 103, 103, 103, 103, 103, 241, 103, 73, 349, 268, 103, 103, 103, 103, 103, 103, 103, 90, 103, 270, 103, 91, 242, 92, 103, 103, 103, 103, 93, 355, 94, 95, 354, 276, 201, 103, 103, 339, 103, 103, 96, 233, 233, 233, 233, 233, 233, 233, 233, 233, 103, 103, 271, 103, 103, 103, 103, 291, 367, 282, 103, 234, 235, 240, 103, 103, 103, 103, 360, 77, 103, 103, 103, 506, 236, 244, 243, 73, 1059, 163, 103, 103, 277, 103, 103, 103, 103, 245, 1056, 349, 103, 103, 103, 77, 278, 103, 279, 103, 174, 280, 103, 103, 250, 251, 240, 103, 103, 103, 252, 256, 274, 256, 274, 272, 368, 272, 373, 307, 373, 366, 275, 103, 180, 103, 284, 101, 520, 257, 257, 257, 257, 257, 257, 257, 257, 257, 103, 103, 103, 103, 103, 174, 356, 281, 265, 239, 103, 369, 103, 642, 174, 266, 283, 103, 103, 267, 103, 103, 285, 103, 103, 103, 103, 103, 258, 103, 259, 273, 514, 103, 286, 288, 287, 289, 103, 103, 103, 103, 292, 103, 298, 293, 299, 294, 103, 297, 103, 295, 290, 103, 507, 238, 103, 296, 103, 509, 103, 103, 300, 301, 103, 103, 302, 103, 103, 304, 103, 103, 310, 305, 303, 103, 315, 312, 103, 103, 306, 313, 314, 311, 103, 103, 103, 317, 103, 318, 316, 319, 162, 331, 103, 103, 103, 163, 321, 163, 319, 162, 103, 103, 103, 180, 163, 98, 321, 174, 319, 162, 342, 180, 342, 247, 163, 103, 174, 408, 103, 103, 350, 506, 103, 103, 164, 165, 359, 163, 166, 357, 250, 353, 103, 164, 165, 103, 252, 166, 358, 103, 103, 320, 168, 164, 165, 343, 214, 166, 214, 911, 320, 168, 508, 370, 216, 370, 216, 511, 180, 344, 320, 168, 321, 170, 329, 162, 213, 214, 213, 81, 163, 81, 73, 180, 215, 216, 82, 83, 82, 83, 330, 330, 330, 330, 330, 330, 330, 330, 330, 213, 214, 213, 375, 377, 375, 377, 646, 215, 216, 164, 165, 349, 390, 166, 390, 103, 219, 220, 392, 394, 392, 394, 103, 103, 371, 103, 320, 168, 180, 221, 506, 534, 103, 399, 412, 372, 163, 1036, 404, 103, 103, 523, 103, 400, 98, 345, 345, 345, 345, 345, 345, 345, 345, 345, 335, 335, 180, 335, 335, 335, 335, 335, 335, 335, 335, 335, 335, 335, 335, 335, 335, 346, 335, 347, 347, 347, 347, 347, 347, 347, 347, 347, 335, 335, 335, 335, 335, 335, 335, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 335, 401, 103, 77, 103, 103, 274, 1054, 274, 180, 103, 103, 531, 103, 531, 406, 275, 1053, 403, 103, 402, 103, 103, 405, 407, 103, 103, 103, 103, 409, 103, 103, 103, 103, 103, 349, 416, 410, 413, 420, 411, 676, 103, 103, 414, 415, 103, 418, 103, 103, 103, 103, 103, 103, 510, 103, 103, 421, 103, 419, 433, 103, 433, 103, 103, 77, 432, 439, 437, 103, 103, 422, 103, 422, 522, 103, 103, 103, 103, 435, 436, 103, 103, 103, 103, 441, 438, 272, 440, 272, 434, 443, 641, 103, 103, 103, 103, 1049, 163, 103, 103, 423, 103, 466, 180, 103, 103, 444, 349, 424, 103, 425, 103, 103, 426, 103, 445, 536, 427, 103, 103, 428, 103, 103, 429, 430, 103, 103, 431, 103, 446, 658, 103, 448, 450, 447, 103, 451, 455, 451, 455, 442, 103, 103, 513, 103, 449, 452, 456, 460, 103, 103, 103, 103, 462, 1047, 459, 103, 704, 103, 103, 461, 103, 103, 201, 464, 705, 103, 103, 103, 468, 465, 103, 103, 103, 463, 641, 103, 467, 103, 103, 103, 163, 453, 457, 201, 103, 471, 103, 103, 103, 473, 469, 454, 458, 103, 103, 472, 103, 474, 470, 103, 103, 103, 528, 103, 103, 103, 174, 103, 103, 479, 103, 480, 478, 475, 103, 482, 103, 103, 103, 476, 477, 103, 103, 103, 103, 103, 103, 481, 103, 1043, 994, 103, 103, 103, 487, 103, 487, 483, 103, 489, 103, 485, 484, 103, 488, 486, 103, 103, 103, 103, 493, 491, 490, 214, 495, 103, 496, 162, 643, 492, 370, 216, 163, 103, 103, 103, 527, 494, 163, 103, 336, 337, 336, 497, 163, 496, 162, 342, 180, 342, 497, 163, 496, 162, 103, 103, 103, 524, 163, 518, 103, 164, 165, 180, 526, 166, 103, 525, 81, 103, 180, 103, 103, 521, 103, 82, 83, 103, 320, 168, 164, 165, 349, 103, 166, 81, 103, 164, 165, 219, 220, 166, 82, 83, 543, 103, 543, 320, 168, 545, 103, 545, 221, 81, 320, 168, 497, 170, 504, 162, 680, 681, 103, 547, 163, 645, 670, 103, 670, 657, 538, 648, 349, 539, 505, 505, 505, 505, 505, 505, 505, 505, 505, 374, 374, 374, 374, 374, 374, 374, 374, 374, 103, 164, 165, 660, 548, 166, 374, 374, 374, 374, 374, 374, 374, 374, 374, 103, 103, 103, 320, 168, 180, 376, 376, 376, 376, 376, 376, 376, 376, 376, 163, 237, 103, 103, 73, 237, 163, 345, 345, 345, 345, 345, 345, 345, 345, 345, 376, 376, 376, 376, 376, 376, 376, 376, 376, 103, 103, 549, 515, 180, 378, 378, 378, 378, 378, 378, 378, 378, 378, 673, 174, 180, 103, 103, 550, 174, 516, 516, 516, 516, 516, 516, 516, 516, 516, 378, 378, 378, 378, 378, 378, 378, 378, 378, 103, 551, 103, 517, 180, 391, 391, 391, 391, 391, 391, 391, 391, 391, 762, 764, 553, 103, 103, 103, 849, 345, 345, 345, 345, 345, 345, 345, 345, 345, 391, 391, 391, 391, 391, 391, 391, 391, 391, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 395, 395, 395, 395, 395, 395, 395, 395, 395, 395, 395, 395, 395, 395, 395, 395, 395, 395, 103, 103, 103, 103, 552, 103, 103, 1042, 103, 556, 555, 103, 554, 103, 561, 103, 1039, 103, 103, 103, 103, 558, 103, 103, 557, 103, 560, 103, 103, 562, 103, 563, 103, 563, 103, 103, 103, 180, 103, 103, 576, 574, 174, 580, 103, 103, 103, 433, 577, 433, 578, 103, 103, 103, 575, 579, 103, 1038, 103, 581, 174, 103, 103, 103, 103, 583, 103, 584, 591, 582, 591, 180, 180, 103, 564, 103, 594, 434, 103, 103, 585, 590, 103, 103, 761, 103, 649, 103, 565, 422, 103, 422, 593, 103, 103, 597, 103, 958, 592, 103, 103, 595, 103, 103, 103, 598, 103, 103, 600, 103, 591, 103, 591, 599, 604, 601, 103, 103, 605, 423, 103, 606, 602, 103, 103, 1051, 603, 566, 451, 567, 451, 1034, 568, 103, 1033, 455, 569, 455, 452, 570, 592, 607, 571, 572, 1031, 456, 573, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 103, 586, 586, 586, 586, 586, 587, 586, 588, 588, 588, 588, 588, 588, 588, 588, 588, 586, 586, 586, 586, 586, 586, 586, 589, 589, 589, 589, 589, 589, 589, 589, 589, 589, 589, 589, 589, 589, 589, 589, 589, 589, 589, 589, 589, 589, 589, 589, 589, 589, 589, 586, 103, 609, 103, 103, 103, 103, 103, 103, 662, 1026, 662, 103, 103, 610, 608, 611, 614, 103, 103, 103, 103, 103, 103, 103, 103, 612, 103, 103, 103, 103, 103, 617, 620, 103, 103, 103, 103, 103, 613, 626, 1025, 103, 619, 103, 103, 103, 615, 103, 103, 616, 618, 103, 103, 621, 623, 103, 622, 103, 103, 103, 103, 625, 103, 103, 103, 103, 103, 768, 180, 768, 624, 103, 103, 103, 103, 103, 103, 103, 103, 628, 103, 103, 103, 103, 487, 627, 487, 103, 103, 103, 103, 641, 103, 629, 488, 103, 103, 163, 1024, 631, 630, 632, 162, 1021, 103, 98, 103, 163, 633, 201, 632, 162, 654, 103, 654, 659, 163, 663, 633, 349, 632, 162, 655, 555, 103, 397, 163, 686, 682, 397, 1020, 662, 103, 662, 103, 708, 164, 165, 180, 1014, 166, 103, 661, 174, 103, 164, 165, 103, 103, 166, 656, 709, 103, 320, 168, 164, 165, 1013, 349, 166, 667, 174, 320, 168, 103, 103, 103, 687, 103, 103, 688, 81, 320, 168, 633, 170, 639, 162, 82, 83, 766, 770, 163, 103, 180, 103, 103, 662, 103, 662, 690, 1050, 640, 640, 640, 640, 640, 640, 640, 640, 640, 689, 103, 103, 103, 103, 664, 201, 664, 678, 103, 164, 165, 1012, 1062, 166, 665, 691, 174, 103, 666, 103, 1010, 852, 692, 1003, 103, 103, 320, 168, 180, 544, 544, 544, 544, 544, 544, 544, 544, 544, 103, 103, 650, 103, 650, 700, 859, 651, 651, 651, 651, 651, 651, 651, 651, 651, 180, 103, 103, 544, 544, 544, 544, 544, 544, 544, 544, 544, 768, 180, 768, 1075, 180, 516, 516, 516, 516, 516, 516, 516, 516, 516, 546, 546, 546, 546, 546, 546, 546, 546, 546, 103, 1002, 103, 515, 180, 546, 546, 546, 546, 546, 546, 546, 546, 546, 912, 720, 652, 103, 652, 103, 693, 653, 653, 653, 653, 653, 653, 653, 653, 653, 669, 669, 103, 669, 669, 669, 669, 669, 669, 669, 669, 669, 669, 669, 669, 669, 669, 683, 669, 684, 684, 684, 684, 684, 684, 684, 684, 684, 669, 669, 669, 669, 669, 669, 669, 685, 685, 685, 685, 685, 685, 685, 685, 685, 685, 685, 685, 685, 685, 685, 685, 685, 685, 685, 685, 685, 685, 685, 685, 685, 685, 685, 669, 103, 103, 103, 563, 695, 563, 103, 103, 103, 697, 180, 103, 696, 701, 714, 103, 238, 103, 103, 103, 712, 103, 103, 103, 103, 103, 103, 713, 103, 715, 103, 717, 103, 716, 103, 103, 718, 103, 103, 103, 721, 719, 721, 103, 1001, 1016, 698, 103, 858, 1000, 858, 103, 103, 858, 103, 858, 103, 997, 726, 103, 699, 237, 237, 237, 237, 237, 237, 237, 237, 237, 722, 103, 723, 103, 103, 103, 103, 103, 103, 103, 727, 103, 725, 103, 103, 729, 103, 733, 103, 731, 724, 103, 103, 996, 103, 103, 728, 103, 103, 732, 103, 103, 730, 103, 103, 103, 103, 734, 735, 103, 103, 736, 103, 103, 103, 103, 738, 737, 739, 103, 103, 103, 103, 103, 741, 742, 103, 103, 740, 103, 103, 103, 103, 201, 744, 103, 103, 103, 103, 103, 103, 745, 989, 103, 103, 103, 750, 103, 103, 103, 743, 103, 103, 747, 103, 103, 103, 103, 749, 748, 103, 103, 103, 751, 103, 986, 103, 752, 753, 103, 1019, 103, 103, 754, 985, 755, 162, 654, 201, 654, 756, 163, 755, 162, 163, 983, 103, 655, 163, 664, 163, 664, 756, 201, 755, 162, 103, 975, 98, 665, 163, 974, 654, 666, 654, 103, 790, 775, 103, 769, 164, 165, 655, 103, 166, 757, 771, 164, 165, 103, 776, 166, 103, 103, 666, 103, 666, 320, 168, 164, 165, 962, 892, 166, 320, 168, 103, 973, 666, 893, 757, 201, 894, 664, 238, 664, 320, 168, 756, 170, 760, 162, 81, 665, 81, 180, 163, 666, 81, 784, 785, 82, 83, 103, 103, 82, 83, 237, 237, 237, 237, 237, 237, 237, 237, 237, 103, 103, 1052, 103, 103, 103, 972, 789, 103, 164, 165, 971, 103, 166, 794, 103, 795, 103, 103, 791, 103, 992, 103, 793, 792, 103, 320, 168, 180, 103, 201, 797, 103, 797, 721, 832, 721, 832, 103, 103, 103, 103, 800, 812, 803, 651, 651, 651, 651, 651, 651, 651, 651, 651, 180, 103, 174, 103, 103, 941, 840, 941, 840, 915, 722, 103, 103, 103, 798, 813, 841, 651, 651, 651, 651, 651, 651, 651, 651, 651, 180, 799, 103, 103, 103, 899, 981, 814, 981, 1015, 103, 103, 103, 103, 821, 816, 815, 653, 653, 653, 653, 653, 653, 653, 653, 653, 180, 103, 103, 817, 819, 103, 81, 1008, 81, 1008, 1029, 970, 1029, 82, 83, 82, 83, 653, 653, 653, 653, 653, 653, 653, 653, 653, 765, 765, 180, 765, 765, 765, 765, 765, 765, 765, 765, 765, 765, 765, 765, 765, 765, 772, 765, 773, 773, 773, 773, 773, 773, 773, 773, 773, 765, 765, 765, 765, 765, 765, 765, 774, 774, 774, 774, 774, 774, 774, 774, 774, 774, 774, 774, 774, 774, 774, 774, 774, 774, 774, 774, 774, 774, 774, 774, 774, 774, 774, 765, 778, 778, 822, 778, 822, 969, 966, 778, 778, 965, 957, 778, 823, 956, 778, 778, 778, 778, 778, 778, 778, 778, 777, 777, 953, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 786, 777, 787, 787, 787, 787, 787, 787, 787, 787, 787, 777, 777, 777, 777, 777, 777, 777, 788, 788, 788, 788, 788, 788, 788, 788, 788, 788, 788, 788, 788, 788, 788, 788, 788, 788, 788, 788, 788, 788, 788, 788, 788, 788, 788, 777, 103, 103, 103, 822, 818, 822, 103, 103, 103, 951, 103, 826, 820, 823, 825, 829, 824, 103, 103, 103, 103, 948, 103, 103, 103, 828, 827, 103, 103, 933, 103, 831, 103, 103, 103, 103, 103, 103, 103, 103, 832, 835, 832, 103, 103, 103, 830, 103, 103, 103, 103, 103, 103, 103, 834, 103, 103, 842, 103, 103, 103, 837, 836, 838, 103, 103, 103, 103, 839, 103, 843, 103, 843, 103, 103, 103, 103, 754, 103, 756, 162, 103, 180, 853, 103, 932, 103, 840, 103, 840, 833, 103, 103, 845, 103, 103, 756, 841, 755, 162, 103, 858, 238, 858, 163, 103, 756, 844, 756, 162, 103, 103, 860, 857, 164, 165, 861, 103, 166, 174, 991, 103, 103, 103, 103, 862, 931, 103, 863, 103, 930, 320, 168, 164, 165, 103, 103, 166, 103, 864, 103, 103, 865, 164, 165, 929, 928, 166, 892, 927, 320, 168, 103, 103, 1045, 893, 1045, 1079, 894, 103, 320, 168, 851, 851, 180, 851, 851, 851, 851, 851, 851, 851, 851, 851, 851, 851, 851, 851, 851, 854, 851, 855, 855, 855, 855, 855, 855, 855, 855, 855, 851, 851, 851, 851, 851, 851, 851, 856, 856, 856, 856, 856, 856, 856, 856, 856, 856, 856, 856, 856, 856, 856, 856, 856, 856, 856, 856, 856, 856, 856, 856, 856, 856, 856, 851, 180, 237, 237, 237, 237, 237, 237, 237, 237, 237, 103, 797, 103, 797, 103, 103, 103, 345, 345, 345, 345, 345, 345, 345, 345, 345, 866, 871, 870, 103, 103, 103, 103, 873, 103, 103, 103, 103, 925, 886, 103, 103, 374, 922, 374, 103, 884, 103, 868, 882, 103, 883, 103, 885, 103, 887, 103, 103, 103, 103, 888, 869, 103, 889, 103, 103, 103, 103, 103, 896, 103, 103, 897, 103, 103, 890, 103, 103, 895, 898, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 903, 103, 103, 103, 900, 902, 103, 103, 843, 901, 843, 103, 907, 103, 103, 913, 103, 103, 201, 103, 103, 103, 908, 103, 103, 916, 103, 905, 921, 103, 917, 103, 103, 103, 103, 914, 103, 103, 103, 349, 103, 103, 103, 103, 103, 906, 180, 180, 924, 180, 918, 1037, 923, 103, 103, 920, 919, 103, 103, 103, 174, 103, 926, 345, 345, 345, 345, 345, 345, 345, 345, 345, 103, 103, 937, 103, 103, 103, 935, 103, 934, 936, 910, 103, 103, 103, 959, 103, 960, 103, 103, 103, 103, 103, 103, 938, 103, 940, 943, 939, 103, 103, 103, 892, 103, 944, 103, 103, 945, 103, 893, 946, 103, 894, 947, 103, 103, 103, 103, 103, 949, 909, 952, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 950, 103, 103, 954, 955, 963, 103, 103, 103, 103, 103, 103, 961, 103, 103, 103, 103, 103, 968, 964, 977, 103, 967, 103, 103, 103, 103, 103, 103, 103, 180, 980, 103, 103, 103, 976, 904, 103, 103, 978, 103, 943, 103, 103, 103, 103, 103, 979, 944, 943, 103, 945, 982, 943, 982, 943, 944, 103, 103, 945, 893, 103, 944, 894, 103, 945, 984, 103, 103, 103, 103, 103, 987, 988, 995, 103, 103, 1017, 103, 103, 881, 103, 993, 103, 103, 103, 103, 103, 103, 103, 998, 999, 103, 103, 1005, 103, 103, 1004, 103, 880, 103, 103, 1007, 1006, 103, 103, 103, 174, 1011, 103, 879, 103, 103, 103, 103, 103, 1009, 892, 1009, 103, 103, 103, 103, 1022, 893, 103, 103, 894, 103, 103, 103, 103, 1018, 1027, 103, 103, 103, 103, 1023, 1028, 103, 878, 103, 103, 103, 174, 103, 1030, 892, 1030, 103, 103, 103, 1032, 1035, 893, 103, 103, 894, 103, 877, 103, 103, 1040, 1041, 103, 1044, 103, 174, 1046, 892, 1046, 103, 103, 103, 201, 103, 893, 1071, 103, 894, 103, 103, 201, 103, 1048, 1055, 201, 103, 103, 876, 103, 1057, 1057, 174, 1057, 201, 1065, 1060, 1057, 1057, 103, 1081, 1057, 103, 103, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1058, 892, 1058, 892, 201, 892, 1072, 103, 893, 1063, 893, 894, 893, 894, 892, 894, 1076, 201, 1066, 1066, 174, 1067, 201, 103, 894, 1066, 1066, 1069, 201, 1066, 1078, 1077, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 103, 943, 201, 201, 201, 376, 875, 376, 944, 874, 1082, 945, 378, 391, 378, 391, 393, 1080, 393, 395, 544, 395, 544, 546, 872, 546, 867, 77, 73, 73, 349, 180, 180, 1083, 180, 1084, 174, 1088, 174, 1086, 1087, 848, 847, 846, 811, 810, 809, 808, 807, 806, 805, 804, 802, 801, 796, 77, 77, 1089, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 69, 69, 73, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 72, 72, 73, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 99, 99, 781, 349, 349, 180, 99, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 174, 178, 178, 178, 178, 759, 178, 185, 758, 185, 746, 185, 185, 711, 710, 707, 706, 185, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 89, 703, 702, 89, 89, 232, 232, 232, 232, 694, 232, 232, 77, 232, 232, 675, 232, 232, 671, 668, 232, 232, 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, 330, 527, 330, 527, 638, 330, 335, 335, 335, 335, 335, 335, 335, 335, 335, 335, 335, 335, 335, 335, 335, 335, 335, 340, 637, 340, 636, 340, 340, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 389, 635, 634, 389, 389, 256, 596, 256, 559, 396, 542, 541, 256, 540, 533, 532, 530, 529, 349, 180, 256, 505, 180, 505, 503, 502, 505, 512, 501, 512, 500, 512, 512, 640, 499, 640, 498, 174, 640, 647, 327, 647, 417, 647, 647, 669, 669, 398, 669, 669, 669, 669, 669, 669, 669, 669, 669, 669, 669, 669, 669, 669, 672, 672, 396, 672, 672, 672, 672, 672, 672, 672, 672, 672, 672, 672, 672, 672, 672, 674, 674, 388, 674, 674, 674, 674, 674, 674, 674, 674, 674, 674, 674, 674, 674, 674, 677, 677, 677, 677, 677, 677, 677, 677, 677, 677, 677, 677, 677, 677, 677, 677, 677, 679, 679, 679, 679, 679, 679, 679, 679, 679, 679, 679, 679, 679, 679, 679, 679, 679, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 765, 765, 765, 765, 765, 765, 765, 765, 765, 765, 765, 765, 765, 765, 765, 765, 765, 99, 387, 99, 386, 99, 99, 767, 767, 767, 767, 767, 767, 767, 767, 767, 767, 767, 767, 767, 767, 767, 767, 767, 777, 777, 385, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 777, 779, 779, 384, 779, 779, 779, 779, 779, 779, 779, 779, 779, 779, 779, 779, 779, 779, 780, 780, 383, 780, 780, 780, 780, 780, 780, 780, 780, 780, 780, 780, 780, 780, 780, 782, 782, 782, 782, 782, 782, 782, 782, 782, 782, 782, 782, 782, 782, 782, 782, 782, 783, 783, 783, 783, 783, 783, 783, 783, 783, 783, 783, 783, 783, 783, 783, 783, 783, 850, 850, 850, 850, 850, 850, 850, 850, 850, 850, 850, 850, 850, 850, 850, 850, 850, 851, 851, 851, 851, 851, 851, 851, 851, 851, 851, 851, 851, 851, 851, 851, 851, 851, 891, 891, 891, 891, 891, 891, 891, 891, 891, 891, 891, 891, 891, 891, 891, 891, 891, 942, 942, 942, 942, 942, 942, 942, 942, 942, 942, 942, 942, 942, 942, 942, 942, 942, 382, 381, 380, 379, 365, 364, 362, 361, 201, 349, 180, 180, 174, 328, 326, 325, 174, 231, 230, 223, 222, 77, 77, 73, 73, 207, 206, 204, 203, 201, 196, 1091, 61, 9, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091 } ; static yyconst short int yy_chk[4190] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 8, 11, 8, 11, 12, 13, 12, 13, 2, 10, 14, 15, 16, 17, 2, 2, 2, 2, 2, 2, 2, 2, 2, 10, 14, 18, 16, 17, 19, 20, 21, 24, 22, 2, 2, 19, 19, 2, 25, 26, 27, 11, 29, 78, 51, 13, 22, 15, 28, 51, 2, 2, 20, 26, 27, 11, 29, 28, 21, 13, 24, 15, 25, 49, 18, 49, 20, 19, 32, 32, 32, 28, 21, 1089, 24, 62, 25, 78, 18, 32, 62, 19, 23, 51, 23, 37, 32, 32, 65, 37, 65, 66, 67, 66, 67, 37, 68, 51, 68, 37, 23, 23, 23, 23, 23, 23, 23, 23, 23, 163, 38, 38, 92, 75, 38, 163, 79, 23, 38, 38, 38, 23, 23, 23, 38, 39, 74, 92, 23, 39, 23, 23, 94, 958, 1083, 39, 23, 191, 113, 39, 23, 30, 94, 30, 30, 30, 30, 30, 30, 30, 30, 30, 33, 33, 33, 113, 191, 74, 93, 33, 40, 75, 167, 33, 40, 30, 33, 79, 40, 167, 33, 33, 175, 93, 40, 111, 33, 111, 40, 30, 31, 958, 31, 31, 31, 31, 31, 31, 31, 31, 31, 1068, 111, 44, 117, 34, 34, 44, 34, 123, 31, 31, 34, 44, 31, 34, 175, 44, 34, 367, 31, 117, 34, 34, 35, 35, 123, 31, 31, 123, 80, 192, 89, 89, 35, 153, 35, 80, 80, 35, 35, 35, 35, 36, 41, 89, 35, 36, 41, 153, 36, 118, 41, 36, 367, 172, 42, 36, 41, 36, 42, 172, 41, 118, 192, 42, 42, 42, 118, 43, 42, 58, 42, 43, 45, 58, 1064, 43, 45, 177, 124, 58, 45, 43, 46, 58, 43, 43, 45, 43, 45, 46, 45, 45, 45, 46, 47, 124, 46, 176, 116, 46, 116, 47, 369, 53, 182, 47, 46, 351, 47, 53, 99, 47, 52, 52, 52, 116, 56, 53, 47, 48, 56, 48, 48, 56, 52, 57, 56, 48, 177, 184, 56, 176, 57, 1061, 99, 184, 57, 351, 182, 57, 369, 53, 57, 82, 114, 81, 81, 81, 99, 57, 82, 82, 52, 81, 81, 53, 48, 48, 114, 48, 48, 114, 1059, 85, 121, 509, 52, 179, 179, 179, 85, 85, 84, 48, 48, 50, 50, 50, 50, 84, 84, 121, 121, 50, 101, 101, 101, 101, 101, 101, 101, 101, 101, 50, 50, 50, 50, 50, 50, 50, 50, 50, 122, 509, 164, 122, 84, 103, 103, 112, 127, 103, 50, 50, 85, 50, 50, 103, 164, 122, 112, 103, 103, 205, 127, 205, 112, 127, 1054, 50, 50, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 88, 120, 88, 104, 183, 102, 1051, 104, 104, 106, 106, 104, 120, 106, 194, 1049, 126, 104, 120, 106, 128, 104, 104, 106, 106, 209, 195, 126, 102, 102, 107, 107, 102, 126, 107, 88, 132, 128, 102, 88, 107, 88, 102, 102, 107, 107, 88, 195, 88, 88, 194, 132, 202, 132, 135, 183, 143, 129, 88, 98, 98, 98, 98, 98, 98, 98, 98, 98, 105, 105, 129, 135, 105, 143, 129, 143, 209, 135, 105, 98, 98, 105, 105, 105, 108, 108, 202, 210, 108, 109, 109, 330, 98, 109, 108, 208, 1047, 330, 133, 109, 133, 108, 108, 109, 109, 110, 1043, 352, 115, 110, 110, 211, 133, 110, 133, 133, 507, 133, 152, 110, 115, 115, 110, 110, 110, 115, 115, 119, 131, 119, 131, 130, 210, 130, 219, 152, 219, 208, 131, 137, 344, 196, 137, 119, 352, 119, 119, 119, 119, 119, 119, 119, 119, 119, 125, 134, 137, 136, 196, 334, 196, 134, 125, 131, 138, 211, 130, 507, 332, 125, 136, 125, 134, 125, 136, 139, 138, 140, 141, 144, 131, 138, 119, 130, 119, 130, 344, 142, 139, 141, 140, 142, 139, 145, 140, 141, 144, 146, 148, 144, 148, 145, 147, 147, 142, 146, 142, 149, 332, 257, 145, 146, 150, 334, 146, 148, 148, 148, 155, 147, 148, 151, 157, 150, 149, 154, 154, 151, 149, 150, 157, 155, 156, 159, 151, 155, 156, 154, 151, 157, 158, 159, 154, 160, 158, 160, 160, 185, 257, 156, 159, 160, 161, 185, 161, 161, 248, 158, 190, 339, 161, 185, 169, 333, 169, 169, 186, 186, 186, 190, 169, 197, 849, 248, 193, 190, 190, 331, 199, 198, 160, 160, 199, 331, 160, 197, 193, 193, 197, 161, 161, 193, 193, 161, 198, 199, 198, 160, 160, 169, 169, 186, 212, 169, 215, 849, 161, 161, 333, 212, 212, 215, 215, 339, 511, 186, 169, 169, 171, 171, 171, 171, 213, 213, 213, 217, 171, 218, 366, 1016, 213, 213, 217, 217, 218, 218, 171, 171, 171, 171, 171, 171, 171, 171, 171, 214, 214, 214, 220, 221, 220, 221, 511, 214, 214, 171, 171, 355, 234, 171, 234, 251, 233, 233, 235, 236, 235, 236, 239, 240, 217, 244, 171, 171, 187, 233, 340, 366, 251, 239, 251, 218, 340, 1016, 244, 239, 240, 355, 244, 240, 340, 187, 187, 187, 187, 187, 187, 187, 187, 187, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 241, 242, 536, 243, 246, 274, 1039, 274, 338, 245, 249, 363, 247, 363, 246, 274, 1038, 243, 242, 242, 243, 246, 245, 247, 250, 241, 245, 249, 249, 247, 252, 255, 253, 254, 354, 255, 250, 252, 260, 250, 536, 250, 241, 253, 254, 258, 258, 252, 255, 253, 254, 259, 261, 338, 266, 260, 261, 263, 259, 264, 265, 264, 258, 267, 368, 263, 269, 267, 259, 261, 262, 266, 262, 354, 263, 270, 273, 265, 265, 265, 267, 268, 271, 269, 271, 268, 272, 270, 272, 264, 273, 505, 270, 273, 264, 276, 1033, 505, 268, 271, 262, 291, 292, 343, 277, 262, 276, 520, 262, 278, 262, 264, 276, 262, 279, 277, 368, 262, 291, 292, 262, 277, 262, 262, 262, 281, 278, 262, 280, 278, 520, 279, 280, 281, 279, 284, 282, 283, 282, 283, 272, 286, 281, 343, 285, 280, 282, 283, 285, 287, 288, 289, 284, 287, 1031, 284, 294, 568, 286, 293, 286, 285, 290, 360, 289, 568, 287, 288, 289, 294, 290, 282, 283, 294, 288, 506, 293, 293, 295, 290, 296, 506, 282, 283, 962, 297, 296, 298, 282, 283, 298, 295, 282, 283, 299, 295, 297, 296, 298, 295, 300, 301, 297, 360, 298, 302, 303, 508, 304, 306, 303, 299, 304, 302, 299, 305, 306, 300, 301, 307, 300, 301, 302, 303, 308, 304, 306, 309, 305, 310, 1026, 962, 305, 312, 316, 311, 307, 311, 307, 314, 312, 308, 309, 308, 309, 311, 310, 313, 315, 317, 312, 316, 314, 313, 370, 318, 314, 318, 318, 508, 315, 370, 370, 318, 313, 315, 317, 359, 317, 640, 311, 336, 336, 336, 319, 640, 319, 319, 342, 342, 342, 321, 319, 321, 321, 353, 350, 311, 356, 321, 350, 358, 318, 318, 510, 358, 318, 357, 357, 371, 359, 513, 353, 350, 353, 356, 371, 371, 358, 318, 318, 319, 319, 519, 357, 319, 372, 359, 321, 321, 389, 389, 321, 372, 372, 396, 399, 396, 319, 319, 398, 402, 398, 389, 539, 321, 321, 329, 329, 329, 329, 539, 539, 399, 399, 329, 510, 531, 402, 531, 519, 371, 513, 522, 372, 329, 329, 329, 329, 329, 329, 329, 329, 329, 373, 373, 373, 373, 373, 373, 373, 373, 373, 400, 329, 329, 522, 400, 329, 374, 374, 374, 374, 374, 374, 374, 374, 374, 404, 405, 400, 329, 329, 345, 375, 375, 375, 375, 375, 375, 375, 375, 375, 641, 1119, 404, 405, 534, 1119, 641, 345, 345, 345, 345, 345, 345, 345, 345, 345, 376, 376, 376, 376, 376, 376, 376, 376, 376, 403, 406, 403, 345, 346, 377, 377, 377, 377, 377, 377, 377, 377, 377, 534, 643, 645, 403, 406, 406, 761, 346, 346, 346, 346, 346, 346, 346, 346, 346, 378, 378, 378, 378, 378, 378, 378, 378, 378, 407, 408, 410, 346, 349, 390, 390, 390, 390, 390, 390, 390, 390, 390, 643, 645, 410, 407, 408, 410, 761, 349, 349, 349, 349, 349, 349, 349, 349, 349, 391, 391, 391, 391, 391, 391, 391, 391, 391, 392, 392, 392, 392, 392, 392, 392, 392, 392, 393, 393, 393, 393, 393, 393, 393, 393, 393, 394, 394, 394, 394, 394, 394, 394, 394, 394, 395, 395, 395, 395, 395, 395, 395, 395, 395, 409, 411, 412, 413, 409, 414, 419, 1025, 416, 414, 412, 420, 411, 415, 419, 418, 1021, 409, 411, 412, 413, 416, 414, 419, 415, 416, 418, 424, 420, 420, 415, 421, 418, 421, 425, 426, 427, 514, 428, 429, 426, 424, 642, 429, 424, 430, 432, 433, 426, 433, 427, 425, 426, 427, 425, 428, 429, 1020, 431, 429, 911, 435, 430, 432, 437, 431, 421, 432, 438, 430, 438, 1017, 1036, 439, 421, 431, 440, 433, 435, 443, 435, 437, 441, 421, 642, 445, 514, 444, 421, 422, 439, 422, 439, 440, 446, 444, 443, 911, 438, 441, 447, 441, 445, 438, 444, 445, 449, 453, 447, 448, 591, 446, 591, 446, 449, 448, 450, 447, 450, 422, 438, 453, 448, 449, 453, 1036, 448, 422, 451, 422, 451, 1014, 422, 450, 1012, 455, 422, 455, 451, 422, 591, 454, 422, 422, 1010, 455, 422, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 454, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 436, 457, 458, 459, 461, 460, 462, 463, 464, 636, 1003, 636, 465, 467, 459, 457, 460, 467, 457, 458, 459, 461, 460, 462, 463, 464, 465, 466, 468, 465, 467, 469, 470, 474, 471, 472, 473, 475, 477, 466, 483, 1001, 479, 472, 466, 468, 476, 468, 469, 470, 469, 471, 472, 473, 475, 477, 474, 476, 478, 479, 480, 481, 480, 476, 482, 483, 484, 485, 649, 649, 649, 478, 486, 474, 489, 478, 490, 480, 481, 491, 490, 482, 483, 484, 485, 487, 486, 487, 492, 486, 493, 489, 512, 490, 493, 487, 491, 494, 512, 1000, 495, 494, 495, 495, 997, 492, 512, 493, 495, 496, 528, 496, 496, 518, 494, 518, 521, 496, 525, 497, 523, 497, 497, 518, 521, 547, 1120, 497, 549, 547, 1120, 996, 524, 521, 524, 525, 571, 495, 495, 648, 989, 495, 547, 523, 1035, 549, 496, 496, 518, 552, 496, 518, 571, 550, 495, 495, 497, 497, 986, 657, 497, 528, 1050, 496, 496, 518, 552, 524, 550, 551, 550, 551, 538, 497, 497, 504, 504, 504, 504, 538, 538, 648, 657, 504, 524, 766, 551, 554, 662, 553, 662, 554, 1035, 504, 504, 504, 504, 504, 504, 504, 504, 504, 553, 556, 554, 555, 553, 526, 776, 526, 538, 557, 504, 504, 985, 1050, 504, 526, 555, 1071, 556, 526, 555, 983, 766, 557, 975, 574, 557, 504, 504, 515, 543, 543, 543, 543, 543, 543, 543, 543, 543, 564, 526, 515, 574, 515, 564, 776, 515, 515, 515, 515, 515, 515, 515, 515, 515, 516, 564, 526, 544, 544, 544, 544, 544, 544, 544, 544, 544, 768, 768, 768, 1071, 852, 516, 516, 516, 516, 516, 516, 516, 516, 516, 545, 545, 545, 545, 545, 545, 545, 545, 545, 576, 973, 558, 516, 517, 546, 546, 546, 546, 546, 546, 546, 546, 546, 852, 584, 517, 576, 517, 558, 558, 517, 517, 517, 517, 517, 517, 517, 517, 517, 548, 548, 584, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 548, 560, 561, 562, 563, 560, 563, 565, 575, 577, 562, 991, 578, 561, 565, 578, 579, 588, 560, 561, 562, 575, 582, 580, 565, 575, 577, 589, 577, 578, 579, 581, 581, 579, 580, 593, 588, 582, 583, 582, 580, 585, 583, 585, 589, 971, 991, 563, 581, 848, 970, 848, 593, 588, 858, 583, 858, 597, 966, 597, 590, 563, 587, 587, 587, 587, 587, 587, 587, 587, 587, 585, 594, 590, 597, 595, 585, 590, 598, 599, 600, 598, 601, 595, 602, 603, 601, 604, 605, 594, 603, 594, 595, 585, 965, 598, 599, 600, 607, 601, 604, 602, 603, 602, 604, 605, 606, 609, 606, 607, 608, 611, 608, 610, 614, 607, 612, 610, 609, 611, 616, 613, 615, 606, 609, 613, 615, 608, 611, 612, 610, 614, 617, 612, 994, 618, 621, 616, 613, 615, 619, 622, 619, 956, 624, 625, 623, 624, 627, 617, 628, 617, 618, 621, 621, 629, 630, 619, 622, 623, 622, 624, 625, 623, 625, 627, 953, 628, 627, 628, 685, 994, 629, 630, 631, 951, 631, 631, 634, 667, 634, 632, 631, 632, 632, 647, 948, 685, 634, 632, 638, 647, 638, 633, 915, 633, 633, 663, 932, 647, 638, 633, 931, 654, 638, 654, 656, 687, 663, 659, 656, 631, 631, 654, 663, 631, 634, 659, 632, 632, 689, 667, 632, 656, 687, 666, 659, 666, 631, 631, 633, 633, 915, 823, 633, 632, 632, 689, 930, 666, 823, 654, 1037, 823, 664, 684, 664, 633, 633, 639, 639, 639, 639, 678, 664, 679, 960, 639, 664, 680, 678, 678, 679, 679, 684, 686, 680, 680, 683, 683, 683, 683, 683, 683, 683, 683, 683, 688, 690, 1037, 691, 684, 686, 929, 686, 693, 639, 639, 928, 692, 639, 692, 697, 693, 688, 690, 688, 691, 960, 700, 691, 690, 693, 639, 639, 650, 692, 859, 695, 697, 695, 721, 832, 721, 832, 696, 700, 701, 712, 696, 712, 701, 650, 650, 650, 650, 650, 650, 650, 650, 650, 651, 696, 990, 701, 712, 892, 746, 892, 746, 859, 721, 713, 695, 714, 695, 713, 746, 651, 651, 651, 651, 651, 651, 651, 651, 651, 652, 695, 713, 695, 714, 832, 941, 714, 941, 990, 715, 716, 717, 719, 723, 716, 715, 652, 652, 652, 652, 652, 652, 652, 652, 652, 653, 715, 716, 717, 719, 723, 783, 981, 784, 981, 1008, 927, 1008, 783, 783, 784, 784, 653, 653, 653, 653, 653, 653, 653, 653, 653, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 670, 670, 822, 670, 822, 925, 922, 670, 670, 921, 910, 670, 822, 909, 670, 670, 670, 670, 670, 670, 670, 670, 682, 682, 906, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 682, 718, 720, 725, 724, 718, 724, 726, 727, 729, 904, 730, 727, 720, 724, 726, 731, 725, 718, 720, 725, 733, 899, 728, 726, 727, 729, 728, 730, 732, 881, 734, 733, 731, 735, 736, 737, 739, 733, 724, 728, 738, 740, 738, 741, 742, 732, 732, 734, 745, 747, 735, 736, 737, 739, 739, 724, 744, 747, 740, 743, 741, 742, 741, 743, 748, 745, 747, 749, 744, 750, 751, 753, 751, 744, 752, 738, 743, 754, 769, 754, 754, 748, 959, 769, 749, 879, 750, 840, 753, 840, 738, 752, 738, 752, 788, 769, 755, 840, 755, 755, 771, 775, 787, 775, 755, 751, 756, 751, 756, 756, 792, 788, 789, 771, 754, 754, 789, 771, 754, 1077, 959, 787, 751, 790, 791, 790, 878, 792, 791, 789, 877, 754, 754, 755, 755, 793, 775, 755, 787, 793, 790, 791, 794, 756, 756, 876, 875, 756, 891, 874, 755, 755, 793, 775, 1029, 891, 1029, 1077, 891, 794, 756, 756, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 772, 786, 786, 786, 786, 786, 786, 786, 786, 786, 799, 797, 795, 797, 798, 800, 803, 772, 772, 772, 772, 772, 772, 772, 772, 772, 795, 799, 798, 795, 812, 798, 800, 803, 813, 814, 815, 816, 872, 816, 818, 817, 1112, 869, 1112, 826, 814, 812, 797, 812, 825, 813, 814, 815, 816, 817, 819, 818, 817, 820, 819, 797, 826, 820, 821, 824, 827, 825, 828, 825, 829, 830, 829, 819, 831, 821, 820, 833, 824, 830, 834, 821, 824, 827, 835, 828, 836, 829, 830, 837, 836, 831, 838, 839, 833, 835, 842, 834, 843, 834, 843, 835, 844, 836, 845, 853, 837, 857, 1019, 838, 839, 861, 845, 842, 860, 860, 862, 842, 868, 844, 862, 845, 853, 863, 857, 857, 864, 865, 861, 856, 870, 860, 866, 862, 871, 843, 854, 851, 871, 912, 863, 1019, 870, 864, 865, 866, 865, 870, 873, 866, 850, 871, 873, 854, 854, 854, 854, 854, 854, 854, 854, 854, 882, 883, 885, 873, 886, 884, 883, 887, 882, 884, 847, 888, 889, 890, 912, 895, 912, 882, 883, 885, 896, 886, 884, 886, 887, 889, 893, 887, 888, 889, 890, 894, 895, 893, 900, 897, 893, 896, 894, 897, 898, 894, 898, 901, 902, 903, 905, 907, 900, 846, 905, 900, 897, 908, 913, 914, 916, 898, 917, 918, 901, 902, 903, 905, 907, 907, 908, 916, 920, 923, 908, 913, 914, 916, 913, 917, 918, 919, 924, 926, 924, 919, 935, 934, 923, 920, 923, 936, 938, 937, 939, 940, 992, 940, 919, 924, 926, 934, 841, 935, 934, 937, 946, 942, 936, 938, 937, 939, 940, 939, 942, 944, 947, 942, 943, 943, 943, 945, 944, 946, 950, 944, 943, 952, 945, 943, 949, 945, 949, 947, 954, 955, 963, 961, 954, 955, 963, 950, 964, 992, 952, 967, 811, 949, 961, 968, 976, 954, 955, 963, 961, 978, 967, 968, 977, 964, 977, 979, 967, 976, 980, 810, 968, 976, 980, 979, 984, 987, 978, 1015, 984, 977, 809, 988, 979, 993, 995, 980, 982, 982, 982, 998, 999, 984, 987, 998, 982, 1004, 1006, 982, 988, 1005, 993, 995, 993, 1005, 1007, 1018, 998, 999, 999, 1006, 1022, 808, 1004, 1006, 1027, 1062, 1005, 1009, 1009, 1009, 1011, 1007, 1018, 1011, 1015, 1009, 1023, 1022, 1009, 1040, 807, 1027, 1028, 1022, 1023, 1032, 1028, 1011, 1079, 1030, 1030, 1030, 1041, 1023, 1044, 1052, 1040, 1030, 1062, 1028, 1030, 1048, 1032, 1072, 1055, 1032, 1041, 1063, 1065, 1041, 806, 1044, 1045, 1045, 1075, 1045, 1076, 1055, 1048, 1045, 1045, 1055, 1079, 1045, 1069, 1065, 1045, 1045, 1045, 1045, 1045, 1045, 1045, 1045, 1046, 1046, 1046, 1057, 1078, 1066, 1063, 1069, 1046, 1052, 1057, 1046, 1066, 1057, 1058, 1066, 1072, 1080, 1058, 1058, 1081, 1058, 1082, 1060, 1058, 1058, 1058, 1060, 1084, 1058, 1076, 1075, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1058, 1060, 1067, 1086, 1087, 1088, 1113, 805, 1113, 1067, 804, 1080, 1067, 1114, 1116, 1114, 1116, 1117, 1078, 1117, 1118, 1124, 1118, 1124, 1125, 802, 1125, 796, 782, 781, 780, 774, 767, 765, 1081, 764, 1082, 763, 1087, 762, 1084, 1086, 759, 758, 757, 711, 710, 709, 708, 707, 706, 705, 703, 699, 698, 694, 677, 676, 1088, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1094, 1094, 675, 1094, 1094, 1094, 1094, 1094, 1094, 1094, 1094, 1094, 1094, 1094, 1094, 1094, 1094, 1095, 1095, 674, 1095, 1095, 1095, 1095, 1095, 1095, 1095, 1095, 1095, 1095, 1095, 1095, 1095, 1095, 1096, 1096, 1096, 1096, 1096, 1096, 1096, 1096, 1096, 1096, 1096, 1096, 1096, 1096, 1096, 1096, 1096, 1097, 1097, 1097, 1097, 1097, 1097, 1097, 1097, 1097, 1097, 1097, 1097, 1097, 1097, 1097, 1097, 1097, 1098, 1098, 673, 661, 658, 646, 1098, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1099, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1101, 1101, 1101, 1101, 1101, 1101, 1101, 1101, 1101, 1101, 644, 1101, 1101, 1101, 1101, 637, 1101, 1102, 635, 1102, 620, 1102, 1102, 573, 572, 570, 569, 1102, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1104, 1104, 1104, 1104, 1104, 1104, 1104, 1104, 1104, 1104, 1104, 1104, 1104, 1104, 1104, 1104, 1104, 1105, 567, 566, 1105, 1105, 1106, 1106, 1106, 1106, 559, 1106, 1106, 537, 1106, 1106, 535, 1106, 1106, 532, 529, 1106, 1106, 1107, 1107, 1107, 1107, 1107, 1107, 1107, 1107, 1107, 1107, 1107, 1107, 1107, 1107, 1107, 1107, 1107, 1108, 527, 1108, 503, 502, 1108, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1110, 501, 1110, 500, 1110, 1110, 1111, 1111, 1111, 1111, 1111, 1111, 1111, 1111, 1111, 1111, 1111, 1111, 1111, 1111, 1111, 1111, 1111, 1115, 499, 498, 1115, 1115, 1121, 442, 1121, 417, 397, 388, 386, 1121, 379, 365, 364, 362, 361, 348, 341, 1121, 1122, 335, 1122, 328, 327, 1122, 1123, 326, 1123, 325, 1123, 1123, 1126, 324, 1126, 323, 322, 1126, 1127, 320, 1127, 256, 1127, 1127, 1128, 1128, 238, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1129, 1129, 237, 1129, 1129, 1129, 1129, 1129, 1129, 1129, 1129, 1129, 1129, 1129, 1129, 1129, 1129, 1130, 1130, 231, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1131, 1131, 1131, 1131, 1131, 1131, 1131, 1131, 1131, 1131, 1131, 1131, 1131, 1131, 1131, 1131, 1131, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1135, 230, 1135, 229, 1135, 1135, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1137, 1137, 228, 1137, 1137, 1137, 1137, 1137, 1137, 1137, 1137, 1137, 1137, 1137, 1137, 1137, 1137, 1138, 1138, 227, 1138, 1138, 1138, 1138, 1138, 1138, 1138, 1138, 1138, 1138, 1138, 1138, 1138, 1138, 1139, 1139, 226, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1140, 1140, 1140, 1140, 1140, 1140, 1140, 1140, 1140, 1140, 1140, 1140, 1140, 1140, 1140, 1140, 1140, 1141, 1141, 1141, 1141, 1141, 1141, 1141, 1141, 1141, 1141, 1141, 1141, 1141, 1141, 1141, 1141, 1141, 1142, 1142, 1142, 1142, 1142, 1142, 1142, 1142, 1142, 1142, 1142, 1142, 1142, 1142, 1142, 1142, 1142, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1145, 1145, 1145, 1145, 1145, 1145, 1145, 1145, 1145, 1145, 1145, 1145, 1145, 1145, 1145, 1145, 1145, 225, 224, 223, 222, 207, 206, 204, 203, 200, 189, 181, 178, 173, 168, 166, 165, 162, 96, 95, 91, 90, 77, 76, 73, 72, 71, 70, 64, 63, 60, 55, 9, 7, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091 } ; static yy_state_type yy_last_accepting_state; static char *yy_last_accepting_cpos; /* The intent behind this definition is that it'll catch * any uses of REJECT which flex missed. */ #define REJECT reject_used_but_not_detected #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *yytext; #line 1 "fortran.lex" #define INITIAL 0 /******************************************************************************/ /* */ /* CONV (converter) for Agrif (Adaptive Grid Refinement In Fortran) */ /* */ /* Copyright or or Copr. Laurent Debreu (Laurent.Debreu@imag.fr) */ /* Cyril Mazauric (Cyril_Mazauric@yahoo.fr) */ /* This software is governed by the CeCILL-C license under French law and */ /* abiding by the rules of distribution of free software. You can use, */ /* modify and/ or redistribute the software under the terms of the CeCILL-C */ /* license as circulated by CEA, CNRS and INRIA at the following URL */ /* "http://www.cecill.info". */ /* */ /* As a counterpart to the access to the source code and rights to copy, */ /* modify and redistribute granted by the license, users are provided only */ /* with a limited warranty and the software's author, the holder of the */ /* economic rights, and the successive licensors have only limited */ /* liability. */ /* */ /* In this respect, the user's attention is drawn to the risks associated */ /* with loading, using, modifying and/or developing or reproducing the */ /* software by the user in light of its specific status of free software, */ /* that may mean that it is complicated to manipulate, and that also */ /* therefore means that it is reserved for developers and experienced */ /* professionals having in-depth computer knowledge. Users are therefore */ /* encouraged to load and test the software's suitability as regards their */ /* requirements in conditions enabling the security of their systems and/or */ /* data to be ensured and, more generally, to use and operate it in the */ /* same conditions as regards security. */ /* */ /* The fact that you are presently reading this means that you have had */ /* knowledge of the CeCILL-C license and that you accept its terms. */ /******************************************************************************/ /* version 1.7 */ /******************************************************************************/ #define parameter 1 #define character 2 #define donottreat 3 #line 39 "fortran.lex" #include #include #include extern FILE * yyin; #define MAX_INCLUDE_DEPTH 30 #define tabsize 6 YY_BUFFER_STATE include_stack[MAX_INCLUDE_DEPTH]; int line_num_fortran=1; int line_num_fortran_common=1; int newlinef90 = 0; char *tmp; char tmpc; /******************************************************************************/ /**************PETITS PB NON PREVUS *******************************************/ /******************************************************************************/ /* NEXTLINF77 un ligne fortran 77 peut commencer par - &a=b or on */ /* a prevu seulement & a=b avec l'espace entre le symbole */ /* de la 7eme et le debut de la ligne de commande */ /* le ! est aussi interdit comme symbole de la 7 eme colonne */ /* Normalement NEXTLINEF77 \n+[ ]{5}[^ ] */ /******************************************************************************/ #define YY_USER_ACTION \ {\ if (firstpass == 0) \ {\ strcat(curbuf,yytext); \ Save_Length(curbuf,38); \ strcpy(motparse,yytext);\ Save_Length(motparse,32); \ colnum = colnum + strlen(motparse);\ ECHO; \ }\ strcpy(motparse1,yytext);\ /*if ( firstpass == 1 ) printf("yytext = %s %d\n",yytext,strlen(yytext));*/\ } #line 1753 "fortran.yy.c" /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int yywrap YY_PROTO(( void )); #else extern int yywrap YY_PROTO(( void )); #endif #endif #ifndef YY_NO_UNPUT static void yyunput YY_PROTO(( int c, char *buf_ptr )); #endif #ifndef yytext_ptr static void yy_flex_strncpy YY_PROTO(( char *, yyconst char *, int )); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen YY_PROTO(( yyconst char * )); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput YY_PROTO(( void )); #else static int input YY_PROTO(( void )); #endif #endif #if YY_STACK_USED static int yy_start_stack_ptr = 0; static int yy_start_stack_depth = 0; static int *yy_start_stack = 0; #ifndef YY_NO_PUSH_STATE static void yy_push_state YY_PROTO(( int new_state )); #endif #ifndef YY_NO_POP_STATE static void yy_pop_state YY_PROTO(( void )); #endif #ifndef YY_NO_TOP_STATE static int yy_top_state YY_PROTO(( void )); #endif #else #define YY_NO_PUSH_STATE 1 #define YY_NO_POP_STATE 1 #define YY_NO_TOP_STATE 1 #endif #ifdef YY_MALLOC_DECL YY_MALLOC_DECL #else #if __STDC__ #ifndef __cplusplus #include #endif #else /* Just try to get by without declaring the routines. This will fail * miserably on non-ANSI systems for which sizeof(size_t) != sizeof(int) * or sizeof(void*) != sizeof(int). */ #endif #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 /* 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 ( yy_current_buffer->yy_is_interactive ) \ { \ int c = '*', 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 if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \ && ferror( yyin ) ) \ 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 /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* 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 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 #define YY_RULE_SETUP \ if ( yyleng > 0 ) \ yy_current_buffer->yy_at_bol = \ (yytext[yyleng - 1] == '\n'); \ YY_USER_ACTION YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; #line 103 "fortran.lex" #line 1910 "fortran.yy.c" if ( yy_init ) { yy_init = 0; #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_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); yy_load_buffer_state(); } 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; yy_current_state += YY_AT_BOL(); yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; if ( yy_accept[yy_current_state] ) { yy_last_accepting_state = yy_current_state; yy_last_accepting_cpos = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 1092 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; ++yy_cp; } while ( yy_base[yy_current_state] != 4126 ); yy_find_action: yy_act = yy_accept[yy_current_state]; if ( yy_act == 0 ) { /* have to back up */ yy_cp = yy_last_accepting_cpos; yy_current_state = yy_last_accepting_state; yy_act = yy_accept[yy_current_state]; } YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 0: /* must back up */ /* undo the effects of YY_DO_BEFORE_ACTION */ *yy_cp = yy_hold_char; yy_cp = yy_last_accepting_cpos; yy_current_state = yy_last_accepting_state; goto yy_find_action; case 1: YY_RULE_SETUP #line 105 "fortran.lex" return TOK_DEBUT; YY_BREAK case 2: YY_RULE_SETUP #line 106 "fortran.lex" return TOK_FIN; YY_BREAK case 3: YY_RULE_SETUP #line 107 "fortran.lex" return TOK_OMP; YY_BREAK case 4: YY_RULE_SETUP #line 108 "fortran.lex" return TOK_DOLLAR; YY_BREAK case 5: YY_RULE_SETUP #line 110 "fortran.lex" {return TOK_REAL8;} YY_BREAK case 6: YY_RULE_SETUP #line 111 "fortran.lex" {return TOK_SUBROUTINE;} YY_BREAK case 7: YY_RULE_SETUP #line 112 "fortran.lex" {return TOK_PROGRAM;} YY_BREAK case 8: YY_RULE_SETUP #line 113 "fortran.lex" {return TOK_ALLOCATE;} YY_BREAK case 9: YY_RULE_SETUP #line 114 "fortran.lex" {return TOK_DEALLOCATE;} YY_BREAK case 10: YY_RULE_SETUP #line 115 "fortran.lex" {return TOK_RESULT;} YY_BREAK case 11: YY_RULE_SETUP #line 116 "fortran.lex" {return TOK_FUNCTION;} YY_BREAK case 12: YY_RULE_SETUP #line 117 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_ENDSUBROUTINE;} YY_BREAK case 13: YY_RULE_SETUP #line 118 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_ENDPROGRAM;} YY_BREAK case 14: YY_RULE_SETUP #line 119 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_ENDFUNCTION;} YY_BREAK case 15: YY_RULE_SETUP #line 120 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_ENDUNIT;} YY_BREAK case 16: YY_RULE_SETUP #line 121 "fortran.lex" return TOK_INCLUDE; YY_BREAK case 17: YY_RULE_SETUP #line 122 "fortran.lex" { strcpy(yylval.na,yytext); tmpc = input(); unput(tmpc); if ( ( tmpc >= 'a' && tmpc <= 'z' ) || ( tmpc >= 'A' && tmpc <= 'Z' ) ) { return TOK_USE; } else { return TOK_NAME; } } YY_BREAK case 18: YY_RULE_SETUP #line 139 "fortran.lex" {return TOK_REWIND;} YY_BREAK case 19: YY_RULE_SETUP #line 140 "fortran.lex" return TOK_IMPLICIT; YY_BREAK case 20: YY_RULE_SETUP #line 141 "fortran.lex" return TOK_NONE; YY_BREAK case 21: YY_RULE_SETUP #line 142 "fortran.lex" return TOK_CALL; YY_BREAK case 22: YY_RULE_SETUP #line 143 "fortran.lex" return TOK_TRUE; YY_BREAK case 23: YY_RULE_SETUP #line 144 "fortran.lex" return TOK_FALSE; YY_BREAK case 24: YY_RULE_SETUP #line 145 "fortran.lex" {return TOK_POINT_TO;} YY_BREAK case 25: YY_RULE_SETUP #line 146 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_DASTER;} YY_BREAK case 26: YY_RULE_SETUP #line 147 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_EQ;} YY_BREAK case 27: YY_RULE_SETUP #line 148 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_GT;} YY_BREAK case 28: YY_RULE_SETUP #line 149 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_GE;} YY_BREAK case 29: YY_RULE_SETUP #line 150 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_LT;} YY_BREAK case 30: YY_RULE_SETUP #line 151 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_LE;} YY_BREAK case 31: YY_RULE_SETUP #line 152 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_NE;} YY_BREAK case 32: YY_RULE_SETUP #line 153 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_NOT;} YY_BREAK case 33: YY_RULE_SETUP #line 154 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_OR;} YY_BREAK case 34: YY_RULE_SETUP #line 155 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_XOR;} YY_BREAK case 35: YY_RULE_SETUP #line 156 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_AND;} YY_BREAK case 36: YY_RULE_SETUP #line 157 "fortran.lex" {return TOK_MODULE;} YY_BREAK case 37: YY_RULE_SETUP #line 158 "fortran.lex" {return TOK_DOWHILE;} YY_BREAK case 38: YY_RULE_SETUP #line 159 "fortran.lex" return TOK_ENDMODULE; YY_BREAK case 39: YY_RULE_SETUP #line 160 "fortran.lex" return TOK_ENDDO; YY_BREAK case 40: YY_RULE_SETUP #line 161 "fortran.lex" {return TOK_PLAINDO;} YY_BREAK case 41: YY_RULE_SETUP #line 162 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_REAL;} YY_BREAK case 42: YY_RULE_SETUP #line 163 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_INTEGER;} YY_BREAK case 43: YY_RULE_SETUP #line 164 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_LOGICAL;} YY_BREAK case 44: YY_RULE_SETUP #line 165 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CHARACTER;} YY_BREAK case 45: YY_RULE_SETUP #line 166 "fortran.lex" {return TOK_ALLOCATABLE;} YY_BREAK case 46: YY_RULE_SETUP #line 167 "fortran.lex" return TOK_CLOSE; YY_BREAK case 47: YY_RULE_SETUP #line 168 "fortran.lex" return TOK_INQUIRE; YY_BREAK case 48: YY_RULE_SETUP #line 169 "fortran.lex" {return TOK_DIMENSION;} YY_BREAK case 49: YY_RULE_SETUP #line 170 "fortran.lex" return TOK_PAUSE; YY_BREAK case 50: YY_RULE_SETUP #line 171 "fortran.lex" return TOK_EQUIVALENCE; YY_BREAK case 51: YY_RULE_SETUP #line 172 "fortran.lex" return TOK_STOP; YY_BREAK case 52: YY_RULE_SETUP #line 173 "fortran.lex" return TOK_WHERE; YY_BREAK case 53: YY_RULE_SETUP #line 174 "fortran.lex" return TOK_ENDWHERE; YY_BREAK case 54: YY_RULE_SETUP #line 175 "fortran.lex" return TOK_ELSEWHERE; YY_BREAK case 55: YY_RULE_SETUP #line 176 "fortran.lex" {return TOK_COMPLEX;} YY_BREAK case 56: YY_RULE_SETUP #line 177 "fortran.lex" {return TOK_CONTAINS;} YY_BREAK case 57: YY_RULE_SETUP #line 178 "fortran.lex" {return TOK_ONLY;} YY_BREAK case 58: YY_RULE_SETUP #line 179 "fortran.lex" {return TOK_PARAMETER;} YY_BREAK case 59: YY_RULE_SETUP #line 180 "fortran.lex" {return TOK_RECURSIVE;} YY_BREAK case 60: YY_RULE_SETUP #line 181 "fortran.lex" {return TOK_COMMON;} YY_BREAK case 61: YY_RULE_SETUP #line 182 "fortran.lex" {return TOK_GLOBAL;} YY_BREAK case 62: YY_RULE_SETUP #line 183 "fortran.lex" {return TOK_EXTERNAL;} YY_BREAK case 63: YY_RULE_SETUP #line 184 "fortran.lex" {return TOK_INTENT;} YY_BREAK case 64: YY_RULE_SETUP #line 185 "fortran.lex" {return TOK_POINTER;} YY_BREAK case 65: YY_RULE_SETUP #line 186 "fortran.lex" {return TOK_OPTIONAL;} YY_BREAK case 66: YY_RULE_SETUP #line 187 "fortran.lex" {return TOK_SAVE;} YY_BREAK case 67: YY_RULE_SETUP #line 188 "fortran.lex" {return TOK_TYPE;} YY_BREAK case 68: YY_RULE_SETUP #line 189 "fortran.lex" {return TOK_TYPEPAR;} YY_BREAK case 69: YY_RULE_SETUP #line 190 "fortran.lex" {return TOK_STAT;} YY_BREAK case 70: YY_RULE_SETUP #line 191 "fortran.lex" {return TOK_ENDTYPE;} YY_BREAK case 71: YY_RULE_SETUP #line 192 "fortran.lex" return TOK_OPEN; YY_BREAK case 72: YY_RULE_SETUP #line 193 "fortran.lex" return TOK_RETURN; YY_BREAK case 73: YY_RULE_SETUP #line 194 "fortran.lex" return TOK_EXIT; YY_BREAK case 74: YY_RULE_SETUP #line 195 "fortran.lex" return TOK_PRINT; YY_BREAK case 75: YY_RULE_SETUP #line 196 "fortran.lex" {return TOK_PROCEDURE;} YY_BREAK case 76: YY_RULE_SETUP #line 197 "fortran.lex" {return TOK_READ;} YY_BREAK case 77: YY_RULE_SETUP #line 198 "fortran.lex" {return TOK_NAMELIST;} YY_BREAK case 78: YY_RULE_SETUP #line 199 "fortran.lex" {return TOK_WRITE;} YY_BREAK case 79: YY_RULE_SETUP #line 200 "fortran.lex" {return TOK_TARGET;} YY_BREAK case 80: YY_RULE_SETUP #line 201 "fortran.lex" {return TOK_PUBLIC;} YY_BREAK case 81: YY_RULE_SETUP #line 202 "fortran.lex" {return TOK_PRIVATE;} YY_BREAK case 82: YY_RULE_SETUP #line 203 "fortran.lex" {strcpy(yylval.nac,yytext);return TOK_IN;} YY_BREAK case 83: YY_RULE_SETUP #line 204 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_DATA;} YY_BREAK case 84: YY_RULE_SETUP #line 205 "fortran.lex" return TOK_CONTINUE; YY_BREAK case 85: YY_RULE_SETUP #line 206 "fortran.lex" {return TOK_PLAINGOTO;} YY_BREAK case 86: YY_RULE_SETUP #line 207 "fortran.lex" {strcpy(yylval.nac,yytext);return TOK_OUT;} YY_BREAK case 87: YY_RULE_SETUP #line 208 "fortran.lex" {strcpy(yylval.nac,yytext);return TOK_INOUT;} YY_BREAK case 88: YY_RULE_SETUP #line 209 "fortran.lex" {return TOK_INTRINSIC;} YY_BREAK case 89: YY_RULE_SETUP #line 210 "fortran.lex" {return TOK_THEN;} YY_BREAK case 90: YY_RULE_SETUP #line 211 "fortran.lex" {return TOK_ELSEIF;} YY_BREAK case 91: YY_RULE_SETUP #line 212 "fortran.lex" {return TOK_ELSE;} YY_BREAK case 92: YY_RULE_SETUP #line 213 "fortran.lex" {return TOK_ENDIF;} YY_BREAK case 93: YY_RULE_SETUP #line 214 "fortran.lex" {return TOK_LOGICALIF;} YY_BREAK case 94: YY_RULE_SETUP #line 215 "fortran.lex" {return TOK_SUM;} YY_BREAK case 95: YY_RULE_SETUP #line 216 "fortran.lex" {return TOK_MAX;} YY_BREAK case 96: YY_RULE_SETUP #line 217 "fortran.lex" {return TOK_TANH;} YY_BREAK case 97: YY_RULE_SETUP #line 218 "fortran.lex" {return TOK_MAXVAL;} YY_BREAK case 98: YY_RULE_SETUP #line 219 "fortran.lex" {return TOK_TRIM;} YY_BREAK case 99: YY_RULE_SETUP #line 220 "fortran.lex" {return TOK_SQRT;} YY_BREAK case 100: YY_RULE_SETUP #line 221 "fortran.lex" {return TOK_SELECTCASE;} YY_BREAK case 101: YY_RULE_SETUP #line 222 "fortran.lex" {return TOK_CASE;} YY_BREAK case 102: YY_RULE_SETUP #line 223 "fortran.lex" {return TOK_CASEDEFAULT;} YY_BREAK case 103: YY_RULE_SETUP #line 224 "fortran.lex" {return TOK_ENDSELECT;} YY_BREAK case 104: YY_RULE_SETUP #line 225 "fortran.lex" {return TOK_FILE;} YY_BREAK case 105: YY_RULE_SETUP #line 226 "fortran.lex" {return TOK_END;} YY_BREAK case 106: YY_RULE_SETUP #line 227 "fortran.lex" {return TOK_ERR;} YY_BREAK case 107: YY_RULE_SETUP #line 228 "fortran.lex" {return TOK_EXIST;} YY_BREAK case 108: YY_RULE_SETUP #line 229 "fortran.lex" {return TOK_MIN;} YY_BREAK case 109: YY_RULE_SETUP #line 230 "fortran.lex" {return TOK_INT;} YY_BREAK case 110: YY_RULE_SETUP #line 231 "fortran.lex" {return TOK_NINT;} YY_BREAK case 111: YY_RULE_SETUP #line 232 "fortran.lex" {return TOK_FLOAT;} YY_BREAK case 112: YY_RULE_SETUP #line 233 "fortran.lex" {return TOK_EXP;} YY_BREAK case 113: YY_RULE_SETUP #line 234 "fortran.lex" {return TOK_COS;} YY_BREAK case 114: YY_RULE_SETUP #line 235 "fortran.lex" {return TOK_COSH;} YY_BREAK case 115: YY_RULE_SETUP #line 236 "fortran.lex" {return TOK_ACOS;} YY_BREAK case 116: YY_RULE_SETUP #line 237 "fortran.lex" {return TOK_SIN;} YY_BREAK case 117: YY_RULE_SETUP #line 238 "fortran.lex" {return TOK_SINH;} YY_BREAK case 118: YY_RULE_SETUP #line 239 "fortran.lex" {return TOK_ASIN;} YY_BREAK case 119: YY_RULE_SETUP #line 240 "fortran.lex" {return TOK_LOG;} YY_BREAK case 120: YY_RULE_SETUP #line 241 "fortran.lex" {return TOK_TAN;} YY_BREAK case 121: YY_RULE_SETUP #line 242 "fortran.lex" {return TOK_ATAN;} YY_BREAK case 122: YY_RULE_SETUP #line 243 "fortran.lex" {return TOK_CYCLE;} YY_BREAK case 123: YY_RULE_SETUP #line 244 "fortran.lex" {return TOK_ABS;} YY_BREAK case 124: YY_RULE_SETUP #line 245 "fortran.lex" {return TOK_MOD;} YY_BREAK case 125: YY_RULE_SETUP #line 246 "fortran.lex" {return TOK_SIGN;} YY_BREAK case 126: YY_RULE_SETUP #line 247 "fortran.lex" {return TOK_MINLOC;} YY_BREAK case 127: YY_RULE_SETUP #line 248 "fortran.lex" {return TOK_MAXLOC;} YY_BREAK case 128: YY_RULE_SETUP #line 249 "fortran.lex" {return TOK_MINVAL;} YY_BREAK case 129: YY_RULE_SETUP #line 250 "fortran.lex" {return TOK_INTERFACE;} YY_BREAK case 130: YY_RULE_SETUP #line 251 "fortran.lex" {return TOK_BACKSPACE;} YY_BREAK case 131: YY_RULE_SETUP #line 252 "fortran.lex" {return TOK_ENDINTERFACE;} YY_BREAK case 132: YY_RULE_SETUP #line 253 "fortran.lex" {return TOK_LEFTAB;} YY_BREAK case 133: YY_RULE_SETUP #line 254 "fortran.lex" {return TOK_RIGHTAB;} YY_BREAK case 134: YY_RULE_SETUP #line 255 "fortran.lex" {return TOK_FORMAT;} YY_BREAK case 135: YY_RULE_SETUP #line 256 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_DOUBLEPRECISION;} YY_BREAK case 136: YY_RULE_SETUP #line 257 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_DOUBLECOMPLEX;} YY_BREAK case 137: YY_RULE_SETUP #line 258 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_SLASH;} YY_BREAK case 138: YY_RULE_SETUP #line 259 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_DSLASH;} YY_BREAK case 139: YY_RULE_SETUP #line 260 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CHAR_CUT;} YY_BREAK case 140: YY_RULE_SETUP #line 261 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CHAR_CONSTANT;} YY_BREAK case 141: YY_RULE_SETUP #line 262 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CHAR_MESSAGE;} YY_BREAK case 142: YY_RULE_SETUP #line 263 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CHAR_INT;} YY_BREAK case 143: YY_RULE_SETUP #line 264 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_NAME;} YY_BREAK case 144: YY_RULE_SETUP #line 265 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CSTREAL;} YY_BREAK case 145: YY_RULE_SETUP #line 266 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CSTREALDP;} YY_BREAK case 146: YY_RULE_SETUP #line 267 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CSTREALQP;} YY_BREAK case 147: *yy_cp = yy_hold_char; /* undo effects of setting up yytext */ yy_c_buf_p = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 268 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CSTREAL;} YY_BREAK case 148: YY_RULE_SETUP #line 269 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CSTINT;} YY_BREAK case 149: YY_RULE_SETUP #line 270 "fortran.lex" {} YY_BREAK case 150: YY_RULE_SETUP #line 271 "fortran.lex" {return TOK_QUOTE;} YY_BREAK case 151: YY_RULE_SETUP #line 272 "fortran.lex" {} YY_BREAK case 152: YY_RULE_SETUP #line 273 "fortran.lex" {strcpy(yylval.na,yytext);return (int) *yytext;} YY_BREAK case 153: YY_RULE_SETUP #line 274 "fortran.lex" {return (int) *yytext;} YY_BREAK case 154: YY_RULE_SETUP #line 275 "fortran.lex" {return (int) *yytext;} YY_BREAK case 155: YY_RULE_SETUP #line 276 "fortran.lex" {return (int) *yytext;} YY_BREAK case 156: YY_RULE_SETUP #line 277 "fortran.lex" {return (int) *yytext;} YY_BREAK case 157: YY_RULE_SETUP #line 278 "fortran.lex" {return (int) *yytext;} YY_BREAK case 158: YY_RULE_SETUP #line 279 "fortran.lex" {colnum=0;line_num_fortran++;line_num_fortran_common++; return (int) *yytext;} YY_BREAK case 159: *yy_cp = yy_hold_char; /* undo effects of setting up yytext */ yy_c_buf_p = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 280 "fortran.lex" YY_BREAK case 160: YY_RULE_SETUP #line 281 "fortran.lex" {if (newlinef90 == 0) return TOK_LABEL; else newlinef90 = 0;} YY_BREAK case 161: YY_RULE_SETUP #line 282 "fortran.lex" YY_BREAK case 162: YY_RULE_SETUP #line 283 "fortran.lex" {colnum=colnum-1+tabsize;} YY_BREAK case 163: YY_RULE_SETUP #line 284 "fortran.lex" ; YY_BREAK case 164: YY_RULE_SETUP #line 285 "fortran.lex" {line_num_fortran++;line_num_fortran_common++;newlinef90=1;colnum=0;} YY_BREAK case 165: YY_RULE_SETUP #line 286 "fortran.lex" {line_num_fortran++;line_num_fortran_common++;colnum=0;} YY_BREAK case 166: YY_RULE_SETUP #line 287 "fortran.lex" { convert2lower(motparse1); if ( strncasecmp(motparse1,"contains",8) == 0 ) { return TOK_CONTAINS; } else { colnum=0;line_num_fortran++;line_num_fortran_common++; if ( !strcasecmp(motparse1,"C$AGRIF_DO_NOT_TREAT\n")) return TOK_DONOTTREAT; if ( !strcasecmp(motparse1,"C$AGRIF_END_DO_NOT_TREAT\n")) return TOK_ENDDONOTTREAT; } } YY_BREAK case 167: YY_RULE_SETUP #line 300 "fortran.lex" BEGIN(donottreat); YY_BREAK case 168: YY_RULE_SETUP #line 301 "fortran.lex" BEGIN(INITIAL); YY_BREAK case 169: YY_RULE_SETUP #line 302 "fortran.lex" YY_BREAK case 170: YY_RULE_SETUP #line 303 "fortran.lex" { colnum = 0; if ( !strcasecmp(motparse1,"!$AGRIF_DO_NOT_TREAT\n")) return TOK_DONOTTREAT; if ( !strcasecmp(motparse1,"!$AGRIF_END_DO_NOT_TREAT\n")) return TOK_ENDDONOTTREAT; } YY_BREAK case 171: YY_RULE_SETUP #line 308 "fortran.lex" { colnum = 0; if ( !strcasecmp(motparse1,"!$AGRIF_DO_NOT_TREAT\n")) return TOK_DONOTTREAT; if ( !strcasecmp(motparse1,"!$AGRIF_END_DO_NOT_TREAT\n")) return TOK_ENDDONOTTREAT; } YY_BREAK case 172: YY_RULE_SETUP #line 313 "fortran.lex" ECHO; YY_BREAK #line 2896 "fortran.yy.c" case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(parameter): case YY_STATE_EOF(character): case YY_STATE_EOF(donottreat): yyterminate(); case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - yytext_ptr) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = yy_hold_char; YY_RESTORE_YY_MORE_OFFSET if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed yyin at a new source and called * yylex(). If so, then we have to assure * consistency between yy_current_buffer and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ yy_n_chars = yy_current_buffer->yy_n_chars; yy_current_buffer->yy_input_file = yyin; yy_current_buffer->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( yy_c_buf_p <= &yy_current_buffer->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: 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; 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" ); if ( yy_current_buffer->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( yy_c_buf_p - yytext_ptr - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) (yy_c_buf_p - yytext_ptr) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( yy_current_buffer->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->yy_n_chars = 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 = (int) (yy_c_buf_p - b->yy_ch_buf); if ( b->yy_is_our_buffer ) { int new_size = b->yy_buf_size * 2; if ( new_size <= 0 ) b->yy_buf_size += b->yy_buf_size / 8; else b->yy_buf_size *= 2; b->yy_ch_buf = (char *) /* Include room in for 2 EOB chars. */ yy_flex_realloc( (void *) b->yy_ch_buf, b->yy_buf_size + 2 ); } 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" ); 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 ); yy_current_buffer->yy_n_chars = yy_n_chars; } if ( yy_n_chars == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; yyrestart( yyin ); } else { ret_val = EOB_ACT_LAST_MATCH; yy_current_buffer->yy_buffer_status = YY_BUFFER_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_ptr = &yy_current_buffer->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state() { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = yy_start; yy_current_state += YY_AT_BOL(); for ( yy_cp = yytext_ptr + YY_MORE_ADJ; yy_cp < yy_c_buf_p; ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); if ( yy_accept[yy_current_state] ) { yy_last_accepting_state = yy_current_state; yy_last_accepting_cpos = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 1092 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ #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 YY_CHAR yy_c = 1; if ( yy_accept[yy_current_state] ) { yy_last_accepting_state = yy_current_state; yy_last_accepting_cpos = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 1092 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 1091); return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT #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 += (int) (dest - source); yy_bp += (int) (dest - source); yy_current_buffer->yy_n_chars = 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" ); } *--yy_cp = (char) c; yytext_ptr = yy_bp; yy_hold_char = *yy_cp; yy_c_buf_p = yy_cp; } #endif /* ifndef YY_NO_UNPUT */ #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 */ int offset = yy_c_buf_p - yytext_ptr; ++yy_c_buf_p; switch ( yy_get_next_buffer() ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ yyrestart( yyin ); /* fall through */ case EOB_ACT_END_OF_FILE: { if ( yywrap() ) return EOF; if ( ! yy_did_buffer_switch_on_eof ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: yy_c_buf_p = yytext_ptr + offset; break; } } } c = *(unsigned char *) yy_c_buf_p; /* cast for 8-bit char's */ *yy_c_buf_p = '\0'; /* preserve yytext */ yy_hold_char = *++yy_c_buf_p; yy_current_buffer->yy_at_bol = (c == '\n'); 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()" ); b->yy_is_our_buffer = 1; 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 ) return; if ( b == yy_current_buffer ) yy_current_buffer = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) yy_flex_free( (void *) b->yy_ch_buf ); yy_flex_free( (void *) b ); } #ifndef YY_ALWAYS_INTERACTIVE #ifndef YY_NEVER_INTERACTIVE extern int isatty YY_PROTO(( int )); #endif #endif #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 { yy_flush_buffer( b ); b->yy_input_file = file; b->yy_fill_buffer = 1; #if YY_ALWAYS_INTERACTIVE b->yy_is_interactive = 1; #else #if YY_NEVER_INTERACTIVE b->yy_is_interactive = 0; #else b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; #endif #endif } #ifdef YY_USE_PROTOS void yy_flush_buffer( YY_BUFFER_STATE b ) #else void yy_flush_buffer( b ) YY_BUFFER_STATE b; #endif { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == yy_current_buffer ) yy_load_buffer_state(); } #ifndef YY_NO_SCAN_BUFFER #ifdef YY_USE_PROTOS YY_BUFFER_STATE yy_scan_buffer( char *base, yy_size_t size ) #else YY_BUFFER_STATE yy_scan_buffer( base, size ) char *base; yy_size_t size; #endif { 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) yy_flex_alloc( sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in yy_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; yy_switch_to_buffer( b ); return b; } #endif #ifndef YY_NO_SCAN_STRING #ifdef YY_USE_PROTOS YY_BUFFER_STATE yy_scan_string( yyconst char *yy_str ) #else YY_BUFFER_STATE yy_scan_string( yy_str ) yyconst char *yy_str; #endif { int len; for ( len = 0; yy_str[len]; ++len ) ; return yy_scan_bytes( yy_str, len ); } #endif #ifndef YY_NO_SCAN_BYTES #ifdef YY_USE_PROTOS YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len ) #else YY_BUFFER_STATE yy_scan_bytes( bytes, len ) yyconst char *bytes; int len; #endif { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = len + 2; buf = (char *) yy_flex_alloc( n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); for ( i = 0; i < len; ++i ) buf[i] = bytes[i]; buf[len] = buf[len+1] = YY_END_OF_BUFFER_CHAR; b = yy_scan_buffer( buf, n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #endif #ifndef YY_NO_PUSH_STATE #ifdef YY_USE_PROTOS static void yy_push_state( int new_state ) #else static void yy_push_state( new_state ) int new_state; #endif { if ( yy_start_stack_ptr >= yy_start_stack_depth ) { yy_size_t new_size; yy_start_stack_depth += YY_START_STACK_INCR; new_size = yy_start_stack_depth * sizeof( int ); if ( ! yy_start_stack ) yy_start_stack = (int *) yy_flex_alloc( new_size ); else yy_start_stack = (int *) yy_flex_realloc( (void *) yy_start_stack, new_size ); if ( ! yy_start_stack ) YY_FATAL_ERROR( "out of memory expanding start-condition stack" ); } yy_start_stack[yy_start_stack_ptr++] = YY_START; BEGIN(new_state); } #endif #ifndef YY_NO_POP_STATE static void yy_pop_state() { if ( --yy_start_stack_ptr < 0 ) YY_FATAL_ERROR( "start-condition stack underflow" ); BEGIN(yy_start_stack[yy_start_stack_ptr]); } #endif #ifndef YY_NO_TOP_STATE static int yy_top_state() { return yy_start_stack[yy_start_stack_ptr - 1]; } #endif #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif #ifdef YY_USE_PROTOS static void yy_fatal_error( yyconst char msg[] ) #else static void yy_fatal_error( msg ) char msg[]; #endif { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up yytext. */ \ yytext[yyleng] = yy_hold_char; \ yy_c_buf_p = yytext + n; \ yy_hold_char = *yy_c_buf_p; \ *yy_c_buf_p = '\0'; \ yyleng = n; \ } \ while ( 0 ) /* Internal utility routines. */ #ifndef yytext_ptr #ifdef YY_USE_PROTOS static void yy_flex_strncpy( char *s1, yyconst char *s2, int n ) #else static void yy_flex_strncpy( s1, s2, n ) char *s1; yyconst char *s2; int n; #endif { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN #ifdef YY_USE_PROTOS static int yy_flex_strlen( yyconst char *s ) #else static int yy_flex_strlen( s ) yyconst char *s; #endif { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif #ifdef YY_USE_PROTOS static void *yy_flex_alloc( yy_size_t size ) #else static void *yy_flex_alloc( size ) yy_size_t size; #endif { return (void *) malloc( size ); } #ifdef YY_USE_PROTOS static void *yy_flex_realloc( void *ptr, yy_size_t size ) #else static void *yy_flex_realloc( ptr, size ) void *ptr; yy_size_t size; #endif { /* 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 ); } #ifdef YY_USE_PROTOS static void yy_flex_free( void *ptr ) #else static void yy_flex_free( ptr ) void *ptr; #endif { free( ptr ); } #if YY_MAIN int main() { yylex(); return 0; } #endif #line 313 "fortran.lex" fortranerror(char *s) { if (!strcasecmp(curfile,mainfile)) { printf("%s line %d, file %s\n",s,line_num_fortran,curfile); } else { printf("%s line %d, file %s\n",s,line_num_fortran_common,curfile); } } int fortranwrap() { }