#ifndef lint static const char yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93"; #endif #define YYBYACC 1 #define YYMAJOR 1 #define YYMINOR 9 #define yyclearin (yychar=(-1)) #define yyerrok (yyerrflag=0) #define YYRECOVERING (yyerrflag!=0) extern int yyparse(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[LONGNOM]; char ligne[LONGNOM]; char identcopy[LONGNOM]; int c_selectorgiven=0; int incom; listvar *curlistvar; typedim c_selectordim; listcouple *coupletmp; int removeline=0; #line 54 "fortran.y" typedef union { char na[LONGNOM]; listdim *d; listvar *l; listvarcommon *lcom; listnom *ln; listcouple *lc; typedim dim1; variable *v; } YYSTYPE; #line 65 "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_KIND 277 #define TOK_RESULT 278 #define TOK_ONLY 279 #define TOK_INCLUDE 280 #define TOK_SUBROUTINE 281 #define TOK_PROGRAM 282 #define TOK_FUNCTION 283 #define TOK_OMP 284 #define TOK_DOLLAR 285 #define TOK_FORMAT 286 #define TOK_MAX 287 #define TOK_TANH 288 #define TOK_WHERE 289 #define TOK_ELSEWHERE 290 #define TOK_ENDWHERE 291 #define TOK_MAXVAL 292 #define TOK_TRIM 293 #define TOK_SUM 294 #define TOK_SQRT 295 #define TOK_CASE 296 #define TOK_SELECTCASE 297 #define TOK_FILE 298 #define TOK_DONOTTREAT 299 #define TOK_ENDDONOTTREAT 300 #define TOK_EXIST 301 #define TOK_MIN 302 #define TOK_INT 303 #define TOK_FLOAT 304 #define TOK_EXP 305 #define TOK_COS 306 #define TOK_COSH 307 #define TOK_ACOS 308 #define TOK_NINT 309 #define TOK_CYCLE 310 #define TOK_SIN 311 #define TOK_SINH 312 #define TOK_ASIN 313 #define TOK_EQUIVALENCE 314 #define TOK_BACKSPACE 315 #define TOK_LOG 316 #define TOK_TAN 317 #define TOK_ATAN 318 #define TOK_ABS 319 #define TOK_MOD 320 #define TOK_SIGN 321 #define TOK_MINLOC 322 #define TOK_MAXLOC 323 #define TOK_EXIT 324 #define TOK_MINVAL 325 #define TOK_PUBLIC 326 #define TOK_PRIVATE 327 #define TOK_ALLOCATABLE 328 #define TOK_IN 329 #define TOK_RETURN 330 #define TOK_THEN 331 #define TOK_ELSEIF 332 #define TOK_ELSE 333 #define TOK_ENDIF 334 #define TOK_PRINT 335 #define TOK_PLAINGOTO 336 #define TOK_CONSTRUCTID 337 #define TOK_LOGICALIF 338 #define TOK_PLAINDO 339 #define TOK_CONTAINS 340 #define TOK_ENDDO 341 #define TOK_MODULE 342 #define TOK_ENDMODULE 343 #define TOK_DOWHILE 344 #define TOK_ALLOCATE 345 #define TOK_OPEN 346 #define TOK_CLOSE 347 #define TOK_INQUIRE 348 #define TOK_WRITE 349 #define TOK_READ 350 #define TOK_REWIND 351 #define TOK_DEALLOCATE 352 #define TOK_NULLIFY 353 #define TOK_FIN 354 #define TOK_DEBUT 355 #define TOK_OUT 356 #define TOK_INOUT 357 #define TOK_DIMENSION 358 #define TOK_ENDSELECT 359 #define TOK_EXTERNAL 360 #define TOK_INTENT 361 #define TOK_INTRINSIC 362 #define TOK_NAMELIST 363 #define TOK_CASEDEFAULT 364 #define TOK_OPTIONAL 365 #define TOK_POINTER 366 #define TOK_CONTINUE 367 #define TOK_SAVE 368 #define TOK_TARGET 369 #define TOK_POINT 370 #define TOK_DATA 371 #define TOK_QUOTE 372 #define TOK_IMPLICIT 373 #define TOK_NONE 374 #define TOK_CALL 375 #define TOK_STAT 376 #define TOK_POINT_TO 377 #define TOK_COMMON 378 #define TOK_GLOBAL 379 #define TOK_INTERFACE 380 #define TOK_ENDINTERFACE 381 #define TOK_LEFTAB 382 #define TOK_RIGHTAB 383 #define TOK_PAUSE 384 #define TOK_PROCEDURE 385 #define TOK_STOP 386 #define TOK_NAMEEQ 387 #define TOK_REAL8 388 #define TOK_USE 389 #define TOK_TRUE 390 #define TOK_FALSE 391 #define TOK_LABEL 392 #define TOK_TYPE 393 #define TOK_ENDTYPE 394 #define TOK_REAL 395 #define TOK_INTEGER 396 #define TOK_LOGICAL 397 #define TOK_DOUBLEPRECISION 398 #define TOK_DOUBLEREAL 399 #define TOK_ENDSUBROUTINE 400 #define TOK_ENDFUNCTION 401 #define TOK_ENDPROGRAM 402 #define TOK_ENDUNIT 403 #define TOK_CHARACTER 404 #define TOK_CHAR_CONSTANT 405 #define TOK_CHAR_CUT 406 #define TOK_CHAR_INT 407 #define TOK_CHAR_MESSAGE 408 #define TOK_CSTREAL 409 #define TOK_CSTREALDP 410 #define TOK_CSTREALQP 411 #define TOK_SFREAL 412 #define TOK_COMPLEX 413 #define TOK_DOUBLECOMPLEX 414 #define TOK_NAME 415 #define TOK_NAME_CHAR 416 #define TOK_PROBTYPE 417 #define TOK_INTERPTYPE 418 #define TOK_VARTYPE 419 #define TOK_BC 420 #define TOK_OP 421 #define TOK_CSTINT 422 #define TOK_COMMENT 423 #define TOK_FILENAME 424 #define YYERRCODE 256 short fortranlhs[] = { -1, 0, 0, 63, 63, 63, 63, 63, 66, 66, 71, 71, 71, 71, 71, 77, 73, 67, 67, 67, 67, 64, 65, 65, 68, 68, 78, 70, 72, 72, 72, 72, 72, 72, 17, 69, 75, 61, 79, 79, 79, 80, 80, 80, 4, 4, 23, 23, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 94, 94, 82, 82, 95, 95, 92, 92, 81, 81, 83, 96, 97, 97, 97, 101, 101, 50, 50, 36, 36, 36, 36, 36, 59, 59, 91, 102, 102, 102, 102, 103, 90, 90, 2, 2, 87, 87, 86, 86, 93, 93, 9, 9, 9, 105, 105, 11, 11, 10, 16, 16, 84, 84, 84, 84, 106, 106, 100, 100, 3, 3, 15, 89, 108, 108, 85, 85, 109, 1, 1, 99, 22, 22, 22, 114, 114, 114, 114, 115, 115, 115, 113, 25, 24, 24, 24, 24, 24, 24, 24, 104, 104, 62, 62, 112, 112, 112, 117, 117, 118, 118, 118, 118, 21, 21, 116, 116, 110, 110, 110, 119, 119, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 56, 56, 56, 121, 121, 12, 12, 13, 13, 14, 14, 14, 14, 14, 57, 57, 55, 55, 55, 55, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 27, 27, 26, 26, 26, 26, 26, 26, 58, 58, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 51, 51, 51, 51, 52, 52, 29, 29, 29, 37, 40, 40, 40, 40, 18, 39, 31, 41, 41, 43, 43, 42, 42, 44, 44, 44, 44, 44, 44, 44, 38, 30, 30, 30, 30, 30, 30, 30, 30, 46, 46, 46, 46, 47, 47, 45, 49, 49, 48, 48, 111, 111, 122, 28, 88, 88, 88, 88, 123, 19, 7, 7, 8, 5, 5, 6, 6, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 131, 131, 131, 129, 129, 129, 129, 133, 133, 20, 20, 135, 135, 132, 134, 136, 136, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 107, 137, 137, 143, 143, 138, 138, 141, 145, 145, 146, 146, 144, 148, 147, 147, 149, 149, 142, 142, 140, 140, 140, 140, 140, 158, 162, 162, 163, 163, 163, 159, 159, 160, 160, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 165, 165, 161, 161, 166, 166, 166, 157, 157, 167, 167, 154, 154, 171, 171, 170, 170, 152, 152, 155, 155, 172, 172, 174, 174, 174, 174, 174, 174, 174, 174, 151, 151, 169, 169, 153, 153, 153, 156, 156, 173, 173, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 175, 176, 176, 168, 168, 178, 178, 177, 177, 177, 177, 177, 179, 179, 179, 32, 32, 33, 33, 33, 33, 33, 33, 33, 33, 34, 34, 34, 34, 34, 35, 35, 180, 180, 150, 139, 125, 125, 125, 181, 181, 181, 182, 183, 183, 127, 127, 126, 126, 128, 128, 184, 184, 185, 185, 130, 54, }; 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, 3, 2, 5, 3, 2, 1, 0, 1, 1, 0, 2, 3, 0, 2, 3, 1, 3, 1, 1, 2, 2, 2, 2, 4, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 3, 3, 4, 3, 1, 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, 0, 2, 2, 3, 1, 1, 4, 6, 4, 1, 3, 1, 3, 2, 3, 3, 3, 3, 0, 1, 2, 2, 3, 5, 3, 0, 2, 2, 5, 5, 2, 3, 2, 3, 1, 3, 2, 3, 5, 1, 2, 1, 3, 2, 1, 3, 2, 3, 5, 3, 0, 3, 0, 1, 1, 3, 3, 2, 1, 3, 2, 2, 0, 6, 7, 0, 2, 2, 3, 0, 2, 4, 3, 3, 4, 2, 1, 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, 2, 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, 1, 4, 4, 1, 1, 1, 1, 3, 3, 7, 9, 2, 2, 0, 1, 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, 2, 4, 1, 0, 1, 0, 2, 2, 2, 1, 1, 3, 0, 1, 2, 4, 2, 3, 2, 1, 3, 3, 0, 2, 3, 1, 1, 1, 1, 0, 2, 0, 1, 2, 2, 0, 1, 0, 2, 3, 3, 3, 1, 1, 3, 1, 1, 1, 2, 4, 4, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 3, 1, 1, 3, 3, 3, 3, 2, 3, 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, 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, 35, 19, 20, 17, 18, 27, 5, 21, 2, 0, 0, 27, 23, 3, 103, 36, 0, 0, 0, 437, 0, 372, 373, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 376, 377, 0, 0, 0, 396, 382, 0, 0, 0, 397, 0, 488, 489, 493, 494, 492, 0, 0, 0, 0, 381, 0, 0, 0, 380, 0, 400, 0, 104, 0, 425, 138, 0, 0, 0, 430, 0, 431, 351, 0, 0, 178, 177, 182, 180, 0, 0, 0, 364, 175, 179, 181, 323, 415, 0, 0, 0, 0, 0, 0, 4, 0, 21, 21, 0, 0, 21, 0, 0, 56, 58, 59, 60, 61, 62, 63, 0, 0, 0, 0, 0, 360, 369, 0, 0, 0, 0, 402, 403, 404, 0, 0, 0, 0, 0, 0, 0, 0, 25, 35, 7, 34, 0, 30, 0, 0, 0, 0, 0, 272, 273, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 324, 325, 0, 332, 335, 334, 327, 328, 329, 326, 0, 341, 0, 233, 235, 0, 0, 268, 0, 0, 301, 0, 409, 236, 0, 0, 0, 0, 407, 0, 0, 131, 0, 129, 0, 408, 0, 510, 511, 496, 0, 0, 0, 0, 0, 0, 0, 497, 0, 543, 544, 0, 395, 389, 33, 393, 392, 368, 0, 477, 0, 434, 0, 0, 152, 0, 0, 0, 143, 0, 0, 120, 0, 0, 412, 0, 145, 159, 160, 139, 125, 126, 157, 0, 49, 50, 366, 367, 365, 0, 0, 0, 0, 0, 0, 48, 161, 0, 0, 0, 165, 15, 0, 0, 0, 10, 11, 37, 21, 35, 14, 0, 0, 0, 153, 0, 0, 0, 0, 0, 0, 0, 119, 0, 140, 0, 0, 0, 0, 166, 352, 0, 374, 0, 0, 412, 370, 391, 0, 0, 0, 0, 0, 401, 410, 0, 0, 419, 424, 0, 432, 491, 0, 0, 433, 0, 0, 0, 0, 435, 0, 444, 0, 6, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 235, 0, 0, 0, 0, 0, 0, 0, 0, 0, 304, 0, 330, 302, 302, 333, 337, 331, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 269, 0, 0, 0, 0, 100, 133, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 564, 0, 0, 0, 0, 0, 545, 550, 0, 0, 0, 554, 558, 0, 0, 0, 70, 71, 74, 69, 75, 72, 77, 78, 79, 80, 81, 76, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 73, 92, 0, 93, 0, 121, 0, 0, 0, 146, 0, 0, 0, 206, 220, 221, 208, 0, 210, 0, 212, 213, 214, 215, 216, 0, 204, 207, 202, 0, 161, 101, 0, 167, 0, 0, 189, 0, 196, 0, 0, 0, 9, 16, 12, 13, 0, 0, 0, 148, 0, 0, 68, 0, 0, 0, 123, 0, 142, 0, 0, 169, 0, 198, 0, 0, 0, 0, 0, 0, 0, 565, 0, 0, 0, 412, 416, 0, 0, 0, 0, 426, 481, 482, 0, 0, 0, 478, 0, 0, 0, 0, 0, 468, 0, 512, 0, 0, 469, 465, 443, 0, 0, 0, 0, 0, 0, 445, 47, 46, 39, 0, 44, 0, 0, 0, 0, 378, 379, 0, 238, 0, 0, 0, 237, 244, 241, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 259, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 309, 0, 0, 0, 0, 234, 0, 0, 0, 0, 0, 0, 292, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 291, 0, 0, 0, 0, 0, 0, 0, 67, 64, 0, 0, 0, 498, 0, 0, 0, 0, 0, 0, 0, 0, 476, 0, 0, 0, 363, 0, 0, 144, 95, 0, 150, 158, 0, 0, 209, 217, 218, 219, 211, 0, 0, 102, 0, 0, 0, 0, 193, 190, 0, 231, 0, 224, 0, 226, 413, 0, 52, 154, 0, 0, 0, 118, 0, 0, 109, 0, 0, 141, 0, 0, 0, 0, 174, 171, 0, 0, 0, 353, 0, 0, 0, 0, 429, 421, 0, 486, 487, 0, 0, 0, 474, 475, 0, 0, 522, 0, 0, 0, 0, 0, 453, 0, 451, 0, 449, 0, 0, 0, 0, 460, 0, 436, 0, 40, 0, 31, 371, 0, 0, 0, 239, 240, 243, 246, 248, 249, 250, 251, 252, 247, 253, 254, 255, 256, 257, 258, 260, 261, 262, 263, 242, 0, 0, 0, 234, 527, 0, 531, 0, 529, 0, 245, 0, 0, 0, 312, 0, 315, 0, 307, 0, 0, 0, 0, 0, 0, 0, 134, 375, 0, 0, 547, 361, 555, 362, 559, 0, 127, 94, 0, 128, 0, 205, 203, 0, 0, 192, 194, 0, 0, 223, 0, 147, 0, 0, 0, 0, 0, 105, 0, 0, 107, 122, 170, 0, 172, 0, 0, 0, 0, 0, 0, 0, 0, 427, 0, 0, 0, 0, 479, 0, 0, 523, 513, 458, 452, 0, 456, 455, 446, 0, 45, 42, 0, 0, 0, 0, 0, 346, 0, 0, 0, 0, 0, 306, 551, 0, 0, 0, 185, 96, 0, 0, 225, 0, 230, 111, 0, 0, 0, 0, 0, 173, 200, 0, 349, 0, 356, 355, 354, 405, 406, 0, 414, 485, 0, 0, 0, 450, 459, 43, 0, 536, 538, 537, 338, 0, 0, 313, 0, 557, 0, 0, 162, 0, 106, 0, 0, 0, 520, 0, 0, 0, 187, 163, 0, 358, 357, 0, 0, 0, 0, 0, 0, 0, 0, }; short fortrandgoto[] = { 1, 268, 90, 287, 579, 915, 916, 725, 726, 91, 298, 299, 509, 699, 700, 288, 244, 138, 186, 305, 231, 533, 92, 580, 93, 94, 187, 346, 188, 189, 190, 191, 376, 377, 378, 884, 708, 627, 192, 193, 194, 628, 804, 805, 806, 385, 195, 392, 196, 202, 709, 647, 631, 197, 540, 347, 687, 702, 199, 711, 410, 282, 898, 10, 278, 11, 96, 12, 135, 13, 14, 97, 98, 279, 99, 100, 101, 102, 0, 339, 764, 269, 247, 103, 104, 105, 106, 107, 108, 109, 110, 111, 206, 417, 470, 413, 112, 292, 471, 499, 759, 293, 113, 296, 826, 114, 250, 276, 257, 500, 270, 942, 274, 115, 303, 535, 721, 504, 507, 493, 494, 495, 943, 116, 117, 434, 668, 440, 443, 118, 119, 343, 120, 312, 121, 227, 0, 122, 317, 123, 124, 125, 126, 127, 128, 321, 547, 548, 129, 549, 224, 130, 324, 131, 328, 235, 132, 333, 133, 336, 574, 760, 0, 0, 575, 751, 0, 561, 562, 329, 566, 0, 553, 220, 555, 221, 222, 563, 564, 744, 0, 436, 437, 0, 0, 0, }; short fortransindex[] = { 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25396, -355, 0, 0, 0, 0, 0, -324, -324, -324, 0, 55, 0, 0, 89, 99, 848, 135, 145,24462, 73, 76, 848, 152, 0, 0, 111, -223,24462, 0, 0, -199, -194, 4, 0, 197, 0, 0, 0, 0, 0, -23, 212, 225, 184, 0, 213, 213, -90, 0, 237, 0, -70, 0, -239, 0, 0, -92, 4, 4, 0, -111, 0, 0, 4, 4, 0, 0, 0, 0, 4, 4, 4, 0, 0, 0, 0, 0, 0, 264, 184, 27, 270, 144, 261, 0, 267, 0, 0, -14, -355, 0, -4, 343, 0, 0, 0, 0, 0, 0, 0, 37, 371, 45, 278, 53, 0, 0, 2610, 47, 24462, 59, 0, 0, 0, 848, 430, 439, 74, 450, 797, 452, -19, 0, 0, 0, 0, 457, 0, 457, 24462,24462,24462,24462, 0, 0,24462, 468, 483, 484, 24462,24462,24462, 489, 511, 513, 519, 535, 541, 545, 550, 552, 575, 580, 582, 584,24462, 586, 592, 597, 609, 625,24513, 0, 0, 637, 0, 0, 0, 0, 0, 0, 0,24462, 0, 638, 0, 0, 477, 148, 0, 643, 644, 0, -16, 0, 0, 2608,24462,24462, 24462, 0, 2608, 539, 0, 194, 0, 194, 0,24462, 0, 0, 0,24462,24462, 585, 507, 477, 148, 464, 0, 507, 0, 0, 3199, 0, 0, 0, 0, 0, 0, 275, 0, 275, 0, 275, 275, 0, 277, 194, 2536, 0, 284, 275, 0,24462, 659, 0, 298, 0, 0, 0, 0, 0, 0, 0, 673, 0, 0, 0, 0, 0, 303, -110, 856, 668, 318, 706, 0, 0, 329,24639, -289, 0, 0, 716,25396, -355, 0, 0, 0, 0, 0, 0, 696, 347, 722, 0, 298, -110, 498, 78, 18, 275, -110, 0, 716, 0, 737, 375, -18,23338, 0, 0, 742, 0, 757, 767, 0, 0, 0, 275, 2608,24462,24462, 275, 0, 0, 390,23463, 0, 0, 363, 0, 0, 363, 1411, 0, 770, 464, 0,24513, 0, 184, 0, 5919, 0, 3, 0, 540, 3304, 2608, 149, 3734, 1994, 164, 2608,24462,24462,24462, 188, 3762, 255,24462,24462,24462,24462,24462,24462,24462, 24462,24462,24462,24462,24462,24462, 3867,24462,24462,24462, 24462,24462,24513, 779, 0, 442, 786, 787, 0, 2608, 24462, 794, 4297,24462, 0, 275, 0, 0, 0, 0, 0, 0,23625,24462,24462,24462,24462,24462,24462,24462, 24462,24462,24462,24462,24462,22982,24462,23676,23801, 0, 2608, 2608, 315, 4325, 0, 0, 815, 815, 4440, 2608, 2608,24462, 227, 507, 507, 507, 507, 507, 588, 0, 477, 823, 644, 832, 845, 0, 0, 846, 823, 862, 0, 0, 320, 716, 815, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 863, 0, 617, 0, 423, 874, 716, 0, 485, 716, 184, 0, 0, 0, 0, 716, 0, -126, 0, 0, 0, 0, 0, 97, 0, 0, 0, 457, 0, 0, 504, 0,23852, 2608, 0,23107, 0, 880,23154, 716, 0, 0, 0, 0,24462, 469, 347, 0, 184, 497, 0, 510, 517, 497, 0, 184, 0, 375, 737, 0,23338, 0,23287, 882, 2608, 887, -237, 275, 275, 0, 872, 2608, 2608, 0, 0, -223, 2608, 893, 894, 0, 0, 0,22930, 523, 443, 0, 563, 1411, 477, 2045, 2608, 0, 905, 0, 2608, 1411, 0, 0, 0, -246, 665, -17, 5919, 0, 538, 0, 0, 0, 0, 557, 0, 913, 848,24462,24462, 0, 0,24462, 0, 558, 566, 4888, 0, 0, 0, 4993, 5556, 9854,13618,23439,23788, 24354,24449,24798,24975,25096,25110,25124, 0, 604, 614, 615, 628, 632, 910, 912, 914,25138,24513, 0,24513, 24513, 641,24462, 0, 899, 477,23983, 936, 939,24462, 0, 2608, 2125, 2125, 1994, 204, 204, 204, 204, 204, 204, 70, 70, 12,24462,24462, 0, 2608, 12,24462, 204,24462, 204,24462, 0, 0, 593, 676, 2608, 0, 531, 588, 588, 588, 19,23983, -265, 969, 0, -265, 975, 275, 0, 991, 2536, 0, 0,24462, 0, 0, 991, 375, 0, 0, 0, 0, 0, 856, 976, 0, 620, 716, 995,24030, 0, 0,24462, 0, 660, 0, 6009, 0, 0, 2608, 0, 0, 298, 651, 768, 0, 338, 772, 0, 776, 275, 0, 1008,24030, 882, 636, 0, 0, 997, 684, 1009, 0, 832, 862,24462, 716, 0, 0,23463, 0, 0,23983, 2637, 363, 0, 0, 0, 666, 0, 2608, 2608, 1411, 2608, 905, 0, 647, 0, 5919, 0, 5919, 667, 1015, 5919, 0, 683, 0, -5, 0, 5, 0, 0, 2608, 2608, 2608, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,24686, 24686,24686, 0, 0, 2608, 0, 2608, 0, 2608, 0, 1026,24462,24155, 0, 1034, 0,25207, 0, 638, 204, 204, 12, 204, 204, 2608, 0, 0, 690, 1030, 0, 0, 0, 0, 0,24811, 0, 0, 701, 0, 737, 0, 0, 716, 991, 0, 0, 2608,23154, 0,24286, 0, 497, 497, 497, 497, 497, 0, 148, 497, 0, 0, 0, 882, 0,24030, 9, 682, 685, 1058, 1062, 25228, 716, 0, 1063, 2189, 275, 464, 0, 1454, 2608, 0, 0, 0, 0, 538, 0, 0, 0, 184, 0, 0, 711, 1049, 1071, 1072, 1073, 0, 1074,24462,25242, 23983,24462, 0, 0, 275,24337, 2608, 0, 0, 991, 0, 0, 2608, 0, 0, 153, 153, 1069, 501, 847, 0, 0, 740, 0, 1076, 0, 0, 0, 0, 0, 24462, 0, 0, 845, 1077, 2608, 0, 0, 0,24462, 0, 0, 0, 0, 2608,24462, 0,25256, 0, 1080, 0, 0, 1061, 0, 719, 723,25277, 0,25291, 2608, 24462, 0, 0,24462, 0, 0,24462,24462, 2608, 2608, 2608,25381,24462, 2608, }; short fortranrindex[] = { 0, 22714, 0, 0, 0, 0, 0, 0, 0, 0, 0, 138,22565, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,22416, 724, 724, 0, 0, 0, 0, 0, 0, 0, 0, 0,22118, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 734, 0, 724, 3099, 0, 0, 0, 0,17946, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,18095, 13059, 743, -1, 11, 67, 0,22267, 0, 0, 0, 22565, 0, 0,13208, 0, 0, 0, 0, 0, 0, 0, 0,13357, 0, 15, 0, 0, 0, 0, 747, 0, 0, 0, 0, 0, 0,18244,18393, 0, 0, 0,18542, 0, 0, 0, 0, 0,18691, 0,16551, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1250, 0, 0, 2775, 2939, 0, 1649, 1813, 0, 1086, 0, 0,18840, 0, 0, 0, 0,13617, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6262, 0, 9884,10038,16713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,18989, 0,13766, 0, 0, 0, 0, 0, 0, 0,19138, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,19287, 0, 0, 0, 0, 0, 0, 0, 40, 138,22565, 0, 0, 0, 0, 0, 0, 0, 0,19436, 0,13766, 0, 1093, 734, 0, -15, 0, 0,12120, 0,13915, 0, 0, 0, 0, 0,19585, 0, 0, 0, 0, 0, 0, 0,19734, 0, 0, 0, 0, 0, 0, 1122, 0, 0, 0, 0, 0, 0, 5750, 0,19883, 0, 10302, 0, 0, 5392, 0, 38, 0, 0, 0,20032, 0, 192, 0, 0, 6526, 0, 717, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4628, 0, 0,16862,17011, 3338, 0, 0, 2751, 0, 1114, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5590, 0, 0, 0, 0, 11287, 738, 0, 0, 0, 0,20181,20330, 0,12280, 12433, 0, 0, 0, 0, 0, 0, 0,10455, 0, 0, 239, 429, 1133, 739, 0, 0, 0, 521, 1133, 0, 0, 0,14079,20479, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,20628, 0, 0, 0, 0, 0,12120, 0, 0,14079, 734, 0, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,18691, 0, 0, 0, 0, 0, 20, 0, 1134, 0, 0, 0, 40, 0, 0, 0, 0, 0, 0, 0, 0,14228, 411, 0, 0, 0, 411, 0, 734, 0, 0,14377, 0, 0, 0, 606, 1135, 765, 0, 0, 0, 0, 0, 0, 20777,20926, 0, 0, 0, 783, 0, 1136, 0, 0, 0, 69, 0, 1137, 0, 1137, 1635, 4464,17175,14541, 0,21075, 0,14541, 6127, 0, 0, 0, 46, 48, 527, 1138, 1064, 795, 0, 0, 0, 0, 0, 0, 21224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,25167, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2212, 1139, 0, 0, 0, 0,11551, 9466, 9622, 6682, 6946, 7102, 7366, 7522, 7786, 7942, 5027, 5191, 3502, 0, 0, 0,11704, 3901, 0, 8206, 0, 8362, 0, 0, 0, 0, 0,12593, 0, 12746,10718,10871,11134,11967, 1144, 0, 0, 0, 0, 0, 0, 0,17324, 0, 0, 0, 0, 0, 0, 17324, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,12906, 0, 0, 0, 0, 788, 0, 0, 0, 803, 0, 0,14690, 0, 0,13766, 917, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1135, 0, 0, 0, 0, 0,21373, 0, 1133, 1133, 0, 40, 0, 0, 0, 0, 0, 0, 804, 0, 0, 0, 679, 0, 0,14854,15003, 6127,15167,21522, 0, 0, 0, 38, 0, 38, 3171, 0, 56, 0, 0, 0, 0, 0, 0, 0, 0, 200, 474, 805, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,15316, 0,15478, 0,15627, 0, 25402, 1145, 809, 0, 1149, 0, 810, 0, 2376, 8626, 8782, 4065, 9046, 9202, 811, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,15776, 0, 0,12906,15938, 0, 0, 816, 0, 0, 836, 0, 411, 411, 411, 411, 411, 0, 569, 411, 0, 0, 0, 1135, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0, 0, 840, 0, 1635,14541, 0, 0, 0, 0, 795, 0, 0, 0,16089, 0, 0, 0, 2074, 0, 0, 0, 0, 0, 0, 842, 0, 851, 0, 0, 0, 0,17486, 0, 0,15938, 16249, 0, 803, 0, 0, 121, 125, -11, 23, 0, 0, 0,17635, 0,21671, 0, 0, 0, 0, 0, 0, 0, 0, 855, 0,16402, 0, 0, 0, 0, 0, 0, 0, 0, 860, 0, 0, 861, 0, 0, 16249, 0, 0, 0, 0, 0,21820, 0, 0, 867, 0, 0, 0, 0, 0, 0, 0, 0, 879,17797, 21969, 1150, 0, 1151, }; short fortrangindex[] = { 0, 0, 0, 907, 431, 0, 249, 0, 339, 0, 669, -275, -267, 0, 360, 688, 520, 335, 0, 0, 605, -439, 0, 438, 0, 0, -119, 1980, -138, -26, 21, 0, 868, 828, -358, -689, -215, 0, -10, -216, 0, 820, 319, 547, 475, -188, 0, 0, -28, -374, -387, 0, 0, -169, 0, -27, 0, 380, -308, 0, -286, 0, 0, 0, 1206, 0, 946, 0, -38, -94, 1213, 0, 0, 25, 0, 0, 0, 0, 0, -112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 86, -132, 0, -228, 0, 0, 553, 0, -53, 0, 0, 0, -611, 0, -236, -219, 0, 729, 0, 288, 0, 0, 0, 702, -639, 0, 0, 0, 543, 0, 0, 0, 1115, 698, -413, 695, 0, 0, 0, 0, 0, 0, 0, 0, 0, -224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 503, 692, 0, 1109, 0, 0, 0, 0, 0, 0, 670, 488, 369, 0, 0, -532, 0, 0, 0, -386, 0, 0, 0, 0, -75, 508, 1116, -170, -671, 0, -512, 0, -227, 0, 0, 0, 0, }; #define YYTABLESIZE 25818 short fortrantable[] = { 198, 95, 239, 203, 379, 209, 198, 391, 435, 441, 625, 218, 225, 477, 230, 616, 433, 234, 474, 914, 433, 335, 530, 335, 384, 528, 749, 671, 340, 476, 526, 115, 115, 115, 115, 375, 286, 576, 264, 176, 756, 337, 723, 176, 578, 576, 881, 576, 745, 245, 428, 290, 747, 517, 374, 188, 330, 176, 219, 168, 295, 425, 522, 283, 191, 382, 695, 116, 134, 188, 829, 265, 408, 168, 409, 872, 418, 222, 191, 447, 854, 222, 447, 205, 222, 266, 207, 457, 520, 454, 457, 137, 454, 719, 313, 141, 316, 447, 318, 198, 447, 222, 885, 886, 412, 218, 323, 412, 445, 309, 323, 819, 405, 323, 341, 342, 344, 345, 208, 183, 314, 183, 238, 183, 280, 352, 505, 284, 412, 142, 408, 204, 409, 506, 204, 251, 714, 183, 28, 143, 367, 688, 423, 240, 241, 222, 380, 429, 28, 252, 88, 217, 219, 213, 211, 689, 212, 383, 560, 222, 428, 242, 243, 379, 113, 113, 113, 9, 114, 114, 114, 742, 411, 412, 414, 200, 750, 674, 724, 748, 925, 242, 243, 419, 273, 201, 272, 420, 421, 513, 585, 218, 210, 583, 375, 845, 218, 28, 872, 223, 846, 242, 243, 684, 379, 588, 431, 584, 587, 679, 431, 710, 681, 374, 911, 710, 226, 573, 683, 412, 874, 228, 432, 901, 438, 878, 439, 442, 238, 592, 685, 686, 587, 383, 473, 375, 383, 232, 219, 521, 511, 384, 703, 219, 384, 503, 405, 403, 554, 404, 383, 556, 236, 428, 614, 836, 152, 152, 384, 428, 794, 115, 796, 798, 408, 237, 409, 95, 660, 425, 211, 204, 212, 743, 743, 534, 299, 246, 743, 853, 412, 568, 176, 412, 524, 407, 253, 541, 542, 941, 523, 426, 427, 546, 188, 116, 594, 218, 168, 587, 218, 558, 539, 191, 256, 380, 543, 512, 263, 380, 267, 441, 271, 435, 859, 860, 242, 243, 302, 275, 301, 433, 433, 591, 730, 88, 277, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 323, 323, 406, 407, 219, 248, 617, 219, 559, 661, 662, 663, 664, 665, 139, 140, 655, 203, 926, 654, 626, 673, 183, 334, 672, 334, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 648, 649, 651, 653, 382, 428, 690, 428, 289, 560, 390, 753, 281, 233, 113, 28, 659, 560, 114, 218, 218, 218, 218, 218, 217, 529, 550, 211, 830, 212, 214, 577, 285, 215, 2, 176, 294, 912, 222, 577, 229, 577, 447, 28, 28, 913, 834, 188, 682, 888, 457, 168, 454, 794, 796, 798, 191, 315, 28, 28, 152, 820, 3, 4, 822, 412, 219, 219, 219, 219, 219, 828, 433, 291, 755, 433, 905, 5, 6, 871, 871, 297, 871, 910, 862, 677, 707, 300, 654, 304, 311, 549, 841, 715, 549, 319, 383, 406, 407, 534, 320, 375, 701, 375, 375, 740, 425, 211, 704, 212, 322, 323, 428, 428, 428, 428, 428, 332, 338, 424, 426, 427, 174, 175, 534, 801, 534, 425, 211, 348, 212, 705, 431, 431, 516, 386, 385, 177, 178, 385, 179, 180, 181, 182, 349, 350, 737, 216, 432, 439, 354, 28, 558, 385, 183, 710, 710, 710, 710, 710, 558, 145, 710, 146, 845, 843, 383, 844, 217, 846, 7, 211, 355, 212, 356, 765, 198, 766, 767, 299, 357, 768, 28, 548, 387, 739, 548, 900, 738, 326, 326, 326, 326, 326, 425, 211, 358, 212, 560, 559, 758, 8, 359, 757, 249, 743, 360, 559, 326, 326, 326, 361, 795, 362, 797, 799, 922, 380, 415, 762, 769, 807, 761, 587, 810, 741, 425, 211, 770, 212, 416, 587, 112, 112, 112, 112, 363, 112, 382, 811, 812, 364, 893, 365, 813, 366, 814, 368, 815, 906, 907, 908, 909, 369, 573, 300, 573, 551, 370, 573, 807, 871, 431, 924, 323, 431, 785, 422, 323, 587, 371, 323, 412, 375, 375, 375, 786, 787, 439, 587, 587, 439, 214, 824, 867, 215, 372, 323, 534, 323, 788, 837, 801, 587, 789, 254, 255, 587, 381, 384, 475, 258, 259, 800, 388, 389, 587, 260, 261, 262, 475, 88, 534, 444, 845, 843, 842, 844, 428, 846, 472, 560, 839, 861, 475, 838, 851, 546, 870, 876, 865, 869, 623, 218, 248, 424, 426, 427, 478, 479, 475, 558, 475, 475, 475, 475, 380, 496, 380, 174, 175, 380, 894, 848, 497, 891, 424, 426, 427, 475, 475, 475, 475, 899, 177, 178, 654, 179, 180, 181, 182, 498, 501, 929, 174, 175, 761, 508, 514, 264, 219, 183, 264, 285, 795, 797, 799, 516, 559, 177, 178, 519, 179, 180, 181, 182, 203, 890, 382, 552, 97, 546, 527, 97, 546, 480, 183, 536, 326, 326, 326, 297, 326, 326, 326, 326, 326, 326, 537, 897, 326, 326, 117, 117, 426, 427, 214, 197, 538, 215, 197, 518, 701, 544, 903, 565, 525, 117, 117, 581, 117, 117, 117, 117, 618, 428, 619, 928, 428, 534, 227, 620, 621, 227, 117, 424, 426, 427, 326, 623, 325, 211, 112, 212, 558, 232, 483, 265, 232, 483, 265, 322, 314, 98, 322, 314, 98, 309, 229, 185, 657, 229, 427, 935, 666, 807, 938, 323, 323, 323, 383, 323, 323, 323, 323, 323, 323, 667, 228, 323, 323, 228, 480, 316, 320, 480, 939, 320, 669, 184, 676, 559, 145, 321, 146, 947, 321, 484, 174, 175, 484, 680, 319, 316, 949, 319, 316, 670, 675, 318, 950, 326, 318, 177, 178, 678, 179, 180, 181, 182, 692, 317, 696, 216, 317, 959, 712, 720, 960, 722, 183, 961, 962, 713, 729, 732, 475, 964, 752, 733, 475, 475, 475, 326, 475, 475, 475, 475, 475, 475, 746, 498, 475, 475, 763, 790, 475, 791, 802, 792, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 808, 475, 475, 809, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 817, 816, 475, 821, 475, 475, 475, 475, 475, 823, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 825, 832, 833, 835, 475, 475, 475, 847, 475, 475, 475, 849, 475, 475, 475, 850, 852, 475, 855, 475, 858, 475, 856, 877, 475, 475, 475, 475, 857, 873, 475, 475, 475, 879, 887, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 891, 475, 475, 475, 475, 475, 475, 475, 336, 475, 475, 475, 475, 895, 475, 475, 475, 214, 336, 917, 215, 919, 724, 475, 475, 920, 923, 448, 233, 233, 448, 233, 930, 144, 931, 932, 933, 934, 846, 945, 948, 944, 946, 952, 954, 336, 233, 233, 233, 336, 336, 336, 336, 336, 481, 336, 955, 147, 148, 108, 913, 99, 149, 150, 151, 152, 336, 336, 336, 336, 336, 151, 153, 154, 155, 156, 157, 158, 159, 160, 201, 161, 162, 163, 390, 422, 164, 165, 166, 167, 168, 169, 170, 171, 339, 172, 556, 195, 199, 423, 151, 447, 310, 480, 482, 483, 484, 302, 339, 174, 175, 110, 311, 539, 540, 515, 882, 956, 716, 918, 902, 880, 567, 615, 177, 178, 706, 179, 180, 181, 182, 629, 937, 864, 216, 818, 485, 15, 486, 487, 488, 183, 904, 489, 490, 510, 491, 492, 136, 691, 827, 953, 173, 831, 717, 728, 310, 727, 863, 731, 174, 175, 327, 754, 875, 176, 927, 0, 868, 331, 0, 0, 303, 0, 0, 177, 178, 0, 179, 180, 181, 182, 303, 0, 0, 88, 0, 0, 0, 0, 0, 0, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 303, 0, 0, 0, 303, 303, 303, 303, 303, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 303, 303, 303, 303, 303, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 233, 233, 233, 0, 233, 233, 233, 233, 233, 233, 0, 0, 233, 233, 0, 0, 0, 0, 336, 0, 0, 0, 336, 336, 336, 0, 336, 336, 336, 336, 336, 336, 0, 336, 336, 336, 0, 0, 336, 0, 0, 0, 336, 336, 336, 336, 336, 336, 336, 0, 0, 336, 336, 336, 0, 0, 0, 0, 336, 336, 0, 336, 336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 336, 0, 0, 0, 336, 336, 0, 0, 0, 0, 0, 0, 0, 0, 336, 0, 336, 336, 0, 0, 336, 0, 336, 336, 336, 336, 336, 0, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 0, 0, 0, 0, 336, 336, 336, 448, 336, 336, 336, 557, 336, 336, 336, 0, 0, 336, 0, 336, 0, 336, 0, 0, 336, 336, 336, 336, 0, 336, 336, 336, 336, 0, 0, 336, 0, 0, 336, 336, 336, 336, 336, 336, 336, 0, 336, 336, 336, 336, 336, 0, 0, 0, 557, 0, 0, 0, 0, 336, 336, 336, 0, 0, 0, 0, 303, 0, 336, 336, 303, 303, 303, 0, 303, 303, 303, 303, 303, 303, 0, 303, 303, 303, 0, 0, 303, 0, 0, 0, 303, 303, 303, 303, 303, 303, 303, 0, 0, 303, 303, 303, 0, 0, 0, 0, 303, 303, 0, 303, 303, 0, 0, 0, 0, 0, 0, 0, 0, 0, 303, 0, 0, 0, 303, 303, 0, 0, 0, 0, 0, 0, 0, 0, 303, 0, 303, 303, 0, 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, 0, 0, 303, 303, 303, 0, 303, 303, 303, 0, 303, 303, 303, 0, 0, 303, 0, 303, 0, 303, 0, 0, 303, 303, 303, 303, 0, 303, 303, 303, 303, 0, 0, 303, 0, 0, 303, 303, 303, 303, 303, 303, 303, 299, 303, 303, 303, 303, 303, 0, 0, 0, 0, 299, 0, 0, 0, 303, 303, 303, 0, 0, 0, 0, 0, 0, 303, 303, 0, 0, 514, 514, 514, 514, 514, 0, 0, 0, 0, 0, 299, 0, 0, 0, 299, 299, 299, 299, 299, 514, 514, 514, 147, 148, 0, 0, 0, 149, 150, 151, 152, 299, 299, 299, 299, 299, 0, 153, 154, 155, 156, 157, 158, 159, 160, 0, 161, 162, 163, 0, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 0, 0, 0, 0, 147, 148, 0, 0, 0, 149, 150, 151, 152, 0, 0, 0, 0, 0, 0, 153, 154, 155, 156, 157, 158, 159, 160, 0, 161, 162, 163, 0, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 174, 175, 0, 0, 0, 176, 0, 0, 0, 0, 0, 0, 300, 0, 0, 177, 178, 0, 179, 180, 181, 182, 300, 0, 0, 88, 0, 0, 0, 0, 0, 0, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 174, 175, 0, 0, 0, 176, 300, 0, 0, 0, 300, 300, 300, 300, 300, 177, 178, 0, 179, 180, 181, 182, 0, 0, 0, 883, 0, 300, 300, 300, 300, 300, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 514, 514, 514, 0, 514, 514, 514, 514, 514, 514, 299, 0, 514, 514, 299, 299, 299, 0, 299, 299, 299, 299, 299, 299, 0, 299, 299, 299, 0, 0, 299, 0, 0, 0, 299, 299, 299, 299, 299, 299, 299, 0, 0, 299, 299, 299, 0, 0, 0, 0, 299, 299, 0, 299, 299, 0, 0, 0, 0, 0, 0, 0, 0, 0, 299, 0, 0, 0, 299, 299, 0, 0, 0, 0, 0, 0, 0, 0, 299, 0, 299, 299, 0, 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, 0, 0, 299, 299, 299, 0, 299, 299, 299, 0, 299, 299, 299, 0, 0, 299, 0, 299, 0, 299, 0, 0, 299, 299, 299, 299, 0, 299, 299, 299, 299, 405, 403, 299, 404, 0, 299, 299, 299, 299, 299, 299, 299, 0, 299, 299, 299, 299, 299, 408, 0, 409, 0, 0, 0, 0, 0, 299, 299, 299, 0, 0, 0, 0, 300, 0, 299, 299, 300, 300, 300, 0, 300, 300, 300, 300, 300, 300, 0, 300, 300, 300, 405, 403, 300, 404, 0, 0, 300, 300, 300, 300, 300, 300, 300, 0, 0, 300, 300, 300, 408, 393, 409, 0, 300, 300, 323, 300, 300, 323, 323, 323, 323, 323, 323, 0, 0, 0, 300, 0, 0, 0, 300, 300, 0, 0, 351, 0, 353, 323, 0, 323, 300, 0, 300, 300, 0, 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, 405, 403, 0, 404, 300, 300, 300, 0, 300, 300, 300, 0, 300, 300, 300, 0, 0, 300, 408, 300, 409, 300, 0, 0, 300, 300, 300, 300, 0, 300, 300, 300, 300, 0, 0, 300, 0, 0, 300, 300, 300, 300, 300, 300, 300, 308, 300, 300, 300, 300, 300, 0, 0, 0, 0, 308, 0, 0, 0, 300, 300, 300, 0, 624, 405, 403, 0, 404, 300, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 892, 0, 408, 393, 409, 308, 308, 308, 308, 308, 308, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 0, 0, 308, 308, 308, 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, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 589, 590, 0, 0, 0, 0, 323, 323, 323, 0, 323, 323, 323, 323, 323, 323, 0, 0, 323, 323, 609, 610, 611, 612, 613, 0, 0, 0, 0, 0, 0, 0, 0, 622, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 305, 0, 0, 0, 0, 0, 0, 0, 0, 0, 305, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 305, 0, 0, 0, 305, 305, 305, 305, 305, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 305, 305, 305, 305, 305, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 387, 406, 407, 0, 0, 0, 0, 0, 308, 0, 0, 0, 308, 308, 308, 0, 308, 308, 308, 308, 308, 308, 0, 308, 308, 308, 0, 0, 308, 0, 0, 0, 308, 308, 308, 308, 308, 308, 308, 0, 0, 308, 308, 308, 0, 0, 0, 0, 308, 308, 0, 308, 308, 0, 0, 0, 0, 0, 0, 0, 0, 0, 308, 0, 0, 0, 308, 308, 0, 0, 0, 0, 0, 0, 0, 0, 308, 0, 308, 308, 0, 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, 0, 0, 308, 308, 308, 0, 308, 308, 308, 0, 308, 308, 308, 0, 0, 308, 0, 308, 0, 308, 0, 0, 308, 308, 308, 308, 0, 308, 308, 308, 308, 0, 0, 308, 0, 0, 308, 308, 308, 308, 308, 308, 308, 0, 308, 308, 308, 308, 308, 0, 0, 0, 0, 0, 0, 0, 0, 308, 308, 308, 0, 0, 0, 0, 305, 0, 308, 308, 305, 305, 305, 0, 305, 305, 305, 305, 305, 305, 0, 305, 305, 305, 405, 403, 305, 404, 0, 0, 305, 305, 305, 305, 305, 305, 305, 0, 0, 305, 305, 305, 408, 393, 409, 0, 305, 305, 866, 305, 305, 0, 0, 405, 403, 0, 404, 0, 0, 0, 305, 0, 0, 0, 305, 305, 0, 0, 0, 0, 0, 408, 393, 409, 305, 0, 305, 305, 0, 0, 305, 0, 305, 305, 305, 305, 305, 0, 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, 0, 0, 0, 0, 305, 305, 305, 0, 305, 305, 305, 0, 305, 305, 305, 0, 0, 305, 0, 305, 0, 305, 0, 0, 305, 305, 305, 305, 0, 305, 305, 305, 305, 0, 0, 305, 0, 0, 305, 305, 305, 305, 305, 305, 305, 266, 305, 305, 305, 305, 305, 0, 0, 0, 0, 266, 0, 0, 0, 305, 305, 305, 233, 233, 233, 0, 233, 0, 305, 305, 0, 0, 0, 0, 0, 0, 0, 0, 0, 233, 0, 233, 233, 233, 0, 0, 266, 266, 266, 266, 266, 0, 0, 0, 446, 0, 0, 0, 447, 448, 449, 450, 0, 266, 266, 266, 266, 266, 451, 0, 452, 453, 454, 455, 456, 457, 0, 458, 459, 460, 0, 0, 461, 462, 463, 0, 464, 465, 466, 467, 0, 468, 0, 0, 0, 0, 0, 0, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30, 0, 0, 0, 0, 267, 33, 306, 0, 0, 0, 37, 38, 0, 0, 267, 0, 469, 0, 0, 0, 307, 47, 48, 49, 50, 51, 52, 308, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 267, 62, 0, 0, 267, 267, 267, 267, 267, 66, 0, 0, 0, 0, 0, 0, 0, 0, 71, 0, 73, 267, 267, 267, 267, 267, 0, 0, 0, 0, 0, 0, 0, 0, 0, 233, 233, 233, 0, 233, 233, 233, 233, 233, 233, 0, 0, 233, 233, 88, 0, 0, 0, 0, 0, 266, 89, 0, 0, 266, 266, 266, 0, 266, 266, 266, 266, 266, 266, 0, 266, 266, 266, 0, 0, 266, 0, 0, 0, 266, 266, 266, 266, 266, 266, 266, 0, 0, 266, 266, 266, 0, 0, 0, 0, 266, 266, 0, 266, 266, 0, 0, 0, 0, 0, 0, 0, 0, 0, 266, 0, 0, 0, 266, 266, 0, 0, 0, 0, 0, 0, 0, 0, 266, 0, 266, 266, 0, 0, 266, 0, 266, 266, 266, 266, 266, 0, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 0, 0, 0, 0, 266, 266, 266, 0, 266, 266, 266, 0, 266, 266, 266, 0, 0, 266, 0, 266, 0, 266, 0, 0, 266, 266, 266, 266, 0, 266, 266, 266, 266, 0, 0, 266, 0, 0, 266, 266, 266, 266, 266, 266, 266, 0, 266, 266, 266, 266, 266, 0, 0, 0, 0, 0, 0, 0, 0, 266, 266, 266, 0, 0, 0, 0, 267, 0, 266, 266, 267, 267, 267, 0, 267, 267, 267, 267, 267, 267, 0, 267, 267, 267, 233, 233, 267, 233, 0, 0, 267, 267, 267, 267, 267, 267, 267, 0, 0, 267, 267, 267, 233, 233, 233, 0, 267, 267, 0, 267, 267, 430, 405, 403, 0, 404, 0, 0, 0, 0, 267, 0, 0, 0, 267, 267, 0, 0, 0, 0, 408, 393, 409, 0, 267, 0, 267, 267, 0, 0, 267, 0, 267, 267, 267, 267, 267, 0, 267, 267, 267, 267, 267, 267, 267, 267, 267, 267, 267, 267, 267, 267, 267, 267, 0, 0, 0, 0, 267, 267, 267, 0, 267, 267, 267, 0, 267, 267, 267, 0, 0, 267, 0, 267, 0, 267, 0, 0, 267, 267, 267, 267, 0, 267, 267, 267, 267, 0, 0, 267, 0, 0, 267, 267, 267, 267, 267, 267, 267, 533, 267, 267, 267, 267, 267, 0, 582, 405, 403, 533, 404, 0, 0, 267, 267, 0, 0, 0, 0, 0, 0, 0, 267, 267, 0, 408, 393, 409, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 236, 236, 236, 533, 236, 0, 0, 0, 99, 0, 0, 0, 99, 99, 99, 99, 0, 0, 533, 236, 236, 236, 99, 0, 99, 99, 99, 99, 99, 99, 0, 99, 99, 99, 0, 0, 99, 99, 99, 0, 99, 99, 99, 99, 0, 99, 0, 0, 0, 0, 0, 0, 233, 233, 233, 0, 233, 233, 233, 233, 233, 233, 0, 0, 233, 233, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 276, 0, 0, 0, 0, 0, 0, 0, 0, 0, 276, 0, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 276, 0, 0, 0, 276, 276, 276, 276, 276, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 276, 276, 0, 276, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 533, 0, 0, 0, 236, 236, 236, 0, 236, 236, 236, 236, 236, 236, 0, 0, 236, 236, 0, 0, 533, 0, 0, 0, 533, 533, 533, 533, 533, 533, 533, 0, 0, 533, 533, 533, 0, 0, 0, 0, 533, 533, 0, 533, 533, 0, 0, 0, 0, 0, 0, 0, 0, 0, 533, 0, 0, 0, 533, 533, 0, 0, 0, 0, 0, 0, 0, 0, 533, 0, 533, 533, 0, 0, 533, 0, 533, 533, 533, 533, 533, 0, 533, 533, 533, 533, 533, 533, 533, 533, 533, 533, 533, 533, 533, 533, 533, 533, 0, 0, 0, 0, 533, 533, 533, 0, 533, 533, 533, 0, 533, 533, 533, 0, 0, 533, 0, 533, 0, 533, 0, 0, 533, 533, 533, 533, 0, 533, 533, 533, 533, 0, 0, 533, 0, 0, 533, 533, 533, 533, 533, 533, 533, 0, 533, 533, 533, 533, 533, 0, 0, 0, 0, 0, 0, 0, 0, 533, 533, 533, 0, 0, 0, 0, 276, 0, 533, 533, 276, 276, 276, 0, 276, 276, 276, 276, 276, 276, 0, 276, 276, 586, 405, 403, 276, 404, 0, 0, 276, 276, 276, 276, 276, 276, 276, 0, 0, 276, 276, 276, 408, 393, 409, 0, 276, 276, 0, 276, 276, 593, 405, 403, 0, 404, 0, 0, 0, 0, 276, 0, 0, 0, 276, 276, 0, 0, 0, 0, 408, 393, 409, 0, 276, 0, 276, 276, 0, 0, 276, 0, 276, 276, 276, 276, 276, 0, 276, 276, 276, 276, 276, 276, 276, 276, 276, 276, 276, 276, 276, 276, 276, 276, 0, 0, 0, 0, 276, 276, 276, 0, 276, 276, 276, 0, 276, 276, 276, 0, 0, 276, 0, 276, 0, 276, 0, 0, 276, 276, 276, 276, 0, 276, 276, 276, 276, 0, 0, 276, 0, 0, 276, 276, 276, 276, 276, 276, 276, 277, 276, 276, 276, 276, 276, 0, 608, 405, 403, 277, 404, 0, 0, 276, 276, 276, 0, 0, 0, 0, 0, 0, 276, 276, 0, 408, 393, 409, 0, 0, 0, 0, 0, 0, 0, 0, 277, 0, 0, 0, 277, 277, 277, 277, 277, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 277, 277, 0, 277, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 0, 0, 0, 0, 0, 0, 0, 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, 0, 0, 0, 0, 0, 0, 296, 0, 0, 0, 0, 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, 296, 296, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 296, 296, 0, 296, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 277, 0, 0, 0, 277, 277, 277, 0, 277, 277, 277, 277, 277, 277, 0, 277, 277, 0, 0, 0, 277, 0, 0, 0, 277, 277, 277, 277, 277, 277, 277, 0, 0, 277, 277, 277, 0, 0, 0, 0, 277, 277, 0, 277, 277, 0, 0, 0, 0, 0, 0, 0, 0, 0, 277, 0, 0, 0, 277, 277, 0, 0, 0, 0, 0, 0, 0, 0, 277, 0, 277, 277, 0, 0, 277, 0, 277, 277, 277, 277, 277, 0, 277, 277, 277, 277, 277, 277, 277, 277, 277, 277, 277, 277, 277, 277, 277, 277, 0, 0, 0, 0, 277, 277, 277, 0, 277, 277, 277, 0, 277, 277, 277, 0, 0, 277, 0, 277, 0, 277, 0, 0, 277, 277, 277, 277, 0, 277, 277, 277, 277, 0, 0, 277, 0, 0, 277, 277, 277, 277, 277, 277, 277, 0, 277, 277, 277, 277, 277, 0, 0, 0, 0, 0, 0, 0, 0, 277, 277, 277, 0, 0, 0, 0, 296, 0, 277, 277, 296, 296, 296, 0, 296, 296, 296, 296, 296, 296, 0, 296, 296, 624, 405, 403, 296, 404, 0, 0, 296, 296, 296, 296, 296, 296, 296, 0, 0, 296, 296, 296, 408, 393, 409, 0, 296, 296, 0, 296, 296, 656, 405, 403, 0, 404, 0, 0, 0, 0, 296, 0, 0, 0, 296, 296, 0, 0, 0, 0, 408, 393, 409, 0, 296, 0, 296, 296, 0, 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, 0, 0, 296, 296, 296, 0, 296, 296, 296, 0, 296, 296, 296, 0, 0, 296, 0, 296, 0, 296, 0, 0, 296, 296, 296, 296, 0, 296, 296, 296, 296, 0, 0, 296, 0, 0, 296, 296, 296, 296, 296, 296, 296, 515, 296, 296, 296, 296, 296, 0, 0, 0, 0, 515, 0, 0, 0, 296, 296, 296, 658, 405, 403, 0, 404, 0, 296, 296, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 408, 393, 409, 0, 0, 515, 515, 515, 515, 515, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 233, 233, 0, 233, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 532, 233, 233, 233, 0, 0, 0, 0, 0, 0, 0, 0, 0, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 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, 0, 515, 515, 515, 515, 515, 515, 515, 0, 0, 515, 515, 515, 0, 0, 0, 0, 515, 515, 0, 515, 515, 0, 0, 0, 0, 0, 0, 0, 0, 0, 515, 0, 0, 0, 515, 515, 0, 0, 0, 0, 0, 0, 0, 0, 515, 0, 515, 515, 0, 0, 515, 0, 515, 515, 515, 515, 515, 0, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 0, 0, 0, 0, 515, 515, 515, 0, 515, 515, 515, 0, 515, 515, 515, 0, 0, 515, 0, 515, 0, 515, 0, 0, 515, 515, 515, 515, 0, 0, 515, 515, 515, 0, 0, 515, 0, 0, 515, 515, 515, 515, 515, 515, 515, 0, 515, 515, 515, 515, 515, 0, 0, 0, 0, 0, 0, 0, 0, 515, 515, 515, 0, 0, 0, 0, 532, 0, 515, 515, 233, 233, 233, 0, 233, 233, 233, 233, 233, 233, 0, 0, 233, 233, 0, 0, 532, 0, 0, 0, 532, 532, 532, 532, 532, 532, 532, 0, 0, 532, 532, 532, 0, 0, 0, 0, 532, 532, 0, 532, 532, 771, 405, 403, 0, 404, 0, 0, 0, 0, 532, 0, 0, 0, 532, 532, 0, 0, 0, 0, 408, 393, 409, 0, 532, 0, 532, 532, 0, 0, 532, 0, 532, 532, 532, 532, 532, 0, 532, 532, 532, 532, 532, 532, 532, 532, 532, 532, 532, 532, 532, 532, 532, 532, 0, 0, 0, 0, 532, 532, 532, 0, 532, 532, 532, 0, 532, 532, 532, 0, 0, 532, 0, 532, 0, 532, 0, 0, 532, 532, 532, 532, 0, 532, 532, 532, 532, 0, 0, 532, 0, 0, 532, 532, 532, 532, 532, 532, 532, 274, 532, 532, 532, 532, 532, 0, 772, 405, 403, 274, 404, 0, 0, 532, 532, 532, 0, 0, 0, 0, 0, 0, 532, 532, 0, 408, 393, 409, 0, 0, 0, 0, 0, 0, 0, 0, 274, 0, 0, 0, 274, 0, 274, 274, 274, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 274, 274, 0, 274, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 275, 0, 275, 275, 275, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 275, 0, 275, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 274, 0, 0, 0, 274, 274, 274, 0, 274, 274, 274, 274, 274, 274, 0, 274, 0, 0, 0, 0, 274, 0, 0, 0, 274, 274, 274, 274, 274, 274, 274, 0, 0, 274, 274, 274, 0, 0, 0, 0, 274, 274, 0, 274, 274, 0, 0, 0, 0, 0, 0, 0, 0, 0, 274, 0, 0, 0, 274, 274, 0, 0, 0, 0, 0, 0, 0, 0, 274, 0, 274, 274, 0, 0, 274, 0, 274, 274, 274, 274, 274, 0, 274, 274, 274, 274, 274, 274, 274, 274, 274, 274, 274, 274, 274, 274, 274, 274, 0, 0, 0, 0, 274, 274, 274, 0, 274, 274, 274, 0, 274, 274, 274, 0, 0, 274, 0, 274, 0, 274, 0, 0, 274, 274, 274, 274, 0, 274, 274, 274, 274, 0, 0, 274, 0, 0, 274, 274, 274, 274, 274, 274, 274, 0, 274, 274, 274, 274, 274, 151, 151, 0, 151, 0, 151, 0, 0, 274, 274, 274, 0, 0, 0, 0, 275, 0, 274, 274, 275, 275, 275, 0, 275, 275, 275, 275, 275, 275, 0, 275, 0, 0, 0, 0, 275, 0, 0, 0, 275, 275, 275, 275, 275, 275, 275, 0, 0, 275, 275, 275, 0, 0, 0, 0, 275, 275, 0, 275, 275, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 275, 275, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 275, 275, 0, 0, 275, 0, 275, 275, 275, 275, 275, 0, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 0, 0, 0, 0, 275, 275, 275, 0, 275, 275, 275, 0, 275, 275, 275, 0, 0, 275, 0, 275, 0, 275, 0, 0, 275, 275, 275, 275, 0, 275, 275, 275, 275, 0, 0, 275, 0, 0, 275, 275, 275, 275, 275, 275, 275, 293, 275, 275, 275, 275, 275, 0, 773, 405, 403, 293, 404, 0, 0, 275, 275, 275, 0, 0, 0, 0, 0, 0, 275, 275, 0, 408, 393, 409, 0, 0, 0, 0, 0, 0, 0, 0, 293, 0, 0, 0, 293, 293, 0, 293, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 293, 293, 293, 0, 293, 0, 0, 151, 0, 0, 0, 0, 0, 0, 0, 0, 151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 151, 0, 0, 0, 151, 151, 151, 151, 0, 0, 0, 0, 0, 0, 151, 151, 151, 151, 151, 151, 151, 151, 0, 151, 151, 151, 0, 0, 151, 151, 151, 151, 151, 151, 151, 151, 0, 151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 466, 0, 0, 0, 0, 0, 0, 0, 0, 0, 466, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 151, 0, 0, 0, 0, 0, 0, 151, 151, 0, 0, 0, 151, 0, 0, 0, 0, 514, 514, 514, 514, 0, 151, 151, 151, 151, 151, 151, 151, 0, 0, 0, 151, 0, 466, 514, 514, 514, 0, 151, 0, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 293, 0, 0, 0, 293, 293, 293, 0, 293, 293, 293, 293, 293, 293, 0, 293, 0, 293, 0, 0, 293, 0, 0, 0, 293, 293, 293, 293, 293, 293, 293, 0, 0, 293, 293, 293, 0, 0, 0, 0, 293, 293, 0, 293, 293, 0, 0, 0, 0, 0, 0, 0, 0, 0, 293, 0, 0, 0, 293, 293, 0, 0, 0, 0, 0, 0, 0, 0, 293, 0, 293, 293, 0, 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, 0, 0, 293, 293, 293, 0, 293, 293, 293, 0, 293, 293, 293, 572, 0, 293, 145, 293, 146, 293, 0, 0, 293, 293, 293, 293, 0, 293, 293, 293, 293, 0, 0, 293, 0, 0, 293, 293, 293, 0, 293, 293, 293, 0, 293, 293, 293, 293, 293, 0, 0, 0, 0, 0, 0, 0, 0, 293, 293, 0, 466, 0, 0, 0, 514, 514, 514, 293, 514, 514, 514, 514, 514, 514, 0, 0, 514, 514, 0, 0, 466, 0, 0, 0, 466, 466, 466, 466, 466, 466, 466, 0, 0, 466, 466, 466, 0, 0, 0, 0, 466, 466, 0, 466, 466, 405, 403, 0, 404, 0, 0, 0, 0, 0, 466, 0, 0, 0, 466, 466, 0, 840, 0, 408, 393, 409, 0, 0, 466, 0, 466, 466, 0, 0, 466, 0, 466, 466, 466, 466, 466, 0, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 0, 0, 0, 0, 466, 466, 466, 0, 466, 466, 466, 0, 466, 466, 466, 0, 0, 466, 0, 466, 0, 466, 0, 514, 466, 466, 466, 466, 0, 0, 466, 466, 466, 514, 0, 466, 0, 0, 466, 466, 466, 0, 466, 466, 466, 0, 466, 466, 466, 466, 466, 0, 0, 0, 0, 0, 0, 0, 0, 466, 466, 0, 0, 0, 0, 514, 514, 514, 514, 466, 0, 0, 0, 0, 0, 0, 0, 0, 144, 0, 0, 0, 514, 514, 514, 514, 0, 569, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 147, 148, 0, 0, 0, 149, 150, 151, 152, 0, 0, 0, 0, 0, 0, 153, 154, 155, 156, 157, 158, 159, 160, 0, 161, 162, 163, 0, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 323, 0, 0, 0, 0, 0, 0, 394, 395, 396, 323, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 323, 0, 173, 323, 323, 323, 323, 323, 323, 0, 174, 175, 0, 0, 0, 176, 0, 0, 0, 0, 0, 0, 323, 0, 0, 177, 178, 570, 179, 180, 181, 182, 0, 0, 0, 88, 0, 0, 0, 0, 0, 0, 571, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 514, 0, 0, 0, 514, 514, 514, 0, 514, 514, 514, 514, 514, 514, 0, 0, 514, 514, 0, 0, 514, 0, 0, 0, 514, 514, 514, 514, 514, 514, 514, 0, 0, 514, 514, 514, 0, 0, 0, 0, 514, 514, 0, 514, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 514, 0, 0, 0, 514, 514, 0, 0, 0, 0, 0, 0, 0, 0, 514, 0, 514, 514, 0, 0, 514, 0, 514, 514, 514, 514, 514, 0, 514, 514, 514, 514, 514, 514, 514, 514, 514, 514, 514, 514, 514, 514, 514, 514, 0, 0, 0, 0, 514, 514, 514, 0, 514, 514, 514, 0, 514, 514, 514, 0, 0, 514, 0, 514, 0, 514, 0, 0, 514, 514, 514, 514, 0, 0, 514, 514, 514, 0, 0, 514, 0, 323, 514, 514, 514, 0, 514, 514, 514, 271, 514, 514, 514, 514, 514, 0, 323, 323, 323, 271, 0, 323, 0, 514, 514, 323, 323, 323, 323, 323, 323, 323, 0, 514, 323, 323, 323, 0, 0, 0, 0, 323, 323, 0, 323, 323, 271, 0, 0, 0, 271, 0, 0, 271, 0, 323, 0, 0, 0, 323, 323, 0, 0, 0, 0, 0, 0, 271, 271, 323, 271, 323, 323, 0, 0, 323, 0, 323, 323, 323, 323, 323, 0, 323, 323, 323, 323, 323, 323, 323, 323, 323, 323, 323, 323, 323, 323, 323, 323, 0, 0, 0, 0, 323, 323, 323, 0, 323, 323, 323, 0, 323, 323, 323, 0, 0, 323, 0, 323, 0, 323, 0, 0, 323, 323, 323, 323, 0, 0, 323, 323, 323, 0, 0, 323, 0, 0, 323, 323, 323, 323, 323, 323, 323, 0, 323, 323, 323, 323, 323, 0, 0, 0, 0, 0, 0, 0, 0, 323, 323, 323, 0, 0, 0, 0, 290, 0, 323, 323, 0, 0, 0, 0, 0, 0, 290, 0, 0, 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, 0, 0, 290, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 271, 0, 0, 0, 271, 271, 271, 0, 0, 0, 0, 0, 0, 0, 0, 271, 0, 0, 0, 0, 271, 0, 0, 0, 271, 271, 271, 271, 271, 271, 271, 0, 0, 271, 271, 271, 0, 0, 0, 0, 271, 271, 0, 271, 271, 0, 0, 0, 0, 0, 0, 0, 0, 0, 271, 0, 0, 0, 271, 271, 0, 0, 0, 0, 0, 0, 0, 0, 271, 0, 271, 271, 0, 0, 271, 0, 271, 271, 271, 271, 271, 0, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 0, 0, 0, 0, 271, 271, 271, 0, 271, 271, 271, 0, 271, 271, 271, 0, 0, 271, 0, 271, 0, 271, 0, 0, 271, 271, 271, 271, 0, 271, 271, 271, 271, 0, 0, 271, 0, 0, 271, 271, 271, 271, 271, 271, 271, 0, 271, 271, 271, 271, 271, 0, 0, 0, 0, 0, 0, 0, 290, 271, 271, 271, 290, 290, 290, 0, 281, 0, 271, 271, 0, 0, 0, 290, 0, 0, 281, 0, 290, 0, 0, 0, 290, 290, 290, 290, 290, 290, 290, 0, 0, 290, 290, 290, 0, 0, 0, 0, 290, 290, 0, 290, 290, 281, 0, 0, 0, 281, 0, 0, 281, 0, 290, 0, 0, 0, 290, 290, 0, 0, 0, 0, 0, 0, 281, 281, 290, 281, 290, 290, 0, 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, 0, 0, 290, 290, 290, 0, 290, 290, 290, 0, 290, 290, 290, 0, 0, 290, 0, 290, 0, 290, 0, 0, 290, 290, 290, 290, 0, 290, 290, 290, 290, 0, 0, 290, 0, 0, 290, 290, 290, 290, 290, 290, 290, 0, 290, 290, 290, 290, 290, 0, 0, 0, 0, 0, 0, 0, 0, 290, 290, 290, 0, 0, 0, 0, 279, 0, 290, 290, 0, 0, 0, 0, 0, 0, 279, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 279, 0, 0, 0, 279, 0, 0, 279, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 279, 279, 0, 279, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 0, 0, 0, 0, 0, 0, 0, 281, 0, 0, 0, 0, 281, 0, 0, 0, 281, 281, 281, 281, 281, 281, 281, 0, 0, 281, 281, 281, 0, 0, 0, 0, 281, 281, 0, 281, 281, 0, 0, 0, 0, 0, 0, 0, 0, 0, 281, 0, 0, 0, 281, 281, 0, 0, 0, 0, 0, 0, 0, 0, 281, 0, 281, 281, 0, 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, 0, 0, 281, 281, 281, 0, 281, 281, 281, 0, 281, 281, 281, 0, 0, 281, 0, 281, 0, 281, 0, 0, 281, 281, 281, 281, 0, 281, 281, 281, 281, 0, 0, 281, 0, 0, 281, 281, 281, 281, 281, 281, 281, 0, 281, 281, 281, 281, 281, 0, 0, 0, 0, 0, 0, 0, 279, 281, 281, 281, 279, 279, 279, 0, 285, 0, 281, 281, 0, 0, 0, 279, 0, 0, 285, 0, 279, 0, 0, 0, 279, 279, 279, 279, 279, 279, 279, 0, 0, 279, 279, 279, 0, 0, 0, 0, 279, 279, 0, 279, 279, 285, 0, 0, 0, 285, 0, 0, 285, 0, 279, 0, 0, 0, 279, 279, 0, 0, 0, 0, 0, 0, 285, 285, 279, 285, 279, 279, 0, 0, 279, 0, 279, 279, 279, 279, 279, 0, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 0, 0, 0, 0, 279, 279, 279, 0, 279, 279, 279, 0, 279, 279, 279, 0, 0, 279, 0, 279, 0, 279, 0, 0, 279, 279, 279, 279, 0, 279, 279, 279, 279, 0, 0, 279, 0, 0, 279, 279, 279, 279, 279, 279, 279, 0, 279, 279, 279, 279, 279, 0, 0, 0, 0, 0, 0, 0, 0, 279, 279, 279, 0, 0, 0, 0, 283, 0, 279, 279, 0, 0, 0, 0, 0, 0, 283, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 283, 0, 0, 0, 283, 0, 0, 283, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 283, 283, 0, 283, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 0, 285, 285, 285, 285, 285, 285, 285, 0, 0, 285, 285, 285, 0, 0, 0, 0, 285, 285, 0, 285, 285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 285, 0, 0, 0, 285, 285, 0, 0, 0, 0, 0, 0, 0, 0, 285, 0, 285, 285, 0, 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, 0, 0, 285, 285, 285, 0, 285, 285, 285, 0, 285, 285, 285, 0, 0, 285, 0, 285, 0, 285, 0, 0, 285, 285, 285, 285, 0, 285, 285, 285, 285, 0, 0, 285, 0, 0, 285, 285, 285, 285, 285, 285, 285, 0, 285, 285, 285, 285, 285, 0, 0, 0, 0, 0, 0, 0, 283, 285, 285, 285, 283, 283, 283, 0, 278, 0, 285, 285, 0, 0, 0, 283, 0, 0, 278, 0, 283, 0, 0, 0, 283, 283, 283, 283, 283, 283, 283, 0, 0, 283, 283, 283, 0, 0, 0, 0, 283, 283, 0, 283, 283, 278, 0, 0, 0, 278, 0, 0, 278, 0, 283, 0, 0, 0, 283, 283, 0, 0, 0, 0, 0, 0, 278, 278, 283, 278, 283, 283, 0, 0, 283, 0, 283, 283, 283, 283, 283, 0, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 0, 0, 0, 0, 283, 283, 283, 0, 283, 283, 283, 0, 283, 283, 283, 0, 0, 283, 0, 283, 0, 283, 0, 0, 283, 283, 283, 283, 0, 283, 283, 283, 283, 0, 0, 283, 0, 0, 283, 283, 283, 283, 283, 283, 283, 0, 283, 283, 283, 283, 283, 0, 0, 0, 0, 0, 0, 0, 0, 283, 283, 283, 0, 0, 0, 0, 287, 0, 283, 283, 0, 0, 0, 0, 0, 0, 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, 287, 0, 0, 0, 287, 0, 0, 287, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 287, 287, 0, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 278, 0, 0, 0, 278, 278, 278, 0, 0, 0, 0, 0, 0, 0, 0, 278, 0, 0, 0, 0, 278, 0, 0, 0, 278, 278, 278, 278, 278, 278, 278, 0, 0, 278, 278, 278, 0, 0, 0, 0, 278, 278, 0, 278, 278, 0, 0, 0, 0, 0, 0, 0, 0, 0, 278, 0, 0, 0, 278, 278, 0, 0, 0, 0, 0, 0, 0, 0, 278, 0, 278, 278, 0, 0, 278, 0, 278, 278, 278, 278, 278, 0, 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, 0, 0, 0, 0, 278, 278, 278, 0, 278, 278, 278, 0, 278, 278, 278, 0, 0, 278, 0, 278, 0, 278, 0, 0, 278, 278, 278, 278, 0, 278, 278, 278, 278, 0, 0, 278, 0, 0, 278, 278, 278, 278, 278, 278, 278, 0, 278, 278, 278, 278, 278, 0, 0, 0, 0, 0, 0, 0, 287, 278, 278, 278, 287, 287, 287, 0, 282, 0, 278, 278, 0, 0, 0, 287, 0, 0, 282, 0, 287, 0, 0, 0, 287, 287, 287, 287, 287, 287, 287, 0, 0, 287, 287, 287, 0, 0, 0, 0, 287, 287, 0, 287, 287, 282, 0, 0, 0, 282, 0, 0, 282, 0, 287, 0, 0, 0, 287, 287, 0, 0, 0, 0, 0, 0, 282, 282, 287, 282, 287, 287, 0, 0, 287, 0, 287, 287, 287, 287, 287, 0, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 0, 0, 0, 0, 287, 287, 287, 0, 287, 287, 287, 0, 287, 287, 287, 0, 0, 287, 0, 287, 0, 287, 0, 0, 287, 287, 287, 287, 0, 287, 287, 287, 287, 0, 0, 287, 0, 0, 287, 287, 287, 287, 287, 287, 287, 0, 287, 287, 287, 287, 287, 0, 0, 0, 0, 0, 0, 0, 0, 287, 287, 287, 0, 0, 0, 0, 280, 0, 287, 287, 0, 0, 0, 0, 0, 0, 280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 280, 0, 0, 0, 280, 0, 0, 280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 280, 280, 0, 280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 282, 0, 0, 0, 282, 282, 282, 0, 0, 0, 0, 0, 0, 0, 0, 282, 0, 0, 0, 0, 282, 0, 0, 0, 282, 282, 282, 282, 282, 282, 282, 0, 0, 282, 282, 282, 0, 0, 0, 0, 282, 282, 0, 282, 282, 0, 0, 0, 0, 0, 0, 0, 0, 0, 282, 0, 0, 0, 282, 282, 0, 0, 0, 0, 0, 0, 0, 0, 282, 0, 282, 282, 0, 0, 282, 0, 282, 282, 282, 282, 282, 0, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 0, 0, 0, 0, 282, 282, 282, 0, 282, 282, 282, 0, 282, 282, 282, 0, 0, 282, 0, 282, 0, 282, 0, 0, 282, 282, 282, 282, 0, 282, 282, 282, 282, 0, 0, 282, 0, 0, 282, 282, 282, 282, 282, 282, 282, 0, 282, 282, 282, 282, 282, 0, 0, 0, 0, 0, 0, 0, 280, 282, 282, 282, 280, 280, 280, 0, 297, 0, 282, 282, 0, 0, 0, 280, 0, 0, 297, 0, 280, 0, 0, 0, 280, 280, 280, 280, 280, 280, 280, 0, 0, 280, 280, 280, 0, 0, 0, 0, 280, 280, 0, 280, 280, 297, 0, 0, 0, 297, 0, 0, 297, 0, 280, 0, 0, 0, 280, 280, 0, 0, 0, 0, 0, 0, 297, 297, 280, 297, 280, 280, 0, 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, 0, 0, 280, 280, 280, 0, 280, 280, 280, 0, 280, 280, 280, 0, 0, 280, 0, 280, 0, 280, 0, 0, 280, 280, 280, 280, 0, 280, 280, 280, 280, 0, 0, 280, 0, 0, 280, 280, 280, 280, 280, 280, 280, 0, 280, 280, 280, 280, 280, 0, 0, 0, 0, 0, 0, 0, 0, 280, 280, 280, 0, 0, 0, 0, 295, 0, 280, 280, 0, 0, 0, 0, 0, 0, 295, 0, 0, 0, 0, 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, 0, 0, 295, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 295, 295, 0, 295, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 0, 0, 0, 297, 297, 297, 0, 0, 0, 0, 0, 0, 0, 0, 297, 0, 0, 0, 0, 297, 0, 0, 0, 297, 297, 297, 297, 297, 297, 297, 0, 0, 297, 297, 297, 0, 0, 0, 0, 297, 297, 0, 297, 297, 0, 0, 0, 0, 0, 0, 0, 0, 0, 297, 0, 0, 0, 297, 297, 0, 0, 0, 0, 0, 0, 0, 0, 297, 0, 297, 297, 0, 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, 0, 0, 297, 297, 297, 0, 297, 297, 297, 0, 297, 297, 297, 0, 0, 297, 0, 297, 0, 297, 0, 0, 297, 297, 297, 297, 0, 297, 297, 297, 297, 0, 0, 297, 0, 0, 297, 297, 297, 297, 297, 297, 297, 0, 297, 297, 297, 297, 297, 0, 0, 0, 0, 0, 0, 0, 295, 297, 297, 297, 295, 295, 295, 0, 286, 0, 297, 297, 0, 0, 0, 295, 0, 0, 286, 0, 295, 0, 0, 0, 295, 295, 295, 295, 295, 295, 295, 0, 0, 295, 295, 295, 0, 0, 0, 0, 295, 295, 0, 295, 295, 286, 0, 0, 0, 286, 0, 0, 286, 0, 295, 0, 0, 0, 295, 295, 0, 0, 0, 0, 0, 0, 286, 286, 295, 286, 295, 295, 0, 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, 0, 0, 295, 295, 295, 0, 295, 295, 295, 0, 295, 295, 295, 0, 0, 295, 0, 295, 0, 295, 0, 0, 295, 295, 295, 295, 0, 295, 295, 295, 295, 0, 0, 295, 0, 0, 295, 295, 295, 295, 295, 295, 295, 0, 295, 295, 295, 295, 295, 0, 0, 0, 0, 0, 0, 0, 0, 295, 295, 295, 0, 0, 0, 0, 284, 0, 295, 295, 0, 0, 0, 0, 0, 0, 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, 284, 0, 0, 0, 284, 0, 0, 284, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 284, 284, 0, 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, 286, 0, 0, 0, 286, 286, 286, 0, 0, 0, 0, 0, 0, 0, 0, 286, 0, 0, 0, 0, 286, 0, 0, 0, 286, 286, 286, 286, 286, 286, 286, 0, 0, 286, 286, 286, 0, 0, 0, 0, 286, 286, 0, 286, 286, 0, 0, 0, 0, 0, 0, 0, 0, 0, 286, 0, 0, 0, 286, 286, 0, 0, 0, 0, 0, 0, 0, 0, 286, 0, 286, 286, 0, 0, 286, 0, 286, 286, 286, 286, 286, 0, 286, 286, 286, 286, 286, 286, 286, 286, 286, 286, 286, 286, 286, 286, 286, 286, 0, 0, 0, 0, 286, 286, 286, 0, 286, 286, 286, 0, 286, 286, 286, 0, 0, 286, 0, 286, 0, 286, 0, 0, 286, 286, 286, 286, 0, 286, 286, 286, 286, 0, 0, 286, 0, 0, 286, 286, 286, 286, 286, 286, 286, 0, 286, 286, 286, 286, 286, 0, 0, 0, 0, 0, 0, 0, 284, 286, 286, 286, 284, 284, 284, 0, 289, 0, 286, 286, 0, 0, 0, 284, 0, 0, 289, 0, 284, 0, 0, 0, 284, 284, 284, 284, 284, 284, 284, 0, 0, 284, 284, 284, 0, 0, 0, 0, 284, 284, 0, 284, 284, 289, 0, 0, 0, 289, 0, 0, 289, 0, 284, 0, 0, 0, 284, 284, 0, 0, 0, 0, 0, 0, 289, 289, 284, 289, 284, 284, 0, 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, 0, 0, 284, 284, 284, 0, 284, 284, 284, 0, 284, 284, 284, 0, 0, 284, 0, 284, 0, 284, 0, 0, 284, 284, 284, 284, 0, 284, 284, 284, 284, 0, 0, 284, 0, 0, 284, 284, 284, 284, 284, 284, 284, 0, 284, 284, 284, 284, 284, 0, 0, 0, 0, 0, 0, 0, 0, 284, 284, 284, 0, 0, 0, 0, 288, 0, 284, 284, 0, 0, 0, 0, 0, 0, 288, 0, 0, 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, 0, 0, 288, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 288, 288, 0, 288, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 289, 0, 0, 0, 289, 289, 0, 0, 0, 0, 0, 0, 0, 0, 0, 289, 0, 0, 0, 0, 289, 0, 0, 0, 289, 289, 289, 289, 289, 289, 289, 0, 0, 289, 289, 289, 0, 0, 0, 0, 289, 289, 0, 289, 289, 0, 0, 0, 0, 0, 0, 0, 0, 0, 289, 0, 0, 0, 289, 289, 0, 0, 0, 0, 0, 0, 0, 0, 289, 0, 289, 289, 0, 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, 0, 0, 289, 289, 289, 0, 289, 289, 289, 0, 289, 289, 289, 0, 0, 289, 0, 289, 0, 289, 0, 0, 289, 289, 289, 289, 0, 289, 289, 289, 289, 0, 0, 289, 0, 0, 289, 289, 289, 289, 289, 289, 289, 0, 289, 289, 289, 289, 289, 0, 0, 0, 0, 0, 0, 0, 288, 289, 289, 289, 288, 288, 499, 0, 0, 0, 289, 289, 0, 0, 0, 288, 499, 774, 405, 403, 288, 404, 0, 0, 288, 288, 288, 288, 288, 288, 288, 0, 0, 288, 288, 288, 408, 393, 409, 0, 288, 288, 0, 288, 288, 0, 0, 499, 499, 499, 499, 499, 0, 0, 288, 0, 0, 0, 288, 288, 0, 0, 0, 0, 0, 499, 0, 0, 288, 0, 288, 288, 0, 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, 0, 0, 288, 288, 288, 0, 288, 288, 288, 0, 288, 288, 288, 0, 0, 288, 0, 288, 0, 288, 0, 0, 288, 288, 288, 288, 0, 288, 288, 288, 288, 0, 0, 288, 0, 0, 288, 288, 288, 288, 288, 288, 288, 0, 288, 288, 288, 288, 288, 0, 0, 0, 0, 0, 0, 0, 0, 288, 288, 288, 500, 0, 0, 0, 0, 0, 288, 288, 0, 0, 500, 0, 0, 0, 0, 0, 0, 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, 500, 500, 500, 500, 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, 0, 0, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 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, 499, 499, 499, 0, 0, 499, 0, 0, 0, 499, 499, 499, 499, 499, 499, 499, 0, 0, 499, 499, 499, 0, 0, 0, 0, 499, 499, 0, 499, 499, 0, 0, 0, 0, 0, 0, 0, 0, 0, 499, 0, 0, 0, 499, 499, 0, 0, 0, 0, 0, 0, 0, 0, 499, 0, 499, 499, 0, 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, 0, 0, 499, 499, 499, 0, 499, 499, 499, 0, 499, 499, 499, 0, 0, 499, 0, 499, 0, 499, 0, 0, 499, 499, 499, 499, 0, 0, 499, 499, 499, 0, 0, 499, 0, 0, 499, 499, 499, 499, 499, 499, 499, 0, 499, 499, 499, 499, 499, 0, 0, 0, 0, 0, 500, 0, 0, 499, 499, 499, 0, 0, 490, 0, 0, 0, 499, 499, 0, 500, 500, 500, 490, 0, 500, 0, 0, 0, 500, 500, 500, 500, 500, 500, 500, 0, 0, 500, 500, 500, 0, 0, 0, 0, 500, 500, 0, 500, 500, 0, 0, 0, 0, 0, 497, 497, 490, 497, 500, 0, 0, 0, 500, 500, 0, 0, 0, 0, 0, 0, 0, 490, 500, 0, 500, 500, 0, 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, 0, 0, 500, 500, 500, 0, 500, 500, 500, 0, 500, 500, 500, 0, 0, 500, 0, 500, 0, 500, 0, 0, 500, 500, 500, 500, 0, 0, 500, 500, 500, 0, 0, 500, 0, 0, 500, 500, 500, 500, 500, 500, 500, 0, 500, 500, 500, 500, 500, 0, 0, 0, 0, 0, 0, 0, 0, 500, 500, 0, 0, 505, 0, 0, 0, 0, 500, 500, 0, 0, 0, 505, 0, 0, 0, 0, 0, 0, 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, 505, 505, 505, 505, 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, 0, 0, 0, 0, 0, 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, 497, 497, 497, 0, 0, 490, 0, 0, 0, 490, 490, 490, 490, 490, 490, 490, 0, 0, 490, 490, 490, 0, 0, 0, 0, 490, 490, 0, 490, 490, 0, 0, 0, 0, 0, 0, 0, 0, 0, 490, 0, 0, 0, 490, 490, 0, 0, 0, 0, 0, 0, 0, 0, 490, 0, 490, 490, 0, 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, 0, 0, 490, 490, 490, 0, 490, 490, 490, 0, 490, 490, 490, 0, 0, 490, 0, 490, 0, 490, 0, 0, 490, 490, 490, 490, 0, 0, 490, 490, 490, 0, 0, 490, 0, 0, 490, 490, 490, 490, 490, 490, 490, 0, 490, 490, 490, 490, 490, 0, 0, 0, 0, 505, 0, 0, 0, 490, 490, 490, 502, 0, 0, 0, 0, 0, 490, 490, 505, 505, 502, 0, 0, 505, 0, 0, 0, 505, 505, 505, 505, 505, 505, 505, 0, 0, 505, 505, 505, 0, 0, 0, 0, 505, 505, 0, 505, 505, 0, 0, 0, 502, 502, 502, 502, 502, 0, 505, 0, 0, 0, 505, 505, 0, 0, 0, 0, 0, 0, 502, 0, 505, 0, 505, 505, 0, 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, 0, 0, 505, 505, 505, 0, 505, 505, 505, 0, 505, 505, 505, 0, 0, 505, 0, 505, 0, 505, 0, 0, 505, 505, 505, 505, 0, 0, 505, 505, 505, 0, 0, 505, 0, 0, 505, 505, 505, 505, 505, 505, 505, 0, 505, 505, 505, 505, 505, 0, 0, 0, 0, 0, 0, 0, 0, 505, 505, 505, 503, 0, 0, 0, 0, 0, 505, 505, 0, 0, 503, 0, 0, 0, 0, 0, 0, 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, 503, 503, 503, 503, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 502, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 502, 502, 0, 0, 0, 502, 0, 0, 0, 502, 502, 502, 502, 502, 502, 502, 0, 0, 502, 502, 502, 0, 0, 0, 0, 502, 502, 0, 502, 502, 0, 0, 0, 0, 0, 0, 0, 0, 0, 502, 0, 0, 0, 502, 502, 0, 0, 0, 0, 0, 0, 0, 0, 502, 0, 502, 502, 0, 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, 0, 0, 502, 502, 502, 0, 502, 502, 502, 0, 502, 502, 502, 0, 0, 502, 0, 502, 0, 502, 0, 0, 502, 502, 502, 502, 0, 0, 502, 502, 502, 0, 0, 502, 0, 0, 502, 502, 502, 502, 502, 502, 502, 0, 502, 502, 502, 502, 502, 0, 0, 0, 0, 503, 0, 0, 0, 502, 502, 502, 504, 0, 0, 0, 0, 0, 502, 502, 503, 503, 504, 0, 0, 503, 0, 0, 0, 503, 503, 503, 503, 503, 503, 503, 0, 0, 503, 503, 503, 0, 0, 0, 0, 503, 503, 0, 503, 503, 0, 0, 0, 504, 504, 504, 504, 504, 0, 503, 0, 0, 0, 503, 503, 0, 0, 0, 0, 0, 0, 504, 0, 503, 0, 503, 503, 0, 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, 0, 0, 503, 503, 503, 0, 503, 503, 503, 0, 503, 503, 503, 0, 0, 503, 0, 503, 0, 503, 0, 0, 503, 503, 503, 503, 0, 0, 503, 503, 503, 0, 0, 503, 0, 0, 503, 503, 503, 503, 503, 503, 503, 0, 503, 503, 503, 503, 503, 0, 0, 0, 0, 0, 0, 0, 0, 503, 503, 503, 270, 0, 0, 0, 0, 0, 503, 503, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 270, 0, 0, 0, 270, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 270, 270, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 504, 504, 0, 0, 0, 504, 0, 0, 0, 504, 504, 504, 504, 504, 504, 504, 0, 0, 504, 504, 504, 0, 0, 0, 0, 504, 504, 0, 504, 504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 504, 0, 0, 0, 504, 504, 0, 0, 0, 0, 0, 0, 0, 0, 504, 0, 504, 504, 0, 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, 0, 0, 504, 504, 504, 0, 504, 504, 504, 0, 504, 504, 504, 0, 0, 504, 0, 504, 0, 504, 0, 0, 504, 504, 504, 504, 0, 0, 504, 504, 504, 0, 0, 504, 0, 0, 504, 504, 504, 504, 504, 504, 504, 0, 504, 504, 504, 504, 504, 0, 0, 0, 0, 270, 0, 0, 0, 504, 504, 504, 0, 298, 0, 0, 0, 0, 504, 504, 270, 0, 0, 298, 0, 270, 0, 0, 0, 270, 270, 270, 270, 270, 270, 270, 0, 0, 270, 270, 270, 0, 0, 0, 0, 270, 270, 0, 270, 270, 298, 0, 0, 0, 298, 0, 0, 298, 0, 270, 0, 0, 0, 270, 270, 0, 0, 0, 0, 0, 0, 298, 298, 270, 0, 270, 270, 0, 0, 270, 0, 270, 270, 270, 270, 270, 0, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 0, 0, 0, 0, 270, 270, 270, 0, 270, 270, 270, 0, 270, 270, 270, 0, 0, 270, 0, 270, 0, 270, 0, 0, 270, 270, 270, 270, 0, 270, 270, 270, 270, 0, 0, 270, 0, 0, 270, 270, 270, 270, 270, 270, 270, 0, 270, 270, 270, 270, 270, 0, 0, 0, 0, 0, 0, 0, 0, 270, 270, 270, 0, 294, 0, 0, 0, 0, 270, 270, 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, 0, 0, 0, 294, 0, 0, 294, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 294, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 298, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 298, 0, 0, 0, 0, 298, 0, 0, 0, 298, 298, 298, 298, 298, 298, 298, 0, 0, 298, 298, 298, 0, 0, 0, 0, 298, 298, 0, 298, 298, 0, 0, 0, 0, 0, 0, 0, 0, 0, 298, 0, 0, 0, 298, 298, 0, 0, 0, 0, 0, 0, 0, 0, 298, 0, 298, 298, 0, 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, 0, 0, 298, 298, 298, 0, 298, 298, 298, 0, 298, 298, 298, 0, 0, 298, 0, 298, 0, 298, 0, 0, 298, 298, 298, 298, 0, 298, 298, 298, 298, 0, 0, 298, 0, 0, 298, 298, 298, 298, 298, 298, 298, 0, 298, 298, 298, 298, 298, 0, 0, 0, 0, 294, 0, 0, 0, 298, 298, 298, 501, 0, 0, 0, 0, 0, 298, 298, 294, 0, 501, 0, 0, 294, 0, 0, 0, 294, 294, 294, 294, 294, 294, 294, 0, 0, 294, 294, 294, 0, 0, 0, 0, 294, 294, 0, 294, 294, 0, 0, 0, 501, 0, 501, 501, 501, 0, 294, 0, 0, 0, 294, 294, 0, 0, 0, 0, 0, 0, 501, 0, 294, 0, 294, 294, 0, 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, 0, 0, 294, 294, 294, 0, 294, 294, 294, 0, 294, 294, 294, 0, 0, 294, 0, 294, 0, 294, 0, 0, 294, 294, 294, 294, 0, 294, 294, 294, 294, 0, 0, 294, 0, 0, 294, 294, 294, 294, 294, 294, 294, 0, 294, 294, 294, 294, 294, 0, 0, 0, 0, 0, 0, 0, 0, 294, 294, 294, 222, 0, 0, 0, 0, 0, 294, 294, 0, 0, 222, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 222, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 222, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 0, 0, 0, 0, 501, 0, 0, 0, 501, 501, 501, 501, 501, 501, 501, 0, 0, 501, 501, 501, 0, 0, 0, 0, 501, 501, 0, 501, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 501, 0, 0, 507, 501, 501, 0, 0, 0, 0, 0, 0, 0, 507, 501, 0, 501, 501, 0, 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, 507, 0, 0, 507, 501, 501, 501, 0, 501, 501, 501, 0, 501, 501, 501, 0, 0, 501, 507, 501, 0, 501, 0, 0, 501, 501, 501, 501, 0, 0, 501, 501, 501, 0, 0, 501, 0, 0, 501, 501, 501, 501, 501, 501, 501, 0, 501, 501, 501, 501, 501, 0, 0, 0, 0, 222, 0, 0, 0, 501, 501, 501, 0, 0, 0, 0, 0, 0, 501, 501, 222, 222, 0, 0, 0, 222, 0, 0, 0, 222, 222, 222, 222, 222, 222, 222, 0, 0, 222, 222, 222, 0, 0, 0, 0, 222, 222, 0, 222, 222, 0, 0, 0, 0, 0, 0, 0, 0, 0, 222, 0, 0, 508, 222, 222, 0, 0, 0, 0, 0, 0, 0, 508, 222, 0, 222, 222, 0, 0, 222, 0, 222, 222, 222, 222, 222, 0, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 508, 0, 0, 508, 222, 222, 222, 0, 222, 222, 222, 0, 222, 222, 222, 0, 0, 222, 508, 222, 0, 222, 0, 0, 222, 222, 222, 222, 0, 0, 222, 222, 222, 0, 0, 222, 0, 0, 222, 222, 222, 222, 222, 222, 222, 0, 222, 222, 222, 222, 222, 0, 0, 0, 0, 0, 0, 0, 0, 222, 222, 222, 507, 0, 0, 0, 0, 0, 222, 222, 0, 0, 0, 0, 0, 0, 0, 507, 0, 0, 0, 0, 507, 0, 0, 0, 507, 507, 507, 507, 507, 507, 507, 0, 0, 507, 507, 507, 0, 0, 0, 0, 507, 507, 0, 507, 507, 0, 0, 0, 0, 0, 0, 0, 0, 0, 507, 0, 0, 509, 507, 507, 0, 0, 0, 0, 0, 0, 0, 509, 507, 0, 507, 507, 0, 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, 509, 0, 0, 509, 507, 507, 507, 0, 507, 507, 507, 0, 507, 507, 507, 0, 0, 507, 509, 507, 0, 507, 0, 0, 507, 507, 507, 507, 0, 0, 507, 507, 507, 0, 0, 507, 0, 0, 507, 507, 507, 507, 507, 507, 507, 0, 507, 507, 507, 507, 507, 0, 0, 0, 0, 508, 0, 0, 0, 507, 507, 507, 0, 0, 0, 0, 0, 0, 507, 507, 508, 0, 0, 0, 0, 508, 0, 0, 0, 508, 508, 508, 508, 508, 508, 508, 0, 0, 508, 508, 508, 0, 0, 0, 0, 508, 508, 0, 508, 508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 508, 0, 0, 506, 508, 508, 0, 0, 0, 0, 0, 0, 0, 506, 508, 0, 508, 508, 0, 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, 506, 0, 0, 506, 508, 508, 508, 0, 508, 508, 508, 0, 508, 508, 508, 0, 0, 508, 506, 508, 0, 508, 0, 0, 508, 508, 508, 508, 0, 0, 508, 508, 508, 0, 0, 508, 0, 0, 508, 508, 508, 508, 508, 508, 508, 0, 508, 508, 508, 508, 508, 0, 0, 0, 0, 0, 0, 0, 0, 508, 508, 508, 509, 0, 0, 0, 0, 0, 508, 508, 0, 0, 0, 0, 0, 0, 0, 509, 0, 0, 0, 0, 509, 0, 0, 0, 509, 509, 509, 509, 509, 509, 509, 0, 0, 509, 509, 509, 0, 0, 0, 0, 509, 509, 0, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 509, 0, 0, 222, 509, 509, 0, 0, 0, 0, 0, 0, 0, 222, 509, 0, 509, 509, 0, 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, 222, 0, 222, 509, 509, 509, 0, 509, 509, 509, 0, 509, 509, 509, 0, 0, 509, 222, 509, 222, 509, 0, 0, 509, 509, 509, 509, 0, 0, 509, 509, 509, 0, 0, 509, 0, 0, 509, 509, 509, 509, 509, 509, 509, 0, 509, 509, 509, 509, 509, 0, 0, 0, 0, 506, 0, 0, 0, 509, 509, 509, 0, 0, 0, 0, 0, 0, 509, 509, 506, 0, 0, 0, 0, 506, 0, 0, 0, 506, 506, 506, 506, 506, 506, 506, 0, 0, 506, 506, 506, 0, 0, 0, 0, 506, 506, 0, 506, 506, 0, 0, 0, 0, 0, 0, 0, 0, 0, 506, 0, 0, 54, 506, 506, 0, 0, 0, 0, 0, 0, 0, 54, 506, 0, 506, 506, 0, 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, 0, 0, 506, 506, 506, 0, 506, 506, 506, 0, 506, 506, 506, 0, 0, 506, 54, 506, 0, 506, 0, 0, 506, 506, 506, 506, 0, 0, 506, 506, 506, 0, 0, 506, 0, 0, 506, 506, 506, 506, 506, 506, 506, 0, 506, 506, 506, 506, 506, 0, 0, 0, 0, 0, 0, 0, 0, 506, 506, 506, 222, 0, 0, 0, 0, 0, 506, 506, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 222, 0, 0, 0, 222, 222, 222, 222, 222, 222, 222, 0, 0, 222, 222, 222, 0, 0, 0, 0, 222, 222, 0, 222, 222, 0, 55, 0, 0, 0, 0, 0, 0, 0, 222, 0, 55, 0, 222, 222, 0, 0, 0, 0, 0, 0, 0, 0, 222, 0, 222, 222, 0, 0, 222, 0, 222, 222, 222, 222, 222, 0, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 0, 0, 0, 0, 222, 222, 222, 55, 222, 222, 222, 0, 222, 222, 222, 0, 0, 222, 0, 222, 0, 222, 0, 0, 222, 222, 222, 222, 0, 0, 222, 222, 222, 0, 0, 222, 0, 0, 222, 222, 222, 222, 222, 222, 222, 0, 222, 222, 222, 222, 222, 0, 0, 0, 0, 54, 0, 0, 0, 222, 222, 222, 0, 0, 0, 0, 0, 0, 222, 222, 151, 151, 0, 0, 0, 54, 0, 0, 0, 54, 54, 54, 54, 54, 54, 54, 0, 0, 54, 54, 54, 0, 0, 0, 0, 54, 54, 124, 54, 54, 0, 0, 0, 0, 0, 0, 0, 124, 0, 54, 0, 0, 0, 54, 54, 0, 0, 0, 0, 0, 0, 0, 0, 54, 0, 54, 54, 0, 0, 54, 0, 54, 54, 54, 54, 54, 0, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 0, 0, 0, 124, 54, 54, 54, 0, 54, 54, 54, 0, 54, 54, 54, 0, 0, 54, 0, 54, 0, 54, 0, 0, 54, 54, 54, 54, 0, 0, 54, 54, 54, 0, 0, 54, 0, 0, 54, 54, 54, 54, 54, 54, 54, 0, 54, 54, 54, 54, 54, 55, 0, 0, 0, 0, 0, 0, 0, 54, 54, 54, 0, 0, 0, 0, 151, 151, 54, 54, 0, 55, 0, 0, 0, 55, 55, 55, 55, 55, 55, 55, 0, 0, 55, 55, 55, 0, 0, 0, 0, 55, 55, 0, 55, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 55, 55, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 55, 55, 0, 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, 0, 0, 55, 55, 55, 0, 55, 55, 55, 0, 55, 55, 55, 0, 0, 55, 0, 55, 0, 55, 0, 0, 55, 55, 55, 55, 0, 0, 55, 55, 55, 0, 0, 55, 0, 0, 55, 55, 55, 55, 55, 55, 55, 0, 55, 55, 55, 55, 55, 124, 0, 0, 0, 340, 0, 0, 0, 55, 55, 55, 0, 0, 0, 340, 151, 151, 55, 55, 0, 124, 0, 0, 0, 124, 124, 124, 124, 124, 124, 124, 0, 0, 124, 124, 124, 0, 0, 0, 0, 124, 124, 0, 124, 124, 340, 775, 405, 403, 0, 404, 0, 0, 0, 124, 0, 0, 0, 124, 124, 0, 0, 340, 340, 0, 408, 393, 409, 124, 0, 124, 124, 0, 0, 124, 0, 124, 124, 124, 124, 124, 0, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 0, 0, 0, 0, 124, 124, 124, 0, 124, 124, 124, 0, 124, 124, 124, 0, 0, 124, 0, 124, 0, 124, 0, 0, 124, 124, 124, 124, 0, 0, 124, 124, 124, 0, 0, 124, 0, 0, 124, 124, 124, 124, 124, 124, 124, 0, 124, 124, 124, 124, 124, 0, 0, 0, 0, 149, 0, 0, 0, 124, 124, 124, 0, 0, 0, 149, 0, 0, 124, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 149, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 149, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 340, 0, 0, 0, 0, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 0, 340, 0, 0, 0, 340, 340, 340, 340, 340, 340, 340, 0, 0, 340, 340, 340, 0, 0, 0, 0, 340, 340, 135, 340, 340, 0, 0, 0, 0, 0, 0, 0, 135, 0, 340, 0, 0, 0, 340, 340, 0, 0, 0, 0, 0, 0, 0, 0, 340, 0, 340, 340, 0, 0, 340, 0, 340, 340, 340, 340, 340, 0, 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, 0, 0, 0, 135, 340, 340, 340, 0, 340, 340, 340, 0, 340, 340, 340, 0, 0, 340, 0, 340, 0, 340, 0, 0, 340, 340, 340, 340, 0, 0, 340, 340, 340, 0, 0, 340, 0, 0, 340, 340, 340, 340, 340, 340, 340, 0, 340, 340, 340, 340, 340, 149, 0, 0, 0, 0, 0, 0, 0, 340, 340, 340, 0, 0, 0, 0, 149, 149, 340, 340, 0, 149, 0, 0, 0, 149, 149, 149, 149, 149, 149, 149, 0, 0, 149, 149, 149, 0, 0, 0, 0, 149, 149, 0, 149, 149, 0, 0, 0, 0, 0, 0, 0, 0, 0, 149, 0, 0, 222, 149, 149, 0, 0, 0, 0, 0, 0, 0, 222, 149, 0, 149, 149, 0, 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, 222, 0, 222, 149, 149, 149, 0, 149, 149, 149, 0, 149, 149, 149, 0, 0, 149, 222, 149, 0, 149, 0, 0, 149, 149, 149, 149, 0, 0, 149, 149, 149, 0, 0, 149, 0, 0, 149, 149, 149, 149, 149, 149, 149, 0, 149, 149, 149, 149, 149, 135, 0, 0, 0, 0, 0, 0, 0, 149, 149, 0, 0, 0, 0, 0, 135, 135, 149, 149, 0, 135, 0, 0, 0, 135, 135, 135, 135, 135, 135, 135, 0, 0, 135, 135, 135, 0, 0, 0, 0, 135, 135, 0, 135, 135, 0, 0, 0, 0, 0, 0, 0, 0, 0, 135, 0, 0, 151, 135, 135, 0, 0, 0, 0, 0, 0, 0, 151, 135, 0, 135, 135, 0, 0, 135, 0, 135, 135, 135, 135, 135, 0, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 0, 0, 0, 0, 135, 135, 135, 0, 135, 135, 135, 0, 135, 135, 135, 0, 0, 135, 151, 135, 0, 135, 0, 0, 135, 135, 135, 135, 0, 0, 135, 135, 135, 0, 0, 135, 0, 0, 135, 135, 135, 135, 135, 135, 135, 0, 135, 135, 135, 135, 135, 0, 0, 0, 0, 0, 0, 0, 0, 135, 135, 135, 0, 0, 0, 0, 222, 0, 135, 135, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 222, 0, 0, 0, 222, 222, 222, 222, 222, 222, 222, 0, 0, 222, 222, 222, 0, 0, 0, 0, 222, 222, 136, 222, 222, 0, 0, 0, 0, 0, 0, 0, 136, 0, 222, 0, 0, 0, 222, 222, 0, 0, 0, 0, 0, 0, 0, 0, 222, 0, 222, 222, 0, 0, 222, 0, 222, 222, 222, 222, 222, 0, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 0, 0, 0, 136, 222, 222, 222, 0, 222, 222, 222, 0, 222, 222, 222, 0, 0, 222, 0, 222, 0, 222, 0, 0, 222, 222, 222, 222, 0, 0, 222, 222, 222, 0, 0, 222, 0, 0, 222, 222, 222, 222, 222, 222, 222, 0, 222, 222, 222, 222, 222, 151, 0, 0, 0, 0, 0, 0, 0, 222, 222, 222, 0, 0, 0, 0, 151, 151, 222, 222, 0, 151, 0, 0, 0, 151, 151, 151, 151, 151, 151, 151, 0, 0, 151, 151, 151, 0, 0, 0, 0, 151, 151, 0, 151, 151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 0, 0, 521, 151, 151, 0, 0, 0, 0, 0, 0, 0, 521, 151, 0, 151, 151, 0, 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, 521, 0, 0, 521, 151, 151, 151, 0, 151, 151, 151, 0, 151, 151, 151, 0, 0, 151, 521, 151, 0, 151, 0, 0, 151, 151, 151, 151, 0, 0, 151, 151, 151, 0, 0, 151, 0, 0, 151, 151, 151, 151, 151, 151, 151, 0, 151, 151, 151, 151, 151, 136, 0, 0, 0, 0, 0, 0, 0, 151, 151, 151, 0, 0, 0, 0, 136, 136, 151, 151, 0, 136, 0, 0, 0, 136, 136, 136, 136, 136, 136, 136, 0, 0, 136, 136, 136, 0, 0, 0, 0, 136, 136, 0, 136, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 136, 0, 0, 155, 136, 136, 0, 0, 0, 0, 0, 0, 0, 155, 136, 0, 136, 136, 0, 0, 136, 0, 136, 136, 136, 136, 136, 0, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 155, 0, 0, 155, 136, 136, 136, 0, 136, 136, 136, 0, 136, 136, 136, 0, 0, 136, 155, 136, 0, 136, 0, 0, 136, 136, 136, 136, 0, 0, 136, 136, 136, 0, 0, 136, 0, 0, 136, 136, 136, 136, 136, 136, 136, 0, 136, 136, 136, 136, 136, 0, 0, 0, 0, 0, 0, 0, 0, 136, 136, 136, 0, 0, 0, 0, 521, 0, 136, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 521, 0, 0, 0, 521, 521, 521, 521, 521, 521, 521, 0, 0, 521, 521, 521, 0, 0, 0, 0, 521, 521, 0, 521, 521, 0, 0, 0, 0, 0, 0, 0, 0, 0, 521, 0, 0, 519, 521, 521, 0, 0, 0, 0, 0, 0, 0, 519, 521, 0, 521, 521, 0, 0, 521, 0, 521, 521, 521, 521, 521, 0, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 519, 0, 0, 519, 521, 521, 521, 0, 521, 521, 521, 0, 521, 521, 521, 0, 0, 521, 519, 521, 0, 521, 0, 0, 521, 521, 521, 521, 0, 0, 521, 521, 521, 0, 0, 521, 0, 0, 521, 521, 521, 521, 521, 521, 521, 0, 521, 521, 521, 521, 521, 155, 0, 0, 0, 0, 0, 0, 0, 521, 521, 521, 0, 0, 0, 0, 0, 0, 521, 521, 0, 155, 0, 0, 0, 155, 155, 155, 155, 155, 155, 155, 0, 0, 155, 155, 155, 0, 0, 0, 0, 155, 155, 0, 155, 155, 0, 0, 0, 0, 0, 0, 0, 0, 0, 155, 0, 0, 518, 155, 155, 0, 0, 0, 0, 0, 0, 0, 518, 155, 0, 155, 155, 0, 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, 518, 0, 0, 518, 155, 155, 155, 0, 155, 155, 155, 0, 155, 155, 155, 0, 0, 155, 518, 155, 0, 155, 0, 0, 155, 155, 155, 155, 0, 0, 155, 155, 155, 0, 0, 155, 0, 0, 155, 155, 155, 155, 155, 155, 155, 0, 155, 155, 155, 155, 155, 0, 0, 0, 0, 0, 0, 0, 0, 155, 155, 155, 0, 0, 0, 0, 519, 0, 155, 155, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 519, 0, 0, 0, 519, 519, 519, 519, 519, 519, 519, 0, 0, 519, 519, 519, 0, 0, 0, 0, 519, 519, 0, 519, 519, 0, 0, 0, 0, 0, 0, 0, 0, 0, 519, 0, 0, 516, 519, 519, 0, 0, 0, 0, 0, 0, 0, 516, 519, 0, 519, 519, 0, 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, 516, 0, 0, 516, 519, 519, 519, 0, 519, 519, 519, 0, 519, 519, 519, 0, 0, 519, 516, 519, 0, 519, 0, 0, 519, 519, 519, 519, 0, 0, 519, 519, 519, 0, 0, 519, 0, 0, 519, 519, 519, 519, 519, 519, 519, 0, 519, 519, 519, 519, 519, 518, 0, 0, 0, 0, 0, 0, 0, 519, 519, 519, 0, 0, 0, 0, 0, 0, 519, 519, 0, 518, 0, 0, 0, 518, 518, 518, 518, 518, 518, 518, 0, 0, 518, 518, 518, 0, 0, 0, 0, 518, 518, 0, 518, 518, 0, 0, 0, 0, 0, 0, 0, 0, 0, 518, 0, 0, 526, 518, 518, 0, 0, 0, 0, 0, 0, 0, 526, 518, 0, 518, 518, 0, 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, 0, 526, 518, 518, 518, 0, 518, 518, 518, 0, 518, 518, 518, 0, 0, 518, 526, 518, 0, 518, 0, 0, 518, 518, 518, 518, 0, 0, 518, 518, 518, 0, 0, 518, 0, 0, 518, 518, 518, 518, 518, 518, 518, 0, 518, 518, 518, 518, 518, 0, 0, 0, 0, 0, 0, 0, 0, 518, 518, 518, 0, 0, 0, 0, 516, 0, 518, 518, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 516, 0, 0, 0, 516, 516, 516, 516, 516, 516, 516, 0, 0, 516, 516, 516, 0, 0, 0, 0, 516, 516, 0, 516, 516, 0, 0, 0, 0, 0, 0, 0, 0, 0, 516, 530, 0, 0, 516, 516, 0, 0, 0, 0, 0, 530, 0, 0, 516, 0, 516, 516, 0, 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, 530, 0, 0, 516, 516, 516, 0, 516, 516, 516, 0, 516, 516, 516, 0, 530, 516, 0, 516, 0, 516, 0, 0, 516, 516, 516, 516, 0, 0, 516, 516, 516, 0, 0, 516, 0, 0, 516, 516, 516, 516, 516, 516, 516, 0, 516, 516, 516, 516, 516, 526, 0, 0, 0, 0, 0, 0, 0, 516, 516, 516, 0, 0, 0, 0, 0, 0, 516, 516, 0, 526, 0, 0, 0, 526, 526, 526, 526, 526, 526, 526, 0, 0, 526, 526, 526, 0, 0, 0, 0, 526, 526, 0, 526, 526, 0, 0, 0, 0, 0, 0, 0, 0, 0, 526, 528, 0, 0, 526, 526, 0, 0, 0, 0, 0, 528, 0, 0, 526, 0, 526, 526, 0, 0, 526, 0, 526, 526, 526, 526, 526, 0, 526, 526, 526, 526, 526, 526, 526, 526, 526, 526, 526, 526, 526, 526, 526, 526, 0, 528, 0, 0, 526, 526, 526, 0, 526, 526, 526, 0, 526, 526, 526, 0, 528, 526, 0, 526, 0, 526, 0, 0, 526, 526, 526, 526, 0, 526, 526, 526, 526, 0, 0, 526, 0, 0, 526, 526, 526, 526, 526, 526, 526, 0, 526, 526, 526, 526, 526, 0, 0, 0, 0, 0, 0, 0, 0, 526, 526, 526, 0, 0, 530, 0, 0, 0, 526, 526, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 530, 0, 0, 0, 530, 530, 530, 530, 530, 530, 530, 0, 0, 530, 530, 530, 0, 0, 0, 0, 530, 530, 137, 530, 530, 0, 0, 0, 0, 0, 0, 0, 137, 0, 530, 0, 0, 0, 530, 530, 0, 0, 0, 0, 0, 0, 0, 0, 530, 0, 530, 530, 0, 0, 530, 0, 530, 530, 530, 530, 530, 0, 530, 530, 530, 530, 530, 530, 530, 530, 530, 530, 530, 530, 530, 530, 530, 530, 0, 0, 0, 137, 530, 530, 530, 0, 530, 530, 530, 0, 530, 530, 530, 0, 0, 530, 0, 530, 0, 530, 0, 0, 530, 530, 530, 530, 0, 530, 530, 530, 530, 0, 0, 530, 0, 0, 530, 530, 530, 530, 530, 530, 530, 0, 530, 530, 530, 530, 530, 528, 0, 0, 0, 0, 0, 0, 0, 530, 530, 530, 0, 0, 0, 0, 0, 0, 530, 530, 0, 528, 0, 0, 0, 528, 528, 528, 528, 528, 528, 528, 0, 0, 528, 528, 528, 0, 0, 0, 0, 528, 528, 0, 528, 528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 528, 184, 0, 0, 528, 528, 0, 0, 0, 0, 0, 184, 0, 0, 528, 0, 528, 528, 0, 0, 528, 0, 528, 528, 528, 528, 528, 0, 528, 528, 528, 528, 528, 528, 528, 528, 528, 528, 528, 528, 528, 528, 528, 528, 0, 184, 0, 0, 528, 528, 528, 0, 528, 528, 528, 0, 528, 528, 528, 0, 184, 528, 184, 528, 0, 528, 0, 0, 528, 528, 528, 528, 0, 528, 528, 528, 528, 0, 0, 528, 0, 0, 528, 528, 528, 528, 528, 528, 528, 0, 528, 528, 528, 528, 528, 137, 0, 0, 0, 0, 0, 0, 0, 528, 528, 528, 0, 0, 0, 0, 137, 137, 528, 528, 0, 137, 0, 0, 0, 137, 137, 137, 137, 137, 137, 137, 0, 0, 137, 137, 137, 0, 0, 0, 0, 137, 137, 0, 137, 137, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 0, 0, 151, 137, 137, 0, 0, 0, 0, 0, 0, 0, 151, 137, 0, 137, 137, 0, 0, 137, 0, 137, 137, 137, 137, 137, 0, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 151, 0, 0, 0, 137, 137, 137, 0, 137, 137, 137, 0, 137, 137, 137, 0, 0, 137, 151, 137, 0, 137, 0, 0, 137, 137, 137, 137, 0, 0, 137, 137, 137, 0, 0, 137, 0, 0, 137, 137, 137, 137, 137, 137, 137, 0, 137, 137, 137, 137, 137, 0, 0, 0, 0, 0, 0, 0, 0, 137, 137, 137, 0, 0, 184, 0, 0, 0, 137, 137, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 184, 0, 0, 0, 184, 184, 184, 184, 184, 184, 184, 0, 0, 184, 184, 184, 0, 0, 0, 0, 184, 184, 0, 184, 184, 0, 0, 0, 0, 0, 0, 0, 0, 0, 184, 343, 0, 0, 184, 184, 0, 0, 0, 0, 0, 343, 0, 0, 184, 0, 184, 184, 0, 0, 184, 0, 184, 184, 184, 184, 184, 0, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 0, 343, 0, 0, 184, 184, 184, 0, 184, 184, 184, 0, 184, 184, 184, 0, 343, 184, 345, 184, 0, 184, 0, 0, 184, 184, 184, 184, 0, 0, 184, 184, 184, 0, 0, 184, 0, 0, 184, 184, 184, 184, 184, 184, 184, 0, 184, 184, 184, 184, 184, 0, 0, 151, 0, 0, 0, 0, 0, 184, 184, 184, 0, 0, 0, 0, 0, 0, 184, 184, 0, 0, 0, 151, 0, 0, 0, 151, 151, 151, 151, 151, 151, 151, 0, 0, 151, 151, 151, 0, 0, 0, 0, 151, 151, 0, 151, 151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 0, 0, 517, 151, 151, 0, 0, 0, 0, 0, 0, 0, 517, 151, 0, 151, 151, 0, 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, 517, 0, 0, 517, 151, 151, 151, 0, 151, 151, 151, 0, 151, 151, 151, 0, 0, 151, 517, 151, 0, 151, 0, 0, 151, 151, 151, 151, 0, 151, 151, 151, 151, 0, 0, 151, 0, 0, 151, 151, 151, 151, 151, 151, 151, 0, 151, 151, 151, 151, 151, 0, 0, 0, 0, 0, 0, 0, 0, 151, 151, 151, 343, 0, 0, 0, 0, 0, 151, 151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 343, 0, 0, 0, 343, 343, 343, 343, 343, 343, 343, 0, 0, 343, 343, 343, 0, 0, 0, 0, 343, 343, 0, 343, 343, 0, 38, 0, 0, 0, 0, 0, 0, 0, 343, 0, 38, 0, 343, 343, 0, 0, 0, 0, 0, 0, 0, 0, 343, 0, 343, 343, 0, 0, 343, 0, 343, 343, 343, 343, 343, 0, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 0, 0, 0, 0, 343, 343, 343, 38, 343, 343, 343, 0, 343, 343, 343, 0, 0, 343, 0, 343, 0, 343, 0, 0, 343, 343, 343, 343, 0, 0, 343, 343, 343, 0, 0, 343, 0, 0, 343, 343, 343, 343, 343, 343, 343, 0, 343, 343, 343, 343, 343, 0, 0, 0, 0, 517, 0, 0, 0, 343, 343, 343, 0, 0, 0, 0, 0, 0, 343, 343, 0, 0, 0, 0, 0, 517, 0, 0, 0, 517, 517, 517, 517, 517, 517, 517, 0, 0, 517, 517, 517, 0, 0, 0, 0, 517, 517, 0, 517, 517, 0, 0, 0, 0, 0, 0, 0, 0, 0, 517, 495, 0, 0, 517, 517, 0, 0, 0, 0, 0, 495, 0, 0, 517, 0, 517, 517, 0, 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, 495, 0, 0, 517, 517, 517, 0, 517, 517, 517, 0, 517, 517, 517, 0, 495, 517, 0, 517, 0, 517, 0, 0, 517, 517, 517, 517, 0, 0, 517, 517, 517, 0, 0, 517, 0, 0, 517, 517, 517, 517, 517, 517, 517, 0, 517, 517, 517, 517, 517, 38, 0, 0, 0, 0, 0, 0, 0, 517, 517, 517, 0, 0, 0, 0, 0, 0, 517, 517, 0, 38, 0, 38, 0, 38, 38, 38, 38, 38, 38, 38, 0, 0, 38, 38, 38, 0, 0, 0, 0, 38, 38, 0, 38, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 525, 0, 0, 38, 38, 0, 0, 0, 0, 0, 525, 0, 0, 38, 0, 38, 38, 0, 0, 38, 0, 38, 38, 38, 38, 38, 0, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 0, 0, 0, 0, 38, 38, 38, 0, 38, 38, 38, 0, 38, 38, 38, 0, 525, 38, 0, 38, 0, 38, 0, 0, 38, 38, 38, 38, 0, 0, 38, 38, 38, 0, 0, 38, 0, 0, 38, 38, 38, 38, 38, 38, 38, 0, 38, 38, 38, 38, 38, 0, 0, 0, 0, 0, 0, 0, 0, 38, 38, 38, 0, 0, 495, 0, 0, 0, 38, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 495, 0, 0, 0, 495, 495, 495, 495, 495, 495, 495, 0, 0, 495, 495, 495, 0, 0, 0, 0, 495, 495, 524, 495, 495, 0, 0, 0, 0, 0, 0, 0, 524, 0, 495, 0, 0, 0, 495, 495, 0, 0, 0, 0, 0, 0, 0, 0, 495, 0, 495, 495, 0, 0, 495, 0, 495, 495, 495, 495, 495, 0, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 0, 0, 0, 524, 495, 495, 495, 0, 495, 495, 495, 0, 495, 495, 495, 0, 0, 495, 0, 495, 0, 495, 0, 0, 495, 495, 495, 495, 0, 0, 495, 495, 495, 0, 0, 495, 0, 0, 495, 495, 495, 495, 495, 495, 495, 0, 495, 495, 495, 495, 495, 525, 0, 0, 0, 0, 0, 0, 0, 495, 495, 495, 0, 0, 0, 0, 0, 0, 495, 495, 0, 525, 0, 0, 0, 525, 525, 525, 525, 525, 525, 525, 0, 0, 525, 525, 525, 0, 0, 0, 0, 525, 525, 0, 525, 525, 0, 0, 0, 0, 0, 0, 0, 0, 0, 525, 0, 0, 521, 525, 525, 0, 0, 0, 0, 0, 0, 0, 521, 525, 0, 525, 525, 0, 0, 525, 0, 525, 525, 525, 525, 525, 0, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 521, 0, 0, 521, 525, 525, 525, 0, 525, 525, 525, 0, 525, 525, 525, 0, 0, 525, 521, 525, 0, 525, 0, 0, 525, 525, 525, 525, 0, 525, 525, 525, 525, 0, 0, 525, 0, 0, 525, 525, 525, 525, 525, 525, 525, 0, 525, 525, 525, 525, 525, 524, 0, 0, 0, 0, 0, 0, 0, 525, 525, 525, 0, 0, 0, 0, 0, 0, 525, 525, 0, 524, 0, 0, 0, 524, 524, 524, 524, 524, 524, 524, 0, 0, 524, 524, 524, 0, 0, 0, 0, 524, 524, 0, 524, 524, 0, 0, 0, 0, 0, 0, 0, 0, 0, 524, 0, 0, 184, 524, 524, 0, 0, 0, 0, 0, 0, 0, 184, 524, 0, 524, 524, 0, 0, 524, 0, 524, 524, 524, 524, 524, 0, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 524, 0, 0, 0, 184, 524, 524, 524, 0, 524, 524, 524, 0, 524, 524, 524, 0, 0, 524, 184, 524, 0, 524, 0, 0, 524, 524, 524, 524, 0, 524, 524, 524, 524, 0, 0, 524, 0, 0, 524, 524, 524, 524, 524, 524, 524, 0, 524, 524, 524, 524, 524, 0, 0, 0, 0, 0, 0, 0, 0, 524, 524, 524, 0, 0, 0, 0, 521, 0, 524, 524, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 521, 0, 0, 0, 521, 521, 521, 521, 521, 521, 521, 0, 0, 521, 521, 521, 0, 0, 0, 0, 521, 521, 0, 521, 521, 0, 0, 0, 0, 0, 0, 0, 0, 0, 521, 186, 0, 0, 521, 521, 0, 0, 0, 0, 0, 186, 0, 0, 521, 0, 521, 521, 0, 0, 521, 0, 521, 521, 521, 521, 521, 0, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 0, 186, 0, 0, 521, 521, 521, 0, 521, 521, 521, 0, 521, 521, 521, 0, 186, 521, 0, 521, 0, 521, 0, 0, 521, 521, 521, 521, 0, 0, 521, 521, 521, 0, 0, 521, 0, 0, 521, 521, 521, 521, 521, 521, 521, 0, 521, 521, 521, 521, 521, 184, 0, 0, 0, 0, 0, 0, 0, 521, 521, 0, 0, 0, 0, 0, 0, 0, 521, 521, 0, 184, 0, 0, 0, 184, 184, 184, 184, 184, 184, 184, 0, 0, 184, 184, 184, 0, 0, 0, 0, 184, 184, 0, 184, 184, 0, 0, 0, 0, 0, 0, 0, 0, 0, 184, 359, 0, 0, 184, 184, 0, 0, 0, 0, 0, 359, 0, 0, 184, 0, 184, 184, 0, 0, 184, 0, 184, 184, 184, 184, 184, 0, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 0, 359, 0, 0, 184, 184, 184, 0, 184, 184, 184, 0, 184, 184, 184, 0, 359, 184, 0, 184, 0, 184, 0, 0, 184, 184, 184, 184, 0, 0, 184, 184, 184, 0, 0, 184, 0, 0, 184, 184, 184, 184, 184, 184, 184, 0, 184, 184, 184, 184, 184, 0, 0, 0, 0, 0, 0, 0, 0, 184, 184, 184, 0, 0, 186, 0, 0, 0, 184, 184, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 186, 0, 0, 0, 186, 186, 186, 186, 186, 186, 186, 0, 0, 186, 186, 186, 0, 0, 0, 0, 186, 186, 0, 186, 186, 0, 0, 0, 0, 0, 0, 0, 0, 0, 186, 344, 0, 0, 186, 186, 0, 0, 0, 0, 0, 344, 0, 0, 186, 0, 186, 186, 0, 0, 186, 0, 186, 186, 186, 186, 186, 0, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 0, 344, 0, 0, 186, 186, 186, 0, 186, 186, 186, 0, 186, 186, 186, 0, 344, 186, 0, 186, 0, 186, 0, 0, 186, 186, 186, 186, 0, 0, 186, 186, 186, 0, 0, 186, 0, 0, 186, 186, 186, 186, 186, 186, 186, 0, 186, 186, 186, 186, 186, 359, 0, 0, 0, 0, 0, 0, 0, 186, 186, 186, 0, 0, 0, 0, 0, 0, 186, 186, 0, 359, 0, 0, 0, 359, 359, 359, 359, 359, 359, 359, 0, 0, 359, 359, 359, 0, 0, 0, 0, 359, 359, 0, 359, 359, 0, 0, 0, 0, 0, 0, 0, 0, 0, 359, 149, 0, 0, 359, 359, 0, 0, 0, 0, 0, 149, 0, 0, 359, 0, 359, 359, 0, 0, 359, 0, 359, 359, 359, 359, 359, 0, 359, 359, 359, 359, 359, 359, 359, 359, 359, 359, 359, 359, 359, 359, 359, 359, 0, 149, 0, 0, 359, 359, 359, 0, 359, 359, 359, 0, 359, 359, 359, 0, 149, 359, 0, 359, 0, 359, 0, 0, 359, 359, 359, 359, 0, 0, 359, 359, 359, 0, 0, 359, 0, 0, 359, 359, 359, 359, 359, 359, 359, 0, 359, 359, 359, 359, 359, 0, 0, 0, 0, 0, 0, 0, 0, 359, 359, 359, 0, 0, 344, 0, 0, 0, 359, 359, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 344, 0, 0, 0, 344, 344, 344, 344, 344, 344, 344, 0, 0, 344, 344, 344, 0, 0, 0, 0, 344, 344, 57, 344, 344, 0, 0, 0, 0, 0, 0, 0, 57, 0, 344, 0, 0, 0, 344, 344, 0, 0, 0, 0, 0, 0, 0, 0, 344, 0, 344, 344, 0, 0, 344, 0, 344, 344, 344, 344, 344, 0, 344, 344, 344, 344, 344, 344, 344, 344, 344, 344, 344, 344, 344, 344, 344, 344, 0, 0, 0, 57, 344, 344, 344, 0, 344, 344, 344, 0, 344, 344, 344, 0, 0, 344, 0, 344, 0, 344, 0, 0, 344, 344, 344, 344, 0, 0, 344, 344, 344, 0, 0, 344, 0, 0, 344, 344, 344, 344, 344, 344, 344, 0, 344, 344, 344, 344, 344, 149, 0, 0, 0, 0, 0, 0, 0, 344, 344, 344, 0, 0, 0, 0, 0, 0, 344, 344, 0, 149, 0, 0, 0, 149, 149, 149, 149, 149, 149, 149, 0, 0, 149, 149, 149, 0, 0, 0, 0, 149, 149, 411, 149, 149, 0, 0, 0, 0, 0, 0, 0, 411, 0, 149, 0, 0, 0, 149, 149, 0, 0, 0, 0, 0, 0, 0, 0, 149, 0, 149, 149, 0, 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, 0, 411, 149, 149, 149, 0, 149, 149, 149, 0, 149, 149, 149, 0, 0, 149, 0, 149, 0, 149, 0, 0, 149, 149, 149, 149, 0, 0, 149, 149, 149, 0, 0, 149, 0, 0, 149, 149, 149, 149, 149, 149, 149, 0, 149, 149, 149, 149, 149, 57, 0, 0, 0, 0, 0, 0, 0, 149, 149, 0, 0, 0, 0, 0, 0, 0, 149, 149, 0, 57, 0, 0, 0, 57, 57, 57, 57, 57, 57, 57, 0, 0, 57, 57, 57, 0, 0, 0, 0, 57, 57, 420, 57, 57, 0, 0, 0, 0, 0, 0, 0, 420, 0, 57, 0, 0, 0, 57, 57, 0, 0, 0, 0, 0, 0, 0, 0, 57, 0, 57, 57, 0, 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, 0, 420, 57, 57, 57, 0, 57, 57, 57, 0, 57, 57, 57, 0, 0, 57, 0, 57, 0, 57, 0, 0, 57, 57, 57, 57, 0, 0, 57, 57, 57, 0, 0, 57, 0, 0, 57, 57, 57, 57, 57, 57, 57, 0, 57, 57, 57, 57, 57, 411, 0, 0, 0, 0, 0, 0, 0, 57, 57, 57, 0, 0, 0, 0, 0, 0, 57, 57, 0, 411, 0, 0, 0, 411, 411, 411, 411, 411, 411, 411, 0, 0, 411, 411, 411, 0, 0, 0, 0, 411, 411, 464, 411, 411, 0, 0, 0, 0, 0, 0, 0, 464, 0, 411, 0, 0, 0, 411, 411, 0, 0, 0, 0, 0, 0, 0, 0, 411, 0, 411, 411, 0, 0, 411, 0, 411, 411, 411, 411, 411, 0, 411, 411, 411, 411, 411, 411, 411, 411, 411, 411, 411, 411, 411, 411, 411, 411, 0, 0, 0, 464, 411, 411, 411, 0, 411, 411, 411, 0, 411, 411, 411, 0, 0, 411, 0, 411, 0, 411, 0, 0, 411, 411, 411, 411, 0, 0, 411, 411, 411, 0, 0, 411, 0, 0, 411, 411, 411, 411, 411, 411, 411, 0, 411, 411, 411, 411, 411, 420, 0, 0, 0, 0, 0, 0, 0, 411, 411, 411, 0, 0, 0, 0, 0, 0, 411, 411, 0, 420, 0, 0, 0, 420, 420, 420, 420, 420, 420, 420, 0, 0, 420, 420, 420, 0, 0, 0, 0, 420, 420, 38, 420, 420, 0, 0, 0, 0, 0, 0, 0, 38, 0, 420, 0, 0, 0, 420, 420, 0, 0, 0, 0, 0, 0, 0, 0, 420, 0, 420, 420, 0, 0, 420, 0, 420, 420, 420, 420, 420, 0, 420, 420, 420, 420, 420, 420, 420, 420, 420, 420, 420, 420, 420, 420, 420, 420, 0, 0, 0, 38, 420, 420, 420, 0, 420, 420, 420, 0, 420, 420, 420, 0, 0, 420, 0, 420, 0, 420, 0, 0, 420, 420, 420, 420, 0, 0, 420, 420, 420, 0, 0, 420, 0, 0, 420, 420, 420, 420, 420, 420, 420, 0, 420, 420, 420, 420, 420, 464, 0, 0, 0, 0, 0, 0, 0, 420, 420, 420, 0, 0, 0, 0, 0, 0, 420, 420, 0, 464, 0, 0, 0, 464, 464, 464, 464, 464, 464, 464, 0, 0, 464, 464, 464, 0, 0, 0, 0, 464, 464, 342, 464, 464, 0, 0, 0, 0, 0, 0, 0, 342, 0, 464, 0, 0, 0, 464, 464, 0, 0, 0, 0, 0, 0, 0, 0, 464, 0, 464, 464, 0, 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, 0, 342, 464, 464, 464, 0, 464, 464, 464, 0, 464, 464, 464, 0, 0, 464, 0, 464, 0, 464, 0, 0, 464, 464, 464, 464, 0, 0, 464, 464, 464, 0, 0, 464, 0, 0, 464, 464, 464, 464, 464, 464, 464, 0, 464, 464, 464, 464, 464, 38, 0, 0, 0, 0, 0, 0, 0, 464, 464, 464, 0, 0, 0, 0, 0, 0, 464, 464, 0, 38, 0, 0, 0, 38, 38, 38, 38, 38, 38, 38, 0, 0, 38, 38, 38, 0, 0, 0, 0, 38, 38, 51, 38, 38, 0, 0, 0, 0, 0, 0, 0, 51, 0, 38, 0, 0, 0, 38, 38, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 38, 38, 0, 0, 38, 0, 38, 38, 38, 38, 38, 0, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 0, 0, 0, 51, 38, 38, 38, 0, 38, 38, 38, 0, 38, 38, 38, 0, 0, 38, 0, 38, 0, 38, 0, 0, 38, 38, 38, 38, 0, 0, 38, 38, 38, 0, 0, 38, 0, 0, 38, 38, 38, 38, 38, 38, 38, 0, 38, 38, 38, 38, 38, 342, 0, 0, 0, 0, 0, 0, 0, 38, 38, 38, 0, 0, 0, 0, 0, 0, 38, 38, 0, 342, 0, 0, 0, 342, 342, 342, 342, 342, 342, 342, 0, 0, 342, 342, 342, 0, 0, 0, 0, 342, 342, 156, 342, 342, 0, 0, 0, 0, 0, 0, 0, 156, 0, 342, 0, 0, 0, 342, 342, 0, 0, 0, 0, 0, 0, 0, 0, 342, 0, 342, 342, 0, 0, 342, 0, 342, 342, 342, 342, 342, 0, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 0, 0, 0, 156, 342, 342, 342, 0, 342, 342, 342, 0, 342, 342, 342, 0, 0, 342, 0, 342, 0, 342, 0, 0, 342, 342, 342, 342, 0, 0, 342, 342, 342, 0, 0, 342, 0, 0, 342, 342, 342, 342, 342, 342, 342, 0, 342, 342, 342, 342, 342, 51, 0, 0, 0, 0, 0, 0, 0, 342, 342, 342, 0, 0, 0, 0, 0, 0, 342, 342, 0, 51, 0, 0, 0, 51, 51, 51, 51, 51, 51, 51, 0, 0, 51, 51, 51, 0, 0, 0, 0, 51, 51, 164, 51, 51, 0, 0, 0, 0, 0, 0, 0, 164, 0, 51, 0, 0, 0, 51, 51, 0, 0, 0, 0, 0, 0, 0, 0, 51, 0, 51, 51, 0, 0, 51, 0, 51, 51, 51, 51, 51, 0, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 0, 0, 0, 164, 51, 51, 51, 0, 51, 51, 51, 0, 51, 51, 51, 0, 0, 51, 0, 51, 0, 51, 0, 0, 51, 51, 51, 51, 0, 0, 51, 51, 51, 0, 0, 51, 0, 0, 51, 51, 51, 51, 51, 51, 51, 0, 51, 51, 51, 51, 51, 156, 0, 0, 0, 0, 0, 0, 0, 51, 51, 51, 0, 0, 0, 0, 0, 0, 51, 51, 0, 156, 0, 0, 0, 156, 156, 156, 156, 156, 156, 156, 0, 0, 156, 156, 156, 0, 0, 0, 0, 156, 156, 53, 156, 156, 0, 0, 0, 0, 0, 0, 0, 53, 0, 156, 0, 0, 0, 156, 156, 0, 0, 0, 0, 0, 0, 0, 0, 156, 0, 156, 156, 0, 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, 0, 53, 156, 156, 156, 0, 156, 156, 156, 0, 156, 156, 156, 0, 0, 156, 0, 156, 0, 156, 0, 0, 156, 156, 156, 156, 0, 0, 156, 156, 156, 0, 0, 156, 0, 0, 156, 156, 156, 156, 156, 156, 156, 0, 156, 156, 156, 156, 156, 164, 0, 0, 0, 0, 0, 0, 0, 156, 156, 156, 0, 0, 0, 0, 0, 0, 156, 156, 0, 164, 0, 0, 0, 164, 164, 164, 164, 164, 164, 164, 0, 0, 164, 164, 164, 0, 0, 0, 0, 164, 164, 347, 164, 164, 0, 0, 0, 0, 0, 0, 0, 347, 0, 164, 0, 0, 0, 164, 164, 0, 0, 0, 0, 0, 0, 0, 0, 164, 0, 164, 164, 0, 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, 0, 347, 164, 164, 164, 0, 164, 164, 164, 0, 164, 164, 164, 0, 0, 164, 0, 164, 0, 164, 0, 0, 164, 164, 164, 164, 0, 0, 164, 164, 164, 0, 0, 164, 0, 0, 164, 164, 164, 164, 164, 164, 164, 0, 164, 164, 164, 164, 164, 53, 0, 0, 0, 0, 0, 0, 0, 164, 164, 164, 0, 0, 0, 0, 0, 0, 164, 164, 0, 53, 0, 0, 0, 53, 53, 53, 53, 53, 53, 53, 0, 0, 53, 53, 53, 0, 0, 0, 0, 53, 53, 388, 53, 53, 0, 0, 0, 0, 0, 0, 0, 388, 0, 53, 0, 0, 0, 53, 53, 0, 0, 0, 0, 0, 0, 0, 0, 53, 0, 53, 53, 0, 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, 0, 388, 53, 53, 53, 0, 53, 53, 53, 0, 53, 53, 53, 0, 0, 53, 0, 53, 0, 53, 0, 0, 53, 53, 53, 53, 0, 0, 53, 53, 53, 0, 0, 53, 0, 0, 53, 53, 53, 53, 53, 53, 53, 0, 53, 53, 53, 53, 53, 347, 0, 0, 0, 0, 0, 0, 0, 53, 53, 53, 0, 0, 0, 0, 0, 0, 53, 53, 0, 347, 0, 0, 0, 347, 347, 347, 347, 347, 347, 347, 0, 0, 347, 347, 347, 0, 0, 0, 0, 347, 347, 472, 347, 347, 0, 0, 0, 0, 0, 0, 0, 472, 0, 347, 0, 0, 0, 347, 347, 0, 0, 0, 0, 0, 0, 0, 0, 347, 0, 347, 347, 0, 0, 347, 0, 347, 347, 347, 347, 347, 0, 347, 347, 347, 347, 347, 347, 347, 347, 347, 347, 347, 347, 347, 347, 347, 347, 0, 0, 0, 472, 347, 347, 347, 0, 347, 347, 347, 0, 347, 347, 347, 0, 0, 347, 0, 347, 0, 347, 0, 0, 347, 347, 347, 347, 0, 0, 347, 347, 347, 0, 0, 347, 0, 0, 347, 347, 347, 347, 347, 347, 347, 0, 347, 347, 347, 347, 347, 388, 0, 0, 0, 0, 0, 0, 0, 347, 347, 347, 0, 0, 0, 0, 0, 0, 347, 347, 0, 388, 0, 0, 0, 388, 388, 388, 388, 388, 388, 388, 0, 0, 388, 388, 388, 0, 0, 0, 0, 388, 388, 32, 388, 388, 0, 0, 0, 0, 0, 0, 0, 32, 0, 388, 0, 0, 0, 388, 388, 0, 0, 0, 0, 0, 0, 0, 0, 388, 0, 388, 388, 0, 0, 388, 0, 388, 388, 388, 388, 388, 0, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 0, 0, 0, 32, 388, 388, 388, 0, 388, 388, 388, 0, 388, 388, 388, 0, 0, 388, 0, 388, 0, 388, 0, 0, 388, 388, 388, 388, 0, 0, 388, 388, 388, 0, 0, 388, 0, 0, 388, 388, 388, 388, 388, 388, 388, 0, 388, 388, 388, 388, 388, 472, 0, 0, 0, 0, 0, 0, 0, 388, 388, 388, 0, 0, 0, 0, 0, 0, 388, 388, 0, 472, 0, 0, 0, 472, 472, 472, 472, 472, 472, 472, 0, 0, 472, 472, 472, 0, 0, 0, 0, 472, 472, 132, 472, 472, 0, 0, 0, 0, 0, 0, 0, 132, 0, 472, 0, 0, 0, 472, 472, 0, 0, 0, 0, 0, 0, 0, 0, 472, 0, 472, 472, 0, 0, 472, 0, 472, 472, 472, 472, 472, 0, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 0, 0, 0, 132, 472, 472, 472, 0, 472, 472, 472, 0, 472, 472, 472, 0, 0, 472, 0, 472, 0, 472, 0, 0, 472, 472, 472, 472, 0, 0, 472, 472, 472, 0, 0, 472, 0, 0, 472, 472, 472, 472, 472, 472, 472, 0, 472, 472, 472, 472, 472, 32, 0, 0, 0, 0, 0, 0, 0, 472, 472, 472, 0, 0, 0, 0, 0, 0, 472, 472, 0, 32, 0, 0, 0, 32, 32, 32, 32, 32, 32, 32, 0, 0, 32, 32, 32, 0, 0, 0, 0, 32, 32, 130, 32, 32, 0, 0, 0, 0, 0, 0, 0, 130, 0, 32, 0, 0, 0, 32, 32, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 32, 32, 0, 0, 32, 0, 32, 32, 32, 32, 32, 0, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 0, 0, 0, 130, 32, 32, 32, 0, 32, 32, 32, 0, 32, 32, 32, 0, 0, 32, 0, 32, 0, 32, 0, 0, 32, 32, 32, 32, 0, 0, 32, 32, 32, 0, 0, 32, 0, 0, 32, 32, 32, 32, 32, 32, 32, 0, 32, 32, 32, 32, 32, 132, 0, 0, 0, 0, 0, 0, 0, 32, 32, 32, 0, 0, 0, 0, 0, 0, 32, 32, 0, 132, 0, 0, 0, 132, 132, 132, 132, 132, 132, 132, 0, 0, 132, 132, 132, 0, 0, 0, 0, 132, 132, 65, 132, 132, 0, 0, 0, 0, 0, 0, 0, 65, 0, 132, 0, 0, 0, 132, 132, 0, 0, 0, 0, 0, 0, 0, 0, 132, 0, 132, 132, 0, 0, 132, 0, 132, 132, 132, 132, 132, 0, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 0, 0, 0, 65, 132, 132, 132, 0, 132, 132, 132, 0, 132, 132, 132, 0, 0, 132, 0, 132, 0, 132, 0, 0, 132, 132, 132, 132, 0, 0, 132, 132, 132, 0, 0, 132, 0, 0, 132, 132, 132, 132, 132, 132, 132, 0, 132, 132, 132, 132, 132, 130, 0, 0, 0, 0, 0, 0, 0, 132, 132, 132, 0, 0, 0, 0, 0, 0, 132, 132, 0, 130, 0, 0, 0, 130, 130, 130, 130, 130, 130, 130, 0, 0, 130, 130, 130, 0, 0, 0, 0, 130, 130, 66, 130, 130, 0, 0, 0, 0, 0, 0, 0, 66, 0, 130, 0, 0, 0, 130, 130, 0, 0, 0, 0, 0, 0, 0, 0, 130, 0, 130, 130, 0, 0, 130, 0, 130, 130, 130, 130, 130, 0, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 0, 0, 0, 66, 130, 130, 130, 0, 130, 130, 130, 0, 130, 130, 130, 0, 0, 130, 0, 130, 0, 130, 0, 0, 130, 130, 130, 130, 0, 0, 130, 130, 130, 0, 0, 130, 0, 0, 130, 130, 130, 130, 130, 130, 130, 0, 130, 130, 130, 130, 130, 65, 0, 0, 0, 0, 0, 0, 0, 130, 130, 130, 0, 0, 0, 0, 0, 0, 130, 130, 0, 65, 0, 0, 0, 65, 65, 65, 65, 65, 65, 65, 0, 0, 65, 65, 65, 0, 0, 0, 0, 65, 65, 417, 65, 65, 0, 0, 0, 0, 0, 0, 0, 417, 0, 65, 0, 0, 0, 65, 65, 0, 0, 0, 0, 0, 0, 0, 0, 65, 0, 65, 65, 0, 0, 65, 0, 65, 65, 65, 65, 65, 0, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 0, 0, 0, 417, 65, 65, 65, 0, 65, 65, 65, 0, 65, 65, 65, 0, 0, 65, 0, 65, 0, 65, 0, 0, 65, 65, 65, 65, 0, 0, 65, 65, 65, 0, 0, 65, 0, 0, 65, 65, 65, 65, 65, 65, 65, 0, 65, 65, 65, 65, 65, 66, 0, 0, 0, 0, 0, 0, 0, 65, 65, 65, 0, 0, 0, 0, 0, 0, 65, 65, 0, 66, 0, 0, 0, 66, 66, 66, 66, 66, 66, 66, 0, 0, 66, 66, 66, 0, 0, 0, 0, 66, 66, 418, 66, 66, 0, 0, 0, 0, 0, 0, 0, 418, 0, 66, 0, 0, 0, 66, 66, 0, 0, 0, 0, 0, 0, 0, 0, 66, 0, 66, 66, 0, 0, 66, 0, 66, 66, 66, 66, 66, 0, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 0, 0, 0, 418, 66, 66, 66, 0, 66, 66, 66, 0, 66, 66, 66, 0, 0, 66, 0, 66, 0, 66, 0, 0, 66, 66, 66, 66, 0, 0, 66, 66, 66, 0, 0, 66, 0, 0, 66, 66, 66, 66, 66, 66, 66, 0, 66, 66, 66, 66, 66, 417, 0, 0, 0, 0, 0, 0, 0, 66, 66, 66, 0, 0, 0, 0, 0, 0, 66, 66, 0, 417, 0, 0, 0, 417, 417, 417, 417, 417, 417, 417, 0, 0, 417, 417, 417, 0, 0, 0, 0, 417, 417, 467, 417, 417, 0, 0, 0, 0, 0, 0, 0, 467, 0, 417, 0, 0, 0, 417, 417, 0, 0, 0, 0, 0, 0, 0, 0, 417, 0, 417, 417, 0, 0, 417, 0, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 0, 0, 0, 467, 417, 417, 417, 0, 417, 417, 417, 0, 417, 417, 417, 0, 0, 417, 0, 417, 0, 417, 0, 0, 417, 417, 417, 417, 0, 0, 417, 417, 417, 0, 0, 417, 0, 0, 417, 417, 417, 417, 417, 417, 417, 0, 417, 417, 417, 417, 417, 418, 0, 0, 0, 0, 0, 0, 0, 417, 417, 417, 0, 0, 0, 0, 0, 0, 417, 417, 0, 418, 0, 0, 0, 418, 418, 418, 418, 418, 418, 418, 0, 0, 418, 418, 418, 0, 0, 0, 0, 418, 418, 41, 418, 418, 0, 0, 0, 0, 0, 0, 0, 41, 0, 418, 0, 0, 0, 418, 418, 0, 0, 0, 0, 0, 0, 0, 0, 418, 0, 418, 418, 0, 0, 418, 0, 418, 418, 418, 418, 418, 0, 418, 418, 418, 418, 418, 418, 418, 418, 418, 418, 418, 418, 418, 418, 418, 418, 0, 0, 0, 41, 418, 418, 418, 0, 418, 418, 418, 0, 418, 418, 418, 0, 0, 418, 0, 418, 0, 418, 0, 0, 418, 418, 418, 418, 0, 0, 418, 418, 418, 0, 0, 418, 0, 0, 418, 418, 418, 418, 418, 418, 418, 0, 418, 418, 418, 418, 418, 467, 0, 0, 0, 0, 0, 0, 0, 418, 418, 418, 0, 0, 0, 0, 0, 0, 418, 418, 0, 467, 0, 0, 0, 467, 467, 467, 467, 467, 467, 467, 0, 0, 467, 467, 467, 0, 0, 0, 0, 467, 467, 348, 467, 467, 0, 0, 0, 0, 0, 0, 0, 348, 0, 467, 0, 0, 0, 467, 467, 0, 0, 0, 0, 0, 0, 0, 0, 467, 0, 467, 467, 0, 0, 467, 0, 467, 467, 467, 467, 467, 0, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 0, 0, 0, 348, 467, 467, 467, 0, 467, 467, 467, 0, 467, 467, 467, 0, 0, 467, 0, 467, 0, 467, 0, 0, 467, 467, 467, 467, 0, 0, 467, 467, 467, 0, 0, 467, 0, 0, 467, 467, 467, 467, 467, 467, 467, 0, 467, 467, 467, 467, 467, 41, 0, 0, 0, 0, 0, 0, 0, 467, 467, 467, 0, 0, 0, 0, 0, 0, 467, 467, 0, 41, 0, 0, 0, 41, 41, 41, 41, 41, 41, 41, 0, 0, 41, 41, 41, 0, 0, 0, 0, 41, 41, 473, 41, 41, 0, 0, 0, 0, 0, 0, 0, 473, 0, 41, 0, 0, 0, 41, 41, 0, 0, 0, 0, 0, 0, 0, 0, 41, 0, 41, 41, 0, 0, 41, 0, 41, 41, 41, 41, 41, 0, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 41, 0, 0, 0, 473, 41, 41, 41, 0, 41, 41, 41, 0, 41, 41, 41, 0, 0, 41, 0, 41, 0, 41, 0, 0, 41, 41, 41, 41, 0, 0, 41, 41, 41, 0, 0, 41, 0, 0, 41, 41, 41, 41, 41, 41, 41, 0, 41, 41, 41, 41, 41, 348, 0, 0, 0, 0, 0, 0, 0, 41, 41, 41, 0, 0, 0, 0, 0, 0, 41, 41, 0, 348, 0, 0, 0, 348, 348, 348, 348, 348, 348, 348, 0, 0, 348, 348, 348, 0, 0, 0, 0, 348, 348, 350, 348, 348, 0, 0, 0, 0, 0, 0, 0, 350, 0, 348, 0, 0, 0, 348, 348, 0, 0, 0, 0, 0, 0, 0, 0, 348, 0, 348, 348, 0, 0, 348, 0, 348, 348, 348, 348, 348, 0, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 0, 0, 0, 350, 348, 348, 348, 0, 348, 348, 348, 0, 348, 348, 348, 0, 0, 348, 0, 348, 0, 348, 0, 0, 348, 348, 348, 348, 0, 0, 348, 348, 348, 0, 0, 348, 0, 0, 348, 348, 348, 348, 348, 348, 348, 0, 348, 348, 348, 348, 348, 473, 0, 0, 0, 0, 0, 0, 0, 348, 348, 348, 0, 0, 0, 0, 0, 0, 348, 348, 0, 473, 0, 0, 0, 473, 473, 473, 473, 473, 473, 473, 0, 0, 473, 473, 473, 0, 0, 0, 0, 473, 473, 386, 473, 473, 0, 0, 0, 0, 0, 0, 0, 386, 0, 473, 0, 0, 0, 473, 473, 0, 0, 0, 0, 0, 0, 0, 0, 473, 0, 473, 473, 0, 0, 473, 0, 473, 473, 473, 473, 473, 0, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 0, 0, 0, 386, 473, 473, 473, 0, 473, 473, 473, 0, 473, 473, 473, 0, 0, 473, 0, 473, 0, 473, 0, 0, 473, 473, 473, 473, 0, 0, 473, 473, 473, 0, 0, 473, 0, 0, 473, 473, 473, 473, 473, 473, 473, 0, 473, 473, 473, 473, 473, 350, 0, 0, 0, 0, 0, 0, 0, 473, 473, 473, 0, 0, 0, 0, 0, 0, 473, 473, 0, 350, 0, 0, 0, 350, 350, 350, 350, 350, 350, 350, 0, 0, 350, 350, 350, 0, 0, 0, 0, 350, 350, 387, 350, 350, 0, 0, 0, 0, 0, 0, 0, 387, 0, 350, 0, 0, 0, 350, 350, 0, 0, 0, 0, 0, 0, 0, 0, 350, 0, 350, 350, 0, 0, 350, 0, 350, 350, 350, 350, 350, 0, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 0, 0, 0, 387, 350, 350, 350, 0, 350, 350, 350, 0, 350, 350, 350, 0, 0, 350, 0, 350, 0, 350, 0, 0, 350, 350, 350, 350, 0, 0, 350, 350, 350, 0, 0, 350, 0, 0, 350, 350, 350, 350, 350, 350, 350, 0, 350, 350, 350, 350, 350, 386, 0, 0, 0, 0, 0, 0, 0, 350, 350, 350, 0, 0, 0, 0, 0, 0, 350, 350, 0, 386, 0, 0, 0, 386, 386, 386, 386, 386, 386, 386, 0, 0, 386, 386, 386, 0, 0, 0, 0, 386, 386, 394, 386, 386, 0, 0, 0, 0, 0, 0, 0, 394, 0, 386, 0, 0, 0, 386, 386, 0, 0, 0, 0, 0, 0, 0, 0, 386, 0, 386, 386, 0, 0, 386, 0, 386, 386, 386, 386, 386, 0, 386, 386, 386, 386, 386, 386, 386, 386, 386, 386, 386, 386, 386, 386, 386, 386, 0, 0, 0, 394, 386, 386, 386, 0, 386, 386, 386, 0, 386, 386, 386, 0, 0, 386, 0, 386, 0, 386, 0, 0, 386, 386, 386, 386, 0, 0, 386, 386, 386, 0, 0, 386, 0, 0, 386, 386, 386, 386, 386, 386, 386, 0, 386, 386, 386, 386, 386, 387, 0, 0, 0, 0, 0, 0, 0, 386, 386, 386, 0, 0, 0, 0, 0, 0, 386, 386, 0, 387, 0, 0, 0, 387, 387, 387, 387, 387, 387, 387, 0, 0, 387, 387, 387, 0, 0, 0, 0, 387, 387, 8, 387, 387, 0, 0, 0, 0, 0, 0, 0, 8, 0, 387, 0, 0, 0, 387, 387, 0, 0, 0, 0, 0, 0, 0, 0, 387, 0, 387, 387, 0, 0, 387, 0, 387, 387, 387, 387, 387, 0, 387, 387, 387, 387, 387, 387, 387, 387, 387, 387, 387, 387, 387, 387, 387, 387, 0, 0, 0, 0, 387, 387, 387, 0, 387, 387, 387, 0, 387, 387, 387, 0, 0, 387, 0, 387, 0, 387, 0, 0, 387, 387, 387, 387, 0, 0, 387, 387, 387, 0, 0, 387, 0, 0, 387, 387, 387, 387, 387, 387, 387, 0, 387, 387, 387, 387, 387, 394, 0, 0, 0, 0, 0, 0, 0, 387, 387, 387, 0, 0, 0, 0, 0, 0, 387, 387, 0, 394, 0, 0, 0, 394, 394, 394, 394, 394, 394, 394, 0, 0, 394, 394, 394, 0, 0, 0, 0, 394, 394, 339, 394, 394, 0, 0, 0, 0, 0, 0, 0, 339, 0, 394, 0, 0, 0, 394, 394, 0, 0, 0, 0, 0, 0, 0, 0, 394, 0, 394, 394, 0, 0, 394, 0, 394, 394, 394, 394, 394, 0, 394, 394, 394, 394, 394, 394, 394, 394, 394, 394, 394, 394, 394, 394, 394, 394, 0, 0, 0, 339, 394, 394, 394, 0, 394, 394, 394, 0, 394, 394, 394, 0, 0, 394, 0, 394, 0, 394, 0, 0, 394, 394, 394, 394, 0, 0, 394, 394, 394, 0, 0, 394, 0, 0, 394, 394, 394, 394, 394, 394, 394, 0, 394, 394, 394, 394, 394, 8, 0, 0, 0, 0, 0, 0, 0, 394, 394, 0, 0, 0, 0, 0, 0, 0, 394, 394, 0, 8, 0, 0, 0, 8, 8, 8, 8, 8, 8, 8, 0, 0, 8, 8, 8, 0, 0, 0, 0, 8, 8, 24, 8, 8, 0, 0, 0, 0, 0, 0, 0, 24, 0, 8, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 8, 8, 0, 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, 0, 24, 8, 8, 8, 0, 8, 8, 8, 0, 8, 8, 8, 0, 0, 8, 0, 8, 0, 8, 0, 0, 8, 8, 8, 8, 0, 0, 8, 8, 8, 0, 0, 8, 0, 0, 8, 8, 8, 8, 8, 8, 8, 0, 8, 8, 8, 8, 8, 339, 0, 0, 0, 0, 0, 0, 0, 8, 8, 8, 0, 0, 0, 0, 0, 0, 8, 8, 0, 339, 0, 0, 0, 339, 339, 339, 339, 339, 339, 339, 0, 0, 339, 339, 339, 0, 0, 0, 0, 339, 339, 22, 339, 339, 0, 0, 0, 0, 0, 0, 0, 0, 0, 339, 0, 0, 0, 339, 339, 0, 0, 0, 0, 0, 0, 0, 0, 339, 0, 339, 339, 0, 0, 339, 0, 339, 339, 339, 339, 339, 0, 339, 339, 339, 339, 339, 339, 339, 339, 339, 339, 339, 339, 339, 339, 339, 339, 0, 0, 0, 22, 339, 339, 339, 0, 339, 339, 339, 0, 339, 339, 339, 0, 0, 339, 0, 339, 0, 339, 0, 0, 339, 339, 339, 339, 0, 0, 339, 339, 339, 0, 0, 339, 0, 0, 339, 339, 339, 0, 339, 339, 339, 0, 339, 339, 339, 339, 339, 24, 0, 0, 0, 0, 0, 0, 0, 339, 339, 0, 0, 0, 0, 0, 0, 0, 0, 339, 0, 24, 0, 0, 0, 24, 24, 24, 24, 24, 24, 24, 0, 0, 24, 24, 24, 0, 0, 0, 0, 24, 24, 0, 24, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 0, 0, 24, 24, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 24, 24, 0, 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, 0, 0, 24, 24, 24, 0, 24, 24, 24, 0, 24, 24, 24, 0, 0, 24, 0, 24, 0, 24, 0, 0, 24, 24, 24, 24, 0, 0, 24, 24, 24, 0, 0, 24, 0, 0, 24, 24, 24, 24, 24, 24, 24, 0, 24, 24, 24, 24, 24, 736, 0, 734, 145, 0, 146, 0, 0, 24, 24, 24, 0, 0, 0, 0, 0, 0, 24, 0, 0, 22, 422, 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, 184, 0, 22, 145, 0, 146, 22, 22, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, 22, 22, 0, 645, 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, 0, 0, 22, 22, 22, 0, 22, 22, 22, 0, 22, 22, 22, 0, 0, 22, 0, 22, 0, 22, 0, 0, 22, 22, 22, 22, 0, 0, 22, 22, 22, 0, 0, 22, 0, 0, 0, 22, 22, 22, 22, 22, 22, 0, 22, 22, 22, 22, 22, 0, 0, 0, 0, 0, 0, 0, 0, 22, 22, 22, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 184, 0, 531, 145, 0, 146, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 694, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 144, 184, 0, 698, 145, 0, 146, 0, 0, 0, 735, 0, 0, 0, 0, 0, 0, 0, 0, 697, 0, 0, 0, 0, 147, 148, 0, 0, 0, 149, 150, 151, 152, 0, 0, 0, 0, 0, 0, 153, 154, 155, 156, 157, 158, 159, 160, 0, 161, 162, 163, 0, 144, 164, 165, 166, 167, 168, 169, 170, 171, 646, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 147, 148, 0, 0, 0, 149, 150, 151, 152, 0, 0, 0, 0, 0, 0, 153, 154, 155, 156, 157, 158, 159, 160, 0, 161, 162, 163, 0, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 0, 0, 0, 0, 173, 0, 0, 0, 0, 0, 0, 0, 174, 175, 0, 0, 0, 176, 0, 184, 0, 531, 145, 0, 146, 0, 0, 177, 178, 0, 179, 180, 181, 182, 0, 0, 0, 88, 0, 0, 718, 0, 0, 0, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 173, 0, 0, 0, 0, 0, 144, 0, 174, 175, 0, 0, 0, 176, 184, 0, 531, 145, 0, 146, 0, 0, 0, 177, 178, 0, 179, 180, 181, 182, 147, 148, 0, 88, 0, 149, 150, 151, 152, 0, 183, 0, 0, 0, 0, 153, 154, 155, 156, 157, 158, 159, 160, 144, 161, 162, 163, 0, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 0, 0, 0, 0, 0, 0, 0, 0, 147, 148, 0, 0, 0, 149, 150, 151, 152, 0, 0, 0, 0, 0, 0, 153, 154, 155, 156, 157, 158, 159, 160, 0, 161, 162, 163, 0, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 776, 405, 403, 0, 404, 0, 0, 0, 0, 173, 0, 0, 0, 0, 0, 0, 0, 174, 175, 408, 393, 409, 176, 184, 0, 545, 145, 0, 146, 0, 0, 0, 177, 178, 0, 179, 180, 181, 182, 0, 0, 0, 88, 0, 0, 0, 0, 0, 0, 183, 0, 0, 0, 0, 0, 0, 173, 0, 0, 0, 0, 0, 0, 0, 174, 175, 0, 0, 0, 176, 144, 0, 0, 0, 0, 0, 0, 0, 0, 177, 178, 0, 179, 180, 181, 182, 0, 0, 0, 88, 0, 0, 0, 0, 147, 148, 183, 0, 0, 149, 150, 151, 152, 0, 0, 0, 0, 0, 0, 153, 154, 155, 156, 157, 158, 159, 160, 0, 161, 162, 163, 144, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 147, 148, 0, 0, 0, 149, 150, 151, 152, 0, 0, 0, 0, 0, 0, 153, 154, 155, 156, 157, 158, 159, 160, 0, 161, 162, 163, 0, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 0, 184, 0, 0, 145, 173, 146, 0, 0, 0, 0, 0, 0, 174, 175, 0, 0, 0, 176, 0, 0, 0, 630, 0, 0, 0, 0, 0, 177, 178, 0, 179, 180, 181, 182, 394, 395, 396, 88, 397, 398, 399, 400, 401, 402, 183, 0, 406, 407, 0, 0, 0, 184, 0, 0, 145, 173, 146, 0, 0, 0, 0, 144, 0, 174, 175, 0, 0, 0, 176, 0, 0, 0, 650, 0, 0, 0, 0, 0, 177, 178, 0, 179, 180, 181, 182, 147, 148, 0, 532, 0, 149, 150, 151, 152, 0, 183, 0, 0, 0, 0, 153, 154, 155, 156, 157, 158, 159, 160, 0, 161, 162, 163, 0, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 777, 405, 403, 0, 404, 0, 0, 0, 0, 0, 0, 0, 184, 0, 0, 145, 173, 146, 0, 408, 393, 409, 0, 0, 174, 175, 0, 0, 0, 176, 0, 0, 0, 652, 0, 0, 0, 0, 0, 177, 178, 0, 179, 180, 181, 182, 0, 0, 0, 88, 0, 0, 0, 0, 0, 0, 183, 0, 0, 144, 0, 0, 0, 184, 0, 693, 145, 0, 146, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 147, 148, 0, 0, 0, 149, 150, 151, 152, 0, 0, 0, 0, 0, 0, 153, 154, 155, 156, 157, 158, 159, 160, 0, 161, 162, 163, 144, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 147, 148, 0, 0, 0, 149, 150, 151, 152, 0, 0, 0, 0, 0, 0, 153, 154, 155, 156, 157, 158, 159, 160, 0, 161, 162, 163, 0, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 0, 0, 0, 0, 0, 173, 0, 0, 0, 0, 0, 0, 0, 174, 175, 0, 0, 0, 176, 0, 0, 184, 0, 0, 145, 0, 146, 0, 177, 178, 0, 179, 180, 181, 182, 0, 0, 0, 88, 803, 0, 0, 0, 0, 0, 183, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 173, 0, 406, 407, 0, 0, 144, 0, 174, 175, 0, 0, 184, 176, 531, 145, 0, 146, 0, 0, 0, 0, 0, 177, 178, 0, 179, 180, 181, 182, 147, 148, 0, 88, 0, 149, 150, 151, 152, 0, 183, 0, 0, 0, 0, 153, 154, 155, 156, 157, 158, 159, 160, 0, 161, 162, 163, 144, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 147, 148, 0, 0, 0, 149, 150, 151, 152, 0, 0, 0, 0, 0, 0, 153, 154, 155, 156, 157, 158, 159, 160, 0, 161, 162, 163, 0, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 0, 0, 0, 0, 0, 173, 0, 0, 0, 0, 0, 0, 0, 174, 175, 0, 0, 184, 176, 0, 145, 0, 146, 0, 0, 0, 0, 0, 177, 178, 0, 179, 180, 181, 182, 889, 0, 0, 88, 0, 0, 0, 0, 0, 0, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 173, 0, 0, 0, 0, 0, 0, 0, 174, 175, 0, 0, 144, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 177, 178, 0, 179, 180, 181, 182, 0, 0, 0, 88, 0, 0, 147, 148, 0, 0, 183, 149, 150, 151, 152, 0, 0, 0, 0, 0, 0, 153, 154, 155, 156, 157, 158, 159, 160, 144, 161, 162, 163, 0, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 0, 0, 0, 0, 0, 0, 0, 0, 147, 148, 0, 0, 0, 149, 150, 151, 152, 184, 0, 698, 145, 0, 146, 153, 154, 155, 156, 157, 158, 159, 160, 0, 161, 162, 163, 0, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 173, 0, 0, 0, 0, 0, 0, 0, 174, 175, 0, 0, 184, 176, 940, 145, 0, 146, 0, 0, 0, 0, 0, 177, 178, 0, 179, 180, 181, 182, 778, 405, 403, 88, 404, 0, 0, 0, 0, 0, 183, 0, 0, 0, 0, 0, 0, 173, 0, 408, 393, 409, 0, 144, 0, 174, 175, 0, 0, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 177, 178, 0, 179, 180, 181, 182, 147, 148, 0, 88, 0, 149, 150, 151, 152, 0, 183, 0, 0, 0, 0, 153, 154, 155, 156, 157, 158, 159, 160, 0, 161, 162, 163, 0, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 779, 405, 403, 0, 404, 0, 0, 0, 0, 0, 0, 0, 184, 0, 0, 145, 0, 146, 0, 408, 393, 409, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 173, 0, 0, 0, 0, 0, 0, 0, 174, 175, 0, 0, 144, 176, 0, 0, 373, 0, 0, 145, 0, 146, 0, 177, 178, 0, 179, 180, 181, 182, 0, 0, 0, 88, 0, 0, 147, 148, 0, 0, 183, 149, 150, 151, 152, 0, 0, 0, 0, 0, 0, 153, 154, 155, 156, 157, 158, 159, 160, 0, 161, 162, 163, 144, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 0, 0, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 147, 148, 406, 407, 0, 149, 150, 151, 152, 0, 0, 0, 0, 0, 0, 153, 154, 155, 156, 157, 158, 159, 160, 0, 161, 162, 163, 0, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 0, 0, 0, 0, 0, 173, 0, 0, 0, 0, 0, 0, 0, 174, 175, 0, 502, 0, 176, 145, 0, 146, 0, 0, 0, 0, 0, 0, 177, 178, 0, 179, 180, 181, 182, 0, 0, 0, 88, 0, 0, 0, 0, 0, 0, 183, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 173, 0, 406, 407, 0, 0, 144, 373, 174, 175, 145, 0, 146, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 177, 178, 0, 179, 180, 181, 182, 147, 148, 0, 88, 0, 149, 150, 151, 152, 0, 183, 0, 0, 0, 0, 153, 154, 155, 156, 157, 158, 159, 160, 0, 161, 162, 163, 144, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 147, 148, 0, 0, 0, 149, 150, 151, 152, 0, 0, 0, 0, 0, 0, 153, 154, 155, 156, 157, 158, 159, 160, 0, 161, 162, 163, 0, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 780, 405, 403, 0, 404, 173, 0, 0, 0, 0, 0, 0, 896, 174, 175, 145, 0, 146, 176, 408, 393, 409, 0, 0, 0, 0, 0, 0, 177, 178, 0, 179, 180, 181, 182, 0, 0, 0, 88, 0, 0, 0, 0, 0, 0, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 173, 0, 0, 0, 0, 0, 0, 144, 174, 175, 0, 0, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 177, 178, 0, 179, 180, 181, 182, 0, 147, 148, 88, 0, 0, 149, 150, 151, 152, 183, 0, 0, 0, 0, 0, 153, 154, 155, 156, 157, 158, 159, 160, 144, 161, 162, 163, 0, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 0, 0, 0, 0, 0, 0, 0, 0, 147, 148, 0, 0, 0, 149, 150, 151, 152, 0, 0, 0, 0, 0, 0, 153, 154, 155, 156, 157, 158, 159, 160, 0, 161, 162, 163, 0, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 0, 0, 0, 0, 781, 405, 403, 0, 404, 173, 0, 0, 0, 0, 0, 0, 0, 174, 175, 0, 0, 0, 176, 408, 393, 409, 0, 0, 0, 0, 0, 0, 177, 178, 0, 179, 180, 181, 182, 0, 0, 0, 88, 0, 0, 0, 394, 395, 396, 183, 397, 398, 399, 400, 401, 402, 173, 0, 406, 407, 0, 0, 144, 0, 174, 175, 0, 0, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 177, 178, 0, 179, 180, 181, 182, 147, 148, 0, 883, 0, 149, 150, 151, 152, 0, 183, 0, 0, 0, 0, 153, 154, 155, 156, 157, 158, 159, 160, 0, 161, 162, 163, 0, 0, 164, 165, 166, 167, 168, 169, 170, 171, 0, 172, 782, 405, 403, 0, 404, 0, 0, 0, 0, 0, 0, 0, 0, 0, 783, 405, 403, 0, 404, 408, 393, 409, 0, 0, 0, 0, 0, 0, 784, 405, 403, 0, 404, 408, 393, 409, 0, 0, 0, 0, 0, 0, 793, 405, 403, 0, 404, 408, 393, 409, 0, 0, 0, 0, 0, 0, 173, 0, 0, 0, 0, 408, 393, 409, 174, 175, 0, 0, 0, 176, 0, 233, 233, 233, 0, 233, 0, 0, 0, 177, 178, 0, 179, 180, 181, 182, 0, 0, 0, 88, 233, 233, 233, 0, 0, 0, 183, 0, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 405, 403, 0, 404, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 892, 0, 408, 393, 409, 405, 403, 921, 404, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 405, 403, 0, 404, 408, 393, 409, 0, 0, 0, 0, 0, 0, 0, 405, 403, 936, 404, 408, 393, 409, 0, 0, 0, 0, 0, 0, 0, 0, 0, 951, 0, 408, 393, 409, 405, 403, 957, 404, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 405, 403, 958, 404, 408, 393, 409, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 408, 393, 409, 0, 0, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 405, 403, 963, 404, 233, 233, 233, 0, 233, 233, 233, 233, 233, 233, 0, 0, 233, 233, 408, 393, 409, 233, 233, 233, 233, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 233, 233, 233, 0, 0, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 0, 0, 0, 0, 0, 0, 0, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 0, 0, 0, 0, 0, 0, 0, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 394, 395, 396, 0, 397, 398, 399, 400, 401, 402, 0, 0, 406, 407, 0, 0, 0, 0, 0, 0, 0, 233, 233, 233, 0, 233, 233, 233, 233, 233, 233, 16, 0, 233, 233, 17, 18, 19, 20, 0, 0, 21, 0, 0, 22, 23, 24, 0, 0, 0, 0, 25, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 28, 29, 0, 0, 0, 0, 0, 0, 0, 0, 30, 0, 31, 32, 0, 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, 0, 0, 55, 56, 57, 0, 58, 59, 60, 0, 61, 62, 63, 0, 0, 64, 0, 65, 0, 66, 0, 0, 67, 68, 69, 70, 0, 0, 71, 72, 73, 0, 0, 74, 0, 0, 0, 75, 76, 77, 78, 79, 80, 0, 81, 82, 83, 84, 85, 0, 0, 0, 0, 0, 0, 0, 0, 86, 87, 88, 0, 0, 0, 0, 0, 0, 89, }; short fortrancheck[] = { 27, 11, 55, 30, 173, 33, 33, 195, 232, 236, 384, 37, 39, 249, 10, 373, 232, 40, 246, 10, 236, 40, 40, 40, 40, 300, 272, 440, 140, 248, 297, 42, 43, 44, 45, 173, 40, 42, 91, 40, 572, 135, 279, 44, 41, 42, 41, 42, 560, 59, 220, 104, 564, 289, 173, 44, 131, 58, 37, 44, 113, 42, 44, 101, 44, 184, 505, 44, 423, 58, 681, 44, 60, 58, 62, 746, 208, 37, 58, 41, 719, 41, 44, 10, 44, 58, 10, 41, 10, 41, 44, 415, 44, 532, 121, 40, 37, 41, 126, 126, 44, 61, 791, 792, 37, 131, 37, 40, 240, 119, 41, 376, 42, 44, 141, 142, 143, 144, 32, 40, 61, 42, 44, 44, 99, 152, 415, 102, 61, 40, 60, 58, 62, 422, 58, 374, 523, 58, 0, 40, 167, 44, 217, 57, 58, 44, 173, 222, 10, 388, 415, 40, 131, 42, 43, 58, 45, 184, 327, 58, 330, 271, 272, 332, 43, 44, 45, 10, 43, 44, 45, 557, 199, 200, 201, 40, 422, 444, 415, 565, 869, 271, 272, 210, 40, 40, 42, 214, 215, 283, 41, 217, 40, 44, 332, 42, 222, 59, 869, 422, 47, 271, 272, 329, 373, 41, 232, 58, 44, 476, 236, 519, 479, 332, 853, 523, 415, 336, 485, 246, 752, 415, 232, 834, 234, 757, 236, 237, 44, 41, 356, 357, 44, 41, 244, 373, 44, 40, 217, 292, 278, 41, 509, 222, 44, 272, 42, 43, 323, 45, 58, 326, 40, 423, 373, 694, 271, 272, 58, 429, 618, 272, 620, 621, 60, 40, 62, 277, 41, 42, 43, 58, 45, 559, 560, 302, 37, 40, 564, 718, 41, 334, 283, 44, 294, 273, 378, 314, 315, 900, 272, 272, 273, 320, 283, 272, 41, 323, 283, 44, 326, 327, 312, 283, 415, 332, 316, 282, 44, 336, 283, 538, 42, 537, 727, 728, 271, 272, 40, 58, 42, 537, 538, 350, 543, 415, 59, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 271, 272, 272, 273, 323, 415, 373, 326, 327, 424, 425, 426, 427, 428, 19, 20, 41, 384, 870, 44, 386, 41, 283, 382, 44, 382, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 502, 554, 497, 556, 44, 557, 405, 407, 405, 415, 272, 256, 422, 565, 272, 424, 425, 426, 427, 428, 40, 422, 42, 43, 682, 45, 298, 415, 415, 301, 256, 415, 44, 855, 377, 415, 415, 415, 383, 284, 285, 415, 692, 415, 480, 802, 383, 415, 383, 790, 791, 792, 415, 377, 299, 300, 383, 667, 284, 285, 670, 377, 424, 425, 426, 427, 428, 678, 667, 415, 572, 670, 842, 299, 300, 744, 745, 415, 747, 849, 730, 41, 518, 37, 44, 415, 422, 41, 707, 525, 44, 44, 502, 272, 273, 505, 40, 618, 508, 620, 621, 41, 42, 43, 514, 45, 415, 40, 661, 662, 663, 664, 665, 44, 40, 271, 272, 273, 390, 391, 530, 623, 532, 42, 43, 40, 45, 41, 537, 538, 44, 37, 41, 405, 406, 44, 408, 409, 410, 411, 40, 40, 552, 415, 537, 538, 40, 392, 557, 58, 422, 842, 843, 844, 845, 846, 565, 43, 849, 45, 42, 43, 572, 45, 40, 47, 392, 43, 40, 45, 40, 582, 582, 583, 584, 37, 40, 587, 423, 41, 415, 41, 44, 833, 44, 41, 42, 43, 44, 45, 42, 43, 40, 45, 746, 557, 41, 423, 40, 44, 63, 870, 40, 565, 60, 61, 62, 40, 618, 40, 620, 621, 862, 623, 58, 41, 41, 627, 44, 44, 630, 41, 42, 43, 41, 45, 415, 44, 42, 43, 44, 45, 40, 47, 736, 645, 646, 40, 809, 40, 650, 40, 652, 40, 654, 843, 844, 845, 846, 40, 752, 114, 754, 273, 40, 757, 666, 926, 667, 866, 37, 670, 41, 61, 41, 44, 40, 44, 678, 790, 791, 792, 41, 41, 667, 44, 44, 670, 298, 672, 738, 301, 40, 60, 694, 62, 41, 697, 790, 44, 41, 69, 70, 44, 40, 40, 0, 75, 76, 41, 40, 40, 44, 81, 82, 83, 10, 415, 718, 415, 42, 43, 44, 45, 867, 47, 415, 869, 41, 729, 44, 44, 715, 733, 41, 41, 736, 44, 44, 738, 415, 271, 272, 273, 44, 415, 40, 746, 42, 43, 44, 45, 752, 58, 754, 390, 391, 757, 41, 711, 415, 44, 271, 272, 273, 59, 60, 61, 62, 41, 405, 406, 44, 408, 409, 410, 411, 44, 422, 41, 390, 391, 44, 40, 61, 41, 738, 422, 44, 415, 790, 791, 792, 44, 746, 405, 406, 272, 408, 409, 410, 411, 802, 803, 896, 415, 41, 41, 44, 44, 44, 264, 422, 44, 260, 261, 262, 415, 264, 265, 266, 267, 268, 269, 40, 825, 272, 273, 390, 391, 272, 273, 298, 41, 40, 301, 44, 290, 838, 422, 840, 44, 295, 405, 406, 278, 408, 409, 410, 411, 44, 41, 383, 879, 44, 855, 41, 44, 44, 44, 422, 271, 272, 273, 40, 44, 42, 43, 272, 45, 869, 41, 41, 41, 44, 44, 44, 41, 41, 41, 44, 44, 44, 866, 41, 10, 44, 44, 273, 889, 40, 891, 892, 260, 261, 262, 896, 264, 265, 266, 267, 268, 269, 44, 41, 272, 273, 44, 41, 37, 41, 44, 895, 44, 41, 40, 272, 869, 43, 41, 45, 921, 44, 41, 390, 391, 44, 415, 41, 41, 930, 44, 44, 44, 44, 41, 936, 383, 44, 405, 406, 40, 408, 409, 410, 411, 415, 41, 41, 415, 44, 951, 415, 44, 954, 41, 422, 957, 958, 415, 61, 41, 256, 963, 272, 44, 260, 261, 262, 415, 264, 265, 266, 267, 268, 269, 44, 271, 272, 273, 40, 44, 276, 44, 58, 44, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 41, 299, 300, 41, 302, 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, 331, 415, 330, 41, 332, 333, 334, 335, 336, 41, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 42, 58, 415, 41, 358, 359, 360, 272, 362, 363, 364, 272, 366, 367, 368, 272, 41, 371, 415, 373, 44, 375, 58, 41, 378, 379, 380, 381, 377, 415, 384, 385, 386, 383, 41, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 44, 400, 401, 402, 403, 404, 405, 406, 0, 408, 409, 410, 411, 61, 413, 414, 415, 298, 10, 415, 301, 41, 415, 422, 423, 41, 41, 41, 42, 43, 44, 45, 61, 263, 41, 41, 41, 41, 47, 377, 41, 272, 44, 41, 61, 37, 60, 61, 62, 41, 42, 43, 44, 45, 276, 47, 415, 287, 288, 44, 415, 415, 292, 293, 294, 295, 58, 59, 60, 61, 62, 415, 302, 303, 304, 305, 306, 307, 308, 309, 415, 311, 312, 313, 415, 41, 316, 317, 318, 319, 320, 321, 322, 323, 58, 325, 41, 41, 41, 41, 383, 41, 41, 44, 326, 327, 328, 41, 41, 390, 391, 272, 41, 41, 41, 286, 763, 946, 527, 858, 838, 761, 332, 373, 405, 406, 516, 408, 409, 410, 411, 389, 891, 736, 415, 666, 358, 9, 360, 361, 362, 422, 840, 365, 366, 277, 368, 369, 13, 498, 675, 941, 382, 688, 530, 538, 119, 537, 733, 545, 390, 391, 131, 571, 754, 395, 875, -1, 738, 131, -1, -1, 0, -1, -1, 405, 406, -1, 408, 409, 410, 411, 10, -1, -1, 415, -1, -1, -1, -1, -1, -1, 422, -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, 60, 61, 62, -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, 256, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, 383, 362, 363, 364, 40, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, 40, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 256, -1, 422, 423, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 0, 400, 401, 402, 403, 404, -1, -1, -1, -1, 10, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, -1, 41, 42, 43, 44, 45, -1, -1, -1, -1, -1, 37, -1, -1, -1, 41, 42, 43, 44, 45, 60, 61, 62, 287, 288, -1, -1, -1, 292, 293, 294, 295, 58, 59, 60, 61, 62, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, -1, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, -1, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, -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, 395, -1, -1, -1, -1, -1, -1, 0, -1, -1, 405, 406, -1, 408, 409, 410, 411, 10, -1, -1, 415, -1, -1, -1, -1, -1, -1, 422, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, 395, 37, -1, -1, -1, 41, 42, 43, 44, 45, 405, 406, -1, 408, 409, 410, 411, -1, -1, -1, 415, -1, 58, 59, 60, 61, 62, 422, -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, 256, -1, 272, 273, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, 42, 43, 389, 45, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 60, -1, 62, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 256, -1, 422, 423, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, 42, 43, 276, 45, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 60, 61, 62, -1, 296, 297, 37, 299, 300, 40, 41, 42, 43, 44, 45, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, 151, -1, 153, 60, -1, 62, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 42, 43, -1, 45, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, 60, 373, 62, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 0, 400, 401, 402, 403, 404, -1, -1, -1, -1, 10, -1, -1, -1, 413, 414, 415, -1, 41, 42, 43, -1, 45, 422, 423, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, -1, 60, 61, 62, 40, 41, 42, 43, 44, 45, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -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, -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, 348, 349, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 368, 369, 370, 371, 372, -1, -1, -1, -1, -1, -1, -1, -1, 381, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 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, 37, -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, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 415, 272, 273, -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, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 256, -1, 422, 423, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, 42, 43, 276, 45, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 60, 61, 62, -1, 296, 297, 37, 299, 300, -1, -1, 42, 43, -1, 45, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, 60, 61, 62, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 0, 400, 401, 402, 403, 404, -1, -1, -1, -1, 10, -1, -1, -1, 413, 414, 415, 41, 42, 43, -1, 45, -1, 422, 423, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, -1, 60, 61, 62, -1, -1, 41, 42, 43, 44, 45, -1, -1, -1, 288, -1, -1, -1, 292, 293, 294, 295, -1, 58, 59, 60, 61, 62, 302, -1, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, -1, -1, 316, 317, 318, -1, 320, 321, 322, 323, -1, 325, -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, 286, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, -1, -1, -1, 0, 330, 331, -1, -1, -1, 335, 336, -1, -1, 10, -1, 415, -1, -1, -1, 345, 346, 347, 348, 349, 350, 351, 352, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37, 367, -1, -1, 41, 42, 43, 44, 45, 375, -1, -1, -1, -1, -1, -1, -1, -1, 384, -1, 386, 58, 59, 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, 415, -1, -1, -1, -1, -1, 256, 422, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 256, -1, 422, 423, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, 42, 43, 276, 45, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 60, 61, 62, -1, 296, 297, -1, 299, 300, 41, 42, 43, -1, 45, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, 60, 61, 62, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 0, 400, 401, 402, 403, 404, -1, 41, 42, 43, 10, 45, -1, -1, 413, 414, -1, -1, -1, -1, -1, -1, -1, 422, 423, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, 44, 45, -1, -1, -1, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, 59, 60, 61, 62, 302, -1, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, -1, -1, 316, 317, 318, -1, 320, 321, 322, 323, -1, 325, -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, 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, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, 415, -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, 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, 256, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 256, -1, 422, 423, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 41, 42, 43, 276, 45, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 60, 61, 62, -1, 296, 297, -1, 299, 300, 41, 42, 43, -1, 45, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, 60, 61, 62, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 0, 400, 401, 402, 403, 404, -1, 41, 42, 43, 10, 45, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 60, 61, 62, -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, -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, 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, 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, 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, 256, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 256, -1, 422, 423, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 41, 42, 43, 276, 45, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 60, 61, 62, -1, 296, 297, -1, 299, 300, 41, 42, 43, -1, 45, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, 60, 61, 62, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 0, 400, 401, 402, 403, 404, -1, -1, -1, -1, 10, -1, -1, -1, 413, 414, 415, 41, 42, 43, -1, 45, -1, 422, 423, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -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, -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, 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, 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, -1, -1, -1, -1, -1, 42, 43, -1, 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, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -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, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 256, -1, 422, 423, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, 41, 42, 43, -1, 45, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, 60, 61, 62, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 0, 400, 401, 402, 403, 404, -1, 41, 42, 43, 10, 45, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 60, 61, 62, -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, -1, -1, -1, -1, -1, -1, -1, -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, 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, -1, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, 59, -1, 61, 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, 256, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 40, 41, -1, 43, -1, 45, -1, -1, 413, 414, 415, -1, -1, -1, -1, 256, -1, 422, 423, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 0, 400, 401, 402, 403, 404, -1, 41, 42, 43, 10, 45, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, 37, -1, -1, -1, 41, 42, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, 59, 60, -1, 62, -1, -1, 263, -1, -1, -1, -1, -1, -1, -1, -1, 272, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, -1, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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, 382, 383, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, 395, -1, -1, -1, -1, 42, 43, 44, 45, -1, 405, 406, 407, 408, 409, 410, 411, -1, -1, -1, 415, -1, 59, 60, 61, 62, -1, 422, -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, 256, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, -1, 273, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, 40, -1, 371, 43, 373, 45, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, -1, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, -1, 256, -1, -1, -1, 260, 261, 262, 423, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, 42, 43, -1, 45, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, 58, -1, 60, 61, 62, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, 0, 378, 379, 380, 381, -1, -1, 384, 385, 386, 10, -1, 389, -1, -1, 392, 393, 394, -1, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, -1, -1, -1, -1, 42, 43, 44, 45, 423, -1, -1, -1, -1, -1, -1, -1, -1, 263, -1, -1, -1, 59, 60, 61, 62, -1, 272, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, -1, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, 260, 261, 262, 10, 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, 37, -1, 382, 40, 41, 42, 43, 44, 45, -1, 390, 391, -1, -1, -1, 395, -1, -1, -1, -1, -1, -1, 59, -1, -1, 405, 406, 407, 408, 409, 410, 411, -1, -1, -1, 415, -1, -1, -1, -1, -1, -1, 422, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, 256, 392, 393, 394, -1, 396, 397, 398, 0, 400, 401, 402, 403, 404, -1, 271, 272, 273, 10, -1, 276, -1, 413, 414, 280, 281, 282, 283, 284, 285, 286, -1, 423, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, 37, -1, -1, -1, 41, -1, -1, 44, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, 58, 59, 324, 61, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 0, -1, 422, 423, -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, -1, -1, 44, -1, -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, -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, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, 256, 413, 414, 415, 260, 261, 262, -1, 0, -1, 422, 423, -1, -1, -1, 271, -1, -1, 10, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, 37, -1, -1, -1, 41, -1, -1, 44, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, 58, 59, 324, 61, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 0, -1, 422, 423, -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, -1, -1, 44, -1, -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, -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, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, 256, 413, 414, 415, 260, 261, 262, -1, 0, -1, 422, 423, -1, -1, -1, 271, -1, -1, 10, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, 37, -1, -1, -1, 41, -1, -1, 44, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, 58, 59, 324, 61, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 0, -1, 422, 423, -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, -1, -1, 44, -1, -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, -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, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, 256, 413, 414, 415, 260, 261, 262, -1, 0, -1, 422, 423, -1, -1, -1, 271, -1, -1, 10, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, 37, -1, -1, -1, 41, -1, -1, 44, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, 58, 59, 324, 61, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 0, -1, 422, 423, -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, -1, -1, 44, -1, -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, -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, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, 256, 413, 414, 415, 260, 261, 262, -1, 0, -1, 422, 423, -1, -1, -1, 271, -1, -1, 10, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, 37, -1, -1, -1, 41, -1, -1, 44, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, 58, 59, 324, 61, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 0, -1, 422, 423, -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, -1, -1, 44, -1, -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, -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, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, 256, 413, 414, 415, 260, 261, 262, -1, 0, -1, 422, 423, -1, -1, -1, 271, -1, -1, 10, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, 37, -1, -1, -1, 41, -1, -1, 44, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, 58, 59, 324, 61, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 0, -1, 422, 423, -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, -1, -1, 44, -1, -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, -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, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, 256, 413, 414, 415, 260, 261, 262, -1, 0, -1, 422, 423, -1, -1, -1, 271, -1, -1, 10, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, 37, -1, -1, -1, 41, -1, -1, 44, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, 58, 59, 324, 61, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 0, -1, 422, 423, -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, -1, -1, 44, -1, -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, -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, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, 256, 413, 414, 415, 260, 261, 262, -1, 0, -1, 422, 423, -1, -1, -1, 271, -1, -1, 10, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, 37, -1, -1, -1, 41, -1, -1, 44, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, 58, 59, 324, 61, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 0, -1, 422, 423, -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, -1, -1, 44, -1, -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, -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, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, 256, 413, 414, 415, 260, 261, 0, -1, -1, -1, 422, 423, -1, -1, -1, 271, 10, 41, 42, 43, 276, 45, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 60, 61, 62, -1, 296, 297, -1, 299, 300, -1, -1, 41, 42, 43, 44, 45, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, 59, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, 0, -1, -1, -1, -1, -1, 422, 423, -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, 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, 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, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, 272, 273, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, 256, -1, -1, 413, 414, 415, -1, -1, 0, -1, -1, -1, 422, 423, -1, 271, 272, 273, 10, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, 42, 43, 44, 45, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, 59, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, -1, -1, 0, -1, -1, -1, -1, 422, 423, -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, 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, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, 272, 273, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, 256, -1, -1, -1, 413, 414, 415, 0, -1, -1, -1, -1, -1, 422, 423, 271, 272, 10, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, 41, 42, 43, 44, 45, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, 59, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, 0, -1, -1, -1, -1, -1, 422, 423, -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, 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, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, 272, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, 256, -1, -1, -1, 413, 414, 415, 0, -1, -1, -1, -1, -1, 422, 423, 271, 272, 10, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, 41, 42, 43, 44, 45, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, 59, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, 0, -1, -1, -1, -1, -1, 422, 423, -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, -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, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, 272, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, 256, -1, -1, -1, 413, 414, 415, -1, 0, -1, -1, -1, -1, 422, 423, 271, -1, -1, 10, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, 37, -1, -1, -1, 41, -1, -1, 44, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, 58, 59, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, 0, -1, -1, -1, -1, 422, 423, -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, -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, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, 256, -1, -1, -1, 413, 414, 415, 0, -1, -1, -1, -1, -1, 422, 423, 271, -1, 10, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, 41, -1, 43, 44, 45, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, 59, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, 0, -1, -1, -1, -1, -1, 422, 423, -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, -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, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, 0, 314, 315, -1, -1, -1, -1, -1, -1, -1, 10, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 41, -1, -1, 44, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, 59, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, 256, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, 271, 272, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, 0, 314, 315, -1, -1, -1, -1, -1, -1, -1, 10, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 41, -1, -1, 44, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, 59, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, 256, -1, -1, -1, -1, -1, 422, 423, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, 0, 314, 315, -1, -1, -1, -1, -1, -1, -1, 10, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 41, -1, -1, 44, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, 59, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, 256, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, 0, 314, 315, -1, -1, -1, -1, -1, -1, -1, 10, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 41, -1, -1, 44, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, 59, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, 256, -1, -1, -1, -1, -1, 422, 423, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, 0, 314, 315, -1, -1, -1, -1, -1, -1, -1, 10, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, 42, -1, 44, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, 59, 373, 61, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, 256, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, 0, 314, 315, -1, -1, -1, -1, -1, -1, -1, 10, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, 59, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, 256, -1, -1, -1, -1, -1, 422, 423, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, 0, -1, -1, -1, -1, -1, -1, -1, 310, -1, 10, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, 59, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, 256, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, 271, 272, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 271, 272, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, 0, -1, -1, -1, 413, 414, 415, -1, -1, -1, 10, 271, 272, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, 41, 41, 42, 43, -1, 45, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, 58, 59, -1, 60, 61, 62, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, 0, -1, -1, -1, 413, 414, 415, -1, -1, -1, 10, -1, -1, 422, 423, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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, -1, 256, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 271, 272, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, 0, 314, 315, -1, -1, -1, -1, -1, -1, -1, 10, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, 42, -1, 44, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, 59, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, -1, -1, -1, -1, -1, 271, 272, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, 0, 314, 315, -1, -1, -1, -1, -1, -1, -1, 10, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, 59, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 256, -1, 422, 423, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 271, 272, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, 0, 314, 315, -1, -1, -1, -1, -1, -1, -1, 10, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 41, -1, -1, 44, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, 59, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 271, 272, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, 0, 314, 315, -1, -1, -1, -1, -1, -1, -1, 10, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 41, -1, -1, 44, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, 59, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 256, -1, 422, 423, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, 0, 314, 315, -1, -1, -1, -1, -1, -1, -1, 10, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 41, -1, -1, 44, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, 59, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, 0, 314, 315, -1, -1, -1, -1, -1, -1, -1, 10, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 41, -1, -1, 44, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, 59, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 256, -1, 422, 423, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, 0, 314, 315, -1, -1, -1, -1, -1, -1, -1, 10, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 41, -1, -1, 44, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, 59, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, 0, 314, 315, -1, -1, -1, -1, -1, -1, -1, 10, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 44, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, 59, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 256, -1, 422, 423, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, 0, -1, -1, 314, 315, -1, -1, -1, -1, -1, 10, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, 44, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, 59, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, 0, -1, -1, 314, 315, -1, -1, -1, -1, -1, 10, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, 44, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, 59, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, 256, -1, -1, -1, 422, 423, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, 0, -1, -1, 314, 315, -1, -1, -1, -1, -1, 10, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, 44, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, 59, 371, 61, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 271, 272, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, 0, 314, 315, -1, -1, -1, -1, -1, -1, -1, 10, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 41, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, 59, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, 256, -1, -1, -1, 422, 423, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, 0, -1, -1, 314, 315, -1, -1, -1, -1, -1, 10, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, 44, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, 59, 371, 61, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, 256, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, 0, 314, 315, -1, -1, -1, -1, -1, -1, -1, 10, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 41, -1, -1, 44, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, 59, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, 256, -1, -1, -1, -1, -1, 422, 423, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, 0, -1, -1, -1, -1, -1, -1, -1, 310, -1, 10, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, 59, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, 256, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, 0, -1, -1, 314, 315, -1, -1, -1, -1, -1, 10, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, 44, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, 59, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, 278, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, 0, -1, -1, 314, 315, -1, -1, -1, -1, -1, 10, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, 59, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, 256, -1, -1, -1, 422, 423, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, 0, 314, 315, -1, -1, -1, -1, -1, -1, -1, 10, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 41, -1, -1, 44, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, 59, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, 0, 314, 315, -1, -1, -1, -1, -1, -1, -1, 10, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 44, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, 59, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, 383, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, 256, -1, 422, 423, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, 0, -1, -1, 314, 315, -1, -1, -1, -1, -1, 10, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, 44, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, 59, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, -1, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, 0, -1, -1, 314, 315, -1, -1, -1, -1, -1, 10, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, 44, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, 59, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, 256, -1, -1, -1, 422, 423, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, 0, -1, -1, 314, 315, -1, -1, -1, -1, -1, 10, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, 44, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, 59, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, 0, -1, -1, 314, 315, -1, -1, -1, -1, -1, 10, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, 44, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, 59, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, 256, -1, -1, -1, 422, 423, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, -1, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, -1, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, 10, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 0, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, 59, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, -1, 396, 397, 398, -1, 400, 401, 402, 403, 404, 256, -1, -1, -1, -1, -1, -1, -1, 413, 414, -1, -1, -1, -1, -1, -1, -1, -1, 423, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, 40, -1, 42, 43, -1, 45, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, -1, -1, 276, 61, -1, -1, 280, 281, 282, 283, -1, -1, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 40, -1, 310, 43, -1, 45, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, 61, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, -1, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 40, -1, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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, 263, 40, -1, 42, 43, -1, 45, -1, -1, -1, 273, -1, -1, -1, -1, -1, -1, -1, -1, 58, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, -1, 263, 316, 317, 318, 319, 320, 321, 322, 323, 272, 325, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, -1, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, -1, -1, -1, -1, 382, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, 395, -1, 40, -1, 42, 43, -1, 45, -1, -1, 405, 406, -1, 408, 409, 410, 411, -1, -1, -1, 415, -1, -1, 61, -1, -1, -1, 422, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 382, -1, -1, -1, -1, -1, 263, -1, 390, 391, -1, -1, -1, 395, 40, -1, 42, 43, -1, 45, -1, -1, -1, 405, 406, -1, 408, 409, 410, 411, 287, 288, -1, 415, -1, 292, 293, 294, 295, -1, 422, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, 263, 311, 312, 313, -1, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, -1, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, 41, 42, 43, -1, 45, -1, -1, -1, -1, 382, -1, -1, -1, -1, -1, -1, -1, 390, 391, 60, 61, 62, 395, 40, -1, 42, 43, -1, 45, -1, -1, -1, 405, 406, -1, 408, 409, 410, 411, -1, -1, -1, 415, -1, -1, -1, -1, -1, -1, 422, -1, -1, -1, -1, -1, -1, 382, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, 395, 263, -1, -1, -1, -1, -1, -1, -1, -1, 405, 406, -1, 408, 409, 410, 411, -1, -1, -1, 415, -1, -1, -1, -1, 287, 288, 422, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 263, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, -1, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, -1, 40, -1, -1, 43, 382, 45, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, 395, -1, -1, -1, 61, -1, -1, -1, -1, -1, 405, 406, -1, 408, 409, 410, 411, 260, 261, 262, 415, 264, 265, 266, 267, 268, 269, 422, -1, 272, 273, -1, -1, -1, 40, -1, -1, 43, 382, 45, -1, -1, -1, -1, 263, -1, 390, 391, -1, -1, -1, 395, -1, -1, -1, 61, -1, -1, -1, -1, -1, 405, 406, -1, 408, 409, 410, 411, 287, 288, -1, 415, -1, 292, 293, 294, 295, -1, 422, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, -1, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, 40, -1, -1, 43, 382, 45, -1, 60, 61, 62, -1, -1, 390, 391, -1, -1, -1, 395, -1, -1, -1, 61, -1, -1, -1, -1, -1, 405, 406, -1, 408, 409, 410, 411, -1, -1, -1, 415, -1, -1, -1, -1, -1, -1, 422, -1, -1, 263, -1, -1, -1, 40, -1, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 263, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, -1, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, -1, -1, -1, -1, -1, 382, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, 395, -1, -1, 40, -1, -1, 43, -1, 45, -1, 405, 406, -1, 408, 409, 410, 411, -1, -1, -1, 415, 58, -1, -1, -1, -1, -1, 422, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, 382, -1, 272, 273, -1, -1, 263, -1, 390, 391, -1, -1, 40, 395, 42, 43, -1, 45, -1, -1, -1, -1, -1, 405, 406, -1, 408, 409, 410, 411, 287, 288, -1, 415, -1, 292, 293, 294, 295, -1, 422, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 263, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, -1, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, -1, -1, -1, -1, -1, 382, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, 40, 395, -1, 43, -1, 45, -1, -1, -1, -1, -1, 405, 406, -1, 408, 409, 410, 411, 58, -1, -1, 415, -1, -1, -1, -1, -1, -1, 422, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 382, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, 263, 395, -1, -1, -1, -1, -1, -1, -1, -1, -1, 405, 406, -1, 408, 409, 410, 411, -1, -1, -1, 415, -1, -1, 287, 288, -1, -1, 422, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, 263, 311, 312, 313, -1, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, 40, -1, 42, 43, -1, 45, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, -1, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, -1, -1, -1, -1, -1, -1, -1, -1, -1, 382, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, 40, 395, 42, 43, -1, 45, -1, -1, -1, -1, -1, 405, 406, -1, 408, 409, 410, 411, 41, 42, 43, 415, 45, -1, -1, -1, -1, -1, 422, -1, -1, -1, -1, -1, -1, 382, -1, 60, 61, 62, -1, 263, -1, 390, 391, -1, -1, -1, 395, -1, -1, -1, -1, -1, -1, -1, -1, -1, 405, 406, -1, 408, 409, 410, 411, 287, 288, -1, 415, -1, 292, 293, 294, 295, -1, 422, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, -1, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, 40, -1, -1, 43, -1, 45, -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, 382, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, 263, 395, -1, -1, 40, -1, -1, 43, -1, 45, -1, 405, 406, -1, 408, 409, 410, 411, -1, -1, -1, 415, -1, -1, 287, 288, -1, -1, 422, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 263, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, 287, 288, 272, 273, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, -1, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, -1, -1, -1, -1, -1, 382, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, 40, -1, 395, 43, -1, 45, -1, -1, -1, -1, -1, -1, 405, 406, -1, 408, 409, 410, 411, -1, -1, -1, 415, -1, -1, -1, -1, -1, -1, 422, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, 382, -1, 272, 273, -1, -1, 263, 40, 390, 391, 43, -1, 45, 395, -1, -1, -1, -1, -1, -1, -1, -1, -1, 405, 406, -1, 408, 409, 410, 411, 287, 288, -1, 415, -1, 292, 293, 294, 295, -1, 422, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, 263, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, -1, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, 41, 42, 43, -1, 45, 382, -1, -1, -1, -1, -1, -1, 40, 390, 391, 43, -1, 45, 395, 60, 61, 62, -1, -1, -1, -1, -1, -1, 405, 406, -1, 408, 409, 410, 411, -1, -1, -1, 415, -1, -1, -1, -1, -1, -1, 422, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 382, -1, -1, -1, -1, -1, -1, 263, 390, 391, -1, -1, -1, 395, -1, -1, -1, -1, -1, -1, -1, -1, -1, 405, 406, -1, 408, 409, 410, 411, -1, 287, 288, 415, -1, -1, 292, 293, 294, 295, 422, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, 263, 311, 312, 313, -1, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, -1, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, -1, -1, -1, -1, 41, 42, 43, -1, 45, 382, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, 395, 60, 61, 62, -1, -1, -1, -1, -1, -1, 405, 406, -1, 408, 409, 410, 411, -1, -1, -1, 415, -1, -1, -1, 260, 261, 262, 422, 264, 265, 266, 267, 268, 269, 382, -1, 272, 273, -1, -1, 263, -1, 390, 391, -1, -1, -1, 395, -1, -1, -1, -1, -1, -1, -1, -1, -1, 405, 406, -1, 408, 409, 410, 411, 287, 288, -1, 415, -1, 292, 293, 294, 295, -1, 422, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, -1, 311, 312, 313, -1, -1, 316, 317, 318, 319, 320, 321, 322, 323, -1, 325, 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, 382, -1, -1, -1, -1, 60, 61, 62, 390, 391, -1, -1, -1, 395, -1, 41, 42, 43, -1, 45, -1, -1, -1, 405, 406, -1, 408, 409, 410, 411, -1, -1, -1, 415, 60, 61, 62, -1, -1, -1, 422, -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, 42, 43, -1, 45, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, 42, 43, 58, 45, 60, 61, 62, -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, 42, 43, 44, 45, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -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, 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, 42, 43, 44, 45, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 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, 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, 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, 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, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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, 276, -1, 272, 273, 280, 281, 282, 283, -1, -1, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, 314, 315, -1, -1, -1, -1, -1, -1, -1, -1, 324, -1, 326, 327, -1, -1, 330, -1, 332, 333, 334, 335, 336, -1, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, 358, 359, 360, -1, 362, 363, 364, -1, 366, 367, 368, -1, -1, 371, -1, 373, -1, 375, -1, -1, 378, 379, 380, 381, -1, -1, 384, 385, 386, -1, -1, 389, -1, -1, -1, 393, 394, 395, 396, 397, 398, -1, 400, 401, 402, 403, 404, -1, -1, -1, -1, -1, -1, -1, -1, 413, 414, 415, -1, -1, -1, -1, -1, -1, 422, }; #define YYFINAL 1 #ifndef YYDEBUG #define YYDEBUG 1 #endif #define YYMAXTOKEN 425 #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_KIND","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_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_ABS","TOK_MOD","TOK_SIGN","TOK_MINLOC","TOK_MAXLOC", "TOK_EXIT","TOK_MINVAL","TOK_PUBLIC","TOK_PRIVATE","TOK_ALLOCATABLE","TOK_IN", "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_OUT","TOK_INOUT", "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_POINT","TOK_DATA","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_USE","TOK_TRUE", "TOK_FALSE","TOK_LABEL","TOK_TYPE","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_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 :", "entry :", "entry : 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_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 ')'", "spec : before_data data '\\n'", "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 : expr", "list_expr : list_expr ',' expr", "opt_sep :", "opt_sep : ':' ':'", "after_type : dcl nodimsgiven", "after_type : TOK_FUNCTION TOK_NAME arglist", "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", "datanamelist : TOK_NAME", "datanamelist : datanamelist ',' TOK_NAME", "datavallist : expr_data", "datavallist : expr_data ',' datavallist", "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", "dimension : TOK_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", "save : TOK_SAVE varsave", "save : TOK_SAVE comblock varsave", "save : save opt_comma comblock opt_comma varsave", "save : save ',' varsave", "varsave :", "varsave : TOK_NAME before_dims dims", "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", "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", "typename : TOK_TYPE", "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 : TOK_ENDUNIT", "exec : TOK_ENDPROGRAM opt_name", "exec : TOK_ENDSUBROUTINE opt_name", "exec : TOK_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", "exec : TOK_CASE '(' caselist ')'", "exec : TOK_SELECTCASE '(' expr ')'", "exec : TOK_CASEDEFAULT", "exec : TOK_ENDSELECT", "exec : TOK_CONTAINS", "caselist : expr", "caselist : caselist ',' expr", "caselist : caselist ':' expr", "boucledo : worddo opt_int do_var '=' expr ',' expr", "boucledo : worddo opt_int do_var '=' expr ',' expr ',' expr", "boucledo : wordwhile expr", "boucledo : TOK_ENDDO optname", "opt_int :", "opt_int : TOK_CSTINT", "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 : print option_print", "io : wordformat debut_format ioctl_format fin_format", "wordformat : TOK_FORMAT", "opt_ioctlformat :", "opt_ioctlformat : ioctl_format", "opt_ioctl_format :", "opt_ioctl_format : ',' ioctl_format", "opt_ioctl_format : ',' '*'", "debut_format : TOK_LEFTAB opt_comma", "debut_format : '('", "ioctl_format : format_expr", "ioctl_format : ioctl_format ',' format_expr", "format_expr :", "format_expr : uexpr", "format_expr : TOK_CSTINT TOK_CHAR_INT", "format_expr : TOK_CSTINT debut_format ioctl_format fin_format", "format_expr : TOK_SLASH opt_CHAR_INT", "format_expr : TOK_CHAR_INT TOK_SLASH format_expr", "format_expr : TOK_SLASH TOK_SLASH", "format_expr : TOK_CHAR_INT", "format_expr : '(' format_expr ')'", "format_expr : '(' uexpr ')'", "opt_CHAR_INT :", "opt_CHAR_INT : TOK_CSTINT TOK_NAME", "fin_format : opt_comma TOK_RIGHTAB opt_comma", "fin_format : ')'", "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_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", "print : TOK_PRINT fexpr", "print : 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_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 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 #ifdef YYSTACKSIZE #undef YYMAXDEPTH #define YYMAXDEPTH YYSTACKSIZE #else #ifdef YYMAXDEPTH #define YYSTACKSIZE YYMAXDEPTH #else #define YYSTACKSIZE 500 #define YYMAXDEPTH 500 #endif #endif int yydebug; int yynerrs; int yyerrflag; int yychar; short *yyssp; YYSTYPE *yyvsp; YYSTYPE yyval; YYSTYPE yylval; short yyss[YYSTACKSIZE]; YYSTYPE yyvs[YYSTACKSIZE]; #define yystacksize YYSTACKSIZE #line 2309 "fortran.y" void processfortran(char *fichier_entree) { extern FILE *fortranin; extern FILE *fortranout; char nomfile[LONGNOM]; int c; int confirmyes; /*fortrandebug = 1;*/ /******************************************************************************/ /* 1- Open input and output files */ /******************************************************************************/ strcpy(OriginalFileName,fichier_entree); 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); 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; formatdeclare = 0; ExternalDeclare = 0; SaveDeclare = 0; indeclarationvar=0; pointerdeclare = 0; optionaldeclare = 0; incalldeclare = 0; infunctiondeclare = 0 ; Allocatabledeclare = 0 ; strcpy(NamePrecision," "); VariableIsParameter = 0 ; strcpy(NamePrecision,""); c_star = 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)); /******************************************************************************/ /* 2- Parsing of the input file (1 time) */ /******************************************************************************/ if (firstpass == 0 ) { fortranout=fopen(nomfileoutput,"w"); /* we should add the new module comes from common block */ if (fortran77 == 1 ) fprintf (fortranout,"#include \"NewModule_%s.h\" \n",curfilename); } fortranparse(); strcpy(curfile,mainfile); if (firstpass == 0 ) fclose(fortranout); } #line 6605 "y.tab.c" #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 char *yys; extern char *getenv(); if (yys = getenv("YYDEBUG")) { yyn = *yys; if (yyn >= '0' && yyn <= '9') yydebug = yyn - '0'; } #endif yynerrs = 0; yyerrflag = 0; yychar = (-1); 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 >= yyss + yystacksize - 1) { goto yyoverflow; } *++yyssp = yystate = yytable[yyn]; *++yyvsp = yylval; yychar = (-1); 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; #ifdef lint goto yynewerror; #endif yynewerror: 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 >= yyss + yystacksize - 1) { 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 = (-1); 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 330 "fortran.y" {yyerrok;yyclearin;} break; case 12: #line 338 "fortran.y" { if (inmoduledeclare == 0 && couldaddvariable == 1 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curinclude, pos_end-pos_curinclude); } } break; case 17: #line 355 "fortran.y" { /* we should ignore the declaration until the keyword */ /* TOK_ENDDONOTTREAT */ couldaddvariable = 0 ; RemoveWordCUR_0(fortranout,-20,20); } break; case 18: #line 362 "fortran.y" { couldaddvariable = 1 ; RemoveWordCUR_0(fortranout,-24,24); } break; case 21: #line 369 "fortran.y" {pos_cur = setposcur();} break; case 26: #line 378 "fortran.y" {incom = 1;} break; case 27: #line 381 "fortran.y" {if (incom !=1) {strcpy(curbuf,"");incom=0;}} break; case 29: #line 385 "fortran.y" { Listofvariableinagriffunction=(listnom *)NULL; strcpy(subroutinename,yyvsp[-1].na); if ( inmodulemeet == 1 ) { tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 1; AddUseAgrifUtil_0(); /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(1); adduseagrifutil = 0 ; } else { tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 1; AddUseAgrifUtil_0(); writeheadnewsub_0(1); adduseagrifutil = 0 ; } } break; case 30: #line 410 "fortran.y" { Listofvariableinagriffunction=(listnom *)NULL; strcpy(subroutinename,yyvsp[0].na); /* Common case */ tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 1; AddUseAgrifUtil_0(); /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(1); adduseagrifutil = 0 ; } break; case 31: #line 424 "fortran.y" { Listofvariableinagriffunction=(listnom *)NULL; strcpy(subroutinename,yyvsp[-3].na); if ( inmodulemeet == 1 ) { tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 1; AddUseAgrifUtil_0(); /* we should to list of the subroutine argument the */ /* name of the function which has to be defined */ if ( firstpass == 1 ) { curvar=createvar(yyvsp[-3].na,NULL); curlistvar=insertvar(NULL,curvar); listargsubroutine = AddListvarToListvar(curlistvar,listargsubroutine,1); } /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(2); adduseagrifutil = 0 ; } else { tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 1; AddUseAgrifUtil_0(); /* we should to list of the subroutine argument */ /* name of the function which has to be defined */ if ( firstpass == 1 ) { curvar=createvar(yyvsp[-3].na,NULL); curlistvar=insertvar(NULL,curvar); listargsubroutine = AddListvarToListvar (curlistvar,listargsubroutine,1); } writeheadnewsub_0(2); adduseagrifutil = 0 ; } } break; case 32: #line 466 "fortran.y" { Listofvariableinagriffunction=(listnom *)NULL; strcpy(subroutinename,yyvsp[-1].na); if ( inmodulemeet == 1 ) { tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 1; AddUseAgrifUtil_0(); /* we should to list of the subroutine argument the */ /* name of the function which has to be defined */ if ( firstpass == 1 ) { curvar=createvar(yyvsp[-1].na,NULL); curlistvar=insertvar(NULL,curvar); listargsubroutine = AddListvarToListvar (curlistvar,listargsubroutine,1); } /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(2); adduseagrifutil = 0 ; } else { tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 1; AddUseAgrifUtil_0(); /* we should to list of the subroutine argument */ /* name of the function which has to be defined */ if ( firstpass == 1 ) { curvar=createvar(yyvsp[-1].na,NULL); curlistvar=insertvar(NULL,curvar); listargsubroutine = AddListvarToListvar (curlistvar,listargsubroutine,1); } writeheadnewsub_0(2); adduseagrifutil = 0 ; } } break; case 33: #line 509 "fortran.y" { strcpy(curmodulename,yyvsp[0].na); Add_ModuleTo_Modulelist_1(yyvsp[0].na); if ( inmoduledeclare == 0 ) { /* Alloc should be create ? */ FillInlistmodule_1(); /* 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 ; } /* WE should use Agrif_Util if it is necessary */ AddUseAgrifInModuleDeclaration_0(); } break; case 34: #line 527 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);strcpy(subroutinename,yyvsp[0].na);} break; case 36: #line 531 "fortran.y" { pos_curinclude = setposcur()-9; } break; case 37: #line 535 "fortran.y" { if ( couldaddvariable == 1 ) { Addincludetothelist_1(yyvsp[0].na); } } break; case 39: #line 543 "fortran.y" { if ( firstpass == 1 ) listargsubroutine=NULL; } break; case 40: #line 547 "fortran.y" { if ( firstpass == 1 ) listargsubroutine=yyvsp[-1].l; } break; case 43: #line 554 "fortran.y" { listargsubroutine = AddListvarToListvar (yyvsp[-1].l,listargsubroutine,1); } break; case 44: #line 559 "fortran.y" { if ( firstpass == 1 ) { curvar=createvar(yyvsp[0].na,curdim); curlistvar=insertvar(NULL,curvar); yyval.l=settype(yyvsp[0].na,curlistvar); } } break; case 45: #line 568 "fortran.y" { if ( firstpass == 1 ) { curvar=createvar(yyvsp[0].na,curdim); yyval.l=insertvar(yyvsp[-2].l,curvar); } } break; case 46: #line 576 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 47: #line 577 "fortran.y" {strcpy(yyval.na,"*");} break; case 48: #line 580 "fortran.y" { /* remove declaration */ if ( fortran77 == 1 && infunctiondeclare == 0 && commonlist && IsTabvarsUseInArgument_0() == 1 && couldaddvariable == 1 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_cur_decl, pos_end-pos_cur_decl); } infunctiondeclare = 0 ; } break; case 52: #line 604 "fortran.y" { AddvartoParamlist_1(yyvsp[-1].l); if ( fortran77 == 1 && commonlist && listvarindoloop && IsTabvarsUseInArgument_0() == 1 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curparameter, pos_end-pos_curparameter); } } break; case 53: #line 617 "fortran.y" { AddvartoParamlist_1(yyvsp[0].l); if ( fortran77 == 1 && commonlist && listvarindoloop && IsTabvarsUseInArgument_0() == 1 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curparameter, pos_end-pos_curparameter); } } break; case 57: #line 633 "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 ) { ajoutevar_1(yyvsp[0].l); NonGridDepDeclaration_0(yyvsp[0].l); /* if variables has been declared in a subroutine */ if ( insubroutinedeclare == 1 ) { ajoutvarofsubroutine_1(yyvsp[0].l); writesubroutinedeclaration_0(yyvsp[0].l); } } /* Case of common block */ indeclarationvar=0; 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,""); } break; case 68: #line 677 "fortran.y" { /* we should remove the data declaration */ if ( aftercontainsdeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curdata, pos_end-pos_curdata); } } break; case 101: #line 722 "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 ) { ajoutevar_1(yyvsp[-1].l); if ( VariableIsParameter == 1 ) globparam = AddListvarToListvar(yyvsp[-1].l,globparam,1); NonGridDepDeclaration_0(yyvsp[-1].l); /* if variables has been declared in a subroutine */ if ( insubroutinedeclare == 1 ) { ajoutvarofsubroutine_1(yyvsp[-1].l); writesubroutinedeclaration_0(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 ) { ajoutevarsave_1(yyvsp[-1].l); if ( VariableIsParameter == 0 && SaveDeclare == 1) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_cur, pos_end-pos_cur); } } } /* Case of common block */ indeclarationvar=0; 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,""); } break; case 102: #line 772 "fortran.y" { infunctiondeclare = 1 ; Listofvariableinagriffunction=(listnom *)NULL; strcpy(subroutinename,yyvsp[-1].na); if ( inmodulemeet == 1 ) { tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 1; AddUseAgrifUtil_0(); /* we should to list of the subroutine argument the */ /* name of the function which has to be defined */ if ( firstpass == 1 ) { curvar=createvar(yyvsp[-1].na,NULL); strcpy(curvar->typevar,DeclType); curlistvar=insertvar(NULL,curvar); listargsubroutine = AddListvarToListvar (curlistvar,listargsubroutine,1); curvar=createvar(yyvsp[-1].na,NULL); strcpy(curvar->typevar,DeclType); strcpy(curvar->modulename,subroutinename); curlistvar=insertvar(NULL,curvar); varofsubroutineliste = AddListvarToListvar (curlistvar,varofsubroutineliste,1); } if ( firstpass == 0 ) { curvar=createvar(yyvsp[-1].na,NULL); strcpy(curvar->typevar,DeclType); functionlistvar=insertvar(NULL,curvar); } /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(2); adduseagrifutil = 0 ; } else { tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 1; AddUseAgrifUtil_0(); /* we should to list of the subroutine argument the */ /* name of the function which has to be defined */ if ( firstpass == 1 ) { curvar=createvar(yyvsp[-1].na,NULL); strcpy(curvar->typevar,DeclType); curlistvar=insertvar(NULL,curvar); listargsubroutine = AddListvarToListvar (curlistvar,listargsubroutine,1); curvar=createvar(yyvsp[-1].na,NULL); strcpy(curvar->typevar,DeclType); strcpy(curvar->modulename,subroutinename); curlistvar=insertvar(NULL,curvar); varofsubroutineliste = AddListvarToListvar (curlistvar,varofsubroutineliste,1); } /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(2); adduseagrifutil = 0 ; } } break; case 103: #line 839 "fortran.y" { pos_curparameter = setposcur()-9; } break; case 104: #line 843 "fortran.y" { pos_curdata = setposcur()-4; } break; case 105: #line 847 "fortran.y" { sprintf(ligne,"(/ %s /)",yyvsp[-1].na); CompleteDataList(yyvsp[-3].na,ligne); } break; case 106: #line 852 "fortran.y" { sprintf(ligne,"(/ %s /)",yyvsp[-1].na); CompleteDataList(yyvsp[-3].na,ligne); } break; case 107: #line 857 "fortran.y" { /*******************************************************/ /*******************************************************/ /*******************************************************/ /*******************************************************/ /*******************************************************/ /*******************************************************/ /*******************************************************/ } break; case 110: #line 871 "fortran.y" { strcpy(yyval.na,yyvsp[0].na); } break; case 111: #line 875 "fortran.y" { sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na); } break; case 112: #line 880 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 113: #line 882 "fortran.y" {sprintf(yyval.na,"%s+%s",yyvsp[-2].na,yyvsp[0].na);} break; case 114: #line 884 "fortran.y" {sprintf(yyval.na,"%s-%s",yyvsp[-2].na,yyvsp[0].na);} break; case 115: #line 886 "fortran.y" {sprintf(yyval.na,"%s*%s",yyvsp[-2].na,yyvsp[0].na);} break; case 116: #line 888 "fortran.y" {sprintf(yyval.na,"%s/%s",yyvsp[-2].na,yyvsp[0].na);} break; case 117: #line 891 "fortran.y" {strcpy(yyval.na,"");} break; case 118: #line 893 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 121: #line 899 "fortran.y" { AddNameToListNamelist_1(yyvsp[-1].na); } break; case 122: #line 903 "fortran.y" { AddNameToListNamelist_1(yyvsp[-2].na); } break; case 127: #line 914 "fortran.y" { if ( couldaddvariable == 1 ) { if ( inmoduledeclare == 1 || SaveDeclare == 1 ) { if ( AllocShouldMadeInModule() == 1 ) { AllocTo1InModule_1(); } } /* */ curvar=createvar(yyvsp[-2].na,yyvsp[-1].d); /* */ if ( IsVariableReal(yyvsp[-2].na) == 1 ) { /* */ CreateAndFillin_Curvar("REAL",yyvsp[-2].na,yyvsp[-1].d,curvar); /* */ curlistvar=insertvar(NULL,curvar); /* */ yyval.l=settype("REAL",curlistvar); } else { /* */ CreateAndFillin_Curvar("INTEGER",yyvsp[-2].na,yyvsp[-1].d,curvar); /* */ curlistvar=insertvar(NULL,curvar); /* */ yyval.l=settype("INTEGER",curlistvar); } strcpy(vallengspec,""); } else { /* mazauric*/ } } break; case 128: #line 953 "fortran.y" { if ( couldaddvariable == 1 ) { /* */ curvar=createvar(yyvsp[-2].na,yyvsp[-1].d); /* */ if ( IsVariableReal(yyvsp[-2].na) == 1 ) { /* */ CreateAndFillin_Curvar("REAL",yyvsp[-2].na,yyvsp[-1].d,curvar); /* */ curlistvar=insertvar(yyvsp[-4].l,curvar); /* */ yyval.l=curlistvar; } else { /* */ CreateAndFillin_Curvar("INTEGER",yyvsp[-2].na,yyvsp[-1].d,curvar); /* */ curlistvar=insertvar(yyvsp[-4].l,curvar); /* */ yyval.l=curlistvar; } strcpy(vallengspec,""); } else { /* mazauric*/ } } break; case 135: #line 995 "fortran.y" { if (fortran77 == 1 && couldaddvariable == 1 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curcommon, pos_end-pos_curcommon); } } break; case 136: #line 1005 "fortran.y" { if ( couldaddvariable == 1 ) { sprintf(charusemodule,"%s",yyvsp[-1].na); Add_ModuleTo_Modulelist_1(yyvsp[-1].na); if ( fortran77 == 1 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curcommon, pos_end-pos_curcommon); } } } break; case 137: #line 1019 "fortran.y" { if ( couldaddvariable == 1 ) { sprintf(charusemodule,"%s",yyvsp[-2].na); Add_ModuleTo_Modulelist_1(yyvsp[-2].na); if ( fortran77 == 1 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curcommon, pos_end-pos_curcommon); } } } break; case 138: #line 1034 "fortran.y" { positioninblock=0; pos_curcommon = setposcur()-6; } break; case 139: #line 1039 "fortran.y" { positioninblock=0; pos_curcommon = setposcur()-6-7; } break; case 140: #line 1045 "fortran.y" { if ( couldaddvariable == 1 ) Addtolistvarcommon(); } break; case 141: #line 1050 "fortran.y" { if ( couldaddvariable == 1 ) Addtolistvarcommon(); } break; case 142: #line 1054 "fortran.y" { if ( couldaddvariable == 1 ) { positioninblock = positioninblock + 1 ; strcpy(commonvar,yyvsp[-1].na); commondim = yyvsp[0].d; } } break; case 143: #line 1064 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.na,""); positioninblock=0; strcpy(commonblockname,""); } } break; case 144: #line 1073 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.na,yyvsp[-1].na); positioninblock=0; strcpy(commonblockname,yyvsp[-1].na); } } break; case 150: #line 1089 "fortran.y" {created_dimensionlist = 1;} break; case 153: #line 1096 "fortran.y" { if ( firstpass == 1 ) yyval.l=insertvar(NULL,yyvsp[0].v); } break; case 154: #line 1100 "fortran.y" { if ( firstpass == 1 ) yyval.l=insertvar(yyvsp[-2].l,yyvsp[0].v); } break; case 155: #line 1105 "fortran.y" { if ( firstpass == 1 ) { curvar=(variable *) malloc(sizeof(variable)); strcpy(curvar->nomvar,yyvsp[-2].na); strcpy(curvar->subroutinename,subroutinename); strcpy(curvar->modulename,subroutinename); strcpy(curvar->initialvalue,yyvsp[0].na); yyval.v=curvar; } } break; case 159: #line 1123 "fortran.y" { if ( firstpass == 1 && insubroutinedeclare == 1 ) { listimplicitnone = Addtolistname (subroutinename,listimplicitnone); } if ( tmpdeclaration_everdone == 1 && inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_end-13, 13); } } break; case 162: #line 1142 "fortran.y" { if ( couldaddvariable == 1 ) { if ( inmoduledeclare == 1 || SaveDeclare == 1 ) { if ( AllocShouldMadeInModule() == 1 ) { AllocTo1InModule_1(); } } /* */ if (dimsgiven == 1) { curvar=createvar(yyvsp[-3].na,curdim); } else { curvar=createvar(yyvsp[-3].na,yyvsp[-2].d); } /* */ CreateAndFillin_Curvar(DeclType,yyvsp[-3].na,yyvsp[-2].d,curvar); /* */ curlistvar=insertvar(NULL,curvar); if (!strcasecmp(DeclType,"character")) { if (c_selectorgiven == 1) { strcpy(c_selectordim.first,"1"); strcpy(c_selectordim.last,c_selectorname); change_dim_char (insertdim(NULL,c_selectordim),curlistvar); } } yyval.l=settype(DeclType,curlistvar); } else { /* mazauric*/ } strcpy(vallengspec,""); } break; case 163: #line 1184 "fortran.y" { if ( couldaddvariable == 1 ) { if (dimsgiven == 1) { curvar=createvar(yyvsp[-3].na,curdim); } else { curvar=createvar(yyvsp[-3].na,yyvsp[-2].d); } /* */ CreateAndFillin_Curvar(yyvsp[-6].l->var->typevar,yyvsp[-3].na,yyvsp[-2].d,curvar); /* */ strcpy(curvar->typevar,(yyvsp[-6].l->var->typevar)); /* */ 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); change_dim_char (insertdim(NULL,c_selectordim),curlistvar); } } yyval.l=curlistvar; } else { /* mazauric*/ } strcpy(vallengspec,""); } break; case 164: #line 1220 "fortran.y" {dimsgiven=0;} break; case 165: #line 1223 "fortran.y" {strcpy(DeclType,yyvsp[-1].na);indeclarationvar=1;} break; case 166: #line 1225 "fortran.y" { indeclarationvar=1; strcpy(DeclType,"CHARACTER"); if (inmoduledeclare == 1 ) { AllocShouldMadeTo1InModule_1(); } } break; case 167: #line 1234 "fortran.y" { indeclarationvar=1; strcpy(DeclType,yyvsp[-2].na); strcpy(nameinttypename,yyvsp[0].na); } break; case 169: #line 1242 "fortran.y" {c_selectorgiven=1;strcpy(c_selectorname,yyvsp[0].na);} break; case 170: #line 1243 "fortran.y" {c_star = 1;} break; case 175: #line 1251 "fortran.y" { pos_cur_decl = setposcur()-9; } break; case 176: #line 1255 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 177: #line 1258 "fortran.y" { strcpy(yyval.na,"INTEGER"); pos_cur_decl = setposcur()-7; if (inmoduledeclare == 1 ) { AllocShouldMadeTo1InModule_1(); } } break; case 178: #line 1266 "fortran.y" { strcpy(yyval.na,"REAL"); pos_cur_decl = setposcur()-4; if (inmoduledeclare == 1 ) { AllocShouldMadeTo1InModule_1(); } } break; case 179: #line 1275 "fortran.y" {strcpy(yyval.na,"COMPLEX");} break; case 180: #line 1277 "fortran.y" {strcpy(yyval.na,"DOUBLE PRECISION");} break; case 181: #line 1279 "fortran.y" {strcpy(yyval.na,"DOUBLE COMPLEX");} break; case 182: #line 1281 "fortran.y" { strcpy(yyval.na,"LOGICAL"); pos_cur_decl = setposcur()-7; if (inmoduledeclare == 1 ) { AllocShouldMadeTo1InModule_1(); } } break; case 183: #line 1290 "fortran.y" { pos_cur_decl = setposcur()-5; strcpy(yyval.na,"TYPE"); } break; case 185: #line 1296 "fortran.y" {strcpy(vallengspec,yyvsp[0].na);} break; case 186: #line 1298 "fortran.y" {sprintf(yyval.na,"*%s",yyvsp[0].na);} break; case 187: #line 1299 "fortran.y" {strcpy(yyval.na,"*(*)");} break; case 194: #line 1310 "fortran.y" { sprintf(NamePrecision,"%s = %s",yyvsp[-2].na,yyvsp[0].na); } break; case 195: #line 1314 "fortran.y" { strcpy(NamePrecision,yyvsp[0].na); } break; case 196: #line 1318 "fortran.y" { strcpy(NamePrecision,yyvsp[0].na); } break; case 197: #line 1322 "fortran.y" {strcpy(CharacterSize,yyvsp[0].na); strcpy(yyval.na,yyvsp[0].na);} break; case 198: #line 1324 "fortran.y" {strcpy(CharacterSize,"*"); strcpy(yyval.na,"*");} break; case 206: #line 1338 "fortran.y" { VariableIsParameter = 1; if (inmoduledeclare == 1 ) { AllocShouldMadeTo0InModule_1(); } } break; case 208: #line 1347 "fortran.y" {Allocatabledeclare = 1;} break; case 209: #line 1349 "fortran.y" { dimsgiven=1; curdim=yyvsp[0].d; } break; case 210: #line 1354 "fortran.y" {ExternalDeclare = 1;} break; case 211: #line 1356 "fortran.y" {strcpy(IntentSpec,yyvsp[0].na);} break; case 213: #line 1358 "fortran.y" {optionaldeclare = 1 ;} break; case 214: #line 1359 "fortran.y" {pointerdeclare = 1 ;} break; case 215: #line 1360 "fortran.y" { if ( inmodulemeet == 1 ) { SaveDeclare = 1 ; Savemeet = 1; AllocShouldMadeTo1InModule_1(); } } break; case 217: #line 1370 "fortran.y" {sprintf(yyval.na,"in");} break; case 218: #line 1371 "fortran.y" {sprintf(yyval.na,"out");} break; case 219: #line 1372 "fortran.y" {sprintf(yyval.na,"inout");} break; case 220: #line 1375 "fortran.y" {PublicDeclare = 1;} break; case 221: #line 1377 "fortran.y" {PrivateDeclare = 1;} break; case 222: #line 1379 "fortran.y" {if ( created_dimensionlist == 1 ) yyval.d=(listdim *)NULL;} break; case 223: #line 1381 "fortran.y" {if ( created_dimensionlist == 1 ) yyval.d=yyvsp[-1].d;} break; case 224: #line 1383 "fortran.y" {if ( created_dimensionlist == 1 ) yyval.d=insertdim(NULL,yyvsp[0].dim1);} break; case 225: #line 1385 "fortran.y" {if ( created_dimensionlist == 1 ) yyval.d=insertdim(yyvsp[-2].d,yyvsp[0].dim1);} break; case 226: #line 1387 "fortran.y" {strcpy(yyval.dim1.first,"1");strcpy(yyval.dim1.last,yyvsp[0].na);} break; case 227: #line 1388 "fortran.y" {strcpy(yyval.dim1.first,"");strcpy(yyval.dim1.last,"");} break; case 228: #line 1389 "fortran.y" {strcpy(yyval.dim1.first,yyvsp[-1].na);strcpy(yyval.dim1.last,"");} break; case 229: #line 1390 "fortran.y" {strcpy(yyval.dim1.first,"");strcpy(yyval.dim1.last,yyvsp[0].na);} break; case 230: #line 1392 "fortran.y" {strcpy(yyval.dim1.first,yyvsp[-2].na);strcpy(yyval.dim1.last,yyvsp[0].na);} break; case 231: #line 1394 "fortran.y" {strcpy(yyval.na,"*");} break; case 232: #line 1395 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 233: #line 1397 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 234: #line 1399 "fortran.y" {sprintf(yyval.na,"(%s)",yyvsp[-1].na);} break; case 235: #line 1401 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 237: #line 1406 "fortran.y" {sprintf(yyval.na,"SUM(%s)",yyvsp[-1].na);} break; case 238: #line 1408 "fortran.y" {sprintf(yyval.na,"MAX(%s)",yyvsp[-1].na);} break; case 239: #line 1410 "fortran.y" {sprintf(yyval.na,"TANH(%s)",yyvsp[-1].na);} break; case 240: #line 1412 "fortran.y" {sprintf(yyval.na,"MAXVAL(%s)",yyvsp[-1].na);} break; case 241: #line 1414 "fortran.y" {sprintf(yyval.na,"MIN(%s)",yyvsp[-1].na);} break; case 242: #line 1416 "fortran.y" {sprintf(yyval.na,"MINVAL(%s)",yyvsp[-1].na);} break; case 243: #line 1418 "fortran.y" {sprintf(yyval.na,"TRIM(%s)",yyvsp[-1].na);} break; case 244: #line 1420 "fortran.y" {sprintf(yyval.na,"SQRT(%s)",yyvsp[-1].na);} break; case 245: #line 1422 "fortran.y" {sprintf(yyval.na,"REAL(%s)",yyvsp[-1].na);} break; case 246: #line 1424 "fortran.y" {sprintf(yyval.na,"INT(%s)",yyvsp[-1].na);} break; case 247: #line 1426 "fortran.y" {sprintf(yyval.na,"NINT(%s)",yyvsp[-1].na);} break; case 248: #line 1428 "fortran.y" {sprintf(yyval.na,"FLOAT(%s)",yyvsp[-1].na);} break; case 249: #line 1430 "fortran.y" {sprintf(yyval.na,"EXP(%s)",yyvsp[-1].na);} break; case 250: #line 1432 "fortran.y" {sprintf(yyval.na,"COS(%s)",yyvsp[-1].na);} break; case 251: #line 1434 "fortran.y" {sprintf(yyval.na,"COSH(%s)",yyvsp[-1].na);} break; case 252: #line 1436 "fortran.y" {sprintf(yyval.na,"ACOS(%s)",yyvsp[-1].na);} break; case 253: #line 1438 "fortran.y" {sprintf(yyval.na,"SIN(%s)",yyvsp[-1].na);} break; case 254: #line 1440 "fortran.y" {sprintf(yyval.na,"SINH(%s)",yyvsp[-1].na);} break; case 255: #line 1442 "fortran.y" {sprintf(yyval.na,"ASIN(%s)",yyvsp[-1].na);} break; case 256: #line 1444 "fortran.y" {sprintf(yyval.na,"LOG(%s)",yyvsp[-1].na);} break; case 257: #line 1446 "fortran.y" {sprintf(yyval.na,"TAN(%s)",yyvsp[-1].na);} break; case 258: #line 1448 "fortran.y" {sprintf(yyval.na,"ATAN(%s)",yyvsp[-1].na);} break; case 259: #line 1450 "fortran.y" {sprintf(yyval.na,"ABS(%s)",yyvsp[-1].na);} break; case 260: #line 1452 "fortran.y" {sprintf(yyval.na,"MOD(%s)",yyvsp[-1].na);} break; case 261: #line 1454 "fortran.y" {sprintf(yyval.na,"SIGN(%s)",yyvsp[-1].na);} break; case 262: #line 1456 "fortran.y" {sprintf(yyval.na,"MINLOC(%s)",yyvsp[-1].na);} break; case 263: #line 1458 "fortran.y" {sprintf(yyval.na,"MAXLOC(%s)",yyvsp[-1].na);} break; case 264: #line 1460 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 265: #line 1462 "fortran.y" {strcpy(yyval.na,yyvsp[-2].na);strcat(yyval.na,",");strcat(yyval.na,yyvsp[0].na);} break; case 266: #line 1464 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 267: #line 1466 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 268: #line 1468 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 269: #line 1470 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 270: #line 1472 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 271: #line 1474 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 272: #line 1476 "fortran.y" {strcpy(yyval.na,"+");} break; case 273: #line 1477 "fortran.y" {strcpy(yyval.na,"-");} break; case 274: #line 1480 "fortran.y" {sprintf(yyval.na,"+%s",yyvsp[0].na);} break; case 275: #line 1482 "fortran.y" {sprintf(yyval.na,"-%s",yyvsp[0].na);} break; case 276: #line 1484 "fortran.y" {sprintf(yyval.na,"*%s",yyvsp[0].na);} break; case 277: #line 1486 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 278: #line 1488 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 279: #line 1490 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 280: #line 1492 "fortran.y" {sprintf(yyval.na," > %s",yyvsp[0].na);} break; case 281: #line 1494 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 282: #line 1496 "fortran.y" {sprintf(yyval.na," < %s",yyvsp[0].na);} break; case 283: #line 1498 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 284: #line 1500 "fortran.y" {sprintf(yyval.na," >= %s",yyvsp[0].na);} break; case 285: #line 1502 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 286: #line 1504 "fortran.y" {sprintf(yyval.na," <= %s",yyvsp[0].na);} break; case 287: #line 1506 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 288: #line 1508 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 289: #line 1510 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 290: #line 1512 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 291: #line 1514 "fortran.y" {sprintf(yyval.na,"%s",yyvsp[0].na);} break; case 292: #line 1516 "fortran.y" {sprintf(yyval.na,"%s",yyvsp[0].na);} break; case 293: #line 1518 "fortran.y" {strcpy(yyval.na,"");} break; case 294: #line 1520 "fortran.y" {sprintf(yyval.na,"/%s",yyvsp[0].na);} break; case 295: #line 1522 "fortran.y" {sprintf(yyval.na,"/= %s",yyvsp[0].na);} break; case 296: #line 1524 "fortran.y" {sprintf(yyval.na,"//%s",yyvsp[0].na);} break; case 297: #line 1527 "fortran.y" {sprintf(yyval.na,"==%s",yyvsp[0].na);} break; case 298: #line 1529 "fortran.y" {sprintf(yyval.na,"= %s",yyvsp[0].na);} break; case 299: #line 1532 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 300: #line 1534 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 301: #line 1536 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 302: #line 1538 "fortran.y" { agrif_parentcall =0; if (!strcasecmp(identcopy,"Agrif_Parent") ) agrif_parentcall =1; if ( Agrif_in_Tok_NAME(identcopy) == 1 ) { inagrifcallargument = 1; AddsubroutineTolistsubwhereagrifused(); } } break; case 303: #line 1550 "fortran.y" { strcpy(yyval.na,yyvsp[0].na); if ( incalldeclare == 0 ) inagrifcallargument = 0; } break; case 304: #line 1555 "fortran.y" {sprintf(yyval.na," %s %s ",yyvsp[-1].na,yyvsp[0].na);} break; case 305: #line 1557 "fortran.y" {sprintf(yyval.na," %s ( %s )",yyvsp[-3].na,yyvsp[-1].na);} break; case 306: #line 1559 "fortran.y" {sprintf(yyval.na," %s ( %s ) %s ",yyvsp[-4].na,yyvsp[-2].na,yyvsp[0].na);} break; case 307: #line 1562 "fortran.y" { sprintf(yyval.na," %s ( %s )",yyvsp[-3].na,yyvsp[-1].na); ModifyTheAgrifFunction_0(yyvsp[-1].na); agrif_parentcall =0; } break; case 308: #line 1569 "fortran.y" { sprintf(yyval.na," %s %% %s ",yyvsp[-2].na,yyvsp[0].na); if ( incalldeclare == 0 ) inagrifcallargument = 0; } break; case 309: #line 1575 "fortran.y" {sprintf(yyval.na,"(/%s/)",yyvsp[-1].na);} break; case 310: #line 1577 "fortran.y" {strcpy(yyval.na," ");} break; case 311: #line 1579 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 312: #line 1581 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 313: #line 1583 "fortran.y" {sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 314: #line 1585 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 315: #line 1586 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 316: #line 1589 "fortran.y" {sprintf(yyval.na,"%s:%s",yyvsp[-2].na,yyvsp[0].na);} break; case 317: #line 1591 "fortran.y" {sprintf(yyval.na,"%s:%s:%s",yyvsp[-4].na,yyvsp[-2].na,yyvsp[0].na);} break; case 318: #line 1593 "fortran.y" {sprintf(yyval.na,":%s:%s",yyvsp[-2].na,yyvsp[0].na);} break; case 319: #line 1594 "fortran.y" {sprintf(yyval.na,": : %s",yyvsp[0].na);} break; case 320: #line 1595 "fortran.y" {sprintf(yyval.na,":%s",yyvsp[0].na);} break; case 321: #line 1596 "fortran.y" {sprintf(yyval.na,"%s:",yyvsp[-1].na);} break; case 322: #line 1597 "fortran.y" {sprintf(yyval.na,":");} break; case 323: #line 1599 "fortran.y" { if ( VariableIsNotFunction(yyvsp[0].na) == 0 ) { if ( inagrifcallargument == 1 ) { if ( !strcasecmp(yyvsp[0].na,identcopy) ) { strcpy(sameagrifname,identcopy); sameagrifargument = 1; } } strcpy(identcopy,yyvsp[0].na); pointedvar=0; if ( VarIsNonGridDepend(yyvsp[0].na) == 0 && formatdeclare == 0 ) { if ( inagrifcallargument == 1 || varisallocatable_0(yyvsp[0].na) == 1 || varispointer_0(yyvsp[0].na) == 1 ) { ModifyTheVariableName_0(yyvsp[0].na); } if ( inagrifcallargument != 1 || sameagrifargument ==1 ) ajoutevarindoloop_1(yyvsp[0].na); } NotifyAgrifFunction_0(yyvsp[0].na); } } break; case 324: #line 1630 "fortran.y" {strcpy(yyval.na,".TRUE.");} break; case 325: #line 1631 "fortran.y" {strcpy(yyval.na,".FALSE.");} break; case 326: #line 1632 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 327: #line 1633 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 328: #line 1634 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 329: #line 1635 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 330: #line 1637 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 332: #line 1641 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 334: #line 1644 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 335: #line 1646 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 336: #line 1648 "fortran.y" {strcpy(yyval.na," ");} break; case 337: #line 1649 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 338: #line 1652 "fortran.y" {sprintf(yyval.na,"(%s:%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 339: #line 1654 "fortran.y" {strcpy(yyval.na," ");} break; case 340: #line 1655 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 341: #line 1657 "fortran.y" {strcpy(yyval.na," ");} break; case 342: #line 1658 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 343: #line 1660 "fortran.y" {InitialValueGiven = 0;} break; case 344: #line 1662 "fortran.y" { strcpy(InitValue,yyvsp[0].na); InitialValueGiven = 1; } break; case 345: #line 1667 "fortran.y" {pos_curinit = setposcur();} break; case 346: #line 1670 "fortran.y" {sprintf(yyval.na,"(%s,%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 347: #line 1673 "fortran.y" { /* if variables has been declared in a subroutine */ if (insubroutinedeclare == 1) { copyuse_0(yyvsp[0].na); } sprintf(charusemodule,"%s",yyvsp[0].na); Addmoduletothelist_1(yyvsp[0].na); if ( inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curuse, pos_end-pos_curuse); } } break; case 348: #line 1690 "fortran.y" { if (insubroutinedeclare == 1) { completelistvarpointtovar_1(yyvsp[-2].na,yyvsp[0].lc); } if ( firstpass == 1 ) { if ( insubroutinedeclare == 1 ) { coupletmp = yyvsp[0].lc; strcpy(ligne,""); while ( coupletmp ) { strcat(ligne,coupletmp->namevar); strcat(ligne," => "); strcat(ligne,coupletmp->namepointedvar); coupletmp = coupletmp->suiv; if ( coupletmp ) strcat(ligne,","); } sprintf(charusemodule,"%s",yyvsp[-2].na); } Addmoduletothelist_1(yyvsp[-2].na); } if ( inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curuse, pos_end-pos_curuse); } } break; case 349: #line 1721 "fortran.y" { /* if variables has been declared in a subroutine */ if (insubroutinedeclare == 1) { copyuseonly_0(yyvsp[-4].na); } sprintf(charusemodule,"%s",yyvsp[-4].na); Addmoduletothelist_1(yyvsp[-4].na); if ( inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curuse, pos_end-pos_curuse); } } break; case 350: #line 1738 "fortran.y" { /* if variables has been declared in a subroutine */ if (insubroutinedeclare == 1) { completelistvarpointtovar_1(yyvsp[-4].na,yyvsp[0].lc); } if ( firstpass == 1 ) { if ( insubroutinedeclare == 1 ) { coupletmp = yyvsp[0].lc; strcpy(ligne,""); while ( coupletmp ) { strcat(ligne,coupletmp->namevar); if ( strcasecmp(coupletmp->namepointedvar,"") ) strcat(ligne," => "); strcat(ligne,coupletmp->namepointedvar); coupletmp = coupletmp->suiv; if ( coupletmp ) strcat(ligne,","); } sprintf(charusemodule,"%s",yyvsp[-4].na); } Addmoduletothelist_1(yyvsp[-4].na); } 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].na, fortranout); } } } break; case 351: #line 1781 "fortran.y" { pos_curuse = setposcur()-strlen(yyvsp[0].na); } break; case 352: #line 1786 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 353: #line 1789 "fortran.y" { yyval.lc = yyvsp[0].lc; } break; case 354: #line 1793 "fortran.y" { /* insert the variable in the list $1 */ yyvsp[0].lc->suiv = yyvsp[-2].lc; yyval.lc = yyvsp[0].lc; } break; case 355: #line 1800 "fortran.y" { coupletmp =(listcouple *)malloc(sizeof(listcouple)); strcpy(coupletmp->namevar,yyvsp[-2].na); strcpy(coupletmp->namepointedvar,yyvsp[0].na); coupletmp->suiv = NULL; yyval.lc = coupletmp; } break; case 356: #line 1809 "fortran.y" { yyval.lc = yyvsp[0].lc; } break; case 357: #line 1813 "fortran.y" { /* insert the variable in the list $1 */ yyvsp[0].lc->suiv = yyvsp[-2].lc; yyval.lc = yyvsp[0].lc; } break; case 358: #line 1820 "fortran.y" { coupletmp =(listcouple *)malloc(sizeof(listcouple)); strcpy(coupletmp->namevar,yyvsp[-2].na); strcpy(coupletmp->namepointedvar,yyvsp[0].na); coupletmp->suiv = NULL; yyval.lc = coupletmp; pointedvar=1; ajoutevarindoloop_1(yyvsp[-2].na); } break; case 359: #line 1829 "fortran.y" { coupletmp =(listcouple *)malloc(sizeof(listcouple)); strcpy(coupletmp->namevar,yyvsp[0].na); strcpy(coupletmp->namepointedvar,""); coupletmp->suiv = NULL; yyval.lc = coupletmp; } break; case 364: #line 1842 "fortran.y" { if ( inmodulemeet == 1 ) { /* we are in a module */ if ( insubroutinedeclare == 1 ) { /* it is like an end subroutine */ insubroutinedeclare = 0 ; paramdeclaration_everdone = 0; tmpdeclaration_everdone = 0; /* */ closeandcallsubloopandincludeit_0(1,yyvsp[0].na,""); /* at the end of the firstpas we should remove */ /* from the listvarindoloop all variables */ /* which has not been declared as table in the */ /* globliste */ cleanlistvarfordoloop_1(1); } else { /* if we never meet the contains keyword */ if ( inmoduledeclare == 1 ) { if ( aftercontainsdeclare == 0 ) { CompleteGlobListeWithDatalist_1(); addsubroutine_alloc_0(1); } } /* it is like an end module */ inmoduledeclare = 0 ; inmodulemeet = 0 ; } } else { paramdeclaration_everdone = 0; tmpdeclaration_everdone = 0; insubroutinedeclare = 0; /* */ closeandcallsubloopandincludeit_0(2,yyvsp[0].na,""); /* it is like end subroutine or end program */ /* Common case */ /* at the end of the firstpas we should remove */ /* from the listvarindoloop all variables which */ /* has not been declared as table in the */ /* globliste */ cleanlistvarfordoloop_1(1); } } break; case 365: #line 1893 "fortran.y" { tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 0; /* */ closeandcallsubloopandincludeit_0(3,yyvsp[-1].na,yyvsp[0].na); /* Common case */ /* at the end of the firstpas we should remove from */ /* the listvarindoloop all variables which has not */ /* been declared as table in the globliste */ cleanlistvarfordoloop_1(3); } break; case 366: #line 1906 "fortran.y" { tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 0; /* */ closeandcallsubloopandincludeit_0(1,yyvsp[-1].na,yyvsp[0].na); /* Common case */ /* at the end of the firstpas we should remove from */ /* the listvarindoloop all variables which has not */ /* been declared as table in the globliste */ cleanlistvarfordoloop_1(1); } break; case 367: #line 1919 "fortran.y" { tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 0; /* */ closeandcallsubloopandincludeit_0(0,yyvsp[-1].na,yyvsp[0].na); /* Common case */ /* at the end of the firstpas we should remove from */ /* the listvarindoloop all variables which has not */ /* been declared as table in the globliste */ cleanlistvarfordoloop_1(0); } break; case 368: #line 1932 "fortran.y" { /* if we never meet the contains keyword */ if ( inmoduledeclare == 1 ) { if ( aftercontainsdeclare == 0 ) { CompleteGlobListeWithDatalist_1(); addsubroutine_alloc_0(1); } } inmoduledeclare = 0 ; inmodulemeet = 0 ; } break; case 382: #line 1959 "fortran.y" { if (inmoduledeclare == 1 ) { CompleteGlobListeWithDatalist_1(); addsubroutine_alloc_0(0); } inmoduledeclare = 0 ; aftercontainsdeclare = 1; } break; case 392: #line 1982 "fortran.y" {strcpy(yyval.na,"");} break; case 393: #line 1983 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 412: #line 2010 "fortran.y" {if ( couldaddvariable == 1 ) created_dimensionlist = 0;} break; case 413: #line 2012 "fortran.y" {created_dimensionlist = 1;} break; case 414: #line 2014 "fortran.y" {created_dimensionlist = 1;} break; case 419: #line 2022 "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); fprintf(oldfortranout, " Call Agrif_Init_Grids () \n"); strcpy(subofagrifinitgrids,subroutinename); } Instanciation_0(sameagrifname); } break; case 424: #line 2057 "fortran.y" { if (!strcasecmp(yyvsp[0].na,"MPI_Init") ) { callmpiinit = 1; strcpy(meetmpiinit,subroutinename); } else { callmpiinit = 0; } if (!strcasecmp(yyvsp[0].na,"Agrif_Init_Grids") ) { callagrifinitgrids = 1; strcpy(meetagrifinitgrids,subroutinename); } else callagrifinitgrids = 0; if ( Vartonumber(yyvsp[0].na) == 1 ) { incalldeclare=1; inagrifcallargument = 1 ; AddsubroutineTolistsubwhereagrifused(); } } break; case 425: #line 2082 "fortran.y" {pos_curcall=setposcur()-4;} break; case 428: #line 2087 "fortran.y" { if ( callmpiinit == 1 ) { strcpy(mpiinitvar,yyvsp[0].na); if ( firstpass == 1 ) { curvar=createvar(yyvsp[0].na,NULL); curlistvar=insertvar(NULL,curvar); listargsubroutine = AddListvarToListvar (curlistvar,listargsubroutine,1); } } } break; case 436: #line 2112 "fortran.y" {formatdeclare = 0;} break; case 437: #line 2115 "fortran.y" {formatdeclare = 1;} break; case 524: #line 2231 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 525: #line 2232 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 526: #line 2235 "fortran.y" {sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 527: #line 2237 "fortran.y" {sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 528: #line 2239 "fortran.y" {sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 529: #line 2241 "fortran.y" {sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 530: #line 2243 "fortran.y" {sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 531: #line 2245 "fortran.y" {sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 532: #line 2246 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 533: #line 2247 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 534: #line 2250 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 535: #line 2252 "fortran.y" {sprintf(yyval.na," (%s)",yyvsp[-1].na);} break; case 536: #line 2254 "fortran.y" {sprintf(yyval.na,"(%s,%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 537: #line 2256 "fortran.y" {sprintf(yyval.na,"(%s,%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 538: #line 2258 "fortran.y" {sprintf(yyval.na,"(%s,%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 539: #line 2262 "fortran.y" {sprintf(yyval.na,"%s=%s,%s)",yyvsp[-4].na,yyvsp[-2].na,yyvsp[0].na);} break; case 540: #line 2264 "fortran.y" {sprintf(yyval.na,"%s=%s,%s,%s)",yyvsp[-6].na,yyvsp[-4].na,yyvsp[-2].na,yyvsp[0].na);} break; case 548: #line 2278 "fortran.y" {AddIdentToTheAllocateList_1(yyvsp[0].na);} break; case 551: #line 2283 "fortran.y" {AddIdentToTheAllocateList_1(yyvsp[-3].na);} break; case 565: #line 2306 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; #line 8859 "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 >= yyss + yystacksize - 1) { 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$ */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #include #include /* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */ #ifdef c_plusplus #ifndef __cplusplus #define __cplusplus #endif #endif #ifdef __cplusplus #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 168 #define YY_END_OF_BUFFER 169 static yyconst short int yy_accept[1028] = { 0, 0, 0, 0, 0, 0, 0, 169, 168, 161, 157, 160, 167, 150, 149, 151, 163, 150, 151, 151, 152, 147, 136, 148, 151, 155, 154, 156, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 161, 157, 160, 167, 151, 148, 142, 142, 142, 168, 0, 0, 161, 162, 0, 164, 160, 167, 167, 167, 0, 140, 0, 0, 163, 163, 163, 163, 0, 0, 0, 139, 0, 0, 0, 131, 0, 0, 28, 0, 143, 0, 0, 0, 0, 0, 0, 0, 132, 0, 148, 27, 0, 142, 1, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 43, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 161, 159, 0, 159, 0, 0, 0, 162, 158, 159, 0, 167, 166, 167, 167, 0, 0, 165, 28, 0, 0, 159, 148, 7, 0, 142, 1, 142, 142, 142, 142, 142, 142, 142, 142, 0, 0, 167, 167, 0, 0, 163, 163, 0, 0, 0, 0, 138, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 146, 143, 0, 0, 0, 141, 0, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 112, 142, 142, 142, 142, 0, 142, 142, 142, 142, 18, 142, 142, 111, 142, 142, 142, 142, 142, 142, 0, 142, 0, 94, 142, 142, 142, 108, 142, 118, 142, 142, 123, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 115, 142, 142, 142, 142, 119, 142, 142, 142, 142, 142, 161, 159, 0, 162, 0, 0, 0, 0, 159, 0, 159, 167, 167, 0, 0, 165, 0, 0, 148, 7, 7, 7, 7, 141, 0, 142, 1, 142, 0, 142, 142, 142, 142, 142, 142, 142, 0, 0, 167, 167, 0, 0, 163, 163, 0, 0, 0, 0, 83, 0, 0, 0, 144, 0, 143, 0, 145, 0, 29, 31, 30, 33, 32, 34, 0, 36, 0, 143, 0, 144, 0, 143, 0, 145, 0, 141, 0, 142, 142, 122, 114, 142, 117, 120, 142, 24, 102, 142, 142, 142, 142, 142, 113, 142, 84, 142, 142, 0, 142, 142, 142, 92, 0, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 0, 86, 142, 142, 142, 142, 142, 66, 142, 0, 96, 142, 142, 0, 107, 142, 142, 142, 142, 109, 23, 60, 72, 142, 142, 142, 142, 142, 142, 142, 142, 77, 44, 142, 142, 142, 69, 142, 124, 116, 142, 54, 142, 0, 95, 97, 142, 90, 99, 142, 142, 161, 159, 162, 0, 0, 0, 159, 0, 159, 167, 167, 0, 0, 148, 7, 7, 0, 141, 0, 142, 142, 142, 142, 142, 70, 20, 0, 0, 167, 167, 0, 0, 163, 163, 0, 0, 0, 0, 87, 38, 35, 37, 0, 141, 0, 141, 142, 142, 142, 142, 0, 142, 142, 49, 142, 142, 142, 121, 142, 142, 0, 142, 142, 142, 0, 142, 142, 0, 0, 0, 0, 0, 0, 0, 0, 42, 142, 93, 142, 142, 142, 142, 142, 142, 142, 142, 142, 74, 74, 74, 1, 74, 142, 0, 1, 110, 142, 142, 142, 86, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 52, 142, 75, 142, 142, 142, 0, 142, 142, 142, 142, 100, 142, 142, 55, 79, 161, 159, 162, 0, 70, 159, 0, 159, 167, 167, 0, 0, 148, 7, 6, 0, 141, 0, 141, 142, 49, 142, 142, 121, 0, 25, 167, 25, 0, 25, 25, 163, 25, 0, 25, 25, 25, 0, 142, 25, 25, 1, 25, 142, 142, 0, 142, 142, 62, 142, 142, 142, 142, 0, 142, 142, 137, 0, 0, 91, 142, 42, 0, 93, 0, 0, 0, 0, 0, 0, 0, 142, 142, 142, 142, 142, 142, 142, 142, 142, 0, 1, 142, 105, 133, 142, 63, 142, 142, 142, 142, 65, 142, 142, 142, 126, 98, 125, 127, 39, 142, 142, 142, 142, 142, 142, 81, 0, 13, 73, 21, 142, 142, 80, 161, 159, 162, 0, 159, 167, 25, 0, 25, 7, 6, 6, 142, 142, 25, 25, 1, 25, 26, 26, 26, 26, 26, 26, 26, 26, 0, 88, 26, 26, 1, 26, 142, 142, 0, 142, 142, 58, 142, 142, 142, 0, 0, 142, 142, 40, 91, 0, 142, 0, 0, 0, 0, 0, 0, 0, 0, 142, 142, 142, 142, 142, 142, 71, 142, 142, 106, 142, 142, 142, 19, 50, 45, 142, 142, 46, 0, 142, 142, 142, 142, 67, 82, 10, 0, 0, 0, 142, 142, 0, 26, 26, 7, 26, 26, 1, 26, 142, 142, 11, 142, 0, 142, 142, 85, 142, 142, 40, 0, 0, 142, 142, 0, 142, 0, 0, 0, 0, 0, 0, 71, 0, 142, 142, 142, 142, 142, 142, 56, 142, 64, 14, 22, 142, 142, 0, 142, 78, 68, 142, 0, 0, 142, 142, 0, 7, 59, 142, 129, 0, 142, 47, 142, 51, 0, 0, 142, 142, 0, 57, 0, 0, 0, 0, 0, 0, 56, 142, 142, 41, 142, 104, 142, 142, 128, 89, 0, 142, 61, 0, 0, 142, 142, 59, 7, 7, 7, 142, 0, 142, 12, 0, 0, 142, 142, 57, 0, 0, 41, 0, 104, 0, 142, 142, 16, 142, 142, 0, 142, 0, 0, 101, 9, 7, 7, 7, 7, 48, 0, 103, 0, 0, 142, 142, 0, 0, 16, 0, 17, 142, 142, 53, 0, 142, 0, 101, 7, 7, 7, 5, 103, 0, 0, 142, 142, 17, 0, 0, 130, 142, 0, 142, 0, 7, 7, 7, 0, 0, 135, 142, 130, 0, 15, 0, 142, 0, 4, 7, 7, 135, 0, 142, 15, 0, 142, 0, 7, 7, 0, 134, 0, 76, 8, 7, 7, 134, 76, 7, 7, 7, 7, 7, 7, 7, 7, 2, 7, 7, 7, 7, 3, 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, 1, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 19, 19, 19, 19, 19, 19, 19, 20, 19, 21, 22, 23, 24, 25, 1, 1, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 26, 1, 27, 1, 28, 1, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 55, 55, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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[56] = { 0, 1, 1, 2, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 5, 5, 1, 1, 1, 5, 1, 1, 1, 5, 6, 5, 5, 5, 5, 4, 4, 7, 5, 5, 5, 4, 4, 4, 6, 5, 5, 4, 4, 4, 4, 5, 5, 5, 5, 5, 3 } ; static yyconst short int yy_base[1056] = { 0, 0, 54, 0, 0, 0, 102, 3350, 27, 60, 74, 61, 32, 62, 36, 38, 66, 89, 109, 78, 45, 156, 105, 111, 84, 86, 113, 101, 145, 192, 188, 212, 134, 221, 184, 143, 204, 157, 232, 239, 249, 251, 265, 264, 283, 281, 293, 333, 341, 381, 181, 355, 343, 430, 368, 329, 3621, 3310, 3282, 138, 152, 484, 3621, 164, 0, 3278, 3259, 3289, 3279, 95, 83, 3281, 3268, 68, 79, 192, 414, 244, 3621, 370, 486, 488, 3621, 3228, 3200, 3621, 251, 374, 3201, 3175, 140, 177, 139, 3170, 3171, 3621, 481, 408, 3621, 211, 485, 3621, 491, 499, 510, 516, 522, 528, 534, 540, 553, 559, 568, 574, 583, 573, 496, 465, 508, 606, 571, 520, 548, 580, 591, 602, 609, 599, 617, 619, 347, 661, 626, 638, 634, 647, 650, 654, 666, 658, 662, 673, 676, 686, 683, 694, 701, 709, 711, 713, 724, 726, 728, 735, 742, 744, 746, 755, 762, 764, 808, 814, 3203, 132, 3161, 102, 3156, 820, 3621, 868, 321, 3190, 3621, 87, 231, 3188, 518, 3621, 3178, 255, 315, 702, 811, 831, 368, 917, 3176, 3155, 327, 263, 3120, 161, 486, 796, 808, 3121, 3110, 3108, 3088, 313, 364, 211, 371, 572, 844, 876, 668, 3621, 849, 970, 863, 3087, 876, 884, 891, 3101, 3115, 3110, 3108, 3105, 3102, 3097, 3053, 3079, 3033, 3621, 955, 962, 970, 977, 788, 864, 961, 957, 974, 785, 970, 867, 981, 985, 989, 992, 996, 999, 1003, 1007, 1015, 1018, 1032, 1028, 1030, 743, 1046, 1042, 1053, 1057, 1103, 1044, 1055, 1067, 1077, 1079, 1086, 1075, 1101, 1111, 796, 1114, 1003, 3621, 1089, 1122, 1118, 1133, 1136, 1144, 1185, 1188, 1062, 1160, 1156, 1167, 1129, 1164, 1175, 1190, 1179, 1182, 1198, 1208, 1211, 1222, 1218, 1229, 1238, 1200, 1240, 1242, 1250, 1252, 1254, 1261, 1302, 1269, 1277, 1273, 1280, 1284, 1287, 1334, 1340, 3022, 1350, 3067, 3021, 3013, 3022, 862, 1328, 1337, 362, 1089, 3050, 1358, 3621, 484, 1146, 1359, 3045, 1370, 280, 259, 1347, 1367, 0, 3042, 3023, 1372, 250, 358, 1354, 588, 579, 1364, 1373, 2978, 2989, 2971, 2974, 855, 568, 690, 389, 1400, 1409, 1413, 889, 3621, 2956, 1422, 390, 893, 975, 990, 1033, 1153, 2981, 3621, 3621, 3621, 3621, 3621, 3621, 2978, 3621, 2975, 1408, 1237, 1365, 1374, 1388, 1410, 1412, 1419, 1417, 1428, 1410, 1421, 3621, 1417, 1424, 1428, 1431, 1435, 1438, 1479, 1445, 1455, 1448, 1458, 1466, 1468, 1479, 1475, 1491, 1477, 2955, 1494, 1502, 1504, 1521, 1571, 1512, 1515, 1527, 1524, 1535, 1545, 1538, 1548, 1557, 1569, 1622, 1555, 1676, 1640, 1650, 1642, 1657, 2944, 1654, 1665, 1667, 1676, 1687, 1689, 1696, 1704, 1737, 3621, 1711, 1715, 1738, 3621, 1718, 1726, 1729, 1737, 1733, 1740, 1744, 1747, 1754, 1751, 1766, 1762, 1764, 1773, 1775, 1782, 1784, 1805, 1792, 1794, 1796, 1803, 1817, 1813, 1815, 1831, 1824, 1827, 1873, 3621, 1838, 1848, 1841, 1845, 1858, 1860, 1904, 1910, 1916, 2932, 2944, 2966, 1441, 1701, 1907, 1227, 651, 1241, 1185, 1913, 563, 974, 1920, 1935, 1947, 1467, 1106, 1933, 1177, 1244, 1856, 2951, 2912, 0, 2908, 0, 1284, 2926, 1560, 2916, 1939, 1611, 2868, 1525, 3621, 3621, 3621, 3621, 1474, 1528, 1674, 1744, 1904, 1980, 2007, 1996, 1892, 1936, 2010, 2003, 2014, 2025, 2018, 2021, 2028, 2032, 2872, 2043, 2040, 2047, 2089, 2058, 2060, 2861, 2851, 589, 2856, 2851, 1670, 2829, 2843, 2056, 2067, 2069, 2071, 2083, 2080, 2091, 2087, 2095, 2102, 2112, 2143, 3621, 1808, 2129, 3621, 2109, 2116, 2158, 3621, 2127, 2131, 2143, 2146, 3621, 2158, 2165, 2162, 2169, 2172, 2181, 2154, 2188, 2190, 2198, 2202, 2206, 2209, 2217, 2219, 2229, 2226, 2236, 2233, 2240, 2243, 2255, 2795, 2251, 2253, 2269, 2265, 3621, 2273, 2276, 2262, 2284, 2325, 2331, 2337, 2785, 3621, 2345, 1097, 1360, 1580, 2806, 1682, 2792, 2378, 743, 2162, 2318, 2325, 2340, 2350, 1733, 2776, 2324, 2398, 2772, 0, 3621, 0, 0, 2780, 2777, 2773, 2775, 2771, 2215, 2348, 2374, 3621, 1538, 2453, 1909, 2492, 3621, 2349, 2469, 2483, 2724, 2479, 2481, 2490, 2494, 2501, 2513, 2510, 2715, 2536, 2523, 2521, 2706, 2702, 2530, 2541, 3621, 2690, 3621, 2677, 2686, 2672, 2661, 2668, 2649, 2647, 2548, 2551, 2555, 2534, 2558, 2565, 2568, 2572, 2580, 2621, 3621, 2587, 3621, 2589, 2596, 2599, 2607, 2609, 2619, 2616, 2623, 2626, 2630, 2634, 2637, 2641, 2644, 2648, 2690, 2655, 2658, 2662, 2665, 2675, 2672, 2679, 2622, 2682, 2686, 2689, 2733, 2701, 2703, 2749, 2754, 2763, 2632, 2768, 2656, 2650, 2644, 2632, 723, 2629, 2758, 2817, 2705, 2369, 0, 2614, 2591, 3621, 0, 2588, 2580, 2575, 2766, 2778, 3621, 1849, 3621, 1924, 2749, 3621, 2759, 2844, 2847, 2539, 2763, 2851, 2766, 2854, 2861, 2833, 2533, 2879, 2864, 2871, 2873, 3621, 2528, 2880, 2522, 2494, 2469, 2479, 2423, 2346, 2348, 2329, 2883, 2887, 2895, 2897, 2909, 2905, 2912, 2916, 2927, 3621, 2924, 2920, 2931, 2934, 2941, 2943, 2955, 2952, 2959, 2261, 2962, 2969, 2972, 2982, 2979, 2986, 2989, 3030, 2338, 3033, 3009, 3002, 2321, 2352, 2329, 116, 3039, 0, 2305, 2274, 3005, 3024, 3020, 3027, 2260, 3031, 3035, 3042, 3044, 3046, 3621, 2214, 2209, 3053, 3057, 2195, 3064, 2188, 2152, 2143, 2129, 2124, 2105, 3621, 2073, 3066, 3068, 3079, 3087, 3076, 3089, 3098, 3100, 3102, 3109, 3111, 3113, 3126, 2058, 3122, 3129, 3133, 3136, 2061, 2035, 3143, 3145, 2006, 3163, 3147, 3158, 3160, 1997, 3168, 3170, 3180, 3177, 2001, 1946, 3184, 3192, 1943, 3188, 1936, 1937, 1924, 1927, 1856, 1827, 3621, 3195, 3203, 3199, 3206, 3210, 3213, 3225, 3217, 3221, 1820, 3234, 3232, 1813, 1753, 3236, 3247, 3621, 2516, 873, 1464, 3249, 1743, 3245, 3256, 1688, 1693, 3259, 3267, 3621, 1668, 1580, 3621, 1565, 3621, 1456, 3269, 3271, 3278, 3280, 3282, 1394, 3293, 1406, 1380, 3289, 3291, 1387, 1330, 1181, 1224, 3300, 1292, 3302, 1283, 1272, 3304, 3311, 1226, 1184, 3621, 1109, 3313, 3315, 3322, 3324, 1101, 3335, 1082, 3621, 1503, 2036, 1744, 1064, 3621, 987, 945, 3331, 3333, 3621, 950, 852, 3343, 3346, 804, 3350, 798, 1032, 631, 1928, 697, 650, 3353, 3360, 3621, 603, 3363, 577, 3367, 562, 496, 1401, 1557, 3621, 383, 3370, 3621, 263, 3382, 275, 2092, 2149, 163, 3378, 170, 3380, 3621, 1585, 2044, 3621, 3621, 796, 1787, 2158, 2178, 1243, 2224, 2231, 2316, 74, 1864, 2512, 2349, 2555, 57, 3621, 3429, 3436, 3443, 3450, 3457, 3461, 3468, 3475, 3480, 3487, 3494, 3501, 3508, 3515, 3522, 3529, 3536, 3543, 3550, 3557, 3564, 3571, 3578, 3585, 3592, 3599, 3606, 3613 } ; static yyconst short int yy_def[1056] = { 0, 1027, 1, 1028, 1028, 1, 1, 1027, 1027, 1027, 1027, 1027, 1029, 1030, 1027, 1027, 1031, 1032, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1033, 1033, 29, 29, 31, 31, 31, 34, 33, 34, 34, 34, 34, 33, 34, 34, 34, 31, 31, 1027, 1027, 1027, 1034, 1035, 1027, 1027, 31, 34, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1029, 1029, 1029, 1030, 1030, 1030, 1030, 1031, 1027, 1031, 1031, 1032, 1036, 1032, 1027, 1032, 1032, 1027, 1027, 1027, 1027, 1027, 21, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1037, 1027, 1027, 1027, 1033, 1027, 1033, 1033, 1033, 1033, 1033, 1033, 1033, 1033, 1033, 1033, 1033, 1033, 1033, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 119, 119, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 1027, 1027, 1038, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1034, 1027, 1034, 1034, 1039, 1039, 1027, 1039, 1039, 1039, 1027, 1027, 1040, 1039, 1027, 1039, 185, 185, 185, 114, 185, 185, 114, 114, 1027, 1027, 1029, 1029, 1030, 1030, 1031, 1031, 1036, 1036, 1036, 1036, 1027, 1032, 1032, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 1027, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 1027, 114, 1027, 1027, 114, 114, 114, 114, 114, 114, 119, 276, 119, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 119, 114, 114, 114, 114, 114, 114, 1027, 1027, 1027, 1027, 1038, 1027, 1027, 1027, 169, 1027, 1027, 1034, 1034, 1039, 1039, 1027, 1039, 1039, 1027, 1040, 1040, 1040, 1040, 1039, 1039, 185, 1039, 185, 1039, 185, 185, 114, 185, 185, 114, 114, 1027, 1027, 1029, 1029, 1030, 1030, 1031, 1031, 1036, 1032, 1032, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 114, 114, 1027, 114, 114, 114, 114, 114, 114, 119, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 1027, 114, 114, 114, 119, 1027, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 1027, 114, 119, 114, 114, 114, 114, 1027, 114, 114, 114, 114, 114, 114, 114, 114, 1027, 1027, 114, 114, 1027, 1027, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 1027, 1027, 114, 114, 114, 114, 114, 114, 1027, 1027, 1027, 1027, 1027, 1027, 169, 1027, 1027, 1034, 1034, 1039, 1039, 1027, 1040, 1040, 1039, 1039, 1039, 185, 185, 114, 185, 185, 114, 1027, 1027, 1041, 1029, 1042, 1030, 1043, 1031, 1044, 1032, 1045, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 114, 1027, 114, 114, 1027, 114, 114, 114, 114, 114, 114, 114, 114, 114, 1027, 114, 114, 114, 1027, 114, 114, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 119, 1027, 1027, 114, 1027, 114, 114, 1027, 1027, 114, 114, 114, 114, 1027, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 1027, 114, 114, 114, 114, 1027, 114, 114, 114, 114, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1034, 1046, 1039, 1047, 1027, 1040, 1048, 1039, 1039, 1039, 1039, 185, 185, 114, 1027, 185, 1049, 1027, 1050, 1029, 1051, 1030, 1030, 1052, 1031, 1053, 1032, 1032, 1027, 1027, 1027, 1027, 114, 1027, 114, 114, 114, 1027, 114, 114, 114, 114, 114, 114, 114, 1027, 119, 114, 114, 1027, 1027, 114, 114, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 114, 114, 114, 114, 114, 114, 114, 114, 114, 1027, 1027, 114, 1027, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 119, 114, 114, 114, 114, 114, 114, 114, 1027, 114, 114, 114, 119, 114, 114, 1027, 1027, 1027, 1027, 1027, 1054, 1034, 1055, 1039, 1040, 1048, 1048, 1027, 114, 1039, 185, 1039, 185, 1027, 1029, 1030, 1030, 1031, 1032, 1032, 1027, 1027, 1027, 1027, 114, 1027, 114, 114, 114, 1027, 114, 114, 114, 114, 114, 114, 1027, 1027, 114, 114, 114, 1027, 1027, 114, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 114, 114, 114, 114, 114, 114, 114, 114, 114, 1027, 114, 114, 114, 114, 114, 114, 114, 114, 114, 1027, 114, 114, 114, 114, 114, 114, 114, 1027, 1027, 1027, 114, 114, 1027, 1034, 1039, 1040, 1039, 185, 1039, 185, 114, 114, 114, 114, 1027, 114, 114, 114, 114, 114, 1027, 1027, 1027, 114, 114, 1027, 114, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 1027, 114, 114, 114, 114, 1027, 1027, 114, 114, 1027, 1040, 114, 114, 114, 1027, 114, 114, 114, 114, 1027, 1027, 114, 114, 1027, 114, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 114, 114, 114, 114, 114, 114, 114, 114, 114, 1027, 114, 114, 1027, 1027, 114, 114, 1027, 1040, 1040, 1040, 114, 1027, 114, 114, 1027, 1027, 114, 114, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 114, 114, 114, 114, 114, 1027, 114, 1027, 1027, 114, 114, 1040, 1040, 1040, 1040, 114, 1027, 114, 1027, 1027, 114, 114, 1027, 1027, 1027, 1027, 114, 114, 114, 114, 1027, 114, 1027, 1027, 1040, 1040, 1040, 1040, 1027, 1027, 1027, 114, 114, 1027, 1027, 1027, 114, 114, 1027, 114, 1027, 1040, 1040, 1040, 1027, 1027, 114, 114, 1027, 1027, 114, 1027, 114, 1027, 1040, 1040, 1040, 1027, 1027, 114, 1027, 1027, 114, 1027, 1040, 1040, 1027, 114, 1027, 114, 1027, 1040, 1040, 1027, 1027, 1040, 1040, 1040, 1040, 1040, 1040, 1040, 1040, 1040, 1040, 1040, 1040, 1040, 1040, 0, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027 } ; static yyconst short int yy_nxt[3677] = { 0, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 15, 19, 15, 20, 15, 21, 22, 23, 23, 15, 24, 25, 26, 27, 15, 15, 28, 29, 30, 31, 32, 33, 34, 35, 28, 36, 28, 37, 38, 39, 40, 41, 42, 28, 43, 44, 45, 28, 28, 46, 28, 28, 28, 8, 47, 48, 49, 50, 177, 57, 59, 60, 60, 63, 65, 51, 68, 72, 57, 72, 57, 52, 52, 58, 61, 177, 61, 57, 66, 62, 72, 62, 58, 53, 58, 62, 62, 68, 172, 85, 76, 58, 57, 57, 69, 201, 77, 78, 73, 68, 54, 55, 47, 48, 49, 50, 58, 58, 70, 81, 57, 81, 74, 51, 320, 95, 57, 177, 57, 52, 52, 79, 199, 202, 58, 82, 96, 200, 97, 97, 58, 53, 58, 57, 163, 80, 98, 57, 59, 163, 60, 57, 871, 57, 83, 57, 196, 58, 54, 55, 84, 58, 60, 315, 60, 58, 86, 58, 86, 58, 99, 116, 100, 100, 60, 117, 63, 101, 102, 118, 221, 217, 102, 87, 87, 119, 337, 103, 102, 120, 222, 129, 172, 88, 130, 102, 218, 89, 57, 90, 102, 104, 134, 76, 91, 102, 92, 93, 102, 77, 78, 1012, 58, 1011, 102, 341, 94, 99, 219, 100, 100, 102, 72, 173, 101, 110, 102, 102, 102, 125, 105, 106, 126, 220, 103, 127, 102, 174, 230, 230, 107, 128, 172, 102, 104, 102, 131, 108, 109, 111, 102, 102, 102, 132, 133, 76, 112, 102, 102, 351, 113, 77, 78, 114, 102, 102, 177, 102, 104, 121, 177, 122, 102, 115, 123, 337, 136, 102, 1027, 1027, 102, 124, 102, 135, 137, 321, 139, 102, 337, 102, 138, 177, 325, 1027, 140, 1008, 102, 102, 499, 102, 141, 142, 144, 143, 102, 148, 102, 1027, 495, 102, 102, 102, 102, 102, 339, 102, 145, 1006, 155, 146, 149, 102, 147, 494, 150, 156, 177, 68, 151, 102, 102, 102, 102, 319, 102, 157, 152, 158, 163, 153, 154, 102, 102, 160, 102, 161, 162, 159, 318, 318, 163, 61, 337, 61, 102, 181, 62, 266, 62, 266, 163, 349, 62, 62, 338, 176, 177, 176, 96, 326, 182, 182, 164, 172, 102, 57, 178, 102, 68, 177, 102, 76, 72, 337, 194, 57, 102, 77, 78, 165, 166, 167, 168, 169, 162, 332, 332, 179, 163, 58, 72, 87, 87, 267, 102, 155, 102, 208, 170, 170, 489, 180, 156, 500, 212, 213, 102, 361, 361, 102, 164, 350, 157, 57, 204, 205, 204, 214, 352, 193, 513, 206, 207, 96, 1004, 97, 97, 165, 166, 175, 176, 177, 176, 175, 175, 183, 175, 175, 175, 175, 175, 175, 175, 175, 175, 184, 175, 185, 185, 175, 175, 175, 186, 175, 175, 175, 187, 111, 187, 187, 187, 187, 188, 187, 112, 187, 187, 187, 189, 187, 187, 190, 187, 187, 187, 187, 191, 187, 187, 187, 187, 192, 187, 175, 61, 177, 61, 76, 81, 62, 81, 62, 249, 77, 78, 62, 62, 177, 226, 226, 231, 337, 100, 100, 102, 102, 99, 101, 100, 100, 102, 227, 228, 101, 99, 342, 100, 100, 323, 324, 323, 101, 491, 83, 229, 99, 232, 100, 100, 84, 209, 99, 101, 100, 100, 102, 102, 99, 101, 100, 100, 102, 248, 99, 101, 100, 100, 250, 102, 99, 101, 100, 100, 102, 233, 99, 101, 100, 100, 102, 102, 234, 101, 235, 177, 255, 236, 238, 99, 237, 100, 100, 68, 205, 99, 101, 100, 100, 256, 353, 207, 101, 239, 99, 233, 100, 100, 102, 102, 99, 101, 100, 100, 102, 337, 242, 101, 240, 99, 511, 100, 100, 247, 337, 241, 101, 251, 625, 251, 254, 102, 102, 102, 102, 1001, 243, 102, 503, 102, 102, 102, 675, 244, 245, 999, 102, 258, 257, 246, 676, 102, 102, 177, 259, 998, 502, 102, 260, 102, 102, 261, 102, 102, 263, 102, 102, 102, 102, 102, 102, 262, 102, 172, 252, 102, 253, 102, 264, 102, 102, 265, 268, 102, 268, 102, 102, 102, 271, 270, 205, 269, 102, 993, 102, 274, 353, 207, 102, 102, 102, 275, 272, 621, 102, 273, 996, 102, 102, 232, 102, 102, 72, 102, 102, 277, 102, 278, 279, 102, 102, 276, 102, 280, 102, 319, 102, 102, 102, 102, 163, 102, 102, 102, 281, 282, 102, 102, 283, 102, 318, 318, 102, 102, 102, 177, 102, 102, 285, 102, 287, 286, 102, 284, 102, 102, 512, 288, 290, 291, 102, 102, 102, 289, 251, 177, 251, 102, 995, 102, 102, 102, 102, 102, 102, 102, 818, 292, 293, 102, 297, 294, 295, 296, 102, 102, 102, 298, 102, 102, 102, 301, 102, 299, 102, 102, 102, 300, 305, 735, 233, 102, 302, 102, 102, 303, 102, 102, 102, 304, 102, 306, 102, 406, 307, 102, 102, 266, 177, 266, 308, 102, 102, 102, 102, 102, 230, 230, 102, 309, 102, 310, 162, 991, 319, 312, 163, 310, 162, 163, 383, 312, 163, 310, 162, 102, 102, 96, 163, 327, 327, 389, 329, 177, 329, 989, 102, 102, 164, 343, 344, 1015, 102, 429, 164, 204, 205, 204, 102, 102, 164, 76, 206, 207, 102, 311, 166, 77, 78, 330, 68, 311, 166, 482, 356, 486, 356, 311, 166, 312, 168, 317, 162, 331, 357, 177, 163, 204, 205, 204, 487, 487, 384, 384, 206, 207, 318, 318, 354, 360, 356, 360, 356, 987, 361, 361, 385, 362, 164, 362, 357, 510, 363, 363, 364, 358, 364, 102, 391, 365, 365, 361, 361, 102, 941, 311, 166, 322, 322, 177, 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, 333, 322, 334, 334, 322, 322, 322, 335, 322, 322, 322, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 336, 322, 76, 376, 376, 377, 177, 377, 77, 78, 378, 378, 986, 379, 388, 379, 212, 213, 380, 380, 381, 983, 381, 363, 363, 382, 382, 102, 102, 214, 386, 102, 102, 102, 268, 387, 268, 102, 363, 363, 102, 102, 390, 269, 102, 102, 102, 626, 355, 982, 102, 102, 392, 393, 395, 102, 102, 102, 394, 102, 102, 102, 102, 102, 177, 102, 102, 102, 102, 102, 102, 396, 102, 398, 102, 397, 399, 102, 102, 102, 401, 365, 365, 102, 400, 102, 102, 402, 102, 102, 403, 102, 405, 1027, 102, 1027, 177, 404, 102, 102, 102, 102, 102, 102, 102, 407, 102, 408, 102, 992, 420, 409, 102, 102, 102, 102, 102, 102, 102, 410, 102, 172, 102, 102, 102, 102, 102, 102, 102, 102, 163, 421, 422, 102, 411, 163, 411, 102, 102, 423, 446, 424, 102, 102, 425, 426, 102, 102, 102, 102, 102, 102, 337, 102, 978, 102, 102, 102, 431, 102, 102, 427, 102, 976, 412, 102, 413, 490, 632, 414, 428, 102, 102, 415, 102, 973, 416, 102, 177, 417, 418, 102, 102, 419, 102, 102, 430, 102, 102, 102, 102, 432, 102, 102, 102, 434, 433, 436, 102, 102, 102, 365, 365, 102, 102, 102, 102, 102, 435, 102, 437, 450, 102, 177, 102, 102, 438, 177, 438, 442, 102, 442, 447, 337, 492, 439, 102, 102, 443, 449, 102, 102, 102, 448, 102, 451, 102, 102, 102, 634, 102, 452, 964, 102, 972, 102, 102, 623, 453, 102, 102, 102, 102, 455, 440, 454, 177, 444, 102, 172, 102, 102, 465, 102, 441, 102, 102, 445, 102, 456, 102, 102, 458, 177, 102, 177, 102, 457, 102, 102, 459, 102, 102, 460, 102, 378, 378, 102, 102, 102, 337, 461, 102, 102, 102, 965, 462, 971, 102, 102, 102, 1019, 466, 620, 464, 102, 635, 463, 102, 102, 102, 102, 102, 467, 102, 468, 102, 622, 102, 68, 102, 102, 102, 102, 102, 102, 102, 470, 102, 469, 102, 102, 102, 472, 474, 472, 471, 102, 968, 102, 102, 475, 473, 102, 476, 102, 640, 102, 102, 102, 477, 102, 967, 102, 102, 102, 102, 102, 102, 478, 102, 488, 177, 102, 479, 480, 163, 481, 162, 966, 488, 482, 163, 481, 162, 163, 487, 487, 163, 177, 102, 482, 102, 481, 162, 487, 487, 963, 163, 323, 324, 323, 488, 163, 164, 332, 332, 163, 163, 177, 164, 329, 177, 329, 177, 96, 505, 493, 493, 496, 164, 311, 166, 378, 378, 497, 497, 311, 166, 177, 332, 332, 380, 380, 102, 102, 504, 311, 166, 498, 102, 501, 205, 177, 102, 102, 380, 380, 353, 207, 102, 76, 961, 102, 102, 76, 962, 77, 78, 102, 960, 77, 78, 517, 958, 517, 376, 376, 382, 382, 382, 382, 522, 518, 522, 384, 384, 523, 523, 212, 213, 524, 614, 524, 617, 515, 525, 525, 1002, 383, 102, 102, 214, 527, 528, 514, 526, 102, 102, 618, 618, 102, 102, 102, 102, 102, 177, 102, 102, 102, 102, 102, 102, 532, 102, 102, 102, 102, 102, 102, 530, 529, 530, 337, 102, 102, 102, 533, 102, 102, 534, 102, 523, 523, 102, 102, 102, 535, 102, 102, 942, 102, 536, 953, 102, 177, 102, 102, 102, 102, 531, 537, 102, 631, 102, 102, 102, 102, 539, 102, 102, 102, 544, 102, 544, 102, 517, 102, 517, 102, 538, 102, 102, 541, 102, 102, 518, 102, 542, 752, 102, 752, 102, 102, 102, 102, 523, 523, 102, 753, 543, 979, 102, 102, 555, 102, 102, 545, 102, 177, 557, 102, 72, 556, 102, 102, 559, 102, 558, 102, 102, 546, 411, 102, 411, 102, 102, 561, 102, 102, 560, 102, 172, 564, 102, 102, 102, 177, 102, 102, 563, 102, 643, 562, 102, 102, 102, 102, 102, 1003, 572, 102, 547, 102, 548, 952, 565, 549, 951, 102, 102, 550, 731, 76, 551, 102, 566, 552, 553, 647, 648, 554, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 1013, 567, 567, 567, 567, 567, 568, 567, 569, 569, 567, 567, 567, 570, 567, 567, 567, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 567, 573, 576, 573, 102, 102, 102, 102, 177, 578, 102, 575, 102, 577, 102, 102, 525, 525, 102, 102, 102, 102, 102, 574, 102, 580, 679, 102, 619, 102, 102, 102, 102, 163, 950, 102, 582, 102, 733, 581, 102, 102, 680, 618, 618, 583, 102, 947, 102, 586, 102, 102, 584, 102, 102, 946, 585, 102, 587, 102, 102, 102, 438, 442, 438, 442, 102, 589, 102, 102, 177, 439, 443, 337, 102, 102, 102, 588, 591, 102, 102, 102, 102, 102, 590, 102, 525, 525, 102, 738, 102, 102, 592, 102, 102, 981, 102, 102, 102, 102, 593, 102, 102, 102, 102, 102, 944, 102, 102, 102, 102, 102, 102, 177, 102, 595, 102, 102, 102, 102, 594, 102, 596, 936, 102, 599, 102, 102, 102, 102, 102, 102, 102, 597, 102, 598, 102, 102, 102, 102, 102, 602, 601, 102, 600, 102, 102, 102, 102, 102, 230, 230, 102, 1016, 102, 603, 102, 102, 102, 102, 102, 605, 102, 604, 102, 607, 102, 102, 102, 102, 102, 606, 935, 102, 752, 102, 752, 102, 102, 102, 102, 102, 102, 102, 753, 102, 933, 102, 102, 102, 177, 102, 102, 608, 102, 102, 102, 102, 472, 927, 472, 102, 102, 102, 609, 102, 102, 473, 102, 102, 102, 102, 102, 102, 610, 102, 611, 530, 102, 530, 102, 102, 102, 102, 102, 102, 102, 926, 102, 612, 102, 613, 162, 1023, 619, 614, 163, 613, 162, 163, 619, 614, 163, 613, 162, 163, 177, 657, 163, 618, 618, 230, 230, 96, 177, 624, 624, 627, 164, 627, 650, 177, 628, 628, 164, 76, 230, 230, 102, 102, 164, 77, 78, 177, 102, 311, 166, 497, 497, 925, 924, 311, 166, 994, 629, 633, 629, 311, 166, 630, 630, 496, 658, 536, 923, 645, 922, 102, 102, 921, 102, 102, 918, 102, 637, 637, 102, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 651, 637, 652, 652, 637, 637, 637, 653, 637, 637, 637, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 637, 655, 102, 102, 177, 656, 659, 917, 102, 102, 102, 914, 177, 102, 102, 102, 102, 102, 909, 102, 102, 660, 102, 661, 102, 662, 102, 102, 102, 906, 102, 102, 102, 102, 102, 102, 663, 102, 102, 102, 102, 666, 905, 980, 664, 667, 102, 102, 668, 102, 102, 1014, 102, 102, 102, 102, 544, 671, 544, 102, 177, 672, 102, 102, 102, 102, 102, 102, 102, 902, 102, 892, 102, 102, 683, 102, 102, 102, 102, 102, 685, 102, 688, 102, 684, 1009, 102, 102, 686, 102, 102, 669, 102, 102, 102, 102, 687, 102, 102, 102, 690, 102, 102, 102, 689, 670, 691, 102, 102, 102, 692, 231, 692, 891, 102, 102, 102, 177, 102, 102, 890, 102, 102, 694, 102, 573, 177, 573, 102, 737, 177, 737, 693, 102, 102, 102, 102, 102, 102, 102, 889, 102, 1010, 102, 696, 697, 177, 695, 888, 102, 102, 698, 102, 102, 699, 102, 1017, 102, 102, 102, 102, 705, 700, 887, 102, 102, 102, 702, 102, 102, 102, 102, 102, 701, 102, 102, 102, 102, 102, 102, 704, 102, 706, 76, 102, 703, 707, 102, 102, 750, 751, 1018, 177, 102, 102, 102, 102, 102, 709, 177, 102, 886, 102, 708, 102, 102, 884, 711, 102, 102, 102, 710, 102, 102, 102, 102, 102, 1020, 102, 712, 881, 102, 880, 102, 102, 102, 713, 714, 802, 102, 802, 102, 102, 102, 715, 102, 102, 717, 102, 102, 102, 102, 102, 102, 1021, 102, 102, 102, 102, 102, 102, 718, 102, 716, 875, 102, 337, 102, 102, 102, 721, 102, 102, 102, 720, 102, 722, 102, 102, 102, 861, 102, 102, 177, 102, 102, 102, 102, 723, 102, 102, 102, 102, 102, 177, 102, 177, 724, 102, 725, 102, 102, 726, 177, 727, 162, 102, 177, 728, 163, 727, 162, 628, 628, 728, 163, 727, 162, 177, 628, 628, 163, 728, 168, 730, 162, 76, 177, 177, 163, 172, 164, 77, 78, 630, 630, 739, 164, 870, 1022, 102, 102, 866, 164, 630, 630, 102, 177, 311, 166, 847, 164, 76, 1025, 311, 166, 846, 163, 77, 78, 311, 166, 163, 332, 332, 102, 102, 845, 311, 166, 96, 102, 97, 97, 734, 734, 177, 734, 734, 734, 734, 734, 734, 734, 734, 734, 734, 734, 734, 734, 740, 734, 741, 741, 734, 734, 734, 742, 734, 734, 734, 743, 743, 743, 743, 743, 743, 743, 743, 743, 743, 743, 743, 743, 743, 743, 743, 743, 743, 743, 743, 743, 743, 743, 743, 743, 743, 743, 734, 744, 744, 844, 744, 744, 744, 744, 744, 744, 744, 744, 744, 744, 744, 744, 744, 754, 744, 755, 755, 744, 744, 744, 756, 744, 744, 744, 757, 757, 757, 757, 757, 757, 757, 757, 757, 757, 757, 757, 757, 757, 757, 757, 757, 757, 757, 757, 757, 757, 757, 757, 757, 757, 757, 744, 231, 102, 102, 759, 761, 843, 177, 102, 758, 842, 177, 102, 102, 102, 102, 102, 102, 102, 841, 102, 762, 102, 102, 102, 102, 102, 102, 102, 102, 768, 102, 768, 102, 102, 102, 765, 1024, 763, 766, 102, 939, 764, 102, 102, 840, 102, 102, 771, 102, 177, 940, 102, 838, 102, 102, 102, 102, 833, 769, 102, 786, 102, 102, 102, 827, 774, 102, 102, 102, 72, 783, 770, 102, 102, 102, 784, 102, 68, 102, 102, 102, 102, 787, 102, 102, 68, 102, 102, 102, 102, 102, 102, 789, 102, 1026, 785, 102, 102, 102, 337, 102, 102, 788, 102, 102, 102, 102, 793, 177, 790, 102, 791, 102, 102, 692, 810, 692, 810, 102, 102, 102, 102, 102, 177, 811, 102, 177, 102, 102, 102, 794, 102, 102, 796, 102, 795, 792, 102, 177, 102, 102, 102, 102, 797, 172, 102, 799, 102, 102, 102, 172, 102, 102, 798, 102, 102, 102, 102, 102, 102, 815, 102, 102, 102, 102, 801, 102, 102, 800, 102, 102, 782, 102, 102, 102, 102, 102, 102, 805, 102, 102, 102, 102, 802, 781, 802, 102, 102, 102, 780, 102, 102, 779, 804, 102, 102, 102, 102, 102, 808, 102, 806, 807, 102, 809, 102, 778, 102, 102, 777, 102, 102, 102, 102, 102, 102, 776, 102, 102, 102, 102, 102, 102, 775, 102, 803, 812, 102, 812, 773, 102, 772, 102, 102, 102, 102, 102, 102, 823, 102, 814, 102, 726, 102, 728, 162, 767, 728, 760, 727, 162, 737, 177, 737, 163, 813, 728, 231, 728, 162, 76, 728, 168, 730, 162, 72, 77, 78, 163, 72, 68, 164, 76, 102, 68, 102, 164, 747, 77, 78, 337, 102, 102, 828, 337, 164, 177, 102, 311, 166, 164, 102, 102, 311, 166, 102, 102, 102, 102, 102, 172, 102, 311, 166, 102, 729, 719, 311, 166, 817, 817, 177, 817, 817, 817, 817, 817, 817, 817, 817, 817, 817, 817, 817, 817, 819, 817, 820, 820, 817, 817, 817, 821, 817, 817, 817, 822, 822, 822, 822, 822, 822, 822, 822, 822, 822, 822, 822, 822, 822, 822, 822, 822, 822, 822, 822, 822, 822, 822, 822, 822, 822, 822, 817, 824, 102, 102, 832, 825, 826, 682, 102, 768, 681, 768, 829, 102, 102, 830, 102, 102, 831, 102, 102, 102, 102, 102, 102, 678, 102, 677, 674, 102, 102, 102, 673, 102, 102, 836, 102, 665, 834, 102, 102, 102, 102, 102, 649, 837, 102, 72, 102, 102, 102, 835, 102, 102, 839, 102, 102, 102, 102, 848, 642, 849, 102, 850, 102, 102, 102, 102, 852, 638, 102, 851, 102, 636, 102, 102, 853, 854, 102, 102, 102, 102, 102, 505, 102, 102, 102, 102, 855, 102, 857, 102, 856, 102, 102, 102, 102, 102, 505, 102, 102, 102, 102, 102, 102, 616, 102, 858, 615, 102, 102, 102, 102, 102, 859, 579, 102, 860, 102, 540, 521, 102, 102, 520, 102, 102, 519, 102, 102, 102, 102, 102, 102, 516, 102, 509, 862, 102, 102, 102, 864, 102, 102, 865, 102, 863, 508, 102, 102, 102, 507, 102, 102, 506, 102, 102, 102, 102, 102, 102, 810, 102, 810, 812, 102, 812, 868, 869, 337, 811, 177, 102, 102, 177, 102, 102, 177, 102, 102, 102, 872, 177, 873, 485, 102, 484, 332, 332, 874, 102, 102, 483, 867, 102, 102, 102, 102, 102, 172, 102, 102, 102, 102, 315, 102, 102, 102, 375, 876, 877, 102, 102, 102, 102, 102, 102, 879, 102, 883, 102, 878, 102, 882, 102, 374, 885, 102, 102, 102, 373, 894, 893, 102, 102, 102, 102, 102, 102, 102, 102, 895, 102, 372, 102, 896, 102, 102, 371, 102, 102, 370, 102, 897, 369, 102, 368, 102, 102, 102, 102, 367, 366, 102, 359, 102, 348, 898, 102, 102, 102, 899, 102, 102, 102, 900, 102, 347, 102, 102, 102, 102, 102, 102, 102, 102, 901, 102, 346, 102, 345, 340, 102, 102, 903, 177, 102, 102, 102, 102, 102, 337, 102, 102, 102, 102, 102, 102, 177, 102, 177, 904, 102, 102, 102, 102, 908, 102, 102, 907, 177, 102, 172, 102, 910, 911, 912, 913, 102, 102, 102, 102, 316, 314, 102, 172, 102, 915, 102, 102, 102, 102, 916, 224, 102, 223, 102, 102, 102, 216, 102, 102, 920, 102, 102, 102, 102, 919, 102, 102, 102, 929, 102, 102, 102, 102, 102, 928, 102, 102, 102, 102, 215, 102, 102, 102, 930, 102, 211, 102, 102, 102, 102, 102, 102, 932, 102, 102, 102, 102, 931, 102, 102, 102, 934, 102, 102, 102, 937, 210, 72, 102, 102, 102, 102, 102, 102, 102, 102, 938, 102, 943, 102, 72, 68, 102, 102, 102, 102, 102, 102, 102, 945, 102, 68, 102, 102, 102, 948, 102, 102, 955, 102, 949, 198, 102, 197, 102, 102, 102, 954, 102, 102, 102, 957, 102, 956, 102, 102, 102, 102, 102, 102, 102, 102, 959, 102, 196, 102, 102, 102, 102, 102, 102, 102, 102, 969, 102, 195, 102, 102, 102, 102, 102, 102, 102, 102, 974, 102, 1027, 102, 102, 102, 102, 102, 102, 102, 970, 1027, 102, 1027, 102, 102, 975, 102, 102, 977, 1027, 102, 985, 102, 102, 102, 102, 102, 102, 102, 102, 988, 102, 1027, 102, 984, 102, 102, 1027, 102, 102, 1027, 102, 102, 102, 102, 102, 102, 1027, 102, 1027, 990, 102, 102, 102, 997, 102, 102, 1027, 102, 102, 102, 102, 102, 1005, 1000, 102, 1007, 1027, 102, 1027, 102, 102, 102, 102, 102, 102, 102, 1027, 102, 1027, 102, 56, 56, 56, 56, 56, 56, 56, 64, 1027, 64, 64, 64, 64, 64, 67, 1027, 67, 67, 67, 67, 67, 71, 71, 71, 71, 71, 71, 71, 75, 75, 75, 75, 75, 75, 75, 102, 102, 102, 102, 171, 171, 171, 171, 171, 171, 171, 175, 175, 175, 175, 175, 203, 203, 203, 203, 203, 203, 203, 225, 225, 1027, 1027, 225, 1027, 225, 313, 313, 313, 313, 313, 313, 313, 322, 322, 322, 322, 322, 322, 322, 328, 328, 328, 328, 328, 328, 328, 637, 1027, 637, 637, 637, 637, 637, 639, 1027, 639, 639, 639, 639, 639, 641, 1027, 641, 641, 641, 641, 641, 644, 644, 644, 644, 644, 644, 644, 646, 646, 646, 646, 646, 646, 646, 732, 732, 732, 732, 732, 732, 732, 734, 734, 734, 734, 734, 734, 734, 736, 736, 736, 736, 736, 736, 736, 744, 1027, 744, 744, 744, 744, 744, 745, 1027, 745, 745, 745, 745, 745, 746, 1027, 746, 746, 746, 746, 746, 748, 748, 748, 748, 748, 748, 748, 749, 749, 749, 749, 749, 749, 749, 816, 816, 816, 816, 816, 816, 816, 817, 817, 817, 817, 817, 817, 817, 7, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027 } ; static yyconst short int yy_chk[3677] = { 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, 2, 2, 2, 2, 1026, 8, 9, 11, 9, 11, 12, 2, 13, 16, 14, 73, 15, 2, 2, 8, 10, 1021, 10, 20, 12, 10, 74, 10, 14, 2, 15, 10, 10, 70, 173, 19, 17, 20, 9, 11, 13, 73, 17, 17, 16, 69, 2, 2, 6, 6, 6, 6, 9, 11, 13, 18, 19, 18, 16, 6, 173, 22, 24, 818, 25, 6, 6, 17, 69, 74, 19, 18, 23, 70, 23, 23, 24, 6, 25, 27, 163, 17, 26, 22, 59, 163, 59, 18, 818, 23, 18, 26, 165, 27, 6, 6, 18, 22, 60, 165, 60, 18, 21, 23, 21, 26, 28, 32, 28, 28, 63, 32, 63, 28, 32, 32, 92, 90, 32, 21, 21, 32, 191, 28, 35, 32, 92, 35, 50, 21, 35, 32, 90, 21, 21, 21, 35, 28, 37, 75, 21, 37, 21, 21, 37, 75, 75, 1006, 21, 1004, 37, 191, 21, 29, 91, 29, 29, 34, 201, 50, 29, 30, 30, 30, 34, 34, 29, 29, 34, 91, 29, 34, 30, 50, 99, 99, 29, 34, 174, 30, 30, 34, 36, 29, 29, 31, 31, 31, 36, 36, 36, 77, 31, 36, 33, 201, 31, 77, 77, 31, 36, 33, 179, 31, 31, 33, 331, 33, 33, 31, 33, 338, 39, 38, 86, 86, 38, 33, 33, 38, 39, 174, 40, 39, 189, 38, 39, 330, 179, 86, 40, 1001, 39, 40, 338, 41, 40, 41, 42, 41, 41, 43, 40, 86, 331, 43, 42, 41, 43, 42, 189, 43, 42, 999, 45, 42, 44, 43, 42, 330, 44, 45, 180, 199, 44, 45, 46, 44, 45, 170, 44, 45, 44, 46, 170, 44, 44, 46, 45, 47, 46, 47, 47, 46, 170, 170, 47, 48, 188, 48, 46, 52, 48, 130, 48, 130, 52, 199, 48, 48, 188, 51, 51, 51, 52, 180, 52, 52, 47, 320, 55, 47, 51, 55, 200, 184, 55, 79, 202, 339, 55, 52, 55, 79, 79, 47, 47, 49, 49, 49, 49, 184, 184, 51, 49, 52, 352, 87, 87, 130, 130, 54, 130, 79, 49, 49, 320, 51, 54, 339, 87, 87, 54, 360, 360, 54, 49, 200, 54, 49, 76, 76, 76, 87, 202, 54, 352, 76, 76, 97, 996, 97, 97, 49, 49, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 61, 325, 61, 80, 81, 61, 81, 61, 117, 80, 80, 61, 61, 992, 96, 96, 100, 192, 100, 100, 117, 117, 102, 100, 102, 102, 117, 96, 96, 102, 103, 192, 103, 103, 176, 176, 176, 103, 325, 81, 96, 104, 103, 104, 104, 81, 80, 105, 104, 105, 105, 116, 116, 106, 105, 106, 106, 116, 116, 107, 106, 107, 107, 118, 118, 108, 107, 108, 108, 118, 104, 109, 108, 109, 109, 121, 121, 105, 109, 106, 494, 121, 107, 109, 110, 108, 110, 110, 350, 203, 111, 110, 111, 111, 122, 203, 203, 111, 110, 112, 109, 112, 112, 122, 122, 113, 112, 113, 113, 122, 342, 112, 113, 111, 114, 350, 114, 114, 115, 341, 111, 114, 119, 494, 119, 120, 120, 120, 115, 115, 991, 113, 120, 342, 115, 123, 123, 549, 114, 114, 989, 123, 124, 123, 114, 549, 124, 124, 980, 124, 987, 341, 124, 124, 127, 127, 125, 125, 125, 127, 127, 119, 119, 125, 126, 126, 126, 119, 490, 119, 126, 119, 128, 128, 129, 129, 129, 131, 128, 131, 129, 132, 132, 133, 132, 206, 131, 132, 980, 134, 134, 206, 206, 133, 133, 134, 135, 133, 490, 133, 133, 983, 135, 135, 131, 136, 136, 351, 135, 137, 137, 136, 138, 139, 139, 137, 136, 140, 140, 139, 181, 138, 138, 140, 131, 181, 131, 138, 141, 141, 142, 142, 142, 143, 141, 181, 181, 142, 144, 144, 735, 143, 143, 144, 144, 145, 144, 143, 143, 145, 145, 351, 146, 147, 148, 145, 146, 146, 146, 251, 625, 251, 146, 982, 147, 147, 148, 148, 149, 149, 147, 735, 148, 148, 149, 151, 148, 149, 150, 150, 150, 151, 151, 152, 152, 150, 154, 151, 152, 152, 153, 153, 153, 156, 625, 153, 153, 154, 154, 155, 155, 156, 156, 154, 155, 155, 157, 156, 251, 158, 157, 157, 266, 1013, 266, 159, 157, 158, 158, 159, 159, 230, 230, 158, 160, 159, 160, 160, 978, 182, 161, 160, 161, 161, 182, 230, 167, 161, 167, 167, 235, 235, 182, 167, 182, 182, 235, 183, 183, 183, 976, 193, 193, 160, 193, 194, 1013, 193, 266, 161, 204, 204, 204, 194, 194, 167, 208, 204, 204, 194, 160, 160, 208, 208, 183, 349, 161, 161, 317, 210, 317, 210, 167, 167, 169, 169, 169, 169, 183, 210, 911, 169, 205, 205, 205, 317, 317, 231, 231, 205, 205, 169, 169, 208, 212, 356, 212, 356, 973, 212, 212, 231, 213, 169, 213, 356, 349, 213, 213, 214, 210, 214, 237, 237, 214, 214, 361, 361, 237, 911, 169, 169, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 209, 226, 226, 227, 495, 227, 209, 209, 227, 227, 972, 228, 234, 228, 226, 226, 228, 228, 229, 968, 229, 362, 362, 229, 229, 233, 233, 226, 232, 232, 232, 233, 268, 233, 268, 232, 363, 363, 236, 236, 236, 268, 234, 234, 236, 495, 209, 967, 234, 238, 238, 239, 241, 239, 239, 238, 240, 240, 240, 239, 241, 241, 979, 240, 242, 242, 241, 243, 243, 242, 242, 244, 244, 243, 244, 245, 245, 244, 246, 364, 364, 245, 245, 246, 246, 247, 247, 247, 248, 246, 250, 278, 247, 278, 965, 249, 249, 249, 250, 250, 248, 248, 249, 252, 250, 253, 248, 979, 257, 254, 253, 253, 257, 257, 252, 252, 253, 255, 257, 321, 252, 254, 254, 258, 258, 255, 255, 254, 618, 258, 258, 255, 256, 618, 256, 259, 259, 260, 278, 261, 278, 259, 262, 263, 263, 260, 260, 261, 261, 263, 500, 260, 960, 261, 262, 262, 270, 270, 270, 264, 262, 958, 256, 270, 256, 321, 500, 256, 265, 264, 264, 256, 256, 953, 256, 264, 326, 256, 256, 265, 265, 256, 267, 267, 267, 265, 272, 272, 267, 271, 271, 271, 272, 273, 272, 274, 271, 282, 282, 365, 365, 273, 273, 282, 274, 274, 273, 273, 275, 282, 274, 941, 275, 275, 276, 492, 276, 277, 275, 277, 279, 502, 326, 276, 280, 280, 277, 281, 279, 279, 280, 280, 283, 283, 279, 281, 281, 502, 283, 284, 941, 281, 951, 284, 284, 492, 285, 286, 286, 284, 287, 287, 276, 286, 942, 277, 287, 489, 285, 285, 295, 276, 276, 276, 285, 277, 288, 288, 295, 295, 289, 491, 288, 1017, 295, 288, 289, 289, 290, 290, 290, 291, 289, 377, 377, 290, 292, 292, 503, 291, 291, 291, 292, 942, 292, 950, 291, 293, 293, 1017, 296, 489, 294, 293, 503, 293, 294, 294, 296, 296, 297, 297, 294, 298, 296, 491, 297, 510, 298, 298, 299, 299, 300, 300, 298, 300, 299, 299, 300, 301, 301, 302, 303, 302, 301, 301, 947, 303, 303, 304, 302, 305, 305, 303, 510, 304, 304, 305, 306, 306, 946, 304, 307, 307, 306, 308, 308, 307, 307, 318, 940, 308, 308, 309, 318, 309, 309, 944, 319, 310, 309, 310, 310, 319, 318, 318, 310, 332, 302, 312, 302, 312, 312, 319, 319, 940, 312, 323, 323, 323, 327, 619, 309, 332, 332, 327, 619, 333, 310, 329, 329, 329, 337, 327, 344, 327, 327, 332, 312, 309, 309, 378, 378, 333, 333, 310, 310, 939, 337, 337, 379, 379, 340, 340, 343, 312, 312, 333, 340, 340, 353, 993, 343, 343, 380, 380, 353, 353, 343, 354, 936, 344, 344, 355, 939, 354, 354, 344, 935, 355, 355, 359, 933, 359, 376, 376, 381, 381, 382, 382, 383, 359, 383, 384, 384, 383, 383, 376, 376, 385, 486, 385, 486, 355, 385, 385, 993, 384, 386, 386, 376, 387, 390, 354, 386, 389, 389, 486, 486, 387, 387, 389, 390, 390, 912, 387, 391, 391, 390, 392, 392, 396, 391, 393, 393, 392, 394, 394, 395, 393, 395, 499, 394, 396, 396, 397, 398, 398, 398, 396, 522, 522, 398, 397, 397, 399, 399, 399, 912, 397, 400, 927, 399, 962, 400, 400, 401, 401, 395, 402, 400, 499, 401, 403, 403, 405, 405, 402, 402, 403, 410, 405, 410, 402, 517, 395, 517, 395, 404, 404, 404, 407, 407, 407, 517, 404, 408, 649, 407, 649, 408, 408, 409, 409, 523, 523, 408, 649, 409, 962, 412, 412, 412, 413, 413, 410, 412, 994, 414, 413, 512, 413, 415, 415, 415, 414, 414, 410, 415, 410, 411, 414, 411, 416, 416, 417, 418, 418, 416, 416, 620, 419, 418, 417, 417, 1009, 419, 419, 418, 417, 512, 417, 419, 423, 423, 420, 420, 994, 423, 423, 411, 420, 411, 925, 420, 411, 923, 421, 421, 411, 620, 515, 411, 421, 421, 411, 411, 515, 515, 411, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 1009, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 422, 424, 426, 424, 425, 425, 427, 427, 622, 428, 425, 425, 427, 427, 426, 426, 524, 524, 430, 430, 426, 428, 428, 424, 430, 431, 552, 428, 487, 431, 431, 432, 432, 487, 922, 431, 433, 432, 622, 432, 433, 433, 552, 487, 487, 434, 433, 918, 424, 435, 424, 434, 434, 435, 435, 917, 434, 434, 437, 435, 436, 436, 438, 442, 438, 442, 436, 441, 437, 437, 964, 438, 442, 631, 437, 440, 440, 440, 445, 441, 441, 440, 444, 444, 444, 441, 525, 525, 444, 631, 445, 445, 446, 446, 446, 964, 445, 448, 448, 446, 447, 447, 447, 448, 449, 449, 914, 447, 450, 450, 449, 451, 451, 1014, 450, 453, 453, 451, 452, 452, 452, 453, 454, 906, 452, 457, 455, 455, 456, 456, 454, 454, 455, 455, 456, 456, 454, 457, 457, 458, 458, 461, 459, 457, 458, 458, 459, 459, 460, 460, 568, 568, 459, 1014, 460, 462, 462, 462, 463, 463, 464, 464, 462, 463, 463, 469, 464, 465, 465, 461, 461, 466, 905, 465, 752, 461, 752, 467, 467, 468, 468, 466, 466, 467, 752, 468, 902, 466, 470, 470, 1022, 471, 471, 471, 470, 469, 469, 471, 472, 891, 472, 469, 474, 474, 475, 476, 476, 472, 474, 477, 477, 476, 475, 475, 478, 477, 479, 530, 475, 530, 504, 504, 478, 478, 479, 479, 504, 890, 478, 480, 479, 480, 480, 1022, 488, 481, 480, 481, 481, 488, 493, 482, 481, 482, 482, 493, 496, 530, 482, 488, 488, 651, 651, 493, 981, 493, 493, 496, 480, 496, 526, 497, 496, 496, 481, 514, 754, 754, 526, 526, 482, 514, 514, 498, 526, 480, 480, 497, 497, 889, 888, 481, 481, 981, 498, 501, 498, 482, 482, 498, 498, 497, 531, 501, 887, 514, 886, 501, 501, 884, 531, 531, 881, 501, 527, 527, 531, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 527, 528, 529, 529, 963, 529, 532, 880, 529, 533, 533, 875, 1010, 528, 528, 533, 532, 532, 870, 528, 534, 534, 532, 535, 536, 536, 534, 537, 537, 867, 536, 535, 535, 537, 538, 538, 538, 535, 539, 539, 538, 541, 866, 963, 539, 542, 542, 542, 543, 541, 541, 1010, 542, 543, 543, 541, 544, 545, 544, 543, 1002, 546, 555, 555, 545, 545, 546, 546, 555, 861, 545, 847, 546, 556, 556, 557, 557, 558, 558, 556, 559, 557, 562, 558, 558, 1002, 560, 560, 560, 559, 559, 544, 560, 562, 562, 559, 561, 561, 561, 562, 564, 563, 563, 561, 563, 544, 565, 563, 564, 564, 566, 569, 566, 845, 564, 571, 571, 1003, 565, 565, 844, 571, 572, 572, 565, 573, 1015, 573, 572, 626, 626, 626, 566, 575, 575, 569, 569, 576, 576, 575, 843, 569, 1003, 576, 576, 577, 1016, 573, 842, 577, 577, 578, 578, 578, 580, 577, 1015, 566, 578, 566, 586, 586, 581, 841, 580, 580, 586, 583, 582, 582, 580, 581, 581, 582, 582, 583, 583, 581, 584, 584, 585, 583, 587, 645, 584, 584, 588, 585, 585, 645, 645, 1016, 1018, 585, 587, 587, 588, 588, 590, 1019, 587, 840, 588, 589, 589, 589, 838, 592, 590, 590, 589, 591, 591, 591, 590, 592, 592, 1018, 591, 593, 835, 592, 834, 593, 593, 594, 594, 595, 802, 593, 802, 594, 596, 596, 597, 595, 595, 600, 596, 598, 598, 595, 597, 597, 1019, 598, 599, 599, 597, 600, 600, 601, 599, 599, 827, 600, 822, 603, 603, 604, 604, 601, 601, 603, 603, 604, 605, 601, 610, 610, 802, 606, 606, 821, 610, 605, 605, 606, 606, 608, 608, 605, 609, 609, 1020, 608, 627, 608, 609, 609, 611, 611, 612, 628, 612, 612, 611, 817, 613, 612, 613, 613, 627, 627, 614, 613, 614, 614, 629, 628, 628, 614, 617, 617, 617, 617, 646, 1024, 630, 617, 816, 612, 646, 646, 629, 629, 633, 613, 815, 1020, 633, 633, 811, 614, 630, 630, 633, 740, 612, 612, 782, 617, 647, 1024, 613, 613, 781, 624, 647, 647, 614, 614, 624, 740, 740, 654, 654, 780, 617, 617, 624, 654, 624, 624, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 634, 650, 650, 779, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 650, 652, 655, 655, 656, 658, 778, 1023, 655, 655, 777, 910, 658, 658, 659, 659, 656, 656, 658, 776, 659, 659, 656, 660, 660, 652, 652, 661, 661, 660, 666, 652, 666, 661, 662, 662, 663, 1023, 661, 664, 662, 910, 662, 664, 664, 775, 663, 663, 667, 664, 1025, 910, 663, 773, 668, 668, 667, 667, 767, 666, 668, 686, 667, 671, 671, 760, 672, 686, 686, 671, 748, 683, 666, 686, 672, 672, 684, 666, 747, 666, 672, 683, 683, 687, 684, 684, 746, 683, 685, 685, 684, 687, 687, 689, 685, 1025, 685, 687, 688, 688, 743, 689, 689, 688, 688, 690, 690, 689, 694, 742, 690, 690, 691, 691, 691, 692, 719, 692, 719, 691, 694, 694, 696, 696, 736, 719, 694, 734, 696, 697, 697, 697, 698, 698, 700, 697, 699, 692, 698, 733, 699, 699, 700, 700, 701, 732, 699, 704, 700, 702, 702, 731, 701, 701, 702, 702, 703, 703, 701, 704, 704, 729, 703, 705, 705, 704, 706, 706, 706, 705, 707, 707, 682, 706, 708, 708, 707, 709, 709, 713, 708, 710, 710, 709, 711, 681, 711, 710, 712, 712, 680, 713, 713, 679, 712, 714, 714, 713, 715, 715, 716, 714, 714, 715, 715, 717, 717, 678, 716, 716, 677, 717, 718, 718, 716, 720, 720, 676, 718, 721, 721, 720, 722, 722, 674, 721, 711, 723, 722, 723, 670, 711, 669, 711, 724, 724, 725, 725, 739, 739, 724, 724, 725, 726, 739, 726, 726, 665, 727, 657, 727, 727, 737, 737, 737, 727, 723, 728, 755, 728, 728, 749, 730, 730, 730, 730, 644, 749, 749, 730, 643, 642, 726, 750, 723, 641, 723, 727, 640, 750, 750, 635, 755, 755, 761, 632, 728, 623, 755, 726, 726, 730, 757, 757, 727, 727, 761, 761, 757, 763, 763, 621, 761, 728, 728, 763, 615, 602, 730, 730, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 738, 758, 766, 766, 766, 758, 759, 554, 766, 768, 553, 768, 762, 758, 758, 764, 759, 759, 765, 758, 762, 762, 759, 764, 764, 551, 762, 550, 548, 764, 765, 765, 547, 769, 769, 769, 765, 540, 768, 769, 770, 770, 771, 771, 516, 770, 770, 513, 771, 774, 774, 768, 783, 783, 774, 774, 784, 784, 783, 783, 511, 784, 784, 785, 785, 785, 786, 786, 787, 508, 785, 786, 786, 506, 788, 788, 788, 790, 787, 787, 788, 789, 789, 505, 787, 790, 790, 789, 791, 794, 794, 790, 793, 793, 793, 794, 791, 791, 485, 793, 795, 795, 791, 796, 796, 484, 795, 795, 483, 796, 797, 797, 798, 798, 799, 429, 797, 800, 798, 406, 375, 800, 800, 373, 799, 799, 366, 800, 801, 801, 799, 803, 803, 358, 801, 348, 803, 803, 804, 804, 805, 805, 805, 806, 804, 804, 347, 805, 807, 807, 346, 806, 806, 345, 807, 808, 808, 806, 809, 809, 810, 808, 810, 812, 809, 812, 813, 814, 336, 810, 819, 814, 814, 335, 823, 823, 328, 814, 813, 813, 823, 322, 824, 316, 813, 315, 819, 819, 826, 825, 825, 314, 812, 824, 824, 825, 826, 826, 313, 824, 828, 828, 826, 311, 829, 829, 828, 224, 828, 829, 829, 830, 830, 831, 831, 832, 832, 830, 837, 831, 831, 832, 836, 836, 223, 839, 837, 837, 836, 222, 849, 848, 837, 839, 839, 848, 848, 849, 849, 839, 850, 848, 221, 849, 851, 852, 852, 220, 850, 850, 219, 852, 852, 218, 850, 217, 851, 851, 853, 853, 216, 215, 851, 211, 853, 198, 853, 854, 854, 855, 855, 856, 856, 854, 859, 855, 197, 856, 857, 857, 858, 858, 859, 859, 857, 860, 858, 196, 859, 195, 190, 862, 862, 862, 871, 860, 860, 862, 863, 863, 187, 860, 864, 864, 863, 865, 865, 186, 864, 178, 865, 865, 868, 868, 869, 869, 872, 872, 868, 175, 869, 171, 872, 871, 871, 871, 873, 873, 873, 874, 874, 166, 164, 873, 162, 874, 876, 876, 876, 877, 877, 878, 94, 876, 93, 877, 879, 879, 89, 878, 878, 883, 879, 882, 882, 878, 882, 885, 885, 882, 894, 883, 883, 885, 893, 893, 893, 883, 895, 895, 893, 88, 894, 894, 895, 896, 896, 84, 894, 897, 897, 896, 898, 898, 899, 897, 900, 900, 898, 898, 901, 901, 900, 903, 899, 899, 901, 907, 83, 72, 899, 904, 904, 903, 903, 907, 907, 904, 908, 903, 913, 907, 71, 68, 915, 915, 908, 908, 913, 913, 915, 915, 908, 67, 913, 916, 916, 919, 919, 919, 929, 916, 920, 66, 919, 65, 920, 920, 928, 928, 929, 929, 920, 932, 928, 931, 929, 930, 930, 931, 931, 932, 932, 930, 934, 931, 58, 932, 937, 937, 938, 938, 934, 934, 937, 948, 938, 57, 934, 943, 943, 945, 945, 948, 948, 943, 955, 945, 7, 948, 949, 949, 954, 954, 955, 955, 949, 0, 954, 0, 955, 956, 956, 957, 957, 959, 0, 956, 970, 957, 969, 969, 970, 970, 959, 959, 969, 975, 970, 0, 959, 969, 974, 974, 0, 975, 975, 0, 974, 977, 977, 975, 984, 984, 0, 977, 0, 977, 984, 985, 985, 985, 988, 988, 0, 985, 990, 990, 988, 997, 997, 990, 990, 1000, 0, 997, 0, 1005, 1005, 1007, 1007, 1000, 1000, 1005, 0, 1007, 0, 1000, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1029, 0, 1029, 1029, 1029, 1029, 1029, 1030, 0, 1030, 1030, 1030, 1030, 1030, 1031, 1031, 1031, 1031, 1031, 1031, 1031, 1032, 1032, 1032, 1032, 1032, 1032, 1032, 1033, 1033, 1033, 1033, 1034, 1034, 1034, 1034, 1034, 1034, 1034, 1035, 1035, 1035, 1035, 1035, 1036, 1036, 1036, 1036, 1036, 1036, 1036, 1037, 1037, 0, 0, 1037, 0, 1037, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1040, 1040, 1040, 1040, 1040, 1040, 1040, 1041, 0, 1041, 1041, 1041, 1041, 1041, 1042, 0, 1042, 1042, 1042, 1042, 1042, 1043, 0, 1043, 1043, 1043, 1043, 1043, 1044, 1044, 1044, 1044, 1044, 1044, 1044, 1045, 1045, 1045, 1045, 1045, 1045, 1045, 1046, 1046, 1046, 1046, 1046, 1046, 1046, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1049, 0, 1049, 1049, 1049, 1049, 1049, 1050, 0, 1050, 1050, 1050, 1050, 1050, 1051, 0, 1051, 1051, 1051, 1051, 1051, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1053, 1053, 1053, 1053, 1053, 1053, 1053, 1054, 1054, 1054, 1054, 1054, 1054, 1054, 1055, 1055, 1055, 1055, 1055, 1055, 1055, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027 } ; 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@imag.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.0 */ /******************************************************************************/ #define parameter 1 #define character 2 #line 38 "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); \ strcpy(motparse,yytext);\ colnum = colnum + strlen(motparse);\ /*printf("motparse = %s %d\n",motparse,strlen(motparse));*/\ ECHO; \ }\ strcpy(motparse1,yytext);\ /*if ( firstpass == 1 ) printf("yytext = %s %d\n",yytext,strlen(yytext));*/\ } #line 1609 "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 101 "fortran.lex" #line 1765 "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 >= 1028 ) 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] != 3621 ); 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 102 "fortran.lex" { if (firstpass == 0) { fseek(fortranout,-1,1); strcpy(&curbuf[strlen(curbuf)-1],"\0"); } yyless(yyleng-1); strcpy(yylval.na,yytext); return TOK_NAME; } YY_BREAK case 2: YY_RULE_SETUP #line 112 "fortran.lex" {return TOK_DONOTTREAT;} YY_BREAK case 3: YY_RULE_SETUP #line 113 "fortran.lex" {return TOK_ENDDONOTTREAT;} YY_BREAK case 4: YY_RULE_SETUP #line 114 "fortran.lex" return TOK_DEBUT; YY_BREAK case 5: YY_RULE_SETUP #line 115 "fortran.lex" return TOK_FIN; YY_BREAK case 6: YY_RULE_SETUP #line 116 "fortran.lex" return TOK_OMP; YY_BREAK case 7: YY_RULE_SETUP #line 117 "fortran.lex" return TOK_DOLLAR; YY_BREAK case 8: YY_RULE_SETUP #line 119 "fortran.lex" {return TOK_REAL8;} YY_BREAK case 9: YY_RULE_SETUP #line 120 "fortran.lex" {return TOK_SUBROUTINE;} YY_BREAK case 10: YY_RULE_SETUP #line 121 "fortran.lex" {return TOK_PROGRAM;} YY_BREAK case 11: YY_RULE_SETUP #line 122 "fortran.lex" {return TOK_ALLOCATE;} YY_BREAK case 12: YY_RULE_SETUP #line 123 "fortran.lex" {return TOK_DEALLOCATE;} YY_BREAK case 13: YY_RULE_SETUP #line 124 "fortran.lex" {return TOK_RESULT;} YY_BREAK case 14: YY_RULE_SETUP #line 125 "fortran.lex" {return TOK_FUNCTION;} YY_BREAK case 15: YY_RULE_SETUP #line 126 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_ENDSUBROUTINE;} YY_BREAK case 16: YY_RULE_SETUP #line 127 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_ENDPROGRAM;} YY_BREAK case 17: YY_RULE_SETUP #line 128 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_ENDFUNCTION;} YY_BREAK case 18: YY_RULE_SETUP #line 129 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_ENDUNIT;} YY_BREAK case 19: YY_RULE_SETUP #line 130 "fortran.lex" return TOK_INCLUDE; YY_BREAK case 20: YY_RULE_SETUP #line 131 "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 21: YY_RULE_SETUP #line 148 "fortran.lex" {return TOK_REWIND;} YY_BREAK case 22: YY_RULE_SETUP #line 149 "fortran.lex" return TOK_IMPLICIT; YY_BREAK case 23: YY_RULE_SETUP #line 150 "fortran.lex" return TOK_NONE; YY_BREAK case 24: YY_RULE_SETUP #line 151 "fortran.lex" return TOK_CALL; YY_BREAK case 25: YY_RULE_SETUP #line 152 "fortran.lex" return TOK_TRUE; YY_BREAK case 26: YY_RULE_SETUP #line 153 "fortran.lex" return TOK_FALSE; YY_BREAK case 27: YY_RULE_SETUP #line 154 "fortran.lex" {return TOK_POINT_TO;} YY_BREAK case 28: YY_RULE_SETUP #line 155 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_DASTER;} YY_BREAK case 29: YY_RULE_SETUP #line 156 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_EQ;} YY_BREAK case 30: YY_RULE_SETUP #line 157 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_GT;} YY_BREAK case 31: YY_RULE_SETUP #line 158 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_GE;} YY_BREAK case 32: YY_RULE_SETUP #line 159 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_LT;} YY_BREAK case 33: YY_RULE_SETUP #line 160 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_LE;} YY_BREAK case 34: YY_RULE_SETUP #line 161 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_NE;} YY_BREAK case 35: YY_RULE_SETUP #line 162 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_NOT;} YY_BREAK case 36: YY_RULE_SETUP #line 163 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_OR;} YY_BREAK case 37: YY_RULE_SETUP #line 164 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_XOR;} YY_BREAK case 38: YY_RULE_SETUP #line 165 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_AND;} YY_BREAK case 39: YY_RULE_SETUP #line 166 "fortran.lex" {return TOK_MODULE;} YY_BREAK case 40: YY_RULE_SETUP #line 167 "fortran.lex" {return TOK_DOWHILE;} YY_BREAK case 41: YY_RULE_SETUP #line 168 "fortran.lex" return TOK_ENDMODULE; YY_BREAK case 42: YY_RULE_SETUP #line 169 "fortran.lex" return TOK_ENDDO; YY_BREAK case 43: YY_RULE_SETUP #line 170 "fortran.lex" {return TOK_PLAINDO;} YY_BREAK case 44: YY_RULE_SETUP #line 171 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_REAL;} YY_BREAK case 45: YY_RULE_SETUP #line 172 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_INTEGER;} YY_BREAK case 46: YY_RULE_SETUP #line 173 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_LOGICAL;} YY_BREAK case 47: YY_RULE_SETUP #line 174 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CHARACTER;} YY_BREAK case 48: YY_RULE_SETUP #line 175 "fortran.lex" {return TOK_ALLOCATABLE;} YY_BREAK case 49: YY_RULE_SETUP #line 176 "fortran.lex" return TOK_CLOSE; YY_BREAK case 50: YY_RULE_SETUP #line 177 "fortran.lex" return TOK_INQUIRE; YY_BREAK case 51: YY_RULE_SETUP #line 178 "fortran.lex" {return TOK_DIMENSION;} YY_BREAK case 52: YY_RULE_SETUP #line 179 "fortran.lex" return TOK_PAUSE; YY_BREAK case 53: YY_RULE_SETUP #line 180 "fortran.lex" return TOK_EQUIVALENCE; YY_BREAK case 54: YY_RULE_SETUP #line 181 "fortran.lex" return TOK_STOP; YY_BREAK case 55: YY_RULE_SETUP #line 182 "fortran.lex" return TOK_WHERE; YY_BREAK case 56: YY_RULE_SETUP #line 183 "fortran.lex" return TOK_ENDWHERE; YY_BREAK case 57: YY_RULE_SETUP #line 184 "fortran.lex" return TOK_ELSEWHERE; YY_BREAK case 58: YY_RULE_SETUP #line 185 "fortran.lex" {return TOK_COMPLEX;} YY_BREAK case 59: YY_RULE_SETUP #line 186 "fortran.lex" {return TOK_CONTAINS;} YY_BREAK case 60: YY_RULE_SETUP #line 187 "fortran.lex" {return TOK_ONLY;} YY_BREAK case 61: YY_RULE_SETUP #line 188 "fortran.lex" {return TOK_PARAMETER;} YY_BREAK case 62: YY_RULE_SETUP #line 189 "fortran.lex" {return TOK_COMMON;} YY_BREAK case 63: YY_RULE_SETUP #line 190 "fortran.lex" {return TOK_GLOBAL;} YY_BREAK case 64: YY_RULE_SETUP #line 191 "fortran.lex" {return TOK_EXTERNAL;} YY_BREAK case 65: YY_RULE_SETUP #line 192 "fortran.lex" {return TOK_INTENT;} YY_BREAK case 66: YY_RULE_SETUP #line 193 "fortran.lex" {return TOK_KIND;} YY_BREAK case 67: YY_RULE_SETUP #line 194 "fortran.lex" {return TOK_POINTER;} YY_BREAK case 68: YY_RULE_SETUP #line 195 "fortran.lex" {return TOK_OPTIONAL;} YY_BREAK case 69: YY_RULE_SETUP #line 196 "fortran.lex" {return TOK_SAVE;} YY_BREAK case 70: YY_RULE_SETUP #line 197 "fortran.lex" {return TOK_TYPE;} YY_BREAK case 71: YY_RULE_SETUP #line 198 "fortran.lex" {return TOK_ENDTYPE;} YY_BREAK case 72: YY_RULE_SETUP #line 199 "fortran.lex" return TOK_OPEN; YY_BREAK case 73: YY_RULE_SETUP #line 200 "fortran.lex" return TOK_RETURN; YY_BREAK case 74: YY_RULE_SETUP #line 201 "fortran.lex" return TOK_EXIT; YY_BREAK case 75: YY_RULE_SETUP #line 202 "fortran.lex" return TOK_PRINT; YY_BREAK case 76: YY_RULE_SETUP #line 203 "fortran.lex" {return TOK_PROCEDURE;} YY_BREAK case 77: YY_RULE_SETUP #line 204 "fortran.lex" {return TOK_READ;} YY_BREAK case 78: YY_RULE_SETUP #line 205 "fortran.lex" {return TOK_NAMELIST;} YY_BREAK case 79: YY_RULE_SETUP #line 206 "fortran.lex" {return TOK_WRITE;} YY_BREAK case 80: YY_RULE_SETUP #line 207 "fortran.lex" {return TOK_TARGET;} YY_BREAK case 81: YY_RULE_SETUP #line 208 "fortran.lex" {return TOK_PUBLIC;} YY_BREAK case 82: YY_RULE_SETUP #line 209 "fortran.lex" {return TOK_PRIVATE;} YY_BREAK case 83: YY_RULE_SETUP #line 210 "fortran.lex" {return TOK_IN;} YY_BREAK case 84: YY_RULE_SETUP #line 211 "fortran.lex" {return TOK_DATA;} YY_BREAK case 85: YY_RULE_SETUP #line 212 "fortran.lex" return TOK_CONTINUE; YY_BREAK case 86: YY_RULE_SETUP #line 213 "fortran.lex" {return TOK_PLAINGOTO;} YY_BREAK case 87: YY_RULE_SETUP #line 214 "fortran.lex" {return TOK_OUT;} YY_BREAK case 88: YY_RULE_SETUP #line 215 "fortran.lex" {return TOK_INOUT;} YY_BREAK case 89: YY_RULE_SETUP #line 216 "fortran.lex" {return TOK_INTRINSIC;} YY_BREAK case 90: YY_RULE_SETUP #line 217 "fortran.lex" {return TOK_THEN;} YY_BREAK case 91: YY_RULE_SETUP #line 218 "fortran.lex" {return TOK_ELSEIF;} YY_BREAK case 92: YY_RULE_SETUP #line 219 "fortran.lex" {return TOK_ELSE;} YY_BREAK case 93: YY_RULE_SETUP #line 220 "fortran.lex" {return TOK_ENDIF;} YY_BREAK case 94: YY_RULE_SETUP #line 221 "fortran.lex" {return TOK_LOGICALIF;} YY_BREAK case 95: YY_RULE_SETUP #line 222 "fortran.lex" {return TOK_SUM;} YY_BREAK case 96: YY_RULE_SETUP #line 223 "fortran.lex" {return TOK_MAX;} YY_BREAK case 97: YY_RULE_SETUP #line 224 "fortran.lex" {return TOK_TANH;} YY_BREAK case 98: YY_RULE_SETUP #line 225 "fortran.lex" {return TOK_MAXVAL;} YY_BREAK case 99: YY_RULE_SETUP #line 226 "fortran.lex" {return TOK_TRIM;} YY_BREAK case 100: YY_RULE_SETUP #line 227 "fortran.lex" {return TOK_SQRT;} YY_BREAK case 101: YY_RULE_SETUP #line 228 "fortran.lex" {return TOK_SELECTCASE;} YY_BREAK case 102: YY_RULE_SETUP #line 229 "fortran.lex" {return TOK_CASE;} YY_BREAK case 103: YY_RULE_SETUP #line 230 "fortran.lex" {return TOK_CASEDEFAULT;} YY_BREAK case 104: YY_RULE_SETUP #line 231 "fortran.lex" {return TOK_ENDSELECT;} YY_BREAK case 105: YY_RULE_SETUP #line 232 "fortran.lex" {return TOK_FILE;} YY_BREAK case 106: YY_RULE_SETUP #line 233 "fortran.lex" {return TOK_EXIST;} YY_BREAK case 107: YY_RULE_SETUP #line 234 "fortran.lex" {return TOK_MIN;} YY_BREAK case 108: YY_RULE_SETUP #line 235 "fortran.lex" {return TOK_INT;} YY_BREAK case 109: YY_RULE_SETUP #line 236 "fortran.lex" {return TOK_NINT;} YY_BREAK case 110: YY_RULE_SETUP #line 237 "fortran.lex" {return TOK_FLOAT;} YY_BREAK case 111: YY_RULE_SETUP #line 238 "fortran.lex" {return TOK_EXP;} YY_BREAK case 112: YY_RULE_SETUP #line 239 "fortran.lex" {return TOK_COS;} YY_BREAK case 113: YY_RULE_SETUP #line 240 "fortran.lex" {return TOK_COSH;} YY_BREAK case 114: YY_RULE_SETUP #line 241 "fortran.lex" {return TOK_ACOS;} YY_BREAK case 115: YY_RULE_SETUP #line 242 "fortran.lex" {return TOK_SIN;} YY_BREAK case 116: YY_RULE_SETUP #line 243 "fortran.lex" {return TOK_SINH;} YY_BREAK case 117: YY_RULE_SETUP #line 244 "fortran.lex" {return TOK_ASIN;} YY_BREAK case 118: YY_RULE_SETUP #line 245 "fortran.lex" {return TOK_LOG;} YY_BREAK case 119: YY_RULE_SETUP #line 246 "fortran.lex" {return TOK_TAN;} YY_BREAK case 120: YY_RULE_SETUP #line 247 "fortran.lex" {return TOK_ATAN;} YY_BREAK case 121: YY_RULE_SETUP #line 248 "fortran.lex" {return TOK_CYCLE;} YY_BREAK case 122: YY_RULE_SETUP #line 249 "fortran.lex" {return TOK_ABS;} YY_BREAK case 123: YY_RULE_SETUP #line 250 "fortran.lex" {return TOK_MOD;} YY_BREAK case 124: YY_RULE_SETUP #line 251 "fortran.lex" {return TOK_SIGN;} YY_BREAK case 125: YY_RULE_SETUP #line 252 "fortran.lex" {return TOK_MINLOC;} YY_BREAK case 126: YY_RULE_SETUP #line 253 "fortran.lex" {return TOK_MAXLOC;} YY_BREAK case 127: YY_RULE_SETUP #line 254 "fortran.lex" {return TOK_MINVAL;} YY_BREAK case 128: YY_RULE_SETUP #line 255 "fortran.lex" {return TOK_INTERFACE;} YY_BREAK case 129: YY_RULE_SETUP #line 256 "fortran.lex" {return TOK_BACKSPACE;} YY_BREAK case 130: YY_RULE_SETUP #line 257 "fortran.lex" {return TOK_ENDINTERFACE;} YY_BREAK case 131: YY_RULE_SETUP #line 258 "fortran.lex" {return TOK_LEFTAB;} YY_BREAK case 132: YY_RULE_SETUP #line 259 "fortran.lex" {return TOK_RIGHTAB;} YY_BREAK case 133: YY_RULE_SETUP #line 260 "fortran.lex" {return TOK_FORMAT;} YY_BREAK case 134: YY_RULE_SETUP #line 261 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_DOUBLEPRECISION;} YY_BREAK case 135: YY_RULE_SETUP #line 262 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_DOUBLECOMPLEX;} YY_BREAK case 136: YY_RULE_SETUP #line 263 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_SLASH;} YY_BREAK case 137: YY_RULE_SETUP #line 264 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_DSLASH;} YY_BREAK case 138: YY_RULE_SETUP #line 265 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CHAR_CUT;} YY_BREAK case 139: YY_RULE_SETUP #line 266 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CHAR_CONSTANT;} YY_BREAK case 140: YY_RULE_SETUP #line 267 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CHAR_MESSAGE;} YY_BREAK case 141: YY_RULE_SETUP #line 268 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CHAR_INT;} YY_BREAK case 142: YY_RULE_SETUP #line 269 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_NAME;} YY_BREAK case 143: YY_RULE_SETUP #line 270 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CSTREAL;} YY_BREAK case 144: YY_RULE_SETUP #line 271 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CSTREALDP;} YY_BREAK case 145: YY_RULE_SETUP #line 272 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CSTREALQP;} YY_BREAK case 146: *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 273 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CSTREAL;} YY_BREAK case 147: YY_RULE_SETUP #line 274 "fortran.lex" {return TOK_POINT;} YY_BREAK case 148: YY_RULE_SETUP #line 275 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CSTINT;} YY_BREAK case 149: YY_RULE_SETUP #line 276 "fortran.lex" {} YY_BREAK case 150: YY_RULE_SETUP #line 277 "fortran.lex" {return TOK_QUOTE;} YY_BREAK case 151: YY_RULE_SETUP #line 278 "fortran.lex" {strcpy(yylval.na,yytext);return (int) *yytext;} YY_BREAK case 152: YY_RULE_SETUP #line 279 "fortran.lex" {return (int) *yytext;} YY_BREAK case 153: YY_RULE_SETUP #line 280 "fortran.lex" {return (int) *yytext;} YY_BREAK case 154: YY_RULE_SETUP #line 281 "fortran.lex" {return (int) *yytext;} YY_BREAK case 155: YY_RULE_SETUP #line 282 "fortran.lex" {return (int) *yytext;} YY_BREAK case 156: YY_RULE_SETUP #line 283 "fortran.lex" {return (int) *yytext;} YY_BREAK case 157: YY_RULE_SETUP #line 284 "fortran.lex" {colnum=0;line_num_fortran++;line_num_fortran_common++; return (int) *yytext;} YY_BREAK case 158: *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 285 "fortran.lex" YY_BREAK case 159: YY_RULE_SETUP #line 286 "fortran.lex" {if (newlinef90 == 0) return TOK_LABEL; else newlinef90 = 0;} YY_BREAK case 160: YY_RULE_SETUP #line 287 "fortran.lex" YY_BREAK case 161: YY_RULE_SETUP #line 288 "fortran.lex" {colnum=colnum-1+tabsize;} YY_BREAK case 162: YY_RULE_SETUP #line 289 "fortran.lex" ; YY_BREAK case 163: YY_RULE_SETUP #line 290 "fortran.lex" {line_num_fortran++;line_num_fortran_common++;newlinef90=1;colnum=0;} YY_BREAK case 164: YY_RULE_SETUP #line 291 "fortran.lex" {line_num_fortran++;line_num_fortran_common++;colnum=0;} YY_BREAK case 165: YY_RULE_SETUP #line 292 "fortran.lex" { /* fonction non standard if ( strcasestr(motparse1,"contains") ) */ if ( strstr(motparse1,"contains") || strstr(motparse1,"Contains") || strstr(motparse1,"CONTAINS") ) { return TOK_CONTAINS; } else { colnum=0;line_num_fortran++;line_num_fortran_common++; } } YY_BREAK case 166: YY_RULE_SETUP #line 305 "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 167: YY_RULE_SETUP #line 310 "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 168: YY_RULE_SETUP #line 315 "fortran.lex" ECHO; YY_BREAK #line 2740 "fortran.yy.c" case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(parameter): case YY_STATE_EOF(character): 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 >= 1028 ) 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 >= 1028 ) 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 == 1027); 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 ); } #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 315 "fortran.lex" fortranerror(char *s) { if (!strcasecmp(curfile,mainfile)) { printf("%s line %d, fichier %s\n",s,line_num_fortran,curfile); } else { printf("%s line %d, fichier %s\n",s,line_num_fortran_common,curfile); } } int fortranwrap() { }